/*
	Aeronet Page Builder - v.2.0.2
	Copyright 2019, Aeronet http://www.aeronet.net

   * Adjustments for Drupal 10 - NOV/23
*/

/*----- SETUP - Open -----*/
div[class*='field--name-field-apb-pb-paragraphs']
	> .field__items
	> .field__item,
div[class*='field--name-field-apb-pb-paragraphs'] {
	cursor: default;
	opacity: 0;
}
div[id*='apb-paragraphs'] {
	opacity: 1;
}
#apb-wrapper .paragraph,
#apb-wrapper .paragraph *,
#apb-wrapper .paragraph *:before,
#apb-wrapper .paragraph *:after,
div[class*='field--name-field-apb-pb-paragraphs'] *,
div[class*='field--name-field-apb-pb-paragraphs'] *:before,
div[class*='field--name-field-apb-pb-paragraphs'] *:after,
.apb-slideshow-top-region *,
.apb-slideshow-top-region *:before,
.apb-slideshow-top-region *:after,
.apb-slideshow-bottom-region *,
.apb-slideshow-bottom-region *:before,
.apb-slideshow-bottom-region *:after {
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	-ms-box-sizing: border-box !important;
	-o-box-sizing: border-box !important;
	box-sizing: border-box !important;
}
div[class*='field--name-field-apb-pb-paragraphs'] .paragraph {
	margin: 1.5rem 0 !important;
}
.apb-node-no-default-body
	div[class*='field--name-field-apb-pb-paragraphs']
	.paragraph {
	margin: 0 !important;
}
div[class*='field--name-field-apb-pb-paragraphs']
	.paragraph
	.paragraph:last-child,
div[class*='field--name-field-apb-pb-paragraphs'] .paragraph > .content {
	margin: 0 !important;
}

div[data-contextual-id*='entity'],
div[class*='field--name-field-apb-pb-paragraphs'] .file--image,
.apb-no-display,
.apb-setup {
	display: none !important;
}
/*----- SETUP - Close -----*/

/*----- COMMON - Open -----*/
#apb-wrapper .field--name-field-apb-section-title {
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: normal;
	line-height: 1.2;
	margin: 4rem 0 2rem 0;
	position: relative;
}
#apb-wrapper
	.paragraph--type--apb-pb-image-gallery
	.field--name-field-apb-section-title {
	margin-bottom: 1rem;
}
#apb-wrapper
	.paragraph--type--apb-pb-simple-content
	.view-apb-simple-content
	.paragraph,
#apb-wrapper
	.paragraph--type--apb-pb-simple-content
	.view-apb-simple-content
	.paragraph
	.field--name-field-apb-section-title,
#apb-wrapper
	.apb-main-wrapper
	> .field__item:first-child
	.field--name-field-apb-section-title {
	margin-top: 0 !important;
}
#apb-wrapper
	.paragraph--type--apb-pb-simple-content.apb-section-title-show
	.view-apb-simple-content
	.field--name-field-apb-section-title {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 1.5rem;
}
/* Accordion */
#apb-wrapper .ui-accordion-header .title {
	color: #222;
	font-size: 1.2rem;
	font-weight: 600;
	margin-bottom: 1rem;
}
#apb-wrapper .apb-sc-body p:last-child {
	margin-bottom: 0 !important;
}
/* JQUERY UI */
.ui-tooltip,
.ui-widget {
	font-family: Inter, Arial, Helvetica, sans-serif;
	font-size: 1rem;
}
#apb-wrapper .ui-tooltip {
	background: rgba(255, 255, 255, 0.97);
	border: 1px #fff solid;
	border-radius: 0.25rem;
	color: #222;
	font-size: 0.9375rem !important;
	line-height: 1.0625rem !important;
	margin-top: 1.25rem !important;
	padding: 0;

	-webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
}
.ui-tooltip-content {
	padding: 0.625rem 0.9375rem;
	position: relative;
	text-align: center;
}
/*----- COMMON - Close -----*/

