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;
	background-color: #FFFFFF;
}

: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: 23pt;
}

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.125s ease;
}

a[onclick]:not([href]) {
	cursor: pointer;
}

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

#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;
	background-color: transparent;
}

#main > .inner {
	--padding-horizontal: 0.375rem;
	--padding-vertical: 0rem;
	--spacing: 0rem;
	--width: 87rem;
	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);
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#main > .inner > footer {
	margin-top: var(--spacing);
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#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(-0.375rem);
	max-width: calc(100% + 0.75rem + 0.4725px);
	width: calc(100% + 0.75rem + 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 > header > .full:first-child {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
	margin-top: 0rem !important;
}

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

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

body.is-loading #main > .inner > section > * {
	opacity: 0;
}

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);
	}
}

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: '';
}

hr.style3:not(:first-child) {
	margin-top: 0rem !important;
}

hr.style3:not(:last-child) {
	margin-bottom: 0rem !important;
}

hr.style3 {
	justify-content: flex-start;
}

hr.style3:before {
	width: 15rem;
	background-color: rgba(179,177,177,0.039);
	height: 1px;
	border-radius: 0px;
}

hr.style2:not(:first-child) {
	margin-top: 0.375rem !important;
}

hr.style2:not(:last-child) {
	margin-bottom: 0.375rem !important;
}

hr.style2 {
	justify-content: flex-start;
}

hr.style2:before {
	width: 4rem;
	background-color: #B00000;
	height: 3px;
	border-radius: 0px;
}

.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;
}

#icons04 {
	justify-content: flex-start;
	font-size: 1.75em;
	gap: 0.5rem;
}

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

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

#icons04 li a {
	height: 1em;
	width: 1em;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#icons04 li a svg {
	height: 100%;
	width: 100%;
	transition: fill 0.25s ease;
}

#icons04 a svg {
	fill: #000000;
}

#icons04 li a + svg {
	transition: fill 0.25s ease, stroke 0.25s ease;
}

.icons.style2 {
	justify-content: flex-start;
	font-size: 0.75em;
	gap: 0.25rem;
}

.icons.style2:not(:first-child) {
	margin-top: 0.25rem !important;
}

.icons.style2:not(:last-child) {
	margin-bottom: 0.25rem !important;
}

.icons.style2 li a {
	height: 2em;
	width: 2em;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.icons.style2 li a svg {
	height: 60%;
	width: 60%;
	transition: fill 0.25s ease;
}

.icons.style2 a {
	background-color: #8F0000;
}

.icons.style2 a svg {
	fill: #FFFFFF;
}

.icons.style2 li a + svg {
	transition: fill 0.25s ease, stroke 0.25s ease;
}

.icons.style1 {
	justify-content: flex-start;
	font-size: 1.25em;
	gap: 0.5rem;
}

.icons.style1:not(:first-child) {
	margin-top: 0.25rem !important;
}

.icons.style1:not(:last-child) {
	margin-bottom: 0.25rem !important;
}

.icons.style1 li a {
	height: 2em;
	width: 2em;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.icons.style1 li a svg {
	height: 60%;
	width: 60%;
	transition: fill 0.25s ease;
}

.icons.style1 a {
	background-color: #8F0000;
}

.icons.style1 a svg {
	fill: #FFFFFF;
}

.icons.style1 li a + svg {
	transition: fill 0.25s ease, stroke 0.25s ease;
}

#icons02 {
	justify-content: flex-end;
	font-size: 1.375em;
	gap: 0.5rem;
}

#icons02 li a {
	height: 1em;
	width: 1em;
	transition: none;
}

#icons02 li a svg {
	height: 100%;
	width: 100%;
	transition: none;
}

#icons02 a svg {
	fill: #000000;
}

#icons02 li a + svg {
	transition: none;
}

#icons02 .n01 svg {
	fill: #000000;
}

#icons02 .n01:hover svg {
	fill: #9C9C9C !important;
}

#icons03 {
	justify-content: center;
	font-size: 2.375em;
	gap: 0.5rem;
}

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

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

#icons03 li a {
	height: 1em;
	width: 1em;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#icons03 li a svg {
	height: 100%;
	width: 100%;
	transition: fill 0.25s ease;
}

#icons03 a svg {
	fill: #FFFFFF;
}

#icons03 li a + svg {
	transition: fill 0.25s ease, stroke 0.25s ease;
}

#icons06 {
	justify-content: center;
	font-size: 2.375em;
	gap: 0.5rem;
}

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

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

#icons06 li a {
	height: 1em;
	width: 1em;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#icons06 li a svg {
	height: 100%;
	width: 100%;
	transition: fill 0.25s ease;
}

#icons06 a svg {
	fill: #FFFFFF;
}

#icons06 li a + svg {
	transition: fill 0.25s ease, stroke 0.25s ease;
}

#icons07 {
	justify-content: center;
	font-size: 2.375em;
	gap: 0.5rem;
}

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

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

#icons07 li a {
	height: 1em;
	width: 1em;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#icons07 li a svg {
	height: 100%;
	width: 100%;
	transition: fill 0.25s ease;
}

#icons07 a svg {
	fill: #FFFFFF;
}

#icons07 li a + svg {
	transition: fill 0.25s ease, stroke 0.25s ease;
}

#icons08 {
	justify-content: center;
	font-size: 2.375em;
	gap: 0.5rem;
}

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

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

#icons08 li a {
	height: 1em;
	width: 1em;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#icons08 li a svg {
	height: 100%;
	width: 100%;
	transition: fill 0.25s ease;
}

#icons08 a svg {
	fill: #FFFFFF;
}

#icons08 li a + svg {
	transition: fill 0.25s ease, stroke 0.25s ease;
}

#icons09 {
	justify-content: center;
	font-size: 2.375em;
	gap: 0.5rem;
}

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

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

#icons09 li a {
	height: 1em;
	width: 1em;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#icons09 li a svg {
	height: 100%;
	width: 100%;
	transition: fill 0.25s ease;
}

#icons09 a svg {
	fill: #FFFFFF;
}

#icons09 li a + svg {
	transition: fill 0.25s ease, stroke 0.25s ease;
}

#icons10 {
	justify-content: center;
	font-size: 2.375em;
	gap: 0.5rem;
}

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

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

#icons10 li a {
	height: 1em;
	width: 1em;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#icons10 li a svg {
	height: 100%;
	width: 100%;
	transition: fill 0.25s ease;
}

#icons10 a svg {
	fill: #FFFFFF;
}

#icons10 li a + svg {
	transition: fill 0.25s ease, stroke 0.25s ease;
}

.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;
}

#buttons06 {
	justify-content: flex-start;
	gap: 0.25rem;
	flex-direction: row;
	flex-wrap: wrap;
}

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

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

#buttons06 li a {
	display: inline-block;
	width: 9.375rem;
	height: 1.75rem;
	line-height: 1.75rem;
	padding: 0 0.4375rem;
	vertical-align: middle;
	text-transform: uppercase;
	font-family: 'Saira Semi Condensed', sans-serif;
	letter-spacing: 0.1rem;
	padding-left: calc(0.1rem + 0.4375rem);
	font-size: 0.875em;
	font-weight: 400;
	border-radius: 0.125rem;
	direction: var(--site-language-direction);
	overflow: hidden;
	text-overflow: ellipsis;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons06 .button {
	background-color: rgba(20,20,20,0.62);
	color: #FFFFFF;
}

#buttons06 .button:hover {
	background-color: #960000 !important;
}

#buttons01 {
	justify-content: flex-start;
	gap: 0.25rem;
	flex-direction: row;
	flex-wrap: wrap;
}

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

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

#buttons01 li a {
	display: inline-block;
	width: 9.375rem;
	height: 1.75rem;
	line-height: 1.75rem;
	padding: 0 0.4375rem;
	vertical-align: middle;
	text-transform: uppercase;
	font-family: 'Saira Semi Condensed', sans-serif;
	letter-spacing: 0.1rem;
	padding-left: calc(0.1rem + 0.4375rem);
	font-size: 0.875em;
	font-weight: 400;
	border-radius: 0.125rem;
	direction: var(--site-language-direction);
	overflow: hidden;
	text-overflow: ellipsis;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons01 .button {
	background-color: rgba(20,20,20,0.62);
	color: #FFFFFF;
}

#buttons01 .button:hover {
	background-color: #960000 !important;
}

#buttons02 {
	justify-content: center;
	gap: 0.25rem;
	flex-direction: row;
	flex-wrap: wrap;
}

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

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

#buttons02 li a {
	display: inline-block;
	width: 11.75rem;
	height: 1.75rem;
	line-height: 1.75rem;
	padding: 0 0.4375rem;
	vertical-align: middle;
	text-transform: uppercase;
	font-family: 'Saira Semi Condensed', sans-serif;
	letter-spacing: 0.1rem;
	padding-left: calc(0.1rem + 0.4375rem);
	font-size: 0.875em;
	font-weight: 400;
	border-radius: 0.125rem;
	direction: var(--site-language-direction);
	overflow: hidden;
	text-overflow: ellipsis;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons02 .button {
	background-color: rgba(201,201,201,0.62);
	color: #FFFFFF;
}

#buttons02 .button:hover {
	background-color: #960000 !important;
}

#buttons08 {
	justify-content: center;
	gap: 0.25rem;
	flex-direction: column;
	flex-wrap: nowrap;
}

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

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

#buttons08 li a {
	display: inline-block;
	width: 11.75rem;
	height: 1.75rem;
	line-height: 1.75rem;
	padding: 0 0.4375rem;
	vertical-align: middle;
	text-transform: uppercase;
	font-family: 'Saira Semi Condensed', sans-serif;
	letter-spacing: 0.1rem;
	padding-left: calc(0.1rem + 0.4375rem);
	font-size: 0.875em;
	font-weight: 400;
	border-radius: 0.125rem;
	direction: var(--site-language-direction);
	overflow: hidden;
	text-overflow: ellipsis;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons08 .button {
	background-color: rgba(201,201,201,0.62);
	color: #FFFFFF;
}

#buttons08 .button:hover {
	background-color: #960000 !important;
}

#buttons04 {
	justify-content: center;
	gap: 0.25rem;
	flex-direction: column;
	flex-wrap: nowrap;
}

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

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

#buttons04 li a {
	display: inline-block;
	width: 11.75rem;
	height: 1.75rem;
	line-height: 1.75rem;
	padding: 0 0.4375rem;
	vertical-align: middle;
	text-transform: uppercase;
	font-family: 'Saira Semi Condensed', sans-serif;
	letter-spacing: 0.1rem;
	padding-left: calc(0.1rem + 0.4375rem);
	font-size: 0.875em;
	font-weight: 400;
	border-radius: 0.125rem;
	direction: var(--site-language-direction);
	overflow: hidden;
	text-overflow: ellipsis;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons04 .button {
	background-color: rgba(201,201,201,0.62);
	color: #FFFFFF;
}

#buttons04 .button:hover {
	background-color: #960000 !important;
}

#buttons07 {
	justify-content: center;
	gap: 0.25rem;
	flex-direction: column;
	flex-wrap: nowrap;
}

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

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

#buttons07 li a {
	display: inline-block;
	width: 11.75rem;
	height: 1.75rem;
	line-height: 1.75rem;
	padding: 0 0.4375rem;
	vertical-align: middle;
	text-transform: uppercase;
	font-family: 'Saira Semi Condensed', sans-serif;
	letter-spacing: 0.1rem;
	padding-left: calc(0.1rem + 0.4375rem);
	font-size: 0.875em;
	font-weight: 400;
	border-radius: 0.125rem;
	direction: var(--site-language-direction);
	overflow: hidden;
	text-overflow: ellipsis;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons07 .button {
	background-color: rgba(201,201,201,0.62);
	color: #FFFFFF;
}

#buttons07 .button:hover {
	background-color: #960000 !important;
}

#buttons03 {
	justify-content: center;
	gap: 0.25rem;
	flex-direction: column;
	flex-wrap: nowrap;
}

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

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

#buttons03 li a {
	display: inline-block;
	width: 11.75rem;
	height: 1.75rem;
	line-height: 1.75rem;
	padding: 0 0.4375rem;
	vertical-align: middle;
	text-transform: uppercase;
	font-family: 'Saira Semi Condensed', sans-serif;
	letter-spacing: 0.1rem;
	padding-left: calc(0.1rem + 0.4375rem);
	font-size: 0.875em;
	font-weight: 400;
	border-radius: 0.125rem;
	direction: var(--site-language-direction);
	overflow: hidden;
	text-overflow: ellipsis;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons03 .button {
	background-color: rgba(201,201,201,0.62);
	color: #FFFFFF;
}

#buttons03 .button:hover {
	background-color: #960000 !important;
}

#buttons05 {
	justify-content: center;
	gap: 0.25rem;
	flex-direction: column;
	flex-wrap: nowrap;
}

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

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

#buttons05 li a {
	display: inline-block;
	width: 11.75rem;
	height: 1.75rem;
	line-height: 1.75rem;
	padding: 0 0.4375rem;
	vertical-align: middle;
	text-transform: uppercase;
	font-family: 'Saira Semi Condensed', sans-serif;
	letter-spacing: 0.1rem;
	padding-left: calc(0.1rem + 0.4375rem);
	font-size: 0.875em;
	font-weight: 400;
	border-radius: 0.125rem;
	direction: var(--site-language-direction);
	overflow: hidden;
	text-overflow: ellipsis;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons05 .button {
	background-color: rgba(201,201,201,0.62);
	color: #FFFFFF;
}

#buttons05 .button:hover {
	background-color: #960000 !important;
}

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.style7:not(:first-child), h2.style7:not(:first-child), h3.style7:not(:first-child), p.style7:not(:first-child) {
	margin-top: 0.5rem !important;
}

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

h1.style7, h2.style7, h3.style7, p.style7 {
	text-align: left;
	color: #000000;
	font-family: 'Saira Semi Condensed', sans-serif;
	letter-spacing: 0.075rem;
	width: calc(100% + 0.075rem);
	font-size: 1.625em;
	line-height: 0.875;
	font-weight: 300;
}

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

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

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

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

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

h1.style6, h2.style6, h3.style6, p.style6 {
	text-align: left;
	color: rgba(0,0,0,0.871);
	font-family: 'Saira Semi Condensed', sans-serif;
	font-size: 1em;
	line-height: 1.125;
	font-weight: 400;
}

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;
}

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

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

#text119 {
	text-align: left;
	color: rgba(255,255,255,0.871);
	font-family: 'Saira Semi Condensed', sans-serif;
	font-size: 1em;
	line-height: 1.125;
	font-weight: 400;
}

#text119 a {
	text-decoration: none;
}

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

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

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

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

h1.style8, h2.style8, h3.style8, p.style8 {
	text-align: left;
	color: #FFFFFF;
	font-family: 'Saira Semi Condensed', sans-serif;
	letter-spacing: -0.025rem;
	width: 100%;
	font-size: 0.75em;
	line-height: 0.875;
	font-weight: 300;
}

h1.style8 a:hover, h2.style8 a:hover, h3.style8 a:hover, p.style8 a:hover {
	color: rgba(230,230,230,0.859);
}

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

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

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

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

h1.style9, h2.style9, h3.style9, p.style9 {
	text-align: left;
	color: #FFFFFF;
	font-family: 'Saira Semi Condensed', sans-serif;
	letter-spacing: -0.025rem;
	width: 100%;
	font-size: 0.625em;
	line-height: 0.875;
	font-weight: 300;
}

h1.style9 a:hover, h2.style9 a:hover, h3.style9 a:hover, p.style9 a:hover {
	color: rgba(230,230,230,0.859);
}

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

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

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

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

#text50 {
	text-align: left;
	color: rgba(255,255,255,0.871);
	font-family: 'Saira Semi Condensed', sans-serif;
	font-size: 1em;
	line-height: 1.125;
	font-weight: 400;
}

#text50 a {
	text-decoration: none;
}

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

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

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

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

#text49 {
	text-align: left;
	color: #FFFFFF;
	font-family: 'Saira Semi Condensed', sans-serif;
	letter-spacing: -0.025rem;
	width: 100%;
	font-size: 0.75em;
	line-height: 0.875;
	font-weight: 400;
}

#text49 a:hover {
	color: rgba(230,230,230,0.859);
}

#text49 a {
	text-decoration: none;
}

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

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

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

#text11 {
	text-align: right;
	color: #000000;
	font-family: 'Saira Semi Condensed', sans-serif;
	padding-left: 0;
	padding-right: 0.75rem;
	letter-spacing: 0.075rem;
	width: calc(100% + 0.075rem);
	font-size: 0.875em;
	line-height: 0.75;
	font-weight: 400;
}

#text11 a:hover {
	color: rgba(66,0,0,0.859);
}

#text11 a {
	text-decoration: none;
}

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

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

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

#text36 {
	text-align: center;
	color: #000000;
	font-family: 'Saira Semi Condensed', sans-serif;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	letter-spacing: 0.075rem;
	width: calc(100% + 0.075rem);
	font-size: 2.5em;
	line-height: 0.75;
	font-weight: 500;
	-webkit-text-stroke: 0.02em #FFFFFF;
	text-stroke: 0.02em #FFFFFF;
}

#text36 a:hover {
	color: rgba(230,230,230,0.859);
}

#text36 a {
	text-decoration: none;
}

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

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

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

#text135 {
	text-align: left;
	color: #FFFFFF;
	font-family: 'Red Hat Display', sans-serif;
	padding-left: 0.75rem;
	padding-right: 0;
	letter-spacing: -0.025rem;
	width: 100%;
	font-size: 1.375em;
	line-height: 1;
	font-weight: 500;
	-webkit-text-stroke: 0.01em rgba(255,255,255,0.42);
	text-stroke: 0.01em rgba(255,255,255,0.42);
}

#text135 a:hover {
	color: rgba(230,230,230,0.859);
}

#text135 a {
	text-decoration: none;
}

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

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

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

#text13 {
	text-align: left;
	color: #FFFFFF;
	font-family: 'Red Hat Display', sans-serif;
	padding-left: 0.75rem;
	padding-right: 0;
	letter-spacing: -0.025rem;
	width: 100%;
	font-size: 1.375em;
	line-height: 1;
	font-weight: 500;
	-webkit-text-stroke: 0.01em #FFFFFF;
	text-stroke: 0.01em #FFFFFF;
}

#text13 a:hover {
	color: rgba(230,230,230,0.859);
}

#text13 a {
	text-decoration: none;
}

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

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

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

#text14 {
	text-align: left;
	color: #FFFFFF;
	font-family: 'Saira Semi Condensed', sans-serif;
	padding-left: 1rem;
	padding-right: 0;
	letter-spacing: -0.025rem;
	width: 100%;
	font-size: 1.125em;
	line-height: 0.875;
	font-weight: 200;
}

#text14 a:hover {
	color: rgba(230,230,230,0.859);
}

#text14 a {
	text-decoration: none;
}

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

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

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

h1.style5, h2.style5, h3.style5, p.style5 {
	text-align: left;
	color: #000000;
	font-family: 'Red Hat Display', sans-serif;
	padding-left: 0.75rem;
	padding-right: 0;
	letter-spacing: -0.025rem;
	width: 100%;
	font-size: 1.375em;
	line-height: 1;
	font-weight: 500;
	-webkit-text-stroke: 0.01em #FFFFFF;
	text-stroke: 0.01em #FFFFFF;
}

h1.style5 a:hover, h2.style5 a:hover, h3.style5 a:hover, p.style5 a:hover {
	color: rgba(230,230,230,0.859);
}

h1.style5 a, h2.style5 a, h3.style5 a, p.style5 a {
	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: 1rem;
}

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

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

#text75 {
	text-align: left;
	color: #000000;
	font-family: 'Saira Semi Condensed', sans-serif;
	padding-left: 1rem;
	padding-right: 0;
	letter-spacing: -0.025rem;
	width: 100%;
	font-size: 1.125em;
	line-height: 0.875;
	font-weight: 200;
}

#text75 a:hover {
	color: rgba(230,230,230,0.859);
}

#text75 a {
	text-decoration: none;
}

#text75 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: 0rem !important;
}

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

h1.style4, h2.style4, h3.style4, p.style4 {
	text-align: center;
	color: #999999;
	font-family: 'Saira Semi Condensed', sans-serif;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	letter-spacing: -0.025rem;
	width: 100%;
	font-size: 0.875em;
	line-height: 0.75;
	font-weight: 400;
}

h1.style4 a:hover, h2.style4 a:hover, h3.style4 a:hover, p.style4 a:hover {
	color: rgba(230,230,230,0.859);
}

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

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;
}

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

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

#text141 {
	text-align: center;
	color: #FFFFFF;
	font-family: 'Saira Semi Condensed', sans-serif;
	padding-left: 3.25rem;
	padding-right: 3.25rem;
	letter-spacing: -0.075rem;
	width: 100%;
	font-size: 1.125em;
	line-height: 0.875;
	font-weight: 200;
}

#text141 a:hover {
	color: rgba(230,230,230,0.859);
}

#text141 a {
	text-decoration: none;
}

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

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

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

#text28 {
	text-align: left;
	color: #000000;
	font-family: 'Saira Semi Condensed', sans-serif;
	padding-left: 0.75rem;
	padding-right: 0;
	letter-spacing: -0.05rem;
	width: 100%;
	font-size: 1.125em;
	line-height: 0.875;
	font-weight: 200;
}

#text28 a:hover {
	color: rgba(230,230,230,0.859);
}

#text28 a {
	text-decoration: none;
}

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

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

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

#text20 {
	text-align: left;
	color: #000000;
	font-family: 'Saira Semi Condensed', sans-serif;
	padding-left: 1rem;
	padding-right: 0;
	letter-spacing: -0.025rem;
	width: 100%;
	font-size: 1.125em;
	line-height: 0.875;
	font-weight: 200;
}

#text20 a:hover {
	color: rgba(230,230,230,0.859);
}

#text20 a {
	text-decoration: none;
}

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

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

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

#text29 {
	text-align: left;
	color: #000000;
	font-family: 'Saira Semi Condensed', sans-serif;
	padding-left: 1rem;
	padding-right: 0;
	letter-spacing: -0.025rem;
	width: 100%;
	font-size: 1.125em;
	line-height: 0.875;
	font-weight: 200;
}

#text29 a:hover {
	color: rgba(230,230,230,0.859);
}

#text29 a {
	text-decoration: none;
}

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

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

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

#text09 {
	text-align: left;
	color: #000000;
	font-family: 'Saira Semi Condensed', sans-serif;
	padding-left: 1rem;
	padding-right: 0;
	letter-spacing: -0.025rem;
	width: 100%;
	font-size: 1.125em;
	line-height: 0.875;
	font-weight: 200;
}

#text09 a:hover {
	color: rgba(230,230,230,0.859);
}

#text09 a {
	text-decoration: none;
}

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

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

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

#text18 {
	text-align: left;
	color: #000000;
	font-family: 'Saira Semi Condensed', sans-serif;
	padding-left: 1rem;
	padding-right: 0;
	letter-spacing: -0.025rem;
	width: 100%;
	font-size: 1.125em;
	line-height: 0.875;
	font-weight: 200;
}

#text18 a:hover {
	color: rgba(230,230,230,0.859);
}

#text18 a {
	text-decoration: none;
}

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

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

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

#text16 {
	text-align: center;
	color: #000000;
	font-family: 'Red Hat Display', sans-serif;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	letter-spacing: -0.025rem;
	width: 100%;
	font-size: 1em;
	line-height: 1;
	font-weight: 500;
	-webkit-text-stroke: 0.01em #FFFFFF;
	text-stroke: 0.01em #FFFFFF;
}

#text16 a:hover {
	color: rgba(230,230,230,0.859);
}

#text16 a {
	text-decoration: none;
}

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

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

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

#text23 {
	text-align: center;
	color: #000000;
	font-family: 'Saira Semi Condensed', sans-serif;
	padding-left: 3.75rem;
	padding-right: 3.75rem;
	letter-spacing: -0.075rem;
	width: 100%;
	font-size: 1.125em;
	line-height: 0.875;
	font-weight: 200;
}

#text23 a:hover {
	color: rgba(230,230,230,0.859);
}

#text23 a {
	text-decoration: none;
}

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

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

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

#text31 {
	text-align: center;
	color: #FFFFFF;
	font-family: 'Saira Semi Condensed', sans-serif;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	letter-spacing: 0.075rem;
	width: calc(100% + 0.075rem);
	font-size: 1.75em;
	line-height: 0.75;
	font-weight: 300;
	-webkit-text-stroke: 0.04em #FFFFFF;
	text-stroke: 0.04em #FFFFFF;
}

#text31 a:hover {
	color: rgba(230,230,230,0.859);
}

#text31 a {
	text-decoration: none;
}

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

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

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

#text04 {
	text-align: center;
	color: #FFFFFF;
	font-family: 'Saira Semi Condensed', sans-serif;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	letter-spacing: 0.075rem;
	width: calc(100% + 0.075rem);
	font-size: 1.25em;
	line-height: 0.75;
	font-weight: 100;
	-webkit-text-stroke: 0.04em #FFFFFF;
	text-stroke: 0.04em #FFFFFF;
}

#text04 a:hover {
	color: rgba(230,230,230,0.859);
}

#text04 a {
	text-decoration: none;
}

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

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

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

#text82 {
	text-align: center;
	color: #FFFFFF;
	font-family: 'Saira Semi Condensed', sans-serif;
	padding-left: 3.25rem;
	padding-right: 3.25rem;
	letter-spacing: -0.075rem;
	width: 100%;
	font-size: 1.125em;
	line-height: 0.875;
	font-weight: 200;
}

#text82 a:hover {
	color: rgba(230,230,230,0.859);
}

#text82 a {
	text-decoration: none;
}

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

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

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

#text69 {
	text-align: left;
	color: #000000;
	font-family: 'Saira Semi Condensed', sans-serif;
	padding-left: 1rem;
	padding-right: 0;
	letter-spacing: -0.025rem;
	width: 100%;
	font-size: 1.125em;
	line-height: 0.875;
	font-weight: 200;
}

#text69 a:hover {
	color: rgba(230,230,230,0.859);
}

#text69 a {
	text-decoration: none;
}

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

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

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

#text32 {
	text-align: left;
	color: #FFFFFF;
	font-family: 'Red Hat Display', sans-serif;
	padding-left: 0.75rem;
	padding-right: 0;
	letter-spacing: -0.025rem;
	width: 100%;
	font-size: 1.375em;
	line-height: 1;
	font-weight: 500;
	-webkit-text-stroke: 0.01em rgba(255,255,255,0.42);
	text-stroke: 0.01em rgba(255,255,255,0.42);
}

#text32 a:hover {
	color: rgba(230,230,230,0.859);
}

#text32 a {
	text-decoration: none;
}

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

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

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

#text06 {
	text-align: left;
	color: #FFFFFF;
	font-family: 'Red Hat Display', sans-serif;
	padding-left: 0.75rem;
	padding-right: 0;
	letter-spacing: -0.025rem;
	width: 100%;
	font-size: 1em;
	line-height: 1;
	font-weight: 300;
	-webkit-text-stroke: 0.01em rgba(255,255,255,0.42);
	text-stroke: 0.01em rgba(255,255,255,0.42);
}

#text06 a:hover {
	color: rgba(230,230,230,0.859);
}

#text06 a {
	text-decoration: none;
}

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

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

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

