/*! adj-theme-assets v1.2.0 | (c) 2026 Kirill Miniaev | MIT 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;
}

:root {
	--c-red: #ed1553;
	--c-orange: #f47e40;
	--c-pink:	#cc1b85;
	--c-teal: #26bfb4;
	--c-teal-l:	#26bfb4;
	--c-teal-xl:	#5be7dd;
	--c-gray-xd:	#132230;
	--c-gray-d: #243849;
	--c-gray-m: #5f8096;
	--font-b: "Plus Jakarta Sans", sans-serif;
	--font-h:	"Plus Jakarta Sans", sans-serif;
	--font-serif:	"DM Serif Display", serif;
	--h1: 5rem;
	--h2: 3rem;
	--h3: 2.4rem;
	--h4: 2rem;
	--h5: 1.6rem;
	--h6: 1.4rem;
	--wrap-width: 1380px;
}

@media screen and (min-width: 768px) {
	:root {
		--h1: 7.6rem;
		--h2: 4.5rem;
		--h3: 3rem;
		--h4: 2.3rem;
		--h5: 1.7rem;
		--h6: 1.5rem;
	}
}
@media screen and (min-width: 1024px) {
	:root {
		--h1: 10.2rem;
		--h2: 5.8rem;
		--h3: 3.6rem;
		--h4: 2.5rem;
		--h5: 1.8rem;
		--h6: 1.6rem;
	}
}
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";
	font-size: optical;
}

*, *: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);
	font-weight: 700;
	color: var(--c-gray-xd);
}

h1 {
	font-size: var(--h1);
	line-height: 1.1;
	font-weight: 800;
}
h1 *, h1 a {
	line-height: 1.1;
}

.h1 {
	font-size: var(--h1) !important;
	line-height: 1.1 !important;
	font-weight: 800 !important;
}

@media screen and (min-width: 768px) {
	h1 {
		letter-spacing: -1px;
	}
	.h1 {
		letter-spacing: -1px !important;
	}
}
h2 {
	font-size: var(--h2);
	line-height: 1.1;
	font-weight: 800;
}
h2 *, h2 a {
	line-height: 1.1;
}

.h2 {
	font-size: var(--h2) !important;
	line-height: 1.1 !important;
	font-weight: 800 !important;
}

@media screen and (min-width: 768px) {
	h2 {
		letter-spacing: -1px;
	}
	.h2 {
		letter-spacing: -1px !important;
	}
}
h3 {
	font-size: var(--h3);
	line-height: 1.3;
}
h3 *, h3 a {
	line-height: 1.3;
}

.h3 {
	font-size: var(--h3) !important;
	line-height: 1.3 !important;
	font-weight: 700 !important;
}

h4 {
	font-size: var(--h4);
	line-height: 1.3;
}
h4 *, h4 a {
	line-height: 1.3;
}

.h4 {
	font-size: var(--h4) !important;
	line-height: 1.3 !important;
	font-weight: 700 !important;
}

h5 {
	font-size: var(--h5);
	line-height: 1.4;
}
h5 *, h5 a {
	line-height: 1.4;
}

.h5 {
	font-size: var(--h5) !important;
	line-height: 1.4 !important;
	font-weight: 700 !important;
}

h6 {
	font-size: var(--h6);
	line-height: 1.4;
}
h6 *, h6 a {
	line-height: 1.4;
}

.h6 {
	font-size: var(--h6) !important;
	line-height: 1.4 !important;
	font-weight: 700 !important;
}

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-teal);
	-webkit-transition: color 250ms ease-in-out;
	transition: color 250ms ease-in-out;
}
a:hover, a:focus {
	outline: none;
	border: 0;
	color: var(--c-teal-l);
}

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-teal);
	border-radius: 50%;
	width: 3rem;
	height: 3rem;
	-webkit-animation: spinner 1.2s linear infinite;
	        animation: spinner 1.2s linear infinite;
}

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

section {
	padding: 0 2rem;
}

@media screen and (min-width: 768px) {
	section {
		padding: 0 3rem;
	}
}
@media screen and (min-width: 1024px) {
	section {
		padding: 0 5rem;
	}
}
.-full > ._wrapper {
	width: 100%;
	padding: 0 !important;
}

.-narrow > ._wrapper {
	width: 1000px;
}

._wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: var(--wrap-width);
	max-width: 100%;
	margin: 0 auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	padding: 9rem 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;
	gap: 3rem;
}
._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: var(--wrap-width)40px) {
	._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;
	position: relative;
	gap: 3rem;
}
._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.-w-5 {
	width: calc(5% - 2rem);
}
@media screen and (max-width: 840px) {
	._column.-w-5 {
		width: 100%;
	}
}
._column.-w-10 {
	width: calc(10% - 2rem);
}
@media screen and (max-width: 840px) {
	._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: 840px) {
	._column.-w-20 {
		width: 50%;
	}
}
@media screen and (max-width: 430px) {
	._column.-w-20 {
		width: 100%;
	}
}
._column.-w-25 {
	width: calc(25% - 2rem);
}
@media screen and (max-width: 840px) {
	._column.-w-25 {
		width: 100%;
	}
}
._column.-w-30 {
	width: calc(30% - 2rem);
}
@media screen and (max-width: 840px) {
	._column.-w-30 {
		width: 100%;
	}
}
._column.-w-33 {
	width: calc(33.333333% - 1rem);
}
@media screen and (max-width: 840px) {
	._column.-w-33 {
		width: 100%;
	}
}
._column.-w-40 {
	width: calc(40% - 2rem);
}
@media screen and (max-width: 1000px) {
	._column.-w-40 {
		width: 100%;
	}
}
._column.-w-45 {
	width: calc(45% - 2rem);
}
@media screen and (max-width: 840px) {
	._column.-w-45 {
		width: 100%;
	}
}
._column.-w-50 {
	width: calc(50% - 2rem);
}
._column.-w-50.-full {
	width: 50%;
}
@media screen and (max-width: 1000px) {
	._column.-w-50.-full {
		width: 100%;
	}
}
@media screen and (max-width: 1000px) {
	._column.-w-50 {
		width: 100%;
	}
}
._column.-w-60 {
	width: calc(60% - 2rem);
}
@media screen and (max-width: 840px) {
	._column.-w-60 {
		width: 100%;
	}
}
._column.-w-65 {
	width: calc(65% - 2rem);
}
@media screen and (max-width: 840px) {
	._column.-w-65 {
		width: 100%;
	}
}
._column.-w-70 {
	width: calc(70% - 2rem);
}
@media screen and (max-width: 840px) {
	._column.-w-70 {
		width: 100%;
	}
}
._column.-w-80 {
	width: calc(80% - 2rem);
}
@media screen and (max-width: 840px) {
	._column.-w-80 {
		width: 100%;
	}
}
._column.-w-100 {
	width: 100%;
}

._grid {
	display: grid;
	gap: 2rem;
}
._grid.-gap-md {
	gap: 5rem;
}
._grid.-col-2 {
	grid-template-columns: repeat(2, 1fr);
}
._grid.-col-3 {
	grid-template-columns: repeat(3, 1fr);
}
._grid.-col-4 {
	grid-template-columns: repeat(4, 1fr);
}

/**
 * Header & Footer
 */