/*----- COLUMNS - Open -----*/
.apb-columns-1,
.apb-columns-2,
.apb-columns-3,
.apb-columns-4,
.apb-columns-5,
.apb-columns-6,
.apb-columns-7,
.apb-columns-8,
.apb-columns-9,
.apb-columns-10 {
	display: grid;
	grid-gap: 2rem;
	width: 100%;
}
/* 2 COLUMNS */
.apb-columns-1 {
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

/* 2 COLUMNS */
.apb-columns-2,
.apb-columns-2.apb-50_50_for_2_cols {
	-ms-grid-columns: 1fr 2rem 1fr;
	grid-template-columns: repeat(2, 1fr);
}

.apb-columns-2.apb-33_67_for_2_cols {
	-ms-grid-columns: 1fr 2rem 2fr;
	grid-template-columns: 1fr 2fr;
}
.apb-columns-2.apb-67_33_for_2_cols {
	-ms-grid-columns: 2fr 2rem 1fr;
	grid-template-columns: 2fr 1fr;
}

.apb-columns-2.apb-75_25_for_2_cols {
	-ms-grid-columns: 3fr 2rem 1fr;
	grid-template-columns: 3fr 1fr;
}
.apb-columns-2.apb-25_75_for_2_cols {
	-ms-grid-columns: 1fr 2rem 3fr;
	grid-template-columns: 1fr 3fr;
}

/* 3 COLUMNS */
.apb-columns-3,
.apb-columns-3.apb-33_33_33_for_3_cols {
	-ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
	grid-template-columns: repeat(3, 1fr);
}
.apb-columns-3.apb-25_25_50_for_3_cols {
	-ms-grid-columns: 1fr 2rem 1fr 2rem 2fr;
	grid-template-columns: 1fr 1fr 2fr;
}
.apb-columns-3.apb-50_25_25_for_3_cols {
	-ms-grid-columns: 2fr 2rem 1fr 2rem 1fr;
	grid-template-columns: 2fr 1fr 1fr;
}
.apb-columns-3.apb-25_50_25_for_3_cols {
	-ms-grid-columns: 1fr 2rem 2fr 2rem 1fr;
	grid-template-columns: 1fr 2fr 1fr;
}
.apb-columns-3.apb-20_40_40_for_3_cols {
	-ms-grid-columns: 1fr 2rem 2fr 2rem 2fr;
	grid-template-columns: 1fr 2fr 2fr;
}

/* 4 COLUMNS */
.apb-columns-4,
.apb-columns-4.apb-25_25_25_25_for_4_cols {
	-ms-grid-columns: 1fr 2rem 1fr 2rem 1fr 2rem 1fr;
	grid-template-columns: repeat(4, 1fr);
}
.apb-columns-4.apb-33_22_22_22_for_4_cols {
	-ms-grid-columns: 2fr 2rem 1fr 2rem 1fr 2rem 1fr;
	grid-template-columns: 2fr 1fr 1fr 1fr;
}
.apb-columns-4.apb-22_22_22_33_for_4_cols {
	-ms-grid-columns: 1fr 2rem 1fr 2rem 1fr 2rem 2fr;
	grid-template-columns: 1fr 1fr 1fr 2fr;
}

/* 5 COLUMNS */
.apb-columns-5 {
	-ms-grid-columns: 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr;
	grid-template-columns: repeat(5, 1fr);
}

/* 6 COLUMNS */
.apb-columns-6 {
	-ms-grid-columns: 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr;
	grid-template-columns: repeat(6, 1fr);
}

/* 7 COLUMNS */
.apb-columns-7 {
	-ms-grid-columns: 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr;
	grid-template-columns: repeat(7, 1fr);
}

/* 8 COLUMNS */
.apb-columns-8 {
	-ms-grid-columns: 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr
		2rem 1fr;
	grid-template-columns: repeat(8, 1fr);
}

/* 9 COLUMNS */
.apb-columns-9 {
	-ms-grid-columns: 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr
		2rem 1fr 2rem 1fr;
	grid-template-columns: repeat(9, 1fr);
}

/* 10 COLUMNS */
.apb-columns-10 {
	-ms-grid-columns: 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr
		2rem 1fr 2rem 1fr 2rem 1fr;
	grid-template-columns: repeat(10, 1fr);
}

/* COLUMNS - Open  */
/*----- COLUMNS - Close -----*/

/*----- FULL WIDTH - Open -----*/
body .apb-full-width,
#apb-wrapper .apb-full-width,
#page .apb-full-width,
.apb-full-width {
	left: 50% !important;
	margin: 0 -50vw !important;
	max-width: none !important;
	position: relative !important;
	right: 50% !important;
	width: 100vw !important;
}
#apb-wrapper .apb-full-width .container {
	margin-left: auto !important;
	margin-right: auto !important;
}
/*----- FULL WIDTH - Close -----*/