#text124 {
	text-align: left;
	color: #FFFFFF;
	font-family: 'Red Hat Display', sans-serif;
	padding-left: 0.75rem;
	padding-right: 0;
	letter-spacing: -0.025rem;
	width: 100%;
	font-size: 0.875em;
	line-height: 1;
	font-weight: 300;
	-webkit-text-stroke: 0.01em rgba(255,255,255,0.42);
	text-stroke: 0.01em rgba(255,255,255,0.42);
}

#text124 a:hover {
	color: rgba(230,230,230,0.859);
}

#text124 a {
	text-decoration: none;
}

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

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

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

#text71 {
	text-align: center;
	color: #FFFFFF;
	font-family: 'Red Hat Display', sans-serif;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	font-size: 1.125em;
	line-height: 1;
	font-weight: 400;
	-webkit-text-stroke: 0.01em rgba(255,255,255,0.42);
	text-stroke: 0.01em rgba(255,255,255,0.42);
}

#text71 a:hover {
	color: rgba(230,230,230,0.859);
}

#text71 a {
	text-decoration: none;
}

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

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

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

#text05 {
	text-align: left;
	color: #FFFFFF;
	font-family: 'Red Hat Display', sans-serif;
	padding-left: 0.75rem;
	padding-right: 0;
	letter-spacing: -0.025rem;
	width: 100%;
	font-size: 1em;
	line-height: 1;
	font-weight: 300;
	-webkit-text-stroke: 0.01em rgba(255,255,255,0.42);
	text-stroke: 0.01em rgba(255,255,255,0.42);
}

#text05 a:hover {
	color: rgba(230,230,230,0.859);
}

#text05 a {
	text-decoration: none;
}

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

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

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

#text22 {
	text-align: center;
	color: #FFFFFF;
	font-family: 'Saira Semi Condensed', sans-serif;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	letter-spacing: -0.025rem;
	width: 100%;
	font-size: 1.375em;
	line-height: 1;
	font-weight: 400;
	-webkit-text-stroke: 0.01em rgba(255,255,255,0.42);
	text-stroke: 0.01em rgba(255,255,255,0.42);
}

#text22 a:hover {
	color: rgba(230,230,230,0.859);
}

#text22 a {
	text-decoration: none;
}

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

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

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

#text67 {
	text-align: center;
	color: #FFFFFF;
	font-family: 'Saira Semi Condensed', sans-serif;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	letter-spacing: -0.025rem;
	width: 100%;
	font-size: 1.375em;
	line-height: 1;
	font-weight: 500;
	-webkit-text-stroke: 0.01em rgba(255,255,255,0.42);
	text-stroke: 0.01em rgba(255,255,255,0.42);
}

#text67 a:hover {
	color: rgba(230,230,230,0.859);
}

#text67 a {
	text-decoration: none;
}

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

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

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

#text77 {
	text-align: center;
	color: #FFFFFF;
	font-family: 'Saira Semi Condensed', sans-serif;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	letter-spacing: -0.025rem;
	width: 100%;
	font-size: 1.125em;
	line-height: 1;
	font-weight: 300;
	-webkit-text-stroke: 0.01em rgba(255,255,255,0.42);
	text-stroke: 0.01em rgba(255,255,255,0.42);
}

#text77 a:hover {
	color: rgba(230,230,230,0.859);
}

#text77 a {
	text-decoration: none;
}

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

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

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

#text73 {
	text-align: center;
	color: #FFFFFF;
	font-family: 'Saira Semi Condensed', sans-serif;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	letter-spacing: -0.025rem;
	width: 100%;
	font-size: 1.375em;
	line-height: 1;
	font-weight: 500;
	-webkit-text-stroke: 0.01em rgba(255,255,255,0.42);
	text-stroke: 0.01em rgba(255,255,255,0.42);
}

#text73 a:hover {
	color: rgba(230,230,230,0.859);
}

#text73 a {
	text-decoration: none;
}

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

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

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

#text72 {
	text-align: center;
	color: #FFFFFF;
	font-family: 'Saira Semi Condensed', sans-serif;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	letter-spacing: -0.025rem;
	width: 100%;
	font-size: 1.375em;
	line-height: 1;
	font-weight: 500;
	-webkit-text-stroke: 0.01em rgba(255,255,255,0.42);
	text-stroke: 0.01em rgba(255,255,255,0.42);
}

#text72 a:hover {
	color: rgba(230,230,230,0.859);
}

#text72 a {
	text-decoration: none;
}

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

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

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

#text33 {
	text-align: center;
	color: #FFFFFF;
	font-family: 'Saira Semi Condensed', sans-serif;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	letter-spacing: -0.025rem;
	width: 100%;
	font-size: 1.375em;
	line-height: 1;
	font-weight: 500;
	-webkit-text-stroke: 0.01em rgba(255,255,255,0.42);
	text-stroke: 0.01em rgba(255,255,255,0.42);
}

#text33 a:hover {
	color: rgba(230,230,230,0.859);
}

#text33 a {
	text-decoration: none;
}

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

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

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

#text76 {
	text-align: center;
	color: #FFFFFF;
	font-family: 'Saira Semi Condensed', sans-serif;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	letter-spacing: -0.025rem;
	width: 100%;
	font-size: 1.375em;
	line-height: 1;
	font-weight: 400;
	-webkit-text-stroke: 0.01em rgba(255,255,255,0.42);
	text-stroke: 0.01em rgba(255,255,255,0.42);
}

#text76 a:hover {
	color: rgba(230,230,230,0.859);
}

#text76 a {
	text-decoration: none;
}

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

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

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

#text25 {
	text-align: center;
	color: #FFFFFF;
	font-family: 'Saira Semi Condensed', sans-serif;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	letter-spacing: -0.025rem;
	width: 100%;
	font-size: 1.375em;
	line-height: 1;
	font-weight: 400;
	-webkit-text-stroke: 0.01em rgba(255,255,255,0.42);
	text-stroke: 0.01em rgba(255,255,255,0.42);
}

#text25 a:hover {
	color: rgba(230,230,230,0.859);
}

#text25 a {
	text-decoration: none;
}

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

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

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

#text70 {
	text-align: center;
	color: #FFFFFF;
	font-family: 'Saira Semi Condensed', sans-serif;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	letter-spacing: -0.025rem;
	width: 100%;
	font-size: 1.375em;
	line-height: 1;
	font-weight: 400;
	-webkit-text-stroke: 0.01em rgba(255,255,255,0.42);
	text-stroke: 0.01em rgba(255,255,255,0.42);
}

#text70 a:hover {
	color: rgba(230,230,230,0.859);
}

#text70 a {
	text-decoration: none;
}

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

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

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

#text37 {
	text-align: center;
	color: #FFFFFF;
	font-family: 'Saira Semi Condensed', sans-serif;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	letter-spacing: -0.025rem;
	width: 100%;
	font-size: 1.375em;
	line-height: 1;
	font-weight: 400;
	-webkit-text-stroke: 0.01em rgba(255,255,255,0.42);
	text-stroke: 0.01em rgba(255,255,255,0.42);
}

#text37 a:hover {
	color: rgba(230,230,230,0.859);
}

#text37 a {
	text-decoration: none;
}

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

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

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

#text43 {
	text-align: center;
	color: #FFFFFF;
	font-family: 'Saira Semi Condensed', sans-serif;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	letter-spacing: -0.025rem;
	width: 100%;
	font-size: 1.375em;
	line-height: 1;
	font-weight: 500;
	-webkit-text-stroke: 0.01em rgba(255,255,255,0.42);
	text-stroke: 0.01em rgba(255,255,255,0.42);
}

#text43 a:hover {
	color: rgba(230,230,230,0.859);
}

#text43 a {
	text-decoration: none;
}

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

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

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

#text65 {
	text-align: center;
	color: #FFFFFF;
	font-family: 'Saira Semi Condensed', sans-serif;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	letter-spacing: -0.025rem;
	width: 100%;
	font-size: 1.125em;
	line-height: 1;
	font-weight: 100;
	-webkit-text-stroke: 0.01em rgba(255,255,255,0.42);
	text-stroke: 0.01em rgba(255,255,255,0.42);
}

#text65 a:hover {
	color: rgba(230,230,230,0.859);
}

#text65 a {
	text-decoration: none;
}

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

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

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

#text45 {
	text-align: center;
	color: #FFFFFF;
	font-family: 'Saira Semi Condensed', sans-serif;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	letter-spacing: -0.025rem;
	width: 100%;
	font-size: 1.375em;
	line-height: 1;
	font-weight: 500;
	-webkit-text-stroke: 0.01em rgba(255,255,255,0.42);
	text-stroke: 0.01em rgba(255,255,255,0.42);
}

#text45 a:hover {
	color: rgba(230,230,230,0.859);
}

#text45 a {
	text-decoration: none;
}

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

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

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

#text63 {
	text-align: center;
	color: #FFFFFF;
	font-family: 'Saira Semi Condensed', sans-serif;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	letter-spacing: -0.025rem;
	width: 100%;
	font-size: 1.375em;
	line-height: 1;
	font-weight: 500;
	-webkit-text-stroke: 0.01em rgba(255,255,255,0.42);
	text-stroke: 0.01em rgba(255,255,255,0.42);
}

#text63 a:hover {
	color: rgba(230,230,230,0.859);
}

#text63 a {
	text-decoration: none;
}

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

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

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

#text64 {
	text-align: center;
	color: #FFFFFF;
	font-family: 'Saira Semi Condensed', sans-serif;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	letter-spacing: -0.025rem;
	width: 100%;
	font-size: 1.375em;
	line-height: 1;
	font-weight: 500;
	-webkit-text-stroke: 0.01em rgba(255,255,255,0.42);
	text-stroke: 0.01em rgba(255,255,255,0.42);
}

#text64 a:hover {
	color: rgba(230,230,230,0.859);
}

#text64 a {
	text-decoration: none;
}

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

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

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

#text66 {
	text-align: center;
	color: #FFFFFF;
	font-family: 'Saira Semi Condensed', sans-serif;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	letter-spacing: -0.025rem;
	width: 100%;
	font-size: 1.375em;
	line-height: 1;
	font-weight: 500;
	-webkit-text-stroke: 0.01em rgba(255,255,255,0.42);
	text-stroke: 0.01em rgba(255,255,255,0.42);
}

#text66 a:hover {
	color: rgba(230,230,230,0.859);
}

#text66 a {
	text-decoration: none;
}

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

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

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

#text44 {
	text-align: center;
	color: #FFFFFF;
	font-family: 'Saira Semi Condensed', sans-serif;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	letter-spacing: -0.025rem;
	width: 100%;
	font-size: 1.125em;
	line-height: 1;
	font-weight: 100;
	-webkit-text-stroke: 0.01em rgba(255,255,255,0.42);
	text-stroke: 0.01em rgba(255,255,255,0.42);
}

#text44 a:hover {
	color: rgba(230,230,230,0.859);
}

#text44 a {
	text-decoration: none;
}

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

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

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

#text47 {
	text-align: center;
	color: #FFFFFF;
	font-family: 'Saira Semi Condensed', sans-serif;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	letter-spacing: -0.025rem;
	width: 100%;
	font-size: 1.375em;
	line-height: 1;
	font-weight: 500;
	-webkit-text-stroke: 0.01em rgba(255,255,255,0.42);
	text-stroke: 0.01em rgba(255,255,255,0.42);
}

#text47 a:hover {
	color: rgba(230,230,230,0.859);
}

#text47 a {
	text-decoration: none;
}

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

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

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

#text51 {
	text-align: center;
	color: #FFFFFF;
	font-family: 'Saira Semi Condensed', sans-serif;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	letter-spacing: -0.025rem;
	width: 100%;
	font-size: 1.375em;
	line-height: 1;
	font-weight: 500;
	-webkit-text-stroke: 0.01em rgba(255,255,255,0.42);
	text-stroke: 0.01em rgba(255,255,255,0.42);
}

#text51 a:hover {
	color: rgba(230,230,230,0.859);
}

#text51 a {
	text-decoration: none;
}

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

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

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

#text52 {
	text-align: center;
	color: #FFFFFF;
	font-family: 'Saira Semi Condensed', sans-serif;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	letter-spacing: -0.025rem;
	width: 100%;
	font-size: 1.375em;
	line-height: 1;
	font-weight: 500;
	-webkit-text-stroke: 0.01em rgba(255,255,255,0.42);
	text-stroke: 0.01em rgba(255,255,255,0.42);
}

#text52 a:hover {
	color: rgba(230,230,230,0.859);
}

#text52 a {
	text-decoration: none;
}

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

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

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

#text57 {
	text-align: center;
	color: #FFFFFF;
	font-family: 'Saira Semi Condensed', sans-serif;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	letter-spacing: -0.025rem;
	width: 100%;
	font-size: 1.375em;
	line-height: 1;
	font-weight: 500;
	-webkit-text-stroke: 0.01em rgba(255,255,255,0.42);
	text-stroke: 0.01em rgba(255,255,255,0.42);
}

#text57 a:hover {
	color: rgba(230,230,230,0.859);
}

#text57 a {
	text-decoration: none;
}

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

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

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

#text58 {
	text-align: center;
	color: #FFFFFF;
	font-family: 'Saira Semi Condensed', sans-serif;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	letter-spacing: -0.025rem;
	width: 100%;
	font-size: 1.125em;
	line-height: 1;
	font-weight: 100;
	-webkit-text-stroke: 0.01em rgba(255,255,255,0.42);
	text-stroke: 0.01em rgba(255,255,255,0.42);
}

#text58 a:hover {
	color: rgba(230,230,230,0.859);
}

#text58 a {
	text-decoration: none;
}

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

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

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

#text59 {
	text-align: center;
	color: #FFFFFF;
	font-family: 'Saira Semi Condensed', sans-serif;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	letter-spacing: -0.025rem;
	width: 100%;
	font-size: 1.375em;
	line-height: 1;
	font-weight: 500;
	-webkit-text-stroke: 0.01em rgba(255,255,255,0.42);
	text-stroke: 0.01em rgba(255,255,255,0.42);
}

#text59 a:hover {
	color: rgba(230,230,230,0.859);
}

#text59 a {
	text-decoration: none;
}

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

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

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

#text60 {
	text-align: center;
	color: #FFFFFF;
	font-family: 'Saira Semi Condensed', sans-serif;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	letter-spacing: -0.025rem;
	width: 100%;
	font-size: 1.375em;
	line-height: 1;
	font-weight: 500;
	-webkit-text-stroke: 0.01em rgba(255,255,255,0.42);
	text-stroke: 0.01em rgba(255,255,255,0.42);
}

#text60 a:hover {
	color: rgba(230,230,230,0.859);
}

#text60 a {
	text-decoration: none;
}

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

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

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

#text61 {
	text-align: center;
	color: #FFFFFF;
	font-family: 'Saira Semi Condensed', sans-serif;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	letter-spacing: -0.025rem;
	width: 100%;
	font-size: 1.375em;
	line-height: 1;
	font-weight: 500;
	-webkit-text-stroke: 0.01em rgba(255,255,255,0.42);
	text-stroke: 0.01em rgba(255,255,255,0.42);
}

#text61 a:hover {
	color: rgba(230,230,230,0.859);
}

#text61 a {
	text-decoration: none;
}

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

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

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

#text62 {
	text-align: center;
	color: #FFFFFF;
	font-family: 'Saira Semi Condensed', sans-serif;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	letter-spacing: -0.025rem;
	width: 100%;
	font-size: 1.375em;
	line-height: 1;
	font-weight: 500;
	-webkit-text-stroke: 0.01em rgba(255,255,255,0.42);
	text-stroke: 0.01em rgba(255,255,255,0.42);
}

#text62 a:hover {
	color: rgba(230,230,230,0.859);
}

#text62 a {
	text-decoration: none;
}

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

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

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

#text39 {
	text-align: center;
	color: #FFFFFF;
	font-family: 'Saira Semi Condensed', sans-serif;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	letter-spacing: -0.025rem;
	width: 100%;
	font-size: 1.375em;
	line-height: 1;
	font-weight: 500;
	-webkit-text-stroke: 0.01em rgba(255,255,255,0.42);
	text-stroke: 0.01em rgba(255,255,255,0.42);
}

#text39 a:hover {
	color: rgba(230,230,230,0.859);
}

#text39 a {
	text-decoration: none;
}

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

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

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

#text55 {
	text-align: center;
	color: #FFFFFF;
	font-family: 'Saira Semi Condensed', sans-serif;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	letter-spacing: -0.025rem;
	width: 100%;
	font-size: 1.125em;
	line-height: 1;
	font-weight: 100;
	-webkit-text-stroke: 0.01em rgba(255,255,255,0.42);
	text-stroke: 0.01em rgba(255,255,255,0.42);
}

#text55 a:hover {
	color: rgba(230,230,230,0.859);
}

#text55 a {
	text-decoration: none;
}

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

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

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

#text40 {
	text-align: center;
	color: #FFFFFF;
	font-family: 'Saira Semi Condensed', sans-serif;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	letter-spacing: -0.025rem;
	width: 100%;
	font-size: 1.375em;
	line-height: 1;
	font-weight: 500;
	-webkit-text-stroke: 0.01em rgba(255,255,255,0.42);
	text-stroke: 0.01em rgba(255,255,255,0.42);
}

#text40 a:hover {
	color: rgba(230,230,230,0.859);
}

#text40 a {
	text-decoration: none;
}

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

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

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

#text56 {
	text-align: center;
	color: #FFFFFF;
	font-family: 'Saira Semi Condensed', sans-serif;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	letter-spacing: -0.025rem;
	width: 100%;
	font-size: 1.125em;
	line-height: 1;
	font-weight: 100;
	-webkit-text-stroke: 0.01em rgba(255,255,255,0.42);
	text-stroke: 0.01em rgba(255,255,255,0.42);
}

#text56 a:hover {
	color: rgba(230,230,230,0.859);
}

#text56 a {
	text-decoration: none;
}

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

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

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

#text41 {
	text-align: center;
	color: #FFFFFF;
	font-family: 'Saira Semi Condensed', sans-serif;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	letter-spacing: -0.025rem;
	width: 100%;
	font-size: 1.375em;
	line-height: 1;
	font-weight: 500;
	-webkit-text-stroke: 0.01em rgba(255,255,255,0.42);
	text-stroke: 0.01em rgba(255,255,255,0.42);
}

#text41 a:hover {
	color: rgba(230,230,230,0.859);
}

#text41 a {
	text-decoration: none;
}

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

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

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

#text38 {
	text-align: center;
	color: #FFFFFF;
	font-family: 'Saira Semi Condensed', sans-serif;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	letter-spacing: -0.025rem;
	width: 100%;
	font-size: 1.125em;
	line-height: 1;
	font-weight: 100;
	-webkit-text-stroke: 0.01em rgba(255,255,255,0.42);
	text-stroke: 0.01em rgba(255,255,255,0.42);
}

#text38 a:hover {
	color: rgba(230,230,230,0.859);
}

#text38 a {
	text-decoration: none;
}

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

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

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

#text42 {
	text-align: center;
	color: #FFFFFF;
	font-family: 'Saira Semi Condensed', sans-serif;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	letter-spacing: -0.025rem;
	width: 100%;
	font-size: 1.375em;
	line-height: 1;
	font-weight: 500;
	-webkit-text-stroke: 0.01em rgba(255,255,255,0.42);
	text-stroke: 0.01em rgba(255,255,255,0.42);
}

#text42 a:hover {
	color: rgba(230,230,230,0.859);
}

#text42 a {
	text-decoration: none;
}

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

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

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

#text35 {
	text-align: center;
	color: #FFFFFF;
	font-family: 'Saira Semi Condensed', sans-serif;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	letter-spacing: -0.025rem;
	width: 100%;
	font-size: 1.375em;
	line-height: 1;
	font-weight: 500;
	-webkit-text-stroke: 0.01em rgba(255,255,255,0.42);
	text-stroke: 0.01em rgba(255,255,255,0.42);
}

#text35 a:hover {
	color: rgba(230,230,230,0.859);
}

#text35 a {
	text-decoration: none;
}

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

.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;
}

#image09 {
	text-align: center;
}

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

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

#image09 .frame {
	width: 9.625rem;
	transition: none;
}

#image09 .frame img {
	transition: none;
}

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

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

#image03 .frame {
	width: 28.375rem;
	border-radius: 0.5rem;
	transition: none;
}

#image03 .frame img {
	transition: none;
}

#image10 {
	text-align: right;
}

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

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

#image10 .frame {
	max-width: 100%;
	width: 585px;
	border-radius: 0.5rem;
	transition: none;
}

#image10 img {
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	width: 100% !important;
}

#image10 .frame img {
	transition: none;
}

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

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

#image07 .frame {
	width: 37.75rem;
	border-radius: 0.5rem;
	transition: none;
}

#image07 .frame img {
	transition: none;
}

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

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

#image08 .frame {
	width: 32.375rem;
	border-radius: 0.5rem;
	transition: none;
}

#image08 .frame img {
	transition: none;
}

#image30 .frame {
	width: 13.75rem;
	border-radius: 0.5rem;
	transition: none;
}

#image30 .frame img {
	transition: none;
}

#image01 {
	text-align: right;
}

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

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

#image01 .frame {
	width: 11.25rem;
	border-radius: 0.5rem;
	transition: none;
}

#image01 .frame img {
	transition: none;
}

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

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

#image05 .frame {
	width: 43rem;
	height: 20rem;
	border-radius: 0.25rem;
	transition: none;
}

#image05 img {
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	width: 100% !important;
}

#image05 .frame img {
	transition: none;
}

#image15 {
	text-align: left;
}

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

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

#image15 .frame {
	width: 5.625rem;
	transition: none;
}

#image15 .frame img {
	transition: none;
}

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

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

#image04 .frame {
	max-width: 100%;
	width: auto;
	transition: none;
}

#image04 .frame img {
	transition: none;
}

.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;
}

#fixedtopbanner {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: #FFFFFF;
	border-color: transparent;
	border-style: solid;
	border-bottom-width: 2px;
}

#fixedtopbanner > .wrapper > .inner {
	--gutters: 0.375rem;
	--padding-horizontal: 1rem;
	--padding-vertical: 0.375rem;
	--spacing: 0.875rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#fixedtopbanner > .wrapper {
	max-width: var(--width);
	width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#fixedtopbanner.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);
}

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

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

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

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

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

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

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

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

#fixedtopbanner > .wrapper > .inner > :nth-child(1) {
	width: calc(40% + (var(--gutters) / 2));
	--alignment: center;
	--flex-alignment: center;
	--indent-left: 1;
	--indent-right: 1;
}

#fixedtopbanner > .wrapper > .inner > :nth-child(2) {
	width: calc(60% + (var(--gutters) / 2));
	--alignment: right;
	--flex-alignment: flex-end;
	--indent-left: 0;
	--indent-right: 1;
}

#container31 {
	display: flex;
	width: 100%;
	min-height: 16rem;
	align-items: center;
	justify-content: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

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

#container31 > .wrapper {
	max-width: var(--width);
	width: 100%;
}

#container31 video {
	border-radius: inherit;
	height: 100%;
	left: 0;
	object-fit: cover;
	object-position: center;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -2;
}

