.content .template * + .listing {
	margin-top: 40px;
}

.content .template .listing + .listing {
	margin-top: 40px;
}

.content .template .listing:first-child {
	margin-top: 0 !important;
}
.content .template .listing:last-child {
	margin-bottom: 0 !important;
}

/************************************/
/********** LISTING HEADER **********/
/************************************/

.listing .header {
	margin-bottom: 26px;
	position: relative;
}
.listing.listing-button .header {
	margin-bottom: 27px;
}
.listing .header h2,
.listing .header .h2,
.listing .header h3,
.listing .header .h3
.listing .header h4,
.listing .header .h4 {
	margin: 0;
	flex: 1;
	color: var(--secondary);
	font-size: 36px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.28;
	letter-spacing: normal;
	text-align: left;
}

.listing-button .header h2,
.listing-button .header .h2,
.listing-button .header h3,
.listing-button .header .h3
.listing-button .header h4,
.listing-button .header .h4{
	color: var(--grey);
}


.header.text-center > *{
	text-align: center !important;
}

.header.text-right > *{
	text-align: right !important;
}


.listing .link {
	margin-top: 10px;
}

.listing .accordion {
	border-top: 2px solid #f5f5f5;
}

.listing .accordion:last-of-type {
	border-bottom: 2px solid #f5f5f5;
}

.contacts .listing.module20 .items > .items,
.contacts .listing .accordion {
	border-top: 2px solid #e5e5e5;
}
.contacts .listing.module20 .items > .items:last-of-type,
.contacts .listing .accordion:last-of-type {
	border-bottom: 2px solid #e5e5e5;
}

.template .listing .accordion > div:first-of-type > h1,
.template .listing .accordion > div:first-of-type > .h1,
.template .listing .accordion > div:first-of-type > h3,
.template .listing .accordion > div:first-of-type > .h3,
.template .listing .accordion > div:first-of-type > h2,
.template .listing .accordion > div:first-of-type > .h2,
.template .listing .file > h3,
.template .listing .file > .h3,
.template .listing .file > h2,
.template .listing .file > .h2,
.template .listing .item > h3,
.template .listing .item > .h3,
.template .listing .item > h2,
.template .listing .item > .h2 {
	margin: 0;
	transition: var(--transition);
	-webkit-transition: var(--transition);
	color: var(--secondary);
	font-size: 23.5px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.45;
	letter-spacing: normal;
	text-align: left;
}


.template .listing .accordion.open > div:first-of-type > h1,
.template .listing .accordion.open > div:first-of-type > .h1,
.template .listing .accordion.open > div:first-of-type > h3,
.template .listing .accordion.open > div:first-of-type > .h3,
.template .listing .accordion.open > div:first-of-type > h2,
.template .listing .accordion.open > div:first-of-type > .h2,
.template .listing .accordion.active > div:first-of-type > h1,
.template .listing .accordion.active > div:first-of-type > .h1,
.template .listing .accordion.active > div:first-of-type > h3,
.template .listing .accordion.active > div:first-of-type > .h3,
.template .listing .accordion.active > div:first-of-type > h2,
.template .listing .accordion.active > div:first-of-type > .h2 {
	color: 	var(--primary);
}

.listing .load-more {
	margin-top: 50px;
	left: 50%;
	transform: translateX(-50%);
}

.listing .items > *:not(hr) {
	position: relative;
	margin: 0;
}

.listing .items {
	margin-inline: auto;
	justify-content: center;
}

.template .listing .container .items {
	margin-top: 0;
}

/* .template .listing:not(.listing-button) .container .items {
	justify-content: center;
} */



@media (max-width: 768px) {
	.template .listing .accordion > div:first-of-type > h1, 
	.template .listing .accordion > div:first-of-type > .h1, 
	.template .listing .accordion > div:first-of-type > h3, 
	.template .listing .accordion > div:first-of-type > .h3, 
	.template .listing .accordion > div:first-of-type > h2, 
	.template .listing .accordion > div:first-of-type > .h2, 
	.template .listing .file > h3, 
	.template .listing .file > .h3, 
	.template .listing .file > h2, 
	.template .listing .file > .h2, 
	.template .listing .item > h3, 
	.template .listing .item > .h3, 
	.template .listing .item > h2, 
	.template .listing .item > .h2 {
		font-size: 19.5px;
		line-height: 1.21;
		letter-spacing: normal;
		letter-spacing: normal;
		padding-right: 0 !important;
	}

	.listing .header h2, .listing .header .h2 {
		font-size: 28px;
		font-weight: 600;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.29;
		text-align: left;
	}

}
@media (min-width: 768px) {
	.content .template * + .listing {
		margin-top: 0px;
	}

	.content .template .listing + .listing {
		margin-top: 80px;
	}

	.template-module .header,
	.listing .header {
		display: flex;
		align-items: center;
	}

	.listing .link {
		margin-top: 0;
	}
}

/************************************/
/********** LISTING FILTER **********/
/************************************/

.listing .filter {
	margin-bottom: 30px;
	position: relative;
	text-align: center;
	white-space: nowrap;
	font-size: 0;
}
.listing .filter.glossary-filter {
	display: flex;
	flex-wrap: nowrap;
	margin-bottom: 40px;
}

