/* End custom CSS */

.elementor-6635 .elementor-element.elementor-element-b6ae835 {
	padding: 7vw 0vw 7vw 0vw;
}

.elementor-6635 .elementor-element.elementor-element-dbd03cc > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
	margin-block-end: 20px;
}

.elementor-6635 .elementor-element.elementor-element-dbd03cc > .elementor-element-populated {
	margin: 0px 0px 0px 0px;
	--e-column-margin-right: 0px;
	--e-column-margin-left: 0px;
	padding: 0vw 0vw 0vw 0vw;
}

.elementor-6635 .elementor-element.elementor-element-a294dd2 > .elementor-widget-container {
	padding: 2vw 0vw 0vw 0vw;
}

.elementor-widget-theme-post-title .elementor-heading-title {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
	color: var(--e-global-color-primary);
}

.elementor-6635 .elementor-element.elementor-element-e03e35d .elementor-heading-title {
	font-family: "Montserrat", Sans-serif;
	font-size: 60px;
	font-weight: 700;
	line-height: 1em;
	color: #323638;
}

.elementor-widget-theme-post-featured-image .widget-image-caption {
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-6635 .elementor-element.elementor-element-6c38d72 > .elementor-widget-container {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-widget-theme-post-content {
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-6635 .elementor-element.elementor-element-a40a473 {
	color: var(--e-global-color-94c7369);
	font-family: "Roboto", Sans-serif;
	font-weight: 400;
}

.elementor-widget-post-navigation span.post-navigation__prev--label {
	color: var(--e-global-color-text);
}

.elementor-widget-post-navigation span.post-navigation__next--label {
	color: var(--e-global-color-text);
}

.elementor-widget-post-navigation span.post-navigation__prev--label, .elementor-widget-post-navigation span.post-navigation__next--label {
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-post-navigation span.post-navigation__prev--title, .elementor-widget-post-navigation span.post-navigation__next--title {
	color: var(--e-global-color-secondary);
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-secondary-font-weight);
}

@media (min-width:768px) {
	.elementor-6635 .elementor-element.elementor-element-dbd03cc {
		width: 100%;
	}
}

@media (max-width:1024px) {
	.elementor-6635 .elementor-element.elementor-element-e03e35d .elementor-heading-title {
		font-size: 20px;
	}
}

@media (max-width:767px) {
	.elementor-6635 .elementor-element.elementor-element-e03e35d .elementor-heading-title {
		font-size: 19px;
	}
}

/* Start custom CSS */
a {
	color: var(--e-global-color-secondary);
}

tr, td {
	border: 1px solid #333 !important;
	padding: 5px !important;
}

h2, h3 {
	font-weight: 700;
}

.footer_table tr td {
	border: none !important;
}

.site-breadcrumbs, .site-breadcrumbs a {
	font-size: 16px !important;
	line-height: 1.4;
}

span.last {
	color: #333;
}

/* =========================================
   FAQ Accordion
   ========================================= */

/* Accordion container */
.wp-block-details {
	border: 1px solid #ddd;
	border-radius: 8px;
	margin-bottom: 12px;
	background-color: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .05);
	overflow: hidden;
}

/* Remove default browser arrow */
.wp-block-details summary::-webkit-details-marker {
	display: none;
}

.wp-block-details summary {
	list-style: none;
	cursor: pointer;
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-size: 1rem;
	padding: 14px 50px 14px 18px;
	background-color: #f9f9f9;
	position: relative;
	color: #111;
	transition: background-color .3s ease, color .3s ease;
}

/* + / - icon */
.wp-block-details summary::after {
	content: "+";
	font-size: 22px;
	font-weight: 600;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	color: #cd205f;
	transition: transform .25s ease;
}

/* Open state */
.wp-block-details[open] summary {
	background-color: #fff;
}

.wp-block-details[open] summary::after {
	content: "–";
}

/* FAQ content */
.wp-block-details p {
	font-family: "Lato", sans-serif;
	padding: 0 18px 16px 18px;
	margin: 0;
	color: #333;
	line-height: 1.6;
	font-size: .97rem;
}

/* Smooth fade animation */
details.wp-block-details[open] > *:not(summary) {
	animation: fadeIn .3s ease-in;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(-4px);
	}
	
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Hover effect */
.wp-block-details summary:hover {
	background-color: #fff;
}
