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

u {
	text-decoration: underline;
}

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

em {
	font-style: italic;
}

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

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

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

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

s {
	text-decoration: line-through;
}

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

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

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

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

deferred-script {
	display: none;
}

#wrapper {
	-webkit-overflow-scrolling: touch;
	align-items: stretch;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: var(--viewport-height);
	overflow: hidden;
	position: relative;
	z-index: 2;
	padding: 1.40625rem 0 1.40625rem 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: #FFFFFF;
	transition: opacity 2s ease-in-out 0s;
}

#main > .inner {
	--padding-horizontal: 1.875rem;
	--padding-vertical: 1.75rem;
	--spacing: 0rem;
	--width: 100vw;
	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);
}

#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(-1.875rem);
	max-width: calc(100% + 3.75rem + 0.4725px);
	width: calc(100% + 3.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: -1.75rem !important;
}

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

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

body.is-loading #main {
	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;
}

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

#image15 {
	text-align: center;
}

#image15 .frame {
	width: 23.75rem;
	height: 17.25rem;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	transition: transform 0.25s ease, z-index 0.25s ease;
}

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

#image15 .frame:hover {
	transform: scale(0.9575);
	z-index: 1;
}

#image13 {
	text-align: center;
}

#image13 .frame {
	width: 80.375rem;
	height: 50rem;
	border-radius: 0.75rem;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	transition: transform 0.25s ease, z-index 0.25s ease;
}

#image13 .frame img:first-child {
	border-radius: calc(0.75rem - 1px) !important;
}

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

#image13 .frame:hover {
	transform: scale(0.9575);
	z-index: 1;
}

#image03 {
	text-align: center;
}

#image03 .frame {
	width: 58.375rem;
	height: 50rem;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 16px;
	transition: none;
}

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

#image03 .frame img {
	transition: none;
}

.image.style2 {
	text-align: center;
}

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

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

.image.style2 .frame {
	width: 31rem;
	height: 25.75rem;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 2px;
	transition: none;
}

.image.style2 img {
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	width: 100% !important;
}

.image.style2 .frame img {
	transition: none;
}

.image.style1 {
	text-align: center;
}

.image.style1 .frame {
	width: 58.375rem;
	height: 32rem;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 16px;
	transition: none;
}

.image.style1 img {
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	width: 100% !important;
}

.image.style1 .frame img {
	transition: none;
}

#image12 .frame {
	width: 100vw;
	height: 48.75rem;
	border-color: transparent;
	border-style: solid;
	border-width: 16px;
	transition: none;
}

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

#image12 .frame img {
	transition: none;
}

#image01 .frame {
	width: 100vw;
	height: 50rem;
	border-color: transparent;
	border-style: solid;
	border-width: 2px;
	transition: transform 0.25s ease, z-index 0.25s ease;
}

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

#image01 .frame:hover {
	transform: scale(0.9575);
	z-index: 1;
}

#image08 .frame {
	width: 100vw;
	height: 50rem;
	border-color: transparent;
	border-style: solid;
	border-width: 2px;
	transition: transform 0.25s ease, z-index 0.25s ease;
}

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

#image08 .frame:hover {
	transform: scale(0.9575);
	z-index: 1;
}

#image10 .frame {
	width: 100vw;
	height: 50rem;
	border-color: transparent;
	border-style: solid;
	border-width: 2px;
	transition: transform 0.25s ease, z-index 0.25s ease;
}

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

#image10 .frame:hover {
	transform: scale(0.9575);
	z-index: 1;
}

#image11 .frame {
	width: 100vw;
	height: 47.625rem;
	border-color: transparent;
	border-style: solid;
	border-width: 2px;
	transition: transform 0.25s ease, z-index 0.25s ease;
}

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

#image11 .frame:hover {
	transform: scale(0.9575);
	z-index: 1;
}

#image14 {
	text-align: center;
}

#image14 .frame {
	width: 73.5rem;
	height: 26.25rem;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 2px;
	transition: none;
}

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

#image14 .frame img {
	transition: none;
}

#image02 {
	text-align: center;
}

#image02 .frame {
	width: 30.875rem;
	height: 39.125rem;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 2px;
	transition: none;
}

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

#image02 .frame img {
	transition: none;
}

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

#text03 {
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: 'Permanent Marker', cursive;
	letter-spacing: 0.3rem;
	width: calc(100% + 0.3rem);
	font-size: 2.375em;
	line-height: 1.125;
	font-weight: 400;
}

#text03 a {
	text-decoration: underline;
}

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

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

#text04 {
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: 'PT Sans', sans-serif;
	letter-spacing: 0.225rem;
	width: calc(100% + 0.225rem);
	font-size: 1em;
	line-height: 2;
	font-weight: 400;
}

#text04 a {
	text-decoration: underline;
}

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

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

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

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

h1.style3, h2.style3, h3.style3, p.style3 {
	text-align: center;
	text-transform: uppercase;
	color: #5E5E5E;
	font-family: 'PT Sans', sans-serif;
	letter-spacing: 0.25rem;
	width: calc(100% + 0.25rem);
	font-size: 1em;
	line-height: 1.75;
	font-weight: 400;
	background-image: linear-gradient(168deg, #5E5E5E 0%, #5E5E5E 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 0.01em transparent;
	text-stroke: 0.01em transparent;
}

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

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

h1.style3 span.p:nth-child(n + 2), h2.style3 span.p:nth-child(n + 2), h3.style3 span.p:nth-child(n + 2), p.style3 span.p:nth-child(n + 2) {
	margin-top: 1rem;
	-webkit-text-fill-color: currentcolor;
}

h1.style3 span.p, h2.style3 span.p, h3.style3 span.p, p.style3 span.p {
	background-image: linear-gradient(168deg, #5E5E5E 0%, #5E5E5E 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent !important;
}

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

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

#text26 {
	text-align: center;
	text-transform: uppercase;
	color: #5E5E5E;
	font-family: 'PT Sans', sans-serif;
	letter-spacing: 0.225rem;
	width: calc(100% + 0.225rem);
	font-size: 1em;
	line-height: 2.5;
	font-weight: 400;
}

#text26 a {
	text-decoration: underline;
}

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

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

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

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

h1.style2, h2.style2, h3.style2, p.style2 {
	text-transform: uppercase;
	color: #5E5E5E;
	font-family: 'PT Sans', sans-serif;
	letter-spacing: 0.25rem;
	width: calc(100% + 0.25rem);
	font-size: 1em;
	line-height: 2.125;
	font-weight: 400;
}

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

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

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

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

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

h1.style1, h2.style1, h3.style1, p.style1 {
	text-transform: uppercase;
	color: #5E5E5E;
	font-family: 'PT Sans', sans-serif;
	letter-spacing: 0.25rem;
	width: calc(100% + 0.25rem);
	font-size: 1em;
	line-height: 2.125;
	font-weight: 400;
}

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

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

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

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

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

#text36 {
	text-transform: uppercase;
	color: #5E5E5E;
	font-family: 'PT Sans', sans-serif;
	letter-spacing: 0.225rem;
	width: calc(100% + 0.225rem);
	font-size: 1.125em;
	line-height: 2;
	font-weight: 400;
}

#text36 a {
	text-decoration: underline;
}

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

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

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

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

#text12 {
	text-transform: uppercase;
	color: #5E5E5E;
	font-family: 'PT Sans', sans-serif;
	letter-spacing: 0.25rem;
	width: calc(100% + 0.25rem);
	font-size: 1.125em;
	line-height: 2.125;
	font-weight: 400;
}

#text12 a {
	text-decoration: underline;
}

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

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

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

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

#text37 {
	text-transform: uppercase;
	color: #5E5E5E;
	font-family: 'PT Sans', sans-serif;
	letter-spacing: 0.25rem;
	width: calc(100% + 0.25rem);
	font-size: 1.125em;
	line-height: 2.125;
	font-weight: 400;
}

#text37 a {
	text-decoration: underline;
}

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

#text37 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 {
	font-variant: small-caps;
	color: #5E5E5E;
	font-family: 'PT Sans', sans-serif;
	letter-spacing: 0.25rem;
	width: calc(100% + 0.25rem);
	font-size: 1.125em;
	line-height: 2.125;
	font-weight: 400;
}

#text38 a {
	text-decoration: underline;
}

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

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

#text07 {
	text-transform: uppercase;
	color: #5E5E5E;
	font-family: 'PT Sans', sans-serif;
	letter-spacing: 0.225rem;
	width: calc(100% + 0.225rem);
	font-size: 1.125em;
	line-height: 2;
	font-weight: 400;
}

#text07 a {
	text-decoration: underline;
}

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

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

#text22 {
	text-transform: uppercase;
	color: #5E5E5E;
	font-family: 'PT Sans', sans-serif;
	letter-spacing: 0.25rem;
	width: calc(100% + 0.25rem);
	font-size: 1em;
	line-height: 2.125;
	font-weight: 400;
}

#text22 a {
	text-decoration: underline;
}

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

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

#text08 {
	text-transform: uppercase;
	color: #5E5E5E;
	font-family: 'PT Sans', sans-serif;
	letter-spacing: 0.225rem;
	width: calc(100% + 0.225rem);
	font-size: 1.125em;
	line-height: 2;
	font-weight: 400;
}

#text08 a {
	text-decoration: underline;
}

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

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

#text24 {
	text-transform: uppercase;
	color: #5E5E5E;
	font-family: 'PT Sans', sans-serif;
	letter-spacing: 0.25rem;
	width: calc(100% + 0.25rem);
	font-size: 1em;
	line-height: 2.125;
	font-weight: 400;
}

#text24 a {
	text-decoration: underline;
}

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

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

#text09 {
	text-transform: uppercase;
	color: #5E5E5E;
	font-family: 'PT Sans', sans-serif;
	letter-spacing: 0.225rem;
	width: calc(100% + 0.225rem);
	font-size: 1.125em;
	line-height: 2;
	font-weight: 400;
}

#text09 a {
	text-decoration: underline;
}

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

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

#text27 {
	text-transform: uppercase;
	color: #5E5E5E;
	font-family: 'PT Sans', sans-serif;
	letter-spacing: 0.25rem;
	width: calc(100% + 0.25rem);
	font-size: 1em;
	line-height: 2.125;
	font-weight: 400;
}

#text27 a {
	text-decoration: underline;
}

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

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

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

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

#text33 {
	text-transform: uppercase;
	color: #5E5E5E;
	font-family: 'PT Sans', sans-serif;
	letter-spacing: 0.25rem;
	width: calc(100% + 0.25rem);
	font-size: 1.125em;
	line-height: 2.125;
	font-weight: 400;
}

#text33 a {
	text-decoration: underline;
}

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

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

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

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

#text15 {
	text-transform: uppercase;
	color: #5E5E5E;
	font-family: 'PT Sans', sans-serif;
	letter-spacing: 0.25rem;
	width: calc(100% + 0.25rem);
	font-size: 1.125em;
	line-height: 2.125;
	font-weight: 400;
}

#text15 a {
	text-decoration: underline;
}

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

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

#text01 {
	text-transform: uppercase;
	color: #5E5E5E;
	font-family: 'PT Sans', sans-serif;
	letter-spacing: 0.225rem;
	width: calc(100% + 0.225rem);
	font-size: 1.125em;
	line-height: 2;
	font-weight: 400;
}

#text01 a {
	text-decoration: underline;
}

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

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

#text29 {
	text-transform: uppercase;
	color: #5E5E5E;
	font-family: 'PT Sans', sans-serif;
	letter-spacing: 0.25rem;
	width: calc(100% + 0.25rem);
	font-size: 1em;
	line-height: 2.125;
	font-weight: 400;
}

#text29 a {
	text-decoration: underline;
}

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

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

#text05 {
	text-transform: uppercase;
	color: #5E5E5E;
	font-family: 'PT Sans', sans-serif;
	letter-spacing: 0.225rem;
	width: calc(100% + 0.225rem);
	font-size: 1.125em;
	line-height: 2;
	font-weight: 400;
}

#text05 a {
	text-decoration: underline;
}

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

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

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

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

#text06 {
	text-transform: uppercase;
	color: #5E5E5E;
	font-family: 'PT Sans', sans-serif;
	letter-spacing: 0.225rem;
	width: calc(100% + 0.225rem);
	font-size: 1.125em;
	line-height: 2;
	font-weight: 400;
}