#container31:before {
	border-radius: inherit;
	content: '';
	display: block;
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22768%22%20height%3D%22432%22%20viewBox%3D%220%200%20768%20432%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20rect%20%7B%20fill%3A%20rgba(255,255,255,0.239)%3B%20transform%3A%20scale%28101%25%29%3B%20%7D%20%3C%2Fstyle%3E%20%3Crect%20x%3D%22578%22%20y%3D%22218%22%20width%3D%2220%22%20height%3D%2220%22%20fill-opacity%3D%220.3%22%3E%20%3Canimate%20attributeName%3D%22fill-opacity%22%20dur%3D%2210000ms%22%20repeatCount%3D%22indefinite%22%20values%3D%220.3%3B0.9%3B0%3B0%3B0%3B0.3e0%3B0.9%3B1%3B0.9%3B0.3e0%3B0%3B0%3B0%3B0.3%22%20%2F%3E%20%3Canimate%20attributeName%3D%22x%22%20dur%3D%2210000ms%22%20repeatCount%3D%22indefinite%22%20values%3D%22578%3B578%3B578%3B578%3B578%3B578%3B578%3B576%3B578%3B578%3B578%3B578%3B578%3B578%22%20%2F%3E%20%3Canimate%20attributeName%3D%22y%22%20dur%3D%2210000ms%22%20repeatCount%3D%22indefinite%22%20values%3D%22218%3B218%3B218%3B218%3B218%3B218%3B218%3B216%3B218%3B218%3B218%3B218%3B218%3B218%22%20%2F%3E%20%3Canimate%20attributeName%3D%22width%22%20dur%3D%2210000ms%22%20repeatCount%3D%22indefinite%22%20values%3D%2220%3B20%3B20%3B20%3B20%3B20%3B20%3B24%3B20%3B20%3B20%3B20%3B20%3B20%22%20%2F%3E%20%3Canimate%20attributeName%3D%22height%22%20dur%3D%2210000ms%22%20repeatCount%3D%22indefinite%22%20values%3D%2220%3B20%3B20%3B20%3B20%3B20%3B20%3B24%3B20%3B20%3B20%3B20%3B20%3B20%22%20%2F%3E%20%3C%2Frect%3E%20%3Crect%20x%3D%22602%22%20y%3D%2274%22%20width%3D%2220%22%20height%3D%2220%22%20fill-opacity%3D%220.5%22%3E%20%3Canimate%20attributeName%3D%22fill-opacity%22%20dur%3D%226348ms%22%20repeatCount%3D%22indefinite%22%20begin%3D%22544ms%22%20values%3D%220.5%3B0.9%3B0%3B0%3B0%3B0.5e0%3B0.9%3B1%3B0.9%3B0.5e0%3B0%3B0%3B0%3B0.5%22%20%2F%3E%20%3Canimate%20attributeName%3D%22x%22%20dur%3D%226348ms%22%20repeatCount%3D%22indefinite%22%20begin%3D%22544ms%22%20values%3D%22602%3B602%3B602%3B602%3B602%3B602%3B602%3B600%3B602%3B602%3B602%3B602%3B602%3B602%22%20%2F%3E%20%3Canimate%20attributeName%3D%22y%22%20dur%3D%226348ms%22%20repeatCount%3D%22indefinite%22%20begin%3D%22544ms%22%20values%3D%2274%3B74%3B74%3B74%3B74%3B74%3B74%3B72%3B74%3B74%3B74%3B74%3B74%3B74%22%20%2F%3E%20%3Canimate%20attributeName%3D%22width%22%20dur%3D%226348ms%22%20repeatCount%3D%22indefinite%22%20begin%3D%22544ms%22%20values%3D%2220%3B20%3B20%3B20%3B20%3B20%3B20%3B24%3B20%3B20%3B20%3B20%3B20%3B20%22%20%2F%3E%20%3Canimate%20attributeName%3D%22height%22%20dur%3D%226348ms%22%20repeatCount%3D%22indefinite%22%20begin%3D%22544ms%22%20values%3D%2220%3B20%3B20%3B20%3B20%3B20%3B20%3B24%3B20%3B20%3B20%3B20%3B20%3B20%22%20%2F%3E%20%3C%2Frect%3E%20%3Crect%20x%3D%22362%22%20y%3D%2274%22%20width%3D%2220%22%20height%3D%2220%22%20fill-opacity%3D%220%22%3E%20%3Canimate%20attributeName%3D%22fill-opacity%22%20dur%3D%229696ms%22%20repeatCount%3D%22indefinite%22%20begin%3D%22632ms%22%20values%3D%220%3B0%3B0%3B0.2%3B0.9%3B0%3B0%3B0%3B0.4e0%3B0.9%3B1%3B0.9%3B0.4e0%3B0%22%20%2F%3E%20%3Canimate%20attributeName%3D%22x%22%20dur%3D%229696ms%22%20repeatCount%3D%22indefinite%22%20begin%3D%22632ms%22%20values%3D%22362%3B362%3B362%3B362%3B362%3B362%3B362%3B362%3B362%3B362%3B360%3B362%3B362%3B362%22%20%2F%3E%20%3Canimate%20attributeName%3D%22y%22%20dur%3D%229696ms%22%20repeatCount%3D%22indefinite%22%20begin%3D%22632ms%22%20values%3D%2274%3B74%3B74%3B74%3B74%3B74%3B74%3B74%3B74%3B74%3B72%3B74%3B74%3B74%22%20%2F%3E%20%3Canimate%20attributeName%3D%22width%22%20dur%3D%229696ms%22%20repeatCount%3D%22indefinite%22%20begin%3D%22632ms%22%20values%3D%2220%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B24%3B20%3B20%3B20%22%20%2F%3E%20%3Canimate%20attributeName%3D%22height%22%20dur%3D%229696ms%22%20repeatCount%3D%22indefinite%22%20begin%3D%22632ms%22%20values%3D%2220%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B24%3B20%3B20%3B20%22%20%2F%3E%20%3C%2Frect%3E%20%3Crect%20x%3D%22290%22%20y%3D%22362%22%20width%3D%2220%22%20height%3D%2220%22%20fill-opacity%3D%220.2%22%3E%20%3Canimate%20attributeName%3D%22fill-opacity%22%20dur%3D%223609ms%22%20repeatCount%3D%22indefinite%22%20values%3D%220.2%3B0.8%3B0%3B0%3B0%3B0.5e0%3B0.9%3B1%3B0.9%3B0.5e0%3B0%3B0%3B0%3B0.2%22%20%2F%3E%20%3Canimate%20attributeName%3D%22x%22%20dur%3D%223609ms%22%20repeatCount%3D%22indefinite%22%20values%3D%22290%3B290%3B290%3B290%3B290%3B290%3B290%3B288%3B290%3B290%3B290%3B290%3B290%3B290%22%20%2F%3E%20%3Canimate%20attributeName%3D%22y%22%20dur%3D%223609ms%22%20repeatCount%3D%22indefinite%22%20values%3D%22362%3B362%3B362%3B362%3B362%3B362%3B362%3B360%3B362%3B362%3B362%3B362%3B362%3B362%22%20%2F%3E%20%3Canimate%20attributeName%3D%22width%22%20dur%3D%223609ms%22%20repeatCount%3D%22indefinite%22%20values%3D%2220%3B20%3B20%3B20%3B20%3B20%3B20%3B24%3B20%3B20%3B20%3B20%3B20%3B20%22%20%2F%3E%20%3Canimate%20attributeName%3D%22height%22%20dur%3D%223609ms%22%20repeatCount%3D%22indefinite%22%20values%3D%2220%3B20%3B20%3B20%3B20%3B20%3B20%3B24%3B20%3B20%3B20%3B20%3B20%3B20%22%20%2F%3E%20%3C%2Frect%3E%20%3Crect%20x%3D%2250%22%20y%3D%22122%22%20width%3D%2220%22%20height%3D%2220%22%20fill-opacity%3D%220.3e0%22%3E%20%3Canimate%20attributeName%3D%22fill-opacity%22%20dur%3D%223000ms%22%20repeatCount%3D%22indefinite%22%20values%3D%220.3e0%3B0.9%3B1%3B0.9%3B0.3e0%3B0%3B0%3B0%3B0.5%3B0.9%3B0%3B0%3B0%3B0.3e0%22%20%2F%3E%20%3Canimate%20attributeName%3D%22x%22%20dur%3D%223000ms%22%20repeatCount%3D%22indefinite%22%20values%3D%2250%3B50%3B48%3B50%3B50%3B50%3B50%3B50%3B50%3B50%3B50%3B50%3B50%3B50%22%20%2F%3E%20%3Canimate%20attributeName%3D%22y%22%20dur%3D%223000ms%22%20repeatCount%3D%22indefinite%22%20values%3D%22122%3B122%3B120%3B122%3B122%3B122%3B122%3B122%3B122%3B122%3B122%3B122%3B122%3B122%22%20%2F%3E%20%3Canimate%20attributeName%3D%22width%22%20dur%3D%223000ms%22%20repeatCount%3D%22indefinite%22%20values%3D%2220%3B20%3B24%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%22%20%2F%3E%20%3Canimate%20attributeName%3D%22height%22%20dur%3D%223000ms%22%20repeatCount%3D%22indefinite%22%20values%3D%2220%3B20%3B24%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%22%20%2F%3E%20%3C%2Frect%3E%20%3Crect%20x%3D%22674%22%20y%3D%22338%22%20width%3D%2220%22%20height%3D%2220%22%20fill-opacity%3D%220%22%3E%20%3Canimate%20attributeName%3D%22fill-opacity%22%20dur%3D%229087ms%22%20repeatCount%3D%22indefinite%22%20begin%3D%22208ms%22%20values%3D%220%3B0%3B0%3B0.3e0%3B0.9%3B1%3B0.9%3B0.3e0%3B0%3B0%3B0%3B0.4%3B0.8%3B0%22%20%2F%3E%20%3Canimate%20attributeName%3D%22x%22%20dur%3D%229087ms%22%20repeatCount%3D%22indefinite%22%20begin%3D%22208ms%22%20values%3D%22674%3B674%3B674%3B674%3B674%3B672%3B674%3B674%3B674%3B674%3B674%3B674%3B674%3B674%22%20%2F%3E%20%3Canimate%20attributeName%3D%22y%22%20dur%3D%229087ms%22%20repeatCount%3D%22indefinite%22%20begin%3D%22208ms%22%20values%3D%22338%3B338%3B338%3B338%3B338%3B336%3B338%3B338%3B338%3B338%3B338%3B338%3B338%3B338%22%20%2F%3E%20%3Canimate%20attributeName%3D%22width%22%20dur%3D%229087ms%22%20repeatCount%3D%22indefinite%22%20begin%3D%22208ms%22%20values%3D%2220%3B20%3B20%3B20%3B20%3B24%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%22%20%2F%3E%20%3Canimate%20attributeName%3D%22height%22%20dur%3D%229087ms%22%20repeatCount%3D%22indefinite%22%20begin%3D%22208ms%22%20values%3D%2220%3B20%3B20%3B20%3B20%3B24%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%22%20%2F%3E%20%3C%2Frect%3E%20%3Crect%20x%3D%22698%22%20y%3D%2298%22%20width%3D%2220%22%20height%3D%2220%22%20fill-opacity%3D%220.5e0%22%3E%20%3Canimate%20attributeName%3D%22fill-opacity%22%20dur%3D%223913ms%22%20repeatCount%3D%22indefinite%22%20begin%3D%22531ms%22%20values%3D%220.5e0%3B0.9%3B1%3B0.9%3B0.5e0%3B0%3B0%3B0%3B0.3%3B0.7%3B0%3B0%3B0%3B0.5e0%22%20%2F%3E%20%3Canimate%20attributeName%3D%22x%22%20dur%3D%223913ms%22%20repeatCount%3D%22indefinite%22%20begin%3D%22531ms%22%20values%3D%22698%3B698%3B696%3B698%3B698%3B698%3B698%3B698%3B698%3B698%3B698%3B698%3B698%3B698%22%20%2F%3E%20%3Canimate%20attributeName%3D%22y%22%20dur%3D%223913ms%22%20repeatCount%3D%22indefinite%22%20begin%3D%22531ms%22%20values%3D%2298%3B98%3B96%3B98%3B98%3B98%3B98%3B98%3B98%3B98%3B98%3B98%3B98%3B98%22%20%2F%3E%20%3Canimate%20attributeName%3D%22width%22%20dur%3D%223913ms%22%20repeatCount%3D%22indefinite%22%20begin%3D%22531ms%22%20values%3D%2220%3B20%3B24%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%22%20%2F%3E%20%3Canimate%20attributeName%3D%22height%22%20dur%3D%223913ms%22%20repeatCount%3D%22indefinite%22%20begin%3D%22531ms%22%20values%3D%2220%3B20%3B24%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%22%20%2F%3E%20%3C%2Frect%3E%20%3Crect%20x%3D%2274%22%20y%3D%222%22%20width%3D%2220%22%20height%3D%2220%22%20fill-opacity%3D%220.5e0%22%3E%20%3Canimate%20attributeName%3D%22fill-opacity%22%20dur%3D%229391ms%22%20repeatCount%3D%22indefinite%22%20begin%3D%22658ms%22%20values%3D%220.5e0%3B0.9%3B1%3B0.9%3B0.5e0%3B0%3B0%3B0%3B0.2%3B0.8%3B0%3B0%3B0%3B0.5e0%22%20%2F%3E%20%3Canimate%20attributeName%3D%22x%22%20dur%3D%229391ms%22%20repeatCount%3D%22indefinite%22%20begin%3D%22658ms%22%20values%3D%2274%3B74%3B72%3B74%3B74%3B74%3B74%3B74%3B74%3B74%3B74%3B74%3B74%3B74%22%20%2F%3E%20%3Canimate%20attributeName%3D%22y%22%20dur%3D%229391ms%22%20repeatCount%3D%22indefinite%22%20begin%3D%22658ms%22%20values%3D%222%3B2%3B0%3B2%3B2%3B2%3B2%3B2%3B2%3B2%3B2%3B2%3B2%3B2%22%20%2F%3E%20%3Canimate%20attributeName%3D%22width%22%20dur%3D%229391ms%22%20repeatCount%3D%22indefinite%22%20begin%3D%22658ms%22%20values%3D%2220%3B20%3B24%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%22%20%2F%3E%20%3Canimate%20attributeName%3D%22height%22%20dur%3D%229391ms%22%20repeatCount%3D%22indefinite%22%20begin%3D%22658ms%22%20values%3D%2220%3B20%3B24%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%22%20%2F%3E%20%3C%2Frect%3E%20%3Crect%20x%3D%22314%22%20y%3D%22218%22%20width%3D%2220%22%20height%3D%2220%22%20fill-opacity%3D%220.2%22%3E%20%3Canimate%20attributeName%3D%22fill-opacity%22%20dur%3D%224826ms%22%20repeatCount%3D%22indefinite%22%20values%3D%220.2%3B0.9%3B0%3B0%3B0%3B0.3e0%3B0.9%3B1%3B0.9%3B0.3e0%3B0%3B0%3B0%3B0.2%22%20%2F%3E%20%3Canimate%20attributeName%3D%22x%22%20dur%3D%224826ms%22%20repeatCount%3D%22indefinite%22%20values%3D%22314%3B314%3B314%3B314%3B314%3B314%3B314%3B312%3B314%3B314%3B314%3B314%3B314%3B314%22%20%2F%3E%20%3Canimate%20attributeName%3D%22y%22%20dur%3D%224826ms%22%20repeatCount%3D%22indefinite%22%20values%3D%22218%3B218%3B218%3B218%3B218%3B218%3B218%3B216%3B218%3B218%3B218%3B218%3B218%3B218%22%20%2F%3E%20%3Canimate%20attributeName%3D%22width%22%20dur%3D%224826ms%22%20repeatCount%3D%22indefinite%22%20values%3D%2220%3B20%3B20%3B20%3B20%3B20%3B20%3B24%3B20%3B20%3B20%3B20%3B20%3B20%22%20%2F%3E%20%3Canimate%20attributeName%3D%22height%22%20dur%3D%224826ms%22%20repeatCount%3D%22indefinite%22%20values%3D%2220%3B20%3B20%3B20%3B20%3B20%3B20%3B24%3B20%3B20%3B20%3B20%3B20%3B20%22%20%2F%3E%20%3C%2Frect%3E%20%3Crect%20x%3D%22554%22%20y%3D%22314%22%20width%3D%2220%22%20height%3D%2220%22%20fill-opacity%3D%220%22%3E%20%3Canimate%20attributeName%3D%22fill-opacity%22%20dur%3D%228478ms%22%20repeatCount%3D%22indefinite%22%20values%3D%220%3B0%3B0%3B0.2e0%3B0.9%3B1%3B0.9%3B0.2e0%3B0%3B0%3B0%3B0.3%3B0.9%3B0%22%20%2F%3E%20%3Canimate%20attributeName%3D%22x%22%20dur%3D%228478ms%22%20repeatCount%3D%22indefinite%22%20values%3D%22554%3B554%3B554%3B554%3B554%3B552%3B554%3B554%3B554%3B554%3B554%3B554%3B554%3B554%22%20%2F%3E%20%3Canimate%20attributeName%3D%22y%22%20dur%3D%228478ms%22%20repeatCount%3D%22indefinite%22%20values%3D%22314%3B314%3B314%3B314%3B314%3B312%3B314%3B314%3B314%3B314%3B314%3B314%3B314%3B314%22%20%2F%3E%20%3Canimate%20attributeName%3D%22width%22%20dur%3D%228478ms%22%20repeatCount%3D%22indefinite%22%20values%3D%2220%3B20%3B20%3B20%3B20%3B24%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%22%20%2F%3E%20%3Canimate%20attributeName%3D%22height%22%20dur%3D%228478ms%22%20repeatCount%3D%22indefinite%22%20values%3D%2220%3B20%3B20%3B20%3B20%3B24%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%22%20%2F%3E%20%3C%2Frect%3E%20%3Crect%20x%3D%22434%22%20y%3D%22386%22%20width%3D%2220%22%20height%3D%2220%22%20fill-opacity%3D%220%22%3E%20%3Canimate%20attributeName%3D%22fill-opacity%22%20dur%3D%225435ms%22%20repeatCount%3D%22indefinite%22%20values%3D%220%3B0%3B0%3B0.4e0%3B0.9%3B1%3B0.9%3B0.4e0%3B0%3B0%3B0%3B0.2%3B0.8%3B0%22%20%2F%3E%20%3Canimate%20attributeName%3D%22x%22%20dur%3D%225435ms%22%20repeatCount%3D%22indefinite%22%20values%3D%22434%3B434%3B434%3B434%3B434%3B432%3B434%3B434%3B434%3B434%3B434%3B434%3B434%3B434%22%20%2F%3E%20%3Canimate%20attributeName%3D%22y%22%20dur%3D%225435ms%22%20repeatCount%3D%22indefinite%22%20values%3D%22386%3B386%3B386%3B386%3B386%3B384%3B386%3B386%3B386%3B386%3B386%3B386%3B386%3B386%22%20%2F%3E%20%3Canimate%20attributeName%3D%22width%22%20dur%3D%225435ms%22%20repeatCount%3D%22indefinite%22%20values%3D%2220%3B20%3B20%3B20%3B20%3B24%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%22%20%2F%3E%20%3Canimate%20attributeName%3D%22height%22%20dur%3D%225435ms%22%20repeatCount%3D%22indefinite%22%20values%3D%2220%3B20%3B20%3B20%3B20%3B24%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%22%20%2F%3E%20%3C%2Frect%3E%20%3Crect%20x%3D%222%22%20y%3D%22362%22%20width%3D%2220%22%20height%3D%2220%22%20fill-opacity%3D%220.5e0%22%3E%20%3Canimate%20attributeName%3D%22fill-opacity%22%20dur%3D%225739ms%22%20repeatCount%3D%22indefinite%22%20begin%3D%22653ms%22%20values%3D%220.5e0%3B0.9%3B1%3B0.9%3B0.5e0%3B0%3B0%3B0%3B0.3%3B0.8%3B0%3B0%3B0%3B0.5e0%22%20%2F%3E%20%3Canimate%20attributeName%3D%22x%22%20dur%3D%225739ms%22%20repeatCount%3D%22indefinite%22%20begin%3D%22653ms%22%20values%3D%222%3B2%3B0%3B2%3B2%3B2%3B2%3B2%3B2%3B2%3B2%3B2%3B2%3B2%22%20%2F%3E%20%3Canimate%20attributeName%3D%22y%22%20dur%3D%225739ms%22%20repeatCount%3D%22indefinite%22%20begin%3D%22653ms%22%20values%3D%22362%3B362%3B360%3B362%3B362%3B362%3B362%3B362%3B362%3B362%3B362%3B362%3B362%3B362%22%20%2F%3E%20%3Canimate%20attributeName%3D%22width%22%20dur%3D%225739ms%22%20repeatCount%3D%22indefinite%22%20begin%3D%22653ms%22%20values%3D%2220%3B20%3B24%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%22%20%2F%3E%20%3Canimate%20attributeName%3D%22height%22%20dur%3D%225739ms%22%20repeatCount%3D%22indefinite%22%20begin%3D%22653ms%22%20values%3D%2220%3B20%3B24%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%22%20%2F%3E%20%3C%2Frect%3E%20%3Crect%20x%3D%2250%22%20y%3D%22266%22%20width%3D%2220%22%20height%3D%2220%22%20fill-opacity%3D%220.3%22%3E%20%3Canimate%20attributeName%3D%22fill-opacity%22%20dur%3D%227261ms%22%20repeatCount%3D%22indefinite%22%20values%3D%220.3%3B0.8%3B0%3B0%3B0%3B0.2e0%3B0.9%3B1%3B0.9%3B0.2e0%3B0%3B0%3B0%3B0.3%22%20%2F%3E%20%3Canimate%20attributeName%3D%22x%22%20dur%3D%227261ms%22%20repeatCount%3D%22indefinite%22%20values%3D%2250%3B50%3B50%3B50%3B50%3B50%3B50%3B48%3B50%3B50%3B50%3B50%3B50%3B50%22%20%2F%3E%20%3Canimate%20attributeName%3D%22y%22%20dur%3D%227261ms%22%20repeatCount%3D%22indefinite%22%20values%3D%22266%3B266%3B266%3B266%3B266%3B266%3B266%3B264%3B266%3B266%3B266%3B266%3B266%3B266%22%20%2F%3E%20%3Canimate%20attributeName%3D%22width%22%20dur%3D%227261ms%22%20repeatCount%3D%22indefinite%22%20values%3D%2220%3B20%3B20%3B20%3B20%3B20%3B20%3B24%3B20%3B20%3B20%3B20%3B20%3B20%22%20%2F%3E%20%3Canimate%20attributeName%3D%22height%22%20dur%3D%227261ms%22%20repeatCount%3D%22indefinite%22%20values%3D%2220%3B20%3B20%3B20%3B20%3B20%3B20%3B24%3B20%3B20%3B20%3B20%3B20%3B20%22%20%2F%3E%20%3C%2Frect%3E%20%3Crect%20x%3D%22218%22%20y%3D%22146%22%20width%3D%2220%22%20height%3D%2220%22%20fill-opacity%3D%220.4e0%22%3E%20%3Canimate%20attributeName%3D%22fill-opacity%22%20dur%3D%228174ms%22%20repeatCount%3D%22indefinite%22%20values%3D%220.4e0%3B0.9%3B1%3B0.9%3B0.4e0%3B0%3B0%3B0%3B0.5%3B0.7%3B0%3B0%3B0%3B0.4e0%22%20%2F%3E%20%3Canimate%20attributeName%3D%22x%22%20dur%3D%228174ms%22%20repeatCount%3D%22indefinite%22%20values%3D%22218%3B218%3B216%3B218%3B218%3B218%3B218%3B218%3B218%3B218%3B218%3B218%3B218%3B218%22%20%2F%3E%20%3Canimate%20attributeName%3D%22y%22%20dur%3D%228174ms%22%20repeatCount%3D%22indefinite%22%20values%3D%22146%3B146%3B144%3B146%3B146%3B146%3B146%3B146%3B146%3B146%3B146%3B146%3B146%3B146%22%20%2F%3E%20%3Canimate%20attributeName%3D%22width%22%20dur%3D%228174ms%22%20repeatCount%3D%22indefinite%22%20values%3D%2220%3B20%3B24%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%22%20%2F%3E%20%3Canimate%20attributeName%3D%22height%22%20dur%3D%228174ms%22%20repeatCount%3D%22indefinite%22%20values%3D%2220%3B20%3B24%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%22%20%2F%3E%20%3C%2Frect%3E%20%3Crect%20x%3D%22218%22%20y%3D%2226%22%20width%3D%2220%22%20height%3D%2220%22%20fill-opacity%3D%220%22%3E%20%3Canimate%20attributeName%3D%22fill-opacity%22%20dur%3D%227870ms%22%20repeatCount%3D%22indefinite%22%20values%3D%220%3B0%3B0%3B0.3e0%3B0.9%3B1%3B0.9%3B0.3e0%3B0%3B0%3B0%3B0.2%3B0.8%3B0%22%20%2F%3E%20%3Canimate%20attributeName%3D%22x%22%20dur%3D%227870ms%22%20repeatCount%3D%22indefinite%22%20values%3D%22218%3B218%3B218%3B218%3B218%3B216%3B218%3B218%3B218%3B218%3B218%3B218%3B218%3B218%22%20%2F%3E%20%3Canimate%20attributeName%3D%22y%22%20dur%3D%227870ms%22%20repeatCount%3D%22indefinite%22%20values%3D%2226%3B26%3B26%3B26%3B26%3B24%3B26%3B26%3B26%3B26%3B26%3B26%3B26%3B26%22%20%2F%3E%20%3Canimate%20attributeName%3D%22width%22%20dur%3D%227870ms%22%20repeatCount%3D%22indefinite%22%20values%3D%2220%3B20%3B20%3B20%3B20%3B24%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%22%20%2F%3E%20%3Canimate%20attributeName%3D%22height%22%20dur%3D%227870ms%22%20repeatCount%3D%22indefinite%22%20values%3D%2220%3B20%3B20%3B20%3B20%3B24%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%22%20%2F%3E%20%3C%2Frect%3E%20%3Crect%20x%3D%22698%22%20y%3D%22194%22%20width%3D%2220%22%20height%3D%2220%22%20fill-opacity%3D%220%22%3E%20%3Canimate%20attributeName%3D%22fill-opacity%22%20dur%3D%226957ms%22%20repeatCount%3D%22indefinite%22%20values%3D%220%3B0%3B0%3B0.3%3B0.7%3B0%3B0%3B0%3B0.3e0%3B0.9%3B1%3B0.9%3B0.3e0%3B0%22%20%2F%3E%20%3Canimate%20attributeName%3D%22x%22%20dur%3D%226957ms%22%20repeatCount%3D%22indefinite%22%20values%3D%22698%3B698%3B698%3B698%3B698%3B698%3B698%3B698%3B698%3B698%3B696%3B698%3B698%3B698%22%20%2F%3E%20%3Canimate%20attributeName%3D%22y%22%20dur%3D%226957ms%22%20repeatCount%3D%22indefinite%22%20values%3D%22194%3B194%3B194%3B194%3B194%3B194%3B194%3B194%3B194%3B194%3B192%3B194%3B194%3B194%22%20%2F%3E%20%3Canimate%20attributeName%3D%22width%22%20dur%3D%226957ms%22%20repeatCount%3D%22indefinite%22%20values%3D%2220%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B24%3B20%3B20%3B20%22%20%2F%3E%20%3Canimate%20attributeName%3D%22height%22%20dur%3D%226957ms%22%20repeatCount%3D%22indefinite%22%20values%3D%2220%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B24%3B20%3B20%3B20%22%20%2F%3E%20%3C%2Frect%3E%20%3Crect%20x%3D%22194%22%20y%3D%22242%22%20width%3D%2220%22%20height%3D%2220%22%20fill-opacity%3D%220%22%3E%20%3Canimate%20attributeName%3D%22fill-opacity%22%20dur%3D%228783ms%22%20repeatCount%3D%22indefinite%22%20begin%3D%22716ms%22%20values%3D%220%3B0%3B0%3B0.2e0%3B0.9%3B1%3B0.9%3B0.2e0%3B0%3B0%3B0%3B0.2%3B0.8%3B0%22%20%2F%3E%20%3Canimate%20attributeName%3D%22x%22%20dur%3D%228783ms%22%20repeatCount%3D%22indefinite%22%20begin%3D%22716ms%22%20values%3D%22194%3B194%3B194%3B194%3B194%3B192%3B194%3B194%3B194%3B194%3B194%3B194%3B194%3B194%22%20%2F%3E%20%3Canimate%20attributeName%3D%22y%22%20dur%3D%228783ms%22%20repeatCount%3D%22indefinite%22%20begin%3D%22716ms%22%20values%3D%22242%3B242%3B242%3B242%3B242%3B240%3B242%3B242%3B242%3B242%3B242%3B242%3B242%3B242%22%20%2F%3E%20%3Canimate%20attributeName%3D%22width%22%20dur%3D%228783ms%22%20repeatCount%3D%22indefinite%22%20begin%3D%22716ms%22%20values%3D%2220%3B20%3B20%3B20%3B20%3B24%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%22%20%2F%3E%20%3Canimate%20attributeName%3D%22height%22%20dur%3D%228783ms%22%20repeatCount%3D%22indefinite%22%20begin%3D%22716ms%22%20values%3D%2220%3B20%3B20%3B20%3B20%3B24%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%22%20%2F%3E%20%3C%2Frect%3E%20%3Crect%20x%3D%22698%22%20y%3D%222%22%20width%3D%2220%22%20height%3D%2220%22%20fill-opacity%3D%220%22%3E%20%3Canimate%20attributeName%3D%22fill-opacity%22%20dur%3D%226043ms%22%20repeatCount%3D%22indefinite%22%20values%3D%220%3B0%3B0%3B0.5%3B0.8%3B0%3B0%3B0%3B0.5e0%3B0.9%3B1%3B0.9%3B0.5e0%3B0%22%20%2F%3E%20%3Canimate%20attributeName%3D%22x%22%20dur%3D%226043ms%22%20repeatCount%3D%22indefinite%22%20values%3D%22698%3B698%3B698%3B698%3B698%3B698%3B698%3B698%3B698%3B698%3B696%3B698%3B698%3B698%22%20%2F%3E%20%3Canimate%20attributeName%3D%22y%22%20dur%3D%226043ms%22%20repeatCount%3D%22indefinite%22%20values%3D%222%3B2%3B2%3B2%3B2%3B2%3B2%3B2%3B2%3B2%3B0%3B2%3B2%3B2%22%20%2F%3E%20%3Canimate%20attributeName%3D%22width%22%20dur%3D%226043ms%22%20repeatCount%3D%22indefinite%22%20values%3D%2220%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B24%3B20%3B20%3B20%22%20%2F%3E%20%3Canimate%20attributeName%3D%22height%22%20dur%3D%226043ms%22%20repeatCount%3D%22indefinite%22%20values%3D%2220%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B24%3B20%3B20%3B20%22%20%2F%3E%20%3C%2Frect%3E%20%3Crect%20x%3D%22458%22%20y%3D%22242%22%20width%3D%2220%22%20height%3D%2220%22%20fill-opacity%3D%220%22%3E%20%3Canimate%20attributeName%3D%22fill-opacity%22%20dur%3D%226652ms%22%20repeatCount%3D%22indefinite%22%20begin%3D%22614ms%22%20values%3D%220%3B0%3B0%3B0.5%3B0.9%3B0%3B0%3B0%3B0.5e0%3B0.9%3B1%3B0.9%3B0.5e0%3B0%22%20%2F%3E%20%3Canimate%20attributeName%3D%22x%22%20dur%3D%226652ms%22%20repeatCount%3D%22indefinite%22%20begin%3D%22614ms%22%20values%3D%22458%3B458%3B458%3B458%3B458%3B458%3B458%3B458%3B458%3B458%3B456%3B458%3B458%3B458%22%20%2F%3E%20%3Canimate%20attributeName%3D%22y%22%20dur%3D%226652ms%22%20repeatCount%3D%22indefinite%22%20begin%3D%22614ms%22%20values%3D%22242%3B242%3B242%3B242%3B242%3B242%3B242%3B242%3B242%3B242%3B240%3B242%3B242%3B242%22%20%2F%3E%20%3Canimate%20attributeName%3D%22width%22%20dur%3D%226652ms%22%20repeatCount%3D%22indefinite%22%20begin%3D%22614ms%22%20values%3D%2220%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B24%3B20%3B20%3B20%22%20%2F%3E%20%3Canimate%20attributeName%3D%22height%22%20dur%3D%226652ms%22%20repeatCount%3D%22indefinite%22%20begin%3D%22614ms%22%20values%3D%2220%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B24%3B20%3B20%3B20%22%20%2F%3E%20%3C%2Frect%3E%20%3Crect%20x%3D%22170%22%20y%3D%22386%22%20width%3D%2220%22%20height%3D%2220%22%20fill-opacity%3D%220%22%3E%20%3Canimate%20attributeName%3D%22fill-opacity%22%20dur%3D%224522ms%22%20repeatCount%3D%22indefinite%22%20begin%3D%22716ms%22%20values%3D%220%3B0%3B0%3B0.4%3B0.9%3B0%3B0%3B0%3B0.4e0%3B0.9%3B1%3B0.9%3B0.4e0%3B0%22%20%2F%3E%20%3Canimate%20attributeName%3D%22x%22%20dur%3D%224522ms%22%20repeatCount%3D%22indefinite%22%20begin%3D%22716ms%22%20values%3D%22170%3B170%3B170%3B170%3B170%3B170%3B170%3B170%3B170%3B170%3B168%3B170%3B170%3B170%22%20%2F%3E%20%3Canimate%20attributeName%3D%22y%22%20dur%3D%224522ms%22%20repeatCount%3D%22indefinite%22%20begin%3D%22716ms%22%20values%3D%22386%3B386%3B386%3B386%3B386%3B386%3B386%3B386%3B386%3B386%3B384%3B386%3B386%3B386%22%20%2F%3E%20%3Canimate%20attributeName%3D%22width%22%20dur%3D%224522ms%22%20repeatCount%3D%22indefinite%22%20begin%3D%22716ms%22%20values%3D%2220%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B24%3B20%3B20%3B20%22%20%2F%3E%20%3Canimate%20attributeName%3D%22height%22%20dur%3D%224522ms%22%20repeatCount%3D%22indefinite%22%20begin%3D%22716ms%22%20values%3D%2220%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B24%3B20%3B20%3B20%22%20%2F%3E%20%3C%2Frect%3E%20%3Crect%20x%3D%22530%22%20y%3D%22410%22%20width%3D%2220%22%20height%3D%2220%22%20fill-opacity%3D%220.3%22%3E%20%3Canimate%20attributeName%3D%22fill-opacity%22%20dur%3D%224217ms%22%20repeatCount%3D%22indefinite%22%20begin%3D%22886ms%22%20values%3D%220.3%3B0.9%3B0%3B0%3B0%3B0.3e0%3B0.9%3B1%3B0.9%3B0.3e0%3B0%3B0%3B0%3B0.3%22%20%2F%3E%20%3Canimate%20attributeName%3D%22x%22%20dur%3D%224217ms%22%20repeatCount%3D%22indefinite%22%20begin%3D%22886ms%22%20values%3D%22530%3B530%3B530%3B530%3B530%3B530%3B530%3B528%3B530%3B530%3B530%3B530%3B530%3B530%22%20%2F%3E%20%3Canimate%20attributeName%3D%22y%22%20dur%3D%224217ms%22%20repeatCount%3D%22indefinite%22%20begin%3D%22886ms%22%20values%3D%22410%3B410%3B410%3B410%3B410%3B410%3B410%3B408%3B410%3B410%3B410%3B410%3B410%3B410%22%20%2F%3E%20%3Canimate%20attributeName%3D%22width%22%20dur%3D%224217ms%22%20repeatCount%3D%22indefinite%22%20begin%3D%22886ms%22%20values%3D%2220%3B20%3B20%3B20%3B20%3B20%3B20%3B24%3B20%3B20%3B20%3B20%3B20%3B20%22%20%2F%3E%20%3Canimate%20attributeName%3D%22height%22%20dur%3D%224217ms%22%20repeatCount%3D%22indefinite%22%20begin%3D%22886ms%22%20values%3D%2220%3B20%3B20%3B20%3B20%3B20%3B20%3B24%3B20%3B20%3B20%3B20%3B20%3B20%22%20%2F%3E%20%3C%2Frect%3E%20%3Crect%20x%3D%22482%22%20y%3D%2250%22%20width%3D%2220%22%20height%3D%2220%22%20fill-opacity%3D%220.5e0%22%3E%20%3Canimate%20attributeName%3D%22fill-opacity%22%20dur%3D%223304ms%22%20repeatCount%3D%22indefinite%22%20values%3D%220.5e0%3B0.9%3B1%3B0.9%3B0.5e0%3B0%3B0%3B0%3B0.4%3B0.9%3B0%3B0%3B0%3B0.5e0%22%20%2F%3E%20%3Canimate%20attributeName%3D%22x%22%20dur%3D%223304ms%22%20repeatCount%3D%22indefinite%22%20values%3D%22482%3B482%3B480%3B482%3B482%3B482%3B482%3B482%3B482%3B482%3B482%3B482%3B482%3B482%22%20%2F%3E%20%3Canimate%20attributeName%3D%22y%22%20dur%3D%223304ms%22%20repeatCount%3D%22indefinite%22%20values%3D%2250%3B50%3B48%3B50%3B50%3B50%3B50%3B50%3B50%3B50%3B50%3B50%3B50%3B50%22%20%2F%3E%20%3Canimate%20attributeName%3D%22width%22%20dur%3D%223304ms%22%20repeatCount%3D%22indefinite%22%20values%3D%2220%3B20%3B24%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%22%20%2F%3E%20%3Canimate%20attributeName%3D%22height%22%20dur%3D%223304ms%22%20repeatCount%3D%22indefinite%22%20values%3D%2220%3B20%3B24%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%22%20%2F%3E%20%3C%2Frect%3E%20%3Crect%20x%3D%22458%22%20y%3D%22146%22%20width%3D%2220%22%20height%3D%2220%22%20fill-opacity%3D%220%22%3E%20%3Canimate%20attributeName%3D%22fill-opacity%22%20dur%3D%225130ms%22%20repeatCount%3D%22indefinite%22%20begin%3D%22932ms%22%20values%3D%220%3B0%3B0%3B0.2e0%3B0.9%3B1%3B0.9%3B0.2e0%3B0%3B0%3B0%3B0.3%3B0.7%3B0%22%20%2F%3E%20%3Canimate%20attributeName%3D%22x%22%20dur%3D%225130ms%22%20repeatCount%3D%22indefinite%22%20begin%3D%22932ms%22%20values%3D%22458%3B458%3B458%3B458%3B458%3B456%3B458%3B458%3B458%3B458%3B458%3B458%3B458%3B458%22%20%2F%3E%20%3Canimate%20attributeName%3D%22y%22%20dur%3D%225130ms%22%20repeatCount%3D%22indefinite%22%20begin%3D%22932ms%22%20values%3D%22146%3B146%3B146%3B146%3B146%3B144%3B146%3B146%3B146%3B146%3B146%3B146%3B146%3B146%22%20%2F%3E%20%3Canimate%20attributeName%3D%22width%22%20dur%3D%225130ms%22%20repeatCount%3D%22indefinite%22%20begin%3D%22932ms%22%20values%3D%2220%3B20%3B20%3B20%3B20%3B24%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%22%20%2F%3E%20%3Canimate%20attributeName%3D%22height%22%20dur%3D%225130ms%22%20repeatCount%3D%22indefinite%22%20begin%3D%22932ms%22%20values%3D%2220%3B20%3B20%3B20%3B20%3B24%3B20%3B20%3B20%3B20%3B20%3B20%3B20%3B20%22%20%2F%3E%20%3C%2Frect%3E%3C%2Fsvg%3E'), linear-gradient(to top, rgba(0,0,0,0.349), rgba(0,0,0,0.349));
	background-size: cover, auto;
	background-position: center, 0% 0%;
	background-repeat: no-repeat, repeat;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#container31.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);
}

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

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

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

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

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

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

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

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

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

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