.listing .filter > div {
	font-size: 12px;
	font-weight: 600;
	color: var(--white);
	letter-spacing: 0.02em;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	padding: 0 10px 10px;
	transition: var(--transition);
	-webkit-transition: var(--transition);
	cursor: pointer;
}
.listing .filter.glossary-filter > div {
	font-size: 19.5px;
	font-weight: 300;
	padding: 0;
	margin-bottom: 1px;
	flex: 1;
	min-width: 27px;
}
.listing .filter > div:hover,
.listing .filter > div.selected,
.listing .filter > div.active {
	color: var(--primary);
}
.listing .filter > div.disabled {
	color: #666;
	pointer-events: none;
}

.listing .filter > div::before,
.listing .filter .line {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 27px;
	height: 3px;
	background-color: rgb(var(--primary));
	transition: all 0.5s ease-in-out;
}
.listing .filter .line.hidden {
	opacity: 0;
}

.listing .filter > div::before {
	content: "";
	right: 0;
	margin: auto;
	opacity: 0;
	transition: var(--transition);
	-webkit-transition: var(--transition);
}
.listing .filter.glossary-filter > div::before {
	width: 100%;
	bottom: -2px;
}
.listing .filter > div.initial::before {
	opacity: 1;
}

@media (max-width: 768px) {
	.listing .filter.glossary-filter {
		overflow: scroll;
	}
}

@media (min-width: 992px) {
	.listing .filter {
		margin-bottom: 60px;
	}

	.listing .filter > div {
		padding: 0 18px 10px;
	}
}

/********** LISTING FILTER FORM **********/

.listing .filter.form {
	padding: 25px 40px;
	background-color: #eeeeee;
	text-align: left;
	overflow: initial;
}

.listing .filter.form > div {
	display: flex;
	padding: 0;
	text-transform: none;
	letter-spacing: normal;
	cursor: default;
}
.listing .filter.form > div::before {
	content: normal;
}

.listing .filter.form .input-wrapper {
	padding: 0;
}
.listing .filter.form .input-wrapper label {
	display: none;
}
.listing .filter.form input,
.listing .filter.form .custom-select {
	font-size: 14px;
	background-color: white;
}
.listing .filter.form input,
.listing .filter.form select,
.listing .filter.form .custom-select .placeholder {
	padding: 15px 20px;
	border: none;
}
.listing .filter.form .custom-select .options-wrapper {
	border: none;
}
.listing .filter.form select,
.listing .filter.form .custom-select .placeholder {
	line-height: 1.25;
}
.listing .filter.form input {
	padding-right: 53px;
}
.listing .filter.form .custom-select:not(.has-reset) .placeholder::before,
.listing .filter.form .custom-select.has-reset .placeholder > div.reset {
	right: 20px;
}

.listing .filter.form [submit] {
	position: absolute;
	width: 49px;
	height: 49px;
	right: 0;
}
/* .listing .filter.form [submit]::before {
	content: "";
	width: 15px;
	height: 15px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: var(--black);
	-webkit-mask-image: url(/bluesky/assets/img/searchBar-icon.svg);
	mask-image: url(/bluesky/assets/img/searchBar-icon.svg);
	-webkit-mask-repeat: no-repeat;
	transition: var(--transition);
} */

/****************************************/
/********** LISTING PAGINATION **********/
/****************************************/

.listing .pagination {
	margin: 60px auto 0;
	width: 100%;
}

.listing .pagination ul {
	display: block;
	text-align: center;
	list-style: none;
	font-size: 0;
	padding: 0;
	margin: 0 -7px;
	display: flex;
    justify-content: center;
}
.listing .pagination ul li,
.listing .pagination ul li a {
	font-size: 16px;
	font-weight: normal;
	color: #bdbebe;
	line-height: 1;
	display: inline-block;
	transition: var(--transition);
	position: relative;
}
.listing .pagination ul li.disabled {
	pointer-events: none;
}
.listing .pagination ul li.disabled a {
	opacity: .4;
}
.listing .pagination ul li.prev {
	margin-right: 20px;
}
.listing .pagination ul li.next {
	margin-left: 20px;
}
.listing .pagination ul li::before {
	content: normal;
}

.listing .pagination ul li a,
.listing .pagination ul li.ellipsis {
	padding: 0 7px;
	display: inline-block;
	border: none;
	letter-spacing: normal;
	text-align: center;
}
.paging_footer .pages a.ellipsis {
	padding: 0 7px;
	display: inline-block;
	border: none;
}

.listing .pagination ul li a:hover,
.listing .pagination ul li a:focus,
.listing .pagination ul li.active a {
	color: var(--secondary);
	border-bottom: none;
}

.listing .pagination ul li.prev a:before,
.listing .pagination ul li.next a:before {
	content: "";
    display: inline-block;
	height: 9px;
	width: 16px;
	-webkit-mask-image: url(/bluesky/assets/img/template/arrow-listage.svg);
	mask-image: url(/bluesky/assets/img/template/arrow-listage.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--primary);
    mask-size: contain;
    -webkit-mask-size: contain;
	transform: rotate(270deg);
}

.listing .pagination ul li.prev a {
	transform: rotate(180deg);
}

@media (min-width: 768px) {
	.listing .pagination {
		margin: 100px auto 0;
	}
	
}

