.gagl-testimonials,
.gagl-faqs,
.gagl-glossary,
.gagl-form-card {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	box-sizing: border-box;
}

.gagl-form-card h3 {
	font-size: 24px;
	font-weight: 700;
	color: #006f5a;
	margin: 0 0 8px;
}

.gagl-form-card > p {
	font-size: 16px;
	line-height: 1.32 !important;
	color: #000;
	margin: 0 0 18px;
}

.gagl-popup-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	z-index: 9999;
}

.gagl-popup-overlay[hidden] {
	display: none;
}

.gagl-popup-dialog {
	position: relative;
	width: 100%;
	max-width: 480px;
	max-height: 90vh;
	overflow-y: auto;
	background: #CEE1E1;
	border-radius: 10px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
	
	.wpcf7-response-output {
		border: 0 none !important;
		color: #dc3232 !important;
		padding: 0 !important;
	}
	.wpcf7-not-valid-tip {
		margin: 10px 5px 0 !important;
	}
	.wpcf7-form.invalid .gagl-field-label {
		top: 30%;
	}
	.gagl-btn {
		padding: 4px 12px 4px 12px !important;
	}
    .wpcf7-spinner {
        display: none !important;
    }
    .wpcf7-form.submitting .wpcf7-spinner {
        display: block !important;
        
        + .wpcf7-spinner {
            display: none !important;
        }
    }

}

.gagl-popup-dialog .gagl-form-card {
	padding: 40px;
	background: none;
}

.gagl-popup-close {
    padding: 0 !important;
	position: absolute;
	top: 12px;
	right: 12px;
	width: 32px;
	height: 32px;
	border: 0;
	background: #f0f3f2;
	color: #333333;
	border-radius: 50% !important;
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
	transition: background 0.2s ease;
}

.gagl-popup-close:hover {
	background: #e2e6e6;
}

@media (max-width: 480px) {
	.gagl-popup-dialog .gagl-form-card {
		padding: 28px 20px;
	}
}

.gagl-cf7 .gagl-field {
	position: relative;
	margin: 0 0 12px;
}

.gagl-cf7 input[type="text"],
.gagl-cf7 input[type="email"],
.gagl-cf7 input[type="tel"] {
	width: 100%;
	height: 48px;
	padding: 0 16px;
	border: 1px solid #cdd6d5;
	border-radius: 5px;
	background: #ffffff;
	font-family: inherit;
	font-size: 15px;
	color: #1c1c1c;
	box-sizing: border-box;
}

.gagl-cf7 input::placeholder {
	color: transparent;
}

.gagl-field-label {
	position: absolute;
	left: 17px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 15px;
	color: #8a9694;
	pointer-events: none;
	transition: opacity 0.1s ease;
}

.gagl-field-label .gagl-req {
	color: #d71539;
	margin-left: 1px;
}

.gagl-cf7 input:not(:placeholder-shown) ~ .gagl-field-label,
.gagl-field.has-value .gagl-field-label {
	opacity: 0;
}

.gagl-cf7 input:focus {
	outline: none;
	border-color: #ED919;
	box-shadow: 0 0 0 3px rgba(0, 111, 90, 0.12);
}

.gagl-cf7 .gagl-submit {
	margin: 6px 0 0;
}

.gagl-cf7 input[type="submit"] {
	border: 2px solid #ED919 !important;
	background: #ED9D19 !important;
	color: #ffffff !important;
	font-family: inherit;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	font-size: 15px;
	margin-top: 12px;
	padding: 2px 10px 2px 10px;
	border-radius: 5px;
	cursor: pointer;
	transition: background 0.2s ease;
}

.gagl-cf7 input[type="submit"]:hover {
	background: #fff !important;
	border: 2px solid #ED919 !important;
	color: #ED9D19 !important;
}

.gagl-cf7 .wpcf7-spinner {
	margin: 12px auto 0;
	display: block;
}

.gagl-cf7 .wpcf7-not-valid-tip {
	font-size: 12px;
	color: #d71539;
	margin-top: 4px;
}

.gagl-cf7 .wpcf7-response-output {
	margin: 14px 0 0;
	padding: 10px 14px;
	font-size: 14px;
	border-radius: 5px;
}

.gagl-download-gate {
	margin-top: 18px;
	padding: 16px;
	background: #e7f0ee;
	border-radius: 6px;
	text-align: center;
}

.gagl-download-message {
	margin: 0 0 12px;
	font-size: 14px;
	color: #1c1c1c;
	line-height: 1.32 !important;
}