/*----- CSS ANIME - Open -----*/
#apb-wrapper .apb-views-title,
.css-anime {
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.fade-scale-in {
	opacity: 1 !important;

	-webkit-transform: scale(1) !important;
	-moz-transform: scale(1) !important;
	-ms-transform: scale(1) !important;
	transform: scale(1) !important;
}
.fade-scale-bottom-in {
	margin-top: 0px !important;
	opacity: 1 !important;

	-webkit-transform: scale(1) !important;
	-moz-transform: scale(1) !important;
	-ms-transform: scale(1) !important;
	transform: scale(1) !important;
}
.fade-out {
	opacity: 0 !important;
}
.fade-out-slide-bottom {
	bottom: -100% !important;
	opacity: 0 !important;
}
/*----- CSS ANIME - Close -----*/

/*----- TABLET - PORTRAIT - Open -----*/
@media all and (min-width: 681px) and (max-width: 980px) {
	/*----- COLUMNS - Open -----*/
	#apb-wrapper .apb-columns-3,
	#apb-wrapper .apb-columns-4 {
		grid-template-columns: repeat(2, 1fr) !important;
	}
	#apb-wrapper .apb-columns-5,
	#apb-wrapper .apb-columns-6,
	#apb-wrapper .apb-columns-7,
	#apb-wrapper .apb-columns-8,
	.apb-columns-9,
	.apb-columns-10 {
		grid-template-columns: repeat(3, 1fr) !important;
	}
	/*----- COLUMNS - Close -----*/
}
/*----- TABLET - PORTRAIT - Close -----*/

/*----- MOBILE - Open -----*/
@media all and (max-width: 680px) {
	/*----- MAX WIDTH - Open -----*/
	#apb-wrapper .paragraph {
		max-width: none !important;
	}
	/*----- MAX WIDTH - Close -----*/

	/*----- COLUMNS - Open -----*/
	#apb-wrapper .apb-columns-1,
	#apb-wrapper .apb-columns-2,
	#apb-wrapper .apb-columns-3,
	#apb-wrapper .apb-columns-4,
	#apb-wrapper .apb-columns-5,
	#apb-wrapper .apb-columns-6,
	#apb-wrapper .apb-columns-7,
	#apb-wrapper .apb-columns-8,
	#apb-wrapper .apb-columns-9,
	#apb-wrapper .apb-columns-10 {
		grid-template-columns: 1fr !important;
	}
	/*----- COLUMNS - Close -----*/
}
/*----- MOBILE - Close -----*/