#text06 a {
	text-decoration: underline;
}

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

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

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

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

#text11 {
	text-transform: uppercase;
	color: #5E5E5E;
	font-family: 'PT Sans', sans-serif;
	letter-spacing: 0.225rem;
	width: calc(100% + 0.225rem);
	font-size: 1.125em;
	line-height: 2;
	font-weight: 400;
}

#text11 a {
	text-decoration: underline;
}

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

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

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

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

#text13 {
	text-transform: uppercase;
	color: #5E5E5E;
	font-family: 'PT Sans', sans-serif;
	letter-spacing: 0.225rem;
	width: calc(100% + 0.225rem);
	font-size: 1.125em;
	line-height: 2;
	font-weight: 400;
}

#text13 a {
	text-decoration: underline;
}

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

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

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

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

#text10 {
	text-transform: uppercase;
	color: #5E5E5E;
	font-family: 'PT Sans', sans-serif;
	letter-spacing: 0.225rem;
	width: calc(100% + 0.225rem);
	font-size: 1.125em;
	line-height: 2;
	font-weight: 400;
}

#text10 a {
	text-decoration: underline;
}

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

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

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

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

#text25 {
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: 'PT Sans', sans-serif;
	letter-spacing: 0.225rem;
	width: calc(100% + 0.225rem);
	font-size: 1.125em;
	line-height: 2;
	font-weight: 700;
}

#text25 a {
	text-decoration: underline;
}

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

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

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

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

#text14 {
	text-transform: uppercase;
	color: #5E5E5E;
	font-family: 'PT Sans', sans-serif;
	letter-spacing: 0.225rem;
	width: calc(100% + 0.225rem);
	font-size: 1.125em;
	line-height: 2;
	font-weight: 400;
}

#text14 a {
	text-decoration: underline;
}

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

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

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

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

#text16 {
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: 'PT Sans', sans-serif;
	letter-spacing: 0.225rem;
	width: calc(100% + 0.225rem);
	font-size: 1.125em;
	line-height: 2;
	font-weight: 700;
}

#text16 a {
	text-decoration: underline;
}

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

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

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

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

#text18 {
	text-transform: uppercase;
	color: #5E5E5E;
	font-family: 'PT Sans', sans-serif;
	letter-spacing: 0.225rem;
	width: calc(100% + 0.225rem);
	font-size: 1.125em;
	line-height: 2;
	font-weight: 400;
}

#text18 a {
	text-decoration: underline;
}

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

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

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

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

#text19 {
	text-transform: uppercase;
	color: #5E5E5E;
	font-family: 'PT Sans', sans-serif;
	letter-spacing: 0.225rem;
	width: calc(100% + 0.225rem);
	font-size: 0.875em;
	line-height: 2;
	font-weight: 400;
}

#text19 a {
	text-decoration: underline;
}

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

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

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

#buttons02 {
	gap: 0.625rem;
	flex-direction: row;
	flex-wrap: wrap;
}

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

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

#buttons02 li a {
	display: inline-flex;
	width: 10.25rem;
	height: 3rem;
	line-height: 3rem;
	padding: 0 0.5rem;
	vertical-align: middle;
	text-transform: uppercase;
	font-family: 'PT Sans', sans-serif;
	letter-spacing: 0.225rem;
	padding-left: calc(0.225rem + 0.5rem);
	font-size: 0.75em;
	font-weight: 700;
	border-radius: 0rem;
	transition: transform 0.25s ease, color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons02 li a svg {
	display: block;
	fill: #FFFFFF;
	flex-grow: 0;
	flex-shrink: 0;
	height: 100%;
	min-width: 18px;
	width: 0.625em;
	margin-left: -0.125em;
	margin-right: calc(0.5em + 0.225rem);
	transition: fill 0.25s ease;
}

#buttons02 li a .label {
	direction: var(--site-language-direction);
	overflow: hidden;
}

#buttons02 .button {
	background-color: rgba(209,82,166,0.69);
	color: #FFFFFF;
}

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

#buttons02 li a:hover {
	transform: scale(0.8875);
}

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

#icons01 {
	font-size: 1.75em;
	gap: 0.5rem;
}

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

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

#icons01 a svg {
	fill: #FFFFFF;
}

#icons01 a:hover svg {
	fill: #36A396 !important;
}

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

.icons.style1 {
	justify-content: center;
	font-size: 1.5em;
	gap: 2rem;
}

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

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

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

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

.icons.style1 a svg {
	fill: #5E5E5E;
}

.icons.style1 a {
	border: solid 1px #FFFFFF;
}

.icons.style1 a:hover {
	border-color: #36A396 !important;
}

.icons.style1 a:hover svg {
	fill: #36A396 !important;
}

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

.icons.style1 li a:hover {
	transform: scale(0.8875);
}

.icons.style1 li a:hover + svg {
	transform: scale(0.8875);
}

#icons02 {
	font-size: 1.75em;
	gap: 0.75rem;
}

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

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

#icons02 a svg {
	fill: #5E5E5E;
}

#icons02 a:hover svg {
	fill: #36A396 !important;
}

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

#icons02 li a:hover {
	transform: scale(0.8875);
}

#icons02 li a:hover + svg {
	transform: scale(0.8875);
}

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

#container03 {
	display: flex;
	width: 100%;
	min-height: 30rem;
	align-items: center;
	justify-content: center;
	background-attachment: fixed;
	--background-parallax-intensity: 0.0625;
	background-image: linear-gradient(to top, rgba(41,2,39,0.11), rgba(41,2,39,0.11)), url('images/container03.jpg');
	background-position: 0% 0%, 50% calc(50% - (((var(--scroll-y, 0) * 1px) - (var(--element-top, 0) * 1px)) * var(--background-parallax-intensity, 0)) );
	background-repeat: repeat, no-repeat;
	background-size: auto, cover;
}

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

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

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

body.is-touch #container03 {
	background-attachment: scroll;
	--background-parallax-intensity: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#container13 {
	display: flex;
	width: 100%;
	min-height: 33rem;
	align-items: center;
	justify-content: center;
	background-color: transparent;
}

#container13 > .wrapper > .inner {
	--gutters: 2rem;
	--padding-vertical: 0rem;
	--spacing: 1rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

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

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

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

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

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

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

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

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

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

#container06 {
	display: flex;
	width: 100%;
	min-height: 34rem;
	align-items: center;
	justify-content: center;
	background-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#container12 {
	display: flex;
	width: 100%;
	min-height: 23rem;
	align-items: center;
	justify-content: center;
	background-color: transparent;
}

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

#container12 > .wrapper > .inner {
	--gutters: 0.625rem;
	--padding-horizontal: 4rem;
	--padding-vertical: 0rem;
	--spacing: 1.5rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

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

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

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

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

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

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

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

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

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

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

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

#container11 {
	display: flex;
	width: 100%;
	min-height: 24rem;
	align-items: center;
	justify-content: center;
	background-color: transparent;
}

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

#container11 > .wrapper {
	max-width: 79rem;
	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;
	min-height: 24rem;
}

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

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

#container07 {
	display: flex;
	width: 100%;
	min-height: 34rem;
	align-items: center;
	justify-content: center;
	background-color: transparent;
}

#container07 > .wrapper > .inner {
	--gutters: 0.625rem;
	--padding-horizontal: 4rem;
	--padding-vertical: 0rem;
	--spacing: 1.75rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

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

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

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

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

#container07.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: 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;
	min-height: 34rem;
}

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

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

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

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

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

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

#container08 {
	display: flex;
	width: 100%;
	min-height: 34rem;
	align-items: center;
	justify-content: center;
	background-color: transparent;
}

#container08 > .wrapper > .inner {
	--gutters: 0.625rem;
	--padding-horizontal: 4rem;
	--padding-vertical: 0rem;
	--spacing: 1.75rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

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

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

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

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

#container08.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: 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;
	min-height: 34rem;
}

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

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

#container09 {
	display: flex;
	width: 100%;
	min-height: 34rem;
	align-items: center;
	justify-content: center;
	background-color: transparent;
}

#container09 > .wrapper > .inner {
	--gutters: 0.625rem;
	--padding-horizontal: 4rem;
	--padding-vertical: 0rem;
	--spacing: 1.75rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container09 > .wrapper {
	max-width: 95rem;
	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;
	min-height: 34rem;
}

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

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

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

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

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

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

#container10 {
	display: flex;
	width: 100%;
	min-height: 34rem;
	align-items: center;
	justify-content: center;
	background-color: transparent;
}

#container10 > .wrapper > .inner {
	--gutters: 0.625rem;
	--padding-horizontal: 4rem;
	--padding-vertical: 0rem;
	--spacing: 1.75rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#container01.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: 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;
	min-height: calc(var(--viewport-height) - (var(--padding-vertical) * 2));
}

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

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

#container02 {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-attachment: fixed;
	--background-parallax-intensity: 0.2;
	background-image: url('images/container02.jpg');
	background-position: 50% calc(50% - (((var(--scroll-y, 0) * 1px) - (var(--element-top, 0) * 1px)) * var(--background-parallax-intensity, 0)) );
	background-repeat: repeat;
	background-size: cover;
}

#container02 > .wrapper > .inner {
	--gutters: 1.25rem;
	--padding-horizontal: 4.25rem;
	--spacing: 1.5rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

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

body.is-touch #container02 {
	background-attachment: scroll;
	--background-parallax-intensity: 0 !important;
}

#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(50% + (var(--gutters) / 2));
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
}

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

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

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

#container04 > .wrapper > .inner {
	--gutters: 2rem;
	--padding-vertical: 0rem;
	--spacing: 1rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container04 > .wrapper {
	max-width: 58rem;
	width: 100%;
}

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

#container04: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, transparent, transparent);
	background-position: 0% 0%;
	background-repeat: repeat;
	background-size: auto;
}

#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;
	min-height: 47rem;
}

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

#container14 {
	display: flex;
	width: 100%;
	min-height: 47rem;
	align-items: center;
	justify-content: center;
	background-color: #662A0F;
}

#container14 > .wrapper > .inner {
	--gutters: 2rem;
	--padding-vertical: 0rem;
	--spacing: 1rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

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

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

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

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

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

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

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

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

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

#container15 {
	display: flex;
	width: 100%;
	min-height: 47rem;
	align-items: center;
	justify-content: center;
	background-color: #662A0F;
}

#container15 > .wrapper > .inner {
	--gutters: 2rem;
	--padding-vertical: 0rem;
	--spacing: 1rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container15 > .wrapper {
	max-width: 96rem;
	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;
	min-height: 47rem;
}

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

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

#container05 > .wrapper > .inner {
	--gutters: 1.25rem;
	--padding-horizontal: 4.25rem;
	--spacing: 1.5rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

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

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

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

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

#container05.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: 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(50% + (var(--gutters) / 2));
}

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

.gallery .inner {
	display: inline-block;
	max-width: 100%;
	vertical-align: middle;
}

.gallery ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: var(--flex-alignment);
}

.gallery ul li {
	position: relative;
}

.gallery ul li .thumbnail {
	border-radius: inherit;
	position: relative;
}

.gallery ul li .frame {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
}

.gallery ul li img {
	margin: 0;
	max-width: 100%;
	vertical-align: top;
	width: auto;
}

.gallery ul li .caption {
	width: 100%;
}

.gallery ul li .caption p {
	width: 100%;
}

.gallery ul li .caption a, .gallery ul li .caption spoiler-text {
	pointer-events: auto;
}

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

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

.gallery-modal {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	align-content: center;
	align-items: center;
	background-color: var(--color-background);
	display: grid;
	grid-template-areas: "previous image next" "caption caption caption";
	grid-template-columns: min-content auto min-content;
	height: 100%;
	justify-content: space-between;
	left: 0;
	opacity: 0;
	outline: 0;
	padding: 2rem 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	touch-action: pan-x pinch-zoom;
	transition: opacity 0.5s ease, visibility 0.5s, z-index 0.5s, background-color 0.5s ease;
	user-select: none;
	visibility: hidden;
	width: 100%;
	z-index: 0;
}

.gallery-modal:before {
	animation: gallery-modal-spinner 1s infinite linear;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 4rem;
	content: '';
	display: block;
	height: 4rem;
	left: 50%;
	margin: -2rem 0 0 -2rem;
	opacity: 0;
	position: absolute;
	top: 50%;
	transition: opacity 0.25s ease;
	transition-delay: 0.5s;
	width: 4rem;
}