.gagl-fill-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.gagl-fill-img .elementor-widget-container,
.gagl-fill-img figure {
	height: 100%;
}

.gagl-testimonials *,
.gagl-faqs *,
.gagl-glossary * {
	box-sizing: border-box;
}

.gagl-testimonials {
	display: grid;
	grid-template-columns: repeat(var(--gagl-cols, 3), 1fr);
	gap: 90px;
	max-width: 1140px;
	margin: 0 auto;
}

.gagl-testimonial {
	margin: 0;
	color: #ffffff;
}

.gagl-stars {
	color: #ED9D19;
	display: flex;
	gap: 4px;
	margin-bottom: 18px;
}

.gagl-testimonial blockquote {
	margin: 0 0 26px;
	padding: 0;
	border: 0;
	font-size: 17px;
	line-height: 1.6;
	font-weight: 500;
	color: #ffffff;
}

.gagl-testimonial blockquote p {
	margin: 0;
}

.gagl-testimonial figcaption {
	display: flex;
	align-items: center;
	gap: 12px;
}

.gagl-avatar {
	flex: 0 0 auto;
	line-height: 0;
}

.gagl-cite {
	display: flex;
	flex-direction: column;
}

.gagl-name {
	font-weight: 700;
	font-size: 16px;
}

.gagl-role {
	font-size: 14px;
	opacity: 0.8;
}

.gagl-faqs {
	max-width: 900px;
	margin: 0 auto;
}

.gagl-faq {
	border-bottom: 1px solid #e2e6e6;
}

.gagl-faq-q {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	background: none;
	border: 0;
	padding: 22px 4px;
	text-align: left;
	cursor: pointer;
	font-family: inherit;
	font-size: 17px;
	font-weight: 600;
	color: #006F5A;
	line-height: 1.4;
}

.gagl-faq-icon {
	flex: 0 0 auto;
	width: 16px;
	height: 16px;
	position: relative;
}

.gagl-faq-icon::before,
.gagl-faq-icon::after {
	content: "";
	position: absolute;
	background: #006F5A;
	transition: transform 0.25s ease, opacity 0.25s ease;
}

.gagl-faq-icon::before {
	top: 7px;
	left: 0;
	width: 16px;
	height: 2px;
}

.gagl-faq-icon::after {
	top: 0;
	left: 7px;
	width: 2px;
	height: 16px;
}

.gagl-faq.is-open .gagl-faq-icon::after {
	transform: scaleY(0);
	opacity: 0;
}

.gagl-faq-a {
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.3s ease;
}

.gagl-faq.is-open .gagl-faq-a {
	max-height: 1200px;
}

.gagl-faq-a-inner {
	padding: 0 4px 24px;
	font-size: 16px;
	line-height: 1.7;
	color: #333333;
}

.gagl-faq-a-inner p {
	margin: 0 0 14px;
}

.gagl-faq-a-inner p:last-child {
	margin-bottom: 0;
}

.gagl-glossary {
	max-width: 1200px;
	margin: 0 auto;
	color: #222222;
}

.gagl-glossary-jump {
	position: relative;
	background: #CEE1E1;
	box-shadow: 0 0 0 100vmax #CEE1E1;
	clip-path: inset(0 -100vmax);
	padding: 60px 30px 62px;
	margin-bottom: 60px;
}

.gagl-glossary-jump h3 {
	font-size: 38px;
	font-weight: 700;
	color: #006F5A;
	margin: 0 0 8px;
	text-align: center;
}

.gagl-glossary-jump > p {
    font-size: 16px;
    line-height: 1.32 !important;
	text-align: center;
	color: #000;
	margin: 0 0 24px;
}

.gagl-search {
	position: relative;
	max-width: 775px;
	margin: 0 auto 28px;
}

.gagl-search input {
	width: 100%;
	padding: 7px 46px 7px 18px;
	border: 1px solid #cdd6d5;
	border-radius: 6px;
	font-size: 16px;
	font-family: inherit;
	background: #ffffff;
}

.gagl-search input:focus {
	outline: none;
	border-color: #006F5A;
	box-shadow: 0 0 0 3px rgba(0, 111, 90, 0.12);
}

.gagl-search-icon {
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	color: #8a9694;
	pointer-events: none;
}

.gagl-index {
	/*column-count: 4;*/
	column-gap: 40px;
	padding: 24px 0 0;
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 680px;
}

.gagl-index-letter {
	break-inside: avoid;
	margin-bottom: 24px;
	height: max-content;
    width: 22%;
}

