/*
* {
	border: 1px solid rgba(100, 100, 100, .1);
}
*/
.wp-block-column.is-style-square-ratio{
  aspect-ratio: 1 / 1;
}
.is-style-rounded{
	border-radius:16px;
	overflow:hidden;
}
.parent-menu-item{
	border:1px solid #555;
	padding:6px!important;
	display:inline-block;
	box-sizing:border-box;
}
:where(.wp-site-blocks *:focus) {
    outline-width: 0px!important;
    outline-style: solid;
}
.fond-custom-slash{
	position: relative;
}
.fond-custom-slash>img{
    position: absolute;
    bottom: 0;
    z-index: -1;
    opacity: 0.1;
    scale: 3;
}

/* ================ WP FIXES ================ */
a:where(:not(.wp-element-button)):hover {
	text-decoration: none;
}

/* .flex-1-0-auto {
	flex: 1 0 auto;
	flex-basis: auto !important;
}
 */
/* :where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
} */
.wp-block-navigation *:focus {
	outline-style: none;
}

:root :where(.wp-block-navigation)>li>a>span {
	var(--wp--preset--font-size--x-large);
}

.display-none {
	display: none;
}

.wp-site-blocks {
	padding-top: 0;
	padding-bottom: 0;
}

.wp-site-blocks>*+* {
	margin-block-start: 0;
}

body .is-layout-constrained>*+*.wp-block-spacer {
	margin-block-start: 0;
	margin-block-end: 0;
}

body .is-layout-flow>*+* {
	margin-block-start: 1.5rem;
	margin-block-end: 0;
}

.site-content {
	margin-block-start: 0 !important;
}

.wp-block-columns.is-style-cards,
.wp-block-columns.is-not-stacked-on-mobile.is-style-cards {
	flex-wrap: wrap !important;
	justify-content: center;
}

