/*! theranet-theme-assets v1.0.0 | (c) 2025 Kirill Miniaev | MIT License | 20:20:7*/
/**
    __ __                                 
   / //_/____ _ _____ __  __ ____   ____ _
  / ,<  / __ `// ___// / / // __ \ / __ `/
 / /| |/ /_/ // /   / /_/ // / / // /_/ / 
/_/ |_|\__,_//_/    \__,_//_/ /_/ \__,_/  

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

* {
	background-position: center;
	background-repeat: no-repeat;
}

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

.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:not(.is-overflow) .splide__pagination {
	display: none;
}

.splide__progress__bar {
	width: 0;
}

.splide {
	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;
	position: relative;
}

.splide__slide img {
	vertical-align: bottom;
}

.splide__spinner {
	-webkit-animation: splide-loading 1s linear infinite;
	        animation: splide-loading 1s linear infinite;
	border: 2px solid #999;
	border-left-color: transparent;
	border-radius: 50%;
	bottom: 0;
	contain: strict;
	display: inline-block;
	height: 20px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}

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

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
	display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
	display: inline;
}

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

@-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__track--draggable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	     user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
	margin: 0 !important;
	opacity: 0;
	z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
	opacity: 1;
	z-index: 1;
}

.splide--rtl {
	direction: rtl;
}

.splide__track--ttb > .splide__list {
	display: block;
}

.splide__arrow {
	-ms-flex-align: center;
	-webkit-box-align: center;
	        align-items: center;
	background: #ccc;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	height: 2em;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	        justify-content: center;
	opacity: 0.7;
	padding: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 2em;
	z-index: 1;
}

.splide__arrow svg {
	fill: #000;
	height: 1.2em;
	width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
	opacity: 0.9;
}

.splide__arrow:disabled {
	opacity: 0.3;
}

.splide__arrow:focus-visible {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide__arrow--prev {
	left: 1em;
}

.splide__arrow--prev svg {
	-webkit-transform: scaleX(-1);
	    -ms-transform: scaleX(-1);
	        transform: scaleX(-1);
}

.splide__arrow--next {
	right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide__pagination {
	bottom: 0.5em;
	left: 0;
	padding: 0 1em;
	position: absolute;
	right: 0;
	z-index: 1;
}

.splide__pagination__page {
	background: #ccc;
	border: 0;
	border-radius: 50%;
	display: inline-block;
	height: 8px;
	margin: 3px;
	opacity: 0.7;
	padding: 0;
	position: relative;
	-webkit-transition: -webkit-transform 0.2s linear;
	transition: -webkit-transform 0.2s linear;
	transition: transform 0.2s linear;
	transition: transform 0.2s linear, -webkit-transform 0.2s linear;
	width: 8px;
}

.splide__pagination__page.is-active {
	background: #fff;
	-webkit-transform: scale(1.4);
	    -ms-transform: scale(1.4);
	        transform: scale(1.4);
	z-index: 1;
}

.splide__pagination__page:hover {
	cursor: pointer;
	opacity: 0.9;
}

.splide__pagination__page:focus-visible {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide__progress__bar {
	background: #ccc;
	height: 3px;
}

.splide__slide {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
	outline: 0;
}

@supports (outline-offset: -3px) {
	.splide__slide:focus-visible {
		outline: 3px solid #0bf;
		outline-offset: -3px;
	}
}
@media screen and (-ms-high-contrast: none) {
	.splide__slide:focus-visible {
		border: 3px solid #0bf;
	}
}
@supports (outline-offset: -3px) {
	.splide.is-focus-in .splide__slide:focus {
		outline: 3px solid #0bf;
		outline-offset: -3px;
	}
}
@media screen and (-ms-high-contrast: none) {
	.splide.is-focus-in .splide__slide:focus {
		border: 3px solid #0bf;
	}
	.splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
		border-color: #0bf;
	}
}
.splide__toggle {
	cursor: pointer;
}

.splide__toggle:focus-visible {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
	border: 3px solid transparent;
	cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
	border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
	left: auto;
	right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
	-webkit-transform: scaleX(1);
	    -ms-transform: scaleX(1);
	        transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
	left: 1em;
	right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
	-webkit-transform: scaleX(-1);
	    -ms-transform: scaleX(-1);
	        transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
	left: 50%;
	-webkit-transform: translate(-50%);
	    -ms-transform: translate(-50%);
	        transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
	top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
	-webkit-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	        transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
	bottom: 1em;
	top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
}

.splide__pagination--ttb {
	bottom: 0;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	        flex-direction: column;
	left: auto;
	padding: 1em 0;
	right: 0.5em;
	top: 0;
}

:root {
	--c-blue: #004aad;
	--c-blue-l: #117eec;
	--c-red: #ed1553;
	--c-orange: #f47e40;
	--c-green: #6bc483;
	--c-green-l: #45c266;
	--c-gray-d: #2f2f31;
	--c-gray-m: #798490;
	--c-gray-ml: #b7b7b7;
	--c-gray-l: #f3efea;
	--c-gray-xl: #fcfcfc;
	--font-h: usual, arial, sans-serif;
	--font-b: usual, arial, sans-serif;
}

html, body {
	width: 100%;
	height: 100%;
}

html {
	font-size: 62.5%;
}

body {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-family: var(--font-b);
	font-size: 1.6rem;
	color: #000;
	overflow-x: hidden;
	-webkit-font-feature-settings: "salt";
	        font-feature-settings: "salt";
}

*, *:before, *:after {
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
	-webkit-font-kerning: normal;
	        font-kerning: normal;
	-webkit-font-variant-ligatures: common-ligatures contextual;
	        font-variant-ligatures: common-ligatures contextual;
	font-variant-numeric: lining-nums;
	-webkit-font-feature-settings: "kern", "liga", "clig", "calt", "lnum";
	        font-feature-settings: "kern", "liga", "clig", "calt", "lnum";
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-h);
}

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

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

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

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

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

h6 {
	font-size: 1.8rem;
	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: var(--c-blue);
	-webkit-transition: color 250ms ease-in-out;
	transition: color 250ms ease-in-out;
	display: block;
}
a:hover, a:focus {
	outline: none;
	border: 0;
	color: color-mix(in srgb, var(--c-blue) 90%, black);
}

svg {
	display: block;
}

input, textarea {
	outline: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	font-family: var(--font-b);
	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: var(--c-blue);
	border-radius: 50%;
	width: 3rem;
	height: 3rem;
	-webkit-animation: spinner 1.2s linear infinite;
	        animation: spinner 1.2s linear infinite;
	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;
}

._wrapper {
	width: 1030px;
	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;
	position: relative;
	z-index: 5;
}
._wrapper.-full {
	width: 100%;
}
._wrapper.-left {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
._wrapper.-center {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
._wrapper.-right {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
._wrapper.-space {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
._wrapper.-stretch-h {
	-webkit-box-pack: stretch;
	    -ms-flex-pack: stretch;
	        justify-content: stretch;
}
._wrapper.-top {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
._wrapper.-middle {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
._wrapper.-bottom {
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
._wrapper.-stretch-v {
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
._wrapper.-nopadding {
	padding: 0;
}
@media screen and (max-width: 1070px) {
	._wrapper {
		padding-left: 2rem !important;
		padding-right: 2rem !important;
	}
}

._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%;
}
._row.-left {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
._row.-center {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
._row.-right {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
._row.-space {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
._row.-stretch-h {
	-webkit-box-pack: stretch;
	    -ms-flex-pack: stretch;
	        justify-content: stretch;
}
._row.-top {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
._row.-middle {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
._row.-bottom {
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
._row.-stretch-v {
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}

._column {
	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;
}
._column.-left {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
._column.-center {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
._column.-right {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
._column.-space {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
._column.-stretch-h {
	-webkit-box-pack: stretch;
	    -ms-flex-pack: stretch;
	        justify-content: stretch;
}
._column.-top {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
._column.-middle {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
._column.-bottom {
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
._column.-stretch-v {
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
._column.-self-center {
	margin-left: auto;
	margin-right: auto;
}
._column.-inner-pad-10p {
	padding-left: 10%;
	padding-right: 10%;
}
._column.-w-5 {
	width: calc(5% - 2rem);
}
@media screen and (max-width: 768px) {
	._column.-w-5 {
		width: 100%;
	}
}
._column.-w-10 {
	width: calc(10% - 2rem);
}
@media screen and (max-width: 768px) {
	._column.-w-10 {
		width: 100%;
	}
}
._column.-w-20 {
	width: calc(20% - 2rem);
}
@media screen and (max-width: 1024px) {
	._column.-w-20 {
		width: 25%;
	}
}
@media screen and (max-width: 768px) {
	._column.-w-20 {
		width: 50%;
	}
}
@media screen and (max-width: 430px) {
	._column.-w-20 {
		width: 100%;
	}
}
._column.-w-20.-full {
	width: 20%;
}
@media screen and (max-width: 1024px) {
	._column.-w-20.-full {
		width: 25%;
	}
}
@media screen and (max-width: 768px) {
	._column.-w-20.-full {
		width: 50%;
	}
}
@media screen and (max-width: 430px) {
	._column.-w-20.-full {
		width: 100%;
	}
}
._column.-w-25 {
	width: calc(25% - 2rem);
}
@media screen and (max-width: 768px) {
	._column.-w-25 {
		width: 100%;
	}
}
._column.-w-30 {
	width: calc(30% - 2rem);
}
@media screen and (max-width: 768px) {
	._column.-w-30 {
		width: 100%;
	}
}
._column.-w-33 {
	width: calc(33.333333% - 1rem);
}
@media screen and (max-width: 768px) {
	._column.-w-33 {
		width: 100%;
	}
}
._column.-w-33.-full {
	width: 33.333333%;
}
@media screen and (max-width: 600px) {
	._column.-w-33.-full {
		width: 100%;
	}
}
._column.-w-40 {
	width: calc(40% - 2rem);
}
@media screen and (max-width: 768px) {
	._column.-w-40 {
		width: 100%;
	}
}
._column.-w-40.-full {
	width: 40%;
}
@media screen and (max-width: 600px) {
	._column.-w-40.-full {
		width: 100%;
	}
}
._column.-w-45 {
	width: calc(45% - 2rem);
}
@media screen and (max-width: 768px) {
	._column.-w-45 {
		width: 100%;
	}
}
._column.-w-45.-full {
	width: 45%;
}
@media screen and (max-width: 600px) {
	._column.-w-45.-full {
		width: 100%;
	}
}
._column.-w-50 {
	width: calc(50% - 2rem);
}
@media screen and (max-width: 768px) {
	._column.-w-50 {
		width: 100%;
		margin: 1rem auto !important;
	}
}
._column.-w-50.-full {
	width: 50%;
}
@media screen and (max-width: 600px) {
	._column.-w-50.-full {
		width: 100%;
	}
}
._column.-w-55 {
	width: calc(55% - 2rem);
}
@media screen and (max-width: 768px) {
	._column.-w-55 {
		width: 100%;
	}
}
._column.-w-55.-full {
	width: 55%;
}
@media screen and (max-width: 600px) {
	._column.-w-55.-full {
		width: 100%;
	}
}
._column.-w-60 {
	width: calc(60% - 2rem);
}
@media screen and (max-width: 768px) {
	._column.-w-60 {
		width: 100%;
	}
}
._column.-w-60.-full {
	width: 60%;
}
@media screen and (max-width: 600px) {
	._column.-w-60.-full {
		width: 100%;
	}
}
._column.-w-66 {
	width: calc(66.666666% - 1rem);
}
@media screen and (max-width: 768px) {
	._column.-w-66 {
		width: 100%;
	}
}
._column.-w-66.-full {
	width: 66.666666%;
}
@media screen and (max-width: 600px) {
	._column.-w-66.-full {
		width: 100%;
	}
}
._column.-w-65 {
	width: calc(65% - 2rem);
}
@media screen and (max-width: 768px) {
	._column.-w-65 {
		width: 100%;
	}
}
._column.-w-70 {
	width: calc(70% - 2rem);
}
@media screen and (max-width: 768px) {
	._column.-w-70 {
		width: 100%;
	}
}
._column.-w-80 {
	width: calc(80% - 2rem);
}
@media screen and (max-width: 768px) {
	._column.-w-80 {
		width: 100%;
	}
}
._column.-w-80.-full {
	width: 80%;
}
@media screen and (max-width: 600px) {
	._column.-w-80.-full {
		width: 100%;
	}
}

._grid {
	display: grid;
	gap: 3rem;
	width: 100%;
}
._grid.-col-2 {
	grid-template-columns: repeat(2, 1fr);
}
._grid.-col-3 {
	grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 700px) {
	._grid.-col-3 {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 450px) {
	._grid.-col-3 {
		grid-template-columns: repeat(1, 1fr);
	}
}
._grid .-spanall {
	grid-column: 1/-1;
}

/**
 * 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: absolute;
	top: 0;
	left: 0;
	padding-bottom: 5rem;
	z-index: 999;
}

body > footer {
	background: var(--c-blue);
	background: linear-gradient(45deg, var(--c-blue) 0, var(--c-blue-l) 100%);
}
@media screen and (max-width: 1024px) {
	body > footer ._column.-w-20 {
		width: calc(20% - 2rem);
	}
}
@media screen and (max-width: 768px) {
	body > footer ._column.-w-20 {
		width: 100%;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
	}
}
body > footer ._brand {
	width: 100%;
}
body > footer ._brand img {
	max-width: 13rem;
	margin: 0 auto;
	display: block;
}
@media screen and (max-width: 768px) {
	body > footer ._brand {
		width: auto;
	}
}
body > footer ._social {
	margin: 1rem auto;
}
body > footer ._social a {
	margin: 0.75rem;
	-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;
}
body > footer ._social a:hover {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}
body > footer ._social a:focus {
	outline: 2px dotted rgba(0, 0, 0, 0.2);
}
body > footer ._email,
body > footer ._phone {
	font-size: 1.2rem;
	color: #fff;
	text-transform: uppercase;
	padding-right: 2rem;
	margin-right: 2rem;
	border-right: 2px solid var(--c-green);
	letter-spacing: 0.05rem;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
@media screen and (max-width: 530px) {
	body > footer ._email,
	body > footer ._phone {
		border-right: 0;
		margin-right: 0;
	}
}
body > footer ._email:hover,
body > footer ._phone:hover {
	text-decoration: underline;
}
body > footer ._email:focus,
body > footer ._phone:focus {
	outline: 2px dotted rgba(0, 0, 0, 0.2);
}
body > footer ._copy {
	font-size: 1.2rem;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.05rem;
	margin: 0.5rem 0;
}
@media screen and (max-width: 530px) {
	body > footer ._copy {
		width: 100%;
		text-align: center;
	}
}
body > footer ._copy span {
	text-transform: none;
	margin-left: 2rem;
}
@media screen and (max-width: 530px) {
	body > footer ._copy span {
		margin-left: 0;
		display: block;
		margin-top: 0.5rem;
		text-align: center;
	}
}

._brand img {
	max-width: 16rem;
	height: auto;
	width: 100%;
	padding: 1rem;
}
@media screen and (max-width: 860px) {
	._brand img {
		max-width: 13rem;
	}
}
._brand:focus {
	outline: 2px dotted rgba(0, 0, 0, 0.2);
}

._nav.-header {
	margin-right: auto;
	margin-left: 4rem;
}
@media screen and (max-width: 940px) {
	._nav.-header {
		margin-left: 2rem;
	}
}
@media screen and (max-width: 768px) {
	._nav.-header {
		margin-left: auto;
		margin-right: 1rem;
	}
}
._nav.-main .menu, ._nav.-footer-left .menu, ._nav.-footer-right .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;
}
._nav.-main .menu li:not(:last-child), ._nav.-footer-left .menu li:not(:last-child), ._nav.-footer-right .menu li:not(:last-child) {
	padding-right: 3rem;
}
@media screen and (max-width: 940px) {
	._nav.-main .menu li:not(:last-child), ._nav.-footer-left .menu li:not(:last-child), ._nav.-footer-right .menu li:not(:last-child) {
		padding-right: 1.5rem;
	}
}
._nav.-main .menu li.current-menu-item a, ._nav.-footer-left .menu li.current-menu-item a, ._nav.-footer-right .menu li.current-menu-item a {
	color: var(--c-blue);
}
._nav.-main .menu li.current-menu-item a::after, ._nav.-footer-left .menu li.current-menu-item a::after, ._nav.-footer-right .menu li.current-menu-item a::after {
	content: "";
	width: 100%;
	height: 2px;
	background-color: var(--c-green);
	display: block;
	left: 0;
	bottom: -4px;
	position: absolute;
}
._nav.-main .menu a, ._nav.-footer-left .menu a, ._nav.-footer-right .menu a {
	color: var(--c-gray-d);
	font-weight: 800;
	display: block;
	font-size: 1.7rem;
	position: relative;
}
@media screen and (max-width: 860px) {
	._nav.-main .menu a, ._nav.-footer-left .menu a, ._nav.-footer-right .menu a {
		font-size: 1.5rem;
	}
}
._nav.-main .menu a:hover, ._nav.-main .menu a:focus, ._nav.-footer-left .menu a:hover, ._nav.-footer-left .menu a:focus, ._nav.-footer-right .menu a:hover, ._nav.-footer-right .menu a:focus {
	color: var(--c-blue);
}
._nav.-main .menu a:focus, ._nav.-footer-left .menu a:focus, ._nav.-footer-right .menu a:focus {
	outline: 2px dotted rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
	._nav.-main {
		position: absolute;
		top: 11rem;
		left: 0;
		width: 100%;
		margin: 0;
		background-color: var(--c-blue);
		opacity: 0;
		pointer-events: none;
		-webkit-transition: opacity 250ms ease-in-out;
		transition: opacity 250ms ease-in-out;
	}
	._nav.-main.-show {
		opacity: 1;
		pointer-events: all;
	}
	._nav.-main .menu {
		display: block;
	}
	._nav.-main .menu li:not(:last-child) {
		padding-right: 0;
	}
	._nav.-main .menu li.current-menu-item a {
		color: #fff;
	}
	._nav.-main .menu li.current-menu-item a::after {
		bottom: -2px;
	}
	._nav.-main .menu a {
		color: #fff;
		text-align: center;
		padding: 1rem;
	}
	._nav.-main .menu a:hover, ._nav.-main .menu a:focus {
		color: #fff;
	}
}
._nav.-header-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
._nav.-header-right ._social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: flex-right;
	    -ms-flex-pack: flex-right;
	        justify-content: flex-right;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
._nav.-header-right ._social a {
	display: block;
	margin: 0.75rem 0 0.75rem 0.75rem;
	-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;
}
._nav.-header-right ._social a:hover {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}
._nav.-header-right ._social a:focus {
	outline: 2px dotted rgba(0, 0, 0, 0.2);
}
._nav.-header-right ._button {
	padding: 0.5rem 1rem;
	margin: 0;
	font-size: 1.5rem;
	margin-right: 1rem;
	border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
	._nav.-header-right ._button {
		display: none;
	}
}
._nav.-footer-left, ._nav.-footer-right {
	-webkit-transform: translateY(1.8rem);
	    -ms-transform: translateY(1.8rem);
	        transform: translateY(1.8rem);
}
._nav.-footer-left .menu a, ._nav.-footer-right .menu a {
	color: #fff !important;
	font-size: 1.5rem;
}
._nav.-footer-left ._button, ._nav.-footer-right ._button {
	padding: 0.5rem 1rem;
	margin: 0;
}
._nav.-footer-left {
	padding-right: 6rem;
}
@media screen and (max-width: 940px) {
	._nav.-footer-left {
		padding-right: 3rem;
	}
}
@media screen and (max-width: 768px) {
	._nav.-footer-left {
		padding: 0;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin-bottom: 1rem;
	}
}
._nav.-footer-right {
	padding-left: 6rem;
}
@media screen and (max-width: 940px) {
	._nav.-footer-right {
		padding-left: 3rem;
	}
}
@media screen and (max-width: 768px) {
	._nav.-footer-right {
		padding: 0;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin-bottom: 2rem;
	}
}
._nav.-legal {
	margin-left: 2rem;
}
@media screen and (max-width: 530px) {
	._nav.-legal {
		margin-left: 0;
	}
}
._nav.-legal a {
	color: #fff;
	font-size: 1.2rem;
	display: block;
	text-decoration: underline;
}
._nav.-legal a:focus {
	outline: 2px dotted rgba(0, 0, 0, 0.2);
}

._burger {
	outline: none;
	height: 20px;
	width: 15px;
	border: 0px;
	padding: 0px;
	background: transparent;
	-webkit-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
	cursor: pointer;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	display: none !important;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media screen and (max-width: 768px) {
	._burger {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
}
._burger::before, ._burger::after {
	content: "";
	width: 19px;
	height: 2px;
	position: absolute;
	background: var(--c-gray-d);
	-webkit-transition: -webkit-transform 250ms ease-out;
	transition: -webkit-transform 250ms ease-out;
	transition: transform 250ms ease-out;
	transition: transform 250ms ease-out, -webkit-transform 250ms ease-out;
}
._burger::before {
	-webkit-transform: translateY(-4px);
	    -ms-transform: translateY(-4px);
	        transform: translateY(-4px);
}
._burger::after {
	-webkit-transform: translateY(4px);
	    -ms-transform: translateY(4px);
	        transform: translateY(4px);
}
._burger.-active::before {
	-webkit-transform: translateY(0) rotate(45deg);
	    -ms-transform: translateY(0) rotate(45deg);
	        transform: translateY(0) rotate(45deg);
}
._burger.-active::after {
	-webkit-transform: translateY(0) rotate(-45deg);
	    -ms-transform: translateY(0) rotate(-45deg);
	        transform: translateY(0) rotate(-45deg);
}

/**
 * General
 */