.gallery-modal .inner {
	box-shadow: 0 1em 3em 0 rgba(0,0,0,0.35);
	grid-area: image;
	height: 100%;
	opacity: 0;
	overflow: hidden;
	transform: translateY(0.75em);
	transition: all 0.5s ease;
	width: 100%;
}

.gallery-modal .inner img {
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
	max-width: var(--natural-width, none);
	max-height: var(--natural-height, none);
}

.gallery-modal .caption {
	color: var(--color-caption-text);
	font-family: '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
	font-size: 1rem;
	grid-area: caption;
	line-height: 1.6;
	opacity: 0;
	padding: 2rem 2rem 0 2rem;
	pointer-events: none;
	text-align: center;
	transform: translateY(0.25em);
	transition: all 0.5s ease;
}

.gallery-modal .caption::-webkit-scrollbar {
	display: none;
}

.gallery-modal .caption a, .gallery-modal .caption spoiler-text {
	pointer-events: auto;
}

.gallery-modal .nav {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 3rem;
	cursor: pointer;
	height: 6rem;
	transition: opacity 0.25s ease, transform 0.5s ease;
	width: 8rem;
}

.gallery-modal .nav:hover {
	opacity: 1 !important;
}

.gallery-modal .nav.next {
	grid-area: next;
}

.gallery-modal .nav.previous {
	grid-area: previous;
	transform: scaleX(-1);
}

.gallery-modal .close {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-position: top 1rem right 1rem;
	background-repeat: no-repeat;
	background-size: 3rem;
	cursor: pointer;
	display: block;
	height: 6rem;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 0.25s ease, transform 0.5s ease;
	width: 6rem;
}

.gallery-modal .close:hover {
	opacity: 1 !important;
}

.gallery-modal.visible {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
	z-index: 10000;
}

.gallery-modal.visible:before {
	opacity: 1;
}

.gallery-modal.loaded:before {
	opacity: 0 !important;
	transition-delay: 0s !important;
}

.gallery-modal.loaded .inner {
	opacity: 1;
	transform: translateY(0);
}

.gallery-modal.loaded .caption {
	opacity: 1;
	transform: translateY(0);
}

.gallery-modal.switching .inner {
	transition: opacity 0.375s ease, transform 0.5s ease;
}

.gallery-modal.switching.from-left .inner {
	transform: translateY(0) translateX(-1.5em);
}

.gallery-modal.switching.from-right .inner {
	transform: translateY(0) translateX(1.5em);
}

.gallery-modal.switching.done .inner {
	transition: opacity 0.375s ease;
	transform: translateY(0) translateX(0);
}

.gallery-modal.zooming {
	background-color: var(--color-background-zooming);
}

.gallery-modal.zooming .caption {
	opacity: 0;
}

.gallery-modal.zooming .nav.next {
	opacity: 0;
	pointer-events: none;
	transform: translateX(50%);
}

.gallery-modal.zooming .nav.previous {
	opacity: 0;
	pointer-events: none;
	transform: translateX(-50%) scaleX(-1);
}

.gallery-modal.zooming .close {
	opacity: 0;
	pointer-events: none;
	transform: translateX(50%) translateY(-50%);
}

.gallery-modal.dark {
	--color-background: rgba(10,10,10,0.85);
	--color-background-zooming: rgba(0,0,0,1);
	--color-caption-text: #FFFFFF;
}

.gallery-modal.dark:before {
	animation: gallery-modal-spinner 1s infinite linear;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOTZweCIgaGVpZ2h0PSI5NnB4IiB2aWV3Qm94PSIwIDAgOTYgOTYiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5jaXJjbGUge2ZpbGw6IHRyYW5zcGFyZW50OyBzdHJva2U6ICNGRkZGRkY7IHN0cm9rZS13aWR0aDogMS41cHg7IH08L3N0eWxlPjxkZWZzPjxjbGlwUGF0aCBpZD0iY29ybmVyIj48cG9seWdvbiBwb2ludHM9IjAsMCA0OCwwIDQ4LDQ4IDk2LDQ4IDk2LDk2IDAsOTYiIC8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2Nvcm5lcikiPjxjaXJjbGUgY3g9IjQ4IiBjeT0iNDgiIHI9IjMyIi8+PC9nPjwvc3ZnPg==');
}

.gallery-modal.dark .close {
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5saW5lIHtzdHJva2U6ICNGRkZGRkY7c3Ryb2tlLXdpZHRoOiAxLjVweDt9PC9zdHlsZT48bGluZSB4MT0iMjAiIHkxPSIyMCIgeDI9IjQ0IiB5Mj0iNDQiIC8+PGxpbmUgeDE9IjIwIiB5MT0iNDQiIHgyPSI0NCIgeTI9IjIwIiAvPjwvc3ZnPg==');
	opacity: 0.25;
}

.gallery-modal.dark .nav {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5saW5lIHtzdHJva2U6ICNGRkZGRkY7c3Ryb2tlLXdpZHRoOiAxLjVweDt9PC9zdHlsZT48bGluZSB4MT0iMjQiIHkxPSI4IiB4Mj0iNDgiIHkyPSIzMiIgLz48bGluZSB4MT0iMjQiIHkxPSI1NiIgeDI9IjQ4IiB5Mj0iMzIiIC8+PC9zdmc+');
	opacity: 0.25;
}

.gallery-modal.light {
	--color-background: rgba(255,255,255,0.9);
	--color-background-zooming: rgba(255,255,255,1);
	--color-caption-text: #000000;
}

.gallery-modal.light:before {
	animation: gallery-modal-spinner 1s infinite linear;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOTZweCIgaGVpZ2h0PSI5NnB4IiB2aWV3Qm94PSIwIDAgOTYgOTYiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5jaXJjbGUge2ZpbGw6IHRyYW5zcGFyZW50OyBzdHJva2U6ICMwMDAwMDA7IHN0cm9rZS13aWR0aDogMS41cHg7IH08L3N0eWxlPjxkZWZzPjxjbGlwUGF0aCBpZD0iY29ybmVyIj48cG9seWdvbiBwb2ludHM9IjAsMCA0OCwwIDQ4LDQ4IDk2LDQ4IDk2LDk2IDAsOTYiIC8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2Nvcm5lcikiPjxjaXJjbGUgY3g9IjQ4IiBjeT0iNDgiIHI9IjMyIi8+PC9nPjwvc3ZnPg==');
}

.gallery-modal.light .close {
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5saW5lIHtzdHJva2U6ICMwMDAwMDA7c3Ryb2tlLXdpZHRoOiAxLjVweDt9PC9zdHlsZT48bGluZSB4MT0iMjAiIHkxPSIyMCIgeDI9IjQ0IiB5Mj0iNDQiIC8+PGxpbmUgeDE9IjIwIiB5MT0iNDQiIHgyPSI0NCIgeTI9IjIwIiAvPjwvc3ZnPg==');
	opacity: 0.375;
}

.gallery-modal.light .nav {
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5saW5lIHtzdHJva2U6ICMwMDAwMDA7c3Ryb2tlLXdpZHRoOiAxLjVweDt9PC9zdHlsZT48bGluZSB4MT0iMjQiIHkxPSI4IiB4Mj0iNDgiIHkyPSIzMiIgLz48bGluZSB4MT0iMjQiIHkxPSI1NiIgeDI9IjQ4IiB5Mj0iMzIiIC8+PC9zdmc+');
	opacity: 0.375;
}

#gallery19 .inner {
	max-width: 100%;
	width: 100%;
}

#gallery19 ul li {
	border-radius: 0.375rem;
	display: inline-block;
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: calc(50% - var(--gap));
}

#gallery19 ul li .frame {
	border-radius: 0.375rem;
	width: 100%;
}

#gallery19 ul li .caption {
	opacity: 0;
	align-items: center;
	border-radius: inherit;
	display: flex;
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	background-color: rgba(255,255,255,0.702);
	-webkit-backdrop-filter: blur(0.75rem);
	backdrop-filter: blur(0.75rem);
	transition: opacity 0.25s ease, transform 0.5s ease, z-index 0.5s ease;
}

#gallery19 ul li .caption p {
	border-radius: inherit;
	padding-bottom: 0.625rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.625rem;
	font-variant: small-caps;
	color: #000000;
	font-family: 'PT Sans', sans-serif;
	font-size: 1em;
	line-height: 1.5;
	overflow-x: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 400;
}

#gallery19 ul li .thumbnail:hover + .caption {
	opacity: 1;
	transform: scale(0.9575);
	z-index: 2;
}

#gallery19 ul {
	--gap: 1.5rem;
	gap: var(--gap);
}

#gallery19 ul li .thumbnail {
	display: block;
	transition: transform 0.5s ease, z-index 0.5s ease;
}

#gallery19 ul li img {
	height: 23.75rem;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

#gallery19 ul li .thumbnail:hover {
	transform: scale(0.9575);
	z-index: 1;
}

#gallery19 ul li .n01 img {
	object-position: bottom right;
}

#gallery19 ul li .n02 img {
	object-position: bottom right;
}

#gallery15 .inner {
	max-width: 100%;
	width: 100%;
}

#gallery15 ul li {
	border-radius: 0.375rem;
	display: inline-block;
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: calc(33.333333333333% - var(--gap));
}

#gallery15 ul li .frame {
	border-radius: 0.375rem;
	width: 100%;
}

#gallery15 ul li .caption {
	opacity: 0;
	align-items: center;
	border-radius: inherit;
	display: flex;
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	background-color: rgba(255,255,255,0.651);
	transition: opacity 0.25s ease, transform 0.5s ease, z-index 0.5s ease;
}

#gallery15 ul li .caption p {
	border-radius: inherit;
	padding-bottom: 0.625rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.625rem;
	font-variant: small-caps;
	color: #000000;
	font-family: 'PT Sans', sans-serif;
	font-size: 1em;
	line-height: 1.5;
	font-weight: 400;
}

#gallery15 ul li .thumbnail:hover + .caption {
	opacity: 1;
	transform: scale(0.8875);
	z-index: 2;
}

#gallery15 ul {
	--gap: 1.5rem;
	gap: var(--gap);
}

#gallery15 ul li .thumbnail {
	display: block;
	transition: transform 0.5s ease, z-index 0.5s ease;
}

#gallery15 ul li img {
	height: 19.5rem;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

#gallery15 ul li .thumbnail:hover {
	transform: scale(0.8875);
	z-index: 1;
}

#gallery15 ul li .n01 img {
	object-position: center;
}

#gallery15 ul li .n02 img {
	object-position: center;
}

#gallery15 ul li .n03 img {
	object-position: center;
}

#gallery15 ul li .n04 img {
	object-position: center;
}

#gallery15 ul li .n05 img {
	object-position: center;
}

#gallery15 ul li .n06 img {
	object-position: center;
}

.gallery.style2 .inner {
	max-width: 100%;
	width: 100%;
}

.gallery.style2 ul li {
	border-radius: 0.375rem;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	flex-shrink: 1;
}

.gallery.style2 ul li .frame {
	border-radius: 0.375rem;
	display: flex;
	flex-grow: 1;
	flex-shrink: 1;
}

.gallery.style2 ul li .caption p {
	padding-bottom: 0rem;
	padding-top: 1rem;
	font-variant: small-caps;
	color: #000000;
	font-family: 'PT Sans', sans-serif;
	font-size: 1em;
	line-height: 1.5;
	font-weight: 400;
}

.gallery.style2 ul {
	gap: 1.5rem;
}

.gallery.style2 ul li img {
	display: block;
	flex-grow: 1;
	flex-shrink: 1;
	height: 23.75rem;
	object-fit: cover;
	object-position: center;
}

.gallery.style2 ul li .thumbnail {
	transition: transform 0.5s ease, z-index 0.5s ease;
}

.gallery.style2 ul li .thumbnail:hover {
	transform: scale(0.9575);
	z-index: 1;
}

#gallery13 ul li .n01 img {
	object-position: center;
}

#gallery13 ul li .n02 img {
	object-position: center;
}

#gallery13 ul li .n03 img {
	object-position: center;
}

#gallery13 ul li .n04 img {
	object-position: center;
	width: 43.25rem;
}

#gallery13 ul li .n05 img {
	object-position: center;
}

#gallery13 ul li .n06 img {
	object-position: center;
	width: 41.125rem;
}

