@charset "UTF-8";
/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */
/* example usage */
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
* {
	padding: 0;
	margin: 0;
	outline: 0;
	box-sizing: border-box;
}
*:before,
*:after {
	box-sizing: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
	display: block;
}
template {
	display: none;
}
html {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
	min-width: 374px;
}
body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	text-size-adjust: none;
}
img,
iframe,
video,
audio,
object {
	max-width: 100%;
}
img,
iframe {
	border: 0 none;
}
img {
	height: auto;
	display: inline-block;
	vertical-align: middle;
}
img,
[style*=background-image] {
	image-rendering: -webkit-optimize-contrast;
}
b,
strong {
	font-weight: bold;
}
address {
	font-style: normal;
}
svg:not(:root) {
	overflow: hidden;
}
a,
button,
input[type=submit],
input[type=button],
input[type=reset],
input[type=file],
input[type=image],
label[for] {
	cursor: pointer;
}
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=color],
textarea,
a[href^=tel] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
	appearance: none;
}
textarea {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
button,
select {
	text-transform: none;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
nav ul,
nav ol {
	list-style: none outside none;
}
input::-moz-placeholder, textarea::-moz-placeholder {
	color: inherit;
	opacity: 1;
}
input::placeholder,
textarea::placeholder {
	color: inherit;
	opacity: 1;
}
input:-webkit-autofill, input:-webkit-autofill:active {
	-webkit-text-fill-color: inherit;
	-webkit-box-shadow: 0 0 0 1000px #fff inset;
	-webkit-transition: all 0s 50000s;
	transition: all 0s 50000s;
}
input[type=text],
input[type=button],
input[type=tel],
input[type=email],
input[type=submit],
input[type=date],
input[type=search],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#wpadminbar {
	position: fixed;
}
/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */
@font-face {
	font-family: "VillaAlbertine_Beta";
	src: url("../fonts/VillaAlbertine_Beta-Regular.woff2") format("woff2"), url("../fonts/VillaAlbertine_Beta-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "GT America";
	src: url("../fonts/GTAmerica-Regular.woff2") format("woff2"), url("../fonts/GTAmerica-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "GT America";
	src: url("../fonts/GTAmerica-Medium.woff2") format("woff2"), url("../fonts/GTAmerica-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'aptos';
	src: url('../fonts/aptos.woff2') format('woff2'),
	url('../fonts/aptos.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'aptos';
	src: url('../fonts/aptosbold.woff2') format('woff2'),
	url('../fonts/aptosbold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Aptos';
	src: url('../fonts/aptossemibold.woff2') format('woff2'),
	url('../fonts/aptossemibold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
:root {
	--vh: 1vh;
	--vh: 1svh;
	--app-height: calc(100 * var(--vh));
	--aside-width: 50px;
	--aside-height: 50px;
	--header-height: 80px;
	--scroll-bar-width: 17px;
	--app-width: 100%;
	--ff-gt: aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
	--ff-villa: aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
	--c-orange: #FF4600;
	--c-blue: #557DFF;
}
@media (max-width: 767px) {
	:root {
		--header-height: 75px;
		--app-width: 100%;
	}
}
:where(*:focus-visible) {
	outline: 2px solid currentColor;
	outline-offset: 1px;
	border-radius: 2px;
}
body {
	--admin-bar-height: 0px;
	--app-height-admin: calc(var(--app-height) - var(--admin-bar-height));
	min-width: 320px;
	color: #000;
	font-family: aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.15;
	font-weight: 400;
	background: #fff;
}
body:after {
	content: "";
	z-index: 99999;
	position: fixed;
	inset: 0;
	background-repeat: no-repeat;
	background-size: min(15%, 44px) auto;
	background-position: center center;
	background-color: rgba(17, 24, 39, 0.6);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' stroke='white' class='fixed top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 z-%5B52%5D text-white'%3E%3Cg fill='none' fill-rule='evenodd' stroke-width='2'%3E%3Ccircle cx='22' cy='22' r='1'%3E%3Canimate attributeName='r' begin='0s' calcMode='spline' dur='1.8s' keySplines='0.165, 0.84, 0.44, 1' keyTimes='0; 1' repeatCount='indefinite' values='1; 20'/%3E%3Canimate attributeName='stroke-opacity' begin='0s' calcMode='spline' dur='1.8s' keySplines='0.3, 0.61, 0.355, 1' keyTimes='0; 1' repeatCount='indefinite' values='1; 0'/%3E%3C/circle%3E%3Ccircle cx='22' cy='22' r='1'%3E%3Canimate attributeName='r' begin='-0.9s' calcMode='spline' dur='1.8s' keySplines='0.165, 0.84, 0.44, 1' keyTimes='0; 1' repeatCount='indefinite' values='1; 20'/%3E%3Canimate attributeName='stroke-opacity' begin='-0.9s' calcMode='spline' dur='1.8s' keySplines='0.3, 0.61, 0.355, 1' keyTimes='0; 1' repeatCount='indefinite' values='1; 0'/%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
	opacity: 0;
	visibility: hidden;
}
body.is-loading:after, body.articles-magazine:not(.is-split):after {
	opacity: 1;
	visibility: visible;
}
body.scroll-lock {
	overflow: hidden;
}
body.admin-bar {
	--admin-bar-height: 32px;
}
@media (max-width: 782px) {
	body.admin-bar {
		--admin-bar-height: 46px;
	}
}
a {
	color: inherit;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
	font-family: aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 1;
	margin-bottom: calc(1.15em / 2);
}
.h1:last-child,
h1:last-child,
.h2:last-child,
h2:last-child,
.h3:last-child,
h3:last-child,
.h4:last-child,
h4:last-child,
.h5:last-child,
h5:last-child,
.h6:last-child,
h6:last-child {
	margin-bottom: 0;
}
.h1,
h1 {
	font-family: aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 52px;
	padding: 54px 0;
}
@media (max-width: 1023px) {
	.h1,
	h1 {
		font-size: 42px;
	}
}
@media (max-width: 767px) {
	.h1,
	h1 {
		font-size: 32px;
	}
}
.h2,
h2 {
	font-size: 60px;
}
.h3,
h3 {
	font-size: 40px;
}
@media (max-width: 1279px) {
	.h3,
	h3 {
		font-size: 30px;
		line-height: 1.17;
	}
}
@media (max-width: 767px) {
	.h3,
	h3 {
		font-size: 20px;
		line-height: 1.1;
	}
}
.h3-2, .article-slide .article__head h3 {
	font-size: 48px;
	line-height: 1;
}
@media (max-width: 1279px) {
	.h3-2, .article-slide .article__head h3 {
		font-size: 30px;
		line-height: 1.17;
	}
}
@media (max-width: 1023px) {
	.h3-2, .article-slide .article__head h3 {
		font-size: 24px;
		line-height: 1.25;
	}
}
@media (max-width: 767px) {
	.h3-2, .article-slide .article__head h3 {
		font-size: 20px;
		line-height: 1.1;
	}
}
.h4,
h4 {
	font-size: 30px;
	line-height: 1.17;
}
@media (max-width: 1023px) {
	.h4,
	h4 {
		font-size: 24px;
		line-height: 1.25;
	}
}
@media (max-width: 767px) {
	.h4,
	h4 {
		font-size: 20px;
		line-height: 1.1;
	}
}
.h5,
h5 {
	font-size: 24px;
}
.h6,
h6 {
	font-size: 20px;
}
p,
ul,
ol,
dl,
table,
blockquote {
	margin-bottom: 1.15em;
}
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
	margin-bottom: 0;
}
hr {
	margin-bottom: 1.15em;
}
.page-template-support .section-entry .section__actions {
	margin-bottom: 80px;
}

/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */
/*  Frames  */
.bg-frame-1-white {
	--background-image: url("../images/frames/frame_1_white.svg");
}
.bg-frame-1-black {
	--background-image: url("../images/frames/frame_1_black.svg");
}
.bg-frame-2-white {
	--background-image: url("../images/frames/frame_2_white.svg");
}
.bg-frame-2-black {
	--background-image: url("../images/frames/frame_2_black.svg");
}
.bg-frame-3-white {
	--background-image: url("../images/frames/frame_3_white.svg");
}
.bg-frame-3-black {
	--background-image: url("../images/frames/frame_3_black.svg");
}
.bg-frame-4-white {
	--background-image: url("../images/frames/frame_4_white.svg");
}
.bg-frame-4-black {
	--background-image: url("../images/frames/frame_4_black.svg");
}
.bg-frame-5-white {
	--background-image: url("../images/frames/frame_5_white.svg");
}
.bg-frame-5-black {
	--background-image: url("../images/frames/frame_5_black.svg");
}
.bg-frame-6-white {
	--background-image: url("../images/frames/frame_6_white.svg");
}
.bg-frame-6-black {
	--background-image: url("../images/frames/frame_6_black.svg");
}
.bg-frame-7-white {
	--background-image: url("../images/frames/frame_7_white.svg");
}
.bg-frame-7-black {
	--background-image: url("../images/frames/frame_7_black.svg");
}
.bg-frame-8-white {
	--background-image: url("../images/frames/frame_8_white.svg");
}
.bg-frame-8-black {
	--background-image: url("../images/frames/frame_8_black.svg");
}
.bg-frame-9-white {
	--background-image: url("../images/frames/frame_9_white.svg");
}
.bg-frame-9-black {
	--background-image: url("../images/frames/frame_9_black.svg");
}
.bg-frame-10-white {
	--background-image: url("../images/frames/frame_10_white.svg");
}
.bg-frame-10-black {
	--background-image: url("../images/frames/frame_10_black.svg");
}
/*  Clear  */
.clear:after {
	content: "";
	line-height: 0;
	display: table;
	clear: both;
}
/* sr-only */
.sr-only, .gform_wrapper.gform_wrapper.gravity-theme .gfield-choice-input {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: auto;
	clip: initial;
	margin: inherit;
	border: initial;
}
/*  Notext  */
.notext {
	white-space: nowrap;
	text-indent: 100%;
	text-shadow: none;
	overflow: hidden;
}
.notext-old {
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
}
/*  Hidden  */
[hidden],
.hidden {
	display: none;
}
/*  Disabled  */
[disabled],
.disabled {
	cursor: default;
}
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
	display: none !important;
}
@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
	.visible-xs-block {
		display: block !important;
	}
	.visible-xs-inline {
		display: inline !important;
	}
	.visible-xs-inline-block {
		display: inline-block !important;
	}
}
@media (min-width: 767.02px) and (max-width: 1023px) {
	.hidden-sm {
		display: none !important;
	}
	.visible-sm-block {
		display: block !important;
	}
	.visible-sm-inline {
		display: inline !important;
	}
	.visible-sm-inline-block {
		display: inline-block !important;
	}
}
@media (min-width: 1023.02px) and (max-width: 1279px) {
	.hidden-md {
		display: none !important;
	}
	.visible-md-block {
		display: block !important;
	}
	.visible-md-inline {
		display: inline !important;
	}
	.visible-md-inline-block {
		display: inline-block !important;
	}
}
@media (min-width: 1279.02px) {
	.hidden-lg {
		display: none !important;
	}
	.visible-lg-block {
		display: block !important;
	}
	.visible-lg-inline {
		display: inline !important;
	}
	.visible-lg-inline-block {
		display: inline-block !important;
	}
}
/* ------------------------------------------------------------ *\
	Default
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Comment Respond
\* ------------------------------------------------------------ */
.comment-respond {
	width: 100%;
	padding-top: 30px;
	border-top: 1px solid #363636;
}
.comment-respond h3 {
	position: relative;
}
.comment-respond small {
	position: absolute;
	top: 0;
	right: 0;
}
.comment-respond label {
	display: inline-block;
	padding-bottom: 4px;
}
.comment-respond input[type=text],
.comment-respond textarea {
	display: block;
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	background: #f7f7f7;
}
.comment-respond textarea {
	height: 100px;
}
.comment-respond input[type=text]:focus {
	background-color: #fff;
}
.comment-respond input[type=text]::-moz-placeholder {
	color: #777;
}
.comment-respond input[type=text]::placeholder {
	color: #777;
}
.comment-respond .required {
	color: #e40000;
}
.comment-respond .comment-notes {
	padding-top: 15px;
}
.comment-respond .form-submit input {
	display: block;
	width: 160px;
	height: 40px;
	border: 0;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: #363636;
	cursor: pointer;
	border-radius: 4px;
}
/* ------------------------------------------------------------ *\
	Comments
\* ------------------------------------------------------------ */
.comments {
	position: relative;
}
.comments .children {
	position: relative;
	padding-left: 70px;
}
.comments .children:before, .comments .children:after {
	content: "";
	position: absolute;
	display: block;
}
.comments .children:before {
	top: 33px;
	left: 23px;
	width: 32px;
	height: 27px;
	border-left: 8px solid #c3c3c3;
	border-bottom: 8px solid #c3c3c3;
	border-radius: 0 0 0 8px;
}
.comments .children:after {
	top: -5px;
	left: 8px;
	border: 20px solid transparent;
	border-width: 20px 19px;
	border-bottom-color: #c3c3c3;
}
.comments .comment {
	position: relative;
	border-top: 1px dashed #363636;
}
.comments .avatar {
	position: absolute;
	top: 28px;
	left: 0;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 1px solid #ccc;
}
.comments .says {
	padding-left: 5px;
}
.comments .moderation-notice {
	display: inline-block;
	margin: 3px 0 8px;
	color: #999;
}
.comments .comment__entry {
	position: relative;
	padding: 30px 0 30px 65px;
}
.comments .comment__text p:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}
.comments .comment__meta {
	padding-bottom: 12px;
}
.comments .comment__meta a {
	color: #363636;
}
.comments .comment__reply {
	padding-top: 10px;
	text-align: right;
}
.comments .comment__reply a {
	display: inline-block;
	padding: 5px 10px;
	background: #363636;
	color: #fff;
	border-radius: 6px;
}
.comments .comment__reply a:hover {
	text-decoration: none;
	opacity: 0.8;
}
/* ------------------------------------------------------------ *\
	Pagination
\* ------------------------------------------------------------ */
.paging {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
}
@media (max-width: 767px) {
	.paging {
		flex-wrap: wrap;
	}
}
.paging a {
	text-decoration: none;
}
.paging ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	list-style: none;
	margin: 0 auto;
	padding: 0 20px;
}
@media (max-width: 767px) {
	.paging ul {
		width: 100%;
		order: -1;
		padding: 0;
		margin-bottom: 20px;
	}
}
.paging ul li {
	margin: 0 5px;
}
@media (max-width: 767px) {
	.paging ul li:first-child {
		margin-left: 0;
	}
}
@media (max-width: 767px) {
	.paging ul li:last-child {
		margin-right: 0;
	}
}
.paging ul li.paging__spacer,
.paging ul a {
	background-color: #fff;
	font-size: 14px;
	color: #000;
	width: 35px;
	height: 35px;
	display: block;
	text-align: center;
	line-height: 35px;
	transition: all 0.4s;
}
.paging ul a:hover,
.paging ul li.is-current a {
	color: #fff;
	background-color: var(--c-blue);
}
.paging .paging__next,
.paging .paging__prev {
	font-size: 16px;
	color: #000;
	transition: all 0.4s;
}
.paging .paging__next:hover,
.paging .paging__prev:hover {
	color: var(--c-blue);
}
.paging .paging__next:only-child {
	margin-left: auto;
	margin-right: 0;
}
.paging .paging__prev:only-child {
	margin-right: auto;
	margin-left: 0;
}
.paging .paging__label,
.paging .paging__first,
.paging .paging__last,
.paging .paging__prev,
.paging .paging__next {
	margin: 9px;
}
/* ------------------------------------------------------------ *\
	Search Form
\* ------------------------------------------------------------ */
.search-form {
	position: relative;
}
@media (max-width: 1023px) {
	.search-form {
		display: flex;
		align-items: center;
	}
}
@media (max-width: 639px) {
	.search-form {
		flex-direction: column;
		align-items: flex-start;
	}
}
.search-form label {
	display: inline-block;
	font-size: 52px;
	margin-bottom: 20px;
}
@media (max-width: 1023px) {
	.search-form label {
		font-size: 30px;
		margin: 0;
	}
}
@media (max-width: 639px) {
	.search-form label {
		font-size: 24px;
	}
}
.search-form .search__field {
	position: relative;
}
@media (max-width: 1023px) {
	.search-form .search__field {
		margin-left: 32px;
		width: 100%;
	}
}
@media (max-width: 639px) {
	.search-form .search__field {
		margin-left: 0;
		margin-top: 12px;
	}
}
.search-form .search__field > input {
	display: block;
	width: 100%;
	padding: 0 16px;
	font-family: aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
	height: 46px;
	border: 1px solid #000;
	background: #fff;
}
.search-form .search__field > button {
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	height: 14px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' viewBox='0 0 18 14'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='m12.115 1-.979 1.022 4.289 4.237H0V7.72h15.425l-4.311 4.258L12.115 13 18 6.99z'/%3E%3C/svg%3E") no-repeat center/contain;
}
.search-form .search__field:focus {
	background-color: #fff;
}
.search-form .search__field input::-moz-placeholder {
	color: #777;
}
.search-form .search__field input::placeholder {
	color: #777;
}
.search-form .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
/*  Search Form Alt  */
.search-form--alt .search__field {
	margin-left: 0;
}
.search-form--alt .search__field > input {
	font-size: 24px;
	line-height: 1;
	height: 40px;
}
@media (max-width: 767px) {
	.search-form--alt .search__field > input {
		font-size: 20px;
		height: 34px;
	}
}
/* ------------------------------------------------------------ *\
	Section Comments
\* ------------------------------------------------------------ */
.section-comments {
	padding-top: 15px;
}
.section-comments a {
	text-decoration: none;
}
.section-comments p {
	padding-bottom: 18px;
}
.section-comments ol,
.section-comments ul {
	padding: 0;
	margin: 0;
	list-style: none outside none;
}
.section-comments h3 {
	position: relative;
	padding: 0 0 10px;
}
.section-comments h3 small {
	position: absolute;
	top: 0;
	right: 0;
}
/* ------------------------------------------------------------ *\
	Skipped Element
\* ------------------------------------------------------------ */
.skipped-element {
	outline: none;
}
/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */
.widget {
	margin-bottom: 15px;
}
.widget:last-child {
	margin-bottom: 0;
}
.widget > ul {
	list-style: none outside none;
	margin: 0;
}
.widget > ul li {
	padding: 5px 0;
}
.widget > ul a {
	text-decoration: none;
	border-bottom: 1px solid transparent;
}
.widget > ul a:hover {
	border-bottom-color: var(--c-blue);
	color: var(--c-blue);
}
/* widget_nav_menu */
.widget_nav_menu ul {
	list-style: none;
}
.widget_nav_menu ul li {
	padding: 5px 0;
}
/* ------------------------------------------------------------ *\
	Widgets
\* ------------------------------------------------------------ */
.widgets {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: -10px -20px;
}
@media (max-width: 767px) {
	.widgets {
		margin: 0;
	}
}
.widgets > li {
	width: 50%;
	padding: 10px 20px;
}
@media (max-width: 767px) {
	.widgets > li {
		width: 100%;
		padding: 10px 0;
	}
}
/* ------------------------------------------------------------ *\
	Base WordPress CSS
\* ------------------------------------------------------------ */
.alignnone,
.alignleft,
.alignright,
.aligncenter {
	margin: 5px 15px 1.15em;
}
.alignleft {
	margin-left: 0;
}
@media (max-width: 767px) {
	.alignleft {
		margin: 5px 0 10px;
	}
}
.alignright {
	margin-right: 0;
	display: block;
}
@media (max-width: 767px) {
	.alignright {
		margin: 5px 0 10px;
	}
}
.alignnone {
	margin-left: 0;
	margin-right: 0;
}
@media (max-width: 767px) {
	.alignnone {
		margin: 5px 0 10px;
	}
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 767px) {
	.aligncenter {
		margin: 5px 0 10px;
	}
}
.wp-caption {
	position: relative;
}
.wp-caption img {
	width: 100%;
}
.wp-caption-text {
	padding: 8px;
	font-size: 0.8em;
	color: inherit;
	background: transparent;
	text-align: center;
}
.wp-block-image figcaption {
	margin: 0;
}
.wp-block-embed {
	margin-block: 40px;
}
@media (max-width: 639px) {
	.wp-block-embed {
		margin-block: 24px;
	}
}
.nocomments {
	padding-top: 12px;
	font-weight: bold;
	font-size: 18px;
}
/* ------------------------------------------------------------ *\
	Components
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	.accordion-main
\* ------------------------------------------------------------ */
.accordion-main {
	font: 400 24px aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 1023px) {
	.accordion-main {
		font-size: 20px;
	}
}
.accordion-main .accordion__section {
	padding: 0 32px;
	border-top: 1px solid #000;
}
@media (max-width: 1023px) {
	.accordion-main .accordion__section {
		padding: 0 16px;
	}
}
.accordion-main .accordion__section:not(.is-active) .accordion__body {
	display: none;
}
.accordion-main .accordion__section.is-active > .accordion__head .ico:before,
.accordion-main .accordion__section.is-active > .accordion__cols > .accordion__col > .accordion__head .ico:before {
	display: none;
}
.accordion-main .accordion__section.is-active > .accordion__head .ico:after,
.accordion-main .accordion__section.is-active > .accordion__cols > .accordion__col > .accordion__head .ico:after {
	display: block;
}
.accordion-main .accordion__head a {
	display: flex;
	justify-content: space-between;
	padding: 45px 0 40px;
	text-decoration: none;
}
@media (max-width: 1023px) {
	.accordion-main .accordion__head a {
		padding: 12px 0 14px;
	}
}

.accordion-main .accordion__head .ico:before, .accordion-main .accordion__head .ico:after {
	content: "";
	position: absolute;
	inset: 0;
}
.accordion-main .accordion__head .ico:before {
	background: url("../images/svg/ico-plus.svg") no-repeat center/contain;
}
.accordion-main .accordion__head .ico:after {
	background: url("../images/svg/ico-minus.svg") no-repeat center/contain;
}
.accordion-main .accordion__head-inner {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-decoration: none;
}
.accordion-main .accordion__head-inner span {
	font: 400 45px/1 aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-left: -4px;
	margin-bottom: 21px;
	line-height: 35px;
}
@media (max-width: 1023px) {
	.accordion-main .accordion__head-inner span {
		font-size: 30px;
	}
}
@media (max-width: 767px) {
	.accordion-main .accordion__head-inner span {
		margin-bottom: 16px;
	}
}
.accordion-main .accordion__head-inner > p {
	line-height: 32px;
}
@media (max-width: 1023px) {
	.accordion-main .accordion__head-inner > p {
		line-height: 28px;
	}
}
@media (max-width: 767px) {
	.accordion-main .accordion__head-inner > p {
		line-height: 24px;
	}
}
.accordion-main .accordion__body {
	padding-bottom: 64px;
	line-height: 32px;
}
@media (max-width: 1023px) {
	.accordion-main .accordion__body {
		line-height: 28px;
		padding-bottom: 11px;
	}
}
@media (max-width: 767px) {
	.accordion-main .accordion__body {
		line-height: 24px;
	}
}
.accordion-main .accordion__body-cols {
	display: grid;
	grid-template-columns: 345px 1fr;
}
@media (max-width: 1279px) {
	.accordion-main .accordion__body-cols {
		grid-template-columns: 220px 1fr;
	}
}
@media (max-width: 767px) {
	.accordion-main .accordion__body-cols {
		display: block;
	}
}
.accordion-main .accordion__body-col:nth-child(1) {
	padding-right: 64px;
}
@media (max-width: 1279px) {
	.accordion-main .accordion__body-col:nth-child(1) {
		padding-right: 0;
	}
}
@media (max-width: 767px) {
	.accordion-main .accordion__body-col:nth-child(1) {
		margin-bottom: 20px;
	}
}
.accordion-main .accordion__body-col:nth-child(2) {
	padding-left: 64px;
}
@media (max-width: 1023px) {
	.accordion-main .accordion__body-col:nth-child(2) {
		padding-left: 32px;
	}
}
@media (max-width: 767px) {
	.accordion-main .accordion__body-col:nth-child(2) {
		padding-left: 0;
	}
}
.accordion-main .accordion__body-image {
	position: relative;
	margin-bottom: 22px;
}
.accordion-main .accordion__body-image > img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.accordion-main--alt .accordion__section {
	padding: 0;
}
.accordion-main--alt .accordion__cols {
	display: grid;
	grid-template-columns: 345px 1fr;
}
@media (max-width: 1279px) {
	.accordion-main--alt .accordion__cols {
		grid-template-columns: 220px 1fr;
	}
}
@media (max-width: 639px) {
	.accordion-main--alt .accordion__cols {
		grid-template-columns: 60px 1fr;
	}
}
.accordion-main--alt .accordion__col {
	position: relative;
}
.accordion-main--alt .accordion__col:nth-child(1) {
	padding: 0 24px;
}
@media (max-width: 767px) {
	.accordion-main--alt .accordion__col:nth-child(1) {
		padding: 0;
	}
}
.accordion-main--alt .accordion__col:nth-child(2) {
	padding: 32px 24px;
}
@media (max-width: 1023px) {
	.accordion-main--alt .accordion__col:nth-child(2) {
		padding: 16px 12px;
	}
}
@media (max-width: 639px) {
	.accordion-main--alt .accordion__col:nth-child(2) {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}
@media (max-width: 639px) {
	.accordion-main--alt .accordion__image {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 48px;
		height: 48px;
		border: 1px solid #e5e7eb;
		border-radius: 4px;
		margin: 12px;
	}
}
.accordion-main--alt .accordion__image > img {
	position: absolute;
	inset: 0;
	margin-block: auto;
	max-width: 80%;
	max-height: 100%;
	padding: 12px 24px;
	object-fit: contain;
	object-position: left;
}
@media (max-width: 1023px) {
	.accordion-main--alt .accordion__image > img {
		max-width: 100%;
	}
}
@media (max-width: 639px) {
	.accordion-main--alt .accordion__image > img {
		position: static;
		padding: 2px;
	}
}
.accordion-main--alt .accordion__head a {
	padding: 0;
	font: 400 24px aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 1023px) {
	.accordion-main--alt .accordion__head a {
		font-size: 20px;
	}
}
@media (max-width: 767px) {
	.accordion-main--alt .accordion__head a {
		font-size: 14px;
	}
}
.accordion-main--alt .accordion__body {
	font: 400 20px/27px aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 16px 0 0;
}
@media (max-width: 1023px) {
	.accordion-main--alt .accordion__body {
		font-size: 16px;
		line-height: 24px;
	}
}
@media (max-width: 767px) {
	.accordion-main--alt .accordion__body {
		font-size: 12px;
		line-height: 16.5px;
	}
}
.accordion-main--alt .accordion__body p {
	margin-bottom: 0;
}
.accordion-main--alt .accordion__body p:empty:before {
	content: " ";
}
.accordion-main--alt .accordion__body a:hover {
	color: #000 !important;
}
.accordion-main--parent .accordion__head a > h2 {
	margin-bottom: 0;
}
@media (max-width: 1023px) {
	.accordion-main--parent .accordion__head a > h2 {
		font-size: 52px;
	}

	.accordion-main--parent .accordion__head a {
		align-items: center;
	}
}
@media (max-width: 767px) {
	.accordion-main--parent .accordion__head a > h2 {
		font-size: 42px;
	}
}
/* ------------------------------------------------------------ *\
	.accordion-member
\* ------------------------------------------------------------ */
.accordion-member .accordion__section {
	border-top: 1px solid #000;
	padding-block: 24px;
}

.accordion-member .accordion__section:last-child {
	border-bottom: 1px solid black;
}


@media (max-width: 1023px) {
	.accordion-member .accordion__section {
		padding-block: 16px;
	}
}
.accordion-member .accordion__section:not(.is-active) .accordion__body {
	display: none;
}
.accordion-member .accordion__section.is-active > .accordion__head .ico:before {
	display: none;
}
.accordion-member .accordion__section.is-active > .accordion__head .ico:after {
	display: block;
}
.accordion-member .accordion__head a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
	font: 400 60px/0.9 aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 1023px) {
	.accordion-member .accordion__head a {
		font-size: 30px;
		line-height: 1.17;
	}
}
.accordion-member .accordion__head .ico {
	position: relative;
	width: 24px;
	height: 24px;
	flex: 0 0 72px;
	margin-left: 10px;
}
@media (max-width: 767px) {
	.accordion-member .accordion__head .ico {
		width: 20px;
		height: 20px;
		flex: 0 0 20px;
	}
}
.accordion-member .accordion__head .ico:before, .accordion-member .accordion__head .ico:after {
	content: "";
	position: absolute;
	inset: 0;
}
.accordion-member .accordion__head .ico:before {
	background: url("../images/svg/ico-plus.svg") no-repeat center/contain;
}
.accordion-member .accordion__head .ico:after {
	background: url("../images/svg/ico-minus.svg") no-repeat center/contain;
}
.accordion-member .accordion__body {
	--line-height: 1.25;
	font-size: 24px;
	line-height: var(--line-height);
}
@media (max-width: 1023px) {
	.accordion-member .accordion__body {
		--line-height: 1.2;
		font-size: 20px;
		padding-block: 16px;
	}
}
.accordion-member .accordion__body p {
	margin-bottom: calc(1em * var(--line-height));
}
.accordion-member .accordion__body p:last-child {
	margin-bottom: 0;
}
/* ------------------------------------------------------------ *\
	Article Alt
\* ------------------------------------------------------------ */
.article-alt {
	display: block;
	text-decoration: none;
	height: 600px;
	transition: color 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}
.article-alt:is(a):hover {
	color: var(--c-blue);
}
.article-alt .article__image {
	position: relative;
	height: 50%;
	background-color: #FEF3C7;
	transition: filter 0.1s cubic-bezier(0.4, 0, 0.2, 1);
	will-change: filter;
}
.article-alt .article__image:before {
	content: "";
	z-index: 1;
	position: absolute;
	inset: 0 auto 0 0;
	width: 50%;
	background-size: 50px;
	background-image: var(--background-image);
	pointer-events: none;
}
.article-alt .article__image.is-right:before {
	left: auto;
	right: 0;
}
.article-alt .article__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.article-alt:is(a):not(:hover) .article__image {
	filter: grayscale(100%);
}
.article-alt .article__content {
	height: 50%;
	padding: 16px;
}
.article-alt .article__head {
	display: block;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 16px;
}
.article-alt .article__head h3 {
	font-size: 45px;
	line-height: 1;
}
@media (max-width: 767px) {
	.article-alt .article__head h3 {
		font-size: 30px;
		line-height: 1.25;
	}
}
.article-alt .article__entry {
	display: block;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 24px;
	font-family: aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.25;
	margin-bottom: 16px;
	padding-right: 1px;
}
@media (max-width: 1023px) {
	.article-alt .article__entry {
		padding-right: 0;
	}
}
@media (max-width: 767px) {
	.article-alt .article__entry {
		font-size: 20px;
	}
}
/* ------------------------------------------------------------ *\
	Article Event
\* ------------------------------------------------------------ */
.article-event {
	display: block;
	height: 450px;
	text-decoration: none;
	transition: color 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 1023px) {
	.article-event {
		height: 300px;
	}
}
@media (max-width: 767px) {
	.article-event {
		height: 450px;
	}
}
.article-event:is(a):hover {
	color: var(--c-blue);
}
.article-event:is(a):hover .article__image {
	filter: grayscale(0);
}
.article-event .article__inner {
	display: flex;
	height: 100%;
}
@media (max-width: 767px) {
	.article-event .article__inner {
		display: block;
	}
}
.article-event .article__image {
	width: 50%;
	position: relative;
	height: 100%;
	background-color: #FEF3C7;
	transition: filter 0.1s cubic-bezier(0.4, 0, 0.2, 1);
	filter: grayscale(100%);
}
@media (max-width: 767px) {
	.article-event .article__image {
		width: 100%;
		height: 50%;
	}
}
.article-event .article__image:before {
	content: "";
	z-index: 1;
	position: absolute;
	inset: 0 auto 0 0;
	width: 50px;
	background-image: var(--background-image);
	background-size: 50px;
	pointer-events: none;
	transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 1023px) {
	.article-event .article__image:before {
		width: 30px;
	}
}
.article-event .article__image.is-right:before {
	left: auto;
	right: 0;
}
.article-event .article__image > img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.article-event .article__content {
	width: 50%;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 10px 16px 16px;
}
@media (max-width: 1023px) {
	.article-event .article__content {
		padding-bottom: 18px;
	}
}
@media (max-width: 767px) {
	.article-event .article__content {
		width: 100%;
		height: 50%;
	}
}
.article-event .article__meta {
	display: flex;
	font-family: aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	min-height: 60px;
	line-height: 1.13;
}
@media (max-width: 1023px) {
	.article-event .article__meta {
		min-height: 50px;
	}
}
.article-event .article__meta-col {
	flex: 1 0 0;
}
.article-event .article__type {
	padding-bottom: 15px;
}
.article-event .article__type ul {
	list-style: none;
}
.article-event .article__location-short {
	text-align: right;
}
.article-event .article__location-short ul {
	list-style: none;
}
.article-event .article__location-short li {
	display: inline-flex;
}
.article-event .article__location-short li:after {
	content: ", ";
}
.article-event .article__location-short li:last-child:after {
	display: none;
}
.article-event .article__date {
	display: block;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-align: right;
}
.article-event .article__date:last-child {
	margin-bottom: 0;
}
.article-event .article__date > p {
	margin-bottom: 0;
}
.article-event .article__head {
	font-family: aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 32px;
}
@media (max-width: 767px) {
	.article-event .article__head {
		margin-bottom: 0;
	}
}
.article-event .article__head:last-child {
	margin-bottom: 0;
}
@media (min-width: 767.02px) {
	.article-event .article__head {
		display: block;
		display: -webkit-box;
		text-overflow: ellipsis;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
}
@media (max-width: 767px) {
	.article-event .article__head {
		display: block;
		display: -webkit-box;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
}
.article-event .article__head > h3 {
	font-size: 45px;
	line-height: 1;
}
@media (max-width: 1023px) {
	.article-event .article__head > h3 {
		font-size: 30px;
		line-height: 1.17;
	}
}
.article-event .article__location {
	display: block;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-family: aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.5;
	margin-bottom: 16px;
}
.article-event .article__location:last-child {
	margin-bottom: 0;
}
.article-event .article__foot {
	margin-top: auto;
}
/* ------------------------------------------------------------ *\
	Article Magazine Featured
\* ------------------------------------------------------------ */
.article-magazine-featured {
	position: relative;
	isolation: isolate;
	display: block;
	color: #fff;
	text-decoration: none;
	font-family: aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 1.2;
	height: 100%;
	min-height: 373px;
}
@media (max-width: 1023px) {
	.article-magazine-featured {
		font-size: 16px;
		line-height: 1.5;
		min-height: 288px;
	}
}
@media (max-width: 767px) {
	.article-magazine-featured {
		font-size: 14px;
		line-height: 1.71;
		min-height: initial;
		max-height: initial;
	}
}
.article-magazine-featured:is(a):hover .article__content {
	opacity: 1;
}
.article-magazine-featured .article__image {
	height: 100%;
}
.article-magazine-featured .article__image img {
	width: 100%;
	height: 100%;
	max-height: 500px;
	-o-object-fit: cover;
	object-fit: cover;
}
@media (max-width: 767px) {
	.article-magazine-featured .article__image img {
		max-height: initial;
	}
}
.article-magazine-featured .article__container {
	position: absolute;
	inset: 0;
	padding: 24px;
}
@media (max-width: 1023px) {
	.article-magazine-featured .article__container {
		padding: 16px;
	}
}
@media (max-width: 767px) {
	.article-magazine-featured .article__container {
		position: static;
		padding: 0;
	}
}
.article-magazine-featured .article__content {
	background-color: var(--c-blue);
	padding: 28px 16px 16px;
	max-width: 300px;
	height: 100%;
	margin-left: auto;
	transition: opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1);
	opacity: 0;
}
@media (max-width: 767px) {
	.article-magazine-featured .article__content {
		opacity: 1;
		max-width: 100%;
	}
}
.article-magazine-featured .article__category {
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-thickness: 1px;
	margin-bottom: 16px;
}
.article-magazine-featured .article__category:last-child {
	margin-bottom: 0;
}
.article-magazine-featured .article__head {
	display: block;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 16px;
}
.article-magazine-featured .article__head:last-child {
	margin-bottom: 0;
}
@media (max-width: 767px) {
	.article-magazine-featured .article__head h4 {
		font-size: 24px;
		line-height: 1.25;
	}
}
.article-magazine-featured .article__entry {
	line-height: 1.25;
}
@media (max-width: 1023px) {
	.article-magazine-featured .article__entry {
		display: block;
		display: -webkit-box;
		text-overflow: ellipsis;
		-webkit-line-clamp: 5;
		-webkit-box-orient: vertical;
		overflow: hidden;
		line-height: inherit;
	}
}
@media (min-width: 1023.02px) {
	.article-magazine-featured .article__entry {
		display: block;
		display: -webkit-box;
		text-overflow: ellipsis;
		-webkit-line-clamp: 8;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
}
@media (max-width: 767px) {
	.article-magazine-featured .article__entry {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		border: 0;
	}
}
/* ------------------------------------------------------------ *\
	Article Magazine
\* ------------------------------------------------------------ */
.article-magazine {
	display: block;
	text-decoration: none;
	font-family: aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 1.2;
	transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 1023px) {
	.article-magazine {
		font-size: 16px;
		line-height: 1.5;
	}
}
@media (max-width: 767px) {
	.article-magazine {
		font-size: 14px;
		line-height: 1.715;
	}
}
.article-magazine:is(a):hover {
	color: var(--c-blue);
}
.article-magazine .article__image img {
	width: 100%;
}
.article-magazine .article__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-block: 12px 16px;
}
.article-magazine .article__category {
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-thickness: 1px;
	margin-bottom: 16px;
}
.article-magazine .article__category:last-child {
	margin-bottom: 0;
}
.article-magazine .article__head {
	margin-bottom: 16px;
}
.article-magazine .article__head:last-child {
	margin-bottom: 0;
}
@media (max-width: 767px) {
	.article-magazine .article__head h4 {
		font-size: 24px;
		line-height: 1.25;
	}
}
.article-magazine .article__entry {
	line-height: 1.25;
}
@media (max-width: 1023px) {
	.article-magazine .article__entry {
		line-height: inherit;
	}
}
/*  Article Magazine Secondary  */
.article-magazine.is-secondary {
	padding: 12px;
	color: #fff;
	background-color: var(--c-blue);
	transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.article-magazine.is-secondary:is(a):hover {
	color: #fff;
	background-color: var(--c-blue);
}
/* ------------------------------------------------------------ *\
	Article Slide Alt
\* ------------------------------------------------------------ */
.article-slide-alt {
	position: relative;
	isolation: isolate;
	display: block;
	text-decoration: none;
	color: #fff;
	font-family: aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 1.1;
	height: 450px;
}
@media (max-width: 1023px) {
	.article-slide-alt {
		font-size: 16px;
		line-height: 1.13;
		height: 300px;
	}
}
.article-slide-alt:is(a):hover .article__image img {
	filter: brightness(0.9) contrast(1) grayscale(0);
	opacity: 0.9;
}
.article-slide-alt .article__content {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 24px 48px 34px 64px;
}
@media (max-width: 1023px) {
	.article-slide-alt .article__content {
		padding: 16px 32px 26px 48px;
	}
}
.article-slide-alt .article__meta {
	display: flex;
	justify-content: space-between;
	gap: 15px;
	margin-bottom: 40px;
}
@media (max-width: 1023px) {
	.article-slide-alt .article__meta {
		margin-bottom: 16px;
	}
}
.article-slide-alt .article__meta:last-child {
	margin-bottom: 0;
}
.article-slide-alt .article__location {
	text-align: right;
}
.article-slide-alt .article__date {
	text-align: right;
}
.article-slide-alt .article__head {
	font-family: aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 40px;
}
@media (max-width: 1023px) {
	.article-slide-alt .article__head {
		margin-bottom: 24px;
	}
}
.article-slide-alt .article__head:last-child {
	margin-bottom: 0;
}
.article-slide-alt .article__head h3 {
	font-size: 40px;
	line-height: 1;
}
@media (max-width: 1279px) {
	.article-slide-alt .article__head h3 {
		font-size: 30px;
		line-height: 1.17;
	}
}
@media (max-width: 1023px) {
	.article-slide-alt .article__head h3 {
		font-size: 24px;
		line-height: 1.25;
	}
}
.article-slide-alt .article__entry {
	display: block;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 16px;
}
.article-slide-alt .article__entry:last-child {
	margin-bottom: 0;
}
.article-slide-alt .article__foot {
	margin-top: auto;
}
.article-slide-alt .article__image {
	z-index: -1;
	position: absolute;
	inset: 0;
	background-color: black;
}
.article-slide-alt .article__image:before {
	content: "";
	z-index: 1;
	position: absolute;
	inset: 0 auto 0 0;
	width: 50px;
	background-size: 50px;
	background-image: var(--background-image);
	pointer-events: none;
}
@media (max-width: 1023px) {
	.article-slide-alt .article__image:before {
		width: 30px;
	}
}
.article-slide-alt .article__image.is-right:before {
	left: auto;
	right: 0;
}
.article-slide-alt .article__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	will-change: filter, opacity;
	transition-property: filter, opacity;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	filter: brightness(0.75) contrast(1.25) grayscale(100%);
	opacity: 0.4;
}
.article-slide-alt:not(.article-slide-alt--no-meta) .article__head {
	display: block;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
/*  Article Slide Alt No Meta  */
.article-slide-alt--no-meta .article__head {
	display: block;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 40px;
}
@media (max-width: 1023px) {
	.article-slide-alt--no-meta .article__head {
		margin-top: 16px;
	}
}
/* ------------------------------------------------------------ *\
	Article Slide
\* ------------------------------------------------------------ */
.article-slide {
	position: relative;
	isolation: isolate;
	display: block;
	color: #fff;
	text-decoration: none;
	font-family: aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 1.1;
	height: 450px;
}
@media (max-width: 1023px) {
	.article-slide {
		font-size: 16px;
		line-height: 1.13;
		height: 300px;
	}
}
.article-slide:is(a):hover .article__image img {
	filter: brightness(0.9) contrast(1);
	opacity: 0.9;
}
.article-slide .article__content {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 24px 64px 33px;
}
@media (max-width: 1023px) {
	.article-slide .article__content {
		padding: 16px 48px 26px;
	}
}
.article-slide .article__meta {
	display: flex;
	justify-content: space-between;
	gap: 15px;
	margin-bottom: 40px;
}
@media (max-width: 1023px) {
	.article-slide .article__meta {
		margin-bottom: 16px;
	}
}
.article-slide .article__meta:last-child {
	margin-bottom: 0;
}
.article-slide .article__location {
	text-align: right;
}
.article-slide .article__date {
	text-align: right;
}
.article-slide .article__head {
	display: block;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-family: aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: auto;
	margin-bottom: 12px;
}
@media (max-width: 1279px) {
	.article-slide .article__head {
		margin-bottom: 8px;
	}
}
.article-slide .article__head:last-child {
	margin-bottom: 0;
}
.article-slide .article__entry {
	margin-bottom: 22px;
}
@media (max-width: 1023px) {
	.article-slide .article__entry {
		margin-bottom: 24px;
	}
}
@media (max-width: 767px) {
	.article-slide .article__entry {
		display: block;
		display: -webkit-box;
		text-overflow: ellipsis;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
}
@media (min-width: 767.02px) {
	.article-slide .article__entry {
		display: block;
		display: -webkit-box;
		text-overflow: ellipsis;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
}
.article-slide .article__entry:last-child {
	margin-bottom: 0;
}
.article-slide .article__entry h4 {
	font-size: 30px;
	line-height: 1.17;
}
@media (max-width: 1279px) {
	.article-slide .article__entry h4 {
		font-size: 20px;
		line-height: 1.1;
	}
}
@media (max-width: 1023px) {
	.article-slide .article__entry h4 {
		font-size: 14px;
		line-height: 1.43;
	}
}
.article-slide .article__foot {
	margin-top: auto;
}
.article-slide .article__image {
	z-index: -1;
	position: absolute;
	inset: 0;
	background-color: #000;
}
.article-slide .article__image:before {
	content: "";
	z-index: 1;
	position: absolute;
	inset: 0 auto 0 0;
	width: 50px;
	background-size: 50px;
	background-image: var(--background-image);
	pointer-events: none;
}
@media (max-width: 1023px) {
	.article-slide .article__image:before {
		width: 30px;
	}
}
.article-slide .article__image.is-right:before {
	left: auto;
	right: 0;
}
.article-slide .article__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	will-change: filter, opacity;
	transition-property: filter, opacity;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	filter: brightness(0.75) contrast(1.25);
	opacity: 0.8;
}
/* ------------------------------------------------------------ *\
	Article Small
\* ------------------------------------------------------------ */
.article-small {
	display: block;
	text-decoration: none;
	font-family: aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	transition: color 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}
.article-small:is(a):hover {
	color: var(--c-blue);
}
.article-small:is(a):hover .article__image {
	filter: grayscale(0);
}
.article-small .article__inner {
	--image-width: 500px;
	display: grid;
	grid-template-columns: var(--image-width) 1fr;
	min-height: 222px;
}
@media (max-width: 1279px) {
	.article-small .article__inner {
		--image-width: 380px;
	}
}
@media (max-width: 1023px) {
	.article-small .article__inner {
		--image-width: 240px;
		min-height: 172px;
	}
}
@media (max-width: 767px) {
	.article-small .article__inner {
		display: block;
		min-height: initial;
	}
}
.article-small .article__image {
	--frame-padding: 100px;
	position: relative;
	padding-right: var(--frame-padding);
	height: 100%;
	transition: filter 0.1s cubic-bezier(0.4, 0, 0.2, 1);
	//filter: grayscale(100%);
	height: 222px;
}
@media (max-width: 1279px) {
	.article-small .article__image {
		--frame-padding: 70px;
	}
}
@media (max-width: 1023px) {
	.article-small .article__image {
		--frame-padding: 10px;
	}
}
@media (max-width: 767px) {
	.article-small .article__image {
		--frame-padding: 0px;
	}
}
.article-small .article__image:before {
	content: "";
	z-index: 1;
	position: absolute;
	inset: 0 0 0 auto;
	width: 150px;
	background-image: var(--background-image);
	background-size: 50px;
	pointer-events: none;
	transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 1279px) {
	.article-small .article__image:before {
		width: 120px;
	}
}
@media (max-width: 1023px) {
	.article-small .article__image:before {
		width: 50px;
	}
}
.article-small .article__image > img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.article-small .article__content {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 10px 16px 9px;
}
.article-small .article__type {
	padding-left: 4px;
	margin-bottom: 8px;
}
@media (max-width: 1023px) {
	.article-small .article__type {
		margin-bottom: 4px;
	}
}
@media (max-width: 767px) {
	.article-small .article__type {
		padding-left: 0;
	}
}
.article-small .article__type:last-child {
	margin-bottom: 0;
}
.article-small .article__head {
	margin-bottom: 16px;
}
@media (max-width: 767px) {
	.article-small .article__head {
		margin-bottom: 5px;
	}
}
.article-small .article__head:last-child {
	margin-bottom: 0;
}
.article-small .article__head h3 {
	font-size: 40px;
	font-weight: 700;
	color: var(--c-blue);

}
@media (max-width: 1023px) {
	.article-small .article__head h3 {
		font-size: 30px;
	}
}
@media (max-width: 639px) {
	.article-small .article__head h3 {
		font-size: 24px;
	}
}
.article-small .article__foot {
	margin-top: auto;
}
.article-small .article__disciplines {
	font-family: aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.article-small .article__disciplines ul {
	gap: 10px;
}
.article-small .article__excerpt {
	font-size: 24px;
	font-family: aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.25;
	padding-right: 1px;
}
.article-small .article__excerpt:not(:last-child) {
	margin-bottom: 16px;
}
@media (max-width: 1023px) {
	.article-small .article__excerpt {
		padding-right: 0;
	}
}
@media (max-width: 767px) {
	.article-small .article__excerpt {
		font-size: 20px;
	}
}
/*  Article Small Reverse  */
.article-small--reverse .article__inner {
	grid-template-columns: 1fr var(--image-width);
}
.article-small--reverse .article__image {
	order: 1;
	padding-right: 0;
	padding-left: var(--frame-padding);
}
.article-small--reverse .article__image:before {
	right: auto;
	left: 0;
}
/*  Article SMall Search  */
.article-small--search .article__type {
	padding-left: 0;
	margin-bottom: 0;
}

.article-small--limit-title-3 .article__head {
	display: block;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

@media (max-width: 767px) {
	.article-small--search .article__content {
		padding-bottom: 16px;
	}
}
/* ------------------------------------------------------------ *\
	Article
\* ------------------------------------------------------------ */
.article {
	display: block;
	height: 600px;
	text-decoration: none;
	transition: color 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}
.article:is(a):hover {
	color: var(--c-blue);
}
.article:is(a):hover .article__image {
	filter: grayscale(0);
}
.article:is(a):hover .article__image:not(.has-stable-frame):before {
	opacity: 0;
}
.article .article__image {
	position: relative;
	height: 50%;
	filter: grayscale(100%);
	transition: filter 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}
.article .article__image:before {
	content: "";
	z-index: 1;
	position: absolute;
	inset: 0 auto 0 0;
	width: 50px;
	background-image: var(--background-image);
	background-size: 50px;
	pointer-events: none;
	transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 1023px) {
	.article .article__image:before {
		width: 30px;
	}
}
.article .article__image.is-right:before {
	left: auto;
	right: 0;
}
@media (min-width: 1023.02px) {
	.article .article__image.is-larger:before {
		width: 65px;
	}
}
.article .article__image > img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.article .article__content {
	height: 50%;
	padding: 10px 16px;
}
@media (max-width: 1023px) {
	.article .article__content {
		padding-inline: 15px;
	}
}
.article .article__meta {
	display: flex;
	font-family: aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	min-height: 60px;
}
.article .article__meta-col {
	flex: 1 0 0;
}
.article .article__disciplines {
	padding-bottom: 15px;
}
.article .article__disciplines ul {
	list-style: none;
}
.article .article__locations {
	text-align: right;
}
.article .article__date {
	text-align: right;
}
.article .article__date:last-child {
	margin-bottom: 0;
}
.article .article__date > p {
	margin-bottom: 0;
}
@media (min-width: 639.02px) and (max-width: 1023px) {
	.article .article__head {
		padding-right: 1px;
	}
}
.article .article__head h4 {
	font-size: 30px;
	line-height: 1.17;
}
.article .article__entry {
	font-size: 24px;
	line-height: 1.25;
}
@media (max-width: 767px) {
	.article .article__entry {
		font-size: 20px;
		line-height: 1.25;
	}
}
.article:not(.article--large) .article__head {
	display: block;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.article:not(.article--large) .article__entry {
	display: block;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
/*  Article Small  */
.article--small {
	height: 450px;
}
.article--small .article__image:before {
	width: 25px;
}
/*  Article Mobile Alt  */
@media (max-width: 639px) {
	.article--mobile-alt {
		height: 450px;
	}
}
/*  Article Large  */
.article--large {
	height: auto;
}
.article--large:is(a):hover .article__image:before {
	opacity: 1;
}
.article--large .article__image {
	height: 450px;
}
.article--large .article__image:before {
	width: 100px;
}
@media (max-width: 1023px) {
	.article--large .article__image:before {
		width: 30px;
	}
}
.article--large .article__content {
	height: auto;
	padding: 16px 16px 36px 30px;
}
@media (max-width: 1023px) {
	.article--large .article__content {
		padding-bottom: 60px;
	}
}
@media (max-width: 767px) {
	.article--large .article__content {
		padding: 16px 15px 60px;
	}
}
.article--large .article__meta {
	font-size: 20px;
	line-height: 1.2;
	min-height: 90px;
}
@media (max-width: 767px) {
	.article--large .article__meta {
		font-size: 16px;
		line-height: 1.13;
		min-height: 70px;
	}
}
.article--large .article__head {
	margin-bottom: 20px;
}
.article--large .article__head:last-child {
	margin-bottom: 0;
}
.article--large .article__head h4 {
	font-size: 48px;
	line-height: 1;
}
@media (max-width: 767px) {
	.article--large .article__head h4 {
		font-size: 30px;
		line-height: 1.17;
	}
}
/* ------------------------------------------------------------ *\
	Articles Events
\* ------------------------------------------------------------ */
.articles-events {
	position: relative;
	position: relative;
}
.articles-events.is-loading:after, .articles-events.articles-magazine:not(.is-split):after {
	content: "";
	z-index: 10;
	position: absolute;
	inset: 0;
	background-color: rgba(255, 255, 255, 0.8);
	background-repeat: no-repeat;
	background-size: 100px auto;
	background-position: top 128px center;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' stroke='currentColor'%3E%3Cg fill='none' fill-rule='evenodd' stroke-width='2'%3E%3Ccircle cx='50' cy='50' r='1'%3E%3Canimate attributeName='r' begin='0s' calcMode='spline' dur='1.8s' keySplines='0.165, 0.84, 0.44, 1' keyTimes='0; 1' repeatCount='indefinite' values='1; 48'/%3E%3Canimate attributeName='stroke-opacity' begin='0s' calcMode='spline' dur='1.8s' keySplines='0.3, 0.61, 0.355, 1' keyTimes='0; 1' repeatCount='indefinite' values='1; 0'/%3E%3C/circle%3E%3Ccircle cx='50' cy='50' r='1'%3E%3Canimate attributeName='r' begin='-0.9s' calcMode='spline' dur='1.8s' keySplines='0.165, 0.84, 0.44, 1' keyTimes='0; 1' repeatCount='indefinite' values='1; 48'/%3E%3Canimate attributeName='stroke-opacity' begin='-0.9s' calcMode='spline' dur='1.8s' keySplines='0.3, 0.61, 0.355, 1' keyTimes='0; 1' repeatCount='indefinite' values='1; 0'/%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
}
.articles-events .article__spacer {
	z-index: 1;
	position: sticky;
	top: calc(var(--header-height) + var(--admin-bar-height));
	height: 24px;
	background-color: #fff;
	border-top: 1px solid #000;
}
@media (max-width: 767px) {
	.articles-events .article__spacer {
		z-index: initial;
		position: static;
		top: initial;
		background: none;
		height: auto;
	}
}
.articles-events .articles__head {
	z-index: 1;
	position: sticky;
	top: calc(var(--header-height) + var(--admin-bar-height) + 2px);
	background-color: #fff;
	min-height: 80px;
	padding: 8px 24px;
}
@media (max-width: 1023px) {
	.articles-events .articles__head {
		padding: 16px 16px;
	}
}
@media (max-width: 767px) {
	.articles-events .articles__head {
		top: calc(var(--header-height) + var(--admin-bar-height));
		min-height: 60px;
		padding: 16px 16px 8px;
	}
}
.articles-events .articles__head h2 {
	font-size: 60px;
	line-height: 0.9;
}
@media (max-width: 1023px) {
	.articles-events .articles__head h2 {
		font-size: 40px;
		line-height: 1;
	}
}
@media (max-width: 767px) {
	.articles-events .articles__head h2 {
		font-size: 30px;
		line-height: 1.17;
	}
}
.articles-events .articles__item {
	border-top: 1px solid #000;
}
.articles-events .articles__not-found {
	font-family: aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 1.2;
	min-height: 600px;
	padding: 32px 24px;
}
@media (max-width: 1023px) {
	.articles-events .articles__not-found {
		padding: 32px 16px;
	}
}
/* ------------------------------------------------------------ *\
	Articles Magazine
\* ------------------------------------------------------------ */
.articles-magazine {
	position: relative;
	--column-gap: 32px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 32px;
	border-bottom: 1px solid #000;
}
.articles-magazine.is-loading:after, .articles-magazine:not(.is-split):after {
	content: "";
	z-index: 10;
	position: absolute;
	inset: 0;
	background-color: rgba(255, 255, 255, 0.8);
	background-repeat: no-repeat;
	background-size: 100px auto;
	background-position: top 128px center;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' stroke='currentColor'%3E%3Cg fill='none' fill-rule='evenodd' stroke-width='2'%3E%3Ccircle cx='50' cy='50' r='1'%3E%3Canimate attributeName='r' begin='0s' calcMode='spline' dur='1.8s' keySplines='0.165, 0.84, 0.44, 1' keyTimes='0; 1' repeatCount='indefinite' values='1; 48'/%3E%3Canimate attributeName='stroke-opacity' begin='0s' calcMode='spline' dur='1.8s' keySplines='0.3, 0.61, 0.355, 1' keyTimes='0; 1' repeatCount='indefinite' values='1; 0'/%3E%3C/circle%3E%3Ccircle cx='50' cy='50' r='1'%3E%3Canimate attributeName='r' begin='-0.9s' calcMode='spline' dur='1.8s' keySplines='0.165, 0.84, 0.44, 1' keyTimes='0; 1' repeatCount='indefinite' values='1; 48'/%3E%3Canimate attributeName='stroke-opacity' begin='-0.9s' calcMode='spline' dur='1.8s' keySplines='0.3, 0.61, 0.355, 1' keyTimes='0; 1' repeatCount='indefinite' values='1; 0'/%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
}
@media (max-width: 1023px) {
	.articles-magazine {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 639px) {
	.articles-magazine {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 479px) {
	.articles-magazine {
		grid-template-columns: repeat(1, 1fr);
	}
}
.articles-magazine .articles__items {
	position: relative;
}
.articles-magazine .articles__items:after {
	content: "";
	position: absolute;
	inset: 0 auto 0 calc(100% + var(--column-gap) / 2);
	width: 1px;
	transform: translateX(-50%);
	background-color: #000;
}
.articles-magazine .articles__items:last-child:after {
	display: none;
}
.articles-magazine .articles__item {
	margin-bottom: 24px;
}
/* ------------------------------------------------------------ *\
	Articles Sidebar
\* ------------------------------------------------------------ */
.articles-sidebar {
	position: relative;
}
.articles-sidebar.is-loading:after, .articles-sidebar.articles-magazine:not(.is-split):after {
	content: "";
	z-index: 10;
	position: absolute;
	inset: 0;
	background-color: rgba(255, 255, 255, 0.8);
	background-repeat: no-repeat;
	background-size: 100px auto;
	background-position: top 128px center;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' stroke='currentColor'%3E%3Cg fill='none' fill-rule='evenodd' stroke-width='2'%3E%3Ccircle cx='50' cy='50' r='1'%3E%3Canimate attributeName='r' begin='0s' calcMode='spline' dur='1.8s' keySplines='0.165, 0.84, 0.44, 1' keyTimes='0; 1' repeatCount='indefinite' values='1; 48'/%3E%3Canimate attributeName='stroke-opacity' begin='0s' calcMode='spline' dur='1.8s' keySplines='0.3, 0.61, 0.355, 1' keyTimes='0; 1' repeatCount='indefinite' values='1; 0'/%3E%3C/circle%3E%3Ccircle cx='50' cy='50' r='1'%3E%3Canimate attributeName='r' begin='-0.9s' calcMode='spline' dur='1.8s' keySplines='0.165, 0.84, 0.44, 1' keyTimes='0; 1' repeatCount='indefinite' values='1; 48'/%3E%3Canimate attributeName='stroke-opacity' begin='-0.9s' calcMode='spline' dur='1.8s' keySplines='0.3, 0.61, 0.355, 1' keyTimes='0; 1' repeatCount='indefinite' values='1; 0'/%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
}
@media (min-width: 1023.02px) {
	.articles-sidebar .articles__inner {
		display: grid;
		grid-template-columns: repeat(2, 50%);
		align-items: start;
		border-top: 1px solid #000;
	}
}
@media (min-width: 1023.02px) {
	.articles-sidebar .articles__featured {
		position: sticky;
		top: calc(var(--header-height) + var(--admin-bar-height));
		left: 0;
	}
}
@media (min-width: 1023.02px) {
	.articles-sidebar .articles__content {
		border-left: 1px solid #000;
	}
}
.articles-sidebar .articles__items {
	display: grid;
	grid-template-columns: repeat(2, calc((100% - 0.5px) / 2));
	grid-gap: 1px;
	overflow: hidden;
}
@media (max-width: 639px) {
	.articles-sidebar .articles__items {
		grid-template-columns: 100%;
		grid-gap: 0px;
	}
}
.articles-sidebar .articles__item {
	outline: 1px solid #000;
}
@media (max-width: 639px) {
	.articles-sidebar .articles__item {
		outline: none;
		border-bottom: 1px solid #000;
	}
}
/* ------------------------------------------------------------ *\
	Articles Small
\* ------------------------------------------------------------ */
.articles-small {
	position: relative;
}
.articles-small.is-loading:after, .articles-small.articles-magazine:not(.is-split):after {
	content: "";
	z-index: 10;
	position: absolute;
	inset: 0;
	background-color: rgba(255, 255, 255, 0.8);
	background-repeat: no-repeat;
	background-size: 100px auto;
	background-position: top 128px center;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' stroke='currentColor'%3E%3Cg fill='none' fill-rule='evenodd' stroke-width='2'%3E%3Ccircle cx='50' cy='50' r='1'%3E%3Canimate attributeName='r' begin='0s' calcMode='spline' dur='1.8s' keySplines='0.165, 0.84, 0.44, 1' keyTimes='0; 1' repeatCount='indefinite' values='1; 48'/%3E%3Canimate attributeName='stroke-opacity' begin='0s' calcMode='spline' dur='1.8s' keySplines='0.3, 0.61, 0.355, 1' keyTimes='0; 1' repeatCount='indefinite' values='1; 0'/%3E%3C/circle%3E%3Ccircle cx='50' cy='50' r='1'%3E%3Canimate attributeName='r' begin='-0.9s' calcMode='spline' dur='1.8s' keySplines='0.165, 0.84, 0.44, 1' keyTimes='0; 1' repeatCount='indefinite' values='1; 48'/%3E%3Canimate attributeName='stroke-opacity' begin='-0.9s' calcMode='spline' dur='1.8s' keySplines='0.3, 0.61, 0.355, 1' keyTimes='0; 1' repeatCount='indefinite' values='1; 0'/%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
}
.articles-small .articles__item {
	border-bottom: 1px solid #000;
}
.articles-small .articles__item:last-child {
	border-bottom: none;
}
.articles-small .articles__item .ico-spinner {
	width: 80px;
	height: 80px;
	margin: 50px auto;
	display: block;
}
.articles-small--clamp-headings .article-small .article__head {
	display: block;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.articles-small.articles-small--richtext .articles__head {
	border-bottom: 1px solid #000;
}

.articles-small.articles-small--richtext .articles__head h2 {
	font-size: 60px;
}

.articles-small.articles-small--richtext .article__excerpt {
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.articles-small.articles-small--richtext .article-small .article__content {
	padding-inline: 0;
}
/* Tablet */
@media (max-width: 1023px) {
	.articles-small.articles-small--richtext .articles__head h2 {
		font-size: 40px;
	}
}

/* Mobile */
@media (max-width: 767px),
	screen and (max-width: 812px) and (orientation: landscape) {
	.articles-small.articles-small--richtext .articles__head h2 {
		font-size: 30px;
	}
}
/* ------------------------------------------------------------ *\
	Articles
\* ------------------------------------------------------------ */
.articles {
	position: relative;
}
.articles.is-loading:after, .articles.articles-magazine:not(.is-split):after {
	content: "";
	z-index: 10;
	position: absolute;
	inset: 0;
	background-color: rgba(255, 255, 255, 0.8);
	background-repeat: no-repeat;
	background-size: 100px auto;
	background-position: top 128px center;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' stroke='currentColor'%3E%3Cg fill='none' fill-rule='evenodd' stroke-width='2'%3E%3Ccircle cx='50' cy='50' r='1'%3E%3Canimate attributeName='r' begin='0s' calcMode='spline' dur='1.8s' keySplines='0.165, 0.84, 0.44, 1' keyTimes='0; 1' repeatCount='indefinite' values='1; 48'/%3E%3Canimate attributeName='stroke-opacity' begin='0s' calcMode='spline' dur='1.8s' keySplines='0.3, 0.61, 0.355, 1' keyTimes='0; 1' repeatCount='indefinite' values='1; 0'/%3E%3C/circle%3E%3Ccircle cx='50' cy='50' r='1'%3E%3Canimate attributeName='r' begin='-0.9s' calcMode='spline' dur='1.8s' keySplines='0.165, 0.84, 0.44, 1' keyTimes='0; 1' repeatCount='indefinite' values='1; 48'/%3E%3Canimate attributeName='stroke-opacity' begin='-0.9s' calcMode='spline' dur='1.8s' keySplines='0.3, 0.61, 0.355, 1' keyTimes='0; 1' repeatCount='indefinite' values='1; 0'/%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
}
.articles .articles__items {
	display: grid;
	grid-template-columns: repeat(3, calc((100% - 0.5px) / 3));
	grid-gap: 1px;
	overflow: hidden;
}
@media (max-width: 1023px) {
	.articles .articles__items {
		grid-template-columns: repeat(2, calc((100% - 1px) / 2));
	}
}
@media (max-width: 639px) {
	.articles .articles__items {
		grid-template-columns: 100%;
		grid-gap: 0px;
	}
}
.articles .articles__item {
	outline: 1px solid #000;
}
@media (max-width: 639px) {
	.articles .articles__item {
		outline: none;
		border-bottom: 1px solid #000;
	}
}
@media (max-width: 639px) {
	.articles .articles__item:last-child {
		border-bottom: none;
	}
}
.articles .articles__not-found {
	font-family: aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 1.2;
	min-height: 600px;
	padding: 32px 24px;
}
@media (max-width: 1023px) {
	.articles .articles__not-found {
		padding: 32px 16px;
	}
}
/*  Articles Alt  */
@media (max-width: 767px) {
	.articles--mobile-alt .articles__items {
		grid-template-columns: 100%;
		grid-gap: 0px;
	}
}
@media (max-width: 767px) {
	.articles--mobile-alt .articles__item {
		outline: none;
		border-bottom: 1px solid #000;
	}
}
@media (max-width: 767px) {
	.articles--mobile-alt .articles__item:last-child {
		border-bottom: none;
	}
}
/* ------------------------------------------------------------ *\
	.article-job
\* ------------------------------------------------------------ */

.article-job {
	text-decoration: none;
}

.article-job:hover {
	color: var(--c-orange);
}

.article-job .article__inner {
	display: flex;
}

.article-job .article__image {
	position: relative;
	flex: 0 0 150px;
}

.article-job .article__image:before {
	content: "";
    z-index: 1;
    position: absolute;
    inset: 0 0 0 auto;
    width: 150px;
    background-image: var(--background-image);
    background-size: 50px;
    pointer-events: none;
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.article-job .article__content {
	padding: 24px 48px 24px;
}

.article-job .article__meta {
	font: 20px var(--ff-gt);
	margin-bottom: 16px;
}

.article-job .article__head {
	height: 115px;
	display: block;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 0;
}

.article-job .article__head > h3 {
	font: 45px/1.111111 var(--ff-villa);
}

.article-job .article__foot {
	display: flex;
	align-items: center;
}

.article-job .article__entry {
	font: 24px var(--ff-gt);
	display: block;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 0;
}

.article-job .article__actions button {
	min-width: 200px;
}

@media (max-width: 1023px) {
	.article-job .article__image {
		flex: 0 0 20px;
	}

	.article-job .article__content {
		padding: 12px;
	}

	.article-job .article__meta {
		font-size: 16px;
	}

	.article-job .article__head > h3 {
		font-size: 30px;
	}

	.article-job .article__foot {
		flex-wrap: wrap;
	}

	.article-job .article__entry {
		font-size: 20px;
		margin-bottom: 24px;
	}

	.article-job .article__actions button {
		min-width: initial;
	}
}

@media (max-width: 767px) {
	.article-job .article__meta {
		font-size: 14px;
	}

	.article-job .article__head {
		height: initial;
		display: block;
		text-overflow: initial;
		-webkit-line-clamp: initial;
		-webkit-box-orient: initial;
		overflow: initial;
		margin-bottom: 24px;
	}

	.article-job .article__head > h3 {
		font-size: 24px;
		line-height: 1.25;
	}

	.article-job .article__actions button {
		font-size: 14px;
	}
}

/* ------------------------------------------------------------ *\
	Block Image
\* ------------------------------------------------------------ */
.block-image,
.wp-block-image {
	position: relative;
	margin: 0;
}
.block-image:before,
.wp-block-image:before {
	content: "";
	z-index: 1;
	position: absolute;
	inset: 0 auto 0 0;
	width: 50px;
	background-image: var(--background-image);
	background-size: 50px;
	pointer-events: none;
}
.block-image:before.is-right:before,
.wp-block-image:before.is-right:before {
	left: auto;
	right: 0;
}
.block-image figure,
.wp-block-image figure {
	float: none !important;
}
.block-image img,
.wp-block-image img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.block-image figcaption,
.wp-block-image figcaption {
	z-index: 2;
	position: absolute;
	inset: auto 0 0;
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	color: #fff;
	font-family: aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.4;
	min-height: 48px;
	background-color: #000;
	padding: 2px 16px;
	transition-property: opacity;
	transition-duration: 0.15s;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	opacity: 0;
}
.block-image figcaption p,
.wp-block-image figcaption p {
	display: block;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 0;
}
.block-image:hover figcaption,
.wp-block-image:hover figcaption {
	opacity: 1;
}
/* ------------------------------------------------------------ *\
	Btn More
\* ------------------------------------------------------------ */
.btn-more {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	background: transparent;
	cursor: pointer;
	outline: none;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 12px;
	text-decoration: none;
	font-size: 30px;
	min-height: 99px;
	padding-inline: 24px;
	transition-property: color, background;
	transition-duration: 0.15s;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 1023px) {
	.btn-more {
		font-size: 24px;
	}
}
.btn-more:hover, .btn-more:focus-visible {
	color: #fff;
	background-color: #000;
}
.btn-more:before {
	content: "";
	flex-shrink: 0;
	display: block;
	width: 16px;
	height: 16px;
	background-color: currentColor;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: cover;
	mask-size: cover;
	-webkit-mask-position: center center;
	mask-position: center center;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 14'%3E%3Cpath fill='%23000' d='m9.71 14 4.83-4.87-1.1-1.11H16V6.33L9.71 0 8.33 1.39l4.51 4.57H0v2.06h12.84l-4.53 4.57z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 14'%3E%3Cpath fill='%23000' d='m9.71 14 4.83-4.87-1.1-1.11H16V6.33L9.71 0 8.33 1.39l4.51 4.57H0v2.06h12.84l-4.53 4.57z'/%3E%3C/svg%3E");
}
/*  Btn More Alt  */
.btn-more--alt {
	justify-content: center;
}
.btn-more--alt:before {
	display: none;
}
/* ------------------------------------------------------------ *\
	.btn-arrow
\* ------------------------------------------------------------ */

.btn-arrow {
	font: 16px/1 var(--ff-gt);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	background: transparent;
	cursor: pointer;
	outline: none;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 8px;
	text-decoration: none;
	transition-property: color, background;
	transition-duration: 0.15s;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-arrow:before {
	content: "";
	flex-shrink: 0;
	display: block;
	width: 16px;
	height: 16px;
	background-color: currentColor;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: cover;
	mask-size: cover;
	-webkit-mask-position: center center;
	mask-position: center center;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 14'%3E%3Cpath fill='%23000' d='m9.71 14 4.83-4.87-1.1-1.11H16V6.33L9.71 0 8.33 1.39l4.51 4.57H0v2.06h12.84l-4.53 4.57z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 14'%3E%3Cpath fill='%23000' d='m9.71 14 4.83-4.87-1.1-1.11H16V6.33L9.71 0 8.33 1.39l4.51 4.57H0v2.06h12.84l-4.53 4.57z'/%3E%3C/svg%3E");
}
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.wp-block-button a,
.btn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	background: transparent;
	cursor: pointer;
	outline: none;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 0px 8px;
	color: #000;
	font-size: 20px;
	line-height: 1.1;
	border-radius: 0px;
	border: 1px solid currentColor;
	border-radius: 9999px;
	padding: 6px 16px;
}
@media (max-width: 1023px) {
	.btn {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	.btn {
		font-size: 14px;
		padding: 6px 8px;
	}
}
.btn:hover {
	color: var(--c-blue);
}
/*  Btn Lg  */
.btn--lg {
	font-size: 30px;
	line-height: 1.17;
	padding: 11.5px 40px;
}
@media (max-width: 1023px) {
	.btn--lg {
		font-size: 24px;
		line-height: 1.25;
		padding: 8px 40px;
	}
}
@media (max-width: 767px) {
	.btn--lg {
		padding-inline: 24px;
	}
}
/*  Btn block  */
.btn--block {
	width: 100%;
	padding-inline: 15px;
}
/*  Btn block mobile  */
@media (max-width: 767px) {
	.btn--block-mobile {
		width: 100%;
		padding-inline: 15px;
	}
}
/* ------------------------------------------------------------ *\
	.career-info
\* ------------------------------------------------------------ */
.career-info {
	font: 20px/1.1 aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 1023px) {
	.career-info {
		font: 16px/1.5 aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
}
@media (max-width: 767px) {
	.career-info {
		font: 14px/1.428571 aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
}
.career-info .career__locations {
	margin-bottom: 20px;
	line-height: 24px;
}
@media (max-width: 767px) {
	.career-info .career__locations {
		margin-bottom: 0;
	}
}
@media (max-width: 639px) {
	.career-info .career__locations {
		margin-bottom: 20px;
	}
}
.career-info .career__locations:last-child {
	margin-bottom: 0;
}
.career-info .career__locations:before {
	content: "";
	display: block;
	width: 25px;
	height: 34px;
	background-color: currentColor;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: cover;
	mask-size: cover;
	-webkit-mask-position: center center;
	mask-position: center center;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='34' viewBox='0 0 25 34'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M25 13.45c0-.68-.05-1.33-.13-1.97v-.02l-.08-.52-.05-.26a9.72 9.72 0 0 0-.04-.25C23.5 4.43 18.89 0 12.53 0c-.82 0-1.63.09-2.43.26C5.68 1.09 2.36 4.2.87 8.4.31 9.9 0 11.59 0 13.4v.16c0 .7.06 1.38.17 2.04C1.04 21.3 5.32 26.37 12.5 34l3.75-4.04c5.64-6.23 8.49-10.44 8.73-15.76v-.1l.01-.3.01-.28v-.08zM17.77 21l-5.25-4.02L7.3 21l1.98-6.45L4 10.52h6.5L12.52 4l2.01 6.52H21l-5.25 4.03L17.77 21z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='34' viewBox='0 0 25 34'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M25 13.45c0-.68-.05-1.33-.13-1.97v-.02l-.08-.52-.05-.26a9.72 9.72 0 0 0-.04-.25C23.5 4.43 18.89 0 12.53 0c-.82 0-1.63.09-2.43.26C5.68 1.09 2.36 4.2.87 8.4.31 9.9 0 11.59 0 13.4v.16c0 .7.06 1.38.17 2.04C1.04 21.3 5.32 26.37 12.5 34l3.75-4.04c5.64-6.23 8.49-10.44 8.73-15.76v-.1l.01-.3.01-.28v-.08zM17.77 21l-5.25-4.02L7.3 21l1.98-6.45L4 10.52h6.5L12.52 4l2.01 6.52H21l-5.25 4.03L17.77 21z'/%3E%3C/svg%3E");
	margin-bottom: 8px;
}
/* ------------------------------------------------------------ *\
	.contact
\* ------------------------------------------------------------ */
.contact {
	font: 20px/24px aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 1023px) {
	.contact {
		font-size: 16px;
		line-height: 22px;
	}
}
@media (max-width: 767px) {
	.contact {
		font-size: 14px;
	}
}
.contact h2 {
	line-height: 54px;
	margin-bottom: 24px;
}
@media (max-width: 1023px) {
	.contact h2 {
		font-size: 40px;
		line-height: 40px;
		margin-bottom: 8px;
	}
}
@media (max-width: 767px) {
	.contact h2 {
		font-size: 30px;
		line-height: 35px;
	}
}
.contact h5 {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 0;
}
@media (max-width: 1023px) {
	.contact h5 {
		font-size: 20px;
		line-height: 24px;
	}
}
@media (max-width: 767px) {
	.contact h5 {
		font-size: 20px;
	}
}
.contact p {
	margin-bottom: 0;
}
@media (hover: hover) and (pointer: fine) {
	.contact a:hover {
		color: var(--c-blue);
		text-decoration: underline;
	}
}
.contact a[href^=tel] {
	text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
	.contact a[href^=tel]:hover {
		color: inherit;
	}
}
.contact .contact__row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 4px;
}
.contact .contact__row button {
	all: unset;
	cursor: pointer;
	height: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-inline: 16px;
	border: 1px solid #000;
	border-radius: 9000px;
	font: 20px/22px aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.contact .contact__row button:hover, .contact .contact__row button:focus, .contact .contact__row button:focus-within {
	color: var(--c-blue);
	border-color: var(--c-blue);
}
@media (max-width: 1023px) {
	.contact .contact__row button {
		font-size: 16px;
		line-height: 20px;
		height: 28px;
	}
}
@media (max-width: 767px) {
	.contact .contact__row button {
		font-size: 14px;
		padding-inline: 8px;
	}
}
/* ------------------------------------------------------------ *\
	.contacts
\* ------------------------------------------------------------ */
.contacts .contacts__items {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border-top: 1px solid #000;
}
@media (max-width: 767px) {
	.contacts .contacts__items {
		display: block;
	}
}
.contacts .contacts__item {
	border-right: 1px solid #000;
	padding: 12px 24px;
}
@media (max-width: 1023px) {
	.contacts .contacts__item {
		padding: 8px 16px;
	}
}
.contacts .contacts__item:nth-child(2n) {
	border-right: none;
}
.contacts .contacts__item:first-child {
	padding-block: 32px;
}
@media (max-width: 1023px) {
	.contacts .contacts__item:first-child {
		padding-block: 24px;
	}
}
.contacts .contacts__item:last-child {
	padding-bottom: 32px;
}
@media (max-width: 1023px) {
	.contacts .contacts__item:last-child {
		padding-bottom: 24px;
	}
}
@media (max-width: 767px) {
	.contacts .contacts__item:empty {
		display: none;
	}
}
/* ------------------------------------------------------------ *\
	Field
\* ------------------------------------------------------------ */
.field {
	display: block;
	width: 100%;
	height: 50px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	border: 1px solid currentColor;
	border-radius: 15px;
	box-shadow: none;
	background: none;
	padding: 0 15px;
}
@media (max-width: 767px) {
	.field {
		font-size: 14px;
		height: 40px;
		padding: 0 12px;
	}
}
.field::-moz-placeholder {
	opacity: 0.5;
}
.field::placeholder {
	opacity: 0.5;
}
/*  Field Textarea  */
:is(textarea.field) {
	resize: none;
	height: 140px;
	padding-block: 10px;
}
@media (max-width: 1023px) {
	:is(textarea.field) {
		height: 110px;
	}
}
@media (max-width: 767px) {
	:is(textarea.field) {
		height: 80px;
	}
}
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
	color: #fff;
	font-family: aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	width: var(--app-width);
	background: #000;
	padding-top: 50px;
}
@media (max-width: 1023px) {
	.footer {
		font-size: 16px;
	}
}
.footer ul {
	list-style: none;
}
.footer a {
	text-decoration: none;
}
.footer a:hover {
	color: var(--c-blue);
}
.footer .footer__content {
	/*padding-inline: 16px;
	margin-bottom: 126px;*/
	margin-bottom: 40px;
}
@media (max-width: 1279px) {
	.footer .footer__content {
		margin-bottom: 104px;
	}
}
@media (max-width: 1023px) {
	.footer .footer__content {
		margin-bottom: 42px;
	}
}
@media (max-width: 639px) {
	.footer .footer__content {
		margin-bottom: 34px;
	}
}
.footer .footer__content:last-child {
	margin-bottom: 0;
}
.footer .footer__cols {
	display: grid;
}
@media (max-width: 767px) {
	.footer .footer__cols {
		display: block;
	}
}
.footer .footer__col {
	display: grid;
}
@media (max-width: 639px) {
	.footer .footer__col {
		display: block;
	}
}
.footer .footer__col--size-1 {
	grid-template-columns: repeat(4, 1fr);
	@media (max-width: 960px) {
		grid-template-columns: repeat(2, 1fr);
	}
}
.footer .footer__col-head {
	margin-bottom: 32px;
}
@media (max-width: 767px) {
	.footer .footer__col-head {
		margin-bottom: 16px;
	}
}
.footer .footer__col-head:last-child {
	margin-bottom: 0;
}
@media (max-width: 1279px) {
	.footer .footer__col-head h4, .footer .footer__col-head p {
		font-size: 24px;
		line-height: 1.25;
	}
}
@media (max-width: 1023px) {
	.footer .footer__col-head h4, .footer .footer__col-head p {
		font-size: 20px;
		line-height: 1.1;
	}
}
.footer .footer__col-head h4:empty:after, .footer .footer__col-head p:empty:after {
	content: " ";
}
@media (max-width: 639px) {
	.footer .footer__col-head h4:empty:after, .footer .footer__col-head p:empty:after {
		display: none;
	}
}
.footer .footer__col-body {
	padding-right: 80px;
}
@media (max-width: 1279px) {
	.footer .footer__col-body {
		padding-right: 45px;
	}
}
@media (max-width: 1023px) {
	.footer .footer__col-body {
		padding-right: 16px;
	}
}
@media (max-width: 767px) {
	.footer .footer__col-body {
		padding-right: 48px;
	}
}
@media (max-width: 639px) {
	.footer .footer__col-body {
		padding-right: 0;
	}
}
@media (max-width: 1279px) {
	.footer .footer__locations {
		line-height: 1.2;
	}
}
@media (max-width: 1023px) {
	.footer .footer__locations {
		line-height: 1.5;
	}
}
.footer .footer__locations p {
	margin-bottom: 0;
}
.footer .footer__contacts {
	line-height: 1.2;
}
@media (max-width: 1023px) {
	.footer .footer__contacts {
		line-height: 1.5;
	}
}
.footer .footer__contacts p {
	margin-bottom: 0;
}
.footer .footer__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 40px;
	@media (max-width: 767px) {
		display: block;
		padding-bottom: 20px;
	}
}
.footer .footer__head h2 {
	font-size: 98px;
	line-height: 0.9;
}
@media (max-width: 1279px) {
	.footer .footer__head h2 {
		font-size: 78px;
	}
}
@media (max-width: 1023px) {
	.footer .footer__head h2 {
		font-size: 52px;
	}
}
@media (max-width: 767px) {
	.footer .footer__head h2 {
		font-size: 48px;
		line-height: 1;
	}
}
@media (max-width: 639px) {
	.footer .footer__head h2 {
		font-size: 40px;
	}
}
.footer .footer__logo {
	max-width: 206px;
}
.footer .footer__labels {
	@media (max-width: 767px) {
		padding-top: 20px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

}
.footer .footer__labels .footer__labels__item {
	display: inline-block;
	margin: 0 6px;
}
.footer .footer__labels .footer__labels__item:last-item {
	margin-right: 0;
}
.footer .footer__bar {
	color: #000;
	background: #fff;
	padding-inline: 16px;
}
.footer .footer__bar .footer__cols {
	display: grid;
	align-items: center;
}
@media (max-width: 639px) {
	.footer .footer__bar .footer__cols {
		grid-template-columns: 100%;
		padding-block: 0px;
	}
}
.footer .footer__socials {
	min-height: 90px;
	padding-block: 16px;
}
@media (max-width: 1023px) {
	.footer .footer__socials{
		min-height: 80px;
	}
}
@media (max-width: 767px) {
	.footer .footer__socials{
		min-height: 56px;
		padding-block: 8px;
	}
}
.footer .footer__socials {
	display: flex;
	align-items: center;
	gap: 39px;
}
.footer .footer__socials h2 {
	margin-bottom: 0;
	font-size: 24px;
	font-weight: 700;

}
@media (max-width: 1279px) {
	.footer .footer__socials h4 {
		font-size: 24px;
		line-height: 1.25;
	}
}
@media (max-width: 1023px) {
	.footer .footer__socials h4 {
		font-size: 20px;
		line-height: 1.1;
	}
}
.footer .footer__bottom {
	background: #fff;
	color: #000;
	font-size: 16px;
	font-weight: 400;
}
.footer .footer__bottom .footer__copyright {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 59px;
	padding-block: 16px;
}
.footer .footer__bottom .footer__cols{
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #000;

	@media (max-width: 767px) {
		display: block;
	}
}
.footer .footer__links {
	display: flex;
	align-items: center;
	@media (max-width: 767px) {
		padding-bottom: 17px;
	}
}
.footer .footer__links ul {
	display: flex;
	align-items: center;
	gap: 122px;
	@media (max-width: 767px) {
		gap: normal;
		justify-content: space-between;
	}
}
@media (max-width: 1279px) {
	.footer .footer__links ul {
		width: 100%;
	}
}
/* ------------------------------------------------------------ *\
	.form-subscribe
\* ------------------------------------------------------------ */
.form-subscribe {
	font: 16px aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.form-subscribe form {
	position: relative;
}
.form-subscribe .gform_wrapper.gform_wrapper.gravity-theme.gravity-theme input[type=color],
.form-subscribe .gform_wrapper.gform_wrapper.gravity-theme.gravity-theme input[type=date],
.form-subscribe .gform_wrapper.gform_wrapper.gravity-theme.gravity-theme input[type=datetime-local],
.form-subscribe .gform_wrapper.gform_wrapper.gravity-theme.gravity-theme input[type=datetime],
.form-subscribe .gform_wrapper.gform_wrapper.gravity-theme.gravity-theme input[type=email],
.form-subscribe .gform_wrapper.gform_wrapper.gravity-theme.gravity-theme input[type=month],
.form-subscribe .gform_wrapper.gform_wrapper.gravity-theme.gravity-theme input[type=number],
.form-subscribe .gform_wrapper.gform_wrapper.gravity-theme.gravity-theme input[type=password],
.form-subscribe .gform_wrapper.gform_wrapper.gravity-theme.gravity-theme input[type=search],
.form-subscribe .gform_wrapper.gform_wrapper.gravity-theme.gravity-theme input[type=tel],
.form-subscribe .gform_wrapper.gform_wrapper.gravity-theme.gravity-theme input[type=text],
.form-subscribe .gform_wrapper.gform_wrapper.gravity-theme.gravity-theme input[type=time],
.form-subscribe .gform_wrapper.gform_wrapper.gravity-theme.gravity-theme input[type=url],
.form-subscribe .gform_wrapper.gform_wrapper.gravity-theme.gravity-theme input[type=week],
.form-subscribe .gform_wrapper.gform_wrapper.gravity-theme.gravity-theme select,
.form-subscribe .gform_wrapper.gform_wrapper.gravity-theme.gravity-theme textarea {
	font-size: 16px;
	background: transparent;
	padding-right: 68px;
	height: 48px;
}
.form-subscribe .gform_wrapper.gform_wrapper.gravity-theme.gravity-theme .gform_validation_errors {
	display: none;
}
.form-subscribe .gform_wrapper.gform_wrapper.gravity-theme.gravity-theme .gform_ajax_spinner {
	right: 2px;
	aspect-ratio: 1;
	height: 48px;
	pointer-events: none;
}
.form-subscribe .gform_wrapper.gform_wrapper.gravity-theme.gravity-theme .gform_footer {
	position: absolute;
	inset: 0 0 0 auto;
	height: 48px;
}
.form-subscribe .gform_wrapper.gform_wrapper.gravity-theme.gravity-theme .gform_footer button {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 50px;
	font: 0/0 serif;
}
.form-subscribe .gform_wrapper.gform_wrapper.gravity-theme.gravity-theme .gform_footer button:before {
	content: "";
	display: block;
	width: 18px;
	height: 14px;
	background-color: currentColor;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: cover;
	mask-size: cover;
	-webkit-mask-position: center center;
	mask-position: center center;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' viewBox='0 0 18 14'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='m12.12 1-.98 1.02 4.29 4.24H0v1.46h15.43l-4.32 4.26 1 1.02L18 6.99z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' viewBox='0 0 18 14'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='m12.12 1-.98 1.02 4.29 4.24H0v1.46h15.43l-4.32 4.26 1 1.02L18 6.99z'/%3E%3C/svg%3E");
}
/* ------------------------------------------------------------ *\
	Grid
\* ------------------------------------------------------------ */
.grid .grid__row {
	display: flex;
	flex-wrap: wrap;
	margin: -15px;
}
.grid .grid__col {
	width: 100%;
	padding: 15px;
}
.grid .grid__col--1of2 {
	width: 50%;
}
/* ------------------------------------------------------------ *\
	Header-home
\* ------------------------------------------------------------ */
.header-home {
	position: relative;
	z-index: 111;
	display: flex;
	flex-direction: column;
	background: #fff;
	transition-property: opacity, visibility;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	/*height: 400px;*/
	width: var(--app-width);
}
/*@media (max-width: 1279px) {
	.header-home {
		padding: 32px 24px 32px;
	}
}
@media (max-width: 1023px) {
	.header-home {
		height: 290px;
		padding: 28px 24px 34px;
	}
}*/
@media (max-width: 767px) {
	.header-home .header__body .header__inner {
		display: none;
	}
}
.header-home.is-hidden {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.header-home .shell {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.header-home .header__top {
	border-bottom: 1px solid #000;
	display: flex;
	justify-content: end;

	@media (max-width: 767px) {
		border-bottom: 0 none;
	}
}
.header-home .header__top-btn {
	background: none var(--c-blue);
	color: white;
	text-decoration: none;
	padding: 0 70px;
	display: flex;
	align-items: center;
	height: 39px;

	@media (max-width: 767px) {
		width: 100%;
		height: 69px;
		align-items: end;
		justify-content: end;
		padding: 9px 15px;
	}
}
.header-home .header__top-btn img {
	transform: rotate(180deg);
	margin-right: 7px;
}
.header-home .header__body {
	flex-grow: 1;
}
.header-home .header__inner {
	padding: 26px 70px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-home .header__head {
	--city-color: $c-blue;
}
@media (max-width: 767px) {
	.header-home .header__head {
		display: none;
	}
}
.header-home .header__head.header__head--mobile {
	display: none;
}
@media (max-width: 767px) {
	.header-home .header__head.header__head--mobile {
		display: block;
	}
}
.header-home .header__head a {
	display: block;
	text-decoration: none;
}
.header-home .header__head span {
	color: var(--city-color);
	white-space: nowrap;
}
.header-home .header__head h1 {
	font-size: 98px;
	line-height: 0.9;
	margin-bottom: 0;
}
@media (max-width: 1279px) {
	.header-home .header__head h1 {
		font-size: 60px;
	}
}
@media (max-width: 1023px) {
	.header-home .header__head h1 {
		font-size: 52px;
	}
}
.header-home .header__content {
	line-height: 1;
}
@media (max-width: 1279px) {
	.header-home .header__content {
		line-height: 1.17;
	}
}
.header-home .header__logo {
	max-width: 164px;
}
@media (max-width: 1279px) {
	.header-home .header__logo {
		max-width: 129px;
	}
}
@media (max-width: 1023px) {
	.header-home .header__logo {
		max-width: 88px;
	}
}
.header-home .header__logo > img {
	-o-object-fit: contain;
	object-fit: contain;
}
.header-home .header__utils {
	display: flex;
	align-items: center;
	margin: 28px 0 65px;
}
@media (max-width: 1279px) {
	.header-home .header__utils {
		margin: 40px 0;
	}
}
@media (max-width: 1023px) {
	.header-home .header__utils {
		margin: 35px 0;
	}
}
.header-home .socials {
	margin-left: 24px;
}
.header-home .header__trigger {
	width: 60px;
	height: 60px;
	border-left: 1px solid #000;
	display: none;
}
/* ------------------------------------------------------------ *\
	.header-mobile
\* ------------------------------------------------------------ */
.header-mobile {
	/*position: fixed;*/
	position: absolute;
	z-index: 120;
	left: auto;
	/*top: var(--admin-bar-height);*/
	top: 69px;
	width: var(--app-width);
	max-width: calc(1920px - 50px);
	height: 400px;
	min-height: 100vh;
	pointer-events: none;
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.header-mobile .theme-switcher {
	display: flex;
}
@media (max-width: 767px) {
	.header-mobile {
		height: 380px;
	}
}
.header-mobile .header__wrapper {
	background: #fff;
	padding: 24px 72px 20px 24px;
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transform: translateY(-200%);
}
@media (max-width: 767px) {
	.header-mobile .header__wrapper {
		padding: 75px 72px 20px 12px;
	}
}
.header-mobile .header__inner {
	display: flex;
	margin-bottom: 24px;
}
.header-mobile .header__body {
	flex-grow: 1;
}
.header-mobile .header__cols {
	display: flex;
}
@media (max-width: 1023px) {
	.header-mobile .header__cols {
		flex-direction: column;
	}
}
.header-mobile .header__col:nth-child(2) {
	margin: 0 80px;
	flex-grow: 1;
	max-width: 542px;
}
@media (max-width: 1279px) {
	.header-mobile .header__col:nth-child(2) {
		margin: 0 32px;
	}
}
@media (max-width: 1023px) {
	.header-mobile .header__col:nth-child(2) {
		margin: 24px 0 0;
	}
}
.header-mobile .header__logo {
	max-width: 164px;
}
@media (max-width: 1279px) {
	.header-mobile .header__logo {
		max-width: 128px;
	}
}
@media (max-width: 1023px) {
	.header-mobile .header__logo {
		max-width: 88px;
	}
}
@media (max-width: 639px) {
	.header-mobile .header__logo {
		max-width: 32px;
	}
}
body.has-menu-open .header-mobile {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
body.has-menu-open .header-mobile .header__wrapper {
	transform: translateY(0);
	min-height: calc(100vh - 69px);
	padding-bottom: 54px;
}
/* ------------------------------------------------------------ *\
	.header
\* ------------------------------------------------------------ */
.header {
	/*position: sticky;*/
	z-index: 101;
	top: var(--admin-bar-height);
	left: auto;
	width: calc(100% - var(--aside-width));
	max-width: calc(1920px - var(--aside-width));
	padding: 0 24px;
	-webkit-backdrop-filter: blur(24px);
	backdrop-filter: blur(24px);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	background: rgba(255, 255, 255, 0.9);
}
@media (max-width: 1023px) {
	.header {
		padding: 0 12px;
	}
}
@media (max-width: 767px) {
	.header {
		width: 100%;
		padding-right: 68px;
	}
}
/*.header.header--fixed-on-desktop {
	position: fixed;
}*/
/*@media (max-width: 767px) {
	.header.header--fixed-on-desktop {
		position: sticky;
	}
}*/
.header .header__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: var(--header-height);
}
@media (max-width: 767px) {
	.header .header__inner {
		padding-right: 12px;
		border-right: 1px solid #000;
	}
}
.header .header__head,
.header .header__page-title {
	flex: 1 0 46%;
}
@media (max-width: 639px) {
	.header .header__head,
	.header .header__page-title {
		flex: 0 0 auto;
	}
}
.header .header__head {
	--city-color: $c-blue;
}
.header .header__head.header__head--mobile {
	display: none;
}
.header .header__head.header__head--mobile span {
	text-transform: uppercase;
}
@media (max-width: 767px) {
	.header .header__head.header__head--mobile {
		display: block;
	}
}
.header .header__head h1 {
	font: 40px/1 aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.header .header__head br {
	display: none;
}
.header .header__head a {
	font: 40px/1 aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
}
@media (max-width: 1023px) {
	.header .header__head a {
		font-size: 24px;
	}
}
@media (max-width: 767px) {
	.header .header__head a {
		font-size: 20px;
	}
}
.header .header__head span {
	color: var(--city-color);
	white-space: nowrap;
}
.header .header__page-title {
	font: 40px/1 aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
	transition-property: opacity, visibility;
	transition-duration: 0.1s;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.header .header__page-title.is-scrollable {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.header .header__page-title.is-active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
@media (max-width: 1023px) {
	.header .header__page-title {
		font-size: 24px;
	}
}
@media (max-width: 767px) {
	.header .header__page-title {
		font-size: 20px;
	}
}
@media (max-width: 639px) {
	.header .header__page-title {
		display: none;
	}
}
.header .header__page-title a {
	text-decoration: none;
}
.header .header__page-title a:hover {
	color: var(--c-blue);
}
.header .header__logo {
	max-width: 52px;
}
@media (max-width: 767px) {
	.header .header__logo {
		max-width: 31px;
	}
}
.header--simple {
	width: 100%;
	padding: 0 24px;
}
@media (max-width: 1023px) {
	.header--simple {
		padding: 0 12px;
	}
}
@media (max-width: 767px) {
	.header--simple .header__inner {
		border-right: none;
		padding-right: 0;
	}
}
.header.has-scrollable-animation {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	display: none;
}
.header.has-scrollable-animation img {
	width: 146px;
	height: 47px;
}
.header.has-scrollable-animation.is-active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
@media (max-width: 767px) {
	.header.has-scrollable-animation {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		display: block;
	}
}
.header.has-scrollable-text-animation.is-active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
/* ------------------------------------------------------------ *\
	Hero Text
\* ------------------------------------------------------------ */
.hero-text {
	padding-left: 15px;
	padding-right: 15px;
}
.hero-text .hero__content {
		position: relative;
		width: 100%;
		margin: 0 auto;
		max-width: 1360px;
}
.hero-text .hero__description {
	padding: 24px;
	font: 18px/1.5 aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: var(--c-blue);
}
@media (max-width: 1023px) {
	.hero-text .hero__description {
		padding: 16px;
		font-size: 16px;
	}
}
.hero-text .hero__nav {
	font-family: aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 1.25;
}
.hero-text--bordered .hero__nav {
	border-bottom: 6px solid #000;
}
@media (max-width: 1279px) {
	.hero-text .hero__nav {
		font-size: 16px;
		line-height: 1.5;
	}
}
@media (max-width: 1023px) {
	.hero-text .hero__nav {
		font-size: 14px;
		line-height: 1.25;
	}
}
.hero-text .hero__nav ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	padding: 32px;
}
@media (max-width: 1023px) {
	.hero-text .hero__nav ul {
		padding: 16px;
	}
}
.hero-text .hero__nav li:not(:first-child) {
	margin-left: 32px;
}
@media (max-width: 1023px) {
	.hero-text .hero__nav li:not(:first-child) {
		margin-left: 16px;
	}
}
.hero-text .hero__nav a:hover,
.hero-text .hero__nav li.is-active a,
.hero-text .hero__nav li.current-menu-item {
	color: var(--c-blue);
}
.hero-text .hero__nav a {
	text-decoration: none;
}
.hero-text .hero__nav--no-bottom-border {
	border: none;
}
.hero-text .hero__entry {
	font-family: aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 1.25;
	padding: 24px;
	margin-top: 32px;
}
@media (max-width: 1023px) {
	.hero-text .hero__entry {
		padding: 12px;
	}
}
/*  Hero Text Alt  */
.hero-text--alt h1 {
	font-family: aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 52px;
	padding: 54px 0;
}
@media (max-width: 1023px) {
	.hero-text--alt h1 {
		font-size: 42px;
	}
}
.hero-text--alt .hero__content {
}
.hero-text--alt .hero__head {
}
/*  Hero Text Single  */
.hero-text--single .hero__head{
	padding: 54px 0;
}
.hero-text--single h1{
	font-family: aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 52px;
	padding: 0;
	margin-bottom: 15px;
}


.hero-text--single .hero__head[data-logouni="true"] {
	@media (min-width: 1023px) {
		display: flex;
		justify-content: start;
		align-items: center;
	}
}
.hero-text--single .hero__head[data-logouni="true"] > img {
	max-width: 100%;
	width: auto;
	height: 45px;

	@media (min-width: 1023px) {
		height: 89px;
	}

}
.hero-text--single .hero__head[data-logouni="true"] .hero__head__content{
	margin-top: 15px;
	@media (min-width: 1023px) {
		padding-left: 140px;
		margin-top: 0;
	}
}

.hero-text--single .hero__content .hero__content__featureIMG img {
	position: relative;
	z-index: 1;
	max-width: calc(100% + ((100vw - 100%) / 2));

	@media (min-width: 1499px) {
		max-width: calc(100% + 70px);
		width: calc(100% + 70px);
	}
}
.hero-text--single .hero__content .hero__content__featureIMG {
	position: relative;
}
.hero-text--single .hero__content .hero__content__featureIMG:before {
	content: '';
	display: block;
	position: absolute;
	left: -100%;
	width: 150%;
	background: var(--c-blue);
	height: 100%;
	z-index: 0;
}

@media (max-width: 1023px) {
	.hero-text--single h1{
		font-size: 42px;
	}
}
.hero-text--single .hero__content {
}
.hero-text--single .hero__head {
}
.hero-text--single .hero__entry {
	margin-top: 0;
	padding: 0 8px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 1023px) {
	.hero-text--single .hero__entry {
		font-size: 16px;
		line-height: 1.25;
		padding: 0;
	}
}
.hero-text--single .hero__entry .has-small-font-size {
	font: 20px/1.1 aptos, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
@media (max-width: 1023px) {
	.hero-text--single .hero__entry .has-small-font-size {
		font: 16px/1.125 aptos, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	}
}
@media (max-width: 767px) {
	.hero-text--single .hero__entry .has-small-font-size {
		font: 14px/1.428571 aptos, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	}
}
.hero-text--border-bottom {
	border-bottom: 1px solid #000;
}
/* ------------------------------------------------------------ *\
	Icons
\* ------------------------------------------------------------ */
.ico {
	font-size: 0;
	line-height: 0;
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
}
.ico-spinner {
	background: url("../images/svg/spinner-dark.svg") no-repeat center/cover;
}
/* ------------------------------------------------------------ *\
	Image Fit
\* ------------------------------------------------------------ */
.image-fit, .ico {
	overflow: hidden;
	position: relative;
	background-size: cover;
	background-position: center;
}
.image-fit img, .ico img, .image-fit video, .ico video, .image-fit svg, .ico svg, .image-fit iframe, .ico iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.image-fit--contain img, .ico img, .image-fit--contain video, .ico video, .image-fit--contain svg, .ico svg, .image-fit--contain iframe, .ico iframe {
	-o-object-fit: contain;
	object-fit: contain;
}
/* ------------------------------------------------------------ *\
	Link More
\* ------------------------------------------------------------ */
.link-more {
	--line-height: 1.17;
	display: flex;
	gap: 8px;
	color: var(--c-blue);
	text-decoration: none;
	font-family: aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 30px;
	line-height: var(--line-height);
}
@media (max-width: 1023px) {
	.link-more {
		--line-height: 1.25;
		font-size: 24px;
	}
}
.link-more:hover {
	color: var(--c-blue);
}
.link-more:before {
	content: "";
	flex-shrink: 0;
	display: block;
	width: 16px;
	height: calc(1em * var(--line-height));
	background-color: currentColor;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-position: center center;
	mask-position: center center;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 14'%3E%3Cpath fill='%23000' d='m9.71 14 4.83-4.87-1.1-1.11H16V6.33L9.71 0 8.33 1.39l4.51 4.57H0v2.06h12.84l-4.53 4.57z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 14'%3E%3Cpath fill='%23000' d='m9.71 14 4.83-4.87-1.1-1.11H16V6.33L9.71 0 8.33 1.39l4.51 4.57H0v2.06h12.84l-4.53 4.57z'/%3E%3C/svg%3E");
}
/* ------------------------------------------------------------ *\
	List Info
\* ------------------------------------------------------------ */
.list-info ul {
	list-style: none;
}
.list-info li {
	display: inline-flex;
}
.list-info li:after {
	content: ", ";
}
.list-info li:last-child:after {
	display: none;
}
/* ------------------------------------------------------------ *\
	List Tags
\* ------------------------------------------------------------ */
.list-tags {
	font-size: 20px;
	line-height: 1.1;
	font-family: aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 1023px) {
	.list-tags {
		font-size: 16px;
		line-height: 1.13;
	}
}
.list-tags ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}
.list-tags li {
	border: 1px solid currentColor;
	border-radius: 9999px;
	padding: 9px 20px;
}
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
/*.logo {
	font-size: 0;
	line-height: 0;
	text-indent: -4004px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
}
.logo > img {
	display: block;
	width: 100%;
}*/
/* ------------------------------------------------------------ *\
	.logos
\* ------------------------------------------------------------ */
.logos {
	position: relative;
	width: 224px;
	height: 80px;
}
.logos > img {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	max-height: 80px;
	-o-object-fit: contain;
	object-fit: contain;
	transition-property: opacity, visibility;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.logos > img:not(.is-active) {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
.main {
	width: 100%;
	flex-grow: 1;
	flex-shrink: 0;
	display: flex;
}
.main .main__content {
	order: -1;
	width: var(--app-width);
}
@media (max-width: 767px) {
	.main .main__content {
		width: 100%;
	}
}
/* ------------------------------------------------------------ *\
	Map
\* ------------------------------------------------------------ */
.map {
	position: relative;
	/*height: clamp(300px, var(--app-height) - 80px, 765px);*/
	height: 773px;
	background-color: var(--c-blue);
	overflow: hidden;
}
@media (max-width: 767px) {
	.map {
		height: 300px;
	}
}
.map .map__inner {
	position: absolute;
	inset: 0;
}
.map .map__inner canvas {
	width: 100% !important;
	height: 100% !important;
}
.map .map__link {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	background: transparent;
	cursor: pointer;
	outline: none;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	font-family: aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2;
	background-color: #fff;
	border: 1px solid #000;
	padding: 4px 12px;
	transition-property: color, background-color;
	transition-duration: 0.15s;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 1023px) {
	.map .map__link {
		gap: 4px;
		font-size: 16px;
		line-height: 1.5;
		padding: 0px 4px;
	}
}
@media (max-width: 767px) {
	.map .map__link {
		font-size: 14px;
		line-height: 1.43;
	}
}
@media (max-width: 639px) {
	.map .map__link {
		font-size: 12px;
		line-height: 1.33;
	}
}
.map .map__link:hover {
	color: #fff;
	background-color: #000;
}
.map .map__link:before, .map .map__link:after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background-color: currentColor;
}
@media (max-width: 1023px) {
	.map .map__link:before, .map .map__link:after {
		width: 10px;
		height: 10px;
	}
}
.map .map__link.is-right:before {
	display: none;
}
.map .map__link:not(.is-right):after {
	display: none;
}
@media (max-width: 1023px) {
	.map .map__link span:first-child:not(:only-child) {
		display: none;
	}
}
@media (min-width: 1023.02px) {
	.map .map__link span:last-child:not(:only-child) {
		display: none;
	}
}
/* ------------------------------------------------------------ *\
	Member Info
\* ------------------------------------------------------------ */
.member-info {
	font-family: aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 1.25;
}
@media (max-width: 767px) {
	.member-info {
		display: grid;
		grid-template-columns: repeat(2, 50%);
	}
}
@media (max-width: 639px) {
	.member-info {
		display: block;
	}
}
.member-info ul {
	list-style: none;
}
.member-info .member__disciplines {
	margin-bottom: 80px;
}
@media (max-width: 767px) {
	.member-info .member__disciplines {
		margin-bottom: 0;
	}
}
@media (max-width: 639px) {
	.member-info .member__disciplines {
		margin-bottom: 40px;
	}
}
.member-info .member__disciplines:last-child {
	margin-bottom: 0;
}
.member-info .member__locations {
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	.member-info .member__locations {
		margin-bottom: 0;
	}
}
@media (max-width: 639px) {
	.member-info .member__locations {
		margin-bottom: 20px;
	}
}
.member-info .member__locations:last-child {
	margin-bottom: 0;
}
.member-info .member__locations:before {
	content: "";
	display: block;
	width: 25px;
	height: 34px;
	background-color: currentColor;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: cover;
	mask-size: cover;
	-webkit-mask-position: center center;
	mask-position: center center;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='34' viewBox='0 0 25 34'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M25 13.45c0-.68-.05-1.33-.13-1.97v-.02l-.08-.52-.05-.26a9.72 9.72 0 0 0-.04-.25C23.5 4.43 18.89 0 12.53 0c-.82 0-1.63.09-2.43.26C5.68 1.09 2.36 4.2.87 8.4.31 9.9 0 11.59 0 13.4v.16c0 .7.06 1.38.17 2.04C1.04 21.3 5.32 26.37 12.5 34l3.75-4.04c5.64-6.23 8.49-10.44 8.73-15.76v-.1l.01-.3.01-.28v-.08zM17.77 21l-5.25-4.02L7.3 21l1.98-6.45L4 10.52h6.5L12.52 4l2.01 6.52H21l-5.25 4.03L17.77 21z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='34' viewBox='0 0 25 34'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M25 13.45c0-.68-.05-1.33-.13-1.97v-.02l-.08-.52-.05-.26a9.72 9.72 0 0 0-.04-.25C23.5 4.43 18.89 0 12.53 0c-.82 0-1.63.09-2.43.26C5.68 1.09 2.36 4.2.87 8.4.31 9.9 0 11.59 0 13.4v.16c0 .7.06 1.38.17 2.04C1.04 21.3 5.32 26.37 12.5 34l3.75-4.04c5.64-6.23 8.49-10.44 8.73-15.76v-.1l.01-.3.01-.28v-.08zM17.77 21l-5.25-4.02L7.3 21l1.98-6.45L4 10.52h6.5L12.52 4l2.01 6.52H21l-5.25 4.03L17.77 21z'/%3E%3C/svg%3E");
	margin-bottom: 4px;
}
/* ------------------------------------------------------------ *\
	.menu-skip-btn
\* ------------------------------------------------------------ */
.menu-skip-btn {
	z-index: 102;
	width: 100%;
	-webkit-backdrop-filter: blur(24px);
	backdrop-filter: blur(24px);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	background: rgba(255, 255, 255, 0.9);
	min-height: 50px;
	border-radius: 0;
}
.menu-skip-btn:focus, .menu-skip-btn:focus-within {
	width: 100%;
}
/* ------------------------------------------------------------ *\
	Nav Arrows
\* ------------------------------------------------------------ */
.nav-arrows ul {
	list-style: none;
}
.nav-arrows li {
	--icon-width: 11px;
	position: relative;
	display: flex;
	align-items: center;
	gap: 21px;
	line-height: 28px;
}
@media (max-width: 1023px) {
	.nav-arrows li {
		--icon-width: 12px;
		line-height: 29px;
	}
}
.nav-arrows li:before {
	content: "";
	flex-shrink: 0;
	width: var(--icon-width);
	aspect-ratio: 1.25;
	background-image: url("../images/svg/arrow-simple-white.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	margin-top: 2px;
}
.nav-arrows a {
	text-decoration: none;
}
.nav-arrows a:hover {
	color: var(--c-blue);
}
/* ------------------------------------------------------------ *\
.nav-cities
\* ------------------------------------------------------------ */
.nav-cities {
	position: fixed;
	top: var(--admin-bar-height);
	bottom: 0;
	pointer-events: none;
	z-index: 110;
	display: grid;
	grid-template-rows: 50px auto;
	min-height: var(--app-height-admin);
	background: var(--c-blue);
	width: var(--aside-width);
	font-size: 16px;
	pointer-events: all;
}
@media (max-width: 767px) {
	.nav-cities {
		inset: auto 0 0 0;
		height: var(--aside-height);
		min-height: initial;
		width: 100%;
		border-top: 1px solid #000;
	}
}
.nav-cities a {
	text-decoration: none;
	text-transform: uppercase;
}
.nav-cities > nav {
	position: relative;
}
.nav-cities > nav:before {
	content: "";
	position: absolute;
	left: 8%;
	right: 8%;
	top: 0;
	background: #000;
	height: 1px;
}
@media (max-width: 767px) {
	.nav-cities > nav:before {
		display: none;
	}
}
@media (max-width: 767px) {
	.nav-cities > nav {
		overflow: auto;
	}
}
.nav-cities > nav > ul {
	display: flex;
	flex-direction: column;
	height: 100%;
}
@media (max-width: 767px) {
	.nav-cities > nav > ul {
		flex-direction: row;
	}
}
.nav-cities > nav > ul > li {
	position: relative;
	flex-grow: 1;
}
@media (max-width: 767px) {
	.nav-cities > nav > ul > li {
		flex: 1 1 0%;
		min-width: 50px;
	}
}
.nav-cities > nav > ul > li > a:hover, .nav-cities > nav > ul > li > a:focus, .nav-cities > nav > ul > li > a:focus-within {
	outline: none;
	background: #000;
	color: var(--c-blue);
}
.nav-cities > nav > ul > li + li:before {
	content: "";
	position: absolute;
	left: 8%;
	right: 8%;
	top: 0;
	background: #000;
	height: 1px;
}
@media (max-width: 767px) {
	.nav-cities > nav > ul > li + li:before {
		top: initial;
		left: initial;
		right: 100%;
		width: 1px;
		height: 100%;
	}
}
.nav-cities > nav > ul > li.is-active {
	background: #000;
}
.nav-cities > nav > ul > li.is-active > a {
	color: #fff;
}
.nav-cities > nav > ul > li > a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.nav-cities .nav__header {
	position: relative;
}
@media (max-width: 767px) {
	.nav-cities .nav__header {
		display: none;
	}
}
.nav-cities .nav__header button {
	background: var(--c-blue);
}
.nav-cities .nav__header button:hover, .nav-cities .nav__header button:focus, .nav-cities .nav__header button:focus-within {
	outline: none;
	background: #000;
}
.nav-cities .nav__header button:hover .nav__icon path, .nav-cities .nav__header button:focus .nav__icon path, .nav-cities .nav__header button:focus-within .nav__icon path {
	fill: var(--c-blue);
}
.nav-cities .nav-trigger {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
}
.nav-cities--hidden-nav nav {
	display: none;
}
/* ------------------------------------------------------------ *\
	Nav Trigger
\* ------------------------------------------------------------ */
.nav-trigger {
	z-index: 111;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	position: relative;
	flex-shrink: 0;
	color: #000;
	width: 28px;
	height: 18px;
	pointer-events: auto;
	transition: opacity 0.3s ease;
}
.nav-trigger .nav__icon {
	position: absolute;
	inset: 0;
}
.nav-trigger .nav__icon--opened {
	display: none;
}
.nav-trigger--mobile {
	position: absolute;
	z-index: 130;
	right: 0;
	top: 0;
	width: 68px;
	height: 75px;
	display: none;
	background: url("../images/svg/nav-trigger.svg") no-repeat;
	background-position: center center;
	background-size: 65px 45px;
	border-left: 1px solid transparent;
	border-bottom: 1px solid transparent;
}
@media (max-width: 767px) {
	.nav-trigger--mobile {
		display: block;
	}
}
body.has-menu-open .nav-trigger .nav__icon {
	display: none;
}
body.has-menu-open .nav-trigger .nav__icon--opened {
	display: block;
}
body.has-menu-open .nav-trigger--mobile {
	background: url("../images/svg/close.svg") no-repeat;
	background-position: center center;
	background-size: 22px 23px;
	border-color: #000;
}
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav {
	font-size: 18px;
}
/*@media (max-width: 1279px) {
	.nav {
		font-size: 30px;
	}
}
@media (max-width: 1023px) {
	.nav {
		font-size: 24px;
	}
}*/
.nav ul {
	list-style: none;
	display: flex;
	align-items: center;
	gap: 52px;
	justify-content: space-between;
}

.nav ul li:last-child a {
	display: block;
	background: #000;
	color: #fff;
	padding: 0 40px;
	@media (max-width: 767px) {
		position: absolute;
		top: auto;
		left: 0;
		bottom: 0;
		width: 100%;
		text-align: center;
		font-size: 18px;
	}
}
.nav a {
	text-decoration: none;
	line-height: 54px;
}
@media (hover: hover) and (pointer: fine) {
	.nav a:hover {
		color: var(--c-blue);
	}
}
.nav .sub-menu {
	display: none;
}
.nav--mobile .nav {
	font-family: aptos;
	font-size: 36px;
	font-weight: 700;
}
.nav--mobile .nav ul {
	flex-direction: column;
	align-items: start;
	gap: 30px;
}
/* ------------------------------------------------------------ *\
	.overlay
\* ------------------------------------------------------------ */
.overlay {
	position: fixed;
	z-index: 110;
	top: 0;
	left: 0;
	width: calc(100% - var(--aside-width));
	bottom: 0;
	background: rgba(17, 24, 39, 0.6);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	max-width: 100%;
	margin: 0 auto;
	min-height: 100vh;
}
@media (max-width: 767px) {
	.overlay {
		width: 100%;
	}
}
body.has-overlay-active .overlay {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
/* ------------------------------------------------------------ *\
	.partner
\* ------------------------------------------------------------ */
.partner {
	font: 400 24px/1.25 aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 1023px) {
	.partner {
		font-size: 20px;
		line-height: 1.1;
	}
}
@media (max-width: 767px) {
	.partner {
		font-size: 14px;
		line-height: 1.43;
	}
}
.partner .partner__cols {
	display: grid;
	grid-template-columns: 345px 1fr;
}
@media (max-width: 1279px) {
	.partner .partner__cols {
		grid-template-columns: 220px 1fr;
	}
}
@media (max-width: 639px) {
	.partner .partner__cols {
		grid-template-columns: 60px 1fr;
	}
}
.partner .partner__col {
	position: relative;
}
.partner .partner__col:nth-child(1) {
	padding: 0 24px;
}
@media (max-width: 767px) {
	.partner .partner__col:nth-child(1) {
		padding: 0;
	}
}
.partner .partner__col:nth-child(2) {
	padding: 32px 24px;
}
@media (max-width: 1023px) {
	.partner .partner__col:nth-child(2) {
		padding: 16px 12px;
	}
}
@media (max-width: 639px) {
	.partner .partner__col:nth-child(2) {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}
@media (max-width: 639px) {
	.partner .partner__image {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 48px;
		height: 48px;
		border: 1px solid #e5e7eb;
		border-radius: 4px;
		margin: 12px;
	}
}
.partner .partner__image > img {
	position: absolute;
	inset: 0;
	margin-block: auto;
	max-width: 80%;
	max-height: 100%;
	padding: 12px 24px;
}
@media (max-width: 1023px) {
	.partner .partner__image > img {
		max-width: 100%;
	}
}
@media (max-width: 639px) {
	.partner .partner__image > img {
		position: static;
		padding: 2px;
	}
}
.partner .partner__entry {
	font: 400 20px/27px aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 16px 0 0;
}
@media (max-width: 1023px) {
	.partner .partner__entry {
		font-size: 16px;
		line-height: 24px;
	}
}
@media (max-width: 767px) {
	.partner .partner__entry {
		font-size: 12px;
		line-height: 16.5px;
	}
}
.partner .partner__entry p {
	margin-bottom: 0;
}
.partner .partner__entry a {
	text-decoration: none !important;
}
.partner .partner__entry a:hover {
	color: #000 !important;
	text-decoration: none !important;
}
.partner .partner__actions {
	font: 400 20px/27px aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 1023px) {
	.partner .partner__actions {
		font-size: 16px;
		line-height: 1.5;
	}
}
@media (max-width: 767px) {
	.partner .partner__actions {
		font-size: 12px;
		line-height: 1.38;
	}
}
.partner .partner__actions a:not([class]) {
	text-decoration: underline;
}
/* ------------------------------------------------------------ *\
	.partners
\* ------------------------------------------------------------ */
.partners .partners__item {
	border-top: 1px solid #000;
}
/* ------------------------------------------------------------ *\
	.popup-bio
\* ------------------------------------------------------------ */
.popup-bio {
	position: fixed;
	z-index: 140;
	inset: var(--admin-bar-height) 0 0;
	background: rgba(17, 24, 39, 0.6);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.popup-bio.is-active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.popup-bio.is-active .popup__body {
	transform: translate(-50%, -50%) scale(1);
}
@media (max-width: 767px) {
	.popup-bio.is-active .popup__body {
		transform: translate(-50%, 0) scale(1);
	}
}
.popup-bio .popup__body {
	position: fixed;
	left: 50%;
	top: calc(50% + var(--admin-bar-height));
	transform: translate(-50%, -50%) scale(0);
	width: 91.666667%;
	max-width: 1760px;
	max-height: 100%;
	padding: 24px 32px;
	background: #fff;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	font: 16px/1.5 aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 1023px) {
	.popup-bio .popup__body {
		padding: 12px 16px;
	}
}
@media (max-width: 767px) {
	.popup-bio .popup__body {
		overflow-y: auto;
		padding: 44px 16px 12px;
		top: var(--admin-bar-height);
		transform: translate(-50%, 0) scale(0);
		max-height: calc(100% - var(--admin-bar-height));
	}
}
.popup-bio .popup__body h3 {
	font-size: 45px;
	line-height: 1.111111;
	margin-bottom: 24px;
}
@media (max-width: 1023px) {
	.popup-bio .popup__body h3 {
		font-size: 30px;
		line-height: 1.166667;
		margin-bottom: 12px;
	}
}
@media (max-width: 639px) {
	.popup-bio .popup__body h3 {
		font-size: 24px;
		line-height: 1.25;
	}
}
.popup-bio .popup__body p {
	margin-bottom: 24px;
}
.popup-bio .popup__body ul {
	list-style: none;
	display: flex;
	align-items: center;
	gap: 4px;
}
@media (hover: hover) and (pointer: fine) {
	.popup-bio .popup__body ul a:hover {
		text-decoration: underline;
	}
}
.popup-bio .popup__cols {
	display: flex;
}
@media (max-width: 767px) {
	.popup-bio .popup__cols {
		flex-direction: column;
	}
}
@media (max-width: 767px) {
	.popup-bio .popup__col:nth-child(1) {
		margin-bottom: 12px;
	}
}
.popup-bio .popup__col:nth-child(2) {
	padding: 0 32px;
}
@media (max-width: 1023px) {
	.popup-bio .popup__col:nth-child(2) {
		padding: 0 16px;
	}
}
@media (max-width: 767px) {
	.popup-bio .popup__col:nth-child(2) {
		padding: 0;
	}
}
.popup-bio .popup__image {
	width: 345px;
	height: 100%;
}
@media (max-width: 1023px) {
	.popup-bio .popup__image {
		width: 220px;
	}
}
@media (max-width: 767px) {
	.popup-bio .popup__image {
		width: 100%;
	}
}
.popup-bio .popup__image > img {
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.popup-bio .popup__close {
	--padding: 16px;
	all: unset;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	padding: var(--padding);
	cursor: pointer;
}
.popup-bio .popup__close:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: calc(-1 * var(--padding) - 1px);
	border-radius: calc(var(--padding) + 4px);
}
@media (max-width: 1023px) {
	.popup-bio .popup__close {
		padding: 8px;
	}
}
@media (max-width: 767px) {
	.popup-bio .popup__close {
		padding: 0;
	}
}
/* ------------------------------------------------------------ *\
	.progress-bar
\* ------------------------------------------------------------ */
.progress-bar {
	background: var(--c-blue);
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 0;
	height: 3px;
}
.progress-bar:before {
	content: "";
	display: block;
	position: absolute;
	right: 0px;
	width: 100px;
	height: 100%;
	box-shadow: 0 0 10px var(--c-blue), 0 0 5px var(--c-blue);
	transform: rotate(3deg) translate(0px, -4px);
}
body.leave .progress-bar {
	animation-name: loading;
	animation-duration: 0.9s;
	animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	animation-fill-mode: forwards;
}
@keyframes loading {
	0% {
		width: 0%;
	}
	35% {
		width: 40%;
	}
	40% {
		width: 42%;
	}
	70% {
		width: 80%;
	}
	100% {
		width: 100%;
	}
}
/* ------------------------------------------------------------ *\
	Radio
\* ------------------------------------------------------------ */
.radio {
	display: flex;
	align-items: center;
	font-size: 24px;
	line-height: 1.25;
}
@media (max-width: 767px) {
	.radio {
		font-size: 20px;
		line-height: 1;
	}
}
.radio input[type=radio] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	accent-color: currentColor;
	color: #000;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 1px solid currentColor;
}
@media (max-width: 767px) {
	.radio input[type=radio] {
		width: 16px;
		height: 16px;
	}
}
.radio input[type=radio]:checked {
	background: radial-gradient(currentcolor 50%, rgba(0, 0, 0, 0) 51%);
}
.radio label {
	display: block;
	padding-left: 12px;
}
@media (max-width: 767px) {
	.radio label {
		padding-left: 10px;
	}
}
/* ------------------------------------------------------------ *\
	Radios
\* ------------------------------------------------------------ */
.radios {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0px 10px;
}
@media (max-width: 767px) {
	.radios {
		flex-direction: column;
		align-items: flex-start;
	}
}
/* ------------------------------------------------------------ *\
	Richtext Entry
\* ------------------------------------------------------------ */
.richtext-summary {
	font-size: 20px;
	line-height: 28px;
	font-family: aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	margin-bottom: 40px;
}

.richtext-entry > ul:not([class]),
.richtext-entry > ol:not([class]) {
	padding-left: 30px;
}
.richtext-entry > ul:not([class]) ol,
.richtext-entry > ul:not([class]) ul,
.richtext-entry > ol:not([class]) ol,
.richtext-entry > ol:not([class]) ul {
	padding-left: 30px;
}
.richtext-entry > blockquote {
	font: 30px/1.166667 aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 0 24px 0;
}
@media (max-width: 1023px) {
	.richtext-entry > blockquote {
		font-size: 20px;
		line-height: 1.08;
	}
}
.richtext-entry > blockquote:last-child {
	margin-bottom: 0;
}
.richtext-entry > *.alignwide {
	width: 100%;
	max-width: 100%;
	clear: both;
}
.richtext-entry > *.aligncenter {
	margin-left: auto;
	margin-right: auto;
}
.richtext-entry > *.alignfull {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	width: auto;
	padding: 0 20px;
}
.richtext-entry a:not([class]) {
	text-decoration: underline;
}
.richtext-entry a:not([class]):hover {
	color: var(--c-blue);
}
.richtext-entry .accordion-member .accordion__head a:not([class]) {
	text-decoration: none;
}
.richtext-entry h1 {
	font-size: 60px;
}
@media (max-width: 1023px) {
	.richtext-entry h1 {
		font-size: 48px;
	}
}
@media (max-width: 767px) {
	.richtext-entry h1 {
		font-size: 32px;
	}
}
.richtext-entry h2 {
	font: 32px/40px aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
	color: #557DFF;
}
@media (max-width: 1023px) {
	.richtext-entry h2 {
		font: 28px/0.972222 aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
}
@media (max-width: 639px) {
	.richtext-entry h2 {
		font: 24px/1.041667 aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
}
.richtext-entry h3 {
	font-size: 45px;
	color: #557DFF;
}
@media (max-width: 1023px) {
	.richtext-entry h3 {
		font-size: 32px;
		line-height: 1.25;
	}
}
@media (max-width: 767px) {
	.richtext-entry h3 {
		font-size: 24px;
		line-height: 1.1;
	}
}
.richtext-entry h4 {
	font-size: 30px;
}
@media (max-width: 1023px) {
	.richtext-entry h4 {
		font-size: 24px;
		line-height: 1.25;
	}
}
@media (max-width: 767px) {
	.richtext-entry h4 {
		font-size: 20px;
		line-height: 1.1;
	}
}
.richtext-entry strong a:not([class]) {
	text-decoration: none;
}
.richtext-entry p:not(:last-child) {
	margin-bottom: 20px;
}
.richtext-entry p:empty:before {
	content: " ";
}
/* ------------------------------------------------------------ *\
	Section Articles Sidebar
\* ------------------------------------------------------------ */
.section-articles-sidebar {
	border-bottom: 6px solid #000;
}
.section-articles-sidebar .section__head {
	padding: 32px 24px;
}
@media (max-width: 1023px) {
	.section-articles-sidebar .section__head {
		padding: 24px 16px;
	}
}
.section-articles-sidebar .section__head h2 {
	font-size: 104px;
	line-height: 0.9;
}
@media (max-width: 1023px) {
	.section-articles-sidebar .section__head h2 {
		font-size: 52px;
		line-height: 0.9;
	}
}
@media (max-width: 767px) {
	.section-articles-sidebar .section__head h2 {
		font-size: 40px;
		line-height: 1;
	}
}
.section-articles-sidebar .section__articles {
	margin-top: 80px;
}
@media (max-width: 1023px) {
	.section-articles-sidebar .section__articles {
		margin-top: 18px;
	}
}
.section-articles-sidebar .section__articles:first-child {
	margin-top: 0;
}
/* ------------------------------------------------------------ *\
	Section Articles
\* ------------------------------------------------------------ */
.section-articles {
	border-bottom: 5px solid #000;
}
.section-articles .section__head {
	padding: 32px 16px;
}
@media (max-width: 767px) {
	.section-articles .section__head {
		padding-block: 12px;
	}
}
.section-articles .section__head h2 {
	font-size: 90px;
	line-height: 1.11;
}
@media (max-width: 1023px) {
	.section-articles .section__head h2 {
		font-size: 40px;
		line-height: 1;
	}
}
.section-articles .section__head--gutter-alt {
	padding-inline: 24px;
}
.section-articles .section__articles {
	margin-top: 80px;
}
@media (max-width: 767px) {
	.section-articles .section__articles {
		margin-top: 32px;
	}
}
.section-articles .section__articles:first-child {
	margin-top: 0;
}
.section-articles .section__foot {
	border-top: 1px solid #000;
}
.section-articles .section__foot:first-child {
	border-top: none;
}
.section-articles .section__foot.is-hidden {
	display: none;
}

.section-articles .section__filters {
	--col-gap: 15px;
	padding-inline: 34px;
	font: 29px var(--ff-gt);
	margin-bottom: 37px;
}

.section-articles .section__filters ul {
	list-style: none;
	display: flex;
	align-items: center;
	margin: 0 calc(-1 * var(--col-gap));
}

.section-articles .section__filters ul > li {
	position: relative;
	padding: 0 var(--col-gap);
}

.section-articles .section__filters ul > li + li:before {
	content: '-';
	position: absolute;
	right: 100%;
	top: 0;
	transform: translateX(50%);
}

.section-articles .section__filters a {
	text-decoration: none;
	text-transform: uppercase;
}

.section-articles .section__filters a:hover {
	color: var(--c-orange);
}

/*  Section Articles Outside Border  */
.section-articles--outside-border .section__articles, .section-articles--secondary .section__articles, .section-articles--alt .section__articles {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.section-articles--outside-border .section__foot, .section-articles--secondary .section__foot, .section-articles--alt .section__foot {
	border-top: none;
}
/*  Section Articles Alt  */
.section-articles--alt .section__head {
	padding: 32px 24px;
}
@media (max-width: 1023px) {
	.section-articles--alt .section__head {
		padding: 24px 16px 16px;
	}
}
.section-articles--alt .section__head h2 {
	font-size: 104px;
	line-height: 0.9;
}
@media (max-width: 1023px) {
	.section-articles--alt .section__head h2 {
		font-size: 52px;
	}
}
@media (max-width: 767px) {
	.section-articles--alt .section__head h2 {
		font-size: 40px;
		line-height: 1;
	}
}
.section-articles--alt .section__articles {
	margin-top: 0;
}
/*  Section Articles Secondary  */
.section-articles--secondary .section__head {
	padding: 32px 24px;
}
@media (max-width: 1023px) {
	.section-articles--secondary .section__head {
		padding: 32px 16px 16px;
	}
}
.section-articles--secondary .section__head h2 {
	font-size: 60px;
	line-height: 0.9;
}
@media (max-width: 1023px) {
	.section-articles--secondary .section__head h2 {
		font-size: 40px;
		line-height: 1;
	}
}
@media (max-width: 767px) {
	.section-articles--secondary .section__head h2 {
		font-size: 30px;
		line-height: 1.17;
	}
}
.section-articles--secondary .section__articles {
	margin-top: 0;
}
/*  Section Articles No Bottom Border  */
.section-articles--no-bottom-border, .section-articles--secondary {
	border-bottom: none;
}
/* ------------------------------------------------------------ *\
	Section Callout
\* ------------------------------------------------------------ */
.section-callout {
	border-top: 1px solid #000;
	padding: 32px 24px 64px;
}
@media (max-width: 1023px) {
	.section-callout {
		padding: 16px 16px 32px;
	}
}
.section-callout:first-child {
	border-top: none;
}
.section-callout .section__head {
	margin-bottom: 24px;
}
.section-callout .section__head:last-child {
	margin-bottom: 0;
}
.section-callout .section__head h2 {
	font-size: 45px;
}
@media (max-width: 1023px) {
	.section-callout .section__head h2 {
		font-size: 30px;
		line-height: 1.17;
	}
}
.section-callout .section__entry {
	font-family: aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 1.33;
	max-width: 50%;
	padding-right: 16px;
}
@media (max-width: 1023px) {
	.section-callout .section__entry {
		font-size: 20px;
		line-height: 1.3;
	}
}
@media (max-width: 767px) {
	.section-callout .section__entry {
		max-width: 100%;
		padding-right: 0;
	}
}
.section-callout .section__entry a {
	text-decoration: underline;
}
.section-callout .section__entry a:hover {
	color: var(--c-blue);
}
/* ------------------------------------------------------------ *\
	.section-columns
\* ------------------------------------------------------------ */
.section-columns {
	font: 20px/28px aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	width: 100%;
	margin: 0 auto;
	max-width: 1360px;
}
@media (max-width: 1023px) {
	.section-columns {
		font: 20px/28px aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
}
@media (max-width: 767px) {
	.section-columns {
		line-height: 24px;
	}
}
.section-columns ul {
	list-style: none;
	padding-left: 0 !important;
	margin-bottom: 20px;
}
.section-columns .section__cols {
	--small-col-size: 345px;
	display: grid;
	grid-template-columns: var(--small-col-size) 1fr;
}
.section-columns .section__entry .wp-block-image figure.alignleft {
	margin-left: calc(-345px - 24px);
	position: relative;
}
@media (max-width: 1279px) {
	.section-columns .section__cols {
		--small-col-size: 220px;
	}
}
@media (max-width: 767px) {
	.section-columns .section__cols {
		display: block;
		--small-col-size: 0px;
	}
}
.section-columns .section__cols :is(h1, h2, h3, h4, h5, h6) {
	margin-bottom: 40px;
}
@media (max-width: 767px) {
	.section-columns .section__cols :is(h1, h2, h3, h4, h5, h6) {
		margin-bottom: 24px;
	}
}
@media (max-width: 767px) {
	.section-columns .section__col:nth-child(1):empty {
		display: none;
	}
}
.section-columns .section__head {
	padding: 32px 32px 0;
}
@media (max-width: 1023px) {
	.section-columns .section__head {
		padding: 16px 16px 0;
	}
}
@media (max-width: 767px) {
	.section-columns .section__head {
		padding-bottom: 24px;
	}
}
@media (max-width: 639px) {
	.section-columns .section__head {
		padding-bottom: 0;
	}
}
.section-columns .section__head h2 {
	font-size: 60px;
	line-height: 0.9;
}
@media (max-width: 1023px) {
	.section-columns .section__head h2 {
		font-size: 40px;
		line-height: 1;
	}
}
@media (max-width: 767px) {
	.section-columns .section__head h2 {
		font-size: 30px;
		line-height: 1.17;
	}
}
.section-columns .section__subtitle, .section-columns .section__career {
	font-size: 20px;
	line-height: 1.1;
	margin-bottom: 12px;
	padding: 40px 24px;
}
@media (max-width: 1023px) {
	.section-columns .section__subtitle, .section-columns .section__career {
		font-size: 16px;
		line-height: 1.5;
		padding: 12px;
	}
}
@media (max-width: 767px) {
	.section-columns .section__subtitle, .section-columns .section__career {
		font-size: 14px;
		line-height: 1.71;
	}
}
@media (max-width: 767px) {
	.section-columns .section__career {
		margin-bottom: 0;
	}
}
.section-columns .section__content {
	padding: 40px 24px;
}
@media (max-width: 1023px) {
	.section-columns .section__content {
		padding: 12px;
	}
}
.section-columns .section__entry {
	margin-bottom: 40px;
}
@media (max-width: 767px) {
	.section-columns .section__entry {
		margin-bottom: 24px;
	}
}
.section-columns .section__entry strong {
	font-family: aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
}
@media (max-width: 767px) {
	.section-columns .section__entry h4 {
		font-size: 24px;
		line-height: 1.25;
	}
}
.section-columns .section__entry h4:first-child {
	min-height: 90px;
}
@media (max-width: 1023px) {
	.section-columns .section__entry h4:first-child {
		min-height: 60px;
	}
}
.section-columns .section__entry ul {
	list-style: square inside;
}

.section-columns .section__entry .wp-block-image {
	--margin-offset: 12px;
	margin-block: 40px;
	max-width: 1392px;
	width: 100%;
}
@media (max-width: 767px) {
	.section-columns .section__entry .wp-block-image {
		width: calc(100% + var(--margin-offset) * 2);
		margin-inline: calc(-1 * var(--margin-offset));
		margin-block: 24px;
	}
}
.section-columns .section__entry .wp-block-image.alignleft {
	position: relative;
	left: calc(-1 * var(--small-col-size));
	margin-left: calc(-1 * var(--margin-offset) * 2);
	margin-right: calc(-1 * var(--margin-offset));
	width: calc(100% + var(--margin-offset) * 3);
}
@media (max-width: 1023px) {
	.section-columns .section__entry .wp-block-image.alignleft {
		width: calc(100% + var(--margin-offset) * 2);
		margin-left: calc(-1 * var(--margin-offset));
	}
}
@media (max-width: 767px) {
	.section-columns .section__entry .wp-block-image.alignleft {
		margin: 24px -12px;
	}
}
.section-columns .section__entry .wp-block-embed {
	background: #000;
}
.section-columns .section__entry .wp-block-embed .wp-block-embed__wrapper:before {
	padding-top: 46.4028776978%;
}
.section-columns .section__entry .wp-block-quote {
	--margin-offset: 12px;
	max-width: 1392px;
	font: 32px/40px aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
	position: relative;
	left: calc(-1 * var(--small-col-size));
	width: calc(100% + var(--small-col-size));
}
@media (max-width: 1023px) {
	.section-columns .section__entry .wp-block-quote {
		font: 28px/1.2 aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
		width: calc(100% + var(--margin-offset) * 2);
	}
}
@media (max-width: 767px) {
	.section-columns .section__entry .wp-block-quote {
		font: 24px/1.166667 aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
}
.section-columns .section__entry .wp-block-quote > p {
	display: inline;
}
.section-columns .section__actions {
	margin-bottom: 80px;
}
.section-columns .section__more {
	margin-bottom: 16px;
}
.section-columns .section__member-info {
	padding: 24px;
}
@media (max-width: 1023px) {
	.section-columns .section__member-info {
		padding: 12px;
	}
}
.section-columns .section__member-info:after {
	content: "";
	grid-column: span 2;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #000;
	margin-block: 24px;
}
@media (min-width: 767.02px) {
	.section-columns .section__member-info:after {
		display: none;
	}
}
.section-columns .section__member-entry {
	padding: 24px;
}
@media (max-width: 1023px) {
	.section-columns .section__member-entry {
		padding: 12px 12px 24px;
	}
}
.section-columns .section__accordion {
	padding: 24px;
}
.section-columns .richtext-entry .section__accordion {
	padding:  0;
}
@media (max-width: 1023px) {
	.section-columns .section__accordion {
		padding: 12px;
	}
}
@media (max-width: 1023px) {
	.section-columns .section__member-entry + .section__accordion {
		padding-top: 24px;
	}
}
.section-columns .section__btn {
	margin: 20px 0 80px;
	font-family: aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
	.section-columns .section__btn {
		margin-bottom: 48px;
	}
}
/* ------------------------------------------------------------ *\
	.section-contacts
\* ------------------------------------------------------------ */
.section-contacts {
	padding: 32px 0 0;
}
@media (max-width: 1023px) {
	.section-contacts {
		padding: 20px 0 0;
	}
}
.section-contacts .section__filters {
	width: calc(33.33% + 32px);
	margin-bottom: 32px;
	padding-inline: 24px;
}
@media (max-width: 1279px) {
	.section-contacts .section__filters {
		width: calc(50% + 16px);
	}
}
@media (max-width: 1023px) {
	.section-contacts .section__filters {
		padding-inline: 16px;
		margin-bottom: 20px;
		width: 100%;
	}
}
/* ------------------------------------------------------------ *\
	Section Default
\* ------------------------------------------------------------ */
.section-default {
	margin-block: 120px;
}
@media (max-width: 1279px) {
	.section-default {
		margin-block: 90px;
	}
}
@media (max-width: 767px) {
	.section-default {
		margin-block: 60px;
	}
}
.section-default .section__head {
	text-align: center;
}
.section-default .section__head:not(:last-child),
.section-default .section__content:not(:last-child),
.section-default .section__entry:not(:last-child),
.section-default .section__actions:not(:last-child) {
	margin-bottom: 40px;
}
@media (max-width: 1279px) {
	.section-default .section__head:not(:last-child),
	.section-default .section__content:not(:last-child),
	.section-default .section__entry:not(:last-child),
	.section-default .section__actions:not(:last-child) {
		margin-bottom: 30px;
	}
}
@media (max-width: 767px) {
	.section-default .section__head:not(:last-child),
	.section-default .section__content:not(:last-child),
	.section-default .section__entry:not(:last-child),
	.section-default .section__actions:not(:last-child) {
		margin-bottom: 20px;
	}
}
/* Section Default 404 */
.section-default--404 {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	min-height: 70vh;
	margin: 0;
	padding: 10vh 24px;
}
.section-default--404 .section__entry {
	font-family: aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 1.33;
}
@media (max-width: 1023px) {
	.section-default--404 .section__entry {
		font-size: 20px;
		line-height: 1.4;
	}
}
@media (max-width: 767px) {
	.section-default--404 .section__entry {
		line-height: 1.2;
	}
}
.section-default--404 .section__entry:not(:last-child) {
	margin-bottom: 32px;
}
/* ------------------------------------------------------------ *\
	Section Entry
\* ------------------------------------------------------------ */
.section-entry {
	font-size: 24px;
	line-height: 1.25;
	padding: 32px 24px;
}
@media (max-width: 1023px) {
	.section-entry {
		padding-inline: 12px;
	}
}
.section-entry .section__entry {
	margin-bottom: 46px;
}
@media (max-width: 767px) {
	.section-entry .section__entry {
		margin-bottom: 48px;
	}
}
.section-entry .section__entry:last-child {
	margin-bottom: 0;
}
.section-entry .section__entry p {
	margin-bottom: 0;
}
.section-entry .section__entry p:not(:last-child) {
	margin-bottom: 30px;
}
.section-entry .section__entry p:empty:before {
	content: " ";
}
@media (hover: hover) and (pointer: fine) {
	.section-entry .section__entry a:hover {
		text-decoration: underline;
	}
}
.section-entry .section__entry a[href^=mailto],
.section-entry .section__entry a[href^=tel] {
	text-decoration: none;
}
.section-entry--gap-small .section__entry {
	margin-bottom: 32px;
}
/* ------------------------------------------------------------ *\
	Section Events
\* ------------------------------------------------------------ */
.section-events .section__filters {
	display: flex;
	gap: 16px;
	padding: 0px 24px 32px;
}
@media (max-width: 1023px) {
	.section-events .section__filters {
		padding: 0px 16px 20px;
	}
}
@media (max-width: 767px) {
	.section-events .section__filters {
		flex-direction: column;
	}
}
.section-events .section__filters > * {
	flex: 1 0 0;
}
/* ------------------------------------------------------------ *\
	.section-image
\* ------------------------------------------------------------ */
.section-image, .section-map--small-heading {
	padding: 80px 0;
}
.section-image .section__head, .section-map--small-heading .section__head {
	padding: 0 24px 32px;
}
@media (max-width: 1023px) {
	.section-image .section__head, .section-map--small-heading .section__head {
		padding: 0 16px 16px;
	}
}
.section-image .section__head h2, .section-map--small-heading .section__head h2 {
	font-size: 60px;
	line-height: 0.9;
}
@media (max-width: 1023px) {
	.section-image .section__head h2, .section-map--small-heading .section__head h2 {
		font-size: 40px;
		line-height: 1;
	}
}
@media (max-width: 767px) {
	.section-image .section__head h2, .section-map--small-heading .section__head h2 {
		font-size: 30px;
		line-height: 1.17;
	}
}
.section-image .section__image > img, .section-map--small-heading .section__image > img {
	width: 100%;
}
/* ------------------------------------------------------------ *\
	.section-images
\* ------------------------------------------------------------ */
.section-images .section__cols {
	display: grid;
	grid-template-columns: 2fr 1fr;
	border-bottom: 1px solid #000;
}
@media (max-width: 767px) {
	.section-images .section__cols {
		grid-template-columns: 100%;
	}
}
.section-images .section__col {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 572px;
	height: 100%;
}
@media (max-width: 1023px) {
	.section-images .section__col {
		min-height: initial;
	}
}
.section-images .section__row .section__image {
	position: relative;
	height: 300px;
}
@media (max-width: 767px) {
	.section-images .section__row .section__image {
		height: auto;
	}
}
.section-images .section__entry {
	font-family: aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 1.1;
	height: 100%;
	overflow: auto;
	padding: 24px 28px;
}
@media (max-width: 1023px) {
	.section-images .section__entry {
		padding: 12px 28px;
	}
}
@media (max-width: 767px) {
	.section-images .section__entry {
		font-size: 16px;
		line-height: 1.13;
		padding: 12px;
	}
}
.section-images .section__image {
	height: 100%;
	max-height: 572px;
}
.section-images .section__image img {
	width: 100%;
	height: 100%;
}
/*  Section Images Half  */
.section-images--half .section__cols {
	grid-template-columns: repeat(2, 50%);
	border-bottom: none;
}
@media (max-width: 639px) {
	.section-images--half .section__cols {
		grid-template-columns: 100%;
	}
}
.section-images--half .section__col {
	height: 450px;
	min-height: initial;
}
@media (max-width: 1023px) {
	.section-images--half .section__col {
		height: 300px;
	}
}

.section-images--half .section__row {
	height: 100%;
}

.section-images--half .section__row .section__image {
	height: 100%;
}

.block-iframe {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.block-iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* ------------------------------------------------------------ *\
	.section-leaders
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	.section-logos
\* ------------------------------------------------------------ */
.section-logos {
	padding-inline: 16px;
	margin-bottom: 100px;
}
.section-logos .section__inner {
}
.section-logos .section__head {
	text-align: center;
}
.section-logos .section__head h2 {
	color: var(--c-blue);
	font-weight: 700;
	font-size: 40px;
}
.section-logos .section__logos {
	margin-bottom: 50px;
}
.section-logos .section__logo {
	width: calc(100% / 5);
	@media (max-width: 960px) {
		width: calc(100% / 3);
	}
	@media (max-width: 767px) {
		width: calc(100% / 2);
	}
}
.section-logos .section__logo .section__logo-content {
	width: 100%;
	height: 137px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-left: 1px solid #000;
	padding: 0 32px;

	@media (max-width: 767px) {
		height: 105px;
	}
}
.section-logos .slider .slider__clip {
	background: none;
	width: 100%;
}
.section-logos .slider .slider__clip::before {
	content: "";
	display: block;
	background: #fff;
	width: 1px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
.section-logos .slider .slider__pagination {
	justify-content: center;
	margin: 27px 0 32px;
	display: none;
	@media (max-width: 767px) {
		display: block;
	}
}
.section-logos .slider .slider__pagination .swiper-pagination-bullet {
	width: 11px;
	height: 11px;
	border-radius: 50%;
	overflow: hidden;
	background-color: #000;
}
.section-logos .slider .slider__pagination .swiper-pagination-bullet-active {
	background-color: var(--c-blue);
}
.section-logos .section-logos-actions {
	text-align: center;
}
@media (max-width: 767px) {
	.section-logos .section__inner {
		flex-direction: column;
		text-align: center;
		margin-bottom: 32px;
	}
}
.section-logos .section__head {
	padding: 32px 0;
}
.section-logos .section__head h4 {
	font-size: 30px;
	line-height: 1.17;
}
@media (max-width: 1279px) {
	.section-logos .section__head h4 {
		font-size: 24px;
		line-height: 1.25;
	}
}
@media (max-width: 1023px) {
	.section-logos .section__head h4 {
		font-size: 20px;
		line-height: 1.1;
	}
}
/* ------------------------------------------------------------ *\
	Section Magazine
\* ------------------------------------------------------------ */
.section-magazine .section__head {
	z-index: 1;
	position: sticky;
	top: 0;
	color: var(--c-blue);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	mix-blend-mode: darken;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	min-height: 320px;
	padding-top: 64px;
	padding-left: 4px;
}
@media (max-width: 1279px) {
	.section-magazine .section__head {
		min-height: initial;
	}
}
@media (max-width: 767px) {
	.section-magazine .section__head {
		position: static;
		text-align: center;
	}
}
.section-magazine .section__foot.is-hidden {
	display: none;
	pointer-events: none;
}
.section-magazine .section__head h1 {
	font-size: 336px;
	line-height: 0.7;
}
@media (max-width: 1599px) {
	.section-magazine .section__head h1 {
		font-size: 21vw;
	}
}
@media (max-width: 1535px) {
	.section-magazine .section__head h1 {
		font-size: 20.7vw;
	}
}
.section-magazine .section__inner {
	display: grid;
	grid-template-columns: 35% 1fr;
	align-items: start;
}
@media (max-width: 767px) {
	.section-magazine .section__inner {
		display: block;
	}
}
.section-magazine .section__description {
	padding: 24px 24px 0;
	font: 18px/1.5 aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: var(--c-blue);
}
@media (max-width: 1023px) {
	.section-magazine .section__description {
		padding: 16px 16px 0;
		font-size: 16px;
	}
}
.section-magazine .section__filters {
	font-size: 52px;
	line-height: 1.25;
	padding: 64px 24px;
}
@media (max-width: 1279px) {
	.section-magazine .section__filters {
		padding: 24px;
	}
}
@media (max-width: 1023px) {
	.section-magazine .section__filters {
		font-size: 40px;
		line-height: 1.2;
	}
}
@media (max-width: 767px) {
	.section-magazine .section__filters {
		font-size: 30px;
		line-height: 1.17;
		border-top: 4px solid #000;
		padding: 0;
	}
}
.section-magazine .section__filters ul {
	list-style: none;
}
@media (max-width: 767px) {
	.section-magazine .section__filters ul {
		display: flex;
		align-items: center;
		gap: 16px;
		white-space: nowrap;
		overflow: auto;
		padding: 24px;
	}
}
.section-magazine .section__filters a:hover,
.section-magazine .section__filters li.is-current {
	color: var(--c-blue);
}
.section-magazine .section__filters a {
	display: block;
	text-decoration: none;
}
.section-magazine .section__featured {
	height: 100%;
}
.section-magazine .section__articles {
	padding: 24px 24px 0;
}
@media (max-width: 1023px) {
	.section-magazine .section__articles {
		padding: 16px 16px 0;
	}
}
/* ------------------------------------------------------------ *\
	Section Map
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	.section-members
\* ------------------------------------------------------------ */
.section-members {
	border-bottom: 6px solid #000;
}
.section-members .section__head {
	padding: 32px 24px;
}
.section-members .section__foot.is-hidden {
	display: none;
}
@media (max-width: 1023px) {
	.section-members .section__head {
		padding: 24px 16px 16px;
	}
}
.section-members .section__head > h2 {
	font-size: 104px;
	line-height: 0.9;
}
@media (max-width: 1023px) {
	.section-members .section__head > h2 {
		font-size: 52px;
	}
}
@media (max-width: 767px) {
	.section-members .section__head > h2 {
		font-size: 40px;
		line-height: 1;
	}
}
.section-members .section__description {
	padding: 0 24px 24px;
	font: 18px/1.5 aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: var(--c-blue);
}
@media (max-width: 1023px) {
	.section-members .section__description {
		padding: 0 16px 16px;
		font-size: 16px;
	}
}
.section-members .section__articles {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-top: 80px;
}
@media (max-width: 1023px) {
	.section-members .section__articles {
		margin-top: 0;
	}
}
.section-members .section__articles:first-child {
	margin-top: 0;
}
.section-members .section__articles:last-child {
	border-bottom: none;
}
.section-members .section__entry {
	color: var(--c-blue);
	font-family: aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 1.25;
	padding: 24px;
}
@media (max-width: 1023px) {
	.section-members .section__entry {
		padding: 12px;
	}
}
.section-members .section__entry a:not([class]) {
	text-decoration: underline;
}
.section-members .section__entry a:not([class]):hover {
	color: var(--c-blue);
}
.section-members .section__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 24px 32px;
}
@media (max-width: 1023px) {
	.section-members .section__inner {
		flex-direction: column;
		align-items: flex-start;
		gap: 19px;
		padding: 20px 16px;
	}
}
.section-members .section__filters {
	display: flex;
	gap: 16px;
	width: 50%;
}
@media (max-width: 1023px) {
	.section-members .section__filters {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.section-members .section__filters {
		flex-direction: column;
	}
}
.section-members .section__filters > * {
	flex: 1 0 0;
	width: auto;
}
.section-members .section__sort {
	width: 33.3333333333%;
}
@media (max-width: 1023px) {
	.section-members .section__sort {
		width: 50%;
	}
}
/*  Section Members Alt  */
.section-members--alt {
	padding: 0;
	border-bottom: none;
}
.section-members--alt .section__head {
	padding-block: 40px 24px;
	margin-bottom: 40px;
}
@media (max-width: 1023px) {
	.section-members--alt .section__head {
		padding-block: 40px 16px;
		margin-bottom: 32px;
	}
}
.section-members--alt .section__head:last-child {
	margin-bottom: 0;
}
.section-members--alt .section__articles {
	margin-top: 0;
}
/* ------------------------------------------------------------ *\
	.section-partners
\* ------------------------------------------------------------ */
.section-partners {
	margin-top: 40px;
}
.section-partners:first-child {
	margin-top: 0;
}
.section-partners .section__head {
	padding: 24px;
}
@media (max-width: 1023px) {
	.section-partners .section__head {
		padding: 12px;
	}
}
.section-partners .section__head h3 {
	font: 400 24px/1.25 aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/*  Section Partners Bottom Border  */
.section-partners--bottom-border {
	border-bottom: 1px solid #000;
}
/* ------------------------------------------------------------ *\
	.section-privacy
\* ------------------------------------------------------------ */
.section-privacy {
	font: 24px/1.3333333333 aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 40px 24px;
}
@media (max-width: 1023px) {
	.section-privacy {
		font: 20px/1.4 aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
		padding: 40px 16px;
	}
}
.section-privacy .section__head {
	margin-bottom: 37px;
}
@media (max-width: 1023px) {
	.section-privacy .section__head {
		margin-bottom: 24px;
	}
}
.section-privacy .section__head > h1 {
	font: 24px/1.33 aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.section-privacy .section__entry > ul:not([class]) {
	padding-left: 0;
	list-style: square inside;
}
@media (hover: hover) and (pointer: fine) {
	.section-privacy .section__entry a:hover {
		color: var(--c-blue);
		text-decoration: underline;
	}
}
/* ------------------------------------------------------------ *\
	Section Search
\* ------------------------------------------------------------ */
.section-search h1 {
	line-height: 0.9;
}
@media (max-width: 1023px) {
	.section-search h1 {
		line-height: 1;
	}
}
.section-search .section__head {
	flex-grow: 1;
	padding: 40px 24px 24px;
}

.section-search .section__head h1.is-active {
	color: var(--c-blue);
}
@media (max-width: 1023px) {
	.section-search .section__head {
		padding: 40px 16px 16px;
		margin-bottom: 90px;
	}
}

/* Mobile */
@media (max-width: 767px),
	screen and (max-width: 812px) and (orientation: landscape) {
	.section-search .section__head {
		margin-bottom: 50px;
	}
}
.section-search .section__head:not(.section__head--default) {
	color: var(--c-blue);
}
.section-search .section__form {
	margin: 32px 24px;
}
@media (max-width: 1023px) {
	.section-search .section__form {
		margin: 16px 16px 20px;
	}
}

/* Mobile */
@media (max-width: 767px),
	screen and (max-width: 812px) and (orientation: landscape) {

}
.section-search .section__form form {
	max-width: 50%;
	padding-right: 12px;
}
@media (max-width: 1023px) {
	.section-search .section__form form {
		padding-right: 10px;
	}
}
@media (max-width: 767px) {
	.section-search .section__form form {
		max-width: 100%;
		padding-right: 0;
	}

	.section-search .section__form .form__body {
		width: 100%;
	}
}
.section-search .section__filters {
	display: flex;
	gap: 16px;
	margin: 20px 24px 32px;
}
@media (max-width: 1023px) {
	.section-search .section__filters {
		margin: 20px 16px;
	}
}
@media (max-width: 767px) {
	.section-search .section__filters {
		flex-direction: column;
	}
}
.section-search .section__filters > * {
	flex: 1 0 0;
	width: auto;
}

.select, :is(html body) .section-search .section__filters :is(.choices.choices.choices.choices) .choices__inner,
 :is(html body) .section-search .section__filters  :is(.choices.choices.choices.choices) .choices__list--dropdown .choices__input {
	--height: 40px;
}

/* Mobile */
@media (max-width: 767px),
	screen and (max-width: 812px) and (orientation: landscape) {
	.select, :is(html body) .section-search .section__filters :is(.choices.choices.choices.choices) .choices__inner,
	:is(html body) .section-search .section__filters  :is(.choices.choices.choices.choices) .choices__list--dropdown .choices__input {
		--height: 34px;
	}
}

.section-search .section__articles {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.section-search .section__not-found {
	padding: 32px 24px;
	font-family: aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 1.2;
	min-height: 300px;
}

.section-search .section__foot.is-hidden {
	display: none;
}
@media (max-width: 1023px) {
	.section-search .section__not-found {
		padding: 32px 16px;
	}
}
/* ------------------------------------------------------------ *\
	Section Slider
\* ------------------------------------------------------------ */
/*  Section Slider Bottom Border  */
.section-slider--bottom-border {
	border-bottom: 6px solid #000;
}
/* ------------------------------------------------------------ *\
	.section-stats
\* ------------------------------------------------------------ */
.section-stats {
	width: 100%;
	max-width: 1130px;
	margin: 0 auto 88px;

	@media (max-width: 960px) {
		margin-bottom: 42px;
	}
}
.section-stats .section__head {
	padding-inline: 24px;
	margin-bottom: 60px;
	@media (max-width: 960px) {
		margin-bottom: 40px;
	}
}
.section-stats .section__head h2 {
	font-size: 36px;
	font-weight: 600;
	text-align: center;
	@media (max-width: 960px) {
		font-size: 26px;
	}
}
.section-stats .section__head:last-child {
	margin-bottom: 0;
}
/* ------------------------------------------------------------ *\
	.section-subscribe
\* ------------------------------------------------------------ */
.section-subscribe {
	color: #fff;
	font-family: aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: var(--c-blue);
	padding-inline: 16px;
}
.section-subscribe .section__inner {
	display: grid;
	grid-template-columns: 50% 1fr;
	grid-gap: 48px;
	align-items: center;
	padding-block: 16px;
	min-height: 100px;
}
@media (max-width: 1023px) {
	.section-subscribe .section__inner {
		grid-template-columns: 100%;
		grid-gap: 16px;
	}
}
.section-subscribe .section__head h4 {
	font-family: aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 1279px) {
	.section-subscribe .section__head h4 {
		font-size: 24px;
		line-height: 1.25;
	}
}
@media (max-width: 1023px) {
	.section-subscribe .section__head h4 {
		font-size: 20px;
		line-height: 1.1;
	}
}
/* ------------------------------------------------------------ *\
	.section-terms
\* ------------------------------------------------------------ */
.section-terms {
	font: 24px/1.33 aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 40px 24px 24px;
}
@media (max-width: 1023px) {
	.section-terms {
		font: 20px/1.4 aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
		padding: 40px 16px 16px;
	}
}
.section-terms .section__head {
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 1px solid #e5e7eb;
}
.section-terms .section__head > h1 {
	font: 700 40px/1 aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin-bottom: 24px;
}
@media (max-width: 767px) {
	.section-terms .section__head > h1 {
		font: 700 24px/1.25 aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
}
.section-terms .section__head > p {
	font: 16px/1.5 aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.section-terms .section__entry > ul:not([class]) {
	list-style: none;
	padding-left: 0;
}
.section-terms .section__entry > ul:not([class]) li:before {
	content: "—";
	display: block;
}
@media (hover: hover) and (pointer: fine) {
	.section-terms .section__entry a:hover {
		color: var(--c-blue);
		text-decoration: underline;
	}
}
/* ------------------------------------------------------------ *\
	Section Text Aside
\* ------------------------------------------------------------ */
.section-text-aside {
	padding: 40px 24px;
}
@media (max-width: 1023px) {
	.section-text-aside {
		padding: 12px;
	}
}
@media (max-width: 767px) {
	.section-text-aside {
		padding-block: 36px 12px;
	}
}
.section-text-aside .section__content {
	padding-left: 345px;
}
@media (max-width: 1279px) {
	.section-text-aside .section__content {
		padding-left: 220px;
	}
}
@media (max-width: 767px) {
	.section-text-aside .section__content {
		padding-left: 0;
	}
}
.section-text-aside .section__entry {
	font-family: aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 1.33;
	padding-bottom: 40px;
}
@media (max-width: 1023px) {
	.section-text-aside .section__entry {
		font-size: 20px;
		line-height: 1.4;
	}
}
@media (max-width: 767px) {
	.section-text-aside .section__entry {
		line-height: 1.2;
		padding-bottom: 24px;
		font-size: 16px;
	}
}
.section-text-aside .section__entry p {
	margin-bottom: 20px;
}
.section-text-aside .section__entry p:last-child {
	margin-bottom: 0;
}
/* ------------------------------------------------------------ *\
	Select
\* ------------------------------------------------------------ */
.select, :is(html body) :is(.choices.choices.choices.choices) .choices__inner,
:is(html body) :is(.choices.choices.choices.choices) .choices__list--dropdown .choices__input {
	--height: 48px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-align: left;
	width: 100%;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.25;
	border: 1px solid #000;
	border-radius: 25px;
	background: #fff;
	min-height: var(--height);
	padding: 0px 22px;
}
@media (max-width: 767px) {
	.select, :is(html body) :is(.choices.choices.choices.choices) .choices__inner,
	:is(html body) :is(.choices.choices.choices.choices) .choices__list--dropdown .choices__input {
		--height: 34px;
		font-size: 20px;
		line-height: 1.2;
	}
}
.select.is-dark, :is(html body) :is(.choices.choices.choices.choices) .is-dark.choices__inner, :is(html body) :is(.choices.choices.choices.choices).is-dark .choices__inner,
:is(html body) :is(.choices.choices.choices.choices) .choices__list--dropdown .is-dark.choices__input,
:is(html body) :is(.choices.choices.choices.choices).is-dark .choices__list--dropdown .choices__input {
	color: #fff;
	background-color: #000;
}
.select.is-small, :is(html body) :is(.choices.choices.choices.choices) .is-small.choices__inner, :is(html body) :is(.choices.choices.choices.choices).is-small .choices__inner,
:is(html body) :is(.choices.choices.choices.choices) .choices__list--dropdown .is-small.choices__input,
:is(html body) :is(.choices.choices.choices.choices).is-small .choices__list--dropdown .choices__input {
	--height: 40px;
}
@media (max-width: 767px) {
	.select.is-small, :is(html body) :is(.choices.choices.choices.choices) .is-small.choices__inner, :is(html body) :is(.choices.choices.choices.choices).is-small .choices__inner,
	:is(html body) :is(.choices.choices.choices.choices) .choices__list--dropdown .is-small.choices__input,
	:is(html body) :is(.choices.choices.choices.choices).is-small .choices__list--dropdown .choices__input {
		--height: 34px;
	}
}
/* ------------------------------------------------------------ *\
	.slider
\* ------------------------------------------------------------ */
.slider {
	position: relative;
}
.slider.has-no-slides {
	display: none;
}
.slider .slider__clip {
	background: #000;
}
.slider .slider__clip:hover .slider__buttons .swiper-button-prev:not(.swiper-button-disabled),
.slider .slider__clip:hover .slider__buttons .swiper-button-next:not(.swiper-button-disabled) {
	opacity: 0.7;
}
@media (min-width: 767.02px) {
	.slider[data-slides="2"] .slider__slide:not(:only-child) {
		width: 50%;
	}
}
.slider .slider__buttons {
	position: absolute;
	inset: 0;
	pointer-events: none;
}
.slider .slider__buttons .swiper-button-prev,
.slider .slider__buttons .swiper-button-next {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	background: transparent;
	cursor: pointer;
	outline: none;
	position: absolute;
	inset: 0 auto 0 0;
	display: block;
	width: 48px;
	height: auto;
	background-color: transparent;
	margin: 0 !important;
	pointer-events: auto;
	transition-property: opacity, background;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	opacity: 0;
}
.slider .slider__buttons .swiper-button-prev:after,
.slider .slider__buttons .swiper-button-next:after {
	content: "";
	position: absolute;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 16 14'%3E%3Cpath fill='%23fff' d='m9.713 14 4.832-4.865-1.109-1.117H16V6.33L9.713 0l-1.38 1.39 4.511 4.567H0v2.061h12.844l-4.536 4.567z'/%3E%3C/svg%3E") no-repeat center/contain;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 20px;
	height: 20px;
}
@media (hover: hover) and (pointer: fine) {
	.slider .slider__buttons .swiper-button-prev:hover,
	.slider .slider__buttons .swiper-button-next:hover {
		opacity: 0.7;
		background-color: #111827;
	}
}
.slider .slider__buttons .swiper-button-prev {
	left: 0;
	transform: rotate(180deg);
}
.slider .slider__buttons .swiper-button-next {
	left: auto;
	right: 0;
}
.slider.has-one-slide .slider__buttons {
	display: none;
}
.slider .slider__pagination {
	position: static;
	z-index: 1;
	display: flex;
	justify-content: flex-end;
	width: auto;
	margin: 35px 32px;
}
@media (max-width: 767px) {
	.slider .slider__pagination {
		justify-content: center;
		flex-wrap: wrap;
		margin-bottom: 24px;
		margin: 28px 32px 32px;
	}
}

.slider .slider__pagination .swiper-pagination-bullet {
	position: relative;
	width: 14px;
	height: 14px;
	background: #000;
	border-radius: 0;
	opacity: initial;
	margin: 0 9px;
}
@media (max-width: 1279px) {
	.slider .slider__pagination .swiper-pagination-bullet {
		width: 12px;
		height: 12px;
		margin: 0 10px;
	}
}
@media (max-width: 767px) {
	.slider .slider__pagination .swiper-pagination-bullet {
		margin: 10px 10px 0;
	}
}
@media (max-width: 639px) {
	.slider .slider__pagination .swiper-pagination-bullet {
		width: 10px;
		flex: 0 0 10px;
		height: 10px;
	}
}
.slider .slider__pagination .swiper-pagination-bullet:before {
	content: "";
	position: absolute;
	inset: -5px;
}
.slider .slider__pagination .swiper-pagination-bullet-active {
	background: var(--c-blue);
}
/* ------------------------------------------------------------ *\
.socials
\* ------------------------------------------------------------ */
.socials ul {
	list-style: none;
	display: flex;
	align-items: center;
	gap: 24px;
}
.socials a {
	display: block;
}
.socials img {
	display: block;
	width: 21px;
	height: 21px;
	-o-object-fit: contain;
	object-fit: contain;
}
@media (hover: hover) and (pointer: fine) {
	.socials--hoverable li a:hover svg, .socials--hoverable li a:hover path {
		fill: var(--c-blue);
	}
}
/* ------------------------------------------------------------ *\
	.stat
\* ------------------------------------------------------------ */
.stat {
	text-align: center;
	max-width: 196px;
	width: 100%;
	/*margin-right: 46px;*/

	@media (max-width: 960px) {
		max-width: 100%;
	}
}
.stat .stat__head h3 {
	font-size: 90px;
	font-weight: 700;
	color: var(--c-blue);
	@media (max-width: 767px) {
		font-size: 65px;
	}
}
.stat .stat__entry h4 {
	font-size: 20px;
	font-weight: 600;
	@media (max-width: 767px) {
		font-size: 16px;
	}
}
/* ------------------------------------------------------------ *\
	.stats
\* ------------------------------------------------------------ */
.stats {
	--row-gap: 0px;
	--col-gap: 46px;
	overflow: hidden;
	max-width: 1060px;
	width: 100%;
	margin: 0 auto;
	@media (max-width: 960px) {

	}
}
.stats .stats__items {
	display: flex;
	justify-content: space-between;
	@media (max-width: 960px) {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
}
.stats .stats__item {
	position: relative;
	margin-bottom: 20px;
	padding-inline: var(--col-gap);

	@media (max-width: 960px) {
		margin-bottom: 40px;
		padding-inline: 10px;
	}
}
@media (min-width: 960px) {
	.stats .stats__item:first-child {
		padding-left: 0;
	}

	.stats .stats__item:last-child {
		padding-right: 0;
	}
}
.stats .stats__item:before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 100%;
	width: 1px;
	height: 100%;
	background: #000;
}
.stats .stats__item:nth-child(4n+4):before {
	display: none;
}
/* ------------------------------------------------------------ *\
.switch
\* ------------------------------------------------------------ */
.nav-lang {
	--thumb-size: 30px;
	--track-size: 60px;
	--track-color: #fff;
	--thumb-color: #000;
	--thumb-color-highlight: $c-red;
	--thumb-y-position: -1px;
	position: relative;
	display: block;
	cursor: pointer;
}
.nav-lang ul {
	display: flex;
	align-items: center;
	border: 1px solid #000;
	border-radius: var(--track-size);
	background: var(--track-color);
	padding: 0;
}

.nav-lang ul li + li {
	margin-left: 2px;
}
.nav-lang a {
	border-radius: 50%;
	text-decoration: none;
	padding: 4px 7px;
	display: block;
	font-size: 14px;
	line-height: 1.43;
}
.nav-lang ul li.is-active a {
	background: var(--thumb-color);
	color: #fff;
}

.switch .switch__content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	font-size: 14px;
	line-height: 1.43;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-inline: 7px;
}
.switch .switch__content > span:nth-child(1) {
	color: #fff;
}
.switch .switch__content > span:nth-child(2) {
	color: #000;
}
.switch .switch__input:checked + .switch__content > span:nth-child(1) {
	color: #000;
}
.switch .switch__input:checked + .switch__content > span:nth-child(2) {
	color: #fff;
}
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
	position: relative;
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
}
.wrapper[wrapper="1360"] {
	max-width: 1360px;
}
.wrapper .wrapper__inner {
	display: flex;
	flex-direction: column;
	width: 100%;
	min-height: var(--app-height-admin);
	margin: 0 auto;
}
@media (max-width: 767px) {
	.wrapper .wrapper__inner {
		padding-bottom: var(--aside-height);
	}
}
/* ------------------------------------------------------------ *\
	Overwrites
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Choices
\* ------------------------------------------------------------ */
:is(html body) :is(.choices.choices.choices.choices) {
	--spacing: 5px;
	text-align: left;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.25;
	overflow: visible;
	margin-bottom: 0;
}
@media (max-width: 767px) {
	:is(html body) :is(.choices.choices.choices.choices) {
		font-size: 20px;
		line-height: 1.2;
	}
}
:is(html body) :is(.choices.choices.choices.choices):after {
	content: "";
	z-index: 51;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 15px;
	height: 18px;
	background-color: #000;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: cover;
	mask-size: cover;
	-webkit-mask-position: center center;
	mask-position: center center;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.4' height='18' viewBox='0 0 14 18'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='m13 12.12-1.02-.98-4.24 4.29V0H6.28v15.43L2.02 11.1l-1.02 1L7.01 18z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.4' height='18' viewBox='0 0 14 18'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='m13 12.12-1.02-.98-4.24 4.29V0H6.28v15.43L2.02 11.1l-1.02 1L7.01 18z'/%3E%3C/svg%3E");
	border: none;
	pointer-events: none;
	margin-top: 0;
	transition: transform 0.2s ease;
	transform: translateY(-50%);
}
:is(html body) :is(.choices.choices.choices.choices).is-dark:after, :is(html body) :is(.choices.choices.choices.choices).is-dark .choices__inner:is(.choices.choices.choices.choices):after, :is(html body) :is(.choices.choices.choices.choices).is-dark .choices__list--dropdown .choices__input:is(.choices.choices.choices.choices):after {
	background-color: #fff;
}
:is(html body) :is(.choices.choices.choices.choices).is-open:after {
	transform: translateY(-50%) rotate(180deg);
}
:is(html body) :is(.choices.choices.choices.choices) .choices__inner {
	display: flex;
	align-items: center;
}
:is(html body) :is(.choices.choices.choices.choices).is-open .choices__inner {
	opacity: 0;
	visibility: hidden;
}
:is(html body) :is(.choices.choices.choices.choices) .choices__list--single {
	padding: 0 16px 0 0;
}
:is(html body) :is(.choices.choices.choices.choices) .choices__list--dropdown .choices__input {
	z-index: 1;
	position: absolute;
	width: auto;
	max-width: initial;
	display: block;
	inset: calc((var(--spacing) + var(--height) + 1px) * -1) -1px auto;
	height: var(--height);
}
:is(html body) :is(.choices.choices.choices.choices).is-flipped .choices__input {
	top: auto;
	bottom: calc((var(--spacing) + var(--height) + 1px) * -1);
}
:is(html body) :is(.choices.choices.choices.choices) .choices__list--dropdown {
	z-index: 50;
	cursor: initial;
	min-width: 200px;
	border: 1px solid #000;
	border-radius: 0;
	background: #fff;
	margin-top: var(--spacing);
	overflow: initial;
	opacity: 0;
	visibility: hidden;
}
:is(html body) :is(.choices.choices.choices.choices).is-flipped .choices__list--dropdown {
	margin-top: 0;
	margin-bottom: var(--spacing);
}
:is(html body) :is(.choices.choices.choices.choices).is-open > .choices__list--dropdown {
	opacity: 1;
	visibility: visible;
}
:is(html body) :is(.choices.choices.choices.choices) .choices__list--dropdown .choices__item {
	font: inherit;
	background: none;
	padding: 8px 20px;
}
:is(html body) :is(.choices.choices.choices.choices) .choices__list--dropdown .choices__item:after {
	display: none;
}
:is(html body) :is(.choices.choices.choices.choices) .choices__list--dropdown .choices__item.has-no-results {
	color: #999;
	text-align: center;
	pointer-events: none;
}
:is(html body) :is(.choices.choices.choices.choices) .choices__list--dropdown .choices__item:not(.is-selected):hover {
	background-color: #DEEBFF;
}
:is(html body) :is(.choices.choices.choices.choices) .choices__list--dropdown .choices__item.is-selected {
	color: #fff;
	background-color: #2684FF;
}
:is(html body) :is(.choices.choices.choices.choices) .choices__list--dropdown .choices__list {
	padding-block: 4px;
}

:is(html body) :is(.choices.choices.choices.choices) .choices__placeholder {
	opacity: 1;
}

/* ------------------------------------------------------------ *\
	Gravity Forms Default Style
\* ------------------------------------------------------------ */
/*  Placeholders  */
/* Heading */
.gform_wrapper.gform_wrapper.gravity-theme .gform_heading {
	margin-bottom: 30px;
}
/*  Fields  */
.gform_wrapper.gform_wrapper.gravity-theme .gform_fields {
	grid-column-gap: 2%;
	grid-row-gap: 16px;
}
.gform_wrapper.gform_wrapper.gravity-theme .gfield input.medium,
.gform_wrapper.gform_wrapper.gravity-theme .gfield select.medium,
.gform_wrapper.gform_wrapper.gravity-theme .gfield input.small,
.gform_wrapper.gform_wrapper.gravity-theme .gfield select.small {
	width: 100%;
}
.gform_wrapper.gform_wrapper.gravity-theme input[type=color],
.gform_wrapper.gform_wrapper.gravity-theme input[type=date],
.gform_wrapper.gform_wrapper.gravity-theme input[type=datetime-local],
.gform_wrapper.gform_wrapper.gravity-theme input[type=datetime],
.gform_wrapper.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gform_wrapper.gravity-theme input[type=month],
.gform_wrapper.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gform_wrapper.gravity-theme input[type=password],
.gform_wrapper.gform_wrapper.gravity-theme input[type=search],
.gform_wrapper.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gform_wrapper.gravity-theme input[type=time],
.gform_wrapper.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gform_wrapper.gravity-theme input[type=week],
.gform_wrapper.gform_wrapper.gravity-theme select,
.gform_wrapper.gform_wrapper.gravity-theme textarea {
	width: 100%;
	height: 40px;
	padding: 0 15px;
	border: 1px solid #fff;
	border-radius: 0;
	font-weight: inherit;
}
.gform_wrapper.gform_wrapper.gform_wrapper.gravity-theme textarea.large {
	display: block;
	height: 200px;
	resize: vertical;
	padding: 15px;
}
.gform_wrapper.gform_wrapper.gravity-theme select {
	padding: 0 30px 0 15px;
}
.gform_wrapper.gform_wrapper.gravity-theme select[multiple=multiple] {
	height: auto;
	padding: 15px;
}
/*  Description  */
.gform_wrapper.gform_wrapper.gravity-theme .description,
.gform_wrapper.gform_wrapper.gravity-theme .gfield_description,
.gform_wrapper.gform_wrapper.gravity-theme .gsection_description,
.gform_wrapper.gform_wrapper.gravity-theme .instruction {
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: inherit;
	font-family: aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	min-height: 24px;
	line-height: 1.13;
	font-weight: 700;
	border: none;
	background: none;
	padding: 0;
	margin-top: 8px;
}
@media (max-width: 767px) {
	.gform_wrapper.gform_wrapper.gravity-theme .description,
	.gform_wrapper.gform_wrapper.gravity-theme .gfield_description,
	.gform_wrapper.gform_wrapper.gravity-theme .gsection_description,
	.gform_wrapper.gform_wrapper.gravity-theme .instruction {
		font-size: 12px;
		line-height: 1.33;
	}
}
/*  Validation  */
.gform_wrapper.gform_wrapper .gfield_validation_message,
.gform_wrapper.gform_wrapper .validation_message {
	border-color: #f00;
}
.gform_wrapper.gform_wrapper .gfield_error .gfield_repeater_cell label,
.gform_wrapper.gform_wrapper .gfield_error legend,
.gform_wrapper.gform_wrapper .gfield_validation_message,
.gform_wrapper.gform_wrapper .validation_message,
.gform_wrapper.gform_wrapper [aria-invalid=true] + label,
.gform_wrapper.gform_wrapper label + [aria-invalid=true] {
	color: #f00;
}
/* Checkbox and Radio */
.gform_wrapper.gform_wrapper.gravity-theme .gchoice {
	position: relative;
}
.gform_wrapper.gform_wrapper.gravity-theme .gfield_checkbox label,
.gform_wrapper.gform_wrapper.gravity-theme .gfield_radio label {
	position: relative;
	max-width: 100%;
	padding-left: 20px;
}
.gform_wrapper.gform_wrapper.gravity-theme .gfield_checkbox label:before,
.gform_wrapper.gform_wrapper.gravity-theme .gfield_checkbox label:after,
.gform_wrapper.gform_wrapper.gravity-theme .gfield_radio label:before,
.gform_wrapper.gform_wrapper.gravity-theme .gfield_radio label:after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.gform_wrapper.gform_wrapper.gravity-theme .gfield_checkbox label:before,
.gform_wrapper.gform_wrapper.gravity-theme .gfield_radio label:before {
	width: 14px;
	height: 14px;
	border: 1px solid grey;
}
.gform_wrapper.gform_wrapper.gravity-theme .gfield_checkbox input:checked + label,
.gform_wrapper.gform_wrapper.gravity-theme .gfield_radio input:checked + label {
	font-weight: 400;
}
.gform_wrapper.gform_wrapper.gravity-theme .gfield_checkbox input:checked + label:after,
.gform_wrapper.gform_wrapper.gravity-theme .gfield_radio input:checked + label:after {
	display: block;
}
.gform_wrapper.gform_wrapper.gravity-theme .gfield_radio label:before,
.gform_wrapper.gform_wrapper.gravity-theme .gfield_radio label:after {
	border-radius: 100%;
}
.gform_wrapper.gform_wrapper.gravity-theme .gfield_radio label:after,
.gform_wrapper.gform_wrapper.gravity-theme .gfield_checkbox label:after {
	display: none;
	left: 2px;
	width: 10px;
	height: 10px;
	background: grey;
}
.gform_wrapper.gform_wrapper.gravity-theme .gfield_radio label:after {
	border-radius: 100%;
}
/* Footer */
.gform_wrapper.gform_wrapper.gravity-theme .gform_footer {
	position: relative;
	padding: 0;
	margin: 0;
}
.gform_wrapper.gform_wrapper.gravity-theme .gform_footer button,
.gform_wrapper.gform_wrapper.gravity-theme .gform_footer input,
.gform_wrapper.gform_wrapper.gravity-theme .gform_page_footer button,
.gform_wrapper.gform_wrapper.gravity-theme .gform_page_footer input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background: transparent;
	margin: 0;
}
/* Spinner */
.gform_wrapper .gform_footer .gform_ajax_spinner {
	position: absolute;
	top: 50%;
	padding: 0;
	transform: translateY(-50%);
}
/* Error States */
.gform_wrapper.gform_wrapper.gform_wrapper .gform_validation_errors {
	color: #f00;
	border-color: #f00;
	margin: 0 0 30px;
}
.gform_wrapper.gform_wrapper .gform_validation_errors > h2 {
	color: inherit;
}
/* Confirmation */
.gform_confirmation_wrapper .gform_confirmation_message {
	text-align: center;
}
@media (max-width: 767px) {
	.gform_wrapper.gform_wrapper.gravity-theme .gform_fields {
		grid-column-gap: 0;
	}
}
.events-list {
	--col-width: 300px;
	--gap-width: 50px;
}
.events-list .events__date {
	display: grid;
	grid-template-columns: var(--col-width) 1fr;
	grid-gap: var(--gap-width);
}
.events-list .events__head h3 {
	margin-bottom: 0;
}
.events-list .events__head h3:not(:only-child) {
	margin-bottom: 20px;
}
@media (max-width: 1279px) {
	.events-list {
		--col-width: 200px;
		font-size: 18px;
	}
}
@media (max-width: 1023px) {
	.events-list {
		--col-width: 200px;
	}
	.events-list .events__date {
		grid-template-columns: 1fr;
	}
}
.event-image {
	margin: 25px 0;
}
.event-image .event__inner {
	display: flex;
	align-items: flex-start;
	gap: var(--gap-width);
}
.event-image .event__image {
	position: relative;
	flex: 0 0 var(--col-width);
	aspect-ratio: 1;
}
.event-image .event__image > img {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
@media (max-width: 1023px) {
	.event-image .event__inner {
		flex-direction: column;
		align-items: initial;
	}
}

/* ------------------------------------------------------------ *\
	.hero
\* ------------------------------------------------------------ */

.hero {
	padding-block: 37px;
}

.hero .hero__head,
.hero .hero__content,
.hero .hero__actions {
	padding: 0 37px;
}

.hero .hero__inner {
	margin-bottom: 80px;
}

.hero .hero__head h1 {
	margin-bottom: 20px;
}

.hero .hero__image {
}

.hero .hero__image img {
	min-height: 360px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero .hero__content {
	font-size: 34px;
	margin-bottom: 60px;
	max-width: 1630px;
}

.hero .hero__actions {
	font: 20px var(--ff-gt);
}

.hero .hero__actions p {
	margin-bottom: 10px;
}

.hero .hero__actions a {
	color: var(--c-blue);
	text-decoration: underline;
}

.hero .hero__actions a:not([class]):hover {
	color: var(--c-blue);
}

/* Mobile */
@media (max-width: 767px),
	screen and (max-width: 812px) and (orientation: landscape) {
	.hero .hero__head,
	.hero .hero__content,
	.hero .hero__actions {
		padding-inline: 24px;
	}

	.hero .hero__inner {
		margin-bottom: 40px;
	}

	.hero .hero__content {
		font-size: 28px;
	}
}

/* ------------------------------------------------------------ *\
	.section-translators
\* ------------------------------------------------------------ */

.section-translators {
	margin-top: 77px;
}

.section-translators .section__inner {
	display: grid;
	grid-template-columns: 84% 1fr;
	grid-gap: 20px;
	margin-bottom: 40px;
	padding-inline: 37px;
}

.section-translators .section__filters {
	display: flex;
	gap: 40px;
}

.section-translators .section__body {
	border-top: 4px solid #000;
}

/* Large desktop */
@media (max-width: 1399px) {
	.section-translators .section__inner {
		display: flex;
		justify-content: space-between;
		gap: 20px;
	}

	.section-translators .section__filters {
		gap: 20px;
	}
}

/* Tablet */
@media (max-width: 1023px) {
	.section-translators .section__inner {
		flex-direction: column;
	}

	.section-translators .section__filters {
		flex-direction: column;
	}
}

/* Mobile */
@media (max-width: 767px),
	screen and (max-width: 812px) and (orientation: landscape) {
	.section-translators {
		margin-top: 35px;
	}

	.section-translators .section__inner {
		padding-inline: 24px;
	}
}

/* ------------------------------------------------------------ *\
	.translators
\* ------------------------------------------------------------ */

.translators .translators__item +
.translators__item {
	border-top: 1px solid #000;
}

.section-translators .choices__item {
	white-space: nowrap;
}

/* ------------------------------------------------------------ *\
	.translator
\* ------------------------------------------------------------ */

.translator {
	font: 20px var(--ff-gt);
}

.translator .translator__head {
	margin-bottom: 50px;
}

.translator .translator__head h3 {
	font: 46px/1 var(--ff-villa);
	margin-bottom: 3px;
}

.translator .translator__head ul {
	list-style: none;
	font: 20px var(--ff-gt);
}

.translator .translator__head ul > li + li {
	margin-top: 6px;
}

.translator .translator__prizes {}

.translator .translator__prizes h6 {
	font-size: 30px;
	margin-bottom: 3px;
}

.translator .translator__prizes p {}

.translator .translator__body {
	font: 20px var(--ff-gt);
}

.translator .translator__body ul {
	list-style: none;
	padding-left: 0;
}

.translator .translator__body ul > li + li {
	margin-top: 10px;
}

.translator .translator__headline {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 34px;
	gap: 20px;
}

.translator .translator__headline h6 {
	font: 30px var(--ff-villa);
	margin-bottom: 0;
}

.translator .translator__headline a {
	display: inline-block;
	border: 1px solid #000;
	border-radius: 20px;
	padding: 8px 12px 10px;
	text-decoration: none;
	font-size: 20px;
	line-height: 1;
	min-width: 120px;
    text-align: center;
}

.translator .translator__headline a:hover {
	background: #000;
	color: #fff;
}

.translator .translator__meta {
	margin-bottom: 45px;
}

.translator .translator__meta p:not(:last-child) {
	margin-bottom: 10px;
}

.translator .translator__cols {
	display: grid;
	grid-template-columns: 26% 1fr;
}

.translator .translator__col:nth-child(1) {
	padding: 90px 50px;
}

.translator .translator__col:nth-child(2) {
	border-left: 1px solid #000;
	padding: 90px 156px 104px 70px;
}

/* Small desktop */
@media (max-width: 1199px) {
	.translator .translator__col:nth-child(1) {
		padding: 60px 35px;
	}

	.translator .translator__col:nth-child(2) {
		padding: 60px 90px 60px 60px;
	}

	.translator .translator__head h3 {
		font-size: 24px;
	}

	.translator .translator__headline h6,
	.translator .translator__prizes h6 {
		font-size: 24px;
	}

	.translator .translator__body {
		font-size: 18px;
	}
}

/* Tablet */
@media (max-width: 1023px) {
	.translator .translator__cols {
		grid-template-columns: 1fr;
	}

	.translator .translator__col:nth-child(1),
	.translator .translator__col:nth-child(2) {
		padding: 37px;
	}

	.translator .translator__col + .translator__col {
		padding-top: 0;
	}
}

/* Mobile */
@media (max-width: 767px),
	screen and (max-width: 812px) and (orientation: landscape) {
		.translator .translator__col:nth-child(1),
		.translator .translator__col:nth-child(2) {
			padding-inline: 24px;
		}
}

/* ------------------------------------------------------------ *\
	.section-back
\* ------------------------------------------------------------ */

.section-back {
	padding: 60px 50px 77px;
	border-bottom: 1px solid #000;
}

.section-back .section__back-btn {
	all: unset;
	display: inline-flex;
	align-items: center;
	gap: 35px;
	font: 46px/1 var(--ff-villa);
	cursor: pointer;
}

.section-back .section__back-btn .ico {
	width: 37px;
	height: 37px;
}

.section-back .section__back-btn:hover {
	color: var(--c-orange);
}

.section-back .section__back-btn:hover .ico svg,
.section-back .section__back-btn:hover .ico path {
	fill: var(--c-orange);
	stroke: var(--c-orange);
}

/* Mobile */
@media (max-width: 767px),
	screen and (max-width: 812px) and (orientation: landscape) {
	.section-back {
		padding: 50px 24px;
	}

	.section-back .section__back-btn {
		font-size: 40px;
	}

	.section-back .section__back-btn .ico {
		width: 32px;
		height: 32px;
	}
}

/* ------------------------------------------------------------ *\
	.section-single-translator
\* ------------------------------------------------------------ */

.section-single-translator {
	font: 20px var(--ff-gt);
	padding: 100px 50px;
}

.section-single-translator a:hover {
	color: var(--c-orange);
}

.section-single-translator .section__cols {
	display: grid;
	grid-template-columns: 23.6% 54% 1fr;
	grid-gap: 30px;
}

.section-single-translator .section__col {}

.section-single-translator .section__head {
	margin-bottom: 56px;
}

.section-single-translator .section__head h1 {
	margin-bottom: 8px;
}

.section-single-translator .section__head p {
	font-size: 28px;
}

.section-single-translator .section__location {
	margin-bottom: 46px;
}

.section-single-translator .section__location h4 {
	margin-bottom: 10px;
}

.section-single-translator .section__location p {}

.section-single-translator .section__prizes {
	margin-bottom: 50px;
}

.section-single-translator .section__prizes h4 {
	margin-bottom: 2px;
}

.section-single-translator .section__prizes p {}

.section-single-translator .section__contact {}

.section-single-translator .section__contact h4 {
	margin-bottom: 10px;
}

.section-single-translator .section__contact p {}



.section-single-translator .section__body h4 {
	margin-bottom: 35px;
}

.section-single-translator .section__body p {}

.section-single-translator .section__body strong {
	font-size: 23px;
}

.section-single-translator .section__body ul {
	list-style: none;
	font-size: 18px;
}

.section-single-translator .section__body ul > li + li {
	margin-top: 12px;
}

.section-single-translator .section__socials {
	padding-top: 12px;
}

.section-single-translator .section__socials h4 {}

.section-single-translator .section__socials ul {
	list-style: none;
	display: flex;
}

.section-single-translator .section__socials ul .ico {
	position: relative;
	width: 48px;
	height: 48px;
}

.section-single-translator .section__socials ul .ico svg,
.section-single-translator .section__socials ul .ico img {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.section-single-translator .section__socials ul a:hover .ico svg,
.section-single-translator .section__socials ul a:hover .ico path {
	fill: var(--c-orange);
}

/* Large desktop */
@media (max-width: 1399px) {
	.section-single-translator .section__head h1 {
		font-size: 80px;
	}
}

/* Small desktop */
@media (max-width: 1199px) {
	.section-single-translator {
		font-size: 18px;
	}

	.section-single-translator .section__head h1 {
		font-size: 58px;
	}

	.section-single-translator h4,
	.section-single-translator .section__head p {
		font-size: 24px;
	}

	.section-single-translator .section__socials ul .ico {
		width: 30px;
		height: 30px;
	}
}

/* Mobile */
@media (max-width: 767px),
	screen and (max-width: 812px) and (orientation: landscape) {
	.section-single-translator {
		padding: 50px 24px;
	}

	.section-single-translator .section__head {
		margin-bottom: 40px;
	}

	.section-single-translator .section__head h1 {
		font-size: 40px;
	}

	.section-single-translator .section__cols {
		grid-template-columns: 1fr;
		grid-gap: 50px;
	}

	.section-single-translator .section__col:nth-child(1) {
		--row-gap: 20px;
		--col-gap: 20px;

		display: flex;
		flex-wrap: wrap;
		margin: calc(-1 * var(--row-gap)) calc(-1 * var(--col-gap));
	}

	.section-single-translator .section__col:nth-child(1) > * {
		flex: 0 0 33%;
		padding: var(--row-gap) var(--col-gap);
	}

	.section-single-translator .section__location,
	.section-single-translator .section__prizes {
		margin-bottom: 0;
	}
}

/* Mobile medium */
@media (max-width: 575px) {
	.section-single-translator .section__col:nth-child(1) > * {
		flex: 0 0 50%;
	}
}

/* ------------------------------------------------------------ *\
	.popup-newsletter
\* ------------------------------------------------------------ */

.popup-newsletter {
	position: fixed;
    z-index: 140;
    inset: var(--admin-bar-height) 0 0;
    background: rgba(17, 24, 39, 0.6);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.popup-newsletter .popup__body {
	position: fixed;
    left: 50%;
    top: calc(50% + var(--admin-bar-height));
    transform: translate(-50%, -50%) scale(0);
    width: 64.666667%;
    max-width: 1760px;
    height: 95vh;
    padding: 49px 65px;
    background: #fff;
	color: #000;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    font: 16px/1.5 aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
	overflow: hidden;
	overflow-y: auto;
}

.popup-newsletter .popup__body {
	transform: translate(-50%, -50%) scale(1);
}

.popup-newsletter.is-active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.popup-newsletter .popup__close {
	all: unset;
	cursor: pointer;
	background: url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.5 1.5L1.5 29.5M1.5 1.5L29.5 29.5' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A") no-repeat center/contain;
	width: 28px;
	height: 28px;
	position: absolute;
	right: 41px;
	top: 41px;
}

.popup-newsletter .popup__close:focus-within {
	outline: 2px solid currentColor;
	outline-offset: 1px;
	border-radius: 2px;
}

/* Large desktop */
@media (max-width: 1399px) {
	.popup-newsletter .popup__body {
		width: 83.666667%;
	}
}

/* Tablet */
@media (max-width: 1023px) {
	.popup-newsletter .popup__body {
		padding: 75px 45px;
	}
}

/* Mobile */
@media (max-width: 767px),
	screen and (max-width: 812px) and (orientation: landscape) {
	.popup-newsletter .popup__body {
		width: 91.666667%;
	}

	.popup-newsletter .popup__close-btn {
		width: 20px;
		height: 20px;
		top: 30px;
		right: 30px;
	}
}

/* ------------------------------------------------------------ *\
	.form-segments
\* ------------------------------------------------------------ */

.form-segments {
	font: 18px var(--ff-gt);
}

.form-segments .form__head {
	margin-bottom: 30px;
}

.form-segments .form__head h2 {
	font: 400 47px var(--ff-villa);
}

.form-segments .form__cols {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 50px;
	margin-bottom: 40px;
}

.form-segments .form__group:not(:last-child) {
	margin-bottom: 52px;
}

.form-segments .form__group h3 {
	font: 400 29px var(--ff-villa);
	margin-bottom: 18px;
}

.form-segments .form__group p {
	margin-bottom: 34px;
}

.form-segments .form__group p + h3 {
	margin-top: 20px;
}

.form-segments .form__submit {
	all: unset;
	font: 400 29px var(--ff-villa);
	color: #0064FF;
	cursor: pointer;
}

.form-segments .form__submit:focus-within {
	outline: 2px solid currentColor;
	outline-offset: 1px;
	border-radius: 2px;
}

.form-segments .form__submit .ico {
	width: 22px;
	height: 20px;
	margin-right: 20px;
}

.form-segments .form__actions {
	text-align: right;
}

/* Small desktop */
@media (max-width: 1199px) {
	.form-segments .form__cols {
		grid-template-columns: 1fr;
		grid-gap: 40px;
	}

	.form-segments {
		font-size: 16px;
	}
}

/* Mobile */
@media (max-width: 767px),
	screen and (max-width: 812px) and (orientation: landscape) {
	.form-segments .form__head h2 {
		font-size: 27px;
	}

	.form-segments .form__group h3 {
		font-size: 24px;
	}

	.form-segments .form__submit {
		font-size: 24px;
	}
}

/* ------------------------------------------------------------ *\
	.checkbox
\* ------------------------------------------------------------ */

.checkbox {
	position: relative;
	font-weight: 500;
}

.checkbox + .checkbox {
	margin-top: 9px;
}

.checkbox input {
	opacity: 0;
	position: absolute;
}

.checkbox input:focus-visible ~ label > span {
	outline: 2px solid currentColor;
	outline-offset: 1px;
	border-radius: 2px;
}

.checkbox label {
	position: relative;
	display: inline-flex;
	align-items: center;
	user-select: none;
	letter-spacing: -.01em;
}

.checkbox label span {
	position: relative;
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #000;
	background: #fff;
	margin-right: 12px;
}

.checkbox label span::before {
	content: '';
	display: none;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' fill='none'%3E%3Cpath stroke='%230064FF' stroke-width='2' d='m1 4.5 4 4L12.5 1'/%3E%3C/svg%3E") no-repeat center/contain;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	height: 80%;
}

.checkbox input:checked ~ label span::before {
	display: block;
}

.checkbox + .checkbox {
	margin-top: 12px;
}

.line-clamp-2 {
	display: block;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.line-clamp-3 {
	display: block;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.page-template-for-professionals .section-articles .section__filters .is-active a {
	color: var(--c-orange);
}

.c-HeroBanner {
	position: relative;
	margin-bottom: 100px;
	@media (max-width: 960px) {
		margin-bottom: 30px;
	}
}
.c-HeroBanner-background {
	display: block;
	height: 495px;
	width: 100%;
	max-width: 1500px;
	overflow: hidden;
	object-fit: cover;
	object-position: top center;
	margin: 0 auto;

	@media (max-width: 960px) {
		min-height: 182px;
		height: auto;
		aspect-ratio: 3;
	}
}
.c-HeroBanner-svg {
	position: absolute;
	top: -251px;
	left: 117px;
	@media (max-width: 960px) {
		display: none;
	}
}
.c-HeroBanner-banner {
	position: relative;
	background-color: var(--c-blue);
}
.c-HeroBanner-description {
	padding-left: 280px;
	min-height: 305px;
	display: flex;
	align-items: center;

	@media (max-width: 960px) {
		padding-left: 15px;
		padding-right: 15px;
	}
}
.c-HeroBanner-description-content {
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
	padding: 52px 0;
}
.c-HeroBanner-title {
	font-size: 52px;
	font-weight: 700;

	@media (max-width: 960px) {
		font-size: 36px;
	}
}

.c-Btn {
	color: #fff;
	background: #000;
	padding: 0 40px;
	text-decoration: none;
	font-size: 18px;
	font-weight: 700;
	display: inline-flex;
	height: 54px;
	align-items: center;
}
.c-Btn[data-color="white"] {
	color: #000;
	background: #fff;
}

.c-Btn[data-color="border"] {
	color: #000;
	background: #fff;
	border: 1px solid black;
}

.c-Btn[data-color="border"]:hover {
	background: black;
	color: #FFF;
}

.c-Topfooter {

}
.c-Topfooter .c-Topfooter-background{
	display: block;
	margin: 0 auto;
	height: 184px;
	width: 100%;
	max-width: 1500px;
	object-fit: cover;
	object-position: center -215px;
	@media (max-width: 960px) {
		height: 102px;
		object-position: center -20px;
	}
}
.c-Topfooter .c-Topfooter-informations {
	background: var(--c-blue);
	padding-bottom: 40px;
}
.c-Topfooter .c-Topfooter-informations-inner {
	padding: 40px;
	color: white;
	text-align: center;
}
.c-Topfooter .c-Topfooter-informations-inner h2 {
	font-size: 40px;
	font-weight: 700;
}
.c-Topfooter .c-Topfooter-informations-actions {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 42px;
}
#buttonGoTop {
	margin: 0;
	padding: 0;
	overflow: hidden;
	line-height: normal;
	-webkit-font-smoothing: inherit;
	-moz-osx-font-smoothing: inherit;
	-webkit-appearance: none;

	display: none;
	position: fixed;
	left: auto;
	top: auto;
	right: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 2px solid #fff;
	background: var(--c-blue);
	color: #fff;
	transform: rotate(90deg);
	width: 40px;
	height: 40px;
	font-weight: 700;
	font-size: 25px;
	text-align: center;
}
.h-space {
	padding-left: 15px;
	padding-right: 15px;
}
.seemore {
	font-family: aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	text-decoration: none;
	color: var(--c-blue);
}


html:before{
	content: '';
	position: fixed;
	top: 0;
	left: calc(50% - (1500px / 2));
	width: 0;
	height: 100%;
	border-left: 1px solid black;
	z-index: 10000;
}

html:after{
	content: '';
	position: fixed;
	top: 0;
	right: calc(50% - (1500px / 2));
	width: 0;
	height: 100%;
	border-left: 1px solid black;
	z-index: 10000;
}


.section-text-img .text-image{
	display: flex;
	margin-bottom: 100px;
	position: relative;
	align-items: center;
}

.section-text-img .text-image:first-child:before{
	content:'';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 100%;
	background: #557dff;
	width: 100vw;
	height: 100%;
}

.text-image__cols{
	width: 50%;
	font-size: 20px;
}


@media (max-width: 767px) {
	.section-text-img .text-image{
		flex-direction: column;
		gap: 30px;
	}
	.text-image__cols {
		width: 100%;
		font-size: 16px;
	}

}

.text-image__cols + .text-image__cols{
	padding: 0 80px;
}

@media (max-width: 1023px) {
	.text-image__cols + .text-image__cols{
		padding: 0 30px;
	}
}

.text-image__cols h2{
	color: var(--c-blue);
	font-weight: 700;
	font-size: 40px;
}

.text-image__content{
	margin-bottom: 30px;
}

.text-image__cols img{
	display: block;
	width: 100%;
	height: auto;
}

.accordion-member, .dt-section-program {
	margin-left: -345px;
}

.accordion__head-image{
	width: 360px;
}


.accordion__head-image img{
	width: 100%;
	max-width: 160px;
	height: auto;
	display: block;
}

.accordion__head-title{
	width: calc(100% - 360px - 72px);
	font-size: 32px;
}




.accordion-main .accordion__head .ico {
	position: relative;
	height: 24px;
	width: 72px;
}
@media (max-width: 767px) {
	.accordion-main .accordion__head .ico {
		width: 20px;
		height: 20px;
		flex: 0 0 20px;
	}
}


.accordion-member .richtext-entry-cols{
	display: flex;
}

.accordion-member .richtext-entry-col1{
	width: 360px;
}

.accordion-member .richtext-entry-col2{
	width: calc(100% - 360px);
}



.accordion-member .richtext-entry-nocol{
	padding: 20px 0;
}



@media (max-width: 1023px) {
	.accordion__head-image, .accordion-member .richtext-entry-col1 {
		width: 180px;
	}

	.accordion__head-title {
		width: calc(100% - 180px - 30px);
	}

	.accordion-member .richtext-entry-col2 {
		width: calc(100% - 180px);
	}
}


@media (max-width: 1279px) {
	.accordion-member, .dt-section-program {
		margin-left: -220px;
	}
}

@media (max-width: 767px) {
	.accordion-member, .dt-section-program {
		margin-left: 0;
	}
	.accordion-member .accordion__head a{
		flex-direction: column;
		position: relative;
		justify-content: space-between;
		align-items: stretch;
	}
	.accordion-member .accordion__head .ico {
		position: absolute;
		right: 16px;
		top: 50%;
		transform: translateY(-50%);
	}
	.accordion-member .richtext-entry-col1 {
		display: none;
	}
	.accordion-member .richtext-entry-col2 {
		width: 100%;
	}

	.dt-section-program .description{
		margin-bottom: 20px;
	}

}

.section__text ol{
	list-style-position: inside;
}
.section__text ol li::marker{
	color: #557DFF;
	font-weight: bold;
}

.dt-c-program  .c-Btn[data-color="border"]{
	padding: 11px 18px;
	margin-right: 15px;
}

.dt-c-program .surtitre{
	font-size: 16px;
	color: #557DFF;
	margin-bottom: 5px;
}

.social_list a{
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
}

.social_list a:hover svg {
	fill: #557DFF;
}

.social_list a:hover svg path {
	fill: #FFFFFF !important;
}
