/*! lst-theme-assets v1.0.0 | (c) 2025 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-green: #379E43;
	--c-blue:	#016785;
	--c-blue-l:	#44A6C1;
	--c-purple:	#594488;
	--c-blue-r:	#0E3984;
	--c-gray-m: #4a4a4a;
	--c-gray-l:	#C4C4C4;
	--c-gray-xl: #F5F5F5;
	--font-b: "Open Sans", sans-serif;
	--font-h:	"Open Sans", sans-serif;
}

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

html {
	font-size: 62.5%;
}

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

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

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

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

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

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

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

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

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

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

a {
	text-decoration: none;
	color: var(--c-green);
	transition: color 250ms ease-in-out;
}
a:hover, a:focus {
	outline: none;
	border: 0;
	color: var(--c-green-d);
}

input, textarea {
	outline: 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;
}

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

.gform_footer {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.-full > ._wrapper {
	width: 100%;
	padding: 0 !important;
}

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

._wrapper {
	display: block;
	width: 1300px;
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	padding: 8rem 0;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	transition: padding 250ms ease-in-out;
}
._wrapper.-full {
	width: 100%;
	padding: 0 !important;
}
._wrapper.-full ._column {
	align-self: stretch;
}
._wrapper.-left {
	justify-content: flex-start;
}
._wrapper.-center {
	justify-content: center;
}
._wrapper.-right {
	justify-content: flex-end;
}
._wrapper.-space {
	justify-content: space-between;
}
._wrapper.-stretch-h {
	justify-content: stretch;
}
._wrapper.-top {
	align-items: flex-start;
}
._wrapper.-middle {
	align-items: center;
}
._wrapper.-bottom {
	align-items: flex-end;
}
._wrapper.-stretch-v {
	align-items: stretch;
}
._wrapper.-nopadding {
	padding: 0;
}
@media screen and (max-width: 1340px) {
	._wrapper {
		padding-left: 2rem !important;
		padding-right: 2rem !important;
	}
}

.-neg-margin ._wrapper {
	padding-top: 0;
	z-index: 5;
	position: relative;
}
.-neg-margin ._wrapper > *:first-child {
	margin-top: -13rem;
}

._row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
}
._row.-left {
	justify-content: flex-start;
}
._row.-center {
	justify-content: center;
}
._row.-right {
	justify-content: flex-end;
}
._row.-space {
	justify-content: space-between;
}
._row.-stretch-h {
	justify-content: stretch;
}
._row.-top {
	align-items: flex-start;
}
._row.-middle {
	align-items: center;
}
._row.-bottom {
	align-items: flex-end;
}
._row.-stretch-v {
	align-items: stretch;
}

._column {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	position: relative;
}
._column.-left {
	justify-content: flex-start;
}
._column.-center {
	justify-content: center;
}
._column.-right {
	justify-content: flex-end;
}
._column.-space {
	justify-content: space-between;
}
._column.-stretch-h {
	justify-content: stretch;
}
._column.-top {
	align-items: flex-start;
}
._column.-middle {
	align-items: center;
}
._column.-bottom {
	align-items: flex-end;
}
._column.-stretch-v {
	align-items: stretch;
}
._column.-w-5 {
	width: calc(5% - 4rem);
}
@media screen and (max-width: 840px) {
	._column.-w-5 {
		width: 100%;
	}
}
._column.-w-10 {
	width: calc(10% - 4rem);
}
@media screen and (max-width: 840px) {
	._column.-w-10 {
		width: 100%;
	}
}
._column.-w-20 {
	width: calc(20% - 4rem);
}
@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% - 4rem);
}
@media screen and (max-width: 840px) {
	._column.-w-25 {
		width: 100%;
	}
}
._column.-w-30 {
	width: calc(30% - 4rem);
}
@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% - 4rem);
}
@media screen and (max-width: 840px) {
	._column.-w-40 {
		width: 100%;
	}
}
._column.-w-45 {
	width: calc(45% - 4rem);
}
@media screen and (max-width: 840px) {
	._column.-w-45 {
		width: 100%;
	}
}
._column.-w-50 {
	width: calc(50% - 4rem);
}
._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% - 4rem);
}
@media screen and (max-width: 840px) {
	._column.-w-60 {
		width: 100%;
	}
}
._column.-w-65 {
	width: calc(65% - 4rem);
}
@media screen and (max-width: 840px) {
	._column.-w-65 {
		width: 100%;
	}
}
._column.-w-70 {
	width: calc(70% - 4rem);
}
@media screen and (max-width: 840px) {
	._column.-w-70 {
		width: 100%;
	}
}
._column.-w-80 {
	width: calc(80% - 4rem);
}
@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: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}
body > header ._wrapper {
	padding: 3rem 0;
}
@media screen and (max-width: 700px) {
	body > header,
	body > header ._wrapper {
		justify-content: center;
	}
}

body > footer {
	position: relative;
	z-index: 5;
	background: var(--c-blue);
	background: linear-gradient(to right, var(--c-blue) 0%, var(--c-green) 100%);
}
body > footer ._copy {
	color: #fff;
	font-size: 1.3rem;
}

._brand img {
	width: 20rem;
	height: auto;
}

._nav {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
@media screen and (max-width: 700px) {
	._nav {
		justify-content: center;
	}
}
@media screen and (max-width: 700px) {
	._nav.-header {
		width: 100%;
		margin-top: 1rem;
	}
}
._nav.-main .menu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	width: 100%;
	margin: 0;
	padding: 0;
}
._nav.-main .menu li:not(._button) {
	margin: 0 2rem;
	list-style-type: none;
}
._nav.-main .menu li:not(._button) a {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 600;
	text-decoration: none;
	transition: color 250ms ease-in-out;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 1.5rem 0;
	display: block;
}
._nav.-main .menu li:not(._button) a:hover, ._nav.-main .menu li:not(._button) a:focus {
	color: var(--c-green-l);
}
._nav.-legal .menu {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 2rem;
}
._nav.-legal .menu a {
	font-size: 1.3rem;
	color: #fff;
	text-decoration: none;
	display: block;
}
._nav.-legal .menu a:hover, ._nav.-legal .menu a:focus {
	color: #fff;
	text-decoration: underline;
}
._nav.-legal .menu li:not(:last-child) {
	margin-right: 1rem;
	padding-right: 1rem;
	border-right: 1px solid #fff;
}

._burger {
	outline: none;
	width: 15px;
	aspect-ratio: 1/0.8;
	border: 0px;
	padding: 0px;
	background: transparent;
	transition: all 250ms ease-out;
	cursor: pointer;
	appearance: none;
	display: none !important;
	font-size: 0;
	position: relative;
}
@media screen and (max-width: 1010px) {
	._burger {
		display: flex !important;
	}
}
._burger::before, ._burger::after {
	content: "";
	width: 19px;
	height: 2px;
	position: absolute;
	background: #fff;
	transition: transform 250ms ease-out;
	left: 50%;
}
._burger::before {
	top: 0;
	transform: translateX(-50%);
}
._burger::after {
	bottom: 0;
	transform: translateX(-50%);
}
._burger.-active::before {
	transform: translateX(-50%) translateY(260%) rotate(45deg);
}
._burger.-active::after {
	transform: translateX(-50%) translateY(-260%) rotate(-45deg);
}

/**
 * General
 */