/*----- IE - Open -----*/
.apb-ie .apb-columns-2,
.apb-ie .apb-columns-3,
.apb-ie .apb-columns-4,
.apb-ie .apb-columns-5 {
	display: block;
}
.apb-ie .apb-columns-2 > .views-row,
.apb-ie .apb-columns-2 > a,
.apb-ie .apb-columns-3 > .views-row,
.apb-ie .apb-columns-3 > a,
.apb-ie .apb-columns-4 > .views-row,
.apb-ie .apb-columns-4 > a,
.apb-ie .apb-columns-5 > .views-row,
.apb-ie .apb-columns-5 > a {
	display: block;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 15px;
}
/* 2 COLUMNS */
/* Template-4 */
.apb-ie .apb-columns-2.t-50_50_for_2_cols > .views-row,
.apb-ie .apb-columns-2 > .views-row,
.apb-ie .apb-columns-2 > a {
	width: 48% !important;
}
/* Template-2 */
.apb-ie .apb-columns-2.t-33_67_for_2_cols > .views-row:nth-child(2n + 1) {
	clear: both;
	width: 32% !important;
}
.apb-ie .apb-columns-2.t-33_67_for_2_cols > .views-row:nth-child(2n + 2) {
	width: 64% !important;
}
/* Template-3 */
.apb-ie .apb-columns-2.t-67_33_for_2_cols > .views-row:nth-child(2n + 1) {
	clear: both;
	width: 64% !important;
}
.apb-ie .apb-columns-2.t-67_33_for_2_cols > .views-row:nth-child(2n + 2) {
	width: 32% !important;
}
/* 3 COLUMNS */
/* Template-4 */
.apb-ie .apb-columns-3.t-33_33_33_for_3_cols > .views-row,
.apb-ie .apb-columns-3 > .views-row,
.apb-ie .apb-columns-3 > a {
	width: 31% !important;
}
/* Template-5 */
.apb-ie .apb-columns-3.t-25_25_50_for_3_cols > .views-row:nth-child(3n + 1) {
	clear: both;
	width: 23% !important;
}
.apb-ie .apb-columns-3.t-25_25_50_for_3_cols > .views-row:nth-child(3n + 2) {
	width: 23% !important;
}
.apb-ie .apb-columns-3.t-25_25_50_for_3_cols > .views-row:nth-child(3n + 3) {
	width: 48% !important;
}
/* Template-6 */
.apb-ie .apb-columns-3.t-50_25_25_for_3_cols > .views-row:nth-child(3n + 1) {
	clear: both;
	width: 48% !important;
}
.apb-ie .apb-columns-3.t-50_25_25_for_3_cols > .views-row:nth-child(3n + 2) {
	width: 23% !important;
}
.apb-ie .apb-columns-3.t-50_25_25_for_3_cols > .views-row:nth-child(3n + 3) {
	width: 23% !important;
}
/* Template-7 */
.apb-ie .apb-columns-3.t-25_50_25_for_3_cols > .views-row:nth-child(3n + 1) {
	clear: both;
	width: 23% !important;
}
.apb-ie .apb-columns-3.t-25_50_25_for_3_cols > .views-row:nth-child(3n + 2) {
	width: 48% !important;
}
.apb-ie .apb-columns-3.t-25_50_25_for_3_cols > .views-row:nth-child(3n + 3) {
	width: 23% !important;
}
/* Template-8 */
.apb-ie .apb-columns-3.t-20_40_40_for_3_cols > .views-row:nth-child(3n + 1) {
	clear: both;
	width: 18% !important;
}
.apb-ie .apb-columns-3.t-20_40_40_for_3_cols > .views-row:nth-child(3n + 2) {
	width: 38% !important;
}
.apb-ie .apb-columns-3.t-20_40_40_for_3_cols > .views-row:nth-child(3n + 3) {
	width: 38% !important;
}
/* 4 COLUMNS */
/* Template-9 */
.apb-ie .apb-columns-4.t-25_25_25_25_for_4_cols > .views-row,
.apb-ie .apb-columns-4 > .views-row,
.apb-ie .apb-columns-4 > a {
	width: 23% !important;
}
/* Template-10 */
.apb-ie .apb-columns-4.t-33_22_22_22_for_4_cols > .views-row:nth-child(4n + 1) {
	clear: both;
	width: 38% !important;
}
.apb-ie .apb-columns-4.t-33_22_22_22_for_4_cols > .views-row:nth-child(4n + 2) {
	width: 18% !important;
}
.apb-ie .apb-columns-4.t-33_22_22_22_for_4_cols > .views-row:nth-child(4n + 3) {
	width: 18% !important;
}
.apb-ie .apb-columns-4.t-33_22_22_22_for_4_cols > .views-row:nth-child(4n + 4) {
	width: 18% !important;
}
/* Template-11 */
.apb-ie .apb-columns-4.t-22_22_22_33_for_4_cols > .views-row:nth-child(4n + 1) {
	clear: both;
	width: 18% !important;
}
.apb-ie .apb-columns-4.t-22_22_22_33_for_4_cols > .views-row:nth-child(4n + 2) {
	width: 18% !important;
}
.apb-ie .apb-columns-4.t-22_22_22_33_for_4_cols > .views-row:nth-child(4n + 3) {
	width: 18% !important;
}
.apb-ie .apb-columns-4.t-22_22_22_33_for_4_cols > .views-row:nth-child(4n + 4) {
	width: 38% !important;
}
/* 5 COLUMNS */
.apb-ie .apb-columns-5 > .views-row,
.apb-ie .apb-columns-5 > a {
	width: 18% !important;
}
.apb-ie .apb-columns-2::after,
.apb-ie .apb-columns-2 .views-row::after,
.apb-ie .apb-columns-3::after,
.apb-ie .apb-columns-3 .views-row::after,
.apb-ie .apb-columns-4::after,
.apb-ie .apb-columns-4 .views-row::after,
.apb-ie .apb-columns-5::after,
.apb-ie .apb-columns-5 .views-row::after {
	clear: both;
	content: '';
	display: block;
}

