/* # Global Styes
   # Please insert all GLobal Styles below, avoid inserting anywhere.
---------------------------------------------------------------------------------------------------- */
html {
	font-size: 62.5%; /* 10px browser default */
}
body {
	background-color: #fff;
	color: #000;
	font-size: 1.6rem;
	font-weight: 400;
	margin: 0;
	padding: 0;
	line-height: 1.45;
}
body > div {
	font-size: 1.6rem;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}
a {
	text-decoration: none;
}

/* Reusable */
.site-btn-bordered a{
   border-radius: 60px; 
   display: inline-flex;
   align-items: center;
   justify-content: center;
   height: 3.594vw;
   background: none;
   position: relative;
}

.site-btn-bordered a:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 60px; 
    padding: 2px;
        background: linear-gradient(269deg, #28065A 0%, #D93E66 100%), linear-gradient(358deg, #3F327A 27.4%, #231A4C 76.2%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.site-btn-bordered a:hover:before {
   background: linear-gradient(93deg, #28065A 0%, #D93E66 100%), linear-gradient(358deg, #3F327A 27.4%, #231A4C 76.2%);
}




.site-btn a {
    border-radius: 60px;
	border: 1px solid #3F327A;
	background: linear-gradient(0deg, #28065A 0%, #D93E66 100%), linear-gradient(94deg, #3F327A 27.4%, #231A4C 76.2%);
	box-shadow: 5px 2px 14.9px 0 rgba(255, 255, 255, 0.25) inset, 10px 13px 26.7px 0 rgba(20, 21, 42, 0.50);
		height: 3.594vw;
		display: inline-flex;
		align-items: center;
		justify-content: center;
}

.site-btn a:hover {
   background: linear-gradient(178deg, #28065A 0%, #D93E66 100%), linear-gradient(94deg, #3F327A 27.4%, #231A4C 76.2%);
}






@font-face {
    font-family: 'Archivo SemiExpanded';
    src: url('/wp-content/uploads/2025/11/ArchivoSemiExpanded-Light.eot');
    src: url('/wp-content/uploads/2025/11/ArchivoSemiExpanded-Light.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/uploads/2025/11/ArchivoSemiExpanded-Light.woff2') format('woff2'),
        url('/wp-content/uploads/2025/11/ArchivoSemiExpanded-Light.woff') format('woff'),
        url('/wp-content/uploads/2025/11/ArchivoSemiExpanded-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Archivo SemiExpanded';
    src: url('/wp-content/uploads/2025/11/ArchivoSemiExpanded-Regular.eot');
    src: url('/wp-content/uploads/2025/11/ArchivoSemiExpanded-Regular.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/uploads/2025/11/ArchivoSemiExpanded-Regular.woff2') format('woff2'),
        url('/wp-content/uploads/2025/11/ArchivoSemiExpanded-Regular.woff') format('woff'),
        url('/wp-content/uploads/2025/11/ArchivoSemiExpanded-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Archivo SemiExpanded';
    src: url('/wp-content/uploads/2025/11/ArchivoSemiExpanded-Bold.eot');
    src: url('/wp-content/uploads/2025/11/ArchivoSemiExpanded-Bold.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/uploads/2025/11/ArchivoSemiExpanded-Bold.woff2') format('woff2'),
        url('/wp-content/uploads/2025/11/ArchivoSemiExpanded-Bold.woff') format('woff'),
        url('/wp-content/uploads/2025/11/ArchivoSemiExpanded-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Archivo SemiExpanded';
    src: url('/wp-content/uploads/2025/11/ArchivoSemiExpanded-Thin.eot');
    src: url('/wp-content/uploads/2025/11/ArchivoSemiExpanded-Thin.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/uploads/2025/11/ArchivoSemiExpanded-Thin.woff2') format('woff2'),
        url('/wp-content/uploads/2025/11/ArchivoSemiExpanded-Thin.woff') format('woff'),
        url('/wp-content/uploads/2025/11/ArchivoSemiExpanded-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

.gform_body input:focus::-webkit-input-placeholder, .gform_body textarea:focus::-webkit-input-placeholder {
 opacity: 0 !important;
}
.gform_body input:focus:-moz-placeholder, .gform_body textarea:focus:-moz- placeholder {
 opacity: 0 !important;
}
.gform_body input:focus:-ms-input-placeholder, .gform_body textarea:focus:-ms- input-placeholder {
 opacity: 0 !important;
}
.gform_body input:focus::placeholder, .gform_body textarea:focus::placeholder {
 opacity: 0 !important;
}


@media only screen and (min-width: 1025px) {
    .fluid-section .elementor-container {
        width: 80%
    }

    .fluid-section .elementor-inner-section .elementor-container,.fluid-section .elementor-widget-popup .elementor-container {
        width: 100%
    }

    .fluid-row .elementor-container {
        width: 65%
    }

    .fluid-row .elementor-inner-section .elementor-container,.fluid-row .elementor-widget-popup .elementor-container {
        width: 100%
    }
}



/* # Elementor Overwrites ---------------------------------------------------------------------------------------------------- */
.elementor-editor-active .site-header,
.elementor-editor-active .nav-primary {
	display: none;
}
.full-width-content.elementor-page .site-inner {
	max-width: none;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}
.full-width-content.elementor-page .entry {
	padding: 0;
	margin: 0;
}
body .elementor-section.elementor-section-boxed>.elementor-container {
	max-width: 119rem;
}
.full-width-content.elementor-page .site-inner {
	padding-top: 0;
}
.elementor_library-template-default.elementor-editor-active .sidebar {
    display: none;
}
.elementor_library-template-default .content {
    width: 100%;
    padding: 0;
    margin: 0;
}
.site-footer {
	display: none;
}

/* # will apply this css starting 1024px and below
   # Please insert all media queries below, avoid creating new breakpoints and inserting anywhere.
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1024px) {

}

/* # will apply this css starting 1023px and below
   # Please insert all media queries below, avoid creating new breakpoints and inserting anywhere.
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1023px) {

}

/* # Font Sizing
   # Please insert all media queries below, avoid creating new breakpoints and inserting anywhere.
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
   .site-btn a,
   .site-btn-bordered a{
       height: 6.5vw;
   }
}


@media only screen and (max-width: 767px) {
    .site-btn a,
    .site-btn-bordered a{
       height: 14vw;
   }
}




@media only screen and (max-width:1600px) {
	html {
		font-size: 56.3%;
	}
}
@media only screen and (max-width:1023px) {
	br {
		display: none;
	}
}
@media only screen and (max-width:960px) {
	html {
		font-size: 50%;
	}
}

@media only screen and (max-width:768px) {

}

@media only screen and (max-width:767px) {

}

@media only screen and (max-width:568px) {

}


