/*
 ************************************************************
 * SECTIONS
 ************************************************************
 * ----------------------------------------------------------
 * GLOBAL
 * ----------------------------------------------------------
 */

/* BACKGROUND

#top #footer,
#top #socket,
#top .content-hero,
#top .content-head,
#top .background-grid
{
	background-image: url('https://adapter.ee/wp-content/uploads/2025/12/background-imago.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
 */
#top.page-id-1251 .container
{
	padding-top: 0 !important;
}

#top.single #main .avia-section .template-page
{
	padding-bottom: 50px;
}

/*
 * ----------------------------------------------------------
 * CONTENT-HEAD
 * ----------------------------------------------------------
 */

/* HEADING */

#top .content-head .av-special-heading
{
	display: flex;
	padding: 8px;
	border-radius: 40px;
	background-color: var(--color-lightgray-2);
}

#top .content-head .av-special-heading-tag
{
	padding: 40px 16px;
	border-radius: 32px;
	background-color: var(--color-white);
}

@media only screen and (max-width: 1080px)
{
	.responsive #top .content-head .av-special-heading
	{
		border-radius: 24px;
	}
	.responsive #top .content-head .av-special-heading-tag
	{
		padding: 32px 16px;
		border-radius: 16px;
	}
}

/*
 * ----------------------------------------------------------
 * CONTENT-HERO
 * ----------------------------------------------------------
 */

/* SLIDER */

#top .hero
{
	border-radius: 24px;
	overflow: hidden;
}

#top .hero .replaced-svg
{
	width: 100%;
	height: auto;
}

@media only screen and (min-width: 768px)
{
	.responsive #top .hero
	{
		border-radius: 32px;
	}
}

@media only screen and (min-width: 990px)
{
	.responsive #top .hero
	{
		border-radius: 48px;
	}
}

@media only screen and (min-width: 1080px)
{
	.responsive #top .hero
	{
		border-radius: 80px;
	}
}

/* PARTNERS */

#top .content-hero .avia_code_block_1
{
	margin-top: -190px;
	margin-left: -160px;
	margin-right: -160px;
}

@media only screen and (max-width: 767px)
{
	#top .content-hero .avia_code_block_1
	{
		margin-top: -180px;
	}
}

@media only screen and (min-width: 1080px)
{
	#top .content-hero .avia_code_block_1
	{
		margin-top: -220px;
	}
}

/*
 * ----------------------------------------------------------
 * CONTENT-HERO
 * ----------------------------------------------------------
 */

#top .content-landing #logo-general
{
	width: 240px;
	height: auto;
}

@media only screen and (min-width: 1080px)
{
	.responsive #top .content-landing .short-entry
	{
		max-width: 60%;
	}
}

/*
 * ----------------------------------------------------------
 * CONTENT-STATISTICS
 * ----------------------------------------------------------
 */

/* PARTNERS */

#top .content-statistics .avia-animated-number
{
	text-align: left;
}

#top .content-statistics .avia-animated-number-title
{
	font-weight: 600;
	font-size: 60px;
}

#top .content-statistics .avia-animated-number-content
{
	font-size: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 989px)
{
	.responsive #top .content-statistics .avia-animated-number-title
	{
		font-size: 60px;
	}
	.responsive #top .content-statistics .avia-animated-number-content
	{
		font-size: 12px;
	}
}

@media only screen and (min-width: 1280px)
{
	.responsive #top .content-statistics .avia-animated-number-title
	{
		font-size: 80px;
	}
	.responsive #top .content-statistics .avia-animated-number-content
	{
		font-size: 18px;
	}
}

/* COLUMN */

@media only screen and (max-width: 989px)
{
	.responsive #top #wrap_all .content-statistics .flex_column
	{
		margin-bottom: 0;
	}
}

@media only screen and (min-width: 768px)
{
	.responsive #top .content-statistics .flex_column_table::before
	{
		content: '';
		display: block;
		width: 240px;
		height: 240px;
		border-radius: 32px;
		transform: translateX(-100%);
		background-color: #e5e5e5;
	}
}