@media (min-width: 992px) {
	.listing .pagination ul {
		margin: 0;
		padding-left: 0;
		display: flex;
		gap: 0;
		justify-content: center;
	}
	.listing .pagination ul li a,
	.listing .pagination ul li.ellipsis {
		padding: 0 9px;
	}

	.paging_footer .pages a.ellipsis {
		padding: 0 9px;
	}

	.listing .pagination ul li.prev:hover {
		transform: translateX(-5px);
	}
	.listing .pagination ul li.next:hover {
		transform: translateX(5px);
	}

	.listing .pagination ul li.prev a,
	.listing .pagination ul li.next a {
		width: 20px;
		height: 16px;
		padding: 0;
	}
}

/******************************************/
/********** GENERIC ITEM LISTING **********/
/******************************************/

/* .listing .item {
	padding: 15px 0;
} */

.listing .item h3,
.listing .item .h3 {
	flex: 1;
	padding-right: 20px;
}
.listing .item .link {
	margin-top: 10px;
}

@media (min-width: 768px) {
	.listing .item {
		/* padding: 25px 0; */
		display: block;
		/* align-items: center; */
	}

	.listing .item .link {
		margin: 0;
	}
}

/**********************************/
/********** FILE LISTING **********/
/**********************************/

.listing .file {
	padding: 15px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	background-color: transparent;
	border: none;
	position: relative;
}
.listing .file::before{
	content: ' ';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: var(--primary);
    opacity: 0.07;
	transition: var(--transition);
}

.contacts .listing .file::before{
	opacity: 0.1;
}

.listing .file:hover:before{
	opacity: 0.15;
}

.rounded .listing .file::before{
	border-radius: 30px;
}

.listing .file + .file{
	margin-top: 10px;
}

.listing .file .image {
	width: 48px;
    height: 53px;
    background-image: linear-gradient(to left, var(--primary), var(--primary));
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    transition: var(--transition);
    position: relative;
    opacity: 1;
}
/* .listing .file .image img {
	display: block;
    width: 100%;
} */

.template .listing .file a:has(h3){
	max-width: 85%;
    padding-right: 30px;
}

.template .listing .file h3,
.template .listing .file .h3 {
	flex: 1;
	padding: 0 32px;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.42;
	letter-spacing: .22px;
	color: var(--grey);

}

.listing .file .link {
	padding-left: 10px;
	margin-top: 10px;
}

.template .listing .file .link {
	font-size: 16px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	color: var(--white);
	padding-right: 30px;
	position: relative;
}

.template .listing .file .link::after {
	width: 139px;
	height: 50px;
	border-radius: 50px;
	content: "";
	position: absolute;
	display: block;
	mask-repeat: no-repeat;
	background-color: var(--primary);
	transition: var(--transition);
}

.template .listing .file .button {
    padding: 26.5px 26.5px;
}

.template .listing .file .button::after {
	content: "";
	width: 25px;
	height: 19px;
	-webkit-mask-image: url(/bluesky/assets/img/template/bullet.svg);
	mask-image: url(/bluesky/assets/img/template/bullet.svg);
	position: absolute;
	margin: auto;
	left: 0;right: 0;
	bottom: 0;top: 0;
	background-color: var(--white);
	opacity: 1;
	background-image: none;
	mask-repeat: no-repeat;
	transition: var(--transition);
}

.template .listing .file .button::before{
	border-radius: 50%;
}

.template .listing .file:hover .button::before,
.template .listing .file:hover .button::after {
	transform: scale(1);
}
.template .listing .file:hover .button::before {
	transform: scale(1.15);
}

@media (min-width: 768px) {


	.listing .file .link {
		padding-left: 0;
		margin: 0;
	}

	.listing .file .link {
		padding-left: 60px;
	}
	.listing .file {
		padding: 36px 42px;
	}

	.listing .file .image {
		width: 48px;
        justify-content: center;
        display: flex;	
	}

	.template .listing .file .button {
		padding: 27.5px 27.5px;
		margin-left: auto;
	}
	
}

@media (max-width: 768px) {

	.listing .file {
		flex-wrap: nowrap;
		flex-direction: row;
		gap: 15px;
		padding: 28px 21px 25px 20px;
		align-items: flex-start;
	}

	.template .listing .file a:has(h3), 
	.template .listing .file a:has(.h3) {
		margin-right: auto;
	}

	.template .listing .file h3, 
	.template .listing .file .h3 {
		padding: 0;
		font-size: 20px;
		line-height: 1.3;
		letter-spacing: normal;
		margin-top: -5px;
		padding-right: 0;
	}
	.template .listing .file a:has(h3){
		padding-right: 0;
	}
	.listing .file .image {
		width: 31px;
	}
	
	.template .listing .file .button {
		display: none;
	}
}


/***************************************/
/********** ACCORDION LISTING **********/
/***************************************/

.listing {
	counter-reset: accordion;
}

.listing .accordion.numbered {
	counter-increment: accordion;
}

.listing .accordion > div {
	position: relative;
	padding: 20px 0;
	padding-right: 45px;
	cursor: default;
	pointer-events: none;
	transition: var(--transition);
	-webkit-transition: var(--transition);
}

.listing .accordion{
	cursor: default;
	pointer-events: none;
}

.listing .accordion:has( .description),
.listing .accordion:has( .description) > div{
	cursor: pointer;
	pointer-events: all;
}