#gallery04 .inner {
	max-width: 82rem;
}

#gallery04 ul li {
	border-radius: 0.375rem;
	display: inline-block;
}

#gallery04 ul li .frame {
	border-radius: 0.375rem;
}

#gallery04 ul li .caption p {
	padding-bottom: 0rem;
	padding-top: 1rem;
	font-variant: small-caps;
	color: #000000;
	font-family: 'PT Sans', sans-serif;
	font-size: 1em;
	line-height: 1.5;
	font-weight: 400;
}

#gallery04 ul {
	gap: 1.5rem;
}

#gallery04 ul li .thumbnail {
	display: block;
	transition: transform 0.5s ease, z-index 0.5s ease;
}

#gallery04 ul li img {
	height: auto;
	max-height: 17.125rem;
}

#gallery04 ul li .thumbnail:hover {
	transform: scale(0.9575);
	z-index: 1;
}

.gallery.style1 .inner {
	max-width: 100%;
	width: 100%;
}

.gallery.style1 ul li {
	border-radius: 0.375rem;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	flex-shrink: 1;
}

.gallery.style1 ul li .frame {
	border-radius: 0.375rem;
	display: flex;
	flex-grow: 1;
	flex-shrink: 1;
}

.gallery.style1 ul {
	gap: 1.5rem;
}

.gallery.style1 ul li img {
	display: block;
	flex-grow: 1;
	flex-shrink: 1;
	height: 19.875rem;
	object-fit: cover;
	object-position: center;
}

.gallery.style1 ul li .thumbnail {
	transition: transform 0.5s ease, z-index 0.5s ease;
}

.gallery.style1 ul li .thumbnail:hover {
	transform: scale(0.9575);
	z-index: 1;
}

#gallery10 ul li .n01 img {
	object-position: center;
}

#gallery10 ul li .n02 img {
	object-position: center;
}

#gallery10 ul li .n03 img {
	object-position: center;
	width: 29.875rem;
}

#gallery10 ul li .n04 img {
	object-position: center;
}

#gallery10 ul li .n05 img {
	object-position: center;
}

#gallery10 ul li .n06 img {
	object-position: center;
	width: 28.25rem;
}

#gallery10 ul li .n07 img {
	object-position: center;
}

#gallery05 ul li .n01 img {
	object-position: center;
}

#gallery05 ul li .n02 img {
	object-position: center;
}

#gallery05 ul li .n03 img {
	object-position: center;
}

#gallery05 ul li .n04 img {
	object-position: center;
}

#gallery05 ul li .n05 img {
	object-position: center;
	width: 22.5rem;
}

#gallery05 ul li .n06 img {
	object-position: center;
	width: 19.375rem;
}

#gallery05 ul li .n07 img {
	object-position: center;
}

#gallery05 ul li .n08 img {
	object-position: center;
	width: 31.25rem;
}

#gallery05 ul li .n09 img {
	object-position: center;
	width: 31.375rem;
}

#gallery05 ul li .n10 img {
	object-position: center;
}

#gallery05 ul li .n11 img {
	object-position: center;
}

#gallery05 ul li .n12 img {
	object-position: center;
	width: 22.25rem;
}

#gallery05 ul li .n13 img {
	object-position: center;
}

#gallery05 ul li .n14 img {
	object-position: center;
	width: 16.625rem;
}

#gallery05 ul li .n15 img {
	object-position: center;
	width: 21.5rem;
}

#gallery05 ul li .n16 img {
	object-position: center;
}

#gallery05 ul li .n17 img {
	object-position: center;
}

#gallery06 ul li .n01 img {
	object-position: center;
}

#gallery06 ul li .n02 img {
	object-position: center;
}

#gallery06 ul li .n03 img {
	object-position: center;
	width: 26.75rem;
}

#gallery06 ul li .n04 img {
	object-position: center;
}

#gallery06 ul li .n05 img {
	object-position: center;
}

#gallery07 ul li .n01 img {
	object-position: center;
	width: 21.875rem;
}

#gallery07 ul li .n02 img {
	object-position: center;
}

#gallery07 ul li .n03 img {
	object-position: center;
	width: 19.25rem;
}

#gallery07 ul li .n04 img {
	object-position: center;
}

#gallery07 ul li .n05 img {
	object-position: center;
	width: 24rem;
}

#gallery07 ul li .n06 img {
	object-position: center;
}

#gallery07 ul li .n07 img {
	object-position: center;
}

#gallery07 ul li .n08 img {
	object-position: center;
}

#gallery07 ul li .n09 img {
	object-position: center;
}

#gallery07 ul li .n10 img {
	object-position: center;
	width: 21.875rem;
}

#gallery07 ul li .n11 img {
	object-position: center;
}

#gallery07 ul li .n12 img {
	object-position: center;
	width: 20.375rem;
}

#gallery07 ul li .n13 img {
	object-position: center;
	width: 26.75rem;
}

#gallery07 ul li .n14 img {
	object-position: center;
}

#gallery07 ul li .n15 img {
	object-position: center;
}

#gallery11 ul li .n01 img {
	object-position: center;
	width: 16rem;
}

#gallery11 ul li .n02 img {
	object-position: center;
	width: 16.875rem;
}

#gallery11 ul li .n03 img {
	object-position: center;
	width: 16.625rem;
}

#gallery11 ul li .n04 img {
	object-position: center;
	width: 16.5rem;
}

#gallery11 ul li .n05 img {
	object-position: center;
	width: 18.5rem;
}

#gallery11 ul li .n06 img {
	object-position: center;
	width: 15.875rem;
}

#gallery11 ul li .n07 img {
	object-position: center;
	width: 14.25rem;
}

#gallery08 ul li .n01 img {
	object-position: center;
}

#gallery08 ul li .n02 img {
	object-position: center;
}

#gallery08 ul li .n03 img {
	object-position: center;
	width: 20.75rem;
}

#gallery08 ul li .n04 img {
	object-position: center;
}

#gallery08 ul li .n05 img {
	object-position: center;
}

#gallery08 ul li .n06 img {
	object-position: center;
}

#gallery08 ul li .n07 img {
	object-position: center;
}

#gallery08 ul li .n08 img {
	object-position: center;
	width: 31.625rem;
}

#gallery01 .inner {
	max-width: 100%;
	width: 100%;
}

#gallery01 ul li {
	border-radius: 0rem;
	width: 100%;
}

#gallery01 ul li .frame {
	border-radius: 0rem;
	display: block;
}

#gallery01 ul {
	flex-direction: column;
	gap: 0.5rem;
}

#gallery01 ul li .thumbnail {
	display: block;
	transition: transform 0.5s ease, z-index 0.5s ease;
}

#gallery01 ul li img {
	display: block;
	width: 100%;
}

#gallery01 ul li .thumbnail:hover {
	transform: scale(0.9575);
	z-index: 1;
}

#gallery02 .inner {
	max-width: 100%;
	width: 100%;
}

#gallery02 ul li {
	border-radius: 0rem;
	width: 100%;
}

#gallery02 ul li .frame {
	border-radius: 0rem;
	display: block;
}

#gallery02 ul li .caption p {
	padding-bottom: 0rem;
	padding-top: 1rem;
	font-variant: small-caps;
	color: #000000;
	font-family: 'PT Sans', sans-serif;
	font-size: 1em;
	line-height: 1;
	font-weight: 400;
}

#gallery02 ul {
	flex-direction: column;
	gap: 2.375rem;
}

#gallery02 ul li .thumbnail {
	display: block;
	transition: transform 0.5s ease, z-index 0.5s ease;
}

#gallery02 ul li img {
	display: block;
	width: 100%;
}

#gallery02 ul li .thumbnail:hover {
	transform: scale(0.9575);
	z-index: 1;
}

#gallery03 .inner {
	max-width: 87rem;
	width: 100%;
}

#gallery03 ul li {
	border-radius: 0.375rem;
	width: 100%;
}

#gallery03 ul li .frame {
	border-radius: 0.375rem;
	display: block;
}

#gallery03 ul {
	flex-direction: column;
	gap: 1.625rem;
}

#gallery03 ul li .thumbnail {
	display: block;
	transition: transform 0.5s ease, z-index 0.5s ease;
}

#gallery03 ul li img {
	display: block;
	width: 100%;
}

#gallery03 ul li .thumbnail:hover {
	transform: scale(0.9575);
	z-index: 1;
}

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

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

#gallery14 .inner {
	max-width: 100%;
	width: 100%;
}

#gallery14 ul li {
	border-radius: 0.375rem;
	display: inline-block;
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: calc(25% - var(--gap));
}

#gallery14 ul li .frame {
	border-radius: 0.375rem;
	width: 100%;
}

#gallery14 ul {
	--gap: 1.625rem;
	gap: var(--gap);
}

#gallery14 ul li .thumbnail {
	display: block;
	transition: transform 0.5s ease, z-index 0.5s ease;
}

#gallery14 ul li img {
	height: 22.5rem;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

#gallery14 ul li .thumbnail:hover {
	transform: scale(0.9575);
	z-index: 1;
}

#gallery14 ul li .n01 img {
	object-position: center;
}

#gallery14 ul li .n02 img {
	object-position: center;
}

#gallery14 ul li .n03 img {
	object-position: center;
}

#gallery14 ul li .n04 img {
	object-position: center;
}

#gallery14 ul li .n05 img {
	object-position: center;
}

#gallery14 ul li .n06 img {
	object-position: center;
}

#gallery14 ul li .n07 img {
	object-position: center;
}

#gallery14 ul li .n08 img {
	object-position: center;
}

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

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

#gallery09 .inner {
	max-width: 100%;
	width: 100%;
}

#gallery09 ul li {
	border-radius: 0.375rem;
	width: 100%;
}

#gallery09 ul li .frame {
	border-radius: 0.375rem;
	display: block;
}

#gallery09 ul li .caption p {
	padding-bottom: 0rem;
	padding-top: 1rem;
	text-align: center;
	font-variant: small-caps;
	color: #FFFFFF;
	font-family: 'PT Sans', sans-serif;
	font-size: 1.625em;
	line-height: 1.25;
	font-weight: 400;
}

#gallery09 ul {
	flex-direction: column;
	gap: 1.25rem;
}

#gallery09 ul li .thumbnail {
	display: block;
	transition: transform 0.5s ease, z-index 0.5s ease;
}

#gallery09 ul li img {
	display: block;
	width: 100%;
}

#gallery09 ul li .thumbnail:hover {
	transform: scale(0.9575);
	z-index: 1;
}

#gallery12 .inner {
	max-width: 100%;
	width: 100%;
}

#gallery12 ul li {
	border-radius: 0.375rem;
	width: 100%;
}

#gallery12 ul li .frame {
	border-radius: 0.375rem;
	display: block;
}

#gallery12 ul li .caption p {
	padding-bottom: 0rem;
	padding-top: 1rem;
	text-align: center;
	font-variant: small-caps;
	color: #FFFFFF;
	font-family: 'PT Sans', sans-serif;
	font-size: 1.625em;
	line-height: 1.5;
	font-weight: 400;
}

#gallery12 ul {
	flex-direction: column;
	gap: 1.25rem;
}

#gallery12 ul li .thumbnail {
	display: block;
	transition: transform 0.5s ease, z-index 0.5s ease;
}

#gallery12 ul li img {
	display: block;
	width: 100%;
}

#gallery12 ul li .thumbnail:hover {
	transform: scale(0.9575);
	z-index: 1;
}

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

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

#gallery16 .inner {
	max-width: 95rem;
	width: 100%;
}

#gallery16 ul li {
	border-radius: 0.375rem;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	flex-shrink: 1;
}

#gallery16 ul li .frame {
	border-radius: 0.375rem;
	display: flex;
	flex-grow: 1;
	flex-shrink: 1;
}

#gallery16 ul {
	gap: 1.625rem;
}

#gallery16 ul li img {
	display: block;
	flex-grow: 1;
	flex-shrink: 1;
	height: 43.875rem;
	object-fit: cover;
	object-position: center;
}

#gallery16 ul li .thumbnail {
	transition: transform 0.5s ease, z-index 0.5s ease;
}

#gallery16 ul li .thumbnail:hover {
	transform: scale(0.9575);
	z-index: 1;
}

#gallery16 ul li .n01 img {
	object-position: center;
}

#gallery16 ul li .n02 img {
	object-position: center;
}

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

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