body > header {
	display: block;
	position: fixed;
	top: 3rem;
	left: 0;
	width: 100%;
	z-index: 999;
	opacity: 0;
	-webkit-transition: opacity 250ms ease-in-out;
	transition: opacity 250ms ease-in-out;
	pointer-events: none;
}
body > header.-scrolled {
	opacity: 1;
	pointer-events: auto;
}
body > header ._wrapper {
	background-color: rgba(255, 255, 255, 0.85);
	-webkit-backdrop-filter: blur(8px);
	        backdrop-filter: blur(8px);
	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;
	padding: 1.5rem 3rem;
	border-radius: 3rem;
	corner-shape: superellipse(1.1);
	border: 1px solid #fff;
	max-width: calc(100% - 4rem);
}
@media screen and (max-width: 410px) {
	body > header ._wrapper {
		padding: 1rem 2rem;
	}
}

body > footer {
	background-color: var(--c-gray-d);
	position: relative;
	z-index: 5;
}
body > footer ._wrapper {
	padding-top: 5rem;
	max-width: 100rem;
	width: 95%;
	margin: 0 auto;
}
body > footer ._column.-w-40 {
	width: calc(40% - 6rem);
}
@media screen and (max-width: 840px) {
	body > footer ._column.-w-40 {
		width: 100%;
		-webkit-box-pack: center !important;
		    -ms-flex-pack: center !important;
		        justify-content: center !important;
		margin-bottom: 3rem;
	}
}
body > footer.-w-20 {
	width: calc(20% - 6rem);
}
@media screen and (max-width: 1024px) {
	body > footer.-w-20 {
		width: 25%;
	}
}
@media screen and (max-width: 840px) {
	body > footer.-w-20 {
		width: 50%;
	}
}
@media screen and (max-width: 430px) {
	body > footer.-w-20 {
		width: 100%;
	}
}
body > footer address,
body > footer ._phone,
body > footer ._copy,
body > footer ._disclaimer {
	color: var(--c-gray-m);
	font-size: 1.4rem;
}
@media screen and (max-width: 540px) {
	body > footer address,
	body > footer ._phone,
	body > footer ._copy,
	body > footer ._disclaimer {
		display: block;
		width: 100%;
		text-align: center;
	}
}
body > footer ._disclaimer {
	font-style: italic;
	text-align: center;
}
body > footer ._phone {
	color: #fff;
	font-weight: 600;
	padding-right: 2rem;
	margin-right: 2rem;
}
@media screen and (max-width: 540px) {
	body > footer ._phone {
		border-right: 0;
		margin-right: 0;
		padding-right: 0;
		margin-bottom: 1rem;
	}
}

._brand a, ._brand img {
	display: block;
}
._brand img {
	width: 30rem;
	height: auto;
}
@media screen and (max-width: 1210px) {
	._brand img {
		width: 24rem;
	}
}
@media screen and (max-width: 440px) {
	._brand img {
		width: 19rem;
	}
}
@media screen and (max-width: 370px) {
	._brand img {
		width: 15rem;
	}
}

._nav {
	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;
}
._nav.-main {
	margin-left: auto;
}
._nav.-main .menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
	margin: 0;
	padding: 0;
}
._nav.-main .menu li {
	margin: 0 2rem;
	list-style-type: none;
}
@media screen and (max-width: 1280px) {
	._nav.-main .menu li {
		margin: 0 1.3rem;
	}
}
@media screen and (max-width: 1080px) {
	._nav.-main .menu li {
		margin: 0 1.1rem;
	}
}
@media screen and (max-width: 1060px) {
	._nav.-main .menu li:not(._button) {
		display: none;
	}
}
@media screen and (max-width: 630px) {
	._nav.-main .menu li._button {
		display: none;
	}
}
._nav.-main .menu li a {
	color: var(--c-gray-d);
	font-size: 1.7rem;
	font-weight: 600;
	text-decoration: none;
	-webkit-transition: color 250ms ease-in-out;
	transition: color 250ms ease-in-out;
	padding: 1rem 0;
	display: block;
}
@media screen and (max-width: 1150px) {
	._nav.-main .menu li a {
		font-size: 1.5rem;
	}
}
._nav.-main .menu li a:hover, ._nav.-main .menu li a:focus {
	color: var(--c-teal);
}
@media screen and (max-width: 1060px) {
	._nav.-main.-active {
		width: 100%;
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		margin-top: -2rem;
	}
	._nav.-main.-active ._nav, ._nav.-main.-active .menu-main-container, ._nav.-main.-active .menu {
		width: 100%;
	}
	._nav.-main.-active .menu li {
		display: block !important;
		width: 100%;
		text-align: center;
	}
}
._nav.-footer {
	display: block;
	width: 100%;
}
._nav.-footer > div {
	width: 100%;
	display: block;
}
._nav.-footer h4 {
	font-size: 1.6rem;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	color: var(--c-green);
}
._nav.-footer .menu {
	width: 100%;
	display: block;
	border-top: 1px solid var(--c-green-l);
	padding-top: 1rem;
	margin-top: 0.5rem;
}
._nav.-footer .menu:has(li:nth-child(5)) {
	-webkit-columns: 2;
	   -moz-columns: 2;
	        columns: 2;
}
._nav.-footer .menu li {
	display: block;
	padding: 0.5rem 0;
}
._nav.-footer .menu a {
	display: block;
	color: var(--c-green-l);
	-webkit-transition: color 250ms ease-in-out;
	transition: color 250ms ease-in-out;
	font-size: 1.7rem;
}
._nav.-footer .menu a:hover, ._nav.-footer .menu a:focus {
	color: #fff;
}
._nav.-legal .menu {
	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;
	margin: 0 6rem;
}
._nav.-legal .menu a {
	font-size: 1.4rem;
	color: var(--c-gray-m);
	text-decoration: underline;
	display: block;
}
._nav.-legal .menu a:hover, ._nav.-legal .menu a:focus {
	color: #fff;
}
._nav.-legal .menu a:not(:hover) {
	text-decoration: none;
}