.listing .accordion.numbered > div {
	padding-left: 30px;
}
.listing .accordion.numbered > div:first-child::before {
	content: counter(accordion) ".";
	font-size: 16px;
	font-weight: 600;
	color: rgb(var(--primary));
	line-height: 1em;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	height: 1em;
	width: 1em;
	margin: auto;
}

.template .listing .accordion > div:first-of-type > h1,
.template .listing .accordion > div:first-of-type > .h1,
.template .listing .accordion > div:first-of-type > h3,
.template .listing .accordion > div:first-of-type > .h3,
.template .listing .accordion > div:first-of-type > h2,
.template .listing .accordion > div:first-of-type > .h2 {
	padding-right: 65px;
    max-width: 100%;
	pointer-events: none;
}

@media(min-width:768px){
	.template .listing .accordion:hover > div:first-of-type > *:first-of-type{
		color: var(--primary);
	}
	.template .listing .accordion:hover > div:first-of-type > .toggle{
		transform: scale(1.15);
	}
}



.listing .accordion .toggle {
	height: 26px;
	width: 26px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	transition: var(--transition);
	-webkit-transition: var(--transition);
	pointer-events: none;
}

.listing .accordion .toggle:hover,
.listing .accordion .toggle:focus {
	transform: rotate(90deg);
}
.listing .accordion.open .toggle:hover,
.listing .accordion.epen .toggle:focus {
	transform: rotate(0);
}
.listing .accordion .toggle::before,
.listing .accordion .toggle::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 2px;
	width: 100%;
	border-radius: 1.5px;
	background-color: var(--primary);
	transition: var(--transition);
	-webkit-transition: var(--transition);
}
.listing .accordion .toggle::after {
	transform: rotate(90deg);
}
.listing .accordion.open .toggle::after,
.listing .accordion.active .toggle::after {
	transform: rotate(0deg);
}

.listing .accordion .description {
	padding: 0;
	max-height: 0;
	overflow: hidden;
	transition: var(--transition);
	cursor: default;
	opacity: 0;
}

.listing .accordion.active .description,
.listing .accordion.open .description {
	opacity: 1;
}
.listing .accordion.active .description{
	overflow: visible;
}

.listing .accordion .description .listing,
.listing .accordion .description .template-module {
	margin: 25px 0 50px;
}

.listing .accordion .description .template-module p:first-of-type{
	margin-top: 0;
}

.listing .accordion .description ul li::before {
    content: "";
    display: inline-block;
    height: 16px;
    width: 1.25rem;
    margin-left: -2.1em;
    margin-right: 1rem;
    -webkit-mask-image: url(/bluesky/assets/img/template/bullet-arrow.svg);
    mask-image: url(/bluesky/assets/img/template/bullet-arrow.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--primary);
}

.listing .accordion.numbered .description {
	padding-left: 0;
}
.listing .accordion.active .description {
	max-height: none;
}


.listing .accordion .description > *:first-child {
	margin-top: 5px !important;
}
.listing .accordion .description > *:last-child {
	margin-bottom: 30px !important;
}

.listing .accordion .description .header p.h2 {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
}

@media (min-width: 768px) {
	.listing .accordion .toggle {
		height: 34px;
		width: 34px;
	}
	.listing .accordion > div {
        padding: 29px 0 28px;
	}
	.listing .accordion.numbered > div,
	.listing .accordion.numbered .description {
		padding-left: 40px;
	}


	.listing .accordion .description > *:first-child {
		margin-top: 0 !important;
	}
	.listing .accordion .description > *:last-child {
		margin-bottom: 47px !important;
	}

	.template .listing .accordion > div:first-of-type > h1,
	.template .listing .accordion > div:first-of-type > .h1,
	.template .listing .accordion > div:first-of-type > h3,
	.template .listing .accordion > div:first-of-type > .h3,
	.template .listing .accordion > div:first-of-type > h2,
	.template .listing .accordion > div:first-of-type > .h2 {
		padding-right: 110px;
	}
}



/********************************/
/*********** GLOSSARY ***********/
/********************************/

.glossary .content .template .container {
    max-width: 1020px;
}

.glossary .content .template .description .container {
    padding-inline: 0;
}

.glossary .content .input-wrapper.select-wrapper {
    max-width: 303px;
    margin: auto;
}

.glossary .content .input-wrapper .placeholder {
    border: solid 2px #f0f0f0;
    padding: 14.5px 22px;
    border-radius: 27.5px;
	font-size: 16px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: normal;
	text-align: left;
	color: var(--secondary);
}

.glossary .content .input-wrapper .isSelected .placeholder{
	border: solid 2px var(--primary);
}

.glossary .content .custom-select.has-reset:not(.isSelected) .placeholder > div.reset {
    right: 22px;
	width: 10px;
    height: 5px;
	top: 0;
	bottom: 0;
}