section.-gray {
	background-color: var(--c-gray-xl);
}

._column.-blue-green {
	background: var(--c-blue);
	background: linear-gradient(to bottom, var(--c-blue) 0%, var(--c-green) 100%);
}

/**
 * Components
 */
._buttons {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}
._buttons.-left {
	justify-content: flex-start;
}
._buttons.-center {
	justify-content: center;
}
._buttons.-right {
	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: 4rem;
	font-size: 1.6rem;
	line-height: 1;
	text-align: center;
	transition: box-shadow 250ms ease-in-out;
	padding: 1.5rem 3rem;
	font-weight: 600;
	cursor: pointer;
}
._button.-small {
	font-size: 1.4rem;
	padding: 1rem 2rem;
}
._button, ._button a {
	color: #fff;
}
._button:focus, ._button:hover {
	box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1);
}
._button:focus, ._button:focus a, ._button:hover, ._button:hover a {
	color: #fff;
}
._button.-green {
	background-color: var(--c-green);
}
._button.-blue {
	background-color: var(--c-blue);
}
._button.-purple {
	background-color: var(--c-purple);
}
._button.-r-blue {
	background-color: var(--c-blue-r);
}
._button.-white-outline {
	border: 1px solid #fff;
}

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

._image.-full {
	width: 100%;
	height: auto;
	display: block;
}
._image.-full defer-image {
	width: 100%;
	height: 100%;
	display: block;
}
._image.-full defer-image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
._image.-rounded img {
	border-radius: 2rem;
}
._image.-shadow img {
	box-shadow: 0 0 2rem rgba(0, 0, 0, 0.3);
}

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;
	transition: opacity 300ms ease-in-out;
	transition-delay: 350ms;
}
@media screen and (max-width: 700px) {
	defer-image[type=background] {
		background-image: none !important;
		background: var(--c-green-l);
	}
}
defer-image[type=background][loaded] {
	opacity: 1;
}