.gagl-index-letter h4 {
    font-family: 'Poppins', 'Century Gothic', AppleGothic, sans-serif !important;
	font-size: 15px;
	font-weight: 700;
	color: #3A8887;
	margin: 0 0 9px;
	padding-bottom: 6px;
	border-bottom: 1px solid #DAF6F6;
}

.gagl-index-letter.is-hidden {
	display: none;
}

.gagl-index-link {
	display: block;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.32;
}

.gagl-index-link:hover {
	text-decoration: underline;
}

.gagl-index-link.is-hidden {
	display: none;
}

.gagl-noresults {
	text-align: center;
	color: #a33;
	padding: 18px 0;
}

.gagl-group {
	margin-top: 90px;
}

.gagl-group-title {
	font-size: 38px;
	font-weight: 700;
	color: #006F5A;
	margin: 0;
}

.gagl-group-desc {
	color: #000;
	font-size: 16px;
	margin: 0 0 28px;
}

.gagl-term {
	border: 1px solid #e2e6e6;
	border-radius: 10px;
	padding: 30px;
	margin-bottom: 24px;
	background: #ffffff;
}

.gagl-term-title {
	font-size: 19px;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #3A8887;
	margin: 0 0 6px;
}

.gagl-term-level {
	font-size: 13px;
	font-weight: 600;
	color: #ED9D19;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	margin: 0 0 10px;
}

.gagl-term-def {
	font-size: 16px;
	font-weight: 600;
	color: #006F5A;
	line-height: 1.6;
	margin: 0 0 14px;
}

.gagl-term p {
	font-size: 16px;
	line-height: 1.32 !important;
	color: #000;
	margin: 0 0 14px;
}

.gagl-callout-label {
	font-weight: 700;
	color: #ED9D19;
}

.gagl-term-links {
	list-style: none;
	margin: 0 0 14px;
	padding: 0;
}

.gagl-term-links li {
	font-size: 16px;
	color: #000;
	margin-bottom: 4px;
}

.gagl-related {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-bottom: 14px;
	padding-top: 14px;
}

.gagl-related-label {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.05em;
	color: #000;
	margin-right: 4px;
}

.gagl-tag {
	display: inline-block;
	padding: 0px 10px;
	background: #ED9D19;
	color: #ffffff;
	border-radius: 999px;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	transition: background 0.2s ease;
}

.gagl-tag:hover {
	background: #d98c0c;
	color: #ffffff;
}

.gagl-tag.is-unmatched {
	background: none;
	border: 1px dashed #c9c9c9;
	color: #999999;
	cursor: default;
}

.gagl-jump-fab {
	position: fixed;
	right: 24px;
	bottom: 24px;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #006F5A;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
	text-decoration: none;
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity 0.2s ease, transform 0.2s ease, background 0.2s ease;
	z-index: 40;
}

.gagl-jump-fab.is-visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.gagl-jump-fab:hover {
	background: #005342;
}

@media (max-width: 480px) {
	.gagl-jump-fab {
		right: 16px;
		bottom: 16px;
		width: 42px;
		height: 42px;
	}
}

.gagl-term.is-hidden,
.gagl-group.is-hidden {
	display: none;
}

.gagl-glossary-download {
	text-align: center;
	margin-top: 48px;
}

.gagl-btn {
	display: inline-block;
	background: #ED9D19;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	font-size: 15px;
	padding: 16px 34px;
	border-radius: 4px;
	text-decoration: none;
}

.gagl-btn:hover {
	background: #d98c0c;
	color: #ffffff;
}

.gagl-testimonial blockquote:before {
    content: '' !important;
}

.elementor-element.improvements {
	.elementor-icon-box-title {
		margin-bottom: 8px !important;
	}
	.elementor-icon-box-description {
		line-height: 1.32em !important;
	}
}

.elementor-element.pitfalls {
	.elementor-icon-box-title {
		margin-bottom: 8px !important;
	}
	.elementor-icon-box-description {
		line-height: 1.32em !important;
	}
}

.elementor-element.pitfalls {
	/*.elementor-icon-box-icon {*/
	/*	margin-top: 25px !important;*/
	/*}*/
	.elementor-icon-box-title {
		margin-bottom: 0 !important;
	}
}

.elementor-element.faq {
	margin: auto;

	.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg {
		height: 30px !important;
		width: 30px !important;
	}
	.elementor-accordion-item {
		border-width: 0 0 1px 0 !important;
        border-color: #cee1e1;
        border-style: solid;
	}
}