#gallery18 .inner {
	max-width: 100%;
	width: 100%;
}

#gallery18 ul li {
	border-radius: 0.375rem;
	display: inline-block;
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: calc(50% - var(--gap));
}

#gallery18 ul li .frame {
	border-radius: 0.375rem;
	width: 100%;
}

#gallery18 ul li .caption p {
	padding-bottom: 0rem;
	padding-top: 0.25rem;
	font-variant: small-caps;
	color: #FFFFFF;
	font-family: 'PT Sans', sans-serif;
	font-size: 1em;
	line-height: 1.5;
	font-weight: 700;
	text-shadow: 0.088rem 0.088rem 0.125rem transparent;
}

#gallery18 ul {
	--gap: 0.5rem;
	gap: var(--gap);
}

#gallery18 ul li .thumbnail {
	display: block;
	transition: transform 0.5s ease, z-index 0.5s ease;
}

#gallery18 ul li img {
	height: 35.125rem;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

#gallery18 ul li .thumbnail:hover {
	transform: scale(0.9575);
	z-index: 1;
}

#gallery18 ul li .n01 img {
	object-position: center;
}

#gallery18 ul li .n02 img {
	object-position: center;
}

#gallery18 ul li .n03 img {
	object-position: center;
}

#gallery18 ul li .n04 img {
	object-position: center;
}

#gallery17 .inner {
	max-width: 100%;
	width: 100%;
}

#gallery17 ul li {
	border-radius: 0.375rem;
	display: inline-block;
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: calc(25% - var(--gap));
}

#gallery17 ul li .frame {
	border-radius: 0.375rem;
	width: 100%;
}

#gallery17 ul {
	--gap: 1.375rem;
	gap: var(--gap);
}

#gallery17 ul li .thumbnail {
	display: block;
	transition: transform 0.5s ease, z-index 0.5s ease;
}

#gallery17 ul li img {
	height: 27.375rem;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

#gallery17 ul li .thumbnail:hover {
	transform: scale(0.9575);
	z-index: 1;
}

#gallery17 ul li .n01 img {
	object-position: center;
}

#gallery17 ul li .n02 img {
	object-position: center;
}

#gallery17 ul li .n03 img {
	object-position: center;
}

#gallery17 ul li .n04 img {
	object-position: center;
}

#gallery17 ul li .n05 img {
	object-position: center;
}

#gallery17 ul li .n06 img {
	object-position: center;
}

#gallery17 ul li .n07 img {
	object-position: center;
}

#gallery17 ul li .n08 img {
	object-position: center;
}

#gallery21 .inner {
	max-width: 92rem;
	width: 100%;
}

#gallery21 ul li {
	border-radius: 0.375rem;
	width: 100%;
}

#gallery21 ul li .frame {
	border-radius: 0.375rem;
	display: block;
}

#gallery21 ul {
	flex-direction: column;
	gap: 0.5rem;
}

#gallery21 ul li .thumbnail {
	display: block;
	transition: transform 0.5s ease, z-index 0.5s ease;
}

#gallery21 ul li img {
	display: block;
	width: 100%;
}

#gallery21 ul li .thumbnail:hover {
	transform: scale(0.9575);
	z-index: 1;
}

#gallery20 .inner {
	max-width: 100%;
	width: 100%;
}

#gallery20 ul li {
	border-radius: 0.375rem;
	width: 100%;
}

#gallery20 ul li .frame {
	border-radius: 0.375rem;
	display: block;
}

#gallery20 ul {
	flex-direction: column;
	gap: 0.5rem;
}

#gallery20 ul li .thumbnail {
	display: block;
	transition: transform 0.5s ease, z-index 0.5s ease;
}

#gallery20 ul li img {
	display: block;
	width: 100%;
}

#gallery20 ul li .thumbnail:hover {
	transform: scale(0.9575);
	z-index: 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: '';
}

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

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

#divider26:before {
	width: 100%;
	border-top: dotted 3px #FFFFFF;
	height: 3px;
}

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

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

#divider01:before {
	width: 100%;
	border-top: dotted 3px #DBDBDB;
	height: 3px;
}

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

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

#divider02:before {
	width: 100%;
	border-top: dotted 3px #DBDBDB;
	height: 3px;
}

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

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

#divider05:before {
	width: 100%;
	border-top: dotted 3px #DBDBDB;
	height: 3px;
}

#divider15:before {
	width: 100%;
	border-top: dotted 3px #DBDBDB;
	height: 3px;
}

#divider06:before {
	width: 100%;
	border-top: dotted 3px #DBDBDB;
	height: 3px;
}

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

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

#divider07:before {
	width: 100%;
	border-top: dotted 3px #DBDBDB;
	height: 3px;
}

#divider08:before {
	width: 100%;
	border-top: dotted 3px #DBDBDB;
	height: 3px;
}

#divider09:before {
	width: 100%;
	border-top: dotted 3px #DBDBDB;
	height: 3px;
}

#divider10:before {
	width: 100%;
	border-top: dotted 3px #DBDBDB;
	height: 3px;
}

#divider11:before {
	width: 100%;
	border-top: dotted 3px #DBDBDB;
	height: 3px;
}

#divider12:before {
	width: 100%;
	border-top: dotted 3px #DBDBDB;
	height: 3px;
}

#divider13:before {
	width: 100%;
	border-top: dotted 3px #DBDBDB;
	height: 3px;
}

#divider14:before {
	width: 100%;
	border-top: dotted 3px #DBDBDB;
	height: 3px;
}

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

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

#divider23:before {
	width: 100%;
	border-top: dotted 3px #DBDBDB;
	height: 3px;
}

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

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

#divider24:before {
	width: 100%;
	border-top: dotted 3px #DBDBDB;
	height: 3px;
}

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

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

#divider16:before {
	width: 100%;
	border-top: dotted 12px #FFFFFF;
	height: 12px;
}

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

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

#divider03:before {
	width: 100%;
	border-top: dotted 3px #DBDBDB;
	height: 3px;
}

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

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

#divider04:before {
	width: 100%;
	border-top: dotted 3px #DBDBDB;
	height: 3px;
}

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

#video05 video {
	width: 65.75rem;
}

#video05 .frame {
	width: 65.75rem;
}

#video06 video {
	width: 85.75rem;
}

#video06 .frame {
	width: 85.75rem;
}

#video03 video {
	width: 85.75rem;
}

#video03 .frame {
	width: 85.75rem;
}

#video01 video {
	width: 76.625rem;
}

#video01 .frame {
	width: 76.625rem;
}

@media (orientation: portrait) {
	.gallery-modal {
		grid-template-areas: "image" "caption";
		grid-template-columns: auto;
		justify-content: center;
	}
	
	.gallery-modal .nav {
		background-image: none !important;
		mix-blend-mode: difference;
		opacity: 1 !important;
		position: absolute;
	}
	
	.gallery-modal .nav.next {
		right: 0;
	}
	
	.gallery-modal .nav.previous {
		left: 0;
	}
	
	.gallery-modal .nav:before {
		background-color: rgba(144,144,144,0.5);
		background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5saW5lIHtzdHJva2U6ICNGRkZGRkY7c3Ryb2tlLXdpZHRoOiAzcHg7fTwvc3R5bGU+PGxpbmUgeDE9IjI0IiB5MT0iOCIgeDI9IjQ4IiB5Mj0iMzIiIC8+PGxpbmUgeDE9IjI0IiB5MT0iNTYiIHgyPSI0OCIgeTI9IjMyIiAvPjwvc3ZnPg==');
		background-position: center;
		background-repeat: no-repeat;
		background-size: 1.5rem;
		border-radius: 3rem;
		content: '';
		display: block;
		height: 3rem;
		position: absolute;
		right: 1rem;
		top: calc(50% - 1.5rem);
		width: 3rem;
	}
}

@media (max-width: 1920px) {
	
}

@media (max-width: 1680px) {
	html {
		font-size: 13pt;
	}
}

@media (max-width: 1280px) {
	html {
		font-size: 13pt;
	}
	
	
	
	#container03 {
		background-attachment: scroll;
		--background-parallax-intensity: 0 !important;
	}
	
	#container02 {
		background-attachment: scroll;
		--background-parallax-intensity: 0 !important;
	}
	
	.gallery-modal .nav {
		opacity: 1 !important;
	}
	
	.gallery-modal .close {
		opacity: 1 !important;
	}
}

@media (max-width: 1024px) {
	
}

@media (max-width: 980px) {
	html {
		font-size: 11pt;
	}
}