#container06 {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: #171717;
}

#container06 > .wrapper > .inner {
	--gutters: 1.125rem;
	--padding-horizontal: 1.625rem;
	--padding-vertical: 1.125rem;
	--spacing: 0.625rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container06 > .wrapper {
	max-width: var(--width);
	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;
}

#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(30% + (var(--gutters) / 2));
}

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

#container07 {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-repeat: no-repeat;
	background-size: cover;
}

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

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

#container07 > .slideshow-background {
	border-radius: inherit;
	height: 100%;
	left: 0;
	object-fit: cover;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -2;
	background-color: #FFFFFF;
}

#container07:before {
	border-radius: inherit;
	content: '';
	display: block;
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	background-image: linear-gradient(to top, rgba(255,255,255,0.741), rgba(255,255,255,0.741));
	background-position: 0% 0%;
	background-repeat: repeat;
	background-size: auto;
}

#container07 > .slideshow-background > .slow {
	animation-duration: 27.5s;
}

#container07 > .slideshow-background > .normal {
	animation-duration: 20.625s;
}

#container07 > .slideshow-background > .fast {
	animation-duration: 13.75s;
}

#container07 > .slideshow-background > div {
	transition-duration: 1.375s;
}

#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: flex-start;
}

#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 > div:first-child, #container07.columns > .wrapper > .inner > div:first-child > .full:first-child {
	border-top-left-radius: inherit;
}

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

#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%;
}

#container23 > .wrapper {
	display: inline-block;
	width: 61rem;
	background-color: #FFFFFF;
}

#container23 > .wrapper > .inner {
	--gutters: 1.125rem;
	--padding-horizontal: 0.25rem;
	--padding-vertical: 1rem;
	--spacing: 0.625rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#container23.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);
}

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

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

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

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

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

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

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

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

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

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

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

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

#container05 > .wrapper {
	display: inline-block;
	width: 61rem;
	background-color: #FFFFFF;
}

#container05 > .wrapper > .inner {
	--gutters: 1.125rem;
	--padding-horizontal: 0.25rem;
	--padding-vertical: 1rem;
	--spacing: 0.625rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#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: flex-start;
}

#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 > div:first-child, #container05.columns > .wrapper > .inner > div:first-child > .full:first-child {
	border-top-left-radius: inherit;
}

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

#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%;
}

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

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

#container50 {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: #000000;
}

#container50 > .wrapper > .inner {
	--gutters: calc(var(--padding-horizontal) * 2);
	--padding-horizontal: 0.25rem;
	--padding-vertical: 1.125rem;
	--spacing: 0.625rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container50 > .wrapper {
	max-width: var(--width);
	width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#container50.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);
}

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

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

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

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

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

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

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

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

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

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

#container08 > .wrapper {
	display: inline-block;
	width: 61rem;
	background-color: transparent;
}

#container08 > .wrapper > .inner {
	--gutters: 1.125rem;
	--padding-horizontal: 0.25rem;
	--padding-vertical: 1.875rem;
	--spacing: 0.625rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#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: flex-start;
}

#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 > div:first-child, #container08.columns > .wrapper > .inner > div:first-child > .full:first-child {
	border-top-left-radius: inherit;
}

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

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

#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(60% + (var(--gutters) / 2));
}

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

#container04 > .wrapper {
	display: inline-block;
	width: 65rem;
	background-color: #FAFAFA;
}

#container04 > .wrapper > .inner {
	--gutters: 1.125rem;
	--padding-horizontal: 1.25rem;
	--padding-vertical: 1.125rem;
	--spacing: 0.625rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#container04.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);
}

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

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

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

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

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

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

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

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

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

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

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

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

#container01 > .wrapper {
	display: inline-block;
	width: 61rem;
	background-color: transparent;
}

#container01 > .wrapper > .inner {
	--gutters: 1.125rem;
	--padding-horizontal: 0.25rem;
	--padding-vertical: 0.625rem;
	--spacing: 0.625rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#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: flex-start;
}

#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 > div:first-child, #container01.columns > .wrapper > .inner > div:first-child > .full:first-child {
	border-top-left-radius: inherit;
}

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

#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%;
}

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

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

#container45 {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: #121111;
}

#container45 > .wrapper > .inner {
	--gutters: 0.625rem;
	--padding-horizontal: 5.375rem;
	--padding-vertical: 1rem;
	--spacing: 0.625rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container45 > .wrapper {
	max-width: var(--width);
	width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#container45.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);
}

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

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

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

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

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

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

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

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

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

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

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

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

#container11 {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: #121111;
}

#container11 > .wrapper > .inner {
	--gutters: 0.625rem;
	--padding-horizontal: 5.375rem;
	--padding-vertical: 0.5rem;
	--spacing: 0.625rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container11 > .wrapper {
	max-width: var(--width);
	width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#container11.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);
}

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

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

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

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

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

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

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

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

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

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

#container11 > .wrapper > .inner > :nth-child(1) {
	width: calc(25% + (var(--gutters) / 4));
}

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

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

#container11 > .wrapper > .inner > :nth-child(4) {
	width: calc(25% + (var(--gutters) / 4));
}

#container27 {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: #000000;
}

#container27 > .wrapper > .inner {
	--gutters: calc(var(--padding-horizontal) * 2);
	--padding-horizontal: 0.25rem;
	--padding-vertical: 1.5rem;
	--spacing: 0.625rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container27 > .wrapper {
	max-width: var(--width);
	width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#container27.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);
}

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

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

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

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

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

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

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

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

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

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

#container21 > .wrapper {
	display: inline-block;
	width: 76rem;
	background-image: linear-gradient(162deg, #F7F7F7 11%, #E3E3E3 100%);
	background-position: 0% 0%;
	background-repeat: repeat;
	background-size: cover;
}

#container21 > .wrapper > .inner {
	--gutters: 1.125rem;
	--padding-horizontal: 0.25rem;
	--padding-vertical: 2rem;
	--spacing: 0.625rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#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: flex-start;
}

#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 > div:first-child, #container21.columns > .wrapper > .inner > div:first-child > .full:first-child {
	border-top-left-radius: inherit;
}

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

#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%;
}

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

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

#container40 {
	display: flex;
	width: 100%;
	min-height: 33rem;
	align-items: center;
	justify-content: center;
	background-attachment: scroll;
	background-image: linear-gradient(to top, rgba(0,0,0,0.769), rgba(0,0,0,0.769)), url('images/container40.jpg');
	background-position: 0% 0%, 50% 50%;
	background-repeat: repeat, repeat;
	background-size: auto, cover;
}

#container40 > .wrapper > .inner {
	--gutters: 3.625rem;
	--padding-horizontal: 4.375rem;
	--padding-vertical: 3.125rem;
	--spacing: 0.625rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container40 > .wrapper {
	max-width: var(--width);
	width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#container40.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);
}

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

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

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

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

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

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

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

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

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

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

#container40 > .wrapper > .inner > :nth-child(1) {
	width: calc(50% + (var(--gutters) / 2));
	--alignment: center;
	--flex-alignment: center;
	--indent-left: 1;
	--indent-right: 1;
}

#container40 > .wrapper > .inner > :nth-child(2) {
	width: calc(50% + (var(--gutters) / 2));
	--alignment: center;
	--flex-alignment: center;
	--indent-left: 1;
	--indent-right: 1;
}

#container09 {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-attachment: scroll;
	background-image: linear-gradient(to top, rgba(255,255,255,0.529), rgba(255,255,255,0.529)), url('images/container09.jpg');
	background-position: 0% 0%, 50% 50%;
	background-repeat: repeat, repeat;
	background-size: auto, cover;
}

#container09 > .wrapper > .inner {
	--gutters: 1.125rem;
	--padding-horizontal: 0.25rem;
	--padding-vertical: 4.625rem;
	--spacing: 0.625rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container09 > .wrapper {
	max-width: var(--width);
	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: flex-start;
}

#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 > div:first-child, #container09.columns > .wrapper > .inner > div:first-child > .full:first-child {
	border-top-left-radius: inherit;
}

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

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

#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%;
}

#container16 > .wrapper {
	display: inline-block;
	width: 61rem;
	background-color: transparent;
}

#container16 > .wrapper > .inner {
	--gutters: 1.125rem;
	--padding-horizontal: 0.25rem;
	--padding-vertical: 1.875rem;
	--spacing: 0.625rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#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: flex-start;
}

#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 > div:first-child, #container16.columns > .wrapper > .inner > div:first-child > .full:first-child {
	border-top-left-radius: inherit;
}

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

#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%;
}

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

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

#container35 > .wrapper {
	display: inline-block;
	width: 76rem;
	background-color: #FFFFFF;
}

#container35 > .wrapper > .inner {
	--gutters: 1.375rem;
	--padding-horizontal: 3.625rem;
	--padding-vertical: 1.625rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#container35.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);
}

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

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

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

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

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

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

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

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

#container13 > .wrapper {
	display: inline-block;
	width: 76rem;
	background-attachment: scroll;
	background-image: linear-gradient(to top, rgba(0,0,0,0.812), rgba(0,0,0,0.812)), url('images/container13.jpg');
	background-position: 0% 0%, 50% 50%;
	background-repeat: repeat, repeat;
	background-size: auto, cover;
}

#container13 > .wrapper > .inner {
	--gutters: 1.375rem;
	--padding-horizontal: 3.625rem;
	--padding-vertical: 1.625rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#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;
}

#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%;
}

#container14 > .wrapper {
	display: inline-block;
	width: 76rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#container14 > .wrapper > .inner {
	--gutters: 1.375rem;
	--padding-horizontal: 3.625rem;
	--padding-vertical: 1.625rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container14 > .wrapper video {
	border-radius: inherit;
	height: 100%;
	left: 0;
	object-fit: cover;
	object-position: center;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -2;
}

#container14 > .wrapper:before {
	border-radius: inherit;
	content: '';
	display: block;
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	background-image: linear-gradient(to top, rgba(0,0,0,0.639), rgba(0,0,0,0.639));
	background-position: 0% 0%;
	background-repeat: repeat;
	background-size: auto;
}

#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;
}

#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%;
}

#container17 > .wrapper {
	display: inline-block;
	width: 76rem;
	background-attachment: scroll;
	background-image: linear-gradient(to top, rgba(0,0,0,0.812), rgba(0,0,0,0.812)), url('images/container17.jpg');
	background-position: 0% 0%, 50% 50%;
	background-repeat: repeat, repeat;
	background-size: auto, cover;
}

#container17 > .wrapper > .inner {
	--gutters: 1.375rem;
	--padding-horizontal: 3.625rem;
	--padding-vertical: 1.625rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#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;
}

#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%;
}

#container22 > .wrapper {
	display: inline-block;
	width: 76rem;
	background-attachment: scroll;
	background-image: linear-gradient(to top, rgba(0,0,0,0.812), rgba(0,0,0,0.812)), url('images/container22.jpg');
	background-position: 0% 0%, 50% 50%;
	background-repeat: repeat, repeat;
	background-size: auto, cover;
}

#container22 > .wrapper > .inner {
	--gutters: 1.375rem;
	--padding-horizontal: 3.625rem;
	--padding-vertical: 1.625rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#container22.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);
}

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

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

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

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

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

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

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

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

#container26 > .wrapper {
	display: inline-block;
	width: 76rem;
	background-color: #000000;
}

#container26 > .wrapper > .inner {
	--gutters: 1.375rem;
	--padding-horizontal: 3.625rem;
	--padding-vertical: 1.625rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#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;
}

#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%;
}

#container28 > .wrapper {
	display: inline-block;
	width: 76rem;
	background-color: #000000;
}

#container28 > .wrapper > .inner {
	--gutters: 1.375rem;
	--padding-horizontal: 3.625rem;
	--padding-vertical: 1.625rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#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;
}

#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%;
}

#container25 > .wrapper {
	display: inline-block;
	width: 76rem;
	background-color: #000000;
}

#container25 > .wrapper > .inner {
	--gutters: 1.375rem;
	--padding-horizontal: 3.625rem;
	--padding-vertical: 1.625rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#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%;
}

#container24 > .wrapper {
	display: inline-block;
	width: 76rem;
	background-attachment: scroll;
	background-image: linear-gradient(to top, rgba(0,0,0,0.812), rgba(0,0,0,0.812)), url('images/container24.jpg');
	background-position: 0% 0%, 50% 50%;
	background-repeat: repeat, repeat;
	background-size: auto, cover;
}

#container24 > .wrapper > .inner {
	--gutters: 1.375rem;
	--padding-horizontal: 3.625rem;
	--padding-vertical: 1.625rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#container24.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);
}

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

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

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

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

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

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

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

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

#container20 > .wrapper {
	display: inline-block;
	width: 76rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#container20 > .wrapper > .inner {
	--gutters: 1.375rem;
	--padding-horizontal: 3.625rem;
	--padding-vertical: 1.625rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container20 > .wrapper video {
	border-radius: inherit;
	height: 100%;
	left: 0;
	object-fit: cover;
	object-position: center;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -2;
}

#container20 > .wrapper:before {
	border-radius: inherit;
	content: '';
	display: block;
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	background-image: linear-gradient(to top, rgba(0,0,0,0.639), rgba(0,0,0,0.639));
	background-position: 0% 0%;
	background-repeat: repeat;
	background-size: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#container20.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);
}

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

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

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

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

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

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

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

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

#container19 > .wrapper {
	display: inline-block;
	width: 76rem;
	background-attachment: scroll;
	background-image: linear-gradient(to top, rgba(0,0,0,0.812), rgba(0,0,0,0.812)), url('images/container19.jpg');
	background-position: 0% 0%, 50% 50%;
	background-repeat: repeat, repeat;
	background-size: auto, cover;
}

#container19 > .wrapper > .inner {
	--gutters: 1.375rem;
	--padding-horizontal: 3.625rem;
	--padding-vertical: 1.625rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#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%;
}

#container18 > .wrapper {
	display: inline-block;
	width: 76rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#container18 > .wrapper > .inner {
	--gutters: 1.375rem;
	--padding-horizontal: 3.625rem;
	--padding-vertical: 1.625rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container18 > .wrapper video {
	border-radius: inherit;
	height: 100%;
	left: 0;
	object-fit: cover;
	object-position: center;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -2;
}

#container18 > .wrapper:before {
	border-radius: inherit;
	content: '';
	display: block;
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	background-image: linear-gradient(to top, rgba(0,0,0,0.639), rgba(0,0,0,0.639));
	background-position: 0% 0%;
	background-repeat: repeat;
	background-size: auto;
}

#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;
}

#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%;
}

#container12 > .wrapper {
	display: inline-block;
	width: 76rem;
	background-attachment: scroll;
	background-image: linear-gradient(to top, rgba(0,0,0,0.812), rgba(0,0,0,0.812)), url('images/container12.jpg');
	background-position: 0% 0%, 50% 50%;
	background-repeat: repeat, repeat;
	background-size: auto, cover;
}

#container12 > .wrapper > .inner {
	--gutters: 1.375rem;
	--padding-horizontal: 3.625rem;
	--padding-vertical: 1.625rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#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;
}

#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%;
}

#container10 > .wrapper {
	display: inline-block;
	width: 76rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#container10 > .wrapper > .inner {
	--gutters: 1.375rem;
	--padding-horizontal: 3.625rem;
	--padding-vertical: 1.625rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container10 > .wrapper video {
	border-radius: inherit;
	height: 100%;
	left: 0;
	object-fit: cover;
	object-position: center;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -2;
}

#container10 > .wrapper:before {
	border-radius: inherit;
	content: '';
	display: block;
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	background-image: linear-gradient(to top, rgba(0,0,0,0.639), rgba(0,0,0,0.639));
	background-position: 0% 0%;
	background-repeat: repeat;
	background-size: auto;
}

#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%;
}

#container02 {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: #F2F2F2;
}

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

#container02 > .wrapper {
	max-width: var(--width);
	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: flex-start;
}

#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 > div:first-child, #container02.columns > .wrapper > .inner > div:first-child > .full:first-child {
	border-top-left-radius: inherit;
}

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

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

#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(33.33333% + (var(--gutters) / 3));
}

#container02 > .wrapper > .inner > :nth-child(2) {
	width: calc(33.33333% + (var(--gutters) / 3));
	--alignment: right;
	--flex-alignment: flex-end;
	--indent-left: 0;
	--indent-right: 1;
}

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

#container15 {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: #000000;
}

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

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

#container15 > .wrapper {
	max-width: var(--width);
	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: flex-start;
}

#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 > div:first-child, #container15.columns > .wrapper > .inner > div:first-child > .full:first-child {
	border-top-left-radius: inherit;
}

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

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

#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(20% + (var(--gutters) / 3));
}

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

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

#embed03 {
	max-width: 100%;
}

#embed03 .frame {
	border-radius: inherit;
}

#embed03 .frame-inner {
	border-radius: inherit;
}

#embed03 .frame iframe {
	border-radius: inherit;
	height: 36rem;
	max-width: 100%;
	width: 61rem;
}

#embed02 {
	max-width: 100%;
}

#embed02 .frame {
	border-radius: inherit;
}

#embed02 .frame-inner {
	border-radius: inherit;
}

#embed02 .frame iframe {
	border-radius: inherit;
	height: 28rem;
	max-width: 100%;
	width: 61rem;
}

#header {
	margin-bottom: 0rem !important;
}

#footer {
	margin-top: 0rem !important;
}

.list {
	display: block;
}

.list ul, .list ol {
	display: inline-block;
	max-width: 100%;
	text-align: var(--site-language-alignment);
	vertical-align: middle;
}

.list ul li, .list ol li {
	direction: var(--site-language-direction);
	display: flex;
	position: relative;
}

.list ul li:before, .list ol li:before {
	background-repeat: no-repeat;
	content: '';
	display: block;
	flex-grow: 0;
	flex-shrink: 0;
	font-variant: normal !important;
	letter-spacing: 0 !important;
	order: 1;
	position: relative;
}

.list ul li:after, .list ol li:after {
	content: '';
	display: block;
	flex-grow: 0;
	flex-shrink: 0;
	order: 2;
	pointer-events: none;
}

.list ul li p, .list ol li p {
	flex-grow: 1;
	flex-shrink: 1;
	order: 3;
}

.list ul li:first-child, .list ol li:first-child {
	margin-top: 0 !important;
}

#list07 {
	color: #000000;
	font-family: 'Saira Semi Condensed', sans-serif;
	letter-spacing: -0.075rem;
	font-size: 1.25em;
	line-height: 0.75;
	font-weight: 300;
	padding-left: calc(0.875rem * var(--indent-left));
	padding-right: calc(0.875rem * var(--indent-right));
}

#list07 a:hover {
	color: rgba(135,135,135,0.859);
}