.glossary .content .custom-select.has-reset:not(.isSelected) .placeholder > div.reset::before{
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-mask-image: url(/bluesky/assets/img/svg/arrow-glossary.svg);
    mask-image: url(/bluesky/assets/img/svg/arrow-glossary.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
    background-color: var(--secondary);
	transition: var(--transition);
	width: 10px;
    height: 5px;
	transform: rotate(0deg);
}
.glossary .content .custom-select.has-reset:not(.isSelected) .placeholder > div.reset::after {
	content: none;
}

.glossary .content .custom-select .options-wrapper {
    padding: 20px 22px 20px;
	font-weight: 300;
}

.glossary .content .custom-select .options-wrapper {
    border-left: 2px solid #f0f0f0;
    border-right: 2px solid #f0f0f0;
    border-bottom: 2px solid #f0f0f0;
	border-bottom-left-radius: 27.5px;
	border-bottom-right-radius: 27.5px;
    text-transform: none;
    top: 37px;
    text-align: left;
}

.listing .custom-select.open .placeholder{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

/* .content .custom-select.has-reset.isSelected .placeholder > div.reset::after,
.content .custom-select.has-reset.isSelected .placeholder > div.reset::before {
    top: 0;
} */


.glossary .listing .filter.glossary-filter {
    overflow-y: hidden;
    overflow-x: hidden;
    margin-bottom: 38px;
}

.glossary .listing .filter.glossary-filter > div {
    font-size: 18.5px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.49;
    letter-spacing: normal;
    text-align: center;
    color: var(--secondary);
    padding-bottom: 5px;
    border: 0;
}

.glossary .listing .filter.glossary-filter > div.disabled {
    color: var(--secondary);
    pointer-events: none;
    opacity: .1;
}

.glossary .listing .filter.glossary-filter > div.selected {
    color: var(--primary);
}

.glossary .listing .filter.glossary-filter {
    margin-top: 68px;
}


@media (min-width: 768px) {

    .filter.glossary-filter{
        max-width: 1020px;
        position: relative;
        width: 100%;
        padding: 0 50px;
        margin: auto;
    }

}

@media (max-width: 768px) {

    .content.glossary .template {
        margin-top: 30px;
    }
    .glossary .listing .filter.glossary-filter {
        overflow-x: scroll;
        margin-top: 40px;
        margin-bottom: 25px;
        gap: 7px;
        padding-inline: 20px;
		scrollbar-width: none
    }
    .glossary .listing .filter.glossary-filter > div {
        font-size: 16px;
        line-height: 1;
    }

	.glossary .listing .filter.glossary-filter::-webkit-scrollbar {
		display: none;
	}

    .glossary .content .template .container{
        padding-inline: 20px;
    }

	.glossary .content .input-wrapper .placeholder {
		padding: 8px 22px;
		border-radius: 20px;
		font-size: 14px;
		line-height: 1.43;
	}

	.glossary .listing .template-module.module12{
		margin-inline: -20px;
	}

}


/*************************************/
/********** ARTICLE LISTING **********/
/*************************************/

.listing.listing-article .items.row {
	margin: -30px -20px;
}

.listing .article {
	padding: 30px 20px;
}

.listing .article img {
	display: block;
	margin-bottom: 35px;
}

.listing .article .button {
	font-size: 12px;
	padding: 17px 35px;
}

.listing .article .details {
	margin-bottom: 20px;
}
.article .details span {
	display: block;
	font-size: 14px;
	color: #b6b9b9;
	line-height: 1.25;
}
.article .details span.date {
	padding-left: 20px;
	padding-bottom: 12px;
	position: relative;
}
.article .details span.date::before {
	content: "\f073";
	font-weight: 400;
	color: var(--black);
	position: absolute;
	left: 0;
}

.article .details span a {
	color: rgb(var(--primary));
	border-bottom: 1px solid transparent;
}
/* .article .details span a:hover, .article span a:focus {
	border-bottom: 1px solid currentColor;
} */

@media (min-width: 768px) {
	.listing.listing-article .items.row {
		margin: -40px -30px;
	}

	.listing .article {
		padding: 40px 30px;
	}

	.article .details span.date {
		padding-left: 25px;
	}
}

@media (min-width: 992px) {
	.listing .article .button {
		padding: 17px 45px;
	}
}

/******************************************/
/********** MINI ARTICLE LISTING **********/
/******************************************/

.listing.listing-mini-article .items.row,
.listing.listing-mini-article .container.container-sm .items.row {
	margin: -15px;
}
.listing .article.mini-article,
.listing .container.container-sm .article.mini-article {
	padding: 15px;
}

.listing .article.mini-article img {
	margin-bottom: 20px;
}
.listing .article.mini-article h2,
.listing .article.mini-article .h2 {
	font-size: 1.875rem;
	margin-top: 15px;
}

.listing .article.mini-article .video {
	position: relative;
	display: block;
}
.listing .article.mini-article .video::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(1, 1, 1, 0.4);
}
.listing .article.mini-article .video::after {
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-mask-image: url(/bluesky/assets/img/template/play.svg);
    mask-image: url(/bluesky/assets/img/template/play.svg);
    background-color: white;
    opacity: 0.8;
}
.listing .article.mini-article .video:hover::after {
	opacity: 1;
}

.listing .article.mini-article .details {
	margin-bottom: 15px;
}
.listing .article.mini-article .details span {
	padding-bottom: 0;
	padding-top: 0;
}
.listing .article.mini-article .details span:not(:first-child) {
	padding-top: 12px;
}

@media (min-width: 768px) {
	.listing .article.mini-article h2,
	.listing .article.mini-article .h2 {
		font-size: 1.375rem;
	}
}

@media (min-width: 992px) {
	.listing.listing-mini-article .items.row {
		margin: -34px;
	}
	.listing.listing-mini-article .container.container-sm .items.row {
		margin: -25px;
	}
	.listing .article.mini-article {
		padding: 34px;
	}
	.listing .container.container-sm .article.mini-article {
		padding: 25px;
	}
}

/************************************/
/********** BUTTON LISTING **********/
/************************************/

/* .listing.listing-button h3 {
	font-size: 2.375rem;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 0.76;
	letter-spacing: normal;
	text-align: left;
	color: var(--black-3);
} */

.listing.listing-button .items {
	font-size: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.listing.listing-button .button {
	padding: 17px 31px 16.5px;
}

.listing.listing-button .items.text-left {
	justify-content: flex-start;
}

.listing.listing-button.center .items,
.listing.listing-button .items.text-center {
	justify-content: center;
}

.listing.listing-button.right .items,
.listing.listing-button .items.text-right {
	justify-content: flex-end;
}

@media (max-width: 768px) {
	.listing.listing-button h3 {
		font-size: 1.75rem;
		line-height: 1.14;
	}

	.listing.listing-button .button {
		font-size: 14px;
        padding: 10px 20px;
        line-height: 1.43;
		letter-spacing: normal;
	}

	.listing.listing-button .items {
		gap: 9px;
	}
}

/*************************************************/
/********** ITEM WITH THUMBNAIL LISTING **********/
/*************************************************/

.listing .image-item {
	padding: 20px 0;
	display: flex;
	flex-wrap: wrap;
}
.listing .image-item:first-child {
	padding-top: 0;
}
.listing .image-item:last-child {
	padding-bottom: 0;
}

.listing .image-item .image {
	width: 90px;
	height: 90px;
	position: relative;
	margin-right: 20px;
}
.listing .image-item .image img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

.listing .image-item > div:not(.image) {
	flex: 1;
}

@media (min-width: 768px) {
	.listing .image-item {
		padding: 35px 0;
	}

	.listing .image-item .image {
		margin-right: 75px;
	}
}

/*************************************************************/
/********** MINI ARTICLE LISTING (FULLSCREEN VIDEO) **********/
/*************************************************************/

.listing.listing-mini-article .video-fullscreen {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(1, 1, 1, 0.9);
	z-index: 10;
	opacity: 0;
	pointer-events: none;
	transition: var(--transition);
}
.listing.listing-mini-article .video-fullscreen.visible {
	opacity: 1;
	pointer-events: auto;
}

.listing.listing-mini-article .video-fullscreen div {
	padding-top: 80px;
	height: 100%;
	width: 100%;
}
.listing.listing-mini-article .video-fullscreen div iframe {
	height: 100%;
	width: 100%;
}

.listing.listing-mini-article .video-fullscreen .close,
.hp-gallery.hp-gallery-fullscreen .close {
	position: absolute;
	top: 25px;
	right: 25px;
	height: 25px;
	width: 25px;
	opacity: 1;
}
.listing.listing-mini-article .video-fullscreen .close::before,
.video-fullscreen .close::after,
.hp-gallery.hp-gallery-fullscreen .close::before,
.hp-gallery.hp-gallery-fullscreen .close::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 2px;
	width: 35px;
	background-color: white;
	transform: rotate(45deg);
	transform-origin: left;
}
.listing.listing-mini-article .video-fullscreen .close::after,
.hp-gallery.hp-gallery-fullscreen .close::after {
	left: auto;
	right: 0;
	transform: rotate(-45deg);
	transform-origin: right;
}

@media (min-width: 992px) {
	.listing.listing-mini-article .video-fullscreen div {
		padding: 100px;
	}

	.listing.listing-mini-article .video-fullscreen .close,
	.hp-gallery.hp-gallery-fullscreen .close {
		top: 35px;
		right: 35px;
	}
}

/************************************/
/********** SQUARE LISTING **********/
/************************************/

.listing.listing-square .items.row {
	margin: -20px;
}
.listing .square {
	padding: 20px;
}

.listing .square .image {
	padding-top: 100%;
	position: relative;
	display: block;
	overflow: hidden;
}
.listing .square .image img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

@supports (mix-blend-mode: multiply) {
	.listing .square .image img {
		filter: grayscale(1);
		filter: grayscale(100%);
		transition: var(--transition);
		-webkit-transition: var(--transition);
	}
	.listing .square .image:hover img,
	.listing .square .image:focus img {
		filter: grayscale(0);
		filter: grayscale(0%);
	}
}

@media (max-width: 767px) and (orientation: landscape) {
	.listing .square {
		flex-basis: 50%;
		max-width: 50%;
	}
}

@media (min-width: 768px) {
	.listing.listing-square .items.row {
		margin: -15px;
	}
	.listing .square {
		padding: 15px;
	}
}

@media (min-width: 992px) {
	.listing.listing-square .items.row {
		margin: -25px;
	}
	.listing .square {
		padding: 25px;
	}
}

/**********************************/
/********** CARD LISTING **********/
/**********************************/

.listing .items .card-section {
	margin-inline: auto;
	gap: 50px;
}

.listing .items .card-section + .card-section {
	margin-top: 70px;
}

.listing.listing-card .items.row {
	margin: -10px;
}

.listing .card .image {
	padding-top: 150%;
	position: relative;
	display: block;
	overflow: hidden;
}
.listing .card .image img {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	/* IE */
	transform: translate(-50%, -50%);
	width: auto;
	max-width: none;
}

.content .listing .items .card > a:first-of-type {
	overflow: hidden;
	display: block;
}

.content .listing .items img {
	display: block;
	max-width: 100%;
	width: 100%;
	height: initial;
	/* transition: var(--transition); */
}

.content .listing .items img:hover {
	/* transform: scale(1.1); */
}

.listing .card .description {
	padding: 28px 30px;
	background-color: white;
	text-align: center;
}

.listing .card .description p {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 1px;
	color: black;
	margin: 0;
	line-height: 1.2;
}

.listing .card .description p:hover {
	opacity: 0.7;
}
.listing .card .description span {
	font-size: 1rem;
	font-weight: 300;
	color: var(--grey);
	margin: 0;
	display: block;
}

@supports (mix-blend-mode: multiply) {
	.listing .card .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		transform: none;
		top: 0;
		left: 0;
	}
}