._burger {
	outline: none;
	width: 15px;
	aspect-ratio: 1/0.8;
	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;
	font-size: 0;
	position: relative;
	margin-left: 2rem;
}
@media screen and (max-width: 1060px) {
	._burger {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
}
@media screen and (max-width: 410px) {
	._burger {
		margin-left: 0;
	}
}
._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;
	left: 50%;
}
._burger::before {
	top: 0;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}
._burger::after {
	bottom: 0;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}
._burger.-active::before {
	-webkit-transform: translateX(-50%) translateY(260%) rotate(45deg);
	    -ms-transform: translateX(-50%) translateY(260%) rotate(45deg);
	        transform: translateX(-50%) translateY(260%) rotate(45deg);
}
._burger.-active::after {
	-webkit-transform: translateX(-50%) translateY(-260%) rotate(-45deg);
	    -ms-transform: translateX(-50%) translateY(-260%) rotate(-45deg);
	        transform: translateX(-50%) translateY(-260%) rotate(-45deg);
}

/**
 * General
 */
section {
	position: relative;
}

/**
 * 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;
}
@media screen and (min-width: 501px) {
	._buttons ._button:first-of-type {
		margin-left: 0;
	}
	._buttons ._button:last-of-type {
		margin-right: 0;
	}
}

._button {
	margin: 1rem 1.5rem;
	border-radius: 8rem;
	font-size: 2.2rem;
	line-height: 1;
	text-align: center;
	-webkit-transition: -webkit-box-shadow 250ms ease-in-out;
	transition: -webkit-box-shadow 250ms ease-in-out;
	transition: box-shadow 250ms ease-in-out;
	transition: box-shadow 250ms ease-in-out, -webkit-box-shadow 250ms ease-in-out;
	padding: 2rem 3rem 2.5rem;
	font-weight: 700;
	border: 2px solid transparent;
}
@media screen and (max-width: 450px) {
	._button {
		font-size: 2rem;
		padding: 1.5rem 2.5rem 2rem;
	}
}
._button a {
	padding: 0 !important;
}
._button:focus, ._button:hover {
	-webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1);
	        box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1);
	border: 2px solid transparent;
}
._button.-slim {
	font-size: 1.8rem;
	padding: 1rem 2rem 1.2rem;
	letter-spacing: 0;
}
._button.-primary {
	color: #fff;
	letter-spacing: 0.5px;
	background: -webkit-gradient(linear, left top, right top, from(#26bfb4), to(#cc1b85)) padding-box, -webkit-gradient(linear, left top, right top, from(#00F0E9), to(#FE2EC6)) border-box;
	background: linear-gradient(to right, #26bfb4 0%, #cc1b85 100%) padding-box, linear-gradient(to right, #00F0E9 0%, #FE2EC6 100%) border-box; /* border gradient */
	background-origin: border-box;
	background-clip: padding-box, border-box;
}
._button.-secondary, ._button.-secondary-inverted {
	color: #fff;
	letter-spacing: 0.5px;
	background: transparent;
	border: 2px solid transparent;
	position: relative;
}
._button.-secondary::before, ._button.-secondary-inverted::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	padding: 2px;
	/* border thickness */
	background: -webkit-gradient(linear, left top, right top, from(#00F0E9), to(#FE2EC6));
	background: linear-gradient(to right, #00F0E9, #FE2EC6);
	/* This creates the hollow center */
	-webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #000));
	-webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
	z-index: -1;
}
._button.-secondary {
	color: var(--c-gray-d);
}

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

defer-image {
	display: block;
	width: 100%;
	height: auto;
}
defer-image[type=background] {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
	-webkit-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;
	-webkit-transition-delay: 350ms;
	        transition-delay: 350ms;
}
defer-image[type=background][loaded] {
	opacity: 1;
}

._title.-pill {
	color: var(--c-gray-xd);
	background: transparent;
	border: 2px solid transparent;
	position: relative;
	padding: 1.8rem 6rem 2rem;
	font-size: 3.6rem;
	font-style: italic;
	border-radius: 8rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.1;
}
@media screen and (max-width: 450px) {
	._title.-pill {
		padding: 1.5rem 3rem 2rem;
		border-radius: 4rem;
		corner-shape: superellipse(1.1);
	}
}
._title.-pill strong {
	color: var(--c-teal-l);
	font-weight: 800;
	line-height: 1.1;
}
._title.-pill::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	padding: 2px;
	/* border thickness */
	background: -webkit-gradient(linear, left top, right top, from(#00F0E9), to(#FE2EC6));
	background: linear-gradient(to right, #00F0E9, #FE2EC6);
	/* This creates the hollow center */
	-webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #000));
	-webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
	z-index: -1;
}

._contentblock {
	display: block;
	width: 100%;
	font-size: 2rem;
}
._contentblock, ._contentblock * {
	line-height: 1.5;
}
._contentblock.-narrow {
	max-width: 60rem;
}
._contentblock p:not(:last-child) {
	margin-bottom: 1.5rem;
}
._contentblock strong, ._contentblock b {
	font-weight: 800;
}
._contentblock em, ._contentblock i {
	font-style: italic;
}

._podcastlinks {
	display: block;
	text-align: center;
	width: 100%;
	margin: 4rem auto;
}
._podcastlinks h3 {
	text-align: center;
	font-size: 1.6rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 1rem;
	color: var(--c-pink);
}
._podcastlinks ._links {
	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;
	gap: 2rem;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
._podcastlinks ._links svg * {
	fill: var(--c-gray-xd) !important;
}
@media screen and (max-width: 450px) {
	._podcastlinks ._links svg {
		width: 50px;
		height: 50px;
	}
}

._iconlist {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 12px;
	padding-left: 2rem;
	margin-bottom: 1rem;
}

._iconlist-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
}

._iconlist ._image {
	width: 22px;
}

._iconlist ._text {
	width: calc(100% - 32px);
	font-weight: 600;
	font-size: 1.7rem;
}

@media screen and (min-width: 768px) {
	._iconlist {
		padding-left: 5rem;
	}
}
._pilllist {
	gap: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

._pilllist-item {
	background: -webkit-gradient(linear, left top, left bottom, from(white), to(white)) padding-box, -webkit-gradient(linear, left top, right top, from(var(--c-teal)), to(var(--c-pink))) border-box;
	background: linear-gradient(white, white) padding-box, linear-gradient(to right, var(--c-teal), var(--c-pink)) border-box;
	border-radius: 1000px;
	border: 2px solid transparent;
	mix-blend-mode: multiply;
	padding: 3rem 3rem 3rem 5rem;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1;
}

._pilllist-item ._text {
	line-height: 1.1;
}

@media screen and (min-width: 768px) {
	._pilllist-item {
		font-size: 3.2rem;
	}
}
._bio-col img {
	border-radius: 100rem;
}

._bio-col ._image {
	padding: 23%;
	border-radius: 100rem;
	position: relative;
	z-index: 10;
	margin: -13rem 0 -9rem;
}
@media screen and (max-width: 450px) {
	._bio-col ._image {
		margin-bottom: -6rem;
	}
}

._bio-col ._image::before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	content: "";
	display: block;
	inset: 0;
	border-radius: inherit;
	padding: 2px;
	opacity: 0.34;
	background: -webkit-gradient(linear, right top, left top, from(rgb(255, 255, 255)), color-stop(rgba(255, 255, 255, 0)), color-stop(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
	background: linear-gradient(-90deg, rgb(255, 255, 255), rgba(255, 255, 255, 0), rgb(255, 255, 255), rgba(255, 255, 255, 0));
	-webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #000));
	-webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
	z-index: -1;
}

@media screen and (max-width: 800px) {
	._bio-col:nth-of-type(1) {
		margin-top: 4rem;
	}
}
@media screen and (max-width: 450px) {
	._bio-col:nth-of-type(1) {
		margin-top: 6rem;
	}
}

@media screen and (max-width: 1000px) {
	._bio-col:nth-of-type(2) {
		margin-top: 3rem;
	}
}
@media screen and (max-width: 560px) {
	._bio-col:nth-of-type(2) {
		margin-top: 8rem;
	}
}
@media screen and (max-width: 450px) {
	._bio-col:nth-of-type(2) {
		margin-top: 12rem;
	}
}

._bio-col:nth-of-type(2) ._image::before {
	background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), color-stop(rgba(255, 255, 255, 0)), color-stop(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
	background: linear-gradient(90deg, rgb(255, 255, 255), rgba(255, 255, 255, 0), rgb(255, 255, 255), rgba(255, 255, 255, 0));
}

._bio-col ._image::after {
	top: 17% !important;
	left: 17% !important;
	right: 17% !important;
	bottom: 17% !important;
	position: absolute;
	content: "";
	display: block;
	inset: 0;
	border-radius: inherit;
	padding: 2px;
	opacity: 1;
	background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), color-stop(rgba(255, 255, 255, 0)), color-stop(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
	background: linear-gradient(90deg, rgb(255, 255, 255), rgba(255, 255, 255, 0), rgb(255, 255, 255), rgba(255, 255, 255, 0));
	-webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #000));
	-webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
	z-index: -1;
}

._bio-col:nth-of-type(2) ._image::after {
	background: -webkit-gradient(linear, right top, left top, from(rgb(255, 255, 255)), color-stop(rgba(255, 255, 255, 0)), color-stop(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
	background: linear-gradient(-90deg, rgb(255, 255, 255), rgba(255, 255, 255, 0), rgb(255, 255, 255), rgba(255, 255, 255, 0));
}

._bio-col ._image defer-image::before {
	top: 17% !important;
	left: 17% !important;
	right: 17% !important;
	bottom: 17% !important;
	position: absolute;
	border-radius: 100rem;
	content: "";
	display: block;
	inset: 0;
	padding: 2px;
	opacity: 0.34;
	background: linear-gradient(-37deg, rgb(255, 255, 255), rgba(255, 255, 255, 0), rgb(255, 255, 255), rgba(255, 255, 255, 0));
	pointer-events: none;
	z-index: -1;
}

._bio-col:nth-of-type(2) ._image defer-image::before {
	background: linear-gradient(37deg, rgb(255, 255, 255), rgba(255, 255, 255, 0), rgb(255, 255, 255), rgba(255, 255, 255, 0));
}

._iconcards {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 100px;
	row-gap: 50px;
	margin: 0 0 4rem;
	width: 100%;
}
@media screen and (max-width: 870px) {
	._iconcards {
		grid-template-columns: 1fr 1fr;
	}
}
@media screen and (max-width: 560px) {
	._iconcards {
		grid-template-columns: 1fr;
	}
}

._iconcard {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

._iconcards ._image {
	width: 20rem;
}

._iconcards ._copy {
	background: -webkit-gradient(linear, left top, left bottom, from(white), to(white)) padding-box, -webkit-gradient(linear, left top, right top, from(var(--c-teal)), to(var(--c-pink))) border-box;
	background: linear-gradient(white, white) padding-box, linear-gradient(to right, var(--c-teal), var(--c-pink)) border-box;
	border-radius: 1000px;
	border: 2px solid transparent;
	padding: 2rem 2.5rem;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.1;
	margin-top: -2.5rem;
	max-width: 32rem;
	min-height: 8rem;
	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;
}
@media screen and (max-width: 1000px) {
	._iconcards ._copy {
		font-size: 2rem;
	}
}

._content-boxes {
	display: grid;
	grid-template-columns: 1fr;
	gap: 4rem;
	counter-reset: cbox-counter;
	max-width: 1200px;
	margin: 4rem auto;
}

._content-box {
	counter-increment: cbox-counter;
	background: linear-gradient(135deg, #25435b, #142230);
	border: 0.2rem solid #46738f;
	border-radius: 3rem;
	padding: 3rem 4rem;
	position: relative;
}
._content-box p {
	font-size: 1.7rem;
}

._content-box::before {
	top: -4.7rem;
	left: 2rem;
	position: absolute;
	content: counter(cbox-counter);
	display: block;
	font-size: 10rem;
	color: var(--c-teal);
	width: 20px;
	text-align: center;
	font-weight: 800;
}
@media screen and (max-width: 1000px) {
	._content-box::before {
		top: 0;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		    -ms-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
		font-size: 6rem;
		width: auto;
	}
}

._content-box h3 {
	font-family: var(--font-serif);
	font-size: 2.1rem;
	font-weight: 400 !important;
	margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
	._content-boxes {
		grid-template-columns: 1fr 1fr;
	}
	._content-box {
		padding: 3rem 6rem;
	}
	._content-box h3 {
		font-size: 3rem;
	}
}
._episode {
	max-width: 100rem;
}

._episode-cover {
	background: #000;
	border-radius: 3rem;
	overflow: hidden;
	position: relative;
}

@media screen and (min-width: 768px) {
	._episode-cover {
		border-radius: 5rem;
	}
}
._episode-cover svg {
	width: 12rem;
	position: absolute;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
@media screen and (max-width: 450px) {
	._episode-cover svg {
		width: 8rem;
	}
}

._episode-cover defer-image {
	opacity: 0.8;
	float: left;
}

._episode-cover img {
	float: left;
}

/**
 * Modules
 */
._social ._text {
	text-align: center;
}
._social ._social-nav {
	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;
	font-size: 0;
	margin-top: 2.4rem;
	gap: 3rem;
}
@media screen and (max-width: 425px) {
	._social ._social-nav {
		gap: 2rem;
	}
}
._social a {
	width: 6.4rem;
	height: 6.4rem;
	display: block;
	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;
	position: relative;
	border-radius: 5rem;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: -webkit-gradient(linear, left top, right top, from(#28bfb5), color-stop(#7e699b), to(#cc1b85)) border-box, -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.3))) padding-box;
	background: linear-gradient(to right, #28bfb5, #7e699b, #cc1b85) border-box, linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)) padding-box;
	border-radius: 100rem !important;
	border: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 425px) {
	._social a {
		width: 5rem;
		height: 5rem;
	}
}
._social a:hover {
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}
._social a svg {
	position: relative;
	z-index: 3;
	width: 100%;
	height: auto;
}
._social a svg path {
	fill: #fff;
}

@media screen and (max-width: 768px) {
	footer ._row ._column.-w-40 {
		-webkit-box-pack: center !important;
		    -ms-flex-pack: center !important;
		        justify-content: center !important;
	}
}

footer ._social {
	margin-top: -21.2rem;
}
@media screen and (max-width: 1540px) {
	footer ._social {
		margin-top: -18.2rem;
	}
}
@media screen and (max-width: 768px) {
	footer ._social {
		margin-top: -15.2rem;
	}
}
@media screen and (max-width: 425px) {
	footer ._social {
		margin-top: -13.2rem;
	}
}

#menu-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
@media screen and (max-width: 570px) {
	#menu-footer li {
		width: 100%;
	}
	#menu-footer li a {
		text-align: center;
	}
}

#menu-footer a {
	font-weight: 700;
}

#menu-footer a:hover {
	color: var(--c-teal);
}

/**
 * Pages
 */
/**
* Modifiers
*/
.-invert ._contentblock,
.-invert *,
.-invert .gform_wrapper.gravity-theme .gfield_required {
	color: #fff;
}
.-invert ._contentblock strong,
.-invert * strong,
.-invert .gform_wrapper.gravity-theme .gfield_required strong {
	color: var(--c-teal-xl);
}
.-invert ._podcastlinks h3 {
	color: #f286d6;
}
.-invert input::-webkit-input-placeholder, .-invert textarea::-webkit-input-placeholder, .-invert select::-webkit-input-placeholder {
	color: #fff !important;
}
.-invert input::-moz-placeholder, .-invert textarea::-moz-placeholder, .-invert select::-moz-placeholder {
	color: #fff !important;
}
.-invert input:-ms-input-placeholder, .-invert textarea:-ms-input-placeholder, .-invert select:-ms-input-placeholder {
	color: #fff !important;
}
.-invert input::-ms-input-placeholder, .-invert textarea::-ms-input-placeholder, .-invert select::-ms-input-placeholder {
	color: #fff !important;
}
.-invert input,
.-invert textarea,
.-invert select,
.-invert input::placeholder,
.-invert textarea::placeholder,
.-invert select::placeholder {
	color: #fff !important;
}
.-invert select option {
	color: #000 !important;
}

/**
 * Gravity Forms 
 */
body .gform_required_legend {
	display: none;
}

body .gform_wrapper .gfield {
	text-align: left !important;
}

body .gform_wrapper .gfield_label {
	font-size: 16px;
	margin-bottom: 4px;
	gap: 1px !important;
}

body .gform_wrapper .gfield_error [aria-invalid=true] {
	border-color: var(--c-pink);
}

body .gform_wrapper .gfield_required {
	font-size: 17px !important;
	font-weight: 700 !important;
}

body .gform_wrapper .gform_fields {
	grid-row-gap: 20px !important;
}

@media screen and (min-width: 641px) {
	body .gform_wrapper .gform_fields {
		grid-column-gap: 20px !important;
	}
}
body .gform_wrapper input,
body .gform_wrapper select,
body .gform_wrapper textarea {
	border-radius: 3rem !important;
	padding: 1.4rem 2.2rem !important;
	width: 100%;
	color: #000;
	border: 1px solid #fff;
	font-size: 1.6rem !important;
	text-align: left;
	height: auto !important;
	line-height: 1.2 !important;
	min-height: 0 !important;
	background: -webkit-gradient(linear, left top, right top, from(#5b858b), color-stop(25%, #327176), color-stop(70%, #599999), to(#2e8b89)) padding-box, -webkit-gradient(linear, left top, right top, from(white), color-stop(25%, rgba(255, 255, 255, 0.4)), color-stop(75%, white), to(rgba(255, 255, 255, 0.4))) border-box;
	background: linear-gradient(90deg, #5b858b, #327176 25%, #599999 70%, #2e8b89) padding-box, linear-gradient(90deg, white, rgba(255, 255, 255, 0.4) 25%, white 75%, rgba(255, 255, 255, 0.4)) border-box;
	border: 1px solid transparent;
}

body .gform_wrapper .gfield--width-half:nth-of-type(even) input,
body .gform_wrapper .gfield--width-half:nth-of-type(even) textarea {
	background: -webkit-gradient(linear, left top, right top, from(#58a6a3), color-stop(25%, #2f9793), color-stop(70%, #59b5af), to(#33aba4)) padding-box, -webkit-gradient(linear, left top, right top, from(white), color-stop(25%, rgba(255, 255, 255, 0.4)), color-stop(75%, white), to(rgba(255, 255, 255, 0.4))) border-box;
	background: linear-gradient(90deg, #58a6a3, #2f9793 25%, #59b5af 70%, #33aba4) padding-box, linear-gradient(90deg, white, rgba(255, 255, 255, 0.4) 25%, white 75%, rgba(255, 255, 255, 0.4)) border-box;
}

body .gform_wrapper select {
	-webkit-appearance: none !important;
	   -moz-appearance: none !important;
	        appearance: none !important;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17.35 12.19"><path d="M.46,3.4l6.19,7.8c1.04,1.31,3.02,1.31,4.06,0l6.19-7.8c1.09-1.38.11-3.4-1.64-3.4H2.1C.35,0-.63,2.03.46,3.4Z" style="fill: %23fff;"/></svg>') calc(100% - 20px) center/14px auto no-repeat, -webkit-gradient(linear, left top, right top, from(#5b858b), color-stop(25%, #327176), color-stop(70%, #599999), to(#2e8b89)) padding-box, -webkit-gradient(linear, left top, right top, from(white), color-stop(25%, rgba(255, 255, 255, 0.4)), color-stop(75%, white), to(rgba(255, 255, 255, 0.4))) border-box;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17.35 12.19"><path d="M.46,3.4l6.19,7.8c1.04,1.31,3.02,1.31,4.06,0l6.19-7.8c1.09-1.38.11-3.4-1.64-3.4H2.1C.35,0-.63,2.03.46,3.4Z" style="fill: %23fff;"/></svg>') calc(100% - 20px) center/14px auto no-repeat, linear-gradient(90deg, #5b858b, #327176 25%, #599999 70%, #2e8b89) padding-box, linear-gradient(90deg, white, rgba(255, 255, 255, 0.4) 25%, white 75%, rgba(255, 255, 255, 0.4)) border-box;
	height: auto !important;
}

body .gform_wrapper .gfield--width-half:nth-of-type(even) select {
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17.35 12.19"><path d="M.46,3.4l6.19,7.8c1.04,1.31,3.02,1.31,4.06,0l6.19-7.8c1.09-1.38.11-3.4-1.64-3.4H2.1C.35,0-.63,2.03.46,3.4Z" style="fill: %23fff;"/></svg>') calc(100% - 20px) center/14px auto no-repeat, -webkit-gradient(linear, left top, right top, from(#58a6a3), color-stop(25%, #2f9793), color-stop(70%, #59b5af), to(#33aba4)) padding-box, -webkit-gradient(linear, left top, right top, from(white), color-stop(25%, rgba(255, 255, 255, 0.4)), color-stop(75%, white), to(rgba(255, 255, 255, 0.4))) border-box;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17.35 12.19"><path d="M.46,3.4l6.19,7.8c1.04,1.31,3.02,1.31,4.06,0l6.19-7.8c1.09-1.38.11-3.4-1.64-3.4H2.1C.35,0-.63,2.03.46,3.4Z" style="fill: %23fff;"/></svg>') calc(100% - 20px) center/14px auto no-repeat, linear-gradient(90deg, #58a6a3, #2f9793 25%, #59b5af 70%, #33aba4) padding-box, linear-gradient(90deg, white, rgba(255, 255, 255, 0.4) 25%, white 75%, rgba(255, 255, 255, 0.4)) border-box;
}

body .gform_wrapper input::-webkit-input-placeholder, body .gform_wrapper textarea::-webkit-input-placeholder {
	font-weigth: 700;
}

body .gform_wrapper input::-moz-placeholder, body .gform_wrapper textarea::-moz-placeholder {
	font-weigth: 700;
}

body .gform_wrapper input:-ms-input-placeholder, body .gform_wrapper textarea:-ms-input-placeholder {
	font-weigth: 700;
}

body .gform_wrapper input::-ms-input-placeholder, body .gform_wrapper textarea::-ms-input-placeholder {
	font-weigth: 700;
}

body .gform_wrapper input::placeholder,
body .gform_wrapper textarea::placeholder {
	font-weigth: 700;
}

body .gform_wrapper .ginput_container {
	position: relative;
}

body .gform_wrapper textarea,
body .gform_wrapper .gfield textarea.large {
	min-height: 150px !important;
}

body .gform_wrapper .gform_button {
	padding: 1.6rem 4rem !important;
	color: #fff !important;
	margin: 0 0 0 auto !important;
	font-weight: 700 !important;
	-webkit-transition: all 0.3s ease-in-out !important;
	transition: all 0.3s ease-in-out !important;
	cursor: pointer !important;
	width: auto !important;
	text-align: center !important;
	transition: all 0.3s ease-in-out;
	margin: 0 auto !important;
	border-radius: 1rem !important;
	font-size: 3.4 rem !important;
	background: -webkit-gradient(linear, left top, right top, from(#28bfb5), color-stop(#7e699b), to(#cc1b85)) border-box, -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.3))) padding-box;
	background: linear-gradient(to right, #28bfb5, #7e699b, #cc1b85) border-box, linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)) padding-box;
	border-radius: 100rem !important;
	border: 1px solid rgba(255, 255, 255, 0.3);
}

body .gform_wrapper .validation_message,
body .gform_wrapper .gform_validation_errors {
	background: var(--c-pink);
	border-color: var(--c-pink);
	border: 0;
	color: #fff !important;
	border-radius: 6px;
	padding: 5px 10px !important;
	display: inline-block !important;
	width: auto !important;
	font-size: 14px;
}

body .gform_wrapper.gravity-theme .gfield_validation_message,
body .gform_wrapper.gravity-theme .validation_message {
	background: var(--c-pink);
	border-color: var(--c-pink);
	border: 0;
	color: #fff !important;
}

body .gform-icon--circle-error {
	display: none !important;
}

body .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
	border-color: var(--c-pink) !important;
}

body .gform_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

body .gform_confirmation_message {
	background: var(--c-gray-xd);
	padding: 2rem 3rem;
	border-radius: 3rem;
}

body .gform_wrapper.gravity-theme .gform_validation_errors {
	background: var(--c-pink) !important;
	color: #fff !important;
	border: 0 !important;
}

body .gform_wrapper .gform_validation_errors ol {
	text-align: left !important;
	color: #fff !important;
}

body .gform_wrapper .gform_validation_errors ol li a {
	color: #fff !important;
}

body .gform_wrapper .gform_validation_errors {
	width: 100% !important;
}

body .gform_wrapper .gform_validation_errors h2 {
	font-size: 14px !important;
	color: #fff !important;
	letter-spacing: 0 !important;
	font-family: var(--font-b) !important;
}

body .gform_wrapper .gform_validation_errors > h2 .gform-icon {
	color: #fff !important;
	border: 1px solid #fff;
}

body .gform_wrapper textarea {
	height: 140px !important;
}

body .gf_progressbar {
	border-radius: 5px !important;
	overflow: hidden !important;
}

/*body .dark-form .gform_wrapper .gfield_label {
    color: #fff !important;
}
body .dark-form .gform-field-label--type-sub {
    color: #fff !important;
}
body .dark-form .gform_wrapper input, 
body .dark-form .gform_wrapper select, 
body .dark-form .gform_wrapper textarea {
    border-color: #fff !important;
    color:  #fff !important;
}
body .dark-form .gform_wrapper .gform_fields {
    grid-row-gap: 20px !important;
}
@media screen and (min-width: 641px) {
    body .gform_wrapper .gform_fields {
        grid-column-gap: 14px !important;
    }
}
body .dark-form .gform_wrapper input::placeholder {
    color: #fff !important;
}
body .dark-form .gform_confirmation_message {
    color: #fff !important;
    text-align: center !important;
}*/
body .-inline-form {
	width: 100%;
	position: relative;
}

body .-inline-form .gform_validation_errors {
	display: none;
}

body .-inline-form .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
	border-color: var(--c-pink) !important;
}

body .-inline-form .gform_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

body .-inline-form .gform_wrapper.gravity-theme .gform_validation_errors {
	background: var(--c-pink) !important;
	color: #fff !important;
	border: 0 !important;
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
	display: none !important;
}

body .-inline-form .gform_confirmation_message {
	background: var(--c-teal-l);
	padding: 2rem 3rem;
	border-radius: 3rem;
}

body .-inline-form .gform_wrapper input[type=email] {
	padding: 2rem !important;
	border-radius: 10rem !important;
	background: -webkit-gradient(linear, left top, right top, from(#5e6c7a), color-stop(25%, #384858), color-stop(70%, #5e6c7a), to(#344454)) padding-box, -webkit-gradient(linear, left top, right top, from(white), color-stop(25%, rgba(255, 255, 255, 0.4)), color-stop(75%, white), to(rgba(255, 255, 255, 0.4))) border-box;
	background: linear-gradient(90deg, #5e6c7a, #384858 25%, #5e6c7a 70%, #344454) padding-box, linear-gradient(90deg, white, rgba(255, 255, 255, 0.4) 25%, white 75%, rgba(255, 255, 255, 0.4)) border-box;
	font-weight: 700;
	font-size: 1.6rem;
}

body .-inline-form input[type=email]::-webkit-input-placeholder {
	font-weight: 700;
	font-size: 1.6rem;
}

body .-inline-form input[type=email]::-moz-placeholder {
	font-weight: 700;
	font-size: 1.6rem;
}

body .-inline-form input[type=email]:-ms-input-placeholder {
	font-weight: 700;
	font-size: 1.6rem;
}

body .-inline-form input[type=email]::-ms-input-placeholder {
	font-weight: 700;
	font-size: 1.6rem;
}

body .-inline-form input[type=email]::placeholder {
	font-weight: 700;
	font-size: 1.6rem;
}

body .-inline-form .gform_wrapper .gform_footer input,
body .-inline-form .gform_wrapper .gform_button {
	padding: 1.2rem 2rem !important;
	height: 4.6rem;
	text-align: center !important;
	font-size: 2rem;
	letter-spacing: 0;
}

body .-inline-form .gform_wrapper .gform_footer {
	margin: 0;
	padding: 0;
}

@media screen and (min-width: 768px) {
	body .-inline-form .gform_wrapper input[type=email] {
		width: calc(100% - 200px);
		font-size: 2rem;
		padding: 1.9rem 17rem 1.9rem 3rem !important;
	}
	body .-inline-form input[type=email]::-webkit-input-placeholder {
		font-size: 2rem;
	}
	body .-inline-form input[type=email]::-moz-placeholder {
		font-size: 2rem;
	}
	body .-inline-form input[type=email]:-ms-input-placeholder {
		font-size: 2rem;
	}
	body .-inline-form input[type=email]::-ms-input-placeholder {
		font-size: 2rem;
	}
	body .-inline-form input[type=email]::placeholder {
		font-size: 2rem;
	}
}
@media screen and (min-width: 420px) {
	body .-inline-form .gform_footer {
		position: absolute;
		right: -3px;
		top: 0.65rem;
		width: 16rem;
	}
}
@media screen and (max-width: 420px) {
	body .-inline-form .gform_footer {
		margin-top: 2rem !important;
	}
}
body .-inline-form .gform_footer input:hover {
	color: #000;
}

body .-inline-form .gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
	color: #fff;
	background: var(--c-pink);
	border: 0;
}

body .-inline-form .gform_footer .gform_ajax_spinner {
	position: absolute;
	top: calc(50% - 8px);
	right: 20px;
}

body .-inline-form .gform_confirmation_message_1 {
	padding: 12px 20px;
	color: #fff;
}

.-z-1 {
	position: relative;
	z-index: 1;
}
.-z-2 {
	position: relative;
	z-index: 2;
}
.-z-3 {
	position: relative;
	z-index: 3;
}
.-z-4 {
	position: relative;
	z-index: 4;
}
.-z-5 {
	position: relative;
	z-index: 5;
}
.-z-6 {
	position: relative;
	z-index: 6;
}
.-z-7 {
	position: relative;
	z-index: 7;
}
.-z-8 {
	position: relative;
	z-index: 8;
}
.-z-9 {
	position: relative;
	z-index: 9;
}
.-z-10 {
	position: relative;
	z-index: 10;
}

h2.-float {
	z-index: 15;
	position: absolute;
	top: 15%;
}
@media screen and (max-width: 1000px) {
	h2.-float {
		top: 2rem;
	}
}

.-no-gap ._wrapper {
	gap: 0;
}

.-gap-sm ._wrapper {
	gap: 1rem;
}

.-p-t-lg ._wrapper {
	padding-top: 18rem;
}

.-p-b-lg ._wrapper {
	padding-bottom: 20rem;
}

.-fullwidth {
	width: 100%;
}

.-center {
	text-align: center;
}

.-bg-gradient-dark {
	background: -webkit-gradient(linear, left top, right top, from(var(--c-gray-d)), to(var(--c-teal)));
	background: linear-gradient(90deg, var(--c-gray-d), var(--c-teal));
}

.-bg-gradient-dark ._form {
	max-width: 90rem;
	margin-left: auto;
	margin-right: auto;
}

.-bg-boxed-dark {
	max-width: var(--wrap-width);
	margin-left: auto;
	margin-right: auto;
	z-index: 5;
	border-radius: 10rem;
	padding: 0 5rem;
	width: 95%;
}

.-bg-boxed-dark::before {
	z-index: -2;
	top: -0.2rem;
	left: -0.2rem;
	right: -0.2rem;
	bottom: -0.2rem;
	position: absolute;
	content: "";
	display: block;
	background: -webkit-gradient(linear, left top, right top, from(var(--c-teal)), to(var(--c-pink)));
	background: linear-gradient(to right, var(--c-teal), var(--c-pink));
	border-radius: 10rem;
}
@media screen and (max-width: 450px) {
	.-bg-boxed-dark::before {
		border-radius: 5rem;
	}
}

.-bg-boxed-dark::after {
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	content: "";
	display: block;
	background: url(/wp-content/uploads/2026/02/bg-why-trust.webp) center/cover no-repeat var(--c-gray-xd);
	border-radius: 10rem;
}
@media screen and (max-width: 450px) {
	.-bg-boxed-dark::after {
		border-radius: 4.9rem;
	}
}

.-serif {
	font-family: var(--font-serif) !important;
	font-weight: 400 !important;
}

.-italic {
	font-style: italic !important;
	font-weight: 400 !important;
	letter-spacing: 0.1rem;
}

.-allcaps {
	text-transform: uppercase !important;
	font-weight: 700 !important;
	letter-spacing: 1px;
}

.-move-up {
	margin-top: -2rem;
}

.-border-b-white::after {
	left: 0;
	right: 0;
	bottom: -2px;
	position: absolute;
	content: "";
	display: block;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1728 68.68"><path d="M1728,68.68H0V0s348.56,54.38,864,54.38S1728,0,1728,0v68.68Z" style="fill: %23fff;"/></svg>') center bottom/101% auto no-repeat;
	height: 10vw;
	pointer-events: none;
}

.-border-t-white::after {
	left: 0;
	right: 0;
	top: -2px;
	position: absolute;
	content: "";
	display: block;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1728 68.42"><path d="M1728,0H0v14.04s348.56,54.38,864,54.38S1728,14.04,1728,14.04V0Z" style="fill: %23fff;"/></svg>') center top/101% auto no-repeat;
	height: 5vw;
	pointer-events: none;
}

.-border-t-dark::before {
	left: 0;
	right: 0;
	bottom: calc(100% - 4px);
	position: absolute;
	content: "";
	display: block;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1728 68.42"><path d="M0,68.42h1728v-14.04S1379.44,0,864,0,0,54.38,0,54.38v14.04Z" style="fill: %23243849;"/></svg>') center top/101% auto no-repeat;
	height: 4.1vw;
	pointer-events: none;
	z-index: -1;
}

.-hotspots {
	overflow-x: clip;
	z-index: 3;
	min-height: 0;
	min-width: 0;
}

.-hotspots::before,
.-hotspots::after {
	pointer-events: none;
	position: absolute;
	content: "";
	width: 80rem;
	height: 80rem;
	display: block;
	z-index: -1;
}

.-hotspots::before {
	top: 50%;
	left: -30vw;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	background: radial-gradient(rgb(239, 166, 206), rgba(239, 166, 206, 0) 66%);
}

.-hotspots.-hotspots-alt::before {
	background: radial-gradient(rgb(184, 232, 228), rgba(184, 232, 228, 0) 66%);
}

.-hotspots::after {
	top: 50%;
	right: -30vw;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	background: radial-gradient(rgb(184, 232, 228), rgba(184, 232, 228, 0) 66%);
}

.-hotspots.-hotspots-alt::after {
	background: radial-gradient(rgb(239, 166, 206), rgba(239, 166, 206, 0) 66%);
}

@media screen and (min-width: 1400px) {
	.-hotspots::before {
		left: calc(50vw - 110rem);
	}
	.-hotspots::after {
		right: calc(50vw - 110rem);
	}
}