.is-style-cards .wp-block-column {
	padding: var(--wp--preset--spacing--30);
	flex: 0 1 300px !important;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.is-style-cards .wp-block-column h1,
.is-style-cards .wp-block-column h2,
.is-style-cards .wp-block-column h3,
.is-style-cards .wp-block-column h4,
.is-style-cards .wp-block-column h5,
.is-style-cards .wp-block-column h6 {
	margin: 0 0 .5em;
}

.full-height {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.current-menu-item>a {
	font-weight: bold;
}

.wp-block-navigation .wp-block-page-list,
.wp-block-navigation__container,
.wp-block-navigation__responsive-close,
.wp-block-navigation__responsive-container,
.wp-block-navigation__responsive-container-content,
.wp-block-navigation__responsive-dialog {
	gap: 6px 24px;
}

.wp-block-cover.has-custom-content-position .wp-block-cover__inner-container {
	width: 100% !important;
}

.site-header {
	position: sticky;
	z-index: 9999;
	transition: top .3s ease 0s !important;
}
html:not(.header-mimic-static) .site-header {
	transition: top 1s ease 0s !important;
}
html.header-mimic-static .site-header {
	transition: none !important;
}

html.has-modal-open .site-header {
	transition: top 0s ease 0s !important;
	top: 0 !important;
	height: 100%;
}

.wp-block-cover[style="background-image:url()"] {
	display: none !important;
}

html.has-modal-open .wp-block-site-title {
	position: relative;
	z-index: 999999;
}

html.has-modal-open .wp-block-navigation.items-justified-center {
	--navigation-layout-justification-setting: flex-end;
	--navigation-layout-justify: flex-start;
}

.space-evenly {
	display: flex;
	justify-content: space-evenly !important;
}

.alpha-list-menu {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
}

.alpha-list-menu h2 {
	cursor: pointer;
	margin: 0 !important;
	padding: .5em;
	font-size: 1.5em;
}

.alpha-list-menu h2:not(.active) {
	opacity: .4;
}

.content-group:not(.active) {
	display: none;
}

.wp-block-post-content {
	padding-bottom: 0em;
}

.wpcf7-form-control {
	padding: 1em;
	box-sizing: border-box;
	width: 100%;
	font-size: clamp(0.9rem, 0.9rem + ((1vw - 0.48rem) * 0.577), 1.2rem);
}

.intl-tel-input {
	width: 100%;
}

.wpcf7-textarea {
	height: 300px;
}

.wp-block-column>iframe {
	width: 100%;
	min-height: 100%;
}

.wp-block-navigation a:where(:not(.wp-element-button)):focus {
	text-decoration: none;
}

button {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

button:focus {
	outline: none !important;
}

.wp-block-gallery.open {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100vh;
	z-index: 2147483645;
	padding: var(--wp--style--block-gap);
	box-sizing: border-box;
	background-color: #1b365df2;
	background-color: rgb(27 54 93 / 95%);
}

.wp-block-gallery.open .wp-block-image.active {
	max-height: 100%;
}

.wp-block-gallery.open figure img {
	max-width: 100%;
	object-fit: contain !important;
}

.wp-block-gallery.open figure:not(.active) {
	display: none;
}

.wp-block-gallery.open figure.active:after {
	font-size: 1rem;
	z-index: 2147483646;
	content: "\f158";
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	top: 10px;
	left: 50%;
	width: 51px;
	height: 51px;
	transform: translateX(-50%);
	font-family: 'Dashicons';
	color: #fff;
	background-color: #1b365d;
	border-radius: 50%;
	padding: 1rem;
	user-select: none;
	pointer-events: none;
	border: 2px solid #fff;
	box-sizing: border-box;
}

.wp-element-button,
.wp-block-button__link {
	display: inline-block;
	_line-height: 2.9em;
}

.wp-block-post-content a:where(:not(.wp-element-button)) {
	color: var(--wp--preset--color--contrast);
}

.wp-block-gallery button.arrow-left,
.wp-block-gallery button.arrow-right {
	position: fixed;
	top: 0;
	bottom: 0;
	width: 20%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: transparent;
	border: none;
	z-index: 2147483646;
}

.wp-block-gallery button.arrow-left {
	left: 0px;
}

.wp-block-gallery button.arrow-right {
	right: 0px;
}

.wp-block-gallery button.arrow-left:before,
.wp-block-gallery button.arrow-right:before {
	width: 51px;
	height: 51px;
	font-size: 1rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-family: 'Dashicons';
	color: #fff;
	background-color: #1b365d;
	border-radius: 50%;
	border: 2px solid #fff;
	box-sizing: border-box;
}

.wp-block-gallery button.arrow-left:before {
	content: "\f341";
}

.wp-block-gallery button.arrow-right:before {
	content: "\f345";
}

.wp-block-image.full-width {
	flex: 1 0 100%;
}

.wp-block-columns.is-not-stacked-on-mobile.wrap {
	flex-wrap: wrap !important;
}

.wp-block-columns.is-not-stacked-on-mobile.wrap>* {
	flex: 0 0 auto;
	max-width: 100%;
}

.wp-block-columns.justify-content-space-between {
	justify-content: space-between;
}

/* ================ CARDS ================ */
.is-style-card {
	display: grid !important;
	flex-direction: column;
	align-items: stretch;
	border-radius: 0 0 5px 5px;
	flex: 0 0 320px;
	width: 320px;
	max-width: 100%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	transition: 0.3s;
	gap: 0 !important;
}

.is-style-card>.wp-block-cover {
	max-width: 100%;
	aspect-ratio: 1 / 1;
	min-height: unset;
	grid-area: 1/1;
}

.is-style-card>.wp-block-group {
	padding: 1em !important;
}

.is-style-card:hover {
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

/* ================ TIMELINE ================ */
.is-style-timeline {
	background: #e6e6e6;
	overflow: auto;
	position: relative;
	width: 100% !important;
	margin: 0 auto;
	margin-top: 20px;
	padding: 1em 0;
	list-style-type: none;
	max-width: 100% !important;
}

.is-style-timeline:before {
	position: absolute;
	left: 50%;
	top: 0;
	content: ' ';
	display: block;
	width: 6px;
	height: 100%;
	margin-left: -3px;
	background: #1b365d;
	background: -moz-linear-gradient(top, rgba(27, 54, 93, 0) 0%, rgba(27, 54, 93, 1) 8%, rgba(27, 54, 93, 1) 92%, rgba(27, 54, 93, 0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(27, 54, 93, 1)), color-stop(100%, rgba(27, 54, 93, 1)));
	background: -webkit-linear-gradient(top, rgba(27, 54, 93, 0) 0%, rgb(27, 54, 93) 8%, rgb(27, 54, 93) 92%, rgba(27, 54, 93, 0) 100%);
	background: -o-linear-gradient(top, rgba(27, 54, 93, 0) 0%, rgb(27, 54, 93) 8%, rgb(27, 54, 93) 92%, rgba(27, 54, 93, 0) 100%);
	background: -ms-linear-gradient(top, rgba(27, 54, 93, 0) 0%, rgb(27, 54, 93) 8%, rgb(27, 54, 93) 92%, rgba(27, 54, 93, 0) 100%);
	background: linear-gradient(to bottom, rgba(27, 54, 93, 0) 0%, rgb(27, 54, 93) 8%, rgb(27, 54, 93) 92%, rgba(27, 54, 93, 0) 100%);
	z-index: 0;
}

.is-style-timeline>* {
	padding: 26px !important;
	box-sizing: border-box;
	border: 1px dashed #1b365d;
	margin-block-start: 0 !important;
	margin-block-end: 0 !important;
	width: 300px;
}

.is-style-timeline>*:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.is-style-timeline>*>* {
	background: #fff;
	clear: both;
	margin-block-start: 0 !important;
	margin-block-end: 1.5rem !important;
	padding: 6px 12px;
	border-radius: 5px;
	max-width: 100% !important;
	box-sizing: border-box;
}

.is-style-timeline>:nth-child(2n+1) {
	clear: right;
	position: relative;
	float: right;
	margin-right: 50%;
	text-align: right;
	border-right: none;
}

.is-style-timeline>:nth-child(2n+2) {
	clear: left;
	position: relative;
	float: left;
	margin-left: 50%;
	text-align: left;
	border-left: none;
}

.is-style-timeline>*>h2:first-child {
	font-size: 1.5em !important;
	padding: .25em .5em;
	position: relative;
	display: inline-block;
	text-align: center;
	background: rgb(248, 248, 248);
	border-radius: 5px;
}

.is-style-timeline>:first-child {
	border-top: none;
}

.is-style-timeline>:last-child {
	border-bottom: none;
}

.is-style-timeline :nth-child(2n+1)>h2:first-child {
	float: right;
	-webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
	box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.is-style-timeline :nth-child(2n+2)>h2:first-child {
	float: left;
	/*margin-left: 30px!important;*/
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.is-style-timeline>*>h2:first-child:before,
.is-style-timeline>*>h2:first-child:before {
	position: absolute;
	top: 50%;
	content: ' ';
	display: block;
	width: 12px;
	height: 12px;
	margin-top: -10px;
	background: #fff;
	border-radius: 10px;
	border: 4px solid #1b365d;
	z-index: 10;
}

.is-style-timeline :nth-child(2n+1)>h2:first-child:before {
	right: -36px;
}

.is-style-timeline :nth-child(2n+2)>h2:first-child:before {
	left: -36px;
}

.is-style-timeline :nth-child(2n+1)>h2:first-child:after {
	content: "";
	position: absolute;
	left: 100%;
	top: 50%;
	height: 0;
	width: 0;
	margin-top: -8px;
	border: solid transparent;
	border-left-color: rgb(248, 248, 248);
	border-width: 8px;
	pointer-events: none;
}

.is-style-timeline :nth-child(2n+2)>h2:first-child:after {
	content: "";
	position: absolute;
	right: 100%;
	top: 50%;
	height: 0;
	width: 0;
	margin-top: -8px;
	border: solid transparent;
	border-right-color: rgb(248, 248, 248);
	border-width: 8px;
	pointer-events: none;
}

/* ================ Timeline Media Queries ================ */
@media screen and (max-width: 660px) {
	.is-style-timeline {
		width: 100%;
		padding: 4em 0 1em 0;
	}

	.is-style-timeline>* {
		padding: 2em 0;
		position: relative;
		z-index: 1;
		border: none;
	}

	.is-style-timeline :nth-child(2n+1),
	.is-style-timeline :nth-child(2n+2) {
		float: none;
		width: 100%;

		margin-left: 0;
		margin-right: 0;
		text-align: center;
	}

	.is-style-timeline>*>h2:first-child {
		float: none !important;
	}

	.is-style-timeline :nth-child(2n+1)>h2:first-child:before,
	.is-style-timeline :nth-child(2n+2)>h2:first-child:before {
		position: absolute;
		top: -30px;
		left: 50%;
		content: ' ';
		display: block;
		width: 12px;
		height: 12px;
		margin-left: -9px;
		background: #fff;
		border-radius: 10px;
		border: 4px solid #1b365d;
		z-index: 10;
	}

	.is-style-timeline :nth-child(2n+1)>h2:first-child:after,
	.is-style-timeline :nth-child(2n+2)>h2:first-child:after {
		content: "";
		position: absolute;
		left: 50%;
		top: -8px;
		height: 0;
		width: 0;
		margin-left: -8px;
		border: solid transparent;
		border-bottom-color: rgb(255, 255, 255);
		border-width: 8px;
		pointer-events: none;
	}
}