@media (max-width: 767px) and (orientation: landscape) {
	.listing .card > div {
		flex-basis: 50%;
		max-width: 50%;
	}
}

/***********************************/
/********** AUDIO LISTING **********/
/***********************************/

.listing .audio {
	margin: 0 -20px;
	padding: 20px;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	background-color: white;
}
.listing .audio audio {
	display: none;
}

.listing .audio + .audio {
	margin-top: 30px;
}

.listing .audio .play,
.listing .audio .pause {
	max-width: 42px;
	min-width: 42px;
}
.listing .audio .play a,
.listing .audio .pause a {
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	padding-top: calc(100% - 4px);
	border: 2px solid rgb(var(--primary));
	border-radius: 100%;
}
.listing .audio .play a::before,
.listing .audio .pause a::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.listing .audio .play a::before {
	border-left: 12px solid rgb(var(--primary));
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	width: 0;
	height: 0;
}
.listing .audio .pause a::before {
	border-left: 3px solid rgb(var(--primary));
	border-right: 3px solid rgb(var(--primary));
	width: 14px;
	height: 14px;
}

.listing .audio .audio-progress {
	min-width: 100%;
	max-width: 100%;
	display: flex;
	align-items: center;
	margin-top: 25px;
}
.listing .audio span {
	display: block;
	position: relative;
	font-size: 10px;
	line-height: 1;
	color: var(--grey);
}