#list07 a {
	text-decoration: none;
}

#list07 ul {
	width: 100%;
}

#list07 ul li {
	margin-top: 0.5rem;
}

#list07 ul li:after {
	width: 0.25rem;
}

#list07 ul 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%3Cpath%20d%3D%22M31.7%2C21.1L14.3%2C38.5C14%2C38.8%2C13.7%2C39%2C13.2%2C39c-0.4%2C0-0.7-0.1-1.1-0.5l-3.9-3.9c-0.2-0.2-0.5-0.6-0.5-1.1%20c0-0.4%2C0.1-0.7%2C0.5-1.1L20.7%2C20L8.3%2C7.6C8.1%2C7.3%2C7.8%2C7%2C7.8%2C6.5c0-0.4%2C0.1-0.7%2C0.5-1.1l3.9-3.9C12.5%2C1.2%2C12.8%2C1%2C13.3%2C1%20c0.4%2C0%2C0.7%2C0.1%2C1.1%2C0.5l17.4%2C17.4c0.2%2C0.2%2C0.5%2C0.6%2C0.5%2C1.1C32.1%2C20.4%2C31.9%2C20.7%2C31.7%2C21.1z%22%20fill%3D%22%238F0000%22%20%2F%3E%3C%2Fsvg%3E');
	border-radius: 0.125rem;
	background-position: left 60%;
	background-repeat: no-repeat;
	background-size: contain;
	height: 0.9375rem;
	line-height: 0.9375rem;
	min-width: 0.439453125rem;
}

#list06 {
	color: #000000;
	font-family: 'Saira Semi Condensed', sans-serif;
	letter-spacing: -0.075rem;
	font-size: 1.125em;
	line-height: 0.75;
	font-weight: 300;
	padding-left: calc(0.875rem * var(--indent-left));
	padding-right: calc(0.875rem * var(--indent-right));
}

#list06 a:hover {
	color: rgba(135,135,135,0.859);
}

#list06 a {
	text-decoration: none;
}

#list06 ul {
	width: 100%;
}

#list06 ul li {
	margin-top: 0.5rem;
}

#list06 ul li:after {
	width: 0.25rem;
}

#list06 ul 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%3Ccircle%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%2210%22%20fill%3D%22%238F0000%22%20%2F%3E%3C%2Fsvg%3E');
	border-radius: 0.125rem;
	background-position: left 60%;
	background-repeat: no-repeat;
	background-size: contain;
	height: 0.84375rem;
	line-height: 0.84375rem;
	min-width: 0.3955078125rem;
}

#list05 {
	color: #000000;
	font-family: 'Saira Semi Condensed', sans-serif;
	letter-spacing: -0.075rem;
	font-size: 1.125em;
	line-height: 0.75;
	font-weight: 300;
	padding-left: calc(0.875rem * var(--indent-left));
	padding-right: calc(0.875rem * var(--indent-right));
}

#list05 a:hover {
	color: rgba(135,135,135,0.859);
}

#list05 a {
	text-decoration: none;
}

#list05 ul {
	width: 100%;
}

#list05 ul li {
	margin-top: 0.5rem;
}

#list05 ul li:after {
	width: 0.25rem;
}

#list05 ul 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%3Ccircle%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%2210%22%20fill%3D%22%238F0000%22%20%2F%3E%3C%2Fsvg%3E');
	border-radius: 0.125rem;
	background-position: left 60%;
	background-repeat: no-repeat;
	background-size: contain;
	height: 0.84375rem;
	line-height: 0.84375rem;
	min-width: 0.3955078125rem;
}

#list08 {
	color: #000000;
	font-family: 'Saira Semi Condensed', sans-serif;
	letter-spacing: -0.025rem;
	font-size: 1.125em;
	line-height: 0.875;
	font-weight: 300;
	padding-left: calc(0.875rem * var(--indent-left));
	padding-right: calc(0.875rem * var(--indent-right));
}

#list08 a:hover {
	color: rgba(135,135,135,0.859);
}

#list08 a {
	text-decoration: none;
}

#list08 ul {
	width: 100%;
}

#list08 ul li {
	margin-top: 0.5rem;
}

#list08 ul li:after {
	width: 0.25rem;
}

#list08 ul 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%3Ccircle%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%2210%22%20fill%3D%22%238F0000%22%20%2F%3E%3C%2Fsvg%3E');
	border-radius: 0.125rem;
	background-position: left 60%;
	background-repeat: no-repeat;
	background-size: contain;
	height: 0.984375rem;
	line-height: 0.984375rem;
	min-width: 0.46142578125rem;
}

#list02 {
	color: #FFFFFF;
	font-family: 'Saira Semi Condensed', sans-serif;
	letter-spacing: -0.075rem;
	font-size: 1.125em;
	line-height: 0.75;
	font-weight: 300;
}

#list02 a {
	color: #000000;
	text-decoration: none;
}

#list02 a:hover {
	color: rgba(230,230,230,0.859);
}

#list02 ul {
	width: 100%;
}

#list02 ul li {
	margin-top: 0.5rem;
}

#list02 ul li:after {
	width: 0.703125rem;
}

#list02 ul 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%3Ccircle%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%2210%22%20fill%3D%22%238F0000%22%20%2F%3E%3C%2Fsvg%3E');
	border-radius: 0.125rem;
	background-position: left 60%;
	background-repeat: no-repeat;
	background-size: contain;
	height: 0.84375rem;
	line-height: 0.84375rem;
	min-width: 0.3955078125rem;
}

#list03 {
	color: #FFFFFF;
	font-family: 'Saira Semi Condensed', sans-serif;
	letter-spacing: -0.075rem;
	font-size: 1.125em;
	line-height: 0.75;
	font-weight: 300;
}

#list03 a {
	color: #000000;
	text-decoration: none;
}

#list03 a:hover {
	color: rgba(230,230,230,0.859);
}

#list03 ul {
	width: 100%;
}

#list03 ul li {
	margin-top: 0.5rem;
}

#list03 ul li:after {
	width: 0.703125rem;
}

#list03 ul 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%3Ccircle%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%2210%22%20fill%3D%22%238F0000%22%20%2F%3E%3C%2Fsvg%3E');
	border-radius: 0.125rem;
	background-position: left 60%;
	background-repeat: no-repeat;
	background-size: contain;
	height: 0.84375rem;
	line-height: 0.84375rem;
	min-width: 0.3955078125rem;
}

#list04 {
	color: #FFFFFF;
	font-family: 'Saira Semi Condensed', sans-serif;
	letter-spacing: -0.075rem;
	font-size: 1.125em;
	line-height: 0.75;
	font-weight: 300;
}

#list04 a {
	color: #000000;
	text-decoration: none;
}

#list04 a:hover {
	color: rgba(230,230,230,0.859);
}

#list04 ul {
	width: 100%;
}

#list04 ul li {
	margin-top: 0.5rem;
}

#list04 ul li:after {
	width: 0.703125rem;
}

#list04 ul 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%3Ccircle%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%2210%22%20fill%3D%22%238F0000%22%20%2F%3E%3C%2Fsvg%3E');
	border-radius: 0.125rem;
	background-position: left 60%;
	background-repeat: no-repeat;
	background-size: contain;
	height: 0.84375rem;
	line-height: 0.84375rem;
	min-width: 0.3955078125rem;
}

#list01 {
	color: #FFFFFF;
	font-family: 'Saira Semi Condensed', sans-serif;
	letter-spacing: -0.075rem;
	font-size: 1.125em;
	line-height: 0.75;
	font-weight: 300;
}

#list01 a {
	color: #000000;
	text-decoration: none;
}

#list01 a:hover {
	color: rgba(230,230,230,0.859);
}

#list01 ul {
	width: 100%;
}

#list01 ul li {
	margin-top: 0.5rem;
}

#list01 ul li:after {
	width: 0.703125rem;
}

#list01 ul 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%3Ccircle%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%2210%22%20fill%3D%22%238F0000%22%20%2F%3E%3C%2Fsvg%3E');
	border-radius: 0.125rem;
	background-position: left 60%;
	background-repeat: no-repeat;
	background-size: contain;
	height: 0.84375rem;
	line-height: 0.84375rem;
	min-width: 0.3955078125rem;
}

.list.style1 {
	color: #FFFFFF;
	font-family: 'Saira Semi Condensed', sans-serif;
	letter-spacing: -0.025rem;
	font-size: 1.125em;
	line-height: 0.875;
	font-weight: 300;
	padding-left: calc(0.875rem * var(--indent-left));
	padding-right: calc(0.875rem * var(--indent-right));
}

.list.style1 a {
	color: #000000;
	text-decoration: none;
}

.list.style1 a:hover {
	color: rgba(135,135,135,0.859);
}

.list.style1 ul {
	width: 35rem;
}

.list.style1 ul li {
	margin-top: 0.5rem;
}

.list.style1 ul li:after {
	width: 0.25rem;
}

.list.style1 ul 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%3Cpath%20d%3D%22M31.7%2C21.1L14.3%2C38.5C14%2C38.8%2C13.7%2C39%2C13.2%2C39c-0.4%2C0-0.7-0.1-1.1-0.5l-3.9-3.9c-0.2-0.2-0.5-0.6-0.5-1.1%20c0-0.4%2C0.1-0.7%2C0.5-1.1L20.7%2C20L8.3%2C7.6C8.1%2C7.3%2C7.8%2C7%2C7.8%2C6.5c0-0.4%2C0.1-0.7%2C0.5-1.1l3.9-3.9C12.5%2C1.2%2C12.8%2C1%2C13.3%2C1%20c0.4%2C0%2C0.7%2C0.1%2C1.1%2C0.5l17.4%2C17.4c0.2%2C0.2%2C0.5%2C0.6%2C0.5%2C1.1C32.1%2C20.4%2C31.9%2C20.7%2C31.7%2C21.1z%22%20fill%3D%22%238F0000%22%20%2F%3E%3C%2Fsvg%3E');
	border-radius: 0.125rem;
	background-position: left 60%;
	background-repeat: no-repeat;
	background-size: contain;
	height: 0.984375rem;
	line-height: 0.984375rem;
	min-width: 0.73828125rem;
}

.video {
	position: relative;
}

.video video {
	display: inline-block;
	max-width: 100%;
	vertical-align: top;
}

.video .frame {
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	position: relative;
	vertical-align: top;
}

.video .frame:before {
	content: '';
	display: block;
	width: 100%;
}

.video .frame iframe {
	bottom: 0px;
	height: 100%;
	left: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 100%;
	background-color: #000000;
}

.video.full video {
	display: block;
}

.video.full:first-child video {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

.video.full:last-child video {
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

.video.full .frame {
	display: block;
}

.video.full:first-child .frame {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

.video.full:last-child .frame {
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#video02 video {
	width: 27.625rem;
}

#video02 .frame {
	width: 27.625rem;
}

.table-wrapper {
	max-width: 100%;
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
	overflow-y: hidden;
}

.table-inner {
	display: inline-block;
	max-width: 100%;
}

table {
	direction: var(--site-language-direction);
	text-align: var(--site-language-alignment);
	width: 100%;
}

th {
	font-weight: bolder;
	text-align: var(--site-language-alignment);
}

.table-wrapper.style1 {
	color: #FFFFFF;
	font-family: 'Saira Semi Condensed', sans-serif;
	letter-spacing: 0.025rem;
	font-size: 0.875em;
	line-height: 0.875;
	font-weight: 100;
}

.table-wrapper.style1 a {
	color: #FFC700;
	text-decoration: underline;
}

.table-wrapper.style1 a:hover {
	text-decoration: none;
}

.table-wrapper.style1 .table-inner {
	width: 28rem;
}

.table-wrapper.style1 thead {
	border-bottom: solid 2px rgba(252,252,252,0.071);
}

.table-wrapper.style1 tbody tr {
	border-top: solid 1px rgba(252,252,252,0.024);
}

.table-wrapper.style1 tbody tr:first-child {
	border-top: 0;
}

.table-wrapper.style1 th, .table-wrapper.style1 td {
	padding: 0.25rem 0.34375rem;
}

.table-wrapper.style1 th:first-child, .table-wrapper.style1 td:first-child {
	padding-left: 0;
}

.table-wrapper.style1 th:last-child, .table-wrapper.style1 td:last-child {
	padding-right: 0;
}

form {
	display: flex;
	justify-content: var(--flex-alignment);
}

form .inner {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	max-width: 100%;
}

form label {
	direction: var(--site-language-direction);
	display: block;
}

form .field button {
	align-items: center;
	background-color: transparent;
	border: 0;
	cursor: pointer;
	display: flex;
	justify-content: center;
}

form .field button > svg {
	height: 50%;
	min-width: 100%;
}

form input[type="text"], form input[type="email"], form input[type="tel"], form input[type="number"], form textarea, form select, form .file {
	background-color: transparent;
	border: 0;
	direction: var(--site-language-direction);
	display: block;
	outline: 0;
	text-align: var(--site-language-alignment);
	width: 100%;
}

form input[type="tel"] {
	-webkit-appearance: none;
}

form textarea {
	height: 10rem;
	line-height: normal;
}

form select {
	background-repeat: no-repeat;
	background-size: 1rem;
	text-overflow: ellipsis;
	-webkit-appearance: none;
}

form select option {
	background-color: white;
	color: black;
}

form select::-ms-expand {
	display: none;
}

form input[type="checkbox"] {
	-webkit-appearance: none;
	display: block;
	float: left;
	margin-right: -2rem;
	opacity: 0;
	width: 1rem;
	z-index: -1;
}

form input[type="checkbox"] + label {
	align-items: center;
	display: inline-flex;
	line-height: 1.6;
	text-align: left;
}

form input[type="checkbox"] + label:before {
	background-position: center;
	background-repeat: no-repeat;
	content: '';
	cursor: pointer;
	display: inline-block;
	flex-grow: 0;
	flex-shrink: 0;
	vertical-align: middle;
}

form input[type="number"] {
	-webkit-appearance: none;
	-moz-appearance: textfield;
}

form input[type="number"]::-webkit-inner-spin-button, form input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

form .number {
	position: relative;
}

form .number > input[type="number"] {
	text-align: center;
}

form .number > button {
	position: absolute;
}

form .field .number > button > svg {
	height: 40%;
}

form .file {
	position: relative;
}

form .file > button {
	position: absolute;
}

form .file > input[type="file"] {
	cursor: pointer;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

form .file[data-filename]:before {
	background-repeat: no-repeat;
	content: attr(data-filename);
	display: block;
	height: 100%;
	overflow: hidden;
	position: absolute;
	text-overflow: ellipsis;
	top: 0;
	white-space: nowrap;
}

form .file[data-filename=""]:before {
	background-image: none !important;
	content: attr(data-placeholder);
	padding-left: 0 !important;
}

form .field .file > button > svg {
	height: 53%;
}

form .actions {
	max-width: 100%;
}

form .actions button {
	align-items: center;
	background-color: transparent;
	border: 0;
	cursor: pointer;
	display: inline-flex;
	justify-content: center;
	max-width: 100%;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

form .actions button:disabled {
	cursor: default;
	opacity: 0.35;
	pointer-events: none;
}

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

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

#form02 .inner > * {
	margin: 0.5rem 0 0 0;
	max-width: 100%;
}

#form02 .inner > :first-child {
	margin: 0;
}

#form02 .inner {
	width: 27rem;
}

#form02 label:first-child {
	margin: 0.25rem 0 0.375rem 0;
	font-size: 1.125em;
	line-height: 1.5;
	font-family: 'Saira Semi Condensed', sans-serif;
	font-weight: 500;
	color: #000000;
}

#form02 .field button {
	background-size: 0.6rem;
	height: 1.2rem;
	line-height: 1.2rem;
	width: 1.2rem;
	border-radius: 0.08rem;
	background-color: rgba(201,201,201,0.62);
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#form02 .field button:hover {
	background-color: #960000;
}

#form02 .field button svg {
	fill: #FFFFFF;
	transition: fill 0.25s ease;
}

#form02 input[type="text"], #form02 input[type="email"], #form02 input[type="tel"], #form02 input[type="number"], #form02 textarea, #form02 select, #form02 input[type="checkbox"] + label, #form02 .file {
	font-size: 0.875em;
	font-family: 'Saira Semi Condensed', sans-serif;
	letter-spacing: -0.025rem;
	font-weight: 300;
	border-radius: 0.125rem;
}

#form02 input[type="text"], #form02 input[type="email"], #form02 input[type="tel"], #form02 input[type="number"], #form02 textarea, #form02 select, #form02 .file {
	color: #FFFFFF;
	border: solid 1px rgba(255,255,255,0.851);
}

#form02 input[type="checkbox"] + label {
	color: #FFFFFF;
}

#form02 input[type="text"], #form02 input[type="email"], #form02 input[type="tel"], #form02 input[type="number"], #form02 select, #form02 .file {
	height: 1.5rem;
	padding: 0 0.525rem;
	line-height: calc(1.5rem - 2px);
}

#form02 textarea {
	padding: 0.525rem;
	height: 10rem;
	line-height: 0.75;
	padding-top: 0.39375rem;
}

#form02 select {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='504' height='552' preserveAspectRatio='none' viewBox='0 0 504 552'%3E%3Cpath d='M483.9,210.9L252,442.9L20.1,210.9l67.9-67.9L252,307.1l164.1-164.1L483.9,210.9z' fill='rgba(255,255,255,0.851)' /%3E%3C/svg%3E");
	background-position: calc(100% - 0.525rem) center;
	padding-right: 1.875rem;
}

#form02 input[type="checkbox"] + label:before {
	border-radius: 0.125rem;
	color: #FFFFFF;
	border: solid 1px rgba(255,255,255,0.851);
	background-size: 0.6375rem;
	height: 1.125rem;
	width: 1.125rem;
	margin-right: 0.875rem;
}

#form02 input[type="checkbox"]:checked + label:before {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='648' height='552' preserveAspectRatio='none' viewBox='0 0 648 552'%3E%3Cpath d='M225.3,517.7L2.1,293.1l68.1-67.7L226,382.3L578.1,35.6l67.4,68.4L225.3,517.7z' fill='%23FFFFFF' /%3E%3C/svg%3E");
}

#form02 .number > input[type="number"] {
	padding-left: 1.7rem;
	padding-right: 1.7rem;
}

#form02 .number > button.decrement {
	bottom: calc(0.15rem - 0px);
	left: calc(0.15rem - 0px);
}

#form02 .number > button.increment {
	bottom: calc(0.15rem - 0px);
	right: calc(0.15rem - 0px);
}

#form02 .file:before {
	width: calc(100% - 2.025rem);
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M27.4,4.5c-0.4-0.4-0.8-0.7-1.5-0.9c-0.6-0.3-1.2-0.4-1.7-0.4H7.1c-0.5,0-0.9,0.2-1.3,0.5S5.3,4.5,5.3,5.1v30.7 c0,0.5,0.2,0.9,0.5,1.3c0.4,0.4,0.8,0.5,1.3,0.5h25.8c0.5,0,0.9-0.2,1.3-0.5c0.4-0.4,0.5-0.8,0.5-1.3V13.7c0-0.5-0.1-1.1-0.4-1.7 c-0.3-0.6-0.6-1.1-0.9-1.5L27.4,4.5z M25.7,6.2l6,6c0.2,0.2,0.3,0.4,0.4,0.8h-7.2V5.8C25.3,5.9,25.5,6.1,25.7,6.2z M7.7,35.2V5.7 h14.7v8c0,0.5,0.2,0.9,0.5,1.3c0.4,0.4,0.8,0.5,1.3,0.5h8v19.7H7.7z' style='opacity: 0.375' fill='%23FFFFFF' /%3E%3C/svg%3E");
	background-size: 0.875rem;
	background-position: left;
	padding-left: 1.225rem;
}

#form02 .file > button {
	bottom: calc(0.15rem - 1px);
	right: calc(0.15rem - 1px);
}

#form02 .actions button {
	display: inline-block;
	width: 11.875rem;
	height: 1.5rem;
	line-height: 1.5rem;
	padding: 0 0.375rem;
	text-transform: uppercase;
	font-size: 0.75em;
	font-family: 'Saira Semi Condensed', sans-serif;
	letter-spacing: 0.1rem;
	padding-left: calc(0.1rem + 0.375rem);
	font-weight: 400;
	border-radius: 0.125rem;
	direction: var(--site-language-direction);
	overflow: hidden;
	text-overflow: ellipsis;
	background-color: rgba(201,201,201,0.62);
	color: #FFFFFF;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
	position: relative;
}

#form02 .actions button:hover {
	background-color: #960000;
}

#form02 .inner > :first-child > label:first-child {
	margin-top: 0;
}

#form02 .actions button:before {
	animation: button-spinner 1s infinite linear;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOTZweCIgaGVpZ2h0PSI5NnB4IiB2aWV3Qm94PSIwIDAgOTYgOTYiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5jaXJjbGUge2ZpbGw6IHRyYW5zcGFyZW50OyBzdHJva2U6ICNGRkZGRkY7IHN0cm9rZS13aWR0aDogMnB4OyB9PC9zdHlsZT48ZGVmcz48Y2xpcFBhdGggaWQ9ImNvcm5lciI+PHBvbHlnb24gcG9pbnRzPSIwLDAgNDgsMCA0OCw0OCA5Niw0OCA5Niw5NiAwLDk2IiAvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjb3JuZXIpIj48Y2lyY2xlIGN4PSI0OCIgY3k9IjQ4IiByPSIzMiIvPjwvZz48L3N2Zz4=');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 1.125rem;
	content: '';
	display: block;
	height: 1.125rem;
	left: 50%;
	margin: -0.5625rem 0 0 -0.5625rem;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transition: opacity 0.25s ease;
	transition-delay: 0s;
	width: 1.125rem;
}

#form02 .actions button.waiting {
	color: transparent;
}

#form02 .actions button.waiting svg {
	fill: transparent;
}

#form02 .actions button.waiting:before {
	opacity: 1.0;
	transition-delay: 0.125s;
}

#form02 ::-webkit-input-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form02 :-moz-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form02 ::-moz-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form02 :-ms-input-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form02 .file[data-filename=""]:before {
	color: #FFFFFF;
	opacity: 0.55;
}

#form03 .inner > * {
	margin: 0.5rem 0 0 0;
	max-width: 100%;
}

#form03 .inner > :first-child {
	margin: 0;
}

#form03 .inner {
	width: 22rem;
}

#form03 label:first-child {
	margin: 0.25rem 0 0.375rem 0;
	font-size: 1.125em;
	line-height: 1.5;
	font-family: 'Saira Semi Condensed', sans-serif;
	font-weight: 500;
	color: #000000;
}

#form03 .field button {
	background-size: 0.8rem;
	height: 1.6rem;
	line-height: 1.6rem;
	width: 1.6rem;
	border-radius: 0.08rem;
	background-color: rgba(201,201,201,0.62);
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#form03 .field button:hover {
	background-color: #960000;
}

#form03 .field button svg {
	fill: #FFFFFF;
	transition: fill 0.25s ease;
}

#form03 input[type="text"], #form03 input[type="email"], #form03 input[type="tel"], #form03 input[type="number"], #form03 textarea, #form03 select, #form03 input[type="checkbox"] + label, #form03 .file {
	font-size: 0.875em;
	font-family: 'Saira Semi Condensed', sans-serif;
	letter-spacing: -0.025rem;
	font-weight: 300;
	border-radius: 0.125rem;
}

#form03 input[type="text"], #form03 input[type="email"], #form03 input[type="tel"], #form03 input[type="number"], #form03 textarea, #form03 select, #form03 .file {
	color: #FFFFFF;
	border: solid 1px rgba(255,255,255,0.851);
}

#form03 input[type="checkbox"] + label {
	color: #FFFFFF;
}

#form03 input[type="text"], #form03 input[type="email"], #form03 input[type="tel"], #form03 input[type="number"], #form03 select, #form03 .file {
	height: 2rem;
	padding: 0 0.7rem;
	line-height: calc(2rem - 2px);
}

#form03 textarea {
	padding: 0.7rem;
	height: 10rem;
	line-height: 0.75;
	padding-top: 0.56875rem;
}

#form03 select {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='504' height='552' preserveAspectRatio='none' viewBox='0 0 504 552'%3E%3Cpath d='M483.9,210.9L252,442.9L20.1,210.9l67.9-67.9L252,307.1l164.1-164.1L483.9,210.9z' fill='rgba(255,255,255,0.851)' /%3E%3C/svg%3E");
	background-position: calc(100% - 0.7rem) center;
	padding-right: 2.25rem;
}

#form03 input[type="checkbox"] + label:before {
	border-radius: 0.125rem;
	color: #FFFFFF;
	border: solid 1px rgba(255,255,255,0.851);
	background-size: 0.85rem;
	height: 1.5rem;
	width: 1.5rem;
	margin-right: 0.875rem;
}

#form03 input[type="checkbox"]:checked + label:before {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='648' height='552' preserveAspectRatio='none' viewBox='0 0 648 552'%3E%3Cpath d='M225.3,517.7L2.1,293.1l68.1-67.7L226,382.3L578.1,35.6l67.4,68.4L225.3,517.7z' fill='%23FFFFFF' /%3E%3C/svg%3E");
}

#form03 .number > input[type="number"] {
	padding-left: 2.1rem;
	padding-right: 2.1rem;
}

#form03 .number > button.decrement {
	bottom: calc(0.2rem - 0px);
	left: calc(0.2rem - 0px);
}

#form03 .number > button.increment {
	bottom: calc(0.2rem - 0px);
	right: calc(0.2rem - 0px);
}

#form03 .file:before {
	width: calc(100% - 2.7rem);
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M27.4,4.5c-0.4-0.4-0.8-0.7-1.5-0.9c-0.6-0.3-1.2-0.4-1.7-0.4H7.1c-0.5,0-0.9,0.2-1.3,0.5S5.3,4.5,5.3,5.1v30.7 c0,0.5,0.2,0.9,0.5,1.3c0.4,0.4,0.8,0.5,1.3,0.5h25.8c0.5,0,0.9-0.2,1.3-0.5c0.4-0.4,0.5-0.8,0.5-1.3V13.7c0-0.5-0.1-1.1-0.4-1.7 c-0.3-0.6-0.6-1.1-0.9-1.5L27.4,4.5z M25.7,6.2l6,6c0.2,0.2,0.3,0.4,0.4,0.8h-7.2V5.8C25.3,5.9,25.5,6.1,25.7,6.2z M7.7,35.2V5.7 h14.7v8c0,0.5,0.2,0.9,0.5,1.3c0.4,0.4,0.8,0.5,1.3,0.5h8v19.7H7.7z' style='opacity: 0.375' fill='%23FFFFFF' /%3E%3C/svg%3E");
	background-size: 0.875rem;
	background-position: left;
	padding-left: 1.225rem;
}

#form03 .file > button {
	bottom: calc(0.2rem - 1px);
	right: calc(0.2rem - 1px);
}

#form03 .actions button {
	display: inline-block;
	width: 11.875rem;
	height: 2rem;
	line-height: 2rem;
	padding: 0 0.5rem;
	text-transform: uppercase;
	font-size: 0.875em;
	font-family: 'Saira Semi Condensed', sans-serif;
	letter-spacing: 0.1rem;
	padding-left: calc(0.1rem + 0.5rem);
	font-weight: 400;
	border-radius: 0.125rem;
	direction: var(--site-language-direction);
	overflow: hidden;
	text-overflow: ellipsis;
	background-color: rgba(201,201,201,0.62);
	color: #FFFFFF;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
	position: relative;
}