@media (max-width: 736px) {
	html {
		font-size: 11pt;
	}
	
	#main {
		--alignment: center;
		--flex-alignment: center;
		--indent-left: 1;
		--indent-right: 1;
	}
	
	#main > .inner {
		--padding-horizontal: 1.875rem;
		--padding-vertical: 1.75rem;
		--spacing: 0rem;
	}
	
	#main > .inner > * > .full {
		margin-left: calc(-1.875rem);
		max-width: calc(100% + 3.75rem + 0.4725px);
		width: calc(100% + 3.75rem + 0.4725px);
	}
	
	#main > .inner > * > .full.screen {
		margin-left: -50vw;
	}
	
	#main > .inner > header > .full:first-child {
		margin-top: -1.75rem !important;
	}
	
	#main > .inner > .active > .full:last-child {
		margin-bottom: -1.75rem !important;
	}
	
	#image15:not(:first-child) {
		margin-top: 0.25rem !important;
	}
	
	#image15:not(:last-child) {
		margin-bottom: 0.25rem !important;
	}
	
	#image15 .frame {
		width: 100vw;
		height: 19.84375rem !important;
	}
	
	#image15 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image13 .frame {
		width: 100vw;
		height: 17.5rem !important;
	}
	
	#image13 img {
		height: 100% !important;
		object-fit: cover;
		object-position: top;
		width: 100% !important;
	}
	
	#image03 .frame {
		width: 58.375rem;
		height: 37.5rem !important;
	}
	
	#image03 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	.image.style2:not(:first-child) {
		margin-top: 0.25rem !important;
	}
	
	.image.style2:not(:last-child) {
		margin-bottom: 0.25rem !important;
	}
	
	.image.style2 .frame {
		width: 100vw;
		height: 22.03125rem !important;
	}
	
	.image.style2 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	.image.style1 .frame {
		width: 100vw;
		height: 18.75rem !important;
	}
	
	.image.style1 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image12:not(:first-child) {
		margin-top: 0.125rem !important;
	}
	
	#image12:not(:last-child) {
		margin-bottom: 0.125rem !important;
	}
	
	#image12 .frame {
		height: 16.875rem !important;
	}
	
	#image12 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image01:not(:first-child) {
		margin-top: 0.25rem !important;
	}
	
	#image01:not(:last-child) {
		margin-bottom: 0.25rem !important;
	}
	
	#image01 .frame {
		width: 100vw;
		height: 24.375rem !important;
	}
	
	#image01 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image08:not(:first-child) {
		margin-top: 0.25rem !important;
	}
	
	#image08:not(:last-child) {
		margin-bottom: 0.25rem !important;
	}
	
	#image08 .frame {
		width: 100vw;
		height: 24.375rem !important;
	}
	
	#image08 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image10:not(:first-child) {
		margin-top: 0.25rem !important;
	}
	
	#image10:not(:last-child) {
		margin-bottom: 0.25rem !important;
	}
	
	#image10 .frame {
		width: 100vw;
		height: 24.375rem !important;
	}
	
	#image10 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image11 .frame {
		width: 100vw;
		height: 37.5rem !important;
	}
	
	#image11 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image14 .frame {
		width: 100vw;
		height: 10.9375rem !important;
	}
	
	#image14 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image02:not(:first-child) {
		margin-top: 0.25rem !important;
	}
	
	#image02:not(:last-child) {
		margin-bottom: 0.25rem !important;
	}
	
	#image02 .frame {
		width: 14.125rem;
		height: 25rem !important;
	}
	
	#image02 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#text03 {
		letter-spacing: 0.2625rem;
		width: calc(100% + 0.2625rem);
		font-size: 2.375em;
		line-height: 1.125;
	}
	
	#text04 {
		letter-spacing: 0.196875rem;
		width: calc(100% + 0.196875rem);
		font-size: 1em;
		line-height: 2;
	}
	
	h1.style3:not(:first-child), h2.style3:not(:first-child), h3.style3:not(:first-child), p.style3:not(:first-child) {
		margin-top: 0.28125rem !important;
	}
	
	h1.style3:not(:last-child), h2.style3:not(:last-child), h3.style3:not(:last-child), p.style3:not(:last-child) {
		margin-bottom: 0.28125rem !important;
	}
	
	h1.style3, h2.style3, h3.style3, p.style3 {
		letter-spacing: 0.21875rem;
		width: calc(100% + 0.21875rem);
		font-size: 1em;
		line-height: 1.75;
	}
	
	#text26:not(:first-child) {
		margin-top: 0.1875rem !important;
	}
	
	#text26:not(:last-child) {
		margin-bottom: 0.1875rem !important;
	}
	
	#text26 {
		letter-spacing: 0.196875rem;
		width: calc(100% + 0.196875rem);
		font-size: 1em;
		line-height: 2.5;
	}
	
	h1.style2:not(:first-child), h2.style2:not(:first-child), h3.style2:not(:first-child), p.style2:not(:first-child) {
		margin-top: 1.40625rem !important;
	}
	
	h1.style2:not(:last-child), h2.style2:not(:last-child), h3.style2:not(:last-child), p.style2:not(:last-child) {
		margin-bottom: 1.40625rem !important;
	}
	
	h1.style2, h2.style2, h3.style2, p.style2 {
		letter-spacing: 0.21875rem;
		width: calc(100% + 0.21875rem);
		font-size: 1em;
		line-height: 2.125;
	}
	
	h1.style1:not(:first-child), h2.style1:not(:first-child), h3.style1:not(:first-child), p.style1:not(:first-child) {
		margin-top: 2.25rem !important;
	}
	
	h1.style1:not(:last-child), h2.style1:not(:last-child), h3.style1:not(:last-child), p.style1:not(:last-child) {
		margin-bottom: 2.25rem !important;
	}
	
	h1.style1, h2.style1, h3.style1, p.style1 {
		letter-spacing: 0.21875rem;
		width: calc(100% + 0.21875rem);
		font-size: 1em;
		line-height: 2.125;
	}
	
	#text36:not(:first-child) {
		margin-top: 0.75rem !important;
	}
	
	#text36:not(:last-child) {
		margin-bottom: 0.75rem !important;
	}
	
	#text36 {
		letter-spacing: 0.196875rem;
		width: calc(100% + 0.196875rem);
		font-size: 1.125em;
		line-height: 2;
	}
	
	#text12:not(:first-child) {
		margin-top: 2.0625rem !important;
	}
	
	#text12:not(:last-child) {
		margin-bottom: 2.0625rem !important;
	}
	
	#text12 {
		letter-spacing: 0.21875rem;
		width: calc(100% + 0.21875rem);
		font-size: 1.125em;
		line-height: 2.125;
	}
	
	#text37:not(:first-child) {
		margin-top: 0.375rem !important;
	}
	
	#text37:not(:last-child) {
		margin-bottom: 0.375rem !important;
	}
	
	#text37 {
		letter-spacing: 0.21875rem;
		width: calc(100% + 0.21875rem);
		font-size: 1.125em;
		line-height: 2.125;
	}
	
	#text38:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#text38:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#text38 {
		letter-spacing: 0.21875rem;
		width: calc(100% + 0.21875rem);
		font-size: 1.125em;
		line-height: 2.125;
	}
	
	#text07 {
		letter-spacing: 0.196875rem;
		width: calc(100% + 0.196875rem);
		font-size: 0.875em;
		line-height: 2;
	}
	
	#text22 {
		letter-spacing: 0.21875rem;
		width: calc(100% + 0.21875rem);
		font-size: 0.875em;
		line-height: 2.125;
	}
	
	#text08 {
		letter-spacing: 0.196875rem;
		width: calc(100% + 0.196875rem);
		font-size: 0.875em;
		line-height: 2;
	}
	
	#text24 {
		letter-spacing: 0.21875rem;
		width: calc(100% + 0.21875rem);
		font-size: 0.875em;
		line-height: 2.125;
	}
	
	#text09 {
		letter-spacing: 0.196875rem;
		width: calc(100% + 0.196875rem);
		font-size: 0.875em;
		line-height: 2;
	}
	
	#text27 {
		letter-spacing: 0.21875rem;
		width: calc(100% + 0.21875rem);
		font-size: 0.875em;
		line-height: 2.125;
	}
	
	#text33:not(:first-child) {
		margin-top: 2.0625rem !important;
	}
	
	#text33:not(:last-child) {
		margin-bottom: 2.0625rem !important;
	}
	
	#text33 {
		letter-spacing: 0.21875rem;
		width: calc(100% + 0.21875rem);
		font-size: 0.875em;
		line-height: 2.125;
	}
	
	#text15:not(:first-child) {
		margin-top: 0.84375rem !important;
	}
	
	#text15:not(:last-child) {
		margin-bottom: 0.84375rem !important;
	}
	
	#text15 {
		letter-spacing: 0.21875rem;
		width: calc(100% + 0.21875rem);
		font-size: 1.125em;
		line-height: 2.125;
	}
	
	#text01 {
		letter-spacing: 0.196875rem;
		width: calc(100% + 0.196875rem);
		font-size: 0.875em;
		line-height: 2;
	}
	
	#text29 {
		letter-spacing: 0.21875rem;
		width: calc(100% + 0.21875rem);
		font-size: 0.875em;
		line-height: 2.125;
	}
	
	#text05 {
		letter-spacing: 0.196875rem;
		width: calc(100% + 0.196875rem);
		font-size: 0.875em;
		line-height: 2;
	}
	
	#text06:not(:first-child) {
		margin-top: 0.46875rem !important;
	}
	
	#text06:not(:last-child) {
		margin-bottom: 0.46875rem !important;
	}
	
	#text06 {
		letter-spacing: 0.196875rem;
		width: calc(100% + 0.196875rem);
		font-size: 0.875em;
		line-height: 2;
	}
	
	#text11:not(:first-child) {
		margin-top: 0.46875rem !important;
	}
	
	#text11:not(:last-child) {
		margin-bottom: 0.46875rem !important;
	}
	
	#text11 {
		letter-spacing: 0.196875rem;
		width: calc(100% + 0.196875rem);
		font-size: 0.875em;
		line-height: 2;
	}
	
	#text13:not(:first-child) {
		margin-top: 0.46875rem !important;
	}
	
	#text13:not(:last-child) {
		margin-bottom: 0.46875rem !important;
	}
	
	#text13 {
		letter-spacing: 0.196875rem;
		width: calc(100% + 0.196875rem);
		font-size: 0.75em;
		line-height: 2;
	}
	
	#text10:not(:first-child) {
		margin-top: 0.46875rem !important;
	}
	
	#text10:not(:last-child) {
		margin-bottom: 0.46875rem !important;
	}
	
	#text10 {
		letter-spacing: 0.196875rem;
		width: calc(100% + 0.196875rem);
		font-size: 0.75em;
		line-height: 2;
	}
	
	#text25:not(:first-child) {
		margin-top: 0.5625rem !important;
	}
	
	#text25:not(:last-child) {
		margin-bottom: 0.5625rem !important;
	}
	
	#text25 {
		letter-spacing: 0.196875rem;
		width: calc(100% + 0.196875rem);
		font-size: 0.875em;
		line-height: 2;
	}
	
	#text14:not(:first-child) {
		margin-top: 0.46875rem !important;
	}
	
	#text14:not(:last-child) {
		margin-bottom: 0.46875rem !important;
	}
	
	#text14 {
		letter-spacing: 0.196875rem;
		width: calc(100% + 0.196875rem);
		font-size: 0.875em;
		line-height: 2;
	}
	
	#text16:not(:first-child) {
		margin-top: 0.46875rem !important;
	}
	
	#text16:not(:last-child) {
		margin-bottom: 0.46875rem !important;
	}
	
	#text16 {
		letter-spacing: 0.196875rem;
		width: calc(100% + 0.196875rem);
		font-size: 0.875em;
		line-height: 2;
	}
	
	#text18:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#text18:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#text18 {
		letter-spacing: 0.196875rem;
		width: calc(100% + 0.196875rem);
		font-size: 0.875em;
		line-height: 2;
	}
	
	#text19:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#text19:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#text19 {
		letter-spacing: 0.196875rem;
		width: calc(100% + 0.196875rem);
		font-size: 0.875em;
		line-height: 2;
	}
	
	#buttons02 {
		gap: 0.625rem;
	}
	
	#buttons02:not(:first-child) {
		margin-top: 1.21875rem !important;
	}
	
	#buttons02:not(:last-child) {
		margin-bottom: 1.21875rem !important;
	}
	
	#buttons02 li a {
		letter-spacing: 0.225rem;
		padding-left: calc(0.225rem + 0.5rem);
		font-size: 0.75em;
	}
	
	#buttons02 li a svg {
		width: 0.625em;
	}
	
	#icons01 {
		font-size: 1.75em;
		gap: 0.5rem;
	}
	
	.icons.style1 {
		font-size: 1.125em;
		gap: 2rem;
	}
	
	.icons.style1:not(:first-child) {
		margin-top: 0.125rem !important;
	}
	
	.icons.style1:not(:last-child) {
		margin-bottom: 0.125rem !important;
	}
	
	#icons02 {
		font-size: 1.75em;
		gap: 0.75rem;
	}
	
	#container03 {
		--alignment: center;
		--flex-alignment: center;
		--indent-left: 1;
		--indent-right: 1;
		min-height: 22.5rem;
	}
	
	#container03:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#container03:not(:last-child) {
		margin-bottom: 0.75rem !important;
	}
	
	#container03 > .wrapper > .inner {
		--gutters: 2rem;
		--padding-vertical: 0.875rem;
		--spacing: 1rem;
	}
	
	#container03.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container03.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container03.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container03.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container03.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container03.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container03.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container03.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container03.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container03.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container03.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container03.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container03.columns > .wrapper > .inner > div:first-of-type, #container03.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container03.columns > .wrapper > .inner > div:last-of-type, #container03.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container03.columns > .wrapper > .inner > div:first-of-type, #container03.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container03.columns > .wrapper > .inner > div:last-of-type, #container03.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container03.columns > .wrapper > .inner > .full {
		min-height: 22.5rem;
	}
	
	#container03.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container03.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container13 {
		min-height: 24.75rem;
	}
	
	#container13 > .wrapper > .inner {
		--gutters: 2rem;
		--padding-vertical: 0rem;
		--spacing: 1rem;
	}
	
	#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 {
		min-height: 24.75rem;
	}
	
	#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;
	}
	
	#container06 {
		min-height: 25.5rem;
	}
	
	#container06 > .wrapper > .inner {
		--gutters: 0.625rem;
		--padding-horizontal: 2rem;
		--padding-vertical: 0rem;
		--spacing: 1.5rem;
	}
	
	#container06.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container06.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container06.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container06.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container06.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container06.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container06.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container06.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container06.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container06.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container06.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container06.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container06.columns > .wrapper > .inner > div:first-of-type, #container06.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container06.columns > .wrapper > .inner > div:last-of-type, #container06.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container06.columns > .wrapper > .inner > div:first-of-type, #container06.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container06.columns > .wrapper > .inner > div:last-of-type, #container06.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container06.columns > .wrapper > .inner > .full {
		min-height: 25.5rem;
	}
	
	#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;
	}
	
	#container12 {
		min-height: 17.25rem;
	}
	
	#container12:not(:first-child) {
		margin-top: 0.1875rem !important;
	}
	
	#container12 > .wrapper > .inner {
		--gutters: 0.625rem;
		--padding-horizontal: 2rem;
		--padding-vertical: 0rem;
		--spacing: 1.5rem;
	}
	
	#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 {
		min-height: 17.25rem;
	}
	
	#container12.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container12.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container12 > .wrapper > .inner > :nth-child(1) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container12 > .wrapper > .inner > :nth-child(2) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container11 {
		min-height: 18rem;
	}
	
	#container11 > .wrapper > .inner {
		--gutters: 0.625rem;
		--padding-horizontal: 2rem;
		--padding-vertical: 0rem;
		--spacing: 1.5rem;
	}
	
	#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 {
		min-height: 18rem;
	}
	
	#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;
	}
	
	#container07 {
		min-height: 25.5rem;
	}
	
	#container07 > .wrapper > .inner {
		--gutters: 0.625rem;
		--padding-horizontal: 2rem;
		--padding-vertical: 0rem;
		--spacing: 1.75rem;
	}
	
	#container07.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container07.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container07.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container07.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container07.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container07.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container07.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container07.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container07.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container07.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container07.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container07.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container07.columns > .wrapper > .inner > div:first-of-type, #container07.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container07.columns > .wrapper > .inner > div:last-of-type, #container07.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container07.columns > .wrapper > .inner > div:first-of-type, #container07.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container07.columns > .wrapper > .inner > div:last-of-type, #container07.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container07.columns > .wrapper > .inner > .full {
		min-height: 25.5rem;
	}
	
	#container07.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container07.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container07 > .wrapper > .inner > :nth-child(1) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container07 > .wrapper > .inner > :nth-child(2) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container08 {
		min-height: 25.5rem;
	}
	
	#container08 > .wrapper > .inner {
		--gutters: 0.625rem;
		--padding-horizontal: 2rem;
		--padding-vertical: 0rem;
		--spacing: 1.75rem;
	}
	
	#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 {
		min-height: 25.5rem;
	}
	
	#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;
	}
	
	#container09 {
		min-height: 25.5rem;
	}
	
	#container09 > .wrapper > .inner {
		--gutters: 0.625rem;
		--padding-horizontal: 2rem;
		--padding-vertical: 0rem;
		--spacing: 1.75rem;
	}
	
	#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 {
		min-height: 25.5rem;
	}
	
	#container09.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container09.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container09 > .wrapper > .inner > :nth-child(1) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container09 > .wrapper > .inner > :nth-child(2) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container10 {
		min-height: 25.5rem;
	}
	
	#container10 > .wrapper > .inner {
		--gutters: 0.625rem;
		--padding-horizontal: 2rem;
		--padding-vertical: 0rem;
		--spacing: 1.75rem;
	}
	
	#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 {
		min-height: 25.5rem;
	}
	
	#container10.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container10.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container10 > .wrapper > .inner > :nth-child(1) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container10 > .wrapper > .inner > :nth-child(2) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	
	
	#container01:not(:last-child) {
		margin-bottom: 0.75rem !important;
	}
	
	#container01 > .wrapper > .inner {
		--gutters: calc(var(--padding-vertical) * 2);
		--padding-horizontal: 2rem;
		--spacing: 1.5rem;
	}
	
	#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;
	}
	
	
	
	#container02 > .wrapper > .inner {
		--gutters: 1.25rem;
		--padding-horizontal: 2rem;
		--spacing: 1.5rem;
	}
	
	#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) {
		--alignment: left;
		--flex-alignment: flex-start;
		--indent-left: 1;
		--indent-right: 0;
		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;
	}
	
	#container04 {
		min-height: 18rem;
	}
	
	#container04:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#container04 > .wrapper > .inner {
		--gutters: 2rem;
		--padding-vertical: 0rem;
		--spacing: 1rem;
	}
	
	#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 {
		min-height: 18rem;
	}
	
	#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;
	}
	
	#container14 {
		min-height: 35.25rem;
	}
	
	#container14 > .wrapper > .inner {
		--gutters: 2rem;
		--padding-vertical: 0rem;
		--spacing: 1rem;
	}
	
	#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 {
		min-height: 35.25rem;
	}
	
	#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;
	}
	
	#container15 {
		min-height: 21rem;
	}
	
	#container15 > .wrapper > .inner {
		--gutters: 2rem;
		--padding-vertical: 0rem;
		--spacing: 1rem;
	}
	
	#container15.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container15.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container15.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container15.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container15.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container15.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container15.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container15.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container15.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container15.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container15.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container15.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container15.columns > .wrapper > .inner > div:first-of-type, #container15.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container15.columns > .wrapper > .inner > div:last-of-type, #container15.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container15.columns > .wrapper > .inner > div:first-of-type, #container15.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container15.columns > .wrapper > .inner > div:last-of-type, #container15.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container15.columns > .wrapper > .inner > .full {
		min-height: 21rem;
	}
	
	#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;
	}
	
	
	
	#container05 > .wrapper > .inner {
		--gutters: 1.25rem;
		--padding-horizontal: 2rem;
		--spacing: 1.5rem;
	}
	
	#container05.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container05.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container05.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container05.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container05.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container05.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container05.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container05.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container05.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container05.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container05.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container05.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container05.columns > .wrapper > .inner > div:first-of-type, #container05.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container05.columns > .wrapper > .inner > div:last-of-type, #container05.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container05.columns > .wrapper > .inner > div:first-of-type, #container05.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container05.columns > .wrapper > .inner > div:last-of-type, #container05.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container05.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container05.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container05 > .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;
	}
	
	.gallery-modal .close {
		background-position: top 0.5rem right 0.5rem;
	}
	
	#gallery19 ul li .caption p {
		letter-spacing: 0rem;
		font-size: 1em;
	}
	
	#gallery19 ul li {
		flex-basis: calc(50% - var(--gap));
	}
	
	#gallery19 ul li img {
		height: 9rem;
		width: 100%;
	}
	
	#gallery19 ul {
		--gap: 0.75rem;
	}
	
	#gallery15 ul li .caption p {
		letter-spacing: 0rem;
		font-size: 1em;
		line-height: 1.5;
	}
	
	#gallery15 ul li {
		flex-basis: calc(50% - var(--gap));
	}
	
	#gallery15 ul li img {
		height: 9rem;
		width: 100%;
	}
	
	#gallery15 ul {
		--gap: 0.75rem;
	}
	
	.gallery.style2 ul li .caption p {
		padding-bottom: 0rem;
		letter-spacing: 0rem;
		font-size: 1em;
		line-height: 1.5;
	}
	
	.gallery.style2 ul li img {
		height: 9rem;
	}
	
	.gallery.style2 ul {
		gap: 0.75rem;
	}
	
	#gallery04 ul li .caption p {
		padding-bottom: 0rem;
		letter-spacing: 0rem;
		font-size: 1em;
		line-height: 1.5;
	}
	
	#gallery04 ul li img {
		max-height: 9rem;
	}
	
	#gallery04 ul {
		gap: 0.75rem;
	}
	
	.gallery.style1 ul li img {
		height: 9rem;
	}
	
	.gallery.style1 ul {
		gap: 0.75rem;
	}
	
	#gallery01 ul li {
		gap: 0.75rem;
	}
	
	#gallery02 ul li .caption p {
		padding-bottom: 0rem;
		letter-spacing: 0rem;
		font-size: 1em;
		line-height: 1;
	}
	
	#gallery02 ul li {
		gap: 0.75rem;
	}
	
	#gallery03 ul li {
		gap: 0.75rem;
	}
	
	#gallery14:not(:first-child) {
		margin-top: 0.75rem !important;
	}
	
	#gallery14:not(:last-child) {
		margin-bottom: 0.75rem !important;
	}
	
	#gallery14 ul li {
		flex-basis: calc(50% - var(--gap));
	}
	
	#gallery14 ul li img {
		height: 9rem;
		width: 100%;
	}
	
	#gallery14 ul {
		--gap: 0.5rem;
	}
	
	#gallery09:not(:first-child) {
		margin-top: 2.625rem !important;
	}
	
	#gallery09:not(:last-child) {
		margin-bottom: 2.625rem !important;
	}
	
	#gallery09 ul li .caption p {
		padding-bottom: 0rem;
		letter-spacing: 0rem;
		font-size: 1.625em;
		line-height: 1.25;
	}
	
	#gallery09 ul li {
		gap: 0.75rem;
	}
	
	#gallery12 ul li .caption p {
		padding-bottom: 0rem;
		letter-spacing: 0rem;
		font-size: 1.625em;
		line-height: 1.5;
	}
	
	#gallery12 ul li {
		gap: 0.75rem;
	}
	
	#gallery16:not(:first-child) {
		margin-top: 0.75rem !important;
	}
	
	#gallery16:not(:last-child) {
		margin-bottom: 0.75rem !important;
	}
	
	#gallery16 ul li img {
		height: 9rem;
	}
	
	#gallery16 ul {
		gap: 0.75rem;
	}
	
	#gallery18:not(:first-child) {
		margin-top: 0.09375rem !important;
	}
	
	#gallery18:not(:last-child) {
		margin-bottom: 0.09375rem !important;
	}
	
	#gallery18 ul li .caption p {
		padding-bottom: 0rem;
		letter-spacing: 0rem;
		font-size: 1em;
		line-height: 1.5;
	}
	
	#gallery18 ul li {
		flex-basis: calc(50% - var(--gap));
	}
	
	#gallery18 ul li img {
		height: 9rem;
		width: 100%;
	}
	
	#gallery18 ul {
		--gap: 0.75rem;
	}
	
	#gallery17 ul li {
		flex-basis: calc(50% - var(--gap));
	}
	
	#gallery17 ul li img {
		height: 9rem;
		width: 100%;
	}
	
	#gallery17 ul {
		--gap: 0.75rem;
	}
	
	#gallery21 ul li {
		gap: 0.75rem;
	}
	
	#gallery20 ul li {
		gap: 0.75rem;
	}
	
	#divider26:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#divider26:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#divider26:before {
		width: 100rem;
	}
	
	#divider01:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#divider01:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#divider01:before {
		width: 100rem;
	}
	
	#divider02:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#divider02:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#divider02:before {
		width: 100rem;
	}
	
	#divider05:not(:first-child) {
		margin-top: 0.125rem !important;
	}
	
	#divider05:not(:last-child) {
		margin-bottom: 0.125rem !important;
	}
	
	#divider05:before {
		width: 100rem;
	}
	
	#divider15:before {
		width: 100rem;
	}
	
	#divider06:before {
		width: 100rem;
	}
	
	#divider07:not(:first-child) {
		margin-top: 0.125rem !important;
	}
	
	#divider07:not(:last-child) {
		margin-bottom: 0.125rem !important;
	}
	
	#divider07:before {
		width: 100rem;
	}
	
	#divider08:before {
		width: 100rem;
	}
	
	#divider09:before {
		width: 100rem;
	}
	
	#divider10:before {
		width: 100rem;
	}
	
	#divider11:not(:first-child) {
		margin-top: 0.375rem !important;
	}
	
	#divider11:not(:last-child) {
		margin-bottom: 0.375rem !important;
	}
	
	#divider11:before {
		width: 100rem;
	}
	
	#divider12:not(:first-child) {
		margin-top: 0.125rem !important;
	}
	
	#divider12:not(:last-child) {
		margin-bottom: 0.125rem !important;
	}
	
	#divider12:before {
		width: 100rem;
	}
	
	#divider13:before {
		width: 100rem;
	}
	
	#divider14:not(:first-child) {
		margin-top: 0.125rem !important;
	}
	
	#divider14:not(:last-child) {
		margin-bottom: 0.125rem !important;
	}
	
	#divider14:before {
		width: 100rem;
	}
	
	#divider23:not(:first-child) {
		margin-top: 0.125rem !important;
	}
	
	#divider23:not(:last-child) {
		margin-bottom: 0.125rem !important;
	}
	
	#divider23:before {
		width: 100rem;
	}
	
	#divider24:not(:first-child) {
		margin-top: 0.125rem !important;
	}
	
	#divider24:not(:last-child) {
		margin-bottom: 0.125rem !important;
	}
	
	#divider24:before {
		width: 100rem;
	}
	
	#divider16:not(:first-child) {
		margin-top: 0.125rem !important;
	}
	
	#divider16:not(:last-child) {
		margin-bottom: 0.125rem !important;
	}
	
	#divider16:before {
		width: 100rem;
	}
	
	#divider03:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#divider03:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#divider03:before {
		width: 100rem;
	}
	
	#divider04:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#divider04:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#divider04:before {
		width: 100rem;
	}
	
	#video05 video {
		width: 65.75rem;
	}
	
	#video05 .frame {
		width: 65.75rem;
	}
	
	#video06 video {
		width: 85.75rem;
	}
	
	#video06 .frame {
		width: 85.75rem;
	}
	
	#video03 video {
		width: 85.75rem;
	}
	
	#video03 .frame {
		width: 85.75rem;
	}
	
	#video01 video {
		width: 76.625rem;
	}
	
	#video01 .frame {
		width: 76.625rem;
	}
}