/*
 * ----------------------------------------------------------
 * CONTENT-ARTICLE
 * ----------------------------------------------------------
 */

#top .content-article article
{
	display: flex;
	flex-direction: column;
	grid-gap: 40px;
	margin: 0 auto;
}

#top .content-article article
{
	max-width: 800px;
}

#top .content-article .picture img,
#top .content-article .article img
{
	overflow: hidden;
	border-radius: 20px;
}

#top .content-article .headbar
{
	max-width: 100%;
	padding-left: 24px;
	border-left: 4px solid var(--color-cvi-2);
}

@media only screen and (min-width: 768px)
{
	.responsive #top .content-article .headbar
	{
		max-width: 80%;
		padding-left: 24px;
	}
}

/*
 * ----------------------------------------------------------
 * CONTENT-VALUES
 * ----------------------------------------------------------
 */

#top .content-values .fas,
#top .content-values .fab,
#top .content-values .fa-solid,
#top .content-values .fa-regular
{
	margin-right: 0;
	color: var(--color-cvi-1);
}

#top .content-values .av-special-heading-tag
{
	padding-right: 40px;
	text-transform: uppercase !important;
}

#top .content-values .flex_column.av_one_third
{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	aspect-ratio: 1 / 1;
	width: auto;
}

#top .content-values .flex_column_table
{
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-gap: 4px;
	margin-bottom: 4px;
	float: none;
}

#top .content-values .flex_column_table:last-child
{
	grid-template-columns: repeat(1, minmax(0, 1fr));
	grid-gap: 0;
	margin-top: 20px;
}

#top .content-values .flex_column_table:last-child .flex_column
{
	max-width: 800px;
	margin-top: 20px;
}

#top .content-values .flex_column_table:first-child .flex_column:first-child
{
	justify-content: flex-start;
}

@media only screen and (max-width: 989px)
{
	.responsive #top #wrap_all .content-values .av-break-at-tablet-flextable
	{
		display: grid;
	}
	.responsive #top #wrap_all .content-values .flex_column.av-break-at-tablet
	{
		display: flex;
		margin-bottom: 4px;
	}
}

@media only screen and (max-width: 639px)
{
	.responsive #top #wrap_all .content-values .av-break-at-tablet-flextable
	{
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	.responsive #top #wrap_all .content-values .flex_column.av_one_third
	{
		max-width: 240px;
	}
	.responsive #top #wrap_all .content-values .flex_column_table:nth-child(1) .flex_column:first-child
	{
		aspect-ratio: 0;
		margin-bottom: 40px;
	}
	.responsive #top #wrap_all .content-values .flex_column_table:nth-child(2) .flex_column:last-child
	{
		display: none;
	}
	.responsive #top #wrap_all .content-values .av-special-heading-tag
	{
		padding-right: 0;
	}
}

/*
 * ----------------------------------------------------------
 * CONTENT-COOPERATION
 * ----------------------------------------------------------
 */

#top .content-cooperation .av-special-heading-tag
{
	padding-right: 40px;
	text-transform: uppercase !important;
}

/*
 * ----------------------------------------------------------
 * CONTENT-SECTORS
 * ----------------------------------------------------------
 */

#top .content-sectors .av-special-heading-tag
{
	padding-top: 40px;
	padding-right: 40px;
	text-transform: uppercase !important;
}

#top .content-sectors .avia_textblock h3
{
	margin-bottom: 0;
}

#top .content-sectors .avia_textblock p
{
	margin: 20px 0;
}


#top .content-sectors .flex_column:last-child
{
	position: relative;
}

#top .content-sectors .flex_column:last-child::after
{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
	width: 1280px;
	height: auto;
	overflow: visible;
	visibility: visible;
	transform: translatex(100%);
	background-color: var(--color-lightgray-1);
}