#form03 .actions button:hover {
	background-color: #960000;
}

#form03 .inner > :first-child > label:first-child {
	margin-top: 0;
}

#form03 .actions button:before {
	animation: button-spinner 1s infinite linear;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOTZweCIgaGVpZ2h0PSI5NnB4IiB2aWV3Qm94PSIwIDAgOTYgOTYiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5jaXJjbGUge2ZpbGw6IHRyYW5zcGFyZW50OyBzdHJva2U6ICNGRkZGRkY7IHN0cm9rZS13aWR0aDogMnB4OyB9PC9zdHlsZT48ZGVmcz48Y2xpcFBhdGggaWQ9ImNvcm5lciI+PHBvbHlnb24gcG9pbnRzPSIwLDAgNDgsMCA0OCw0OCA5Niw0OCA5Niw5NiAwLDk2IiAvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjb3JuZXIpIj48Y2lyY2xlIGN4PSI0OCIgY3k9IjQ4IiByPSIzMiIvPjwvZz48L3N2Zz4=');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 1.5rem;
	content: '';
	display: block;
	height: 1.5rem;
	left: 50%;
	margin: -0.75rem 0 0 -0.75rem;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transition: opacity 0.25s ease;
	transition-delay: 0s;
	width: 1.5rem;
}

#form03 .actions button.waiting {
	color: transparent;
}

#form03 .actions button.waiting svg {
	fill: transparent;
}

#form03 .actions button.waiting:before {
	opacity: 1.0;
	transition-delay: 0.125s;
}

#form03 ::-webkit-input-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form03 :-moz-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form03 ::-moz-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form03 :-ms-input-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form03 .file[data-filename=""]:before {
	color: #FFFFFF;
	opacity: 0.55;
}

#form04 .inner > * {
	margin: 0.5rem 0 0 0;
	max-width: 100%;
}

#form04 .inner > :first-child {
	margin: 0;
}

#form04 .inner {
	width: 22rem;
}

#form04 label:first-child {
	margin: 0.25rem 0 0.375rem 0;
	font-size: 1.125em;
	line-height: 1.5;
	font-family: 'Saira Semi Condensed', sans-serif;
	font-weight: 500;
	color: #000000;
}

#form04 .field button {
	background-size: 0.8rem;
	height: 1.6rem;
	line-height: 1.6rem;
	width: 1.6rem;
	border-radius: 0.08rem;
	background-color: rgba(201,201,201,0.62);
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#form04 .field button:hover {
	background-color: #960000;
}

#form04 .field button svg {
	fill: #FFFFFF;
	transition: fill 0.25s ease;
}

#form04 input[type="text"], #form04 input[type="email"], #form04 input[type="tel"], #form04 input[type="number"], #form04 textarea, #form04 select, #form04 input[type="checkbox"] + label, #form04 .file {
	font-size: 0.875em;
	font-family: 'Saira Semi Condensed', sans-serif;
	letter-spacing: -0.025rem;
	font-weight: 300;
	border-radius: 0.125rem;
}

#form04 input[type="text"], #form04 input[type="email"], #form04 input[type="tel"], #form04 input[type="number"], #form04 textarea, #form04 select, #form04 .file {
	color: #FFFFFF;
	border: solid 1px rgba(255,255,255,0.851);
}

#form04 input[type="checkbox"] + label {
	color: #FFFFFF;
}

#form04 input[type="text"], #form04 input[type="email"], #form04 input[type="tel"], #form04 input[type="number"], #form04 select, #form04 .file {
	height: 2rem;
	padding: 0 0.7rem;
	line-height: calc(2rem - 2px);
}

#form04 textarea {
	padding: 0.7rem;
	height: 10rem;
	line-height: 0.75;
	padding-top: 0.56875rem;
}

#form04 select {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='504' height='552' preserveAspectRatio='none' viewBox='0 0 504 552'%3E%3Cpath d='M483.9,210.9L252,442.9L20.1,210.9l67.9-67.9L252,307.1l164.1-164.1L483.9,210.9z' fill='rgba(255,255,255,0.851)' /%3E%3C/svg%3E");
	background-position: calc(100% - 0.7rem) center;
	padding-right: 2.25rem;
}

#form04 input[type="checkbox"] + label:before {
	border-radius: 0.125rem;
	color: #FFFFFF;
	border: solid 1px rgba(255,255,255,0.851);
	background-size: 0.85rem;
	height: 1.5rem;
	width: 1.5rem;
	margin-right: 0.875rem;
}

#form04 input[type="checkbox"]:checked + label:before {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='648' height='552' preserveAspectRatio='none' viewBox='0 0 648 552'%3E%3Cpath d='M225.3,517.7L2.1,293.1l68.1-67.7L226,382.3L578.1,35.6l67.4,68.4L225.3,517.7z' fill='%23FFFFFF' /%3E%3C/svg%3E");
}

#form04 .number > input[type="number"] {
	padding-left: 2.1rem;
	padding-right: 2.1rem;
}

#form04 .number > button.decrement {
	bottom: calc(0.2rem - 0px);
	left: calc(0.2rem - 0px);
}

#form04 .number > button.increment {
	bottom: calc(0.2rem - 0px);
	right: calc(0.2rem - 0px);
}

#form04 .file:before {
	width: calc(100% - 2.7rem);
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M27.4,4.5c-0.4-0.4-0.8-0.7-1.5-0.9c-0.6-0.3-1.2-0.4-1.7-0.4H7.1c-0.5,0-0.9,0.2-1.3,0.5S5.3,4.5,5.3,5.1v30.7 c0,0.5,0.2,0.9,0.5,1.3c0.4,0.4,0.8,0.5,1.3,0.5h25.8c0.5,0,0.9-0.2,1.3-0.5c0.4-0.4,0.5-0.8,0.5-1.3V13.7c0-0.5-0.1-1.1-0.4-1.7 c-0.3-0.6-0.6-1.1-0.9-1.5L27.4,4.5z M25.7,6.2l6,6c0.2,0.2,0.3,0.4,0.4,0.8h-7.2V5.8C25.3,5.9,25.5,6.1,25.7,6.2z M7.7,35.2V5.7 h14.7v8c0,0.5,0.2,0.9,0.5,1.3c0.4,0.4,0.8,0.5,1.3,0.5h8v19.7H7.7z' style='opacity: 0.375' fill='%23FFFFFF' /%3E%3C/svg%3E");
	background-size: 0.875rem;
	background-position: left;
	padding-left: 1.225rem;
}

#form04 .file > button {
	bottom: calc(0.2rem - 1px);
	right: calc(0.2rem - 1px);
}

#form04 .actions button {
	display: inline-block;
	width: 11.875rem;
	height: 2rem;
	line-height: 2rem;
	padding: 0 0.5rem;
	text-transform: uppercase;
	font-size: 0.875em;
	font-family: 'Saira Semi Condensed', sans-serif;
	letter-spacing: 0.1rem;
	padding-left: calc(0.1rem + 0.5rem);
	font-weight: 400;
	border-radius: 0.125rem;
	direction: var(--site-language-direction);
	overflow: hidden;
	text-overflow: ellipsis;
	background-color: rgba(201,201,201,0.62);
	color: #FFFFFF;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
	position: relative;
}

#form04 .actions button:hover {
	background-color: #960000;
}

#form04 .inner > :first-child > label:first-child {
	margin-top: 0;
}

#form04 .actions button:before {
	animation: button-spinner 1s infinite linear;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOTZweCIgaGVpZ2h0PSI5NnB4IiB2aWV3Qm94PSIwIDAgOTYgOTYiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5jaXJjbGUge2ZpbGw6IHRyYW5zcGFyZW50OyBzdHJva2U6ICNGRkZGRkY7IHN0cm9rZS13aWR0aDogMnB4OyB9PC9zdHlsZT48ZGVmcz48Y2xpcFBhdGggaWQ9ImNvcm5lciI+PHBvbHlnb24gcG9pbnRzPSIwLDAgNDgsMCA0OCw0OCA5Niw0OCA5Niw5NiAwLDk2IiAvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjb3JuZXIpIj48Y2lyY2xlIGN4PSI0OCIgY3k9IjQ4IiByPSIzMiIvPjwvZz48L3N2Zz4=');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 1.5rem;
	content: '';
	display: block;
	height: 1.5rem;
	left: 50%;
	margin: -0.75rem 0 0 -0.75rem;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transition: opacity 0.25s ease;
	transition-delay: 0s;
	width: 1.5rem;
}

#form04 .actions button.waiting {
	color: transparent;
}

#form04 .actions button.waiting svg {
	fill: transparent;
}

#form04 .actions button.waiting:before {
	opacity: 1.0;
	transition-delay: 0.125s;
}

#form04 ::-webkit-input-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form04 :-moz-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form04 ::-moz-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form04 :-ms-input-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form04 .file[data-filename=""]:before {
	color: #FFFFFF;
	opacity: 0.55;
}

.timer {
	cursor: default;
	line-height: 1;
}

.timer ul {
	display: inline-flex;
	flex-direction: row;
	list-style: none;
	max-width: 100%;
}

.timer ul li {
	position: relative;
	z-index: 1;
}

.timer ul li.delimiter {
	flex: 0 1 auto;
}

.timer ul li.delimiter .symbol {
	display: block;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}

.timer ul li.number {
	flex: 1;
	min-width: 2rem;
}

.timer ul li.number .item {
	position: relative;
}

.timer ul li.number .item .digit {
	display: block;
	position: relative;
	white-space: nowrap;
}

.timer ul li.number .item .digit .component {
	display: inline-block;
	width: 50%;
}

.timer ul li.number .item .digit.count2 .component {
	width: 50%;
}

.timer ul li.number .item .digit.count3 .component {
	width: 33.3333%;
}

.timer ul li.number .item .digit.count4 .component {
	width: 25%;
}

.timer ul li.number .item .digit.count5 .component {
	width: 20%;
}

.timer ul li.number .item .label {
	display: block;
	white-space: nowrap;
}

.timer ul li.number .item .label > * {
	display: inline-block;
}

.timer ul li.number .item .label .full {
	width: 5em;
}

.timer ul li.number .item .label .abbreviated {
	width: 3em;
}

.timer ul li.number .item .label .initialed {
	width: 1em;
}

#timer02 ul {
	width: 10rem;
}

#timer02 ul li.delimiter {
	width: 0.375rem;
	min-width: 1rem;
}

#timer02 ul li.delimiter .symbol {
	color: #8F0000;
}

#timer02 ul li.number .item .digit {
	font-family: 'Saira Semi Condensed', sans-serif;
	font-weight: 200;
	color: #FFFFFF;
	line-height: 1em;
	text-align: inherit;
}

#timer02 ul li.number .item .label > * {
	margin-top: calc(0.5rem + 0.25em);
	letter-spacing: -0.025rem;
}

#timer02 ul li.number .item .label {
	font-family: 'Saira Semi Condensed', sans-serif;
	font-size: 1.25rem;
	font-weight: 300;
	width: 100%;
	color: #FFFFFF;
}

#timer02 ul li.number .item .label .full {
	width: calc(5em + -0.15rem);
}

#timer02 ul li.number .item .label .abbreviated {
	width: calc(3em + -0.1rem);
}

#timer02 ul li.number .item .label .initialed {
	width: calc(2em + -0.075rem);
}

@media (max-width: 1920px) {
	
}

@media (max-width: 1680px) {
	html {
		font-size: 17pt;
	}
}

@media (max-width: 1280px) {
	html {
		font-size: 17pt;
	}
	
	
	
	#container07 > .slideshow-background > .slow {
		animation-duration: 20.625s;
	}
	
	#container07 > .slideshow-background > .normal {
		animation-duration: 15.46875s;
	}
	
	#container07 > .slideshow-background > .fast {
		animation-duration: 10.3125s;
	}
}

@media (max-width: 1024px) {
	
}

@media (max-width: 980px) {
	html {
		font-size: 14pt;
	}
}

