/*! pindot-theme v1.0.0 | (c) 2024 Kirill Miniaev | UNLICENSED License */
/**
    __ __                                 
   / //_/____ _ _____ __  __ ____   ____ _
  / ,<  / __ `// ___// / / // __ \ / __ `/
 / /| |/ /_/ // /   / /_/ // / / // /_/ / 
/_/ |_|\__,_//_/    \__,_//_/ /_/ \__,_/  

**/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}

/* HTML5 display-role reset for older browsers */
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;
}

input, select, textarea {
	outline: none;
}

input[type=checkbox],
input[type=radio] {
	cursor: pointer;
}

button {
	border: none;
	background-color: transparent;
	cursor: pointer;
}

/**
 * Splide
 */
@-webkit-keyframes splide-loading {
	0% {
		-webkit-transform: rotate(0);
		        transform: rotate(0);
	}
	to {
		-webkit-transform: rotate(1turn);
		        transform: rotate(1turn);
	}
}
@keyframes splide-loading {
	0% {
		-webkit-transform: rotate(0);
		        transform: rotate(0);
	}
	to {
		-webkit-transform: rotate(1turn);
		        transform: rotate(1turn);
	}
}
.splide--draggable > .splide__slider > .splide__track, .splide--draggable > .splide__track {
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	     user-select: none;
}

.splide--fade > .splide__slider > .splide__track > .splide__list, .splide--fade > .splide__track > .splide__list {
	display: block;
}

.splide--fade > .splide__slider > .splide__track > .splide__list > .splide__slide, .splide--fade > .splide__track > .splide__list > .splide__slide {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	z-index: 0;
}

.splide--fade > .splide__slider > .splide__track > .splide__list > .splide__slide.is-active, .splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
	opacity: 1;
	position: relative;
	z-index: 1;
}

.splide--rtl {
	direction: rtl;
}

.splide--ttb.is-active > .splide__slider > .splide__track > .splide__list, .splide--ttb.is-active > .splide__track > .splide__list {
	display: block;
}

.splide__container {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
}

.splide__list {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
	-webkit-transform-style: preserve-3d;
	        transform-style: preserve-3d;
}

.splide.is-initialized:not(.is-active) .splide__list {
	display: block;
}

.splide__pagination {
	-ms-flex-align: center;
	-webkit-box-align: center;
	        align-items: center;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	        justify-content: center;
	margin: 0;
	pointer-events: none;
}

.splide__pagination li {
	display: inline-block;
	line-height: 1;
	list-style-type: none;
	margin: 0;
	pointer-events: auto;
}

.splide__progress__bar {
	width: 0;
}

.splide {
	outline: none;
	position: relative;
	visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
	visibility: visible;
}

.splide__slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	list-style-type: none !important;
	margin: 0;
	outline: none;
	position: relative;
}

.splide__slide img {
	vertical-align: bottom;
}

.splide__slider {
	position: relative;
}

.splide__spinner {
	border: 2px solid #999;
	border-left-color: transparent;
	border-radius: 50%;
	bottom: 0;
	display: inline-block;
	height: 20px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}

.splide__slide.is-loading .splide__spinner {
	-webkit-animation: splide-loading 1s linear infinite;
	        animation: splide-loading 1s linear infinite;
}