.ci-custom-checklist-download-form {
	.wpcf7-response-output {
		border: 0 none !important;
		color: #dc3232 !important;
		padding: 0 !important;
	}
	.wpcf7-not-valid-tip {
		margin: 10px 5px 0 !important;
	}
	.wpcf7-form.invalid .gagl-field-label {
		top: 30%;
	}
	.gagl-btn {
		padding: 4px 12px 4px 12px !important;
	}
    .wpcf7-spinner {
        display: none;
    }
    .wpcf7-form.submitting .wpcf7-spinner {
        display: block;
        
        + .wpcf7-spinner {
            display: none;
        }
    }
}

.cta-section .elementor-button:hover,
.cta-section .elementor-button:focus {
    background: transparent !important;
    border: 2px solid #fff !important;
    color: #fff !important;
}

.elementor-button {
	background-color: #ED9D19;
	font-family: "Roboto", sans-serif;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.4px;
	color: #ffffff;
	fill: #ffffff;
	border-style: solid;
	border-width: 2px;
	border-color: #ED9D19;
	border-radius: 4px;
	padding: 8px 16px;
}

.elementor-button:hover,
.elementor-button:focus {
	background-color: #ffffff !important;
	color: #ED9D19 !important;
	border-color: #ED9D19 !important;
}

.elementor-button:hover svg,
.elementor-button:focus svg {
	fill: #ED9D19 !important;
}

.elementor-button-outline .elementor-button {
	background-color: #ffffff;
	font-family: "Roboto", sans-serif;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.4px;
	color: #c01530;
	fill: #c01530;
	border-style: solid;
	border-width: 2px;
	border-color: #ffffff;
	border-radius: 4px;
	padding: 8px 16px;
}

.elementor-button-outline .elementor-button:hover,
.elementor-button-outline .elementor-button:focus {
	background-color: #c01530 !important;
	color: #ffffff !important;
	border-color: #c01530 !important;
}

.elementor-button-outline .elementor-button:hover svg,
.elementor-button-outline .elementor-button:focus svg {
	fill: #ffffff !important;
}

.hide-section {
    display: none;
}

@media (max-width: 1220px) {
    .gagl-index {
        height: 730px;
    }
}

@media (max-width: 1200px) {
    .page-id-12816, .page-id-12806 {
        .elementor-widget-container {
            .elementor-heading-title br,
            p br {
                display: none;
            }
            p {
                display: inline;
            }
            .elementor-icon-box-description {
                display: inline-block;
            }
        }
    }
    .gagl-field,
    .gagl-glossary-jump > p,
    .gagl-term p,
    .gagl-form-card,
    .gagl-group-desc,
    .gagl-form-card h3 + p,
    .gagl-download-message {
        display: block !important;
    }
}

@media (max-width: 1024px) {
    .gagl-search {
    	max-width: 475px;
    }
    .gagl-index-letter {
        width: calc(91% / 3);
    }
	.gagl-index {
		column-count: 3;
		height: 850px;
	}
	.gagl-testimonials {
		gap: 30px;
	}
}

@media (max-width: 768px) {
    .gagl-index-letter {
        width: 100%;
    }
    .gagl-index {
        column-count: 2;
		height: auto;
	}
	.gagl-testimonials {
		grid-template-columns: 1fr;
		gap: 36px;
		max-width: 480px;
	}
	.elementor-element.improvements {
		.elementor-icon-box-wrapper {
			text-align: center !important;
		}
		.elementor-icon-box-description {
			margin-bottom: 35px !important;
		}
	}
	.elementor-column:has(.improvements):last-child {
	    .elementor-icon-box-description {
			margin-bottom: 0 !important;
		}
	}
	.elementor-element.pitfalls {
		.elementor-icon-box-wrapper {
			text-align: center !important;
		}
	}
	.gagl-hero-inner-section .elementor-column {
		margin-bottom: 18px;
	}
	.gagl-contact-us-btn {
		margin-bottom: 18px;
	}
	.improvements-section .elementor-widget-wrap {
	    padding-bottom: 0 !important;
	}
}

@media (max-width: 640px) {
    .ci-custom-checklist-download-form {
        padding: 50px 20px 60px 20px !important;
    }
    .cta-section-before-wrapper {
        padding-top: 0 !important;
    }
    .cta-section-wrapper {
        padding-top: 0 !important;
        padding-bottom: 0 !important;

        .elementor-widget-wrap {
            padding: 10px 0 !important;
        }
    }
    .gagl-glossary-jump {
        padding-top: 50px !important;
    }
    .cta-section-btn .elementor-widget-container {
        margin-top: 40px !important;
    }
}

@media (max-width: 480px) {
	.gagl-index {
		column-count: 1;
	}
	.gagl-group-title {
		font-size: 34px;
	}
}