@media (max-width: 736px) {
	html {
		font-size: 13pt;
	}
	
	
	
	#wrapper {
		padding: 0 0 0rem 0;
	}
	
	#main > .inner {
		--padding-horizontal: 0.125rem;
		--padding-vertical: 0rem;
		--spacing: 0rem;
	}
	
	#main > .inner > * > .full {
		margin-left: calc(-0.125rem);
		max-width: calc(100% + 0.25rem + 0.4725px);
		width: calc(100% + 0.25rem + 0.4725px);
	}
	
	#main > .inner > * > .full.screen {
		margin-left: -50vw;
	}
	
	#main > .inner > header > .full:first-child {
		margin-top: 0rem !important;
	}
	
	#main > .inner > footer > .full:last-child {
		margin-bottom: 0rem !important;
	}
	
	hr.style3:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	hr.style3:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	hr.style3:before {
		width: 15rem;
	}
	
	hr.style2:not(:first-child) {
		margin-top: 0.375rem !important;
	}
	
	hr.style2:not(:last-child) {
		margin-bottom: 0.375rem !important;
	}
	
	hr.style2:before {
		width: 4rem;
	}
	
	#icons04 {
		font-size: 1.75em;
		gap: 0.5rem;
	}
	
	#icons04:not(:first-child) {
		margin-top: 0.1875rem !important;
	}
	
	#icons04:not(:last-child) {
		margin-bottom: 0.1875rem !important;
	}
	
	.icons.style2 {
		font-size: 0.75em;
		gap: 0.25rem;
	}
	
	.icons.style2:not(:first-child) {
		margin-top: 0.1875rem !important;
	}
	
	.icons.style2:not(:last-child) {
		margin-bottom: 0.1875rem !important;
	}
	
	.icons.style1 {
		font-size: 1.25em;
		gap: 0.5rem;
	}
	
	.icons.style1:not(:first-child) {
		margin-top: 0.1875rem !important;
	}
	
	.icons.style1:not(:last-child) {
		margin-bottom: 0.1875rem !important;
	}
	
	#icons02 {
		font-size: 1.75em;
		gap: 0.125rem;
	}
	
	#icons02:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#icons02:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#icons03 {
		font-size: 2.375em;
		gap: 0.5rem;
	}
	
	#icons03:not(:first-child) {
		margin-top: 0.1875rem !important;
	}
	
	#icons03:not(:last-child) {
		margin-bottom: 0.1875rem !important;
	}
	
	#icons06 {
		font-size: 2.375em;
		gap: 0.5rem;
	}
	
	#icons06:not(:first-child) {
		margin-top: 0.1875rem !important;
	}
	
	#icons06:not(:last-child) {
		margin-bottom: 0.1875rem !important;
	}
	
	#icons07 {
		font-size: 2.375em;
		gap: 0.5rem;
	}
	
	#icons07:not(:first-child) {
		margin-top: 0.1875rem !important;
	}
	
	#icons07:not(:last-child) {
		margin-bottom: 0.1875rem !important;
	}
	
	#icons08 {
		font-size: 2.375em;
		gap: 0.5rem;
	}
	
	#icons08:not(:first-child) {
		margin-top: 0.1875rem !important;
	}
	
	#icons08:not(:last-child) {
		margin-bottom: 0.1875rem !important;
	}
	
	#icons09 {
		font-size: 2.375em;
		gap: 0.5rem;
	}
	
	#icons09:not(:first-child) {
		margin-top: 0.1875rem !important;
	}
	
	#icons09:not(:last-child) {
		margin-bottom: 0.1875rem !important;
	}
	
	#icons10 {
		font-size: 2.375em;
		gap: 0.5rem;
	}
	
	#icons10:not(:first-child) {
		margin-top: 0.1875rem !important;
	}
	
	#icons10:not(:last-child) {
		margin-bottom: 0.1875rem !important;
	}
	
	#buttons06 {
		gap: 0.25rem;
	}
	
	#buttons06:not(:first-child) {
		margin-top: 0.5625rem !important;
	}
	
	#buttons06:not(:last-child) {
		margin-bottom: 0.5625rem !important;
	}
	
	#buttons06 li a {
		letter-spacing: 0.1rem;
		padding-left: calc(0.1rem + 0.4375rem);
		font-size: 0.875em;
	}
	
	#buttons01 {
		gap: 0.25rem;
	}
	
	#buttons01:not(:first-child) {
		margin-top: 0.5625rem !important;
	}
	
	#buttons01:not(:last-child) {
		margin-bottom: 0.5625rem !important;
	}
	
	#buttons01 li a {
		letter-spacing: 0.1rem;
		padding-left: calc(0.1rem + 0.4375rem);
		font-size: 0.875em;
	}
	
	#buttons02 {
		gap: 0.25rem;
	}
	
	#buttons02:not(:first-child) {
		margin-top: 0.5625rem !important;
	}
	
	#buttons02:not(:last-child) {
		margin-bottom: 0.5625rem !important;
	}
	
	#buttons02 li a {
		letter-spacing: 0.1rem;
		padding-left: calc(0.1rem + 0.4375rem);
		font-size: 0.75em;
	}
	
	#buttons08 {
		gap: 0.25rem;
	}
	
	#buttons08:not(:first-child) {
		margin-top: 0.5625rem !important;
	}
	
	#buttons08:not(:last-child) {
		margin-bottom: 0.5625rem !important;
	}
	
	#buttons08 li a {
		letter-spacing: 0.1rem;
		padding-left: calc(0.1rem + 0.4375rem);
		font-size: 0.75em;
	}
	
	#buttons04 {
		gap: 0.25rem;
	}
	
	#buttons04:not(:first-child) {
		margin-top: 0.5625rem !important;
	}
	
	#buttons04:not(:last-child) {
		margin-bottom: 0.5625rem !important;
	}
	
	#buttons04 li a {
		letter-spacing: 0.1rem;
		padding-left: calc(0.1rem + 0.4375rem);
		font-size: 0.75em;
	}
	
	#buttons07 {
		gap: 0.25rem;
	}
	
	#buttons07:not(:first-child) {
		margin-top: 0.5625rem !important;
	}
	
	#buttons07:not(:last-child) {
		margin-bottom: 0.5625rem !important;
	}
	
	#buttons07 li a {
		letter-spacing: 0.1rem;
		padding-left: calc(0.1rem + 0.4375rem);
		font-size: 0.75em;
	}
	
	#buttons03 {
		gap: 0.25rem;
	}
	
	#buttons03:not(:first-child) {
		margin-top: 0.5625rem !important;
	}
	
	#buttons03:not(:last-child) {
		margin-bottom: 0.5625rem !important;
	}
	
	#buttons03 li a {
		letter-spacing: 0.1rem;
		padding-left: calc(0.1rem + 0.4375rem);
		font-size: 0.75em;
	}
	
	#buttons05 {
		gap: 0.25rem;
	}
	
	#buttons05:not(:first-child) {
		margin-top: 0.5625rem !important;
	}
	
	#buttons05:not(:last-child) {
		margin-bottom: 0.5625rem !important;
	}
	
	#buttons05 li a {
		letter-spacing: 0.1rem;
		padding-left: calc(0.1rem + 0.4375rem);
		font-size: 0.75em;
	}
	
	h1.style7:not(:first-child), h2.style7:not(:first-child), h3.style7:not(:first-child), p.style7:not(:first-child) {
		margin-top: 0.375rem !important;
	}
	
	h1.style7:not(:last-child), h2.style7:not(:last-child), h3.style7:not(:last-child), p.style7:not(:last-child) {
		margin-bottom: 0.375rem !important;
	}
	
	h1.style7, h2.style7, h3.style7, p.style7 {
		letter-spacing: 0.065625rem;
		width: calc(100% + 0.065625rem);
		font-size: 1.75em;
		line-height: 0.875;
	}
	
	h1.style6:not(:first-child), h2.style6:not(:first-child), h3.style6:not(:first-child), p.style6:not(:first-child) {
		margin-top: 0.09375rem !important;
	}
	
	h1.style6:not(:last-child), h2.style6:not(:last-child), h3.style6:not(:last-child), p.style6:not(:last-child) {
		margin-bottom: 0.09375rem !important;
	}
	
	h1.style6, h2.style6, h3.style6, p.style6 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.25em;
		line-height: 1.25;
	}
	
	#text119:not(:first-child) {
		margin-top: 0.09375rem !important;
	}
	
	#text119:not(:last-child) {
		margin-bottom: 0.09375rem !important;
	}
	
	#text119 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.25em;
		line-height: 1.25;
	}
	
	h1.style8:not(:first-child), h2.style8:not(:first-child), h3.style8:not(:first-child), p.style8:not(:first-child) {
		margin-top: 0.1875rem !important;
	}
	
	h1.style8:not(:last-child), h2.style8:not(:last-child), h3.style8:not(:last-child), p.style8:not(:last-child) {
		margin-bottom: 0.1875rem !important;
	}
	
	h1.style8, h2.style8, h3.style8, p.style8 {
		letter-spacing: -0.021875rem;
		width: 100%;
		font-size: 1.125em;
		line-height: 0.875;
	}
	
	h1.style9:not(:first-child), h2.style9:not(:first-child), h3.style9:not(:first-child), p.style9:not(:first-child) {
		margin-top: 0.1875rem !important;
	}
	
	h1.style9:not(:last-child), h2.style9:not(:last-child), h3.style9:not(:last-child), p.style9:not(:last-child) {
		margin-bottom: 0.1875rem !important;
	}
	
	h1.style9, h2.style9, h3.style9, p.style9 {
		letter-spacing: -0.021875rem;
		width: 100%;
		font-size: 1.125em;
		line-height: 0.875;
	}
	
	#text50:not(:first-child) {
		margin-top: 0.09375rem !important;
	}
	
	#text50:not(:last-child) {
		margin-bottom: 0.09375rem !important;
	}
	
	#text50 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.25em;
		line-height: 1.25;
	}
	
	#text49:not(:first-child) {
		margin-top: 0.1875rem !important;
	}
	
	#text49:not(:last-child) {
		margin-bottom: 0.1875rem !important;
	}
	
	#text49 {
		letter-spacing: -0.021875rem;
		width: 100%;
		font-size: 0.75em;
		line-height: 0.875;
	}
	
	#text11:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#text11:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#text11 {
		padding-left: 0;
		padding-right: 0.5625rem;
		letter-spacing: 0.065625rem;
		width: calc(100% + 0.065625rem);
		font-size: 0.875em;
		line-height: 0.875;
	}
	
	#text36:not(:first-child) {
		margin-top: 0.1875rem !important;
	}
	
	#text36:not(:last-child) {
		margin-bottom: 0.1875rem !important;
	}
	
	#text36 {
		padding-left: 0.5625rem;
		padding-right: 0.5625rem;
		letter-spacing: -0.075rem;
		width: 100%;
		font-size: 1.5em;
		line-height: 0.875;
	}
	
	#text135:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#text135:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#text135 {
		padding-left: 0.5625rem;
		padding-right: 0;
		letter-spacing: -0.021875rem;
		width: 100%;
		font-size: 1.375em;
		line-height: 0.875;
	}
	
	#text13:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#text13:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#text13 {
		padding-left: 0.5625rem;
		padding-right: 0;
		letter-spacing: -0.021875rem;
		width: 100%;
		font-size: 1.375em;
		line-height: 0.875;
	}
	
	#text14:not(:first-child) {
		margin-top: 0.1875rem !important;
	}
	
	#text14:not(:last-child) {
		margin-bottom: 0.1875rem !important;
	}
	
	#text14 {
		padding-left: 0.75rem;
		padding-right: 0;
		letter-spacing: -0.021875rem;
		width: 100%;
		font-size: 1.125em;
		line-height: 0.875;
	}
	
	h1.style5:not(:first-child), h2.style5:not(:first-child), h3.style5:not(:first-child), p.style5:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	h1.style5:not(:last-child), h2.style5:not(:last-child), h3.style5:not(:last-child), p.style5:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	h1.style5, h2.style5, h3.style5, p.style5 {
		padding-left: 0.5625rem;
		padding-right: 0;
		letter-spacing: -0.021875rem;
		width: 100%;
		font-size: 1.375em;
		line-height: 0.875;
	}
	
	#text75:not(:first-child) {
		margin-top: 0.1875rem !important;
	}
	
	#text75:not(:last-child) {
		margin-bottom: 0.1875rem !important;
	}
	
	#text75 {
		padding-left: 0.75rem;
		padding-right: 0;
		letter-spacing: -0.021875rem;
		width: 100%;
		font-size: 1.125em;
		line-height: 0.875;
	}
	
	h1.style4:not(:first-child), h2.style4:not(:first-child), h3.style4:not(:first-child), p.style4:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	h1.style4:not(:last-child), h2.style4:not(:last-child), h3.style4:not(:last-child), p.style4:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	h1.style4, h2.style4, h3.style4, p.style4 {
		padding-left: 0.5625rem;
		padding-right: 0.5625rem;
		letter-spacing: -0.021875rem;
		width: 100%;
		font-size: 0.875em;
		line-height: 0.875;
	}
	
	#text141:not(:first-child) {
		margin-top: 0.1875rem !important;
	}
	
	#text141:not(:last-child) {
		margin-bottom: 0.1875rem !important;
	}
	
	#text141 {
		padding-left: 0.125rem;
		padding-right: 0.125rem;
		letter-spacing: -0.025rem;
		width: 100%;
		font-size: 0.875em;
		line-height: 0.875;
	}
	
	#text28:not(:first-child) {
		margin-top: 0.1875rem !important;
	}
	
	#text28:not(:last-child) {
		margin-bottom: 0.1875rem !important;
	}
	
	#text28 {
		padding-left: 0.5625rem;
		padding-right: 0;
		letter-spacing: -0.04375rem;
		width: 100%;
		font-size: 1.125em;
		line-height: 0.875;
	}
	
	#text20:not(:first-child) {
		margin-top: 0.1875rem !important;
	}
	
	#text20:not(:last-child) {
		margin-bottom: 0.1875rem !important;
	}
	
	#text20 {
		padding-left: 0.75rem;
		padding-right: 0;
		letter-spacing: -0.021875rem;
		width: 100%;
		font-size: 1.125em;
		line-height: 0.875;
	}
	
	#text29:not(:first-child) {
		margin-top: 0.1875rem !important;
	}
	
	#text29:not(:last-child) {
		margin-bottom: 0.1875rem !important;
	}
	
	#text29 {
		padding-left: 0.75rem;
		padding-right: 0;
		letter-spacing: -0.021875rem;
		width: 100%;
		font-size: 1.125em;
		line-height: 0.875;
	}
	
	#text09:not(:first-child) {
		margin-top: 0.1875rem !important;
	}
	
	#text09:not(:last-child) {
		margin-bottom: 0.1875rem !important;
	}
	
	#text09 {
		padding-left: 0.75rem;
		padding-right: 0;
		letter-spacing: -0.021875rem;
		width: 100%;
		font-size: 1.125em;
		line-height: 0.875;
	}
	
	#text18:not(:first-child) {
		margin-top: 0.1875rem !important;
	}
	
	#text18:not(:last-child) {
		margin-bottom: 0.1875rem !important;
	}
	
	#text18 {
		padding-left: 0.75rem;
		padding-right: 0;
		letter-spacing: -0.021875rem;
		width: 100%;
		font-size: 1.125em;
		line-height: 0.875;
	}
	
	#text16:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#text16:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#text16 {
		padding-left: 0.5625rem;
		padding-right: 0.5625rem;
		letter-spacing: -0.021875rem;
		width: 100%;
		font-size: 1.125em;
		line-height: 0.875;
	}
	
	#text23:not(:first-child) {
		margin-top: 0.5rem !important;
	}
	
	#text23:not(:last-child) {
		margin-bottom: 0.5rem !important;
	}
	
	#text23 {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1em;
		line-height: 0.875;
	}
	
	#text31:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#text31:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#text31 {
		padding-left: 0.5625rem;
		padding-right: 0.5625rem;
		letter-spacing: 0.065625rem;
		width: calc(100% + 0.065625rem);
		font-size: 1.875em;
		line-height: 0.875;
	}
	
	#text04:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#text04:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#text04 {
		padding-left: 0.5625rem;
		padding-right: 0.5625rem;
		letter-spacing: 0.065625rem;
		width: calc(100% + 0.065625rem);
		font-size: 1.5em;
		line-height: 0.875;
	}
	
	#text82:not(:first-child) {
		margin-top: 0.1875rem !important;
	}
	
	#text82:not(:last-child) {
		margin-bottom: 0.1875rem !important;
	}
	
	#text82 {
		padding-left: 0.125rem;
		padding-right: 0.125rem;
		letter-spacing: -0.025rem;
		width: 100%;
		font-size: 0.875em;
		line-height: 0.875;
	}
	
	#text69:not(:first-child) {
		margin-top: 0.1875rem !important;
	}
	
	#text69:not(:last-child) {
		margin-bottom: 0.1875rem !important;
	}
	
	#text69 {
		padding-left: 0.75rem;
		padding-right: 0;
		letter-spacing: -0.021875rem;
		width: 100%;
		font-size: 1.125em;
		line-height: 0.875;
	}
	
	#text32:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#text32:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#text32 {
		padding-left: 0.5625rem;
		padding-right: 0;
		letter-spacing: -0.021875rem;
		width: 100%;
		font-size: 1.375em;
		line-height: 0.875;
	}
	
	#text06:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#text06:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#text06 {
		padding-left: 0.5625rem;
		padding-right: 0;
		letter-spacing: -0.021875rem;
		width: 100%;
		font-size: 1em;
		line-height: 0.875;
	}
	
	#text124:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#text124:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#text124 {
		padding-left: 0.5625rem;
		padding-right: 0;
		letter-spacing: -0.021875rem;
		width: 100%;
		font-size: 1em;
		line-height: 0.875;
	}
	
	#text71:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#text71:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#text71 {
		padding-left: 0.5625rem;
		padding-right: 0.5625rem;
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1em;
		line-height: 0.875;
	}
	
	#text05:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#text05:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#text05 {
		padding-left: 0.5625rem;
		padding-right: 0;
		letter-spacing: -0.021875rem;
		width: 100%;
		font-size: 1em;
		line-height: 0.875;
	}
	
	#text22:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#text22:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#text22 {
		padding-left: 0rem;
		padding-right: 0rem;
		letter-spacing: -0.021875rem;
		width: 100%;
		font-size: 1.125em;
		line-height: 0.875;
	}
	
	#text67:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#text67:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#text67 {
		padding-left: 0.5625rem;
		padding-right: 0.5625rem;
		letter-spacing: -0.021875rem;
		width: 100%;
		font-size: 1.375em;
		line-height: 0.875;
	}
	
	#text77:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#text77:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#text77 {
		padding-left: 0.5625rem;
		padding-right: 0.5625rem;
		letter-spacing: -0.021875rem;
		width: 100%;
		font-size: 1.375em;
		line-height: 0.875;
	}
	
	#text73:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#text73:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#text73 {
		padding-left: 0.5625rem;
		padding-right: 0.5625rem;
		letter-spacing: -0.021875rem;
		width: 100%;
		font-size: 1.375em;
		line-height: 0.875;
	}
	
	#text72:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#text72:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#text72 {
		padding-left: 0.5625rem;
		padding-right: 0.5625rem;
		letter-spacing: -0.021875rem;
		width: 100%;
		font-size: 1.375em;
		line-height: 0.875;
	}
	
	#text33:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#text33:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#text33 {
		padding-left: 0.5625rem;
		padding-right: 0.5625rem;
		letter-spacing: -0.021875rem;
		width: 100%;
		font-size: 1.375em;
		line-height: 0.875;
	}
	
	#text76:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#text76:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#text76 {
		padding-left: 0rem;
		padding-right: 0rem;
		letter-spacing: -0.021875rem;
		width: 100%;
		font-size: 1.125em;
		line-height: 0.875;
	}
	
	#text25:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#text25:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#text25 {
		padding-left: 0rem;
		padding-right: 0rem;
		letter-spacing: -0.021875rem;
		width: 100%;
		font-size: 1.125em;
		line-height: 0.875;
	}
	
	#text70:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#text70:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#text70 {
		padding-left: 0rem;
		padding-right: 0rem;
		letter-spacing: -0.021875rem;
		width: 100%;
		font-size: 1.125em;
		line-height: 0.875;
	}
	
	#text37:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#text37:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#text37 {
		padding-left: 0rem;
		padding-right: 0rem;
		letter-spacing: -0.021875rem;
		width: 100%;
		font-size: 1.125em;
		line-height: 0.875;
	}
	
	#text43:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#text43:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#text43 {
		padding-left: 0.5625rem;
		padding-right: 0.5625rem;
		letter-spacing: -0.021875rem;
		width: 100%;
		font-size: 1.375em;
		line-height: 0.875;
	}
	
	#text65:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#text65:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#text65 {
		padding-left: 0.5625rem;
		padding-right: 0.5625rem;
		letter-spacing: -0.021875rem;
		width: 100%;
		font-size: 1.375em;
		line-height: 0.875;
	}
	
	#text45:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#text45:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#text45 {
		padding-left: 0.5625rem;
		padding-right: 0.5625rem;
		letter-spacing: -0.021875rem;
		width: 100%;
		font-size: 1.375em;
		line-height: 0.875;
	}
	
	#text63:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#text63:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#text63 {
		padding-left: 0.5625rem;
		padding-right: 0.5625rem;
		letter-spacing: -0.021875rem;
		width: 100%;
		font-size: 1.375em;
		line-height: 0.875;
	}
	
	#text64:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#text64:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#text64 {
		padding-left: 0.5625rem;
		padding-right: 0.5625rem;
		letter-spacing: -0.021875rem;
		width: 100%;
		font-size: 1.375em;
		line-height: 0.875;
	}
	
	#text66:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#text66:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#text66 {
		padding-left: 0.5625rem;
		padding-right: 0.5625rem;
		letter-spacing: -0.021875rem;
		width: 100%;
		font-size: 1.375em;
		line-height: 0.875;
	}
	
	#text44:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#text44:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#text44 {
		padding-left: 0.5625rem;
		padding-right: 0.5625rem;
		letter-spacing: -0.021875rem;
		width: 100%;
		font-size: 1.375em;
		line-height: 0.875;
	}
	
	#text47:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#text47:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#text47 {
		padding-left: 0.5625rem;
		padding-right: 0.5625rem;
		letter-spacing: -0.021875rem;
		width: 100%;
		font-size: 1.375em;
		line-height: 0.875;
	}
	
	#text51:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#text51:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#text51 {
		padding-left: 0.5625rem;
		padding-right: 0.5625rem;
		letter-spacing: -0.021875rem;
		width: 100%;
		font-size: 1.375em;
		line-height: 0.875;
	}
	
	#text52:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#text52:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#text52 {
		padding-left: 0.5625rem;
		padding-right: 0.5625rem;
		letter-spacing: -0.021875rem;
		width: 100%;
		font-size: 1.375em;
		line-height: 0.875;
	}
	
	#text57:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#text57:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#text57 {
		padding-left: 0.5625rem;
		padding-right: 0.5625rem;
		letter-spacing: -0.021875rem;
		width: 100%;
		font-size: 1.375em;
		line-height: 0.875;
	}
	
	#text58:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#text58:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#text58 {
		padding-left: 0.5625rem;
		padding-right: 0.5625rem;
		letter-spacing: -0.021875rem;
		width: 100%;
		font-size: 1.375em;
		line-height: 0.875;
	}
	
	#text59:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#text59:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#text59 {
		padding-left: 0.5625rem;
		padding-right: 0.5625rem;
		letter-spacing: -0.021875rem;
		width: 100%;
		font-size: 1.375em;
		line-height: 0.875;
	}
	
	#text60:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#text60:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#text60 {
		padding-left: 0.5625rem;
		padding-right: 0.5625rem;
		letter-spacing: -0.021875rem;
		width: 100%;
		font-size: 1.375em;
		line-height: 0.875;
	}
	
	#text61:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#text61:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#text61 {
		padding-left: 0.5625rem;
		padding-right: 0.5625rem;
		letter-spacing: -0.021875rem;
		width: 100%;
		font-size: 1.375em;
		line-height: 0.875;
	}
	
	#text62:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#text62:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#text62 {
		padding-left: 0.5625rem;
		padding-right: 0.5625rem;
		letter-spacing: -0.021875rem;
		width: 100%;
		font-size: 1.375em;
		line-height: 0.875;
	}
	
	#text39:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#text39:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#text39 {
		padding-left: 0.5625rem;
		padding-right: 0.5625rem;
		letter-spacing: -0.021875rem;
		width: 100%;
		font-size: 1.375em;
		line-height: 0.875;
	}
	
	#text55:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#text55:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#text55 {
		padding-left: 0.5625rem;
		padding-right: 0.5625rem;
		letter-spacing: -0.021875rem;
		width: 100%;
		font-size: 1.375em;
		line-height: 0.875;
	}
	
	#text40:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#text40:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#text40 {
		padding-left: 0.5625rem;
		padding-right: 0.5625rem;
		letter-spacing: -0.021875rem;
		width: 100%;
		font-size: 1.375em;
		line-height: 0.875;
	}
	
	#text56:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#text56:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#text56 {
		padding-left: 0.5625rem;
		padding-right: 0.5625rem;
		letter-spacing: -0.021875rem;
		width: 100%;
		font-size: 1.375em;
		line-height: 0.875;
	}
	
	#text41:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#text41:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#text41 {
		padding-left: 0.5625rem;
		padding-right: 0.5625rem;
		letter-spacing: -0.021875rem;
		width: 100%;
		font-size: 1.375em;
		line-height: 0.875;
	}
	
	#text38:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#text38:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#text38 {
		padding-left: 0.5625rem;
		padding-right: 0.5625rem;
		letter-spacing: -0.021875rem;
		width: 100%;
		font-size: 1.375em;
		line-height: 0.875;
	}
	
	#text42:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#text42:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#text42 {
		padding-left: 0.5625rem;
		padding-right: 0.5625rem;
		letter-spacing: -0.021875rem;
		width: 100%;
		font-size: 1.375em;
		line-height: 0.875;
	}
	
	#text35:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#text35:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#text35 {
		padding-left: 0.5625rem;
		padding-right: 0.5625rem;
		letter-spacing: -0.021875rem;
		width: 100%;
		font-size: 1.375em;
		line-height: 0.875;
	}
	
	#image09:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#image09:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#image09 .frame {
		width: 36.375rem;
	}
	
	#image03:not(:first-child) {
		margin-top: 0.46875rem !important;
	}
	
	#image03:not(:last-child) {
		margin-bottom: 0.46875rem !important;
	}
	
	#image03 .frame {
		width: 28.375rem;
	}
	
	#image10:not(:first-child) {
		margin-top: 0.46875rem !important;
	}
	
	#image10:not(:last-child) {
		margin-bottom: 0.46875rem !important;
	}
	
	#image10 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image07:not(:first-child) {
		margin-top: 0.46875rem !important;
	}
	
	#image07:not(:last-child) {
		margin-bottom: 0.46875rem !important;
	}
	
	#image07 .frame {
		width: 37.75rem;
	}
	
	#image08:not(:first-child) {
		margin-top: 0.46875rem !important;
	}
	
	#image08:not(:last-child) {
		margin-bottom: 0.46875rem !important;
	}
	
	#image08 .frame {
		width: 32.375rem;
	}
	
	#image30 .frame {
		width: 13.75rem;
	}
	
	#image01:not(:first-child) {
		margin-top: 0.46875rem !important;
	}
	
	#image01:not(:last-child) {
		margin-bottom: 0.46875rem !important;
	}
	
	#image01 .frame {
		width: 11.25rem;
	}
	
	#image05:not(:first-child) {
		margin-top: 0.46875rem !important;
	}
	
	#image05:not(:last-child) {
		margin-bottom: 0.46875rem !important;
	}
	
	#image05 .frame {
		width: 29.125rem;
		height: 10.46875rem !important;
	}
	
	#image05 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image15:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#image15:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#image15 .frame {
		width: 5.625rem;
	}
	
	#image04:not(:first-child) {
		margin-top: 0.46875rem !important;
	}
	
	#image04:not(:last-child) {
		margin-bottom: 0.46875rem !important;
	}
	
	#fixedtopbanner {
		--alignment: center;
		--flex-alignment: center;
		--indent-left: 1;
		--indent-right: 1;
	}
	
	#fixedtopbanner > .wrapper > .inner {
		--gutters: 0rem;
		--padding-horizontal: 0.875rem;
		--padding-vertical: 0.5rem;
		--spacing: 0.875rem;
	}
	
	#fixedtopbanner > .wrapper > .inner > :nth-child(1) {
		--alignment: center;
		--flex-alignment: center;
		--indent-left: 1;
		--indent-right: 1;
	}
	
	#fixedtopbanner > .wrapper > .inner > :nth-child(2) {
		--alignment: center;
		--flex-alignment: center;
		--indent-left: 1;
		--indent-right: 1;
	}
	
	#container31 {
		min-height: 12rem;
	}
	
	#container31 > .wrapper > .inner {
		--gutters: 1rem;
		--padding-horizontal: 0.75rem;
		--padding-vertical: 1.375rem;
		--spacing: 0.625rem;
	}
	
	#container31.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container31.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container31.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container31.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container31.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container31.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container31.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container31.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container31.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container31.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container31.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container31.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container31.columns > .wrapper > .inner > div:first-of-type, #container31.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container31.columns > .wrapper > .inner > div:last-of-type, #container31.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container31.columns > .wrapper > .inner > div:first-of-type, #container31.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container31.columns > .wrapper > .inner > div:last-of-type, #container31.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container31.columns > .wrapper > .inner > .full {
		min-height: 12rem;
	}
	
	#container31.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container31.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	
	
	#container06 > .wrapper > .inner {
		--gutters: 1rem;
		--padding-horizontal: 0.75rem;
		--padding-vertical: 1.125rem;
		--spacing: 0.625rem;
	}
	
	#container06.columns > .wrapper > .inner {
		flex-direction: column-reverse !important;
		flex-wrap: nowrap !important;
	}
	
	#container06.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--padding-vertical) * -2);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container06.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-bottom: 0 !important;
	}
	
	#container06.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container06.columns > .wrapper > .inner > *:last-child {
		padding-top: 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:last-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container06.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container06.columns > .wrapper > .inner > div:last-of-type, #container06.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-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: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container06.columns > .wrapper > .inner > div:last-of-type, #container06.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-right-radius: 0 !important;
	}
	
	#container06.columns > .wrapper > .inner > div:first-of-type, #container06.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-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;
	}
	
	
	
	#container07 > .wrapper > .inner {
		--gutters: 1rem;
		--padding-horizontal: 0.75rem;
		--padding-vertical: 2.5rem;
		--spacing: 0.625rem;
	}
	
	#container07 > .slideshow-background > .slow {
		animation-duration: 13.75s;
	}
	
	#container07 > .slideshow-background > .normal {
		animation-duration: 10.3125s;
	}
	
	#container07 > .slideshow-background > .fast {
		animation-duration: 6.875s;
	}
	
	
	
	#container23 > .wrapper > .inner {
		--gutters: 1rem;
		--padding-horizontal: 0.75rem;
		--padding-vertical: 1rem;
		--spacing: 0.625rem;
	}
	
	#container23.columns > .wrapper > .inner {
		flex-direction: column-reverse !important;
		flex-wrap: nowrap !important;
	}
	
	#container23.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--padding-vertical) * -2);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container23.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-bottom: 0 !important;
	}
	
	#container23.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container23.columns > .wrapper > .inner > *:last-child {
		padding-top: 0 !important;
	}
	
	#container23.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container23.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container23.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container23.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container23.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container23.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container23.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container23.columns > .wrapper > .inner > div:last-of-type, #container23.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container23.columns > .wrapper > .inner > div:first-of-type, #container23.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container23.columns > .wrapper > .inner > div:last-of-type, #container23.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-right-radius: 0 !important;
	}
	
	#container23.columns > .wrapper > .inner > div:first-of-type, #container23.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: 0 !important;
	}
	
	#container23.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container23.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container23 > .wrapper > .inner > :nth-child(1) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container23 > .wrapper > .inner > :nth-child(2) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	
	
	#container05 > .wrapper > .inner {
		--gutters: 1rem;
		--padding-horizontal: 0.75rem;
		--padding-vertical: 1rem;
		--spacing: 0.625rem;
	}
	
	#container05.columns > .wrapper > .inner {
		flex-direction: column-reverse !important;
		flex-wrap: nowrap !important;
	}
	
	#container05.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--padding-vertical) * -2);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container05.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-bottom: 0 !important;
	}
	
	#container05.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container05.columns > .wrapper > .inner > *:last-child {
		padding-top: 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:last-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container05.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container05.columns > .wrapper > .inner > div:last-of-type, #container05.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-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: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container05.columns > .wrapper > .inner > div:last-of-type, #container05.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-right-radius: 0 !important;
	}
	
	#container05.columns > .wrapper > .inner > div:first-of-type, #container05.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-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 > .wrapper > .inner > :nth-child(1) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container05 > .wrapper > .inner > :nth-child(2) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	
	
	#container50 > .wrapper > .inner {
		--gutters: 1rem;
		--padding-horizontal: 0.75rem;
		--padding-vertical: 1.125rem;
		--spacing: 0.625rem;
	}
	
	#container50.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container50.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container50.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container50.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container50.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container50.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container50.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container50.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container50.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container50.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container50.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container50.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container50.columns > .wrapper > .inner > div:first-of-type, #container50.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container50.columns > .wrapper > .inner > div:last-of-type, #container50.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container50.columns > .wrapper > .inner > div:first-of-type, #container50.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container50.columns > .wrapper > .inner > div:last-of-type, #container50.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container50.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container50.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	
	
	#container08 > .wrapper > .inner {
		--gutters: 1rem;
		--padding-horizontal: 0.75rem;
		--padding-vertical: 1.875rem;
		--spacing: 0.625rem;
	}
	
	#container08.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container08.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container08.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container08.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container08.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 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:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container08.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container08.columns > .wrapper > .inner > div:first-of-type, #container08.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container08.columns > .wrapper > .inner > div:last-of-type, #container08.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-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: 0 !important;
	}
	
	#container08.columns > .wrapper > .inner > div:last-of-type, #container08.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-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 > .wrapper > .inner > :nth-child(1) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container08 > .wrapper > .inner > :nth-child(2) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	
	
	#container04 > .wrapper > .inner {
		--gutters: 1rem;
		--padding-horizontal: 0.75rem;
		--padding-vertical: 1.125rem;
		--spacing: 0.625rem;
	}
	
	#container04.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container04.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container04.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container04.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container04.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container04.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container04.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container04.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container04.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container04.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container04.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container04.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container04.columns > .wrapper > .inner > div:first-of-type, #container04.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container04.columns > .wrapper > .inner > div:last-of-type, #container04.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container04.columns > .wrapper > .inner > div:first-of-type, #container04.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container04.columns > .wrapper > .inner > div:last-of-type, #container04.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container04.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container04.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container04 > .wrapper > .inner > :nth-child(1) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container04 > .wrapper > .inner > :nth-child(2) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	
	
	#container01 > .wrapper > .inner {
		--gutters: 1rem;
		--padding-horizontal: 0.75rem;
		--padding-vertical: 0.625rem;
		--spacing: 0.625rem;
	}
	
	#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 > .wrapper > .inner > :nth-child(1) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container01 > .wrapper > .inner > :nth-child(2) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	
	
	#container45 > .wrapper > .inner {
		--gutters: 0.5rem;
		--padding-horizontal: 0.75rem;
		--padding-vertical: 1rem;
		--spacing: 0.625rem;
	}
	
	#container45.columns > .wrapper > .inner {
		flex-direction: column-reverse !important;
		flex-wrap: nowrap !important;
	}
	
	#container45.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--padding-vertical) * -2);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container45.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-bottom: 0 !important;
	}
	
	#container45.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container45.columns > .wrapper > .inner > *:last-child {
		padding-top: 0 !important;
	}
	
	#container45.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container45.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container45.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container45.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container45.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container45.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container45.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container45.columns > .wrapper > .inner > div:last-of-type, #container45.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container45.columns > .wrapper > .inner > div:first-of-type, #container45.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container45.columns > .wrapper > .inner > div:last-of-type, #container45.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-right-radius: 0 !important;
	}
	
	#container45.columns > .wrapper > .inner > div:first-of-type, #container45.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: 0 !important;
	}
	
	#container45.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container45.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container45 > .wrapper > .inner > :nth-child(1) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container45 > .wrapper > .inner > :nth-child(2) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	
	
	#container11 > .wrapper > .inner {
		--gutters: 0.5rem;
		--padding-horizontal: 0.75rem;
		--padding-vertical: 0.5rem;
		--spacing: 0.625rem;
	}
	
	#container11.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container11.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container11.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container11.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container11.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container11.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container11.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container11.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container11.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container11.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container11.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container11.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container11.columns > .wrapper > .inner > div:first-of-type, #container11.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container11.columns > .wrapper > .inner > div:last-of-type, #container11.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container11.columns > .wrapper > .inner > div:first-of-type, #container11.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container11.columns > .wrapper > .inner > div:last-of-type, #container11.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container11.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container11.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container11 > .wrapper > .inner > :nth-child(1) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container11 > .wrapper > .inner > :nth-child(2) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container11 > .wrapper > .inner > :nth-child(3) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container11 > .wrapper > .inner > :nth-child(4) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	
	
	#container27 > .wrapper > .inner {
		--gutters: 1rem;
		--padding-horizontal: 0.75rem;
		--padding-vertical: 1.5rem;
		--spacing: 0.625rem;
	}
	
	#container27.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container27.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container27.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container27.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container27.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container27.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container27.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container27.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container27.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container27.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container27.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container27.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container27.columns > .wrapper > .inner > div:first-of-type, #container27.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container27.columns > .wrapper > .inner > div:last-of-type, #container27.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container27.columns > .wrapper > .inner > div:first-of-type, #container27.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container27.columns > .wrapper > .inner > div:last-of-type, #container27.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container27.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container27.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	
	
	#container21 > .wrapper > .inner {
		--gutters: 1rem;
		--padding-horizontal: 0.75rem;
		--padding-vertical: 2rem;
		--spacing: 0.625rem;
	}
	
	#container21.columns > .wrapper > .inner {
		flex-direction: column-reverse !important;
		flex-wrap: nowrap !important;
	}
	
	#container21.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--padding-vertical) * -2);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container21.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-bottom: 0 !important;
	}
	
	#container21.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container21.columns > .wrapper > .inner > *:last-child {
		padding-top: 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:last-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container21.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container21.columns > .wrapper > .inner > div:last-of-type, #container21.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-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: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container21.columns > .wrapper > .inner > div:last-of-type, #container21.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-right-radius: 0 !important;
	}
	
	#container21.columns > .wrapper > .inner > div:first-of-type, #container21.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-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 > .wrapper > .inner > :nth-child(1) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container21 > .wrapper > .inner > :nth-child(2) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container40 {
		min-height: 24.75rem;
	}
	
	#container40 > .wrapper > .inner {
		--gutters: 0.5rem;
		--padding-horizontal: 1.375rem;
		--padding-vertical: 3.125rem;
		--spacing: 0.625rem;
	}
	
	#container40.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container40.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container40.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container40.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container40.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container40.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container40.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container40.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container40.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container40.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container40.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container40.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container40.columns > .wrapper > .inner > div:first-of-type, #container40.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container40.columns > .wrapper > .inner > div:last-of-type, #container40.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container40.columns > .wrapper > .inner > div:first-of-type, #container40.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container40.columns > .wrapper > .inner > div:last-of-type, #container40.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container40.columns > .wrapper > .inner > .full {
		min-height: 24.75rem;
	}
	
	#container40.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container40.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container40 > .wrapper > .inner > :nth-child(1) {
		--alignment: center;
		--flex-alignment: center;
		--indent-left: 1;
		--indent-right: 1;
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container40 > .wrapper > .inner > :nth-child(2) {
		--alignment: center;
		--flex-alignment: center;
		--indent-left: 1;
		--indent-right: 1;
		min-height: 100% !important;
		width: 100% !important;
	}
	
	
	
	#container09 > .wrapper > .inner {
		--gutters: 1rem;
		--padding-horizontal: 0.75rem;
		--padding-vertical: 3.5rem;
		--spacing: 0.625rem;
	}
	
	#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;
	}
	
	
	
	#container16 > .wrapper > .inner {
		--gutters: 1rem;
		--padding-horizontal: 0.75rem;
		--padding-vertical: 1.875rem;
		--spacing: 0.625rem;
	}
	
	#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 > .wrapper > .inner > :nth-child(1) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container16 > .wrapper > .inner > :nth-child(2) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	
	
	#container35 > .wrapper > .inner {
		--gutters: 1rem;
		--padding-horizontal: 0.75rem;
		--padding-vertical: 1.625rem;
	}
	
	#container35.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container35.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container35.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container35.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container35.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container35.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container35.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container35.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container35.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container35.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container35.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container35.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container35.columns > .wrapper > .inner > div:first-of-type, #container35.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container35.columns > .wrapper > .inner > div:last-of-type, #container35.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container35.columns > .wrapper > .inner > div:first-of-type, #container35.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container35.columns > .wrapper > .inner > div:last-of-type, #container35.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container35.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container35.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	
	
	#container13 > .wrapper > .inner {
		--gutters: 1rem;
		--padding-horizontal: 0.75rem;
		--padding-vertical: 1.625rem;
	}
	
	#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;
	}
	
	
	
	#container14 > .wrapper > .inner {
		--gutters: 1rem;
		--padding-horizontal: 0.75rem;
		--padding-vertical: 1.625rem;
	}
	
	#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;
	}
	
	
	
	#container17 > .wrapper > .inner {
		--gutters: 1rem;
		--padding-horizontal: 0.75rem;
		--padding-vertical: 1.625rem;
	}
	
	#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;
	}
	
	
	
	#container22 > .wrapper > .inner {
		--gutters: 1rem;
		--padding-horizontal: 0.75rem;
		--padding-vertical: 1.625rem;
	}
	
	#container22.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container22.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container22.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container22.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container22.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container22.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container22.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container22.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container22.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container22.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container22.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container22.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container22.columns > .wrapper > .inner > div:first-of-type, #container22.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container22.columns > .wrapper > .inner > div:last-of-type, #container22.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container22.columns > .wrapper > .inner > div:first-of-type, #container22.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container22.columns > .wrapper > .inner > div:last-of-type, #container22.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container22.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container22.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	
	
	#container26 > .wrapper > .inner {
		--gutters: 1rem;
		--padding-horizontal: 0.75rem;
		--padding-vertical: 1.625rem;
	}
	
	#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;
	}
	
	
	
	#container28 > .wrapper > .inner {
		--gutters: 1rem;
		--padding-horizontal: 0.75rem;
		--padding-vertical: 1.625rem;
	}
	
	#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;
	}
	
	
	
	#container25 > .wrapper > .inner {
		--gutters: 1rem;
		--padding-horizontal: 0.75rem;
		--padding-vertical: 1.625rem;
	}
	
	#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;
	}
	
	
	
	#container24 > .wrapper > .inner {
		--gutters: 1rem;
		--padding-horizontal: 0.75rem;
		--padding-vertical: 1.625rem;
	}
	
	#container24.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container24.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container24.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container24.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container24.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container24.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container24.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container24.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container24.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container24.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container24.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container24.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container24.columns > .wrapper > .inner > div:first-of-type, #container24.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container24.columns > .wrapper > .inner > div:last-of-type, #container24.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container24.columns > .wrapper > .inner > div:first-of-type, #container24.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container24.columns > .wrapper > .inner > div:last-of-type, #container24.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container24.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container24.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	
	
	#container20 > .wrapper > .inner {
		--gutters: 1rem;
		--padding-horizontal: 0.75rem;
		--padding-vertical: 1.625rem;
	}
	
	#container20.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container20.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container20.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container20.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container20.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container20.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container20.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container20.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container20.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container20.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container20.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container20.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container20.columns > .wrapper > .inner > div:first-of-type, #container20.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container20.columns > .wrapper > .inner > div:last-of-type, #container20.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container20.columns > .wrapper > .inner > div:first-of-type, #container20.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container20.columns > .wrapper > .inner > div:last-of-type, #container20.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container20.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container20.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	
	
	#container19 > .wrapper > .inner {
		--gutters: 1rem;
		--padding-horizontal: 0.75rem;
		--padding-vertical: 1.625rem;
	}
	
	#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;
	}
	
	
	
	#container18 > .wrapper > .inner {
		--gutters: 1rem;
		--padding-horizontal: 0.75rem;
		--padding-vertical: 1.625rem;
	}
	
	#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;
	}
	
	
	
	#container12 > .wrapper > .inner {
		--gutters: 1rem;
		--padding-horizontal: 0.75rem;
		--padding-vertical: 1.625rem;
	}
	
	#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;
	}
	
	
	
	#container10 > .wrapper > .inner {
		--gutters: 1rem;
		--padding-horizontal: 0.75rem;
		--padding-vertical: 1.625rem;
	}
	
	#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;
	}
	
	
	
	#container02 > .wrapper > .inner {
		--gutters: 1rem;
		--padding-horizontal: 2rem;
		--padding-vertical: 3rem;
		--spacing: 0.625rem;
	}
	
	#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 > .wrapper > .inner > :nth-child(1) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container02 > .wrapper > .inner > :nth-child(2) {
		--alignment: right;
		--flex-alignment: flex-end;
		--indent-left: 0;
		--indent-right: 1;
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container02 > .wrapper > .inner > :nth-child(3) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	
	
	#container15:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#container15 > .wrapper > .inner {
		--gutters: 1rem;
		--padding-horizontal: 2rem;
		--spacing: 0rem;
	}
	
	#container15.columns > .wrapper > .inner {
		flex-direction: column-reverse !important;
		flex-wrap: nowrap !important;
	}
	
	#container15.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--padding-vertical) * -2);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container15.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-bottom: 0 !important;
	}
	
	#container15.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container15.columns > .wrapper > .inner > *:last-child {
		padding-top: 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:last-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container15.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container15.columns > .wrapper > .inner > div:last-of-type, #container15.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-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: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container15.columns > .wrapper > .inner > div:last-of-type, #container15.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-right-radius: 0 !important;
	}
	
	#container15.columns > .wrapper > .inner > div:first-of-type, #container15.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-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 > .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;
	}
	
	#container15 > .wrapper > .inner > :nth-child(3) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#header {
		margin-bottom: 0rem !important;
	}
	
	#footer {
		margin-top: 0rem !important;
	}
	
	#list07 {
		letter-spacing: -0.065625rem;
		font-size: 1.125em;
		line-height: 0.75;
		padding-left: calc(0.65625rem * var(--indent-left));
		padding-right: calc(0.65625rem * var(--indent-right));
	}
	
	#list07 ul li:before {
		height: 0.84375rem;
		line-height: 0.84375rem;
		min-width: 0.439453125rem;
	}
	
	#list06 {
		letter-spacing: -0.065625rem;
		font-size: 1.125em;
		line-height: 0.75;
		padding-left: calc(0.65625rem * var(--indent-left));
		padding-right: calc(0.65625rem * var(--indent-right));
	}
	
	#list06 ul li:before {
		height: 0.84375rem;
		line-height: 0.84375rem;
		min-width: 0.3955078125rem;
	}
	
	#list05 {
		letter-spacing: -0.065625rem;
		font-size: 1.125em;
		line-height: 0.75;
		padding-left: calc(0.65625rem * var(--indent-left));
		padding-right: calc(0.65625rem * var(--indent-right));
	}
	
	#list05 ul li:before {
		height: 0.84375rem;
		line-height: 0.84375rem;
		min-width: 0.3955078125rem;
	}
	
	#list08 {
		letter-spacing: -0.021875rem;
		font-size: 1.125em;
		line-height: 0.875;
		padding-left: calc(0.65625rem * var(--indent-left));
		padding-right: calc(0.65625rem * var(--indent-right));
	}
	
	#list08 ul li:before {
		height: 0.984375rem;
		line-height: 0.984375rem;
		min-width: 0.46142578125rem;
	}
	
	#list02 {
		letter-spacing: -0.065625rem;
		font-size: 1.125em;
		line-height: 0.75;
	}
	
	#list02 ul li:after {
		width: 0.703125rem;
	}
	
	#list02 ul li:before {
		height: 0.84375rem;
		line-height: 0.84375rem;
		min-width: 0.3955078125rem;
	}
	
	#list03 {
		letter-spacing: -0.065625rem;
		font-size: 1.125em;
		line-height: 0.75;
	}
	
	#list03 ul li:after {
		width: 0.703125rem;
	}
	
	#list03 ul li:before {
		height: 0.84375rem;
		line-height: 0.84375rem;
		min-width: 0.3955078125rem;
	}
	
	#list04 {
		letter-spacing: -0.065625rem;
		font-size: 1.125em;
		line-height: 0.75;
	}
	
	#list04 ul li:after {
		width: 0.703125rem;
	}
	
	#list04 ul li:before {
		height: 0.84375rem;
		line-height: 0.84375rem;
		min-width: 0.3955078125rem;
	}
	
	#list01 {
		letter-spacing: -0.065625rem;
		font-size: 1.125em;
		line-height: 0.75;
	}
	
	#list01 ul li:after {
		width: 0.703125rem;
	}
	
	#list01 ul li:before {
		height: 0.84375rem;
		line-height: 0.84375rem;
		min-width: 0.3955078125rem;
	}
	
	.list.style1 {
		letter-spacing: -0.021875rem;
		font-size: 1.125em;
		line-height: 0.875;
		padding-left: calc(0.65625rem * var(--indent-left));
		padding-right: calc(0.65625rem * var(--indent-right));
	}
	
	.list.style1 ul li:before {
		height: 0.984375rem;
		line-height: 0.984375rem;
		min-width: 0.73828125rem;
	}
	
	#video02 video {
		width: 27.625rem;
	}
	
	#video02 .frame {
		width: 27.625rem;
	}
	
	.table-wrapper.style1 {
		letter-spacing: 0.021875rem;
		font-size: 0.875em;
		line-height: 0.875;
	}
	
	.table-wrapper.style1 th, .table-wrapper.style1 td {
		padding: 0.125rem 0.171875rem;
	}
	
	#form02 label:first-child {
		font-size: 1.125em;
		line-height: 1.5;
		letter-spacing: 0rem;
	}
	
	#form02 input[type="text"], #form02 input[type="email"], #form02 input[type="tel"], #form02 input[type="number"], #form02 textarea, #form02 select, #form02 input[type="checkbox"] + label, #form02 .file {
		font-size: 1em;
		letter-spacing: -0.025rem;
	}
	
	
	
	#form02 textarea {
		line-height: 0.75;
		padding-top: 0.39375rem;
	}
	
	#form02 .actions button {
		font-size: 0.875em;
		letter-spacing: 0.1rem;
		padding-left: calc(0.1rem + 0.375rem);
	}
	
	#form03 label:first-child {
		font-size: 1.125em;
		line-height: 1.5;
		letter-spacing: 0rem;
	}
	
	#form03 input[type="text"], #form03 input[type="email"], #form03 input[type="tel"], #form03 input[type="number"], #form03 textarea, #form03 select, #form03 input[type="checkbox"] + label, #form03 .file {
		font-size: 1.125em;
		letter-spacing: -0.025rem;
	}
	
	
	
	#form03 textarea {
		line-height: 0.75;
		padding-top: 0.56875rem;
	}
	
	#form03 .actions button {
		font-size: 1.25em;
		letter-spacing: 0.1rem;
		padding-left: calc(0.1rem + 0.5rem);
	}
	
	#form04 label:first-child {
		font-size: 1.125em;
		line-height: 1.5;
		letter-spacing: 0rem;
	}
	
	#form04 input[type="text"], #form04 input[type="email"], #form04 input[type="tel"], #form04 input[type="number"], #form04 textarea, #form04 select, #form04 input[type="checkbox"] + label, #form04 .file {
		font-size: 1.125em;
		letter-spacing: -0.025rem;
	}
	
	
	
	#form04 textarea {
		line-height: 0.75;
		padding-top: 0.56875rem;
	}
	
	#form04 .actions button {
		font-size: 1.25em;
		letter-spacing: 0.1rem;
		padding-left: calc(0.1rem + 0.5rem);
	}
}