.listing .audio .bar {
	position: relative;
	margin: 0 12px;
	flex: 1;
	max-width: 100%;
	height: 4px;
	border-radius: 2px;
	background-color: var(--white);
	cursor: pointer;
}
.listing .audio .bar > span {
	position: absolute;
	top: 0;
	bottom: 0;
	background-color: rgb(var(--primary));
	width: 0;
	border-radius: inherit;
}
.listing .audio .bar > span::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(50%, -50%);
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background-color: inherit;
	pointer-events: none;
}

.listing .audio h4,
.listing .audio .h4 {
	flex: 1;
	padding-left: 20px;
	margin: 0;
	min-width: calc(100% - 42px);
}

@media (min-width: 768px) {
	.listing .audio {
		align-items: center;
	}

	.listing .audio h4,
	.listing .audio .h4 {
		min-width: auto;
	}

	.listing .audio .link {
		padding-left: 0;
		margin-top: 0;
	}

	.listing .audio .audio-progress {
		padding-left: 62px;
	}
}

@media (min-width: 992px) {
	.listing .audio h4,
	.listing .audio .h4 {
		padding-left: 40px;
	}

	.listing .audio {
		padding: 30px;
		margin: 0 -30px;
	}

	.listing .audio .audio-progress {
		padding-left: 82px;
	}
}

/* if using not <hr> uncomment the code below */

.listing.module20 .image-item {
	padding: 40px 0;
}

.listing.module20 .items > .items{
	border-top: 2px solid #f5f5f5;
}

.listing.module20 .items > .items:last-of-type {
	border-bottom: 2px solid #f5f5f5;
}

.listing.module20 .image-item > div {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 70px;
}

.listing.module20 .image-item > div h2:first-child,
.listing.module20 .image-item > div h3:first-child,
.listing.module20 .image-item > div h4:first-child{
	margin-bottom: .7em;
}

.listing.module20 .image-item > div.bottom {
	flex-direction: column;
	gap: 20px;
	align-items: baseline;
}

.listing.module20 .image-item > div.bottom p {
	max-width: unset;
}

.listing.module20 .image-item > div.bottom a.button {
	margin-top: 0;
}

.listing.module20 .image-item > div > div > p:first-of-type {
	margin: 0;
}

.listing.module20 .image-item > div > div *:last-child {
	margin-bottom: 0;
}

.listing.module20 .image-item.icon .image,
.listing.module20 .image-item .image {
	width: 135px;
	height: 135px;
	margin-right: 40px;
	transition: var(--transition);
	justify-content: center;
}




.listing.module20 .image-item .image a{
	height: 100%;
}

.listing.module20 .image-item .image:has(a) img {
	transition: var(--transition);
}

/* .listing.module20 .image-item .image:has(a) img:hover {
	transform: scale(1.05);
} */

.listing.module20 .image-item .image img {
	position: relative;
	object-fit: contain;
}

.listing.module20 .image-item .image a:has(img),
.listing.module20 .image-item .image img{
	border-radius: 0;
	overflow: hidden;
}