.splide__track {
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.splide__slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

/** Responsive Breakpoints */
html, body {
	width: 100%;
	height: 100%;
}

html {
	font-size: 62.5%;
}

body {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-family: canada-type-gibson, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.6rem;
	color: #000;
	overflow-x: hidden;
}

*, *:before, *:after {
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

h1, h2, h3, h4, h5, h6 {
	font-family: roboto-slab, Rockwell, "Courier Bold", Cambria, Courier, Georgia, serif;
}

h1 {
	font-size: 3.6rem;
	line-height: 1.1;
}
h1 *, h1 a {
	line-height: 1.1;
}

h2 {
	font-size: 3rem;
	line-height: 1.1;
}
h2 *, h2 a {
	line-height: 1.1;
}

h3 {
	font-size: 2.6rem;
	line-height: 1.3;
}
h3 *, h3 a {
	line-height: 1.3;
}

h4 {
	font-size: 2.2rem;
	line-height: 1.3;
}
h4 *, h4 a {
	line-height: 1.3;
}

h5 {
	font-size: 1.8rem;
	line-height: 1.4;
}
h5 *, h5 a {
	line-height: 1.4;
}

h6 {
	font-size: 1.6rem;
	line-height: 1.4;
}
h6 *, h6 a {
	line-height: 1.4;
}

div, span, p, a, ol, ul, li, dl, dd, dt, em, i, strong, b {
	line-height: 1.4;
}

a {
	text-decoration: none;
	color: #ed1553;
	-webkit-transition: color 250ms ease-in-out;
	transition: color 250ms ease-in-out;
}
a:hover, a:focus {
	outline: none;
	border: 0;
	color: #c00f42;
}

input, textarea {
	outline: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	font-family: canada-type-gibson, "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 8px 1rem;
}

input, textarea {
	-webkit-appearance: none;
}

input[type=radio] {
	-webkit-appearance: radio;
}

input[type=checkbox] {
	-webkit-appearance: checkbox;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

sup {
	font-size: 75%;
	position: relative;
	top: -4px;
}

sub {
	font-size: 75%;
	position: relative;
	bottom: -4px;
}

big {
	font-size: 130%;
}

small {
	font-size: 80%;
}

img {
	max-width: 100%;
	height: auto;
}

.gform_validation_container {
	display: none !important;
}

@-webkit-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}

@keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
.gform_ajax_spinner,
.spinner {
	display: inline-block;
	border: 4px solid rgba(0, 0, 0, 0.2);
	border-left-color: #4b2490;
	border-radius: 50%;
	width: 3rem;
	height: 3rem;
	-webkit-animation: spinner 1.2s linear infinite;
	        animation: spinner 1.2s linear infinite;
}

.gform_ajax_spinner {
	margin-left: 2rem;
}

.gform_footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.l-wrapper {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	padding: 2rem 0;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-transition: padding 250ms ease-in-out;
	transition: padding 250ms ease-in-out;
}
.l-wrapper--full {
	width: 100%;
}
.l-wrapper--wrapped {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.l-wrapper--left {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.l-wrapper--right {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.l-wrapper--center {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.l-wrapper--top {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.l-wrapper--middle {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.l-wrapper--bottom {
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
.l-wrapper--stretch {
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
.l-wrapper--nopadding {
	padding: 0;
}
@media screen and (max-width: 1240px) {
	.l-wrapper {
		padding-left: 2rem !important;
		padding-right: 2rem !important;
	}
}

.l-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
}
.l-row--left {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.l-row--right {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.l-row--center {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.l-row--stretch {
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
.l-row--top {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.l-row--bottom {
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
.l-row--space {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.l-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.l-col--top {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.l-col--bottom {
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
.l-col--center {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.l-col--right {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.l-col--1 {
	width: calc(100% - 3rem);
}
.l-col--5\.6 {
	width: calc(83.333333333% - 3rem);
}
.l-col--3\.4 {
	width: calc(75% - 3rem);
}
.l-col--2 {
	width: calc(50% - 3rem);
}
@media screen and (max-width: 768px) {
	.l-col--2 {
		width: 100%;
	}
}
.l-col--2.wrapped {
	width: calc(50% - (50% - 1200px / 2) - 3rem);
}
@media screen and (max-width: 1240px) {
	.l-col--2.wrapped {
		width: calc(50% - 3rem);
	}
}
@media screen and (max-width: 768px) {
	.l-col--2.wrapped {
		width: 100%;
	}
}
.l-col--2.wrapped.col-full {
	width: calc(50% - (50% - 1200px / 2));
}
.l-col--2.wrapped:first-of-type {
	margin-left: calc(50% - 1200px / 2);
}
@media screen and (max-width: 1240px) {
	.l-col--2.wrapped:first-of-type {
		margin-left: 0;
		padding-left: 3rem;
	}
}
@media screen and (max-width: 768px) {
	.l-col--2.wrapped:first-of-type {
		padding-right: 3rem;
	}
}
.l-col--2.wrapped:last-of-type {
	margin-right: calc(50% - 1200px / 2);
}
@media screen and (max-width: 1240px) {
	.l-col--2.wrapped:last-of-type {
		margin-right: 0;
		padding-right: 3rem;
	}
}
@media screen and (max-width: 768px) {
	.l-col--2.wrapped:last-of-type {
		padding-left: 3rem;
	}
}
.l-col--2.col-full {
	width: 50%;
}
.l-col--2\.3 {
	width: calc(66.666666667% - 3rem);
}
@media screen and (max-width: 520px) {
	.l-col--2\.3 {
		width: 100%;
	}
}
.l-col--2\.5 {
	width: calc(40% - 3rem);
}
@media screen and (max-width: 768px) {
	.l-col--2\.5 {
		width: 100%;
	}
}
.l-col--3 {
	width: calc(33.333333333% - 3rem);
}
.l-col--3.col-full {
	width: 33.333333333%;
}
@media screen and (max-width: 520px) {
	.l-col--3 {
		width: 100%;
	}
}
.l-col--3\.5 {
	width: calc(60% - 3rem);
}
@media screen and (max-width: 768px) {
	.l-col--3\.5 {
		width: 100%;
	}
}
.l-col--3\.5.wrapped {
	width: calc(60% - (50% - 1200px / 2) - 3rem);
}
@media screen and (max-width: 1240px) {
	.l-col--3\.5.wrapped {
		width: calc(60% - 3rem);
	}
}
@media screen and (max-width: 768px) {
	.l-col--3\.5.wrapped {
		width: 100%;
	}
}
.l-col--3\.5.wrapped:first-of-type {
	margin-left: calc(50% - 1200px / 2);
}
@media screen and (max-width: 1240px) {
	.l-col--3\.5.wrapped:first-of-type {
		margin-left: 0;
		padding-left: 3rem;
	}
}
@media screen and (max-width: 768px) {
	.l-col--3\.5.wrapped:first-of-type {
		padding-right: 3rem;
	}
}
.l-col--3\.5.wrapped:last-of-type {
	margin-right: calc(50% - 1200px / 2);
}
@media screen and (max-width: 1240px) {
	.l-col--3\.5.wrapped:last-of-type {
		margin-right: 0;
		padding-right: 3rem;
	}
}
@media screen and (max-width: 768px) {
	.l-col--3\.5.wrapped:last-of-type {
		padding-left: 3rem;
	}
}
.l-col--4 {
	width: calc(25% - 3rem);
}
.l-col--5 {
	width: calc(20% - 3rem);
}
.l-col--6 {
	width: calc(16.666666667% - 3rem);
}
.l-col--35 {
	width: calc(35% - 3rem);
}
.l-col--45 {
	width: calc(45% - 3rem);
}
.l-col--55 {
	width: calc(55% - 3rem);
}
.l-col--65 {
	width: calc(65% - 3rem);
}

.l-grid {
	display: grid;
	grid-column-gap: 2rem;
	grid-row-gap: 2rem;
	width: 100%;
}
.l-grid--2 {
	grid-template-columns: 1fr 1fr;
}
.l-grid--3 {
	grid-template-columns: 1fr 1fr 1fr;
}
.l-grid--4 {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

/**
 * Header & Footer
 */
body > header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	-webkit-transition: background 250ms ease-in-out;
	transition: background 250ms ease-in-out;
}
@media screen and (max-width: 768px) {
	body > header {
		position: absolute;
	}
}
body > header.-sticky {
	background-color: #fff;
	-webkit-filter: drop-shadow(0 1rem 2rem rgba(0, 0, 0, 0.05));
	        filter: drop-shadow(0 1rem 2rem rgba(0, 0, 0, 0.05));
}
body > header.-sticky .c-brand__mark {
	width: 10rem;
}
body > header .l-wrapper {
	width: 90%;
}
@media screen and (max-width: 1090px) {
	body > header .l-wrapper {
		width: 100%;
	}
}

.c-brand__mark {
	display: block;
	width: 16rem;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
	font-size: 0;
	color: transparent;
	aspect-ratio: 16/8.5;
	-webkit-transition: width 250ms ease-in-out;
	transition: width 250ms ease-in-out;
}
@media screen and (max-width: 450px) {
	.c-brand__mark {
		width: 12rem;
	}
}

.c-mainnav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-ms-flex-line-pack: center;
	    align-content: center;
	margin-right: 6rem;
}
@media screen and (max-width: 1090px) {
	.c-mainnav {
		margin-right: 2rem;
	}
}
@media screen and (max-width: 768px) {
	.c-mainnav {
		display: none;
	}
}
.c-mainnav .menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-ms-flex-line-pack: center;
	    align-content: center;
}

.c-header-navs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
	.c-header-navs {
		margin-left: auto;
		margin-right: 2.5rem;
	}
}
@media screen and (max-width: 450px) {
	.c-header-navs > .c-button {
		display: none;
	}
}

.-sticky .menu-main-menu-container .menu > li > a {
	color: #4b2490;
}
.-sticky .menu-main-menu-container .menu > li > a:hover {
	color: #4b2490;
}

.menu-main-menu-container .menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.menu-main-menu-container .menu > li {
	position: relative;
}
@media screen and (min-width: 769px) and (max-width: 900px) {
	.menu-main-menu-container .menu > li.-desktop-only {
		display: none;
	}
}
.menu-main-menu-container .menu > li.-mobile-only-sm {
	display: none;
}
@media screen and (max-width: 450px) {
	.menu-main-menu-container .menu > li.-mobile-only-sm {
		display: block;
	}
}
.menu-main-menu-container .menu > li:not(:last-of-type) {
	margin-right: 3rem;
}
@media screen and (max-width: 900px) {
	.menu-main-menu-container .menu > li:not(:last-of-type) {
		margin-right: 2rem;
	}
}
.menu-main-menu-container .menu > li.menu-item-has-children::before {
	content: url("data:image/svg+xml,%3Csvg data-name='Isolation Mode' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.92 20.06'%3E%3Cpath fill='none' stroke='%237ea541' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.68' d='m1.34 1.34 8.69 8.69-8.69 8.69'/%3E%3C/svg%3E");
	width: 0.9rem;
	height: 1.5rem;
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.menu-main-menu-container .menu > li.menu-item-has-children > a {
	padding-left: 1.5rem;
	padding-bottom: 2rem;
}
.menu-main-menu-container .menu > li.menu-item-has-children.no-link > a {
	cursor: default;
}
.menu-main-menu-container .menu > li > a {
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
}
.menu-main-menu-container .menu > li > a:hover {
	color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 1090px) {
	.menu-main-menu-container .menu > li > a {
		font-size: 1.6rem;
	}
}
@media screen and (min-width: 769px) {
	.menu-main-menu-container .menu > li:hover .sub-menu {
		opacity: 1;
		pointer-events: all;
		-webkit-transform: translateY(calc(100% + 1rem));
		    -ms-transform: translateY(calc(100% + 1rem));
		        transform: translateY(calc(100% + 1rem));
		border-left: 4px solid #7ea541;
	}
}
.menu-main-menu-container .menu > li .sub-menu {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transform: translateY(calc(100% + 1.5rem));
	    -ms-transform: translateY(calc(100% + 1.5rem));
	        transform: translateY(calc(100% + 1.5rem));
	background: #fff;
	border-radius: 1rem;
	border-left: 0 solid #7ea541;
	-webkit-transition: opacity 250ms ease-in-out, border-width 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
	transition: opacity 250ms ease-in-out, border-width 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
	transition: transform 250ms ease-in-out, opacity 250ms ease-in-out, border-width 250ms ease-in-out;
	transition: transform 250ms ease-in-out, opacity 250ms ease-in-out, border-width 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
}
.menu-main-menu-container .menu > li .sub-menu li {
	font-size: 1.6rem;
	position: relative;
}
.menu-main-menu-container .menu > li .sub-menu li:not(:last-child)::after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #F2F2F2;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}
.menu-main-menu-container .menu > li .sub-menu li a {
	padding: 1rem 2rem 0.9rem;
	white-space: nowrap;
	display: block;
	color: #544f4d;
	font-weight: 500;
	-webkit-transition: -webkit-transform 250ms ease-in-out;
	transition: -webkit-transform 250ms ease-in-out;
	transition: transform 250ms ease-in-out;
	transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
}
.menu-main-menu-container .menu > li .sub-menu li a:hover {
	-webkit-transform: translateX(0.5rem);
	    -ms-transform: translateX(0.5rem);
	        transform: translateX(0.5rem);
}

@media screen and (max-width: 768px) {
	.menu-main-menu-container {
		width: 100%;
		display: block;
		position: absolute;
		top: 12.5rem;
		left: 0;
		background-color: #fff;
		opacity: 0;
		pointer-events: none;
		-webkit-transition: opacity 250ms ease-in-out;
		transition: opacity 250ms ease-in-out;
	}
	.menu-main-menu-container .menu {
		display: block;
		width: 100%;
	}
	.menu-main-menu-container .menu > li {
		margin: 0 !important;
	}
	.menu-main-menu-container .menu > li:not(:first-of-type) {
		border-top: 1px solid #F2F2F2;
	}
	.menu-main-menu-container .menu > li::before {
		content: none !important;
	}
	.menu-main-menu-container .menu > li > a {
		color: #4b2490 !important;
		padding: 0.75rem 2rem !important;
		width: calc(100% - 5rem);
		display: block;
		position: relative;
	}
	.menu-main-menu-container .menu > li > button {
		display: block;
		font-size: 0;
		position: absolute;
		top: 2rem;
		right: 2rem;
		-webkit-transform: translateY(-50%) rotate(90deg);
		    -ms-transform: translateY(-50%) rotate(90deg);
		        transform: translateY(-50%) rotate(90deg);
		background-image: url("data:image/svg+xml,%3Csvg data-name='Isolation Mode' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.92 20.06'%3E%3Cpath fill='none' stroke='%237ea541' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.68' d='m1.34 1.34 8.69 8.69-8.69 8.69'/%3E%3C/svg%3E");
		background-size: 75% auto;
		background-repeat: no-repeat;
		background-position: center;
		width: 1.2rem;
		aspect-ratio: 1/2;
		padding: 0;
		-webkit-transition: -webkit-transform 100ms ease-in-out;
		transition: -webkit-transform 100ms ease-in-out;
		transition: transform 100ms ease-in-out;
		transition: transform 100ms ease-in-out, -webkit-transform 100ms ease-in-out;
	}
	.menu-main-menu-container .menu > li.-show-submenu > button {
		-webkit-transform: translateY(-50%) rotate(-90deg);
		    -ms-transform: translateY(-50%) rotate(-90deg);
		        transform: translateY(-50%) rotate(-90deg);
	}
	.menu-main-menu-container .menu > li.-show-submenu .sub-menu {
		display: block;
	}
	.menu-main-menu-container .menu > li .sub-menu {
		display: none;
		opacity: 1;
		pointer-events: all;
		position: static;
		width: 100%;
		-webkit-transform: translate(0, 0);
		    -ms-transform: translate(0, 0);
		        transform: translate(0, 0);
		border-top: 1px solid #F2F2F2;
	}
	.menu-main-menu-container .menu > li .sub-menu li a {
		padding-left: 4rem;
		padding-right: 4rem;
	}
}

.c-responsive-navs {
	display: none;
}
@media screen and (max-width: 768px) {
	.c-responsive-navs {
		display: block;
	}
	.c-responsive-navs.-active .menu-main-menu-container {
		opacity: 1 !important;
		pointer-events: all !important;
	}
}

.c-burger {
	font-size: 0;
	display: block;
	width: 3rem;
	height: 1.7rem;
	-webkit-transition: color 250ms ease-in-out, -webkit-transform 500ms ease-in-out;
	transition: color 250ms ease-in-out, -webkit-transform 500ms ease-in-out;
	transition: transform 500ms ease-in-out, color 250ms ease-in-out;
	transition: transform 500ms ease-in-out, color 250ms ease-in-out, -webkit-transform 500ms ease-in-out;
}
.c-burger--active:hover__lines {
	background: transparent;
}
.c-burger--active .c-burger__lines {
	background: transparent;
}
.c-burger--active .c-burger__lines::before, .c-burger--active .c-burger__lines::after {
	top: 0;
	left: 0;
	width: 3rem;
	-webkit-transform-origin: 50% 50%;
	    -ms-transform-origin: 50% 50%;
	        transform-origin: 50% 50%;
	background: #fff;
}
.c-burger--active .c-burger__lines::before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	        transform: rotate3d(0, 0, 1, 45deg);
}
.c-burger--active .c-burger__lines::after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	        transform: rotate3d(0, 0, 1, -45deg);
}
.c-burger__lines {
	position: relative;
	top: 0;
	display: inline-block;
	width: 3rem;
	height: 3px;
	-webkit-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	background: #fff;
	top: 7.2px;
	pointer-events: none;
}
.c-burger__lines::before, .c-burger__lines::after {
	position: absolute;
	right: 0;
	display: block;
	width: 3rem;
	height: 3px;
	content: "";
	-webkit-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	-webkit-transform-origin: 0 center;
	    -ms-transform-origin: 0 center;
	        transform-origin: 0 center;
	background: #fff;
}
.c-burger__lines::before {
	top: 7.2px;
}
.c-burger__lines::after {
	top: -7.2px;
}

/**
 * General
 */
body > main > header {
	position: relative;
	min-height: 60rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	z-index: 15;
}
body.home > main > header {
	height: 105vh;
	margin-bottom: -15.4vw;
	min-height: 78rem;
}
body.home > main > header .bg-image {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 15.4vw), 80% calc(100% - 5vw), 50% 100%, 20% calc(100% - 5vw), 0 calc(100% - 15.4vw));
	        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 15.4vw), 80% calc(100% - 5vw), 50% 100%, 20% calc(100% - 5vw), 0 calc(100% - 15.4vw));
}
body.home > main > header .l-wrapper {
	margin-bottom: 8rem;
}
body.home > main > header::after {
	content: "";
	width: 100%;
	height: 0;
	display: block;
	padding-bottom: 28%;
	background-image: url("data:image/svg+xml,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 539.12'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='959.51' y1='1221.37' x2='960.67' y2='561.84' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.37' stop-color='%23fff'/%3E%3Cstop offset='.94' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M1649.62 705.69h-4C1918.34 786.88 1871 964.3 1739.2 1014c-252.88 95.27-522.32 117.15-779.2 117.15S433.68 1109.22 180.8 1014C49 964.3 1.66 786.88 274.4 705.69h-4S-10.87 767.61.33 954s547 290.8 931 290.8 977.13-104.4 988.32-290.8-270.03-248.31-270.03-248.31Z' transform='translate(0 -705.69)' fill='url(%23a)'/%3E%3Cpath d='M1398.92 32.31h-2.57c173.59 44.12 143.45 140.55 59.58 167.53C1295 251.62 1123.49 263.51 960 263.51s-335-11.89-495.93-63.67c-83.87-27-114-123.41 59.58-167.53h-2.57s-179 33.65-171.87 135 348.15 158 592.55 158 621.91-56.74 629-158-171.84-135-171.84-135Z' fill='%234b2490'/%3E%3C/svg%3E");
	background-size: 100% auto;
	background-repeat: no-repeat;
	z-index: 1;
	position: absolute;
	left: 0;
	bottom: 0;
}

body:not(.home) > main > header {
	height: 80vh;
}
body:not(.home) > main > header::after {
	content: "";
	width: 100%;
	aspect-ratio: 160/11;
	position: absolute;
	bottom: -3px;
	left: 0;
	z-index: 99;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='10.74'%3E%3Cpath fill='%23fff' d='M160 10.74H0V9.52S38.1 0 80 0s80 9.52 80 9.52v1.22Z'/%3E%3C/svg%3E");
}
body:not(.home) > main > header + section {
	padding-top: 2rem;
}

body > main > header .l-wrapper {
	position: relative;
	z-index: 5;
}
body > main > header .l-wrapper h1 {
	font-size: 8rem;
	color: #fff;
	text-align: center;
	font-weight: 600;
	margin-bottom: 3rem;
	width: 100%;
}
@media screen and (max-width: 1090px) {
	body > main > header .l-wrapper h1 {
		font-size: 6rem;
	}
}
@media screen and (max-width: 768px) {
	body > main > header .l-wrapper h1 {
		font-size: 5rem;
	}
}
@media screen and (max-width: 600px) {
	body > main > header .l-wrapper h1 {
		font-size: 4rem;
	}
}
body > main > header .l-wrapper p {
	font-size: 2.8rem;
	color: #fff;
	text-align: center;
	margin-bottom: 3rem;
	width: 100%;
}
@media screen and (max-width: 768px) {
	body > main > header .l-wrapper p {
		font-size: 2.2rem;
	}
}
@media screen and (max-width: 600px) {
	body > main > header .l-wrapper p {
		font-size: 2rem;
	}
}
body > main > header + section {
	z-index: 5;
}
body > main > footer {
	position: relative;
	margin-top: -10rem;
	z-index: 20;
}
body > main > footer .l-wrapper {
	padding-bottom: 6rem;
}
body > main > footer .bg-image {
	height: calc(100% - 10rem);
	top: initial;
	bottom: 0;
}
body > main > footer h2 {
	color: #fff;
	font-size: 3.8rem;
	margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
	body > main > footer h2 {
		font-size: 3.2rem;
	}
}
body > main > footer p {
	color: #fff;
	font-size: 2.6rem;
	font-weight: 200;
}
@media screen and (max-width: 768px) {
	body > main > footer p {
		font-size: 1.8rem;
	}
}
body > main .c-form {
	width: 100%;
	background-color: #fff;
	-webkit-filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 0.3));
	        filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 0.3));
	padding: 3rem 4rem;
}
@media screen and (max-width: 768px) {
	body > main .c-form {
		margin-bottom: 3rem;
	}
}
@media screen and (max-width: 600px) {
	body > main .c-form {
		padding: 1.5rem 2rem;
	}
}
body > main .c-form .gform_required_legend,
body > main .c-form .screen-reader-text,
body > main .c-form .instruction {
	display: none;
}
body > main .c-form .gform_heading {
	margin-bottom: 3rem;
}
body > main .c-form .gform_title {
	width: 100%;
	text-align: center;
	color: #4b2490;
	font-weight: 600;
	font-size: 4rem;
}
body > main .c-form .gfield {
	width: 100%;
	margin-bottom: 2rem;
}
body > main .c-form .gfield_label {
	font-size: 2rem;
	color: #808080;
	margin-bottom: 0.5rem;
	display: block;
}
@media screen and (max-width: 600px) {
	body > main .c-form .gfield_label {
		font-size: 1.7rem;
	}
}
body > main .c-form input:not([type=radio]):not([type=checkbox]) {
	width: 100%;
	border: 0;
	padding: 0 1.5rem 1rem 1.5rem;
	font-size: 2rem;
	color: #000;
	border-bottom: 1px solid #808080;
}
@media screen and (max-width: 600px) {
	body > main .c-form input:not([type=radio]):not([type=checkbox]) {
		font-size: 1.7rem;
	}
}
body > main .c-form textarea {
	width: 100%;
	padding: 1rem 1.5rem;
	font-size: 2rem;
	color: #000;
	border: 1px solid #808080;
	height: 15rem;
	resize: vertical;
}
@media screen and (max-width: 600px) {
	body > main .c-form textarea {
		font-size: 1.7rem;
	}
}
body > main .c-form .gform_submission_error {
	font-size: 2rem;
	font-weight: 600;
	color: #fff;
	background-color: #ed1553;
	text-align: center;
	padding: 1.5rem 2rem;
	border-radius: 1.5rem;
	margin-bottom: 2rem;
}
body > main .c-form .validation_message {
	margin-top: 1rem;
	font-size: 1.7rem;
	color: #fff;
	background-color: #ed1553;
	padding: 1rem 1.5rem;
	border-radius: 1rem;
}

body > footer {
	background-color: #e5d6ff;
}
body > footer .l-wrapper {
	padding-top: 6rem;
	padding-bottom: 6rem;
}
@media screen and (max-width: 550px) {
	body > footer .l-wrapper {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}
body > footer .l-col--3 {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
body > footer .l-col--3 .c-brand {
	width: 51%;
	min-width: 16rem;
	max-width: 20rem;
}
body > footer .l-col--3 .c-brand a {
	display: block;
	position: relative;
}
body > footer .l-col--3 .c-brand__mark {
	width: 100%;
	aspect-ratio: 16/8.5;
}
body > footer .l-col--3 .c-social {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-top: 2rem;
}
@media screen and (max-width: 768px) {
	body > footer .l-col--3 .c-social {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}
body > footer .l-col--3 .c-social a {
	display: block;
	width: 3.5rem;
	height: 3.5rem;
	margin: 1rem;
}
body > footer .l-col--3 .c-social path {
	fill: #4b2490;
}
@media screen and (max-width: 550px) {
	body > footer .l-col--3 {
		width: auto;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		min-width: 25rem;
	}
}
body > footer h3 {
	font-size: 2.6rem;
	color: #7ea541;
	text-transform: uppercase;
	margin-bottom: 1rem;
	font-weight: 600;
	letter-spacing: 1px;
}
body > footer .l-wrapper > .l-col--2\.3 nav {
	width: 100%;
}
body > footer .l-wrapper > .l-col--2\.3 .menu {
	width: 100%;
	-webkit-columns: 2;
	   -moz-columns: 2;
	        columns: 2;
	padding-right: 1rem;
}
@media screen and (max-width: 550px) {
	body > footer .l-wrapper > .l-col--2\.3 .menu {
		-webkit-columns: 1;
		   -moz-columns: 1;
		        columns: 1;
		padding-right: 0;
		margin-bottom: 2rem;
	}
}
body > footer .l-wrapper > .l-col--2\.3 .menu li {
	margin-bottom: 1rem;
}
body > footer .l-wrapper > .l-col--2\.3 .menu a {
	color: #4b2490;
	font-size: 1.7rem;
	font-weight: 500;
}
body > footer .l-wrapper > .l-col--2\.3 .menu a:hover {
	color: #4b2490;
}
body > footer .l-wrapper > .l-col--2\.3 nav a {
	color: #4b2490;
	font-size: 1.7rem;
	font-weight: 500;
	margin-bottom: 1rem;
	display: block;
}
body > footer .l-wrapper > .l-col--2\.3 nav a:hover {
	color: #4b2490;
}
body > footer .l-wrapper > .l-col--2\.3 address {
	color: #4b2490;
	font-size: 1.7rem;
	line-height: 1.8;
	font-weight: 500;
}
body > footer .l-wrapper > .l-col--2\.3 .l-row {
	width: 100%;
	border-top: 1px solid #4b2490;
	margin-top: 3rem;
	padding-top: 3rem;
}
body > footer .l-wrapper > .l-col--2\.3 .l-row .menu {
	-webkit-columns: auto;
	   -moz-columns: auto;
	        columns: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
@media screen and (max-width: 550px) {
	body > footer .l-wrapper > .l-col--2\.3 .l-row .menu {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}
body > footer .l-wrapper > .l-col--2\.3 .l-row .menu li {
	padding-bottom: 0;
	margin: 0.5rem 0;
}
body > footer .l-wrapper > .l-col--2\.3 .l-row .menu li a {
	padding: 0;
	margin: 0;
	font-size: 1.4rem;
}
body > footer .l-wrapper > .l-col--2\.3 .l-row .menu li:not(:last-of-type) {
	padding-right: 2rem;
	margin-right: 2rem;
	border-right: 1px solid #7ea541;
}
@media screen and (max-width: 768px) {
	body > footer .l-wrapper > .l-col--2\.3 {
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	body > footer .l-wrapper > .l-col--3 {
		width: 100%;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin-bottom: 2rem;
	}
}
@media screen and (max-width: 550px) {
	body > footer .l-wrapper .l-col--2\.3 {
		width: auto;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		min-width: 25rem;
	}
}
@media screen and (max-width: 550px) {
	body > footer .l-col--2 {
		width: 100%;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}
body > footer .c-copy {
	color: #4b2490;
	font-size: 1.4rem;
}

defer-image {
	display: block;
	width: 100%;
	background-color: #F2F2F2;
	position: relative;
	-webkit-transition: background-color 200ms ease-in-out;
	transition: background-color 200ms ease-in-out;
}
defer-image picture, defer-image > img {
	opacity: 0;
	-webkit-transition: opacity 250ms ease-in-out;
	transition: opacity 250ms ease-in-out;
	display: block;
	margin: 0 auto;
}

.bg-image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.bg-image defer-image {
	width: 100%;
	height: 100%;
	display: block;
	background-size: cover;
	background-position: center top;
	opacity: 0;
	-webkit-transition: opacity 250ms ease-in-out;
	transition: opacity 250ms ease-in-out;
}
.bg-image defer-image[filter] {
	background-color: #280a5e;
	background-blend-mode: overlay;
}
.bg-image defer-image .filter {
	display: block;
	width: 100%;
	height: 100%;
}
.bg-image defer-image .filter::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(150deg, rgba(255, 255, 255, 0.75) 0, rgba(255, 255, 255, 0) 50%);
}
.bg-image defer-image .filter::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(200deg, rgba(255, 255, 255, 0.75) 0, rgba(255, 255, 255, 0) 30%);
}

section.full-width .l-wrapper {
	width: 100%;
}
@media screen and (max-width: 1240px) {
	section.full-width .l-wrapper {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

.ui-datepicker {
	display: block;
	background-color: #fff;
	padding: 1.5rem 2rem;
	border-radius: 1rem;
	-webkit-filter: drop-shadow(0 0 2rem rgba(0, 0, 0, 0.2));
	        filter: drop-shadow(0 0 2rem rgba(0, 0, 0, 0.2));
	position: absolute;
	top: 0;
	left: 0;
}
.ui-datepicker .ui-datepicker-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	text-transform: uppercase;
	font-size: 1.3rem;
	font-weight: 600;
	color: #544f4d;
	cursor: pointer;
	margin-bottom: 0.5rem;
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
	text-decoration: underline;
}
.ui-datepicker .ui-datepicker-title {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.ui-datepicker .ui-datepicker-calendar {
	margin-top: 1.5rem;
	width: 100%;
}
.ui-datepicker .ui-datepicker-calendar th {
	text-transform: uppercase;
	padding: 2px 4px;
	font-size: 1.4rem;
	color: #808080;
	text-align: center;
}
.ui-datepicker .ui-datepicker-calendar td {
	font-size: 1.5rem;
	text-align: center;
	padding: 4px;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month {
	color: #b2b2b2;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today a {
	color: #7ea541;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day a {
	color: #fff;
	background-color: #7ea541;
	padding: 2px 2px 0;
	display: block;
}
.ui-datepicker .ui-datepicker-calendar td a {
	color: #544f4d;
}
.ui-datepicker .ui-datepicker-calendar td a:hover {
	text-decoration: underline;
}

/**
 * Components
 */
.c-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
}
.c-buttons--left {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.c-buttons--center {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.c-buttons--right {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.c-buttons .c-button {
	margin: 1rem 1.5rem;
}
@media screen and (min-width: 501px) {
	.c-buttons .c-button:first-of-type {
		margin-left: 0;
	}
	.c-buttons .c-button:last-of-type {
		margin-right: 0;
	}
}

.c-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 1.8rem 3rem 1.4rem;
	border: 2px solid #fff;
	font-size: 2.2rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 10rem;
	line-height: 1.1;
	position: relative;
}
@media screen and (max-width: 768px) {
	.c-button {
		font-size: 2rem;
	}
}
@media screen and (max-width: 600px) {
	.c-button {
		font-size: 1.8rem;
	}
}
.c-button:hover {
	border: 2px solid #fff;
}
.c-button:hover::before {
	width: calc(100% + 2rem);
	height: calc(100% + 1.6rem);
	-webkit-transform: translate(-1rem, -0.8rem);
	    -ms-transform: translate(-1rem, -0.8rem);
	        transform: translate(-1rem, -0.8rem);
	opacity: 1;
}
.c-button::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-width: 2px;
	border-style: solid;
	border-radius: 10rem;
	z-index: 0;
	opacity: 0;
	-webkit-transition: width 250ms ease-in-out, height 250ms ease-in-out, opacity 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
	transition: width 250ms ease-in-out, height 250ms ease-in-out, opacity 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
	transition: width 250ms ease-in-out, height 250ms ease-in-out, transform 250ms ease-in-out, opacity 250ms ease-in-out;
	transition: width 250ms ease-in-out, height 250ms ease-in-out, transform 250ms ease-in-out, opacity 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
}
.c-button--white {
	background-color: #fff;
	color: #4b2490;
}
.c-button--white::before {
	border-color: #fff;
}
.c-button--white, .c-button--white:hover, .c-button--white:focus {
	color: #4b2490;
}
.c-button--green {
	background-color: #7ea541;
}
.c-button--green::before {
	border-color: #7ea541;
}
.c-button--green, .c-button--green:hover, .c-button--green:focus {
	color: #fff;
}
.c-button--small {
	font-size: 1.8rem;
	font-weight: 500;
	padding: 0.8rem 1.5rem 0.6rem;
}
@media screen and (max-width: 1090px) {
	.c-button--small {
		font-size: 1.5rem;
		letter-spacing: 0;
	}
}
.c-button--small.c-button--icon {
	padding-left: 4rem;
}
.c-button--small svg {
	position: absolute;
	top: 50%;
	left: 3px;
	width: 2.8rem;
	height: auto;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.c-videoembed,
.resp-embed {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.c-videoembed iframe,
.c-videoembed object,
.c-videoembed embed,
.resp-embed iframe,
.resp-embed object,
.resp-embed embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.resp-embed {
	padding-bottom: 75%;
	width: 100%;
	display: block;
}

.c-title {
	display: block;
	width: 100%;
	font-weight: 600;
	margin-bottom: 2rem;
}
.c-title--left {
	text-align: left;
}
.c-title--center {
	text-align: center;
}
.c-title--right {
	text-align: right;
}

h2.c-title {
	font-size: 4.6rem;
	color: #4b2490;
}
@media screen and (max-width: 1024px) {
	h2.c-title {
		font-size: 3.9rem;
	}
}
@media screen and (max-width: 768px) {
	h2.c-title {
		font-size: 4.1rem;
	}
}
@media screen and (max-width: 500px) {
	h2.c-title {
		font-size: 3.2rem;
	}
}
h2.c-title span {
	font-weight: 400;
}
h2.c-title small {
	font-size: 3.2rem;
	font-family: canada-type-gibson, "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 100%;
	display: block;
	text-align: center;
	font-weight: 500;
	margin-bottom: -1.5rem;
	text-transform: uppercase;
}
@media screen and (max-width: 500px) {
	h2.c-title small {
		font-size: 2.2rem;
		margin-bottom: 0.5rem;
	}
}
h2.c-title b {
	font-size: 9rem;
	color: #7ea541;
	font-weight: 600;
}
@media screen and (max-width: 768px) {
	h2.c-title b {
		font-size: 7rem;
	}
}
@media screen and (max-width: 500px) {
	h2.c-title b {
		font-size: 4rem;
	}
}

h3.c-title {
	font-size: 3.2rem;
	text-transform: uppercase;
	color: #4b2490;
}

.c-image {
	display: block;
	width: 100%;
}
.c-image--rounded {
	border-radius: 100%;
	overflow: hidden;
}
.c-image--rounded img {
	border-radius: 100%;
}
.c-image--multiply {
	mix-blend-mode: multiply;
}

.c-contentblock {
	font-size: 2.4rem;
	color: #808080;
	font-weight: 400;
	margin-bottom: 2rem;
}
.c-contentblock > *:not(:last-child) {
	margin-bottom: 1.5rem;
}
@media screen and (max-width: 1024px) {
	.c-contentblock {
		font-size: 2rem;
	}
}
@media screen and (max-width: 768px) {
	.c-contentblock {
		font-size: 1.7rem;
	}
}
.c-contentblock strong, .c-contentblock b {
	font-weight: 700;
}
.c-contentblock em, .c-contentblock i {
	font-style: italic;
}
.c-contentblock.large {
	font-size: 3rem;
}
@media screen and (max-width: 1024px) {
	.c-contentblock.large {
		font-size: 2.5rem;
	}
}
@media screen and (max-width: 768px) {
	.c-contentblock.large {
		font-size: 1.9rem;
	}
}
.c-contentblock.purple {
	color: #4b2490;
}
.c-contentblock a {
	color: #4b2490;
	font-size: 2rem;
	text-transform: uppercase;
	font-weight: 600;
}

.c-iconcard--left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
	.c-iconcard--left {
		margin-bottom: 3rem;
	}
}
.c-iconcard--left .c-image {
	width: 21rem;
	-webkit-transform: translateY(-3rem);
	    -ms-transform: translateY(-3rem);
	        transform: translateY(-3rem);
}
@media screen and (max-width: 768px) {
	.c-iconcard--left .c-image {
		-webkit-transform: translateY(0);
		    -ms-transform: translateY(0);
		        transform: translateY(0);
	}
}
.c-iconcard--left .c-iconcard__content {
	width: calc(100% - 25rem);
	padding-right: 2rem;
}
@media screen and (max-width: 1024px) {
	.c-iconcard--left .c-iconcard__content {
		width: 100%;
	}
}
.c-iconcard--left .c-iconcard__content .c-title {
	text-transform: none;
	font-weight: 600;
}
.c-iconcard--left .c-iconcard__content .c-contentblock {
	font-size: 2.2rem;
}
.c-iconcard .c-iconcard__content {
	margin-top: 2rem;
}

.c-biocard img, .c-biocard h2 {
	cursor: pointer;
}

.c-checklist {
	display: block;
}
.c-checklist li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	margin-bottom: 6rem;
}
.c-checklist li svg {
	width: 6rem;
	height: auto;
}
.c-checklist li div {
	width: calc(100% - 8rem);
	font-size: 2.4rem;
	color: #4b2490;
	padding-right: 2rem;
}
.c-checklist li div strong, .c-checklist li div b {
	font-weight: 700;
}
.c-checklist li div em, .c-checklist li div i {
	font-style: italic;
}

.c-numberlist {
	display: block;
	counter-reset: bullet;
	max-width: 60rem;
}
.c-numberlist li {
	display: block;
	counter-increment: bullet;
	width: 100%;
	text-align: center;
	margin-bottom: 4rem;
	font-size: 2rem;
	color: #808080;
	line-height: 1.8;
}
.c-numberlist li::before {
	content: counter(bullet);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 3rem;
	font-weight: 600;
	color: #fff;
	width: 6rem;
	height: 6rem;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-family: roboto-slab, Rockwell, "Courier Bold", Cambria, Courier, Georgia, serif;
	background-color: #4b2490;
	border-radius: 100%;
	margin-bottom: 2rem;
}
.c-numberlist li strong, .c-numberlist li b {
	font-weight: 700;
}
.c-numberlist li em, .c-numberlist li i {
	font-style: italic;
}

/**
 * Modules
 */
.m-innergrid {
	padding: 2rem 4rem;
	background-color: rgba(75, 36, 144, 0.4);
	border-radius: 4rem;
	justify-items: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.m-innergrid .slot {
	position: relative;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 3rem;
}
.m-innergrid .slot::after {
	content: "";
	display: block;
	width: 1px;
	background: rgba(255, 255, 255, 0.5);
	position: absolute;
	top: 2.5rem;
	right: 0;
	height: calc(100% - 5rem);
	-webkit-transform: translateX(1rem);
	    -ms-transform: translateX(1rem);
	        transform: translateX(1rem);
}
.m-innergrid .slot::before {
	content: "";
	display: block;
	width: calc(100% - 5rem);
	background: rgba(255, 255, 255, 0.5);
	position: absolute;
	bottom: 0;
	right: 2.5rem;
	height: 1px;
	-webkit-transform: translateY(1rem);
	    -ms-transform: translateY(1rem);
	        transform: translateY(1rem);
}
.m-innergrid .slot:not(:nth-child(3n)) > *::after {
	content: "";
	width: 3rem;
	height: 3rem;
	background-image: url(/wp-content/uploads/2021/12/pindot-logo.webp);
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	mix-blend-mode: multiply;
	-webkit-transform: translate(calc(50% + 1rem), calc(50% + 1rem));
	    -ms-transform: translate(calc(50% + 1rem), calc(50% + 1rem));
	        transform: translate(calc(50% + 1rem), calc(50% + 1rem));
}
.m-innergrid .slot:nth-child(3n)::after {
	content: none;
}
.m-innergrid .slot:nth-last-child(1) > *::after, .m-innergrid .slot:nth-last-child(1)::before,
.m-innergrid .slot:nth-last-child(2) > *::after,
.m-innergrid .slot:nth-last-child(2)::before,
.m-innergrid .slot:nth-last-child(3) > *::after,
.m-innergrid .slot:nth-last-child(3)::before {
	content: none;
}
.m-innergrid img {
	max-width: 80%;
}

.m-slider {
	position: relative;
	padding-left: 10rem;
	padding-right: 10rem;
}
@media screen and (max-width: 600px) {
	.m-slider {
		padding-left: 4rem;
		padding-right: 4rem;
	}
}
@media screen and (max-width: 500px) {
	.m-slider {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}
.m-slider .splide__arrows {
	position: absolute;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
	.m-slider .splide__arrows button {
		width: 3rem;
	}
}
@media screen and (max-width: 500px) {
	.m-slider .splide__arrows button {
		-webkit-transform: scale(0.7);
		    -ms-transform: scale(0.7);
		        transform: scale(0.7);
	}
}
.m-slider .splide__arrows button.splide__arrow--prev {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}
@media screen and (max-width: 500px) {
	.m-slider .splide__arrows button.splide__arrow--prev {
		-webkit-transform: scale(0.7) rotate(180deg);
		    -ms-transform: scale(0.7) rotate(180deg);
		        transform: scale(0.7) rotate(180deg);
	}
}
.m-slider .splide__arrows button:hover svg * {
	opacity: 1;
}
.m-slider .splide__arrows svg * {
	fill: #aaa;
	opacity: 0.5;
	-webkit-transition: opacity 250ms ease-in-out;
	transition: opacity 250ms ease-in-out;
}
.m-slider .splide__pagination {
	margin-top: 2rem;
}
.m-slider .splide__pagination li:not(:last-of-type) {
	margin-right: 1.5rem;
}
.m-slider .splide__pagination button {
	width: 1.5rem;
	aspect-ratio: 1;
	border-radius: 100%;
	display: block;
	background-color: #dedede;
	-webkit-transition: background-color 250ms ease-in-out;
	transition: background-color 250ms ease-in-out;
}
@media screen and (max-width: 768px) {
	.m-slider .splide__pagination button {
		width: 1.2rem;
	}
}
.m-slider .splide__pagination button.is-active, .m-slider .splide__pagination button:hover {
	background-color: #a6a6a6;
}
.m-slider figure p {
	font-size: 2.8rem;
	text-align: center;
	margin-bottom: 2rem;
	color: #808080;
	line-height: 1.5;
}
@media screen and (max-width: 768px) {
	.m-slider figure p {
		font-size: 2.2rem;
	}
}
@media screen and (max-width: 500px) {
	.m-slider figure p {
		font-size: 1.8rem;
	}
}
.m-slider figure figcaption h4, .m-slider figure figcaption h5 {
	display: block;
	width: 100%;
	text-align: center;
}
.m-slider figure figcaption h4 {
	font-size: 3.6rem;
	font-weight: 600;
	color: #4b2490;
}
@media screen and (max-width: 768px) {
	.m-slider figure figcaption h4 {
		font-size: 2.8rem;
	}
}
.m-slider figure figcaption h5 {
	font-size: 2.8rem;
	font-family: canada-type-gibson, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: italic;
	color: #4b2490;
	font-weight: 400;
}
@media screen and (max-width: 768px) {
	.m-slider figure figcaption h5 {
		font-size: 2.2rem;
	}
}

.m-lockup {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.m-lockup .l-col--3\.5:first-of-type {
	padding-right: 5rem;
}
@media screen and (max-width: 768px) {
	.m-lockup .l-col--3\.5:first-of-type {
		padding-right: 3rem;
	}
}
.m-lockup .l-col--3\.5:last-of-type {
	padding-left: 5rem;
}
@media screen and (max-width: 768px) {
	.m-lockup .l-col--3\.5:last-of-type {
		padding-left: 3rem;
	}
}
@media screen and (max-width: 768px) {
	.m-lockup .wrapped {
		margin-top: 2rem;
	}
}
.m-lockup .c-image--rounded {
	overflow: hidden;
	position: relative;
}
.m-lockup .c-image--rounded img {
	width: 100%;
}
.m-lockup .c-image--rounded::before {
	content: "";
	width: 110%;
	padding-bottom: 110%;
	border: 2px solid #fff;
	position: absolute;
	right: 5%;
	bottom: 10%;
	border-radius: 100%;
	z-index: 2;
	pointer-events: none;
}
.m-lockup .c-image--rounded::after {
	content: "";
	width: 80%;
	padding-bottom: 80%;
	border: 2px solid #fff;
	position: absolute;
	left: 60%;
	top: 50%;
	border-radius: 100%;
	z-index: 2;
	pointer-events: none;
}

._modal {
	display: block;
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 999999;
	-webkit-transition: opacity 250ms ease-in-out;
	transition: opacity 250ms ease-in-out;
	opacity: 0;
	pointer-events: none;
}
._modal.-show {
	opacity: 1;
	pointer-events: all;
}
._modal::before {
	content: "";
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1;
}
._modal > button {
	position: absolute;
	top: 1rem;
	left: 50%;
	-webkit-transform: translate(-50%);
	    -ms-transform: translate(-50%);
	        transform: translate(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 3rem;
	aspect-ratio: 1;
	padding: 0;
	cursor: pointer;
	border-radius: 100%;
	color: #fff;
	font-size: 2rem;
	font-weight: 600;
	background-color: #4b2490;
	z-index: 3;
}
._modal > div {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90%;
	height: 90rem;
	max-height: 85vh;
	max-width: 120rem;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	z-index: 2;
	background-color: #fff;
	padding: 3rem 4rem;
	border-radius: 2rem;
}
@media screen and (max-width: 520px) {
	._modal > div .c-image {
		height: 100%;
	}
	._modal > div .c-image defer-image {
		height: 100%;
	}
	._modal > div .c-image img {
		height: 100%;
		-o-object-fit: contain;
		   object-fit: contain;
	}
}
._modal > div .l-col {
	height: 100%;
	overflow: hidden;
}
@media screen and (max-width: 520px) {
	._modal > div .l-col {
		overflow: initial;
		height: calc(50% - 1rem);
	}
}
._modal > div .l-col--2\.3 {
	overflow-y: scroll !important;
	overflow-x: hidden;
}

/**
 * Pages & Sections
 */
#testimonials .c-image {
	width: 8rem;
	height: auto;
}

.padding--small {
	padding-left: 4rem;
	padding-right: 4rem;
}

.padding-top--none_self,
.padding-top--none .l-wrapper {
	padding-top: 0;
}
.padding-top--sm_self,
.padding-top--sm .l-wrapper {
	padding-top: 2rem;
}
.padding-top--md_self,
.padding-top--md .l-wrapper {
	padding-top: 8rem;
}
.padding-top--lg_self,
.padding-top--lg .l-wrapper {
	padding-top: 18rem;
}
@media screen and (max-width: 768px) {
	.padding-top--lg_self,
	.padding-top--lg .l-wrapper {
		padding-top: 9rem;
	}
}
.padding-top--xl_self,
.padding-top--xl .l-wrapper {
	padding-top: 28rem;
}
@media screen and (max-width: 768px) {
	.padding-top--xl_self,
	.padding-top--xl .l-wrapper {
		padding-top: 14rem;
	}
}
.padding-right--none_self,
.padding-right--none .l-wrapper {
	padding-right: 0;
}
.padding-right--sm_self,
.padding-right--sm .l-wrapper {
	padding-right: 2rem;
}
.padding-right--md_self,
.padding-right--md .l-wrapper {
	padding-right: 8rem;
}
.padding-right--lg_self,
.padding-right--lg .l-wrapper {
	padding-right: 18rem;
}
.padding-bottom--none_self,
.padding-bottom--none .l-wrapper {
	padding-bottom: 0;
}
.padding-bottom--sm_self,
.padding-bottom--sm .l-wrapper {
	padding-bottom: 2rem;
}
.padding-bottom--md_self,
.padding-bottom--md .l-wrapper {
	padding-bottom: 8rem;
}
.padding-bottom--lg_self,
.padding-bottom--lg .l-wrapper {
	padding-bottom: 18rem;
}
@media screen and (max-width: 768px) {
	.padding-bottom--lg_self,
	.padding-bottom--lg .l-wrapper {
		padding-bottom: 9rem;
	}
}
.padding-left--none_self,
.padding-left--none .l-wrapper {
	padding-left: 0;
}
.padding-left--sm_self,
.padding-left--sm .l-wrapper {
	padding-left: 2rem;
}
.padding-left--md_self,
.padding-left--md .l-wrapper {
	padding-left: 8rem;
}
.padding-left--lg_self,
.padding-left--lg .l-wrapper {
	padding-left: 18rem;
}

.margin-top--negative {
	margin-top: -14rem;
}
@media screen and (max-width: 1240px) {
	.margin-top--negative {
		margin-top: -6rem;
	}
}
@media screen and (max-width: 1100px) {
	.margin-top--negative {
		margin-top: -2rem;
	}
}
@media screen and (max-width: 900px) {
	.margin-top--negative {
		margin-top: 0;
	}
}
.margin-top--none {
	margin-top: 0;
}
.margin-top--sm {
	margin-top: 2rem;
}
.margin-top--md {
	margin-top: 8rem;
}
.margin-top--lg {
	margin-top: 12rem;
}
.margin-right--none {
	margin-right: 0;
}
.margin-right--sm {
	margin-right: 2rem;
}
.margin-right--md {
	margin-right: 8rem;
}
.margin-right--lg {
	margin-right: 12rem;
}
.margin-bottom--none {
	margin-bottom: 0;
}
.margin-bottom--sm {
	margin-bottom: 2rem;
}
.margin-bottom--md {
	margin-bottom: 8rem;
}
.margin-bottom--lg {
	margin-bottom: 12rem;
}
.margin-left--none {
	margin-left: 0;
}
.margin-left--sm {
	margin-left: 2rem;
}
.margin-left--md {
	margin-left: 8rem;
}
.margin-left--lg {
	margin-left: 12rem;
}

.plus-border {
	position: relative;
}
.plus-border::before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 87.48 92.91'%3E%3Cpath d='M31.73 92.91V56.63H.05V34.54h31.73V0h24.27v34.54h31.47v22.09H56.05v36.28Z' fill='%234b2490'/%3E%3C/svg%3E");
	display: block;
	width: 18%;
	height: auto;
	position: absolute;
	top: 18%;
	right: 0;
	-webkit-transform: translateX(50%);
	    -ms-transform: translateX(50%);
	        transform: translateX(50%);
}
@media screen and (max-width: 600px) {
	.plus-border::before {
		top: initial;
		right: 50%;
		-webkit-transform: translate(50%, 110%);
		    -ms-transform: translate(50%, 110%);
		        transform: translate(50%, 110%);
		bottom: 0;
		width: 12%;
	}
}

.eq-border {
	position: relative;
}
.eq-border::before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 93.74 93.74'%3E%3Cpath d='M46.88 0a46.87 46.87 0 1 0 46.87 46.87A46.87 46.87 0 0 0 46.88 0Zm21.34 62.59H25.53V51.68h42.69Zm0-20.53H25.53V31.14h42.69Z' fill='%234b2490'/%3E%3C/svg%3E");
	display: block;
	width: 18%;
	height: auto;
	position: absolute;
	top: 18%;
	right: 0;
	-webkit-transform: translateX(50%);
	    -ms-transform: translateX(50%);
	        transform: translateX(50%);
}
@media screen and (max-width: 600px) {
	.eq-border::before {
		top: initial;
		right: 50%;
		-webkit-transform: translate(50%, 110%);
		    -ms-transform: translate(50%, 110%);
		        transform: translate(50%, 110%);
		bottom: 0;
		width: 12%;
	}
}

@media screen and (max-width: 600px) {
	.plus-border,
	.eq-border {
		width: 100% !important;
		margin-bottom: 19%;
	}
	.plus-border + .l-col--3,
	.eq-border + .l-col--3 {
		width: 100% !important;
	}
}
.plus-border .c-contentblock::before,
.eq-border .c-contentblock::before {
	content: "";
	height: 50%;
	position: absolute;
	right: 0;
	bottom: -2rem;
	width: 1px;
	background: linear-gradient(to bottom, #544f4d 0%, #544f4d calc(50% - 29px), transparent calc(50% - 28px), transparent calc(50% + 28px), #544f4d calc(50% + 29px), #544f4d 100%);
}
@media screen and (max-width: 600px) {
	.plus-border .c-contentblock::before,
	.eq-border .c-contentblock::before {
		content: none;
	}
}
.plus-border .c-contentblock::after,
.eq-border .c-contentblock::after {
	content: "";
	width: 2.5rem;
	aspect-ratio: 1/1.4;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24.3' height='33.89' data-name='Layer 1'%3E%3Cdefs%3E%3Cpath id='reuse-0' d='M13.59 5.77c-.08.21-.32.33-.55.25-.21-.08-.33-.32-.25-.55s.32-.33.55-.25c.22.1.33.34.25.55Z' class='cls-3'/%3E%3Cpath id='reuse-1' d='M14.68 7.27c-.06.13-.18.2-.26.17-.07-.04-.1-.19-.03-.32s.18-.2.26-.17c.07.04.1.19.03.32Z' class='cls-3'/%3E%3C/defs%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='-244.58' x2='-233.45' y1='1397.82' y2='1397.82' gradientTransform='rotate(20.71 3643.955 1379.054)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%236d6e71'/%3E%3Cstop offset='.24' stop-color='%2357575a'/%3E%3Cstop offset='.74' stop-color='%231f1f20'/%3E%3Cstop offset='1'/%3E%3C/linearGradient%3E%3ClinearGradient id='linear-gradient-2' x1='-234.58' x2='-238.15' y1='1392.76' y2='1382.93' gradientTransform='rotate(20.71 3643.955 1379.054)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%2342009f'/%3E%3Cstop offset='.39' stop-color='%2341009d'/%3E%3Cstop offset='.54' stop-color='%233e0096'/%3E%3Cstop offset='.65' stop-color='%2339008a'/%3E%3Cstop offset='.74' stop-color='%23320078'/%3E%3Cstop offset='.81' stop-color='%23280062'/%3E%3Cstop offset='.88' stop-color='%231d0046'/%3E%3Cstop offset='.94' stop-color='%23100026'/%3E%3Cstop offset='1' stop-color='%23000001'/%3E%3Cstop offset='1'/%3E%3C/linearGradient%3E%3ClinearGradient id='linear-gradient-3' x1='-241.66' x2='-237.58' y1='1378.16' y2='1374.09' gradientTransform='rotate(20.71 3643.955 1379.054)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%233b3075'/%3E%3Cstop offset='.14' stop-color='%23504684'/%3E%3Cstop offset='.44' stop-color='%238881ab'/%3E%3Cstop offset='.86' stop-color='%23e0dee9'/%3E%3Cstop offset='1' stop-color='%23fff'/%3E%3C/linearGradient%3E%3CradialGradient id='radial-gradient' cx='-240.02' cy='1379.01' r='5.51' fx='-240.02' fy='1379.01' gradientTransform='rotate(20.71 3643.955 1379.054)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%234f3c7e'/%3E%3Cstop offset='.24' stop-color='%234d3780'/%3E%3Cstop offset='.52' stop-color='%234a2988'/%3E%3Cstop offset='.81' stop-color='%23461294'/%3E%3Cstop offset='1' stop-color='%2342009f'/%3E%3C/radialGradient%3E%3Cstyle%3E.cls-3,.cls-4,.cls-5%7Bstroke-width:0%7D.cls-4%7Bisolation:isolate%7D.cls-3%7Bfill:%234f3c7e%7D.cls-4,.cls-5%7Bfill:%23fff%7D.cls-4%7Bopacity:.5%7D%3C/style%3E%3C/defs%3E%3Cpath fill='%237c9f00' stroke-width='0' d='M13.45 12.33s5.48.08 8.92 4.53 1.97 10.82-2.14 13.98-10.2 4.6-16.15.65C-1.87 26.74.2 20.63 1.14 18.91c0-.02 3.57-6.83 12.32-6.59Zm-9.5 6.46c-.69 1.27-2.23 5.81 2.19 9.33 4.41 2.93 8.92 1.87 11.97-.48s4.15-7.07 1.59-10.37c-2.56-3.29-6.61-3.35-6.61-3.35-6.47-.18-9.14 4.87-9.14 4.87Z'/%3E%3Cpath fill='%2342009f' stroke-width='0' d='M12.69 15.89s2.36.04 3.84 1.95.85 4.67-.92 6.03-4.4 1.99-6.96.27c-2.57-2.05-1.68-4.68-1.28-5.43.01 0 1.56-2.92 5.33-2.82Zm-3.85 2.92c-.26.49-.85 2.22.84 3.56 1.68 1.12 3.41.71 4.57-.19s1.58-2.7.61-3.95-2.52-1.29-2.52-1.29c-2.49-.06-3.51 1.87-3.51 1.87Z'/%3E%3Cpath fill='url(%23linear-gradient)' stroke-width='0' d='m11.79 19.71-8.81.2s-.46-1.23-1.36-1.81C.64 19.49.13 21.31.04 22.75c-.3 2.85.96 5.1 1.34 5.72.1-.05 1.88-.98 2.47-4.47 1.33-.58 8.42-3.65 8.42-3.65s.34-.09.21-.55c-.14-.45-.69-.11-.69-.11Z' opacity='.5' style='isolation:isolate'/%3E%3Cpath fill='url(%23linear-gradient-2)' stroke-width='0' d='m13.31 9.93-.82 10.13s-.16.21-.37.24c-.22.02-.42-.26-.42-.26L9.39 9.81l3.91.12Z'/%3E%3Cpath fill='url(%23radial-gradient)' stroke-width='0' d='M16.15 7.46c-1.08 2.85-4.25 4.28-7.1 3.2s-4.28-4.25-3.2-7.1 4.24-4.28 7.09-3.2 4.28 4.25 3.2 7.1Z'/%3E%3Cpath fill='url(%23linear-gradient-3)' stroke-width='0' d='M15.59 4.71c-.63 1.13-2.56 1.27-4.33.3S8.56 2.33 9.19 1.2s2.56-1.27 4.33-.3c1.76.97 2.7 2.68 2.07 3.81Z' opacity='.3' style='isolation:isolate'/%3E%3Cellipse cx='10.44' cy='4.01' class='cls-5' rx='1.25' ry='1.31' transform='rotate(-69.29 10.436 4.004)'/%3E%3Cpath fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='.04' d='M14.53 6.13c-.28.73-1.1 1.1-1.83.83s-1.1-1.1-.83-1.83 1.1-1.1 1.83-.83 1.1 1.1.83 1.83Z' opacity='.3' style='isolation:isolate'/%3E%3Cuse xlink:href='%23reuse-0' class='cls-3'/%3E%3Cuse xlink:href='%23reuse-0' class='cls-5'/%3E%3Cpath fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='.03' d='M15.59 4.71c-.63 1.13-2.56 1.27-4.33.3S8.56 2.33 9.19 1.2s2.56-1.27 4.33-.3c1.76.97 2.7 2.68 2.07 3.81Zm-.65 2.72c-.19.35-.54.54-.78.42-.24-.14-.26-.52-.06-.88s.54-.54.78-.42.26.52.06.88Z' opacity='.3' style='isolation:isolate'/%3E%3Cpath d='M13.6 5.78c-.09.23-.32.33-.55.25s-.33-.32-.25-.55.32-.33.55-.25.33.34.25.55Z' class='cls-4'/%3E%3Cuse xlink:href='%23reuse-1' class='cls-3'/%3E%3Cuse xlink:href='%23reuse-1' class='cls-5'/%3E%3Cpath d='M14.68 7.28c-.06.13-.18.2-.26.17-.07-.04-.1-.19-.03-.32s.18-.2.26-.17.1.18.03.32Z' class='cls-4'/%3E%3C/svg%3E");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	right: 0;
	bottom: 25%;
	-webkit-transform: translate(50%, 100%);
	    -ms-transform: translate(50%, 100%);
	        transform: translate(50%, 100%);
	mix-blend-mode: multiply;
}
@media screen and (max-width: 600px) {
	.plus-border .c-contentblock::after,
	.eq-border .c-contentblock::after {
		content: none;
	}
}

.u-bg--white {
	background-color: #fff;
}
.u-bg--gray {
	background-color: #F2F2F2;
}
.u-bg--gray .m-lockup .c-image--rounded::before, .u-bg--gray .m-lockup .c-image--rounded::after {
	border: 2px solid #F2F2F2;
}
.u-bg--circles {
	background: url(../images/circles-bg.svg);
	background-size: cover;
	background-position: center top;
}

.u-border--top-swoop-gray, .u-border--top-swoop-white, .u-border--top-swoop-inverted-gray {
	position: relative;
}
.u-border--top-swoop-gray .l-wrapper, .u-border--top-swoop-white .l-wrapper, .u-border--top-swoop-inverted-gray .l-wrapper {
	position: relative;
	z-index: 2;
}
.u-border--top-swoop-gray .l-wrapper > *:first-child, .u-border--top-swoop-white .l-wrapper > *:first-child, .u-border--top-swoop-inverted-gray .l-wrapper > *:first-child {
	margin-top: -8rem;
}
@media screen and (max-width: 768px) {
	.u-border--top-swoop-gray .l-wrapper > *:first-child, .u-border--top-swoop-white .l-wrapper > *:first-child, .u-border--top-swoop-inverted-gray .l-wrapper > *:first-child {
		margin-top: -2rem;
	}
}
.u-border--top-swoop-gray::before, .u-border--top-swoop-white::before, .u-border--top-swoop-inverted-gray::before {
	content: "";
	width: 100%;
	height: 0;
	padding-bottom: 10%;
	display: block;
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translateY(calc(-100% + 1px));
	    -ms-transform: translateY(calc(-100% + 1px));
	        transform: translateY(calc(-100% + 1px));
	z-index: 1;
}
.u-border--top-swoop-gray::before {
	background-image: url(../images/top-swoop-gray.svg);
}
.u-border--top-swoop-white::before {
	background-image: url(../images/top-swoop-white.svg);
}
.u-border--top-swoop-inverted-gray .l-wrapper > *:first-child {
	margin-top: inherit;
}
.u-border--top-swoop-inverted-gray::before {
	background-image: url(../images/top-swoop-inverted-gray.svg);
}

.z--1 {
	z-index: 1;
	position: relative;
}
.z--2 {
	z-index: 2;
	position: relative;
}
.z--3 {
	z-index: 3;
	position: relative;
}
.z--4 {
	z-index: 4;
	position: relative;
}
.z--5 {
	z-index: 5;
	position: relative;
}
.z--6 {
	z-index: 6;
	position: relative;
}
.z--7 {
	z-index: 7;
	position: relative;
}
.z--8 {
	z-index: 8;
	position: relative;
}
.z--9 {
	z-index: 9;
	position: relative;
}
.z--10 {
	z-index: 11;
	position: relative;
}
.z--11 {
	z-index: 11;
	position: relative;
}
.z--12 {
	z-index: 12;
	position: relative;
}
.z--13 {
	z-index: 13;
	position: relative;
}
.z--14 {
	z-index: 14;
	position: relative;
}
.z--15 {
	z-index: 15;
	position: relative;
}
.z--16 {
	z-index: 16;
	position: relative;
}
.z--17 {
	z-index: 17;
	position: relative;
}
.z--18 {
	z-index: 18;
	position: relative;
}
.z--19 {
	z-index: 19;
	position: relative;
}
.z--20 {
	z-index: 20;
	position: relative;
}

.u-decorate--circle-left {
	position: relative;
}
.u-decorate--circle-left::before {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1315.04 1811.47'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='-108.09' y1='3035.9' x2='1176.27' y2='4233.81' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.33' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fafafa'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M1314.07 3541.89c0 500.22-405.51 905.73-905.74 905.73A901.94 901.94 0 0 1-.84 4350.15L-1 2733.7a901.81 901.81 0 0 1 409.3-97.55c500.26 0 905.77 405.52 905.77 905.74Z' transform='translate(.97 -2636.15)' fill='url(%23a)'/%3E%3C/svg%3E");
	width: 80%;
	aspect-ratio: 4/7;
	display: block;
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
@media screen and (max-width: 1024px) {
	.u-decorate--circle-left::before {
		top: -30%;
	}
}
.u-decorate--circle-left .l-wrapper {
	position: relative;
	z-index: 2;
}
.u-decorate--circle-left::after {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1317.46 1813.89'%3E%3Cpath d='M1316.25 906.95c0 500.22-405.51 905.73-905.74 905.73a901.94 901.94 0 0 1-409.17-97.47L1.18 98.76a901.81 901.81 0 0 1 409.3-97.55c500.26 0 905.77 405.52 905.77 905.74Z' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='2.42'/%3E%3C/svg%3E");
	width: 80%;
	aspect-ratio: 4/7;
	display: block;
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}
@media screen and (max-width: 1024px) {
	.u-decorate--circle-left::after {
		top: -30%;
	}
}

.shift-image .c-image {
	-webkit-transform: translateY(12rem);
	    -ms-transform: translateY(12rem);
	        transform: translateY(12rem);
}
@media screen and (max-width: 600px) {
	.shift-image .c-image {
		-webkit-transform: translateY(4rem);
		    -ms-transform: translateY(4rem);
		        transform: translateY(4rem);
	}
}

.hide {
	display: none !important;
}