/*----- MAGNIFIC POPUP - Open -----*/
body .mfp-wrap {
	z-index: 99999;
}
body .mfp-content {
	background: #ffffff;
	margin: 0 auto;
	max-width: 1170px;
	padding: 2rem;
	width: 100%;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;

	-webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.16);
	box-shadow: 0 0 2rem rgba(0, 0, 0, 0.16);
}

body .mfp-content.video-content {
	padding: 0 !important;
}

@media screen and (max-width: 1380px) {
	body .mfp-content {
		max-width: 940px;
	}
}

body .mfp-bg {
	background: #f3f3f3 !important;
	opacity: 0.97;
}

body .mfp-close-btn-in .mfp-close {
	background: var(--aero-white) !important;
	border-radius: 50% !important;
	color: var(--aero-main) !important;
	height: 2rem !important;
	line-height: 1.2 !important;
	opacity: 0.8 !important;
	padding: 0 !important;
	right: 0.25rem !important;
	text-align: center !important;
	top: 0.25rem !important;
	width: 2rem !important;

	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}
body .mfp-close-btn-in .mfp-close:hover {
	opacity: 1 !important;
}

body .mfp-arrow-left:before {
	border-right: 27px solid var(--aero-main);
}

body .mfp-arrow-right:before {
	border-left: 27px solid var(--aero-main);
}

/* Scrollbar */
body .mfp-content ::-webkit-scrollbar {
	width: 0.563rem;
	height: 0.563rem;
}
body .mfp-content ::-webkit-scrollbar-button {
	width: 0;
	height: 0;
}
body .mfp-content ::-webkit-scrollbar-thumb {
	background: #999;
	border: 0 none #ffffff;
	border-radius: 6rem;
}
body .mfp-content ::-webkit-scrollbar-thumb:hover {
	background: #666;
}
body .mfp-content ::-webkit-scrollbar-thumb:active {
	background: #333;
}
body .mfp-content ::-webkit-scrollbar-track {
	background: #dbdbdb;
	border: 0 none #ffffff;
	border-radius: 6rem;
}
body .mfp-content ::-webkit-scrollbar-track:hover {
	background: #dbdbdb;
}
body .mfp-content ::-webkit-scrollbar-track:active {
	background: #dbdbdb;
}
body .mfp-content ::-webkit-scrollbar-corner {
	background: transparent;
}

@media screen and (max-width: 680px) {
	body .mfp-content {
		padding: 2rem 1rem;
	}
}

/* overlay at start */
.mfp-fade.mfp-bg {
	opacity: 0;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.9;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
/*----- MAGNIFIC POPUP - Close -----*/

/*----- WOW - Open -----*/
.wow-hide {
	opacity: 0;
}
#apb-wrapper .wow-show {
	opacity: 1 !important;
}
.wow-animation-left {
	margin-left: 50px;
}
.wow-animation-right {
	margin-right: 50px;
}
/*----- WOW - Close -----*/