@media (max-width: 480px) {
	#wrapper {
		padding: 0 0 0rem 0;
	}
	
	#main > .inner {
		--spacing: 0rem;
	}
	
	#buttons06 li a {
		width: 10.25rem;
	}
	
	#buttons01 li a {
		width: 10.25rem;
	}
	
	#buttons02 li a {
		width: 9.625rem;
	}
	
	#buttons08 li a {
		width: 9.625rem;
	}
	
	#buttons04 li a {
		width: 9.625rem;
	}
	
	#buttons07 li a {
		width: 9.625rem;
	}
	
	#buttons03 li a {
		width: 9.625rem;
	}
	
	#buttons05 li a {
		width: 9.625rem;
	}
	
	#image05 .frame {
		height: 8.375rem !important;
	}
	
	#fixedtopbanner > .wrapper > .inner {
		--spacing: 0.765625rem;
	}
	
	#container31 > .wrapper > .inner {
		--spacing: 0.546875rem;
	}
	
	#container06 > .wrapper > .inner {
		--spacing: 0.546875rem;
	}
	
	#container07 > .wrapper > .inner {
		--spacing: 0.546875rem;
	}
	
	#container23 > .wrapper > .inner {
		--spacing: 0.546875rem;
	}
	
	#container05 > .wrapper > .inner {
		--spacing: 0.546875rem;
	}
	
	#container50 > .wrapper > .inner {
		--spacing: 0.546875rem;
	}
	
	#container08 > .wrapper > .inner {
		--spacing: 0.546875rem;
	}
	
	#container04 > .wrapper > .inner {
		--spacing: 0.546875rem;
	}
	
	#container01 > .wrapper > .inner {
		--spacing: 0.546875rem;
	}
	
	#container45 > .wrapper > .inner {
		--spacing: 0.546875rem;
	}
	
	#container11 > .wrapper > .inner {
		--spacing: 0.546875rem;
	}
	
	#container27 > .wrapper > .inner {
		--spacing: 0.546875rem;
	}
	
	#container21 > .wrapper > .inner {
		--spacing: 0.546875rem;
	}
	
	#container40 > .wrapper > .inner {
		--spacing: 0.546875rem;
	}
	
	#container09 > .wrapper > .inner {
		--spacing: 0.546875rem;
	}
	
	#container16 > .wrapper > .inner {
		--spacing: 0.546875rem;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	#container02 > .wrapper > .inner {
		--spacing: 0.546875rem;
	}
	
	#container15 > .wrapper > .inner {
		--spacing: 0rem;
	}
	
	#form02 .actions button {
		max-width: 32rem;
		width: 100%;
	}
	
	#form03 .actions button {
		max-width: 32rem;
		width: 100%;
	}
	
	#form04 .actions button {
		max-width: 32rem;
		width: 100%;
	}
	
	#timer02 ul li.delimiter {
		width: 0.234375rem;
	}
	
	#timer02 ul li.number .item .label > * {
		margin-top: calc(0.5rem + 0.25em);
	}
}

@media (max-width: 360px) {
	#wrapper {
		padding: 0 0 0rem 0;
	}
	
	#main > .inner {
		--padding-horizontal: 0.09375rem;
		--padding-vertical: 0rem;
		--spacing: 0rem;
	}
	
	#main > .inner > * > .full {
		margin-left: calc(-0.09375rem);
		max-width: calc(100% + 0.1875rem + 0.4725px);
		width: calc(100% + 0.1875rem + 0.4725px);
	}
	
	#main > .inner > * > .full.screen {
		margin-left: -50vw;
	}
	
	#main > .inner > header > .full:first-child {
		margin-top: -0rem !important;
	}
	
	#main > .inner > footer > .full:last-child {
		margin-bottom: -0rem !important;
	}
	
	#icons04 {
		gap: 0.375rem;
	}
	
	.icons.style2 {
		gap: 0.1875rem;
	}
	
	.icons.style1 {
		gap: 0.375rem;
	}
	
	#icons02 {
		gap: 0.09375rem;
	}
	
	#icons03 {
		gap: 0.375rem;
	}
	
	#icons06 {
		gap: 0.375rem;
	}
	
	#icons07 {
		gap: 0.375rem;
	}
	
	#icons08 {
		gap: 0.375rem;
	}
	
	#icons09 {
		gap: 0.375rem;
	}
	
	#icons10 {
		gap: 0.375rem;
	}
	
	#buttons06 {
		gap: 0.1875rem;
	}
	
	#buttons01 {
		gap: 0.1875rem;
	}
	
	#buttons02 {
		gap: 0.1875rem;
	}
	
	#buttons08 {
		gap: 0.1875rem;
	}
	
	#buttons04 {
		gap: 0.1875rem;
	}
	
	#buttons07 {
		gap: 0.1875rem;
	}
	
	#buttons03 {
		gap: 0.1875rem;
	}
	
	#buttons05 {
		gap: 0.1875rem;
	}
	
	h1.style7, h2.style7, h3.style7, p.style7 {
		font-size: 1.75em;
	}
	
	h1.style6, h2.style6, h3.style6, p.style6 {
		font-size: 1.25em;
	}
	
	#text119 {
		font-size: 1.25em;
	}
	
	h1.style8, h2.style8, h3.style8, p.style8 {
		font-size: 1.125em;
	}
	
	h1.style9, h2.style9, h3.style9, p.style9 {
		font-size: 1.125em;
	}
	
	#text50 {
		font-size: 1.25em;
	}
	
	#text49 {
		font-size: 0.75em;
	}
	
	#text11 {
		font-size: 0.875em;
	}
	
	#text36 {
		font-size: 1.5em;
	}
	
	#text135 {
		font-size: 1.375em;
	}
	
	#text13 {
		font-size: 1.375em;
	}
	
	#text14 {
		font-size: 1.125em;
	}
	
	h1.style5, h2.style5, h3.style5, p.style5 {
		font-size: 1.375em;
	}
	
	#text75 {
		font-size: 1.125em;
	}
	
	h1.style4, h2.style4, h3.style4, p.style4 {
		font-size: 0.875em;
	}
	
	#text141 {
		font-size: 0.875em;
	}
	
	#text28 {
		font-size: 1.125em;
	}
	
	#text20 {
		font-size: 1.125em;
	}
	
	#text29 {
		font-size: 1.125em;
	}
	
	#text09 {
		font-size: 1.125em;
	}
	
	#text18 {
		font-size: 1.125em;
	}
	
	#text16 {
		font-size: 1.125em;
	}
	
	#text23 {
		font-size: 1em;
	}
	
	#text31 {
		font-size: 1.875em;
	}
	
	#text04 {
		font-size: 1.5em;
	}
	
	#text82 {
		font-size: 0.875em;
	}
	
	#text69 {
		font-size: 1.125em;
	}
	
	#text32 {
		font-size: 1.375em;
	}
	
	#text06 {
		font-size: 1em;
	}
	
	#text124 {
		font-size: 1em;
	}
	
	#text71 {
		font-size: 1em;
	}
	
	#text05 {
		font-size: 1em;
	}
	
	#text22 {
		font-size: 1.125em;
	}
	
	#text67 {
		font-size: 1.375em;
	}
	
	#text77 {
		font-size: 1.375em;
	}
	
	#text73 {
		font-size: 1.375em;
	}
	
	#text72 {
		font-size: 1.375em;
	}
	
	#text33 {
		font-size: 1.375em;
	}
	
	#text76 {
		font-size: 1.125em;
	}
	
	#text25 {
		font-size: 1.125em;
	}
	
	#text70 {
		font-size: 1.125em;
	}
	
	#text37 {
		font-size: 1.125em;
	}
	
	#text43 {
		font-size: 1.375em;
	}
	
	#text65 {
		font-size: 1.375em;
	}
	
	#text45 {
		font-size: 1.375em;
	}
	
	#text63 {
		font-size: 1.375em;
	}
	
	#text64 {
		font-size: 1.375em;
	}
	
	#text66 {
		font-size: 1.375em;
	}
	
	#text44 {
		font-size: 1.375em;
	}
	
	#text47 {
		font-size: 1.375em;
	}
	
	#text51 {
		font-size: 1.375em;
	}
	
	#text52 {
		font-size: 1.375em;
	}
	
	#text57 {
		font-size: 1.375em;
	}
	
	#text58 {
		font-size: 1.375em;
	}
	
	#text59 {
		font-size: 1.375em;
	}
	
	#text60 {
		font-size: 1.375em;
	}
	
	#text61 {
		font-size: 1.375em;
	}
	
	#text62 {
		font-size: 1.375em;
	}
	
	#text39 {
		font-size: 1.375em;
	}
	
	#text55 {
		font-size: 1.375em;
	}
	
	#text40 {
		font-size: 1.375em;
	}
	
	#text56 {
		font-size: 1.375em;
	}
	
	#text41 {
		font-size: 1.375em;
	}
	
	#text38 {
		font-size: 1.375em;
	}
	
	#text42 {
		font-size: 1.375em;
	}
	
	#text35 {
		font-size: 1.375em;
	}
	
	#image05 .frame {
		height: 7.328125rem !important;
	}
	
	#fixedtopbanner > .wrapper > .inner {
		--gutters: 0rem;
		--padding-horizontal: 0.65625rem;
		--padding-vertical: 0.375rem;
		--spacing: 0.65625rem;
	}
	
	#container31 > .wrapper > .inner {
		--gutters: 1rem;
		--padding-horizontal: 0.5625rem;
		--padding-vertical: 1.03125rem;
		--spacing: 0.46875rem;
	}
	
	#container31 {
		min-height: 8rem;
	}
	
	#container31.columns > .wrapper > .inner > .full {
		min-height: 8rem;
	}
	
	#container06 > .wrapper > .inner {
		--gutters: 1rem;
		--padding-horizontal: 0.5625rem;
		--padding-vertical: 0.84375rem;
		--spacing: 0.46875rem;
	}
	
	#container07 > .wrapper > .inner {
		--gutters: 1rem;
		--padding-horizontal: 0.5625rem;
		--padding-vertical: 1.875rem;
		--spacing: 0.46875rem;
	}
	
	#container23 > .wrapper > .inner {
		--gutters: 1rem;
		--padding-horizontal: 0.5625rem;
		--padding-vertical: 0.75rem;
		--spacing: 0.46875rem;
	}
	
	#container05 > .wrapper > .inner {
		--gutters: 1rem;
		--padding-horizontal: 0.5625rem;
		--padding-vertical: 0.75rem;
		--spacing: 0.46875rem;
	}
	
	#container50 > .wrapper > .inner {
		--gutters: 1rem;
		--padding-horizontal: 0.5625rem;
		--padding-vertical: 0.84375rem;
		--spacing: 0.46875rem;
	}
	
	#container08 > .wrapper > .inner {
		--gutters: 1rem;
		--padding-horizontal: 0.5625rem;
		--padding-vertical: 1.40625rem;
		--spacing: 0.46875rem;
	}
	
	#container04 > .wrapper > .inner {
		--gutters: 1rem;
		--padding-horizontal: 0.5625rem;
		--padding-vertical: 0.84375rem;
		--spacing: 0.46875rem;
	}
	
	#container01 > .wrapper > .inner {
		--gutters: 1rem;
		--padding-horizontal: 0.5625rem;
		--padding-vertical: 0.46875rem;
		--spacing: 0.46875rem;
	}
	
	#container45 > .wrapper > .inner {
		--gutters: 0.5rem;
		--padding-horizontal: 0.5625rem;
		--padding-vertical: 0.75rem;
		--spacing: 0.46875rem;
	}
	
	#container11 > .wrapper > .inner {
		--gutters: 0.5rem;
		--padding-horizontal: 0.5625rem;
		--padding-vertical: 0.375rem;
		--spacing: 0.46875rem;
	}
	
	#container27 > .wrapper > .inner {
		--gutters: 1rem;
		--padding-horizontal: 0.5625rem;
		--padding-vertical: 1.125rem;
		--spacing: 0.46875rem;
	}
	
	#container21 > .wrapper > .inner {
		--gutters: 1rem;
		--padding-horizontal: 0.5625rem;
		--padding-vertical: 1.5rem;
		--spacing: 0.46875rem;
	}
	
	#container40 > .wrapper > .inner {
		--gutters: 0.5rem;
		--padding-horizontal: 1.03125rem;
		--padding-vertical: 2.34375rem;
		--spacing: 0.46875rem;
	}
	
	#container40 {
		min-height: 16.5rem;
	}
	
	#container40.columns > .wrapper > .inner > .full {
		min-height: 16.5rem;
	}
	
	#container09 > .wrapper > .inner {
		--gutters: 1rem;
		--padding-horizontal: 0.5625rem;
		--padding-vertical: 2.625rem;
		--spacing: 0.46875rem;
	}
	
	#container16 > .wrapper > .inner {
		--gutters: 1rem;
		--padding-horizontal: 0.5625rem;
		--padding-vertical: 1.40625rem;
		--spacing: 0.46875rem;
	}
	
	#container35 > .wrapper > .inner {
		--gutters: 1rem;
		--padding-horizontal: 0.5625rem;
		--padding-vertical: 1.21875rem;
	}
	
	#container13 > .wrapper > .inner {
		--gutters: 1rem;
		--padding-horizontal: 0.5625rem;
		--padding-vertical: 1.21875rem;
	}
	
	#container14 > .wrapper > .inner {
		--gutters: 1rem;
		--padding-horizontal: 0.5625rem;
		--padding-vertical: 1.21875rem;
	}
	
	#container17 > .wrapper > .inner {
		--gutters: 1rem;
		--padding-horizontal: 0.5625rem;
		--padding-vertical: 1.21875rem;
	}
	
	#container22 > .wrapper > .inner {
		--gutters: 1rem;
		--padding-horizontal: 0.5625rem;
		--padding-vertical: 1.21875rem;
	}
	
	#container26 > .wrapper > .inner {
		--gutters: 1rem;
		--padding-horizontal: 0.5625rem;
		--padding-vertical: 1.21875rem;
	}
	
	#container28 > .wrapper > .inner {
		--gutters: 1rem;
		--padding-horizontal: 0.5625rem;
		--padding-vertical: 1.21875rem;
	}
	
	#container25 > .wrapper > .inner {
		--gutters: 1rem;
		--padding-horizontal: 0.5625rem;
		--padding-vertical: 1.21875rem;
	}
	
	#container24 > .wrapper > .inner {
		--gutters: 1rem;
		--padding-horizontal: 0.5625rem;
		--padding-vertical: 1.21875rem;
	}
	
	#container20 > .wrapper > .inner {
		--gutters: 1rem;
		--padding-horizontal: 0.5625rem;
		--padding-vertical: 1.21875rem;
	}
	
	#container19 > .wrapper > .inner {
		--gutters: 1rem;
		--padding-horizontal: 0.5625rem;
		--padding-vertical: 1.21875rem;
	}
	
	#container18 > .wrapper > .inner {
		--gutters: 1rem;
		--padding-horizontal: 0.5625rem;
		--padding-vertical: 1.21875rem;
	}
	
	#container12 > .wrapper > .inner {
		--gutters: 1rem;
		--padding-horizontal: 0.5625rem;
		--padding-vertical: 1.21875rem;
	}
	
	#container10 > .wrapper > .inner {
		--gutters: 1rem;
		--padding-horizontal: 0.5625rem;
		--padding-vertical: 1.21875rem;
	}
	
	#container02 > .wrapper > .inner {
		--gutters: 1rem;
		--padding-horizontal: 1.5rem;
		--padding-vertical: 2.25rem;
		--spacing: 0.46875rem;
	}
	
	#container15 > .wrapper > .inner {
		--gutters: 1rem;
		--padding-horizontal: 1.5rem;
		--spacing: 0rem;
	}
	
	#list07 {
		font-size: 1.125em;
	}
	
	#list07 ul li:before {
		height: 0.84375rem;
		line-height: 0.84375rem;
		min-width: 0.439453125rem;
	}
	
	#list06 {
		font-size: 1.125em;
	}
	
	#list06 ul li:before {
		height: 0.84375rem;
		line-height: 0.84375rem;
		min-width: 0.3955078125rem;
	}
	
	#list05 {
		font-size: 1.125em;
	}
	
	#list05 ul li:before {
		height: 0.84375rem;
		line-height: 0.84375rem;
		min-width: 0.3955078125rem;
	}
	
	#list08 {
		font-size: 1.125em;
	}
	
	#list08 ul li:before {
		height: 0.984375rem;
		line-height: 0.984375rem;
		min-width: 0.46142578125rem;
	}
	
	#list02 {
		font-size: 1.125em;
	}
	
	#list02 ul li:after {
		width: 0.703125rem;
	}
	
	#list02 ul li:before {
		height: 0.84375rem;
		line-height: 0.84375rem;
		min-width: 0.3955078125rem;
	}
	
	#list03 {
		font-size: 1.125em;
	}
	
	#list03 ul li:after {
		width: 0.703125rem;
	}
	
	#list03 ul li:before {
		height: 0.84375rem;
		line-height: 0.84375rem;
		min-width: 0.3955078125rem;
	}
	
	#list04 {
		font-size: 1.125em;
	}
	
	#list04 ul li:after {
		width: 0.703125rem;
	}
	
	#list04 ul li:before {
		height: 0.84375rem;
		line-height: 0.84375rem;
		min-width: 0.3955078125rem;
	}
	
	#list01 {
		font-size: 1.125em;
	}
	
	#list01 ul li:after {
		width: 0.703125rem;
	}
	
	#list01 ul li:before {
		height: 0.84375rem;
		line-height: 0.84375rem;
		min-width: 0.3955078125rem;
	}
	
	.list.style1 {
		font-size: 1.125em;
	}
	
	.list.style1 ul li:before {
		height: 0.984375rem;
		line-height: 0.984375rem;
		min-width: 0.73828125rem;
	}
	
	.table-wrapper.style1 {
		font-size: 0.875em;
	}
}