/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 10 2025 | 13:32:10 */
:root {
	--black: #000000;
    --grey: #898b8e;
    --darkblue: #00506b;
    --midblue: #598398;
    --paleblue: #acc1cc;
    --mint: #42d093;
    --darkermint: #02c485;
	--darkmint: #1b563d;
    --palemint: #c3ded0;
    --pink: #ff40bb;
    --cyan: #00ccff;
    --white: #ffffff;
}

body {
	height: 100vh;
	overflow: hidden;
}

div[data-elementor-type="wp-page"] {
	height: 100%;
	align-items: center;
	display: flex;
}
body.elementor-page div[data-elementor-type="wp-page"] {
    align-items: flex-start;
}

#iframe2 {
	height: 100vh;
	overflow: hidden;
	/*
	height: 56.25vw;
	*/
}


button.e-n-tab-title {
	padding: 0 !important;
	margin: 0 !important;
	background-color: transparent !important;
}
.e-n-tab-title span {
	font-size: 16px;
	font-weight: 600;
    color: var(--black);
    background: var(--mint);
    text-decoration: none;
	border: var(--mint) 2px solid;
    border-radius: 100px;
    padding: 10px 20px;
    transition: all .2s ease-in-out;
    white-space: nowrap;
}
.e-n-tab-title[aria-selected=false] span {
	background: var(--black);
    color: var(--mint);
	cursor: pointer;
}
.e-n-tab-title[aria-selected=false]:hover span {
	background: var(--darkmint);
}