@media (max-width: 480px) {
	#main > .inner {
		--spacing: 0rem;
	}
	
	#image15 .frame {
		height: 15.875rem !important;
	}
	
	#image13 .frame {
		height: 14rem !important;
	}
	
	#image03 .frame {
		height: 30rem !important;
	}
	
	.image.style2 .frame {
		height: 17.625rem !important;
	}
	
	.image.style1 .frame {
		height: 15rem !important;
	}
	
	#image12 .frame {
		height: 13.5rem !important;
	}
	
	#image01 .frame {
		height: 19.5rem !important;
	}
	
	#image08 .frame {
		height: 19.5rem !important;
	}
	
	#image10 .frame {
		height: 19.5rem !important;
	}
	
	#image11 .frame {
		height: 30rem !important;
	}
	
	#image14 .frame {
		height: 8.75rem !important;
	}
	
	#image02 .frame {
		height: 20rem !important;
	}
	
	#buttons02 li a {
		width: 10.25rem;
	}
	
	#container03 > .wrapper > .inner {
		--spacing: 0.875rem;
	}
	
	#container13 > .wrapper > .inner {
		--spacing: 0.875rem;
	}
	
	#container06 > .wrapper > .inner {
		--spacing: 1.3125rem;
	}
	
	#container12 > .wrapper > .inner {
		--spacing: 1.3125rem;
	}
	
	#container11 > .wrapper > .inner {
		--spacing: 1.3125rem;
	}
	
	#container07 > .wrapper > .inner {
		--spacing: 1.53125rem;
	}
	
	#container08 > .wrapper > .inner {
		--spacing: 1.53125rem;
	}
	
	#container09 > .wrapper > .inner {
		--spacing: 1.53125rem;
	}
	
	#container10 > .wrapper > .inner {
		--spacing: 1.53125rem;
	}
	
	#container01 > .wrapper > .inner {
		--spacing: 1.3125rem;
	}
	
	#container02 > .wrapper > .inner {
		--spacing: 1.3125rem;
	}
	
	#container04 > .wrapper > .inner {
		--spacing: 0.875rem;
	}
	
	#container14 > .wrapper > .inner {
		--spacing: 0.875rem;
	}
	
	#container15 > .wrapper > .inner {
		--spacing: 0.875rem;
	}
	
	#container05 > .wrapper > .inner {
		--spacing: 1.3125rem;
	}
}