body > main > header {
	position: relative;
	min-height: 65rem;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-top: 8rem;
}
body > main > header.-slim {
	min-height: 0;
	height: initial;
	padding-top: 15rem;
}
body > main > header ._wrapper {
	position: relative;
	z-index: 99;
}
@media screen and (max-width: 768px) {
	body > main > header defer-image::after {
		content: "";
		width: 100%;
		height: 100%;
		background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.4)), color-stop(40%, rgba(255, 255, 255, 0.9)), color-stop(60%, rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0.4)));
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.9) 40%, rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 0.4) 100%);
		display: block;
	}
}
@media screen and (max-width: 450px) {
	body > main > header {
		padding-top: 10rem;
	}
}
body > main > section {
	position: relative;
}
body > main > section.-full ._wrapper {
	width: 100%;
	padding: 0;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
body > main > section.-has-bg-img ._wrapper {
	z-index: 10;
}
body > main > footer {
	position: relative;
}
body > main > footer::before {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	background: -webkit-gradient(linear, left top, left bottom, from(var(--c-blue-l)), color-stop(20%, #cbeeff), color-stop(50%, rgba(255, 255, 255, 0.3)));
	background: linear-gradient(to bottom, var(--c-blue-l) 0%, #cbeeff 20%, rgba(255, 255, 255, 0.3) 50%);
	top: 0;
	left: 0;
	display: block;
}

body.blog > main > header,
body.archive > main > header {
	min-height: 35rem;
	height: 65vh;
	max-height: 50rem;
}
@media screen and (max-width: 500px) {
	body.blog > main > header,
	body.archive > main > header {
		min-height: 30rem;
		max-height: 34rem;
		padding-top: 6rem;
	}
}

body.single-post article {
	position: relative;
	z-index: 5;
}
body.single-post article > header {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-top: 6rem;
	min-height: 25rem;
	height: 40vh;
	max-height: 50rem;
}
body.single-post article > header ._wrapper {
	z-index: 10;
}

/**
 * Components
 */
._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%;
}
._buttons.-left {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
._buttons.-center {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
._buttons.-right {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

._button {
	margin: 1rem 1.5rem;
	display: block;
	text-align: center;
	padding: 0.75rem 3rem;
	font-size: 2rem;
	font-weight: 800;
	border-radius: 1rem;
	-webkit-transition: background-color 250ms ease-in-out, -webkit-box-shadow 150ms ease-in-out;
	transition: background-color 250ms ease-in-out, -webkit-box-shadow 150ms ease-in-out;
	transition: box-shadow 150ms ease-in-out, background-color 250ms ease-in-out;
	transition: box-shadow 150ms ease-in-out, background-color 250ms ease-in-out, -webkit-box-shadow 150ms ease-in-out;
}
@media screen and (min-width: 501px) {
	._button:first-of-type {
		margin-left: 0;
	}
	._button:last-of-type {
		margin-right: 0;
	}
}
._button:hover, ._button:focus {
	-webkit-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
	        box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
}
._button:focus {
	outline: 2px dotted rgba(0, 0, 0, 0.2);
}
._button.-primary {
	background-color: var(--c-green);
	color: #fff;
}
._button.-primary:hover, ._button.-primary:focus {
	color: #fff;
	background-color: color-mix(in srgb, var(--c-green) 90%, black);
}
._button.-blue {
	background-color: var(--c-blue);
	color: #fff;
}
._button.-blue:hover, ._button.-blue:focus {
	color: #fff;
	background-color: color-mix(in srgb, var(--c-blue) 90%, black);
}

._embed, ._video {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 16/9;
	overflow: hidden;
}
._embed iframe, ._video iframe,
._embed object,
._video object,
._embed embed,
._video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

defer-image {
	display: block;
}
defer-image[type=background] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	z-index: 1;
}

@media screen and (max-width: 768px) {
	._image {
		margin: 0 auto;
	}
}
._image.-rounded img {
	border-radius: 3rem;
}
._image.-cover {
	width: 100%;
	height: 100%;
}
._image.-cover defer-image,
._image.-cover img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

hr-spacer[type=line] {
	position: relative;
}
hr-spacer[type=line]::after {
	content: "";
	width: 20rem;
	height: 1px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	background-color: var(--c-gray-ml);
}
hr-spacer[type=arrow] {
	position: relative;
	min-height: 3rem;
}
hr-spacer[type=arrow]::after {
	content: "";
	width: 25px;
	aspect-ratio: 25/33;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	background-size: 100%;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.39' height='32.95'%3E%3Cpath style='fill:%23289d47;stroke-width:0' d='M12.2 8.08 0 0l12.2 32.95L24.39 0 12.2 8.08z'/%3E%3C/svg%3E");
}

._title {
	color: var(--c-blue);
	font-weight: 400;
	margin-bottom: 1.5rem;
	line-height: 1.3;
	display: block;
	width: 100%;
	text-wrap: balance;
}
._title.-left {
	text-align: left;
}
._title.-center {
	text-align: center;
}
._title.-right {
	text-align: right;
}
._title strong,
._title b {
	font-weight: 800;
	line-height: 1.3;
}
._title em,
._title i {
	font-style: italic;
	line-height: 1.3;
}

h1._title {
	font-size: 4.2rem;
}
@media screen and (max-width: 450px) {
	h1._title {
		font-size: 3.2rem;
	}
}

h3._title {
	font-size: 2.4rem;
}

.-invert ._title,
.-invert ._content {
	color: #fff;
}

.-green-header ._title {
	color: var(--c-green-l);
}

._content {
	display: block;
	width: 100%;
	font-size: 1.8rem;
	color: var(--c-gray-d);
	margin-bottom: 1rem;
	text-wrap: balance;
}
@media screen and (max-width: 500px) {
	._content {
		font-size: 1.5rem;
	}
}
._content h2,
._content h3,
._content h4,
._content h5,
._content h6 {
	color: var(--c-blue);
	font-weight: 100;
}
._content strong,
._content b {
	font-weight: 600;
}
._content em,
._content i {
	font-style: italic;
}
._content a {
	display: inline-block;
	text-decoration: underline;
}
._content.-large {
	font-size: 2.4rem;
	font-weight: 100;
}
._content, ._content * {
	line-height: 1.6 !important;
}
._content > *:not(:last-child) {
	margin-bottom: 3rem;
}
._content ul,
._content ol {
	padding-left: 4rem;
	margin-left: 3rem;
}
@media screen and (max-width: 500px) {
	._content ul,
	._content ol {
		padding-left: 1rem;
	}
}
._content ol {
	list-style-type: decimal;
}
._content ul li {
	position: relative;
}
._content ul li:not(:last-child) {
	margin-bottom: 1rem;
}
._content ul li::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate(calc(-100% - 1rem), 3px);
	    -ms-transform: translate(calc(-100% - 1rem), 3px);
	        transform: translate(calc(-100% - 1rem), 3px);
	display: block;
	width: 21px;
	aspect-ratio: 1;
	background-image: url(../images/bullet.svg);
	background-position: center;
	background-size: cover;
}
._content blockquote {
	padding: 1.5rem 0 1.5rem 3rem;
	border-left: 2px solid var(--c-green);
	margin-left: 2.5rem;
	width: calc(100% - 2.5rem);
}
._content blockquote p {
	font-style: italic;
	font-weight: 100;
	font-size: 2.2rem;
}
._content img.alignleft {
	float: left;
	margin-right: 2rem;
	margin-bottom: 2rem;
}
._content img.alignright {
	float: right;
	margin-left: 2rem;
	margin-bottom: 2rem;
}
._content img.aligncenter {
	display: block;
	margin: 0 auto 2rem;
}

c-video {
	display: block;
	position: relative;
	width: 80%;
	aspect-ratio: 16/9;
	border-radius: 3rem;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3rem;
	-webkit-filter: drop-shadow(0 0 1.5rem rgba(0, 0, 0, 0.15));
	        filter: drop-shadow(0 0 1.5rem rgba(0, 0, 0, 0.15));
}
@media screen and (max-width: 500px) {
	c-video {
		width: 100%;
	}
}
c-video video {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
c-video:hover::before, c-video:focus::before {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}
c-video:not(.-loaded) {
	cursor: pointer;
}
c-video:not(.-loaded)::before {
	content: "";
	width: 5rem;
	aspect-ratio: 1;
	display: block;
	position: absolute;
	bottom: 2rem;
	right: 2rem;
	z-index: 3;
	background-size: 100%;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='53.59' height='53.59'%3E%3Crect width='53.59' height='53.59' fill='%23fff' rx='13.18' ry='13.18'/%3E%3Cpath fill='%23004aad' d='m24.31 37.08 12.03-7.49c2.07-1.29 2.07-4.3 0-5.58l-12.03-7.49c-2.19-1.36-5.03.21-5.03 2.79v14.97c0 2.58 2.84 4.16 5.03 2.79Z'/%3E%3C/svg%3E");
	-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;
	-webkit-filter: drop-shadow(0 0 1.5rem rgba(0, 0, 0, 0.15));
	        filter: drop-shadow(0 0 1.5rem rgba(0, 0, 0, 0.15));
}
c-video:not(.-loaded)::after {
	content: "";
	width: 100%;
	height: 50%;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), to(rgba(255, 255, 255, 0)));
	background: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 600px) {
	c-video:not(.-loaded)::after {
		height: 75%;
	}
}
c-video h3 {
	display: block;
	position: absolute;
	z-index: 3;
	left: 9rem;
	bottom: 3rem;
	color: var(--c-blue);
	font-size: 2.8rem;
	width: calc(100% - 9rem);
	padding-right: 9rem;
}
c-video h3::before {
	content: "";
	width: 6rem;
	aspect-ratio: 1;
	display: block;
	position: absolute;
	top: 50%;
	left: -7rem;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	background-size: 100%;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='61.76' height='61.76'%3E%3Cdefs%3E%3ClinearGradient id='b' x1='-136.54' x2='-136.54' y1='5713.12' y2='5713.26' gradientTransform='matrix(458.65 0 0 -458.65 62654.79 2620378.55)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%2300c2f8'/%3E%3Cstop offset='1' stop-color='%23175be7'/%3E%3C/linearGradient%3E%3CclipPath id='a'%3E%3Cpath fill='none' stroke-width='0' d='M48.39 12.79c9.49 9.19 10.26 24.15 1.77 34.27 3.06-15.85-5.36-27.15-21.86-30.18 5.15-4.03 12-5.57 20.09-4.09Zm-35.6.58c9.19-9.49 24.15-10.26 34.27-1.77-15.85-3.06-27.15 5.37-30.18 21.87-4.03-5.16-5.57-12-4.09-20.1Zm36.18 35.02c-9.19 9.49-24.15 10.26-34.27 1.77 15.85 3.06 27.15-5.37 30.19-21.87 4.03 5.16 5.57 12.01 4.09 20.1Zm-35.6.58C3.87 39.78 3.1 24.81 11.6 14.69c-3.05 15.85 5.37 27.15 21.87 30.19-5.16 4.03-12 5.57-20.1 4.09Z' clip-rule='evenodd'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='url(%23b)' d='M0 0h61.76v61.76H0z'/%3E%3C/g%3E%3C/svg%3E");
}
c-video h3 strong,
c-video h3 b {
	font-weight: 800;
}
c-video h3,
c-video h3 * {
	line-height: 1.2;
}

._cards,
._blocks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	width: 100%;
}

._card {
	display: block;
	width: calc(33.333333% - 1.5rem);
	padding: 2rem 2.5rem;
	background-color: #fff;
	border-radius: 2rem;
	-webkit-filter: drop-shadow(0 0 1.5rem rgba(0, 0, 0, 0.1));
	        filter: drop-shadow(0 0 1.5rem rgba(0, 0, 0, 0.1));
}
._card img {
	max-height: 7.5rem;
	width: auto;
}
._card h3 {
	margin-top: 1.5rem;
}
._card p {
	font-size: 1.4rem;
}
._card a {
	display: block;
	color: var(--c-blue);
	font-size: 1.4rem;
	letter-spacing: 0.05rem;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: underline;
}
._card a:focus {
	outline: 2px dotted rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
	._card {
		width: calc(50% - 1.5rem);
		margin-bottom: 3rem;
	}
}
@media screen and (max-width: 460px) {
	._card {
		width: 100%;
	}
}

._block {
	display: block;
	width: calc(33.3333% - 1.5rem);
	padding: 3rem 4rem;
}
._block img {
	max-height: 7.5rem;
	width: auto;
}
._block h3 {
	margin-top: 1.5rem;
}
._block p {
	font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
	._block {
		width: calc(50% - 1.5rem);
	}
}
@media screen and (max-width: 460px) {
	._block {
		width: 100%;
	}
}

._testslider .splide {
	-webkit-mask-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #000), color-stop(3.8rem, #000), color-stop(3.9rem, transparent), color-stop(30%, #000));
	-webkit-mask-image: linear-gradient(to top, #000 0, #000 3.8rem, transparent 3.9rem, #000 30%);
	        mask-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #000), color-stop(3.8rem, #000), color-stop(3.9rem, transparent), color-stop(30%, #000));
	        mask-image: linear-gradient(to top, #000 0, #000 3.8rem, transparent 3.9rem, #000 30%);
	padding-bottom: 4rem;
}
._testslider .splide__arrows {
	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;
	position: absolute;
	left: 0;
	bottom: 0rem;
	padding: 0 2rem;
}
._testslider .splide__arrows .splide__arrow {
	position: static;
	background: var(--c-green);
}
._testslider .splide__arrows .splide__arrow:first-of-type {
	margin-right: 1rem;
}
._testslider .splide__arrows .splide__arrow svg {
	fill: #fff;
}

._testimonial {
	padding-bottom: 2rem;
}
._testimonial blockquote {
	margin-top: -1rem;
}
._testimonial span,
._testimonial p {
	font-size: 1.4rem;
	display: inline;
}
._testimonial cite {
	display: block;
	margin-top: 0.5rem;
	margin-bottom: 1.5rem;
	text-transform: uppercase;
	font-size: 1.4rem;
	color: var(--c-gray-d);
	font-weight: 600;
}
._testimonial a {
	display: block;
	color: var(--c-blue);
	font-size: 1.2rem;
	letter-spacing: 0.05rem;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: underline;
}
._testimonial a:focus {
	outline: 2px dotted rgba(0, 0, 0, 0.2);
}

._mosaic {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2rem 3rem;
}
@media screen and (max-width: 768px) {
	._mosaic {
		margin-bottom: 3rem;
	}
}
._mosaic > *:first-child {
	grid-column: 1/3;
}
._mosaic img {
	border-radius: 2rem;
}

._formwrap {
	width: 100%;
	background: var(--c-gray-xl);
	padding: 5rem 6rem;
	border-radius: 2rem;
}
._formwrap ._formwrap {
	padding: 0 !important;
	border-radius: 0;
	background: transparent;
}
@media screen and (max-width: 550px) {
	._formwrap {
		padding: 2rem 3rem;
	}
}
._formwrap ._title {
	margin-bottom: 3rem;
}

._select,
.ginput_container_select {
	display: block;
	position: relative;
	width: 100%;
	border: 1px solid var(--c-gray-ml);
	border-radius: 1rem;
	background-color: #fff;
}
._select::after,
.ginput_container_select::after {
	content: "";
	display: block;
	padding: 0;
	border-top: 6px solid var(--c-gray-ml);
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	position: absolute;
	top: 50%;
	right: 1rem;
	pointer-events: none;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
._select select,
.ginput_container_select select {
	width: 100%;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	font-size: 1.7rem;
	color: var(--c-blue);
	padding: 1.5rem 2rem;
	border: 0;
	background-color: transparent;
	cursor: pointer;
	border-radius: 1rem;
	-webkit-transition: border 250ms ease-in-out, outline 250ms ease-in-out;
	transition: border 250ms ease-in-out, outline 250ms ease-in-out;
}
._select select:focus,
.ginput_container_select select:focus {
	border: 1px solid var(--c-gray-d);
	outline: 1px solid var(--c-gray-d);
}

._form .hidden_label .gfield_label {
	display: none !important;
}
._form .hidden_sub_label {
	display: none !important;
}
._form .gform_fields,
._form .ginput_complex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
._form .gfield {
	width: 100%;
	margin-bottom: 2.5rem;
}
._form .gfield--width-half,
._form .gform-grid-col--size-auto {
	width: calc(50% - 1rem);
}
@media screen and (max-width: 550px) {
	._form .gfield--width-half,
	._form .gform-grid-col--size-auto {
		width: 100%;
	}
}
@media screen and (max-width: 550px) {
	._form .gform-grid-col--size-auto:not(:last-child) {
		margin-bottom: 2.5rem;
	}
}
._form input,
._form textarea {
	width: 100%;
	padding: 1.5rem 2rem;
	border: 1px solid var(--c-gray-ml);
	border-radius: 1rem;
	color: var(--c-blue);
	font-size: 1.7rem;
	-webkit-transition: border 250ms ease-in-out, outline 250ms ease-in-out;
	transition: border 250ms ease-in-out, outline 250ms ease-in-out;
}
._form input::-webkit-input-placeholder, ._form textarea::-webkit-input-placeholder {
	color: var(--c-blue);
}
._form input::-moz-placeholder, ._form textarea::-moz-placeholder {
	color: var(--c-blue);
}
._form input:-ms-input-placeholder, ._form textarea:-ms-input-placeholder {
	color: var(--c-blue);
}
._form input::-ms-input-placeholder, ._form textarea::-ms-input-placeholder {
	color: var(--c-blue);
}
._form input::placeholder,
._form textarea::placeholder {
	color: var(--c-blue);
}
._form input:focus,
._form textarea:focus {
	border: 1px solid var(--c-gray-d);
	outline: 1px solid var(--c-gray-d);
}
._form textarea {
	resize: vertical;
}
._form .gform_footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-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;
}
._form .gform_validation_errors {
	background-color: var(--c-red);
	text-align: center;
	padding: 1.5rem 2rem;
	margin-bottom: 2rem;
}
._form .gform_validation_errors .gform_submission_error {
	font-size: 2.2rem;
	font-weight: 800;
	color: #fff;
}
._form .validation_message {
	display: block;
	font-size: 1.4rem;
	color: var(--c-red);
	margin-top: 1rem;
}
._form .gform_confirmation_message {
	background-color: var(--c-green);
	text-align: center;
	padding: 1.5rem 2rem;
	margin-bottom: 2rem;
	font-size: 2.2rem;
	font-weight: 800;
	color: #fff;
}

._contactinfo address,
._contactinfo a {
	display: block;
	padding-left: 5rem;
	color: var(--c-gray-d);
	font-weight: 800;
	font-size: 1.7rem;
	position: relative;
}
._contactinfo address:not(:last-child),
._contactinfo a:not(:last-child) {
	margin-bottom: 3rem;
}
._contactinfo address::before,
._contactinfo a::before {
	content: "";
	width: 4rem;
	display: block;
	aspect-ratio: 1;
	position: absolute;
	top: -0.7rem;
	left: 0;
	background-size: 100%;
}
._contactinfo address::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38.67' height='38.67'%3E%3Ccircle cx='19.33' cy='19.33' r='19.33' fill='%23117eeb'/%3E%3Cpath fill='%23fff' d='M31.07 27.09V11.58H7.6v15.51h23.47Zm-1.56-14.67-10.18 8.67-10.18-8.67H29.5ZM8.65 26.25l1.88-1.64.84-.73 4.27-3.73-.64-.55-6.55 5.73V12.91l10.9 9.28 10.9-9.28v12.42L23.7 19.6l-.64.55 4.27 3.73.84.73 1.88 1.64H8.65Z'/%3E%3C/svg%3E");
}
._contactinfo ._email::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38.67' height='38.67'%3E%3Ccircle cx='19.33' cy='19.33' r='19.33' fill='%23117eeb'/%3E%3Cpath fill='%23fff' d='M18.68 31.5c-5.13 0-11.13-2.87-11.13-10.96 0-7.62 5.65-13.36 13.15-13.36 6.23 0 10.42 4.21 10.42 10.47 0 5.25-3.6 8.08-6.99 8.08-1.55 0-2.81-.63-3.43-1.66-.83.82-2.08 1.39-3.17 1.39-2.52 0-4.21-1.89-4.21-4.7 0-3.9 2.86-7.31 6.11-7.31.79 0 1.45.28 1.93.82l.1-.28c.07-.19.26-.32.47-.32h2.83a.508.508 0 0 1 .49.61l-1.31 6.21c-.14.59-.14 1.02.02 1.22.1.13.32.2.64.2 1.28 0 2.61-1.55 2.61-4.13 0-2.05-.67-6.8-6.91-6.8-4.16 0-8.66 3.62-8.66 9.47 0 5.38 3.99 7.29 7.4 7.29 1.15 0 2.72-.38 3.81-.93a.507.507 0 0 1 .69.26l.98 2.51c.09.24 0 .51-.24.63-1.73.89-3.52 1.31-5.63 1.31ZM20.7 8.17c-7.04 0-12.15 5.2-12.15 12.36s5.46 9.96 10.13 9.96c1.78 0 3.3-.32 4.76-1l-.62-1.59c-1.17.49-2.62.81-3.76.81-3.88 0-8.4-2.17-8.4-8.29 0-6.47 5.01-10.47 9.66-10.47 4.95 0 7.91 2.92 7.91 7.8 0 2.93-1.55 5.13-3.61 5.13-.64 0-1.12-.19-1.42-.58-.36-.46-.43-1.13-.21-2.06l1.18-5.6H22.3l-.31.82c-.14.38-.81.4-.98.03-.33-.74-.81-1.07-1.56-1.07-2.72 0-5.11 2.95-5.11 6.31 0 2.25 1.26 3.7 3.21 3.7.88 0 2.22-.6 2.85-1.57.22-.33.86-.24.96.15.26 1.03 1.35 1.69 2.79 1.69 2.9 0 5.99-2.48 5.99-7.08 0-5.67-3.79-9.47-9.42-9.47Zm-2.13 14.39c-1.1 0-1.75-.78-1.75-2.08 0-1.67.99-4.1 2.79-4.1.66 0 1.25.36 1.54.93.05.1.06.2.05.31l-.6 3.43c-.01.08-.04.15-.09.21-.67.92-1.23 1.29-1.93 1.29Zm1.04-5.18c-1.04 0-1.79 1.85-1.79 3.1 0 1.08.55 1.08.75 1.08.24 0 .53-.1 1.05-.79l.55-3.13a.728.728 0 0 0-.56-.26Zm.49 3.59Z'/%3E%3C/svg%3E");
}
._contactinfo ._phone::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38.67' height='38.67'%3E%3Ccircle cx='19.33' cy='19.33' r='19.33' fill='%23117eeb'/%3E%3Cpath fill='%23fff' d='M24.53 30.87c-1.18 0-2.38-.26-3.55-.78-2.62-1.17-5.15-2.93-7.31-5.09-2.16-2.16-3.92-4.69-5.09-7.31-.76-1.72-.97-3.52-.6-5.21.46-2.08 1.6-3.58 3.4-4.46.97-.48 2.16-.17 2.82.73.75 1.02 1.52 2.2 2.36 3.61.53.88.4 2.01-.31 2.74-.49.5-1.02 1-1.57 1.47-.44.37-.51 1.04-.17 1.53.82 1.16 1.75 2.27 2.77 3.29s2.13 1.95 3.29 2.77c.48.34 1.16.27 1.53-.17.48-.56.96-1.08 1.47-1.57.73-.71 1.85-.84 2.73-.31 1.41.84 2.59 1.61 3.61 2.36.9.66 1.2 1.84.73 2.82-.88 1.8-2.38 2.94-4.46 3.4-.54.12-1.1.18-1.66.18ZM12.35 8.8c-.18 0-.36.04-.53.12-1.51.74-2.48 2.01-2.87 3.78-.32 1.47-.14 3.06.54 4.58 1.12 2.51 2.8 4.94 4.88 7.01s4.5 3.77 7.01 4.88c1.52.68 3.11.86 4.58.54 1.76-.39 3.03-1.36 3.78-2.87.26-.54.09-1.2-.42-1.57-1-.73-2.15-1.49-3.54-2.31-.49-.3-1.12-.23-1.52.17-.49.47-.95.96-1.41 1.5-.71.84-1.94.98-2.86.34-1.21-.85-2.36-1.82-3.42-2.88s-2.03-2.21-2.88-3.42c-.64-.92-.5-2.15.34-2.86.53-.45 1.03-.93 1.5-1.41.39-.4.46-1.03.17-1.52-.83-1.39-1.58-2.54-2.31-3.54a1.29 1.29 0 0 0-1.04-.54Z'/%3E%3C/svg%3E");
}

._posts {
	width: calc(80% - 2rem);
}
@media screen and (max-width: 768px) {
	._posts {
		width: 100%;
	}
}
._posts ._loaded {
	width: 100%;
	font-size: 1.4rem;
	color: var(--c-gray-ml);
	text-transform: uppercase;
	text-align: center;
}

._filter {
	display: block;
	width: calc(20% - 2rem);
	margin-top: 4rem;
	position: sticky;
	top: 4rem;
}
@media screen and (max-width: 768px) {
	._filter {
		width: 100%;
		margin-top: 0;
		margin-bottom: 2rem;
		position: initial;
		text-align: center;
	}
}
._filter h3 {
	font-weight: 600;
	color: var(--c-gray-d);
	margin-bottom: 1rem;
	font-size: 1.8rem;
}
._filter a {
	color: var(--c-gray-d);
	margin-bottom: 1rem;
	display: block;
	padding-left: 2.5rem;
	position: relative;
}
@media screen and (max-width: 768px) {
	._filter a {
		padding-left: 0;
		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;
	}
}
._filter a.-active {
	font-weight: 600;
	color: var(--c-blue);
}
._filter a.-active::before {
	content: "";
	width: 16px;
	aspect-ratio: 16.5/12;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	background-size: 100%;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.48' height='12.2'%3E%3Cpath fill='%23cecece' d='M4.04 6.1 0 12.2l16.48-6.1L0 0l4.04 6.1z'/%3E%3C/svg%3E");
}
@media screen and (max-width: 768px) {
	._filter a.-active::before {
		position: relative;
		margin-right: 1rem;
		top: 5px;
	}
}
._filter a:hover {
	color: var(--c-blue);
}
._filter a:focus {
	outline: 2px dotted rgba(0, 0, 0, 0.2);
}

._minipost {
	display: block;
	background: #fff;
	border-radius: 2rem;
	-ms-flex-item-align: start;
	    align-self: start;
	padding-bottom: 3rem;
	-webkit-transition: -webkit-transform 250ms ease-in-out, -webkit-filter 250ms ease-in-out;
	transition: -webkit-transform 250ms ease-in-out, -webkit-filter 250ms ease-in-out;
	transition: transform 250ms ease-in-out, filter 250ms ease-in-out;
	transition: transform 250ms ease-in-out, filter 250ms ease-in-out, -webkit-transform 250ms ease-in-out, -webkit-filter 250ms ease-in-out;
}
._minipost:hover, ._minipost:focus {
	-webkit-transform: scale(1.02);
	    -ms-transform: scale(1.02);
	        transform: scale(1.02);
	-webkit-filter: drop-shadow(0 0 2rem rgba(0, 0, 0, 0.1));
	        filter: drop-shadow(0 0 2rem rgba(0, 0, 0, 0.1));
}
._minipost defer-image img {
	display: block;
	border-top-left-radius: 2rem;
	border-top-right-radius: 2rem;
	aspect-ratio: 1/0.8;
	-o-object-fit: cover;
	   object-fit: cover;
}
._minipost h2 {
	font-size: 2.2rem;
	font-weight: 600;
	padding: 2rem 3rem;
	display: block;
	width: 100%;
}
._minipost h2 a:focus {
	outline: 2px dotted rgba(0, 0, 0, 0.2);
}
._minipost p {
	font-size: 1.4rem;
	color: var(--c-gray-d);
	line-height: 1.5;
	padding: 0 3rem 1rem;
	display: block;
	width: 100%;
}
._minipost ._more {
	font-size: 1.6rem;
	color: var(--c-blue);
	text-decoration: underline;
	font-weight: 600;
	display: inline-block;
	margin-left: 3rem;
}
._minipost ._more:focus {
	outline: 2px dotted rgba(0, 0, 0, 0.2);
}

/**
 * Modules
 */
/**
 * Pages
 */
@media screen and (max-width: 450px) {
	.home hr-spacer:first-of-type,
	.obj-services hr-spacer:first-of-type {
		height: 2rem !important;
	}
}

.-bg.-gray {
	background-color: var(--c-gray-xl);
}
.-bg.-blue-g {
	background: var(--c-blue);
	background: linear-gradient(45deg, var(--c-blue) 0, var(--c-blue-l) 100%);
}
.-bg-opaque::after {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 6;
	background: -webkit-gradient(linear, left bottom, left top, from(#cbeeff), color-stop(50%, rgba(255, 255, 255, 0.8)));
	background: linear-gradient(to top, #cbeeff 0%, rgba(255, 255, 255, 0.8) 50%);
}

.-dots {
	background-image: url(../images/ripples.webp);
	background-size: cover;
	background-repeat: no-repeat;
}
.-dots-alt {
	background-image: url(../images/ripples.webp);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.-marg-neg {
	margin-top: -14rem;
}
.-marg-neg-20 {
	margin-top: -20rem;
}
@media screen and (max-width: 768px) {
	.-marg-neg-20 {
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
	}
}
.-marg-child-neg ._wrapper > :first-child {
	margin-top: -20rem;
}
@media screen and (max-width: 768px) {
	.-marg-child-neg ._wrapper > :first-child {
		margin-top: -10rem;
	}
}
@media screen and (max-width: 500px) {
	.-marg-child-neg ._wrapper > :first-child {
		margin-top: -7rem;
	}
}

.-pad-no {
	padding-top: 0;
	padding-bottom: 0;
}
.-pad-sm {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.-pad-md {
	padding-top: 6rem;
	padding-bottom: 6rem;
}
.-pad-lg {
	padding-top: 10rem;
	padding-bottom: 10rem;
}
.-pad-xl {
	padding-top: 14rem;
	padding-bottom: 14rem;
}

.-border-top-curve::before {
	content: "";
	display: block;
	width: 100%;
	aspect-ratio: 144/5;
	pointer-events: none;
	z-index: 1;
	position: absolute;
	background-size: 100%;
	left: 0;
	top: 0;
	-webkit-transform: translateY(calc(-100% + 2px));
	    -ms-transform: translateY(calc(-100% + 2px));
	        transform: translateY(calc(-100% + 2px));
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='50'%3E%3Cpath fill='%23ffffff' d='M1440 47.99S1188 0 720 0 0 47.99 0 47.99V50h1440v-2.01Z'/%3E%3C/svg%3E");
}
.-border-bottom-curve::after {
	content: "";
	display: block;
	width: 100%;
	aspect-ratio: 144/5;
	pointer-events: none;
	z-index: 1;
	position: absolute;
	background-size: 100%;
	left: 0;
	bottom: 0;
	-webkit-transform: translateY(calc(100% - 2px));
	    -ms-transform: translateY(calc(100% - 2px));
	        transform: translateY(calc(100% - 2px));
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='50'%3E%3Cpath fill='%23ffffff' d='M0 2.01S252 50 720 50s720-47.99 720-47.99V0H0v2.01Z'/%3E%3C/svg%3E");
}

.-gray.-border-top-curve::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='50'%3E%3Cpath fill='%23fcfcfc' d='M1440 47.99S1188 0 720 0 0 47.99 0 47.99V50h1440v-2.01Z'/%3E%3C/svg%3E");
}
.-gray.-border-bottom-curve::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='50'%3E%3Cpath fill='%23fcfcfc' d='M0 2.01S252 50 720 50s720-47.99 720-47.99V0H0v2.01Z'/%3E%3C/svg%3E");
}

.-z-1 {
	z-index: 1;
}
.-z-2 {
	z-index: 2;
}
.-z-3 {
	z-index: 3;
}
.-z-4 {
	z-index: 4;
}
.-z-5 {
	z-index: 5;
}

.-hide {
	display: none !important;
}