._hero {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	position: relative;
	padding: 8rem 0;
	min-height: 45rem;
}
._hero defer-image::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, var(--c-blue) 0%, var(--c-green) 100%);
	opacity: 0.75;
}
._hero ._contentblock {
	font-size: 1.8rem;
}

._title {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	margin-bottom: 2rem;
}
._title.-center {
	text-align: center;
	justify-content: center;
}
._title span {
	display: block;
	font-weight: 600;
	text-transform: uppercase;
}
._title em {
	display: block;
	width: 100%;
}
._title strong {
	font-weight: 700;
}

.-invert ._title,
.-invert ._title span,
.-invert ._title em,
.-invert ._title strong {
	color: #fff;
}

.-purple ._title,
.-purple ._title strong {
	color: var(--c-purple);
}

.-r-blue ._title,
.-r-blue ._title strong {
	color: var(--c-blue-r);
}

.-green ._title,
.-green ._title strong,
.-green strong {
	color: var(--c-green);
}

.-blue ._title,
.-blue ._title strong {
	color: var(--c-blue);
}

h1._title {
	font-size: 6.5rem;
}
h1._title span {
	font-size: 1.8rem;
	padding: 0.5rem 3.5rem;
	color: #fff;
	background: var(--c-green);
	background: linear-gradient(to right, var(--c-green) 0%, var(--c-blue-l) 100%);
	letter-spacing: 1px;
	border-radius: 4rem;
	margin-bottom: 1rem;
}
h1._title em {
	font-weight: 700;
}

h2._title {
	font-size: 4rem;
}
h2._title span {
	font-size: 1.8rem;
	padding: 0.5rem 3.5rem;
	color: #fff;
	background: var(--c-green);
	background: linear-gradient(to right, var(--c-green) 0%, var(--c-blue-l) 100%);
	letter-spacing: 1px;
	border-radius: 4rem;
	margin-bottom: 1rem;
}
h2._title strong {
	color: var(--c-blue);
}

h3._title {
	font-size: 3.4rem;
}
h3._title span {
	font-size: 2.4rem;
	color: var(--c-blue);
}
h3._title strong {
	color: var(--c-blue);
}

.-invert ._contentblock {
	color: #fff;
}