.listing.module20 .image-item.round-corners .image a:has(img),
.listing.module20 .image-item.round-corners .image img {
    border-radius: 30px;
	transition: var(--transition);
}

.listing.module20 .image-item .image a:hover img,
.listing.module20 .image-item.circle .image a:hover img,
.listing.module20 .image-item.round-corners .image a:hover img,
.listing.module20 .image-item.number .image a:hover,
.listing.module20 .image-item.bullet .image a:hover {
	transform: scale(1.05);
}

.listing.module20 .image-item.circle .image a:has(img),
.listing.module20 .image-item.circle .image img {
    border-radius: 100%;
}

.listing.module20 .image-item a.button {
	margin-block: auto;
    white-space: nowrap;
	text-align: center;
	margin: 0;
	margin-top: 32px;
}

.listing.module20 .image-item.number a.button,
.listing.module20 .image-item.bullet a.button {
	margin-top: 39px;
}

.listing.module20 .image-item.icon .image,
.listing.module20 .image-item.number .image,
.listing.module20 .image-item.bullet .image{
	justify-content: flex-start;
	width: 100px;
	height: 100px;
}

.listing.module20 .image-item.icon .image > div,
.listing.module20 .image-item.number .image > div,
.listing.module20 .image-item.bullet .image > div{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100px;
	height: 100px;
}

.listing.module20 .image-item.number a:not(.button),
.listing.module20 .image-item.bullet a:not(.button){
	align-items: center;
}


.listing.module20 .image-item.number .image span {
    font-size: 44.5px;
  	font-weight: 800;
    color: var(--primary);
    position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
    justify-content: center;
    align-items: center;
	height: 100%;
	line-height: 0;
	width: 100%;
    margin: auto;
}

/* .listing.module20 .image-item.icon .image::before, */
.listing.module20 .image-item.bullet .image > div::before,
.listing.module20 .image-item.number .image > div::before {
	content:"";
	background: var(--primary);
	opacity: .15;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 100%;
	
}

/* .listing.module20 .image-item.icon .image{
	padding: 20px;
} */

.listing.module20 .image-item.icon .image > .icon{
	-webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
	background-color: var(--primary);
	display: block;
	width: 100%;
	height: 100%;
	mask-position: center;

}


.listing.module20 .image-item.number .image a,
.listing.module20 .image-item.bullet .image a{
	width: 100%;
	justify-content: center;
}

.listing.module20 .image-item.bullet .image span{
	width: 44px;
}

.listing.module20 .image-item.bullet .image span::before {
	content: "";
	width: 37px;
	height: 33px;
	-webkit-mask-image: url(/bluesky/assets/img/template/arrow_miniatura.svg);
	mask-image: url(/bluesky/assets/img/template/arrow_miniatura.svg);
	position: absolute;
	margin: auto;
	left: 0;right: 0;
	bottom: 0;top: 0;
	background-color: var(--primary);
	opacity: 1;
	background-image: none;
	mask-repeat: no-repeat;
	transition: var(--transition)
}


.listing.module20 + .listing.module20:not(:has(.header)) {
	margin-top: 0;
}

.listing.module20 + .listing.module20:not(:has(.header)) .container > .items > .items:first-of-type {
	border-top: 0;
}

@media(max-width: 992px) {
	.listing.module20 .image-item .image:hover {
		transform: scale(1);
	}

	.listing.module20 .image-item.number .image span{
		font-size: 22px;
		letter-spacing: .55px;
	}
}

.listing .image-item > div:not(.image) > div {
    margin-block: auto;
}


@media (max-width: 768px) {
	.listing.module20 .image-item > div {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}


	.listing.module20 .image-item .image {
		margin-bottom: auto;
		
	}


	

	/* .listing.module20 .image-item > div.bottom {
		align-items: center;
	} */

	.listing.module20 .image-item:not(.bullet,.number){
		flex-direction: column;
	}

	.listing.module20 .image-item:not(.bullet,.number) > div.bottom .button,
	.listing.module20 .image-item:not(.bullet,.number) .image{
		margin: auto;
	}

		
	.listing.module20 .image-item .image:has(a) {
		overflow: visible;
        width: 135px;
        height: 135px;
	}

	.listing.module20 .image-item a.button,
	.listing.module20 .image-item.number a.button,
	.listing.module20 .image-item.bullet a.button {
		margin-top: 10px;
		display: block;
		width: 100%;
	}

	.listing.module20 .image-item:not(.bullet,.number,:has(img)){
		align-items: flex-start;
	}

	.listing.module20 .image-item.number,
	.listing.module20 .image-item.bullet{
		gap: 20px;
		padding: 30px 0;	
	}

	.listing.module20 .image-item.bullet .image span::before {
		content: "";
		width: 26px;
		height: 19px;
	}

	.listing.module20 .image-item.number .image:has(a),
	.listing.module20 .image-item.bullet .image:has(a),
	.listing.module20 .image-item.number .image,
	.listing.module20 .image-item.bullet .image,
	.listing.module20 .image-item.number .image > div,
	.listing.module20 .image-item.bullet .image > div {
        width: 50px;
        height: 50px;
	}


}

@media (max-width: 480px) {
	.listing.module20 .image-item .image {
		margin: 0;
	}

	.listing.module20 .image-item {
		gap: 20px;
		padding: 30px 0;
	}



}