@media (max-width: 360px) {
	#main > .inner {
		--padding-horizontal: 1.40625rem;
		--padding-vertical: 1.3125rem;
		--spacing: 0rem;
	}
	
	#main > .inner > * > .full {
		margin-left: calc(-1.40625rem);
		max-width: calc(100% + 2.8125rem + 0.4725px);
		width: calc(100% + 2.8125rem + 0.4725px);
	}
	
	#main > .inner > * > .full.screen {
		margin-left: -50vw;
	}
	
	#main > .inner > header > .full:first-child {
		margin-top: -1.3125rem !important;
	}
	
	#main > .inner > .active > .full:last-child {
		margin-bottom: -1.3125rem !important;
	}
	
	#image15 .frame {
		height: 13.890625rem !important;
	}
	
	#image13 .frame {
		height: 12.25rem !important;
	}
	
	#image03 .frame {
		height: 26.25rem !important;
	}
	
	.image.style2 .frame {
		height: 15.421875rem !important;
	}
	
	.image.style1 .frame {
		height: 13.125rem !important;
	}
	
	#image12 .frame {
		height: 11.8125rem !important;
	}
	
	#image01 .frame {
		height: 17.0625rem !important;
	}
	
	#image08 .frame {
		height: 17.0625rem !important;
	}
	
	#image10 .frame {
		height: 17.0625rem !important;
	}
	
	#image11 .frame {
		height: 26.25rem !important;
	}
	
	#image14 .frame {
		height: 7.65625rem !important;
	}
	
	#image02 .frame {
		height: 17.5rem !important;
	}
	
	#text03 {
		font-size: 2em;
	}
	
	#text04 {
		font-size: 1em;
	}
	
	h1.style3, h2.style3, h3.style3, p.style3 {
		font-size: 1em;
	}
	
	#text26 {
		font-size: 1em;
	}
	
	h1.style2, h2.style2, h3.style2, p.style2 {
		font-size: 1em;
	}
	
	h1.style1, h2.style1, h3.style1, p.style1 {
		font-size: 1em;
	}
	
	#text36 {
		font-size: 1.125em;
	}
	
	#text12 {
		font-size: 1.125em;
	}
	
	#text37 {
		font-size: 1.125em;
	}
	
	#text38 {
		font-size: 1.125em;
	}
	
	#text07 {
		font-size: 0.875em;
	}
	
	#text22 {
		font-size: 0.875em;
	}
	
	#text08 {
		font-size: 0.875em;
	}
	
	#text24 {
		font-size: 0.875em;
	}
	
	#text09 {
		font-size: 0.875em;
	}
	
	#text27 {
		font-size: 0.875em;
	}
	
	#text33 {
		font-size: 0.875em;
	}
	
	#text15 {
		font-size: 1.125em;
	}
	
	#text01 {
		font-size: 0.875em;
	}
	
	#text29 {
		font-size: 0.875em;
	}
	
	#text05 {
		font-size: 0.875em;
	}
	
	#text06 {
		font-size: 0.875em;
	}
	
	#text11 {
		font-size: 0.875em;
	}
	
	#text13 {
		font-size: 0.75em;
	}
	
	#text10 {
		font-size: 0.75em;
	}
	
	#text25 {
		font-size: 0.875em;
	}
	
	#text14 {
		font-size: 0.875em;
	}
	
	#text16 {
		font-size: 0.875em;
	}
	
	#text18 {
		font-size: 0.875em;
	}
	
	#text19 {
		font-size: 0.875em;
	}
	
	#buttons02 {
		gap: 0.46875rem;
	}
	
	#icons01 {
		gap: 0.375rem;
	}
	
	.icons.style1 {
		gap: 1.5rem;
	}
	
	#icons02 {
		gap: 0.5625rem;
	}
	
	#container03 > .wrapper > .inner {
		--gutters: 1.5rem;
		--padding-vertical: 0.65625rem;
		--spacing: 0.75rem;
	}
	
	#container03 {
		min-height: 15rem;
	}
	
	#container03.columns > .wrapper > .inner > .full {
		min-height: 15rem;
	}
	
	#container13 > .wrapper > .inner {
		--gutters: 1.5rem;
		--padding-vertical: 0rem;
		--spacing: 0.75rem;
	}
	
	#container13 {
		min-height: 16.5rem;
	}
	
	#container13.columns > .wrapper > .inner > .full {
		min-height: 16.5rem;
	}
	
	#container06 > .wrapper > .inner {
		--gutters: 0.46875rem;
		--padding-horizontal: 1.5rem;
		--padding-vertical: 0rem;
		--spacing: 1.125rem;
	}
	
	#container06 {
		min-height: 17rem;
	}
	
	#container06.columns > .wrapper > .inner > .full {
		min-height: 17rem;
	}
	
	#container12 > .wrapper > .inner {
		--gutters: 0.46875rem;
		--padding-horizontal: 1.5rem;
		--padding-vertical: 0rem;
		--spacing: 1.125rem;
	}
	
	#container12 {
		min-height: 11.5rem;
	}
	
	#container12.columns > .wrapper > .inner > .full {
		min-height: 11.5rem;
	}
	
	#container11 > .wrapper > .inner {
		--gutters: 0.46875rem;
		--padding-horizontal: 1.5rem;
		--padding-vertical: 0rem;
		--spacing: 1.125rem;
	}
	
	#container11 {
		min-height: 12rem;
	}
	
	#container11.columns > .wrapper > .inner > .full {
		min-height: 12rem;
	}
	
	#container07 > .wrapper > .inner {
		--gutters: 0.46875rem;
		--padding-horizontal: 1.5rem;
		--padding-vertical: 0rem;
		--spacing: 1.3125rem;
	}
	
	#container07 {
		min-height: 17rem;
	}
	
	#container07.columns > .wrapper > .inner > .full {
		min-height: 17rem;
	}
	
	#container08 > .wrapper > .inner {
		--gutters: 0.46875rem;
		--padding-horizontal: 1.5rem;
		--padding-vertical: 0rem;
		--spacing: 1.3125rem;
	}
	
	#container08 {
		min-height: 17rem;
	}
	
	#container08.columns > .wrapper > .inner > .full {
		min-height: 17rem;
	}
	
	#container09 > .wrapper > .inner {
		--gutters: 0.46875rem;
		--padding-horizontal: 1.5rem;
		--padding-vertical: 0rem;
		--spacing: 1.3125rem;
	}
	
	#container09 {
		min-height: 17rem;
	}
	
	#container09.columns > .wrapper > .inner > .full {
		min-height: 17rem;
	}
	
	#container10 > .wrapper > .inner {
		--gutters: 0.46875rem;
		--padding-horizontal: 1.5rem;
		--padding-vertical: 0rem;
		--spacing: 1.3125rem;
	}
	
	#container10 {
		min-height: 17rem;
	}
	
	#container10.columns > .wrapper > .inner > .full {
		min-height: 17rem;
	}
	
	#container01 > .wrapper > .inner {
		--gutters: calc(var(--padding-vertical) * 2);
		--padding-horizontal: 1.5rem;
		--spacing: 1.125rem;
	}
	
	#container02 > .wrapper > .inner {
		--gutters: 0.9375rem;
		--padding-horizontal: 1.5rem;
		--spacing: 1.125rem;
	}
	
	#container04 > .wrapper > .inner {
		--gutters: 1.5rem;
		--padding-vertical: 0rem;
		--spacing: 0.75rem;
	}
	
	#container04 {
		min-height: 13.5rem;
	}
	
	#container04.columns > .wrapper > .inner > .full {
		min-height: 13.5rem;
	}
	
	#container14 > .wrapper > .inner {
		--gutters: 1.5rem;
		--padding-vertical: 0rem;
		--spacing: 0.75rem;
	}
	
	#container14 {
		min-height: 23.5rem;
	}
	
	#container14.columns > .wrapper > .inner > .full {
		min-height: 23.5rem;
	}
	
	#container15 > .wrapper > .inner {
		--gutters: 1.5rem;
		--padding-vertical: 0rem;
		--spacing: 0.75rem;
	}
	
	#container15 {
		min-height: 15.75rem;
	}
	
	#container15.columns > .wrapper > .inner > .full {
		min-height: 15.75rem;
	}
	
	#container05 > .wrapper > .inner {
		--gutters: 0.9375rem;
		--padding-horizontal: 1.5rem;
		--spacing: 1.125rem;
	}
	
	#gallery19 ul li .caption p {
		font-size: 1em;
	}
	
	#gallery19 ul {
		--gap: 0.5625rem;
	}
	
	#gallery15 ul li .caption p {
		font-size: 1em;
	}
	
	#gallery15 ul {
		--gap: 0.5625rem;
	}
	
	.gallery.style2 ul li .caption p {
		font-size: 1em;
	}
	
	.gallery.style2 ul {
		gap: 0.5625rem;
	}
	
	#gallery04 ul li .caption p {
		font-size: 1em;
	}
	
	#gallery04 ul {
		gap: 0.5625rem;
	}
	
	.gallery.style1 ul {
		gap: 0.5625rem;
	}
	
	#gallery01 ul li {
		gap: 0.5625rem;
	}
	
	#gallery02 ul li .caption p {
		font-size: 1em;
	}
	
	#gallery02 ul li {
		gap: 0.5625rem;
	}
	
	#gallery03 ul li {
		gap: 0.5625rem;
	}
	
	#gallery14 ul {
		--gap: 0.375rem;
	}
	
	#gallery09 ul li .caption p {
		font-size: 1.5em;
	}
	
	#gallery09 ul li {
		gap: 0.5625rem;
	}
	
	#gallery12 ul li .caption p {
		font-size: 1.5em;
	}
	
	#gallery12 ul li {
		gap: 0.5625rem;
	}
	
	#gallery16 ul {
		gap: 0.5625rem;
	}
	
	#gallery18 ul li .caption p {
		font-size: 1em;
	}
	
	#gallery18 ul {
		--gap: 0.5625rem;
	}
	
	#gallery17 ul {
		--gap: 0.5625rem;
	}
	
	#gallery21 ul li {
		gap: 0.5625rem;
	}
	
	#gallery20 ul li {
		gap: 0.5625rem;
	}
}