._contentblock {
	width: 100%;
	display: block;
	font-size: 1.6rem;
	color: var(--c-gray-m);
	margin-bottom: 3rem;
}
._contentblock p:not(:last-child) {
	margin-bottom: 1.8rem;
	line-height: 1.6;
}
._contentblock b, ._contentblock strong {
	font-weight: 700;
}
._contentblock i, ._contentblock em {
	font-style: italic;
}
._contentblock ul {
	list-style-type: disc;
	padding-left: 3rem;
	line-height: 1.4;
}
._contentblock ul li:not(:last-child) {
	margin-bottom: 0.5rem;
}

._iconrows {
	width: 100%;
}

._iconrow {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	padding: 2rem 3rem;
}
._iconrow:not(:last-child) {
	border-bottom: 1px solid var(--c-gray-l);
}
._iconrow defer-image {
	width: 12rem;
	height: auto;
	margin-right: 3rem;
}
._iconrow span {
	font-size: 1.6rem;
	color: var(--c-gray-m);
	font-style: italic;
	display: block;
	width: calc(100% - 15rem);
}

._banner {
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 1rem;
}
._banner.-text-image defer-image[type=background]::after {
	content: "";
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 75%, rgba(255, 255, 255, 0) 100%);
}
._banner.-image-text defer-image[type=background]::after {
	content: "";
	width: 60%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	background: linear-gradient(to left, rgba(255, 255, 255, 0.8) 75%, rgba(255, 255, 255, 0) 100%);
}
._banner.-image-text ._content {
	margin-left: auto;
}
._banner defer-image {
	z-index: 1;
}
._banner.-purple ._content h3 {
	color: var(--c-purple);
}
._banner.-r-blue ._content h3 {
	color: var(--c-blue-r);
}
._banner.-green ._content h3 {
	color: var(--c-green);
}
._banner.-blue ._content h3 {
	color: var(--c-blue);
}
._banner ._content {
	width: 45%;
	position: relative;
	z-index: 2;
	padding: 5% 5% 8%;
}
._banner ._content defer-image {
	max-width: 20rem;
	margin-bottom: 3rem;
}
._banner ._content h3 {
	margin-bottom: 2rem;
	font-weight: 700;
	font-size: 3.8rem;
}
._banner ._content h3, ._banner ._content h3 * {
	line-height: 1.2;
}

._member {
	max-width: 30rem;
	margin: 0 auto;
	text-align: center;
}
._member img {
	border-radius: 2rem;
}
._member h3 {
	font-size: 2rem;
	text-align: center;
	display: block;
	font-weight: 700;
	color: var(--c-blue);
	padding: 2rem 1rem 1rem;
}
._member h3 em {
	font-style: italic;
	font-weight: 400;
}
._member p {
	font-size: 1.4rem;
	color: var(--c-gray-m);
	line-height: 1.6;
	margin-bottom: 1rem;
}

._modal {
	max-width: 90%;
	width: 60rem;
	border: 0;
	background-color: #fff;
	overflow: visible;
	padding: 2rem;
	border-radius: 2rem;
}
._modal defer-image {
	max-width: 30rem;
	margin: 0 auto;
	display: block;
}
._modal h3 {
	font-size: 2.6rem;
	text-align: center;
	display: block;
	font-weight: 700;
	color: var(--c-blue);
	padding: 2rem 1rem 1rem;
}
._modal h3 em {
	font-style: italic;
	font-weight: 400;
}
._modal p {
	font-size: 1.4rem;
	color: var(--c-gray-m);
	line-height: 1.6;
	margin-bottom: 1rem;
}
._modal ._close {
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(50%, -50%);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.5rem;
	width: 4rem;
	height: 4rem;
	background-color: var(--c-green);
	color: #fff;
	font-weight: 800;
	cursor: pointer;
	border: 0;
	appearance: none;
	border-radius: 100%;
}

.-extra-pad {
	padding: 4% 5%;
}

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

/*# sourceMappingURL=core.css.map */