/* 
Theme Name: ONCE Elementor
Theme URI: https://github.com/elementor/hello-theme/
Description: Customized Hello Elementor Theme by the Once Interactive Team.
Author: Once Interactive
Author URI: https://onceinteractive.com
Template: hello-elementor
Version: 1.0.3
Text Domain: hello-elementor-child
*/


/* General */

.elementor-widget-container p a{
	color: #16A3E1;
	text-decoration: underline;
	text-decoration-color: #16A3E1;
	text-underline-offset: 3px;
}

.elementor-widget-container p a:hover{
	color: #2E3438 !important;
	text-decoration-color: #2E3438;
}

.hidden-line-break{
	display:block;
}

.tablet-line-break{
	display:none;
}

.reverse-hidden-line-break{
	display:none;
}

html, body {
	overflow-x: hidden;
	--layout-container: 1760;
}

.elementor-button:focus, button:focus, a:focus, input:focus {
	outline: none !important;
}

a, a:hover button, button:hover, a path, a:hover path, .elementor-button, .elementor-button:hover, a .elementor-icon-list-text, a .elementor-icon-list-icon i, a img, a:hover img {
	transition: all .3s ease-in-out !important;
}


/* ::selection {
background: #A6CE39;
color: #FFF;
} */

::placeholder {
	opacity: 1 !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	opacity: 1 !important;
}
::-moz-placeholder { /* Firefox 19+ */
	opacity: 1 !important;
}
:-ms-input-placeholder { /* IE 10+ */
	opacity: 1 !important;
}
:-moz-placeholder { /* Firefox 18- */
	opacity: 1 !important;
}

.no-mb, .no-mb * {
	margin-bottom: 0 !important;
}

.swiper-button a, .menu-item{
	position: relative;
}

.swiper-button a span{
	z-index: 100;
}

.swiper-button a::before{
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	inset: 0 0 0 0;
	z-index: 1;
	transition: transform .5s ease;
	transform: scaleX(0);
	transform-origin: bottom right;
	/* background: #ECB910; */ /* Uncomment this and change the background color for the hover color*/
}

.swiper-button a:hover, .swiper-button a:focus, .swiper-button a:active{
	background-color: transparent !important;
}

.swiper-button a:hover::before, .swiper-button a:active::before, .swiper-button a:focus::before{
	transform: scaleX(1);
	transform-origin: bottom left;
}

body:not(.highlight_links_on) .swiper-text:not(.no-swiper-color) a{
	/*background: linear-gradient(to right, #F1B209, #F1B209 50%, #007EFF 50%); */ /* Uncomment this and change the background color for the hover color, the first 2 colors are the hover and the last is the current color */
	overflow: hidden;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-size: 200% 100%;
	background-position: 100%;
	transition: background-position 275ms ease;
	display: inline !important;
}

body:not(.highlight_links_on) .swiper-text:not(.no-swiper-color) a *:not(br){
	display: inline !important;
}

body:not(.is_underline) .swiper-text a{
	text-decoration: none !important;
}
body:not(.highlight_links_on) .swiper-text:not(.no-swiper-color) a:hover, body:not(.highlight_links_on) .swiper-text:not(.no-swiper-color) a:focus, body:not(.highlight_links_on) .swiper-text:not(.no-swiper-color) a:active{
	background-position: 0 100%;
	opacity: 1 !important;
}

.fake-background{
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100%;
}

.fake-background-content{
	z-index: 10;
}

.fake-background.overlay +.fake-background-content::before{
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .21); //change for the opacity that you want
	z-index: 1;
}

.fake-background.overlay +.fake-background-content > div{
	z-index: 10;
}

.full-img *, .full-img{
	height: 100% !important;
}

.fit-img, .fit-img *{
	width: 100% !important;	
}

.full-img img, .fit-img{
	object-fit: cover;
}

.hide-br-desktop br{
	display: none;
}

.button-bottom{
	position: absolute !important;
	bottom: 0;
}

.fit-secion{
	max-width: max-content;
}

.fix-btn a{
	min-width: max-content;
}



html body .general-image img{
	width: clamp(var(--min), var(--size), var(--max)) !important;
}

html body .general-image.equal-size img{
	height: clamp(var(--min), var(--size), var(--max)) !important;
}

html body .general-button a, html body .general-text .elementor-widget-container, html body .general-list-widget-no-icon .elementor-icon-list-text, html body .general-text-list ul li, html body .general-title .elementor-heading-title, html body .general-icon .elementor-icon {
	font-size: clamp(var(--min), var(--size), var(--max)) !important;
}


html body .general-social-icons a{
	width: clamp(var(--min), var(--size), var(--max)) !important;
	height: clamp(var(--min), var(--size), var(--max)) !important;
	font-size: clamp(var(--min), var(--size), var(--max)) !important;
}

html body .general-list-icon-text .elementor-icon-list-icon, html body .general-btn-with-icon .elementor-button-icon, html body .general-breadcrumbs svg{
	font-size: clamp(var(--min-icon), var(--size-icon), var(--max-icon)) !important;
}

html body .general-list-icon-text .elementor-icon-list-text, html body .general-btn-with-icon .elementor-button-text, html body .general-breadcrumbs span{
	font-size: clamp(var(--min-font), var(--size-font), var(--max-font)) !important;
}

html body .general-menu .elementor-nav-menu .menu-item a{
	font-size: clamp(var(--min-font), var(--size-font), var(--max-font)) !important;
}

html body .general-menu .elementor-nav-menu--main > .elementor-nav-menu, html body .general-menu .elementor-nav-menu--dropdown > .elementor-nav-menu{
	column-gap: clamp(var(--min-space), var(--size-space), var(--max-space)) !important;
}


html body .general-menu .elementor-nav-menu--main > .elementor-nav-menu .menu-item-has-children ul li a, html body .general-menu .elementor-nav-menu--dropdown > .elementor-nav-menu .menu-item-has-children ul li a{
	margin-left: 0 !important;
	padding: clamp(var(--min-child-padding), var(--size-child-padding), var(--max-child-padding));
} 

html body .general-menu .elementor-nav-menu--main > .elementor-nav-menu > .menu-item > a, html body .general-menu .elementor-nav-menu--dropdown > .elementor-nav-menu > .menu-item > a{
	padding-left: clamp(var(--min-parent-horiztonal-padding), var(--size-parent-horiztonal-padding), var(--max-parent-horiztonal-padding));
	padding-right: clamp(var(--min-parent-horiztonal-padding), var(--size-parent-horiztonal-padding), var(--max-parent-horiztonal-padding));
	padding-top: clamp(var(--min-parent-vertical-padding), var(--size-parent-vertical-padding), var(--max-parent-vertical-padding));
	padding-bottom: clamp(var(--min-parent-vertical-padding), var(--size-parent-vertical-padding), var(--max-parent-vertical-padding));
}

html body .general-form form .gform_body input:not([type="checkbox"]), html body .general-form form .gform_body textarea{
	font-size: clamp(var(--min-placeholder-size), var(--size-placeholder), var(--max-placeholder-size)) !important;
}

html body .general-form form .gform_body .gform-field-label {
	font-size: clamp(var(--min-label-font), var(--size-label-font), var(--max-label-font)) !important;
}

html body .general-form form .gform_footer input{
	font-size: clamp(var(--min-button-size), var(--size-button), var(--max-button-size)) !important;
}

html body .general-form .gform_validation_errors *:not(.gform-icon){
	font-size: clamp(var(--min-error-size), var(--size-error), var(--max-error-size)) !important;
}

html body .general-form .gform_confirmation_message {
	font-size: clamp(var(--min-confirmation-size), var(--size-confirmation), var(--max-confirmation-size)) !important;
}

.show-menu{
	display: block;
}

.hide-menu {
	display: none;
}

#breadcrumbs > span {
	display: flex;
	align-items: center;
	column-gap: 25px;
	max-width: max-content;
	background-color: #FFFFFF;
	border-radius: 35px;
	padding: 7px 16px;
}

#breadcrumbs > span a{
	text-decoration: underline !important
}

#breadcrumbs > span a:hover{
	color: var( --e-global-color-primary );
}


/* Uncomment the code below if you want shiny effect on image hover */

/* .shiny-img .elementor-image{
position: relative;
overflow: hidden;
}

.shiny-img .elementor-image::before{
position: absolute;
top: 0;
left: -100%;
z-index: 2;
display: block;
content: '';
width: 50%;
height: 100%;
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
-webkit-transform: skewX(-25deg);
transform: skewX(-25deg);
}

.shiny-img .elementor-image:hover::before{
-webkit-animation: shine .75s;
animation: shine .75s;
} */




/* Only if you have hero arrow */
/*
.down-arrow a{
animation: move_down 2s ease-in-out infinite;
}
*/

/************************************** 
***************************************
***************************************

ADA Plugin

***************************************
***************************************
***************************************/

body .accessability_container .aicon_link {
	bottom: 140px;
	left: -60px;
	padding: 0 !important;
}

body .accessability_container .aicon_link, body .accessability_container .aicon_link img {
	background: transparent !important;
	padding: 0 !important;
	height: inherit;
	display: block;
}


/* change the "color" for the color that you want, for the moment is based on the elementor text color */
button.close_container {
	line-height: 0 !important;
	background: var( --e-global-color-primary ) !important; 
	border: 1px solid var( --e-global-color-primary ) !important;
	color: var( --e-global-color-text ) !important;
}

/* change the "color" for the color that you want, for the moment is based on the elementor text color */
button.close_container:hover {
	background: transparent !important;
	color: var( --e-global-color-primary ) !important;  
}

/* change the "color" for the color that you want, for the moment is based on the elementor text color */
body .accessability_container button.wah-action-button:hover {
	background: var( --e-global-color-primary ) !important;  
	color: var( --e-global-color-text ) !important;  
}

/* change the "color" for the color that you want, for the moment is based on the elementor text color */
body .accessability_container button.wah-action-button {
	background: transparent !important;
	border: 1px solid var( --e-global-color-primary ) !important;  
	color: var( --e-global-color-primary ) !important;  
	font-weight: 400 !important;
}



/************************************** 
***************************************
***************************************

Privacy and Terms Styles

***************************************
***************************************
***************************************/

.legal-text{
	font-size: clamp(var(--min-font), var(--size-font), var(--max-font));
}

.legal-text h2, .legal-text h3, .legal-text h4 {
	line-height: 1.4;
	font-weight: 600;
}

.legal-text h2{
	font-size: clamp(var(--min-h2-font), var(--size-h2-font), var(--max-h2-font));
}

.legal-text h3 {
	font-size: clamp(var(--min-h3-font), var(--size-h3-font), var(--max-h3-font));
}

.legal-text h4{
	font-size: clamp(var(--min-h4-font), var(--size-h4-font), var(--max-h4-font));
}

.legal-text h2, .legal-text h3, .legal-text h4 {
	margin-top: 40px;
}

.legal-text a{
	color: currentcolor;
	font-weight: 700;
	text-decoration: underline !important;
}

.legal-text a:hover{
	color: var(--e-global-color-primary);
}



/*************************************************
**************************************************
**************************************************

Header 

**************************************************
**************************************************
**************************************************/

/* if is transparent header */

/* html .elementor-location-header {
position: absolute;
width: 100%;
z-index: 100;
} */


html body .top-menu .elementor-nav-menu--main > .elementor-nav-menu .menu-item-has-children .sub-menu {
	border-radius: 24px !important;
	border: 1px solid #ECF2F3 !important;
	box-shadow: 0px 1px 3px 0px #1018281A !important;
}

.top-menu .elementor-nav-menu--main > .elementor-nav-menu > .menu-item > a:hover {
	background-color: #ECF2F3;
	border-radius: 8px;
}

html body .top-menu .elementor-nav-menu--main > .elementor-nav-menu .menu-item-has-children .sub-menu li a{
	font-family: "Figtree", Sans-serif;

}


html body .top-menu .elementor-nav-menu--main > .elementor-nav-menu .menu-item-has-children .sub-menu li a:hover {
	background-color: #ECF2F3 !important;
	color: #2e3438b5 !important;
}
html body .top-menu .elementor-nav-menu--main > .elementor-nav-menu .menu-item-has-children .sub-menu li:first-child a:hover,html body .top-menu .elementor-nav-menu--main > .elementor-nav-menu .menu-item-has-children .sub-menu li:first-child a {
	border-radius: 23px 23px 0 0;
}
html body .top-menu .elementor-nav-menu--main > .elementor-nav-menu .menu-item-has-children .sub-menu li:last-child a:hover,html body .top-menu .elementor-nav-menu--main > .elementor-nav-menu .menu-item-has-children .sub-menu li:last-child a {
	border-radius: 0 0 23px 23px;
}
/*************************************************
**************************************************
**************************************************

Homepage 

**************************************************
**************************************************
**************************************************/

html body .hero-title:not(.landing){
	max-width: 69% !important;
}

html body .hero-text{
	max-width: 40% !important;
}

html body .mexico-title{
	max-width: 50% !important;
}

html body .accountant-text{
	max-width: 60% !important;
}

.double-color-title .elementor-heading-title span {
	color: #B0C0C9;
}


.top-menu-btn .elementor-button-icon svg{
	fill: #6D7C8C;
}

.top-menu-btn .elementor-button-content-wrapper{
	column-gap: 15px;
}

html body .badge .elementor-icon-list-item{
	background: #F5F8F8;
	max-width: max-content;
	margin: auto;
	border-radius: 35px;
	padding: 0 12px;
}

html body .badge.left .elementor-icon-list-item{
	margin-left: 0;
}

html body .badge.grey .elementor-icon-list-item {
	background: #ECF2F3;
}

html body .badge.dark .elementor-icon-list-item {
	background: #2E3438;
}

.hero-title .elementor-heading-title span{
	font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
	font-weight: 700;
	font-style: normal;
}

.btn-hero .elementor-button-icon {
	background-color: #fff;
	padding: 20px;
	border-radius: 10px;
}


.btn-hero .elementor-button-icon svg{
	fill: #2E3438;
	transform: rotate(45deg);
}

.btn-hero .elementor-button-content-wrapper{
	align-items: center;
	column-gap: 25px;
}

.btn-hero .elementor-button:hover .elementor-button-icon{
	background-color: var( --e-global-color-primary ); 
}

.btn-hero .elementor-button:hover .elementor-button-icon svg{
	fill: #fff !important;
}

.about-icon .elementor-icon{
	background-color: #fff;
	border-radius: 50%;
	padding: 27px;
}


.white-icon .elementor-icon{
	background-color: #2E3438;
	border-radius: 50%;
	padding: 27px;
}

.services-box-btn .elementor-button-icon svg{
	transform: rotate(-45deg);
}

.bubble * {
	z-index: 1;
}

.bubble::after{
	content: '';
	width: 100%;
	height: 75%;
	display: block;
	position: absolute;
	left: 50%;
	top: 60%;
	transform: translate(-50%, -50%);
	background: radial-gradient(38.51% 44.95% at 50% 50%, #3FBBF1 0%, rgba(63, 187, 241, 0) 100%);
	z-index: 0;
	opacity: .6;
}

.bottom-section-container.bubble::after{
	left: 60%;
	height: 115%;
	opacity: 0.3;
}

.solutions-container.bubble::after{
    left: 71%;
    height: 68%;
    opacity: 0.3;
    width: 60%;
    top: 48%;
}

.blue-title .elementor-heading-title span{
	color: #3FBBF1;
}

.icon-title .elementor-heading-title span {
	position: relative;
}

.icon-title .elementor-heading-title span::before{
	content: '';
	background-image: url(/wp-content/uploads/2025/03/solutions.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: clamp(20px, 1.8vw, 32px);
	height: clamp(20px, 1.8vw, 32px);
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}

.linkedin-btn .elementor-button .elementor-button-icon svg{
	fill: #147FC0;
}

.linkedin-btn .elementor-button:hover .elementor-button-icon svg {
	fill: #fff;
}

.bottom-section::after{
	content: '';
	width: 100%;
	height: 35%;
	background-color: #ECF2F3;
	z-index: 0;
	position: absolute;
	left: 0;
	top: 0;
}

.bottom-section.white::after {
	background-color: #fff;
}



.bottom-section-container:not(.landing)::before{
	transform: rotateY(180deg);
}

.bottom-contact-text a{
	color: currentcolor;
	font-weight: 700 !important;
	text-decoration: underline !important;
}

.bottom-contact-text a:hover{
	color: #147FC0;
}

/* .accountants-grid > .e-con-inner > .elementor-element * {
transition: 0.3s ease-in-out all;
} */

.accountants-grid > .e-con-inner > .elementor-element:hover{
	background-color: #F5F8F8 !important;
	box-shadow: 0px 4px 6px -2px #10182808;
	box-shadow: 0px 12px 16px -4px #10182814;
}

.accountants-grid > .e-con-inner > .elementor-element:hover .about-icon .elementor-icon{
	background-color: #3FBBF1;
}

.accountants-grid > .e-con-inner > .elementor-element:hover .about-icon .elementor-icon svg, .accountants-grid > .e-con-inner > .elementor-element:hover .about-icon .elementor-icon svg path {
	fill: #fff !important;
}

.accountants-grid > .e-con-inner > .elementor-element:hover .about-icon.landing .elementor-icon svg {
	filter: brightness(0) invert(1);
}

.services-grid > .elementor-element .elementor-widget-image{
	overflow: hidden;
	position: relative;
}

.services-grid > .elementor-element .elementor-widget-image::after{
	content: '';
	background-size: clamp(24px, 2.2vw, 40px);
	background-repeat: no-repeat;
	background-position: center;
	width: clamp(48px, 5.45vw, 96px);
	height: clamp(48px, 5.45vw, 96px);
	display: block;
	position: absolute;
	bottom: -100px;
	left: 20px;
	background-color: #2E3438;
	border-radius: 360px;
	transition: bottom 0.3s ease-in-out;
}

.services-grid > .elementor-element:first-child .elementor-widget-image::after{
	background-image: url(/wp-content/uploads/2025/03/Account-Sourcing-Icon.svg);
}
.services-grid > .elementor-element:nth-child(2) .elementor-widget-image::after{
	background-image: url(/wp-content/uploads/2025/03/Medical-Sourcing-Icon.svg);
}
.services-grid > .elementor-element:nth-child(3) .elementor-widget-image::after{
	background-image: url(/wp-content/uploads/2025/03/IT-Resourcing-Icon.svg);
}
.services-grid > .elementor-element:last-child .elementor-widget-image::after{
	background-image: url(/wp-content/uploads/2025/03/Other-Services-Icon.svg); 
}

.services-grid > .elementor-element:hover .elementor-widget-image::after{
	bottom: 20px;
}

.services-grid > .elementor-element:hover{
	background-color: #2E3438 !important;
}

.services-grid > .elementor-element:hover .elementor-widget-heading .elementor-heading-title, .services-grid > .elementor-element:hover .elementor-widget-text-editor .elementor-widget-container{
	color: #F5F8F8;
}

.testimonials-carousel .testimonial-col:hover{
	box-shadow: 0px 4px 6px -2px #10182808;
	box-shadow: 0px 12px 16px -4px #10182814;
}

.testimonials-carousel .testimonial-col .elementor-widget-icon .elementor-icon svg {
	transition: 0.3s ease-in-out fill;
}

.testimonials-carousel .testimonial-col:hover .elementor-widget-icon .elementor-icon svg{
	fill: #2E3438 !important;
}


.career-col:hover{
	background-color: #2E3438 !important;
}

.career-col:hover .elementor-widget-heading .elementor-heading-title, .career-col:hover .elementor-widget-text-editor .elementor-widget-container, .career-col:hover .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text{
	color: #F5F8F8 !important;
}

.career-col:hover .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon svg{
	fill: #F5F8F8 !important;
}



/*************************************************
**************************************************
**************************************************

Landing Page 

**************************************************
**************************************************
**************************************************/


.career-grid > .e-con-inner{
	position: relative;
}

.career-grid > .e-con-inner::after{
	content:'';
	width: 100%;
	height: 2px;
	border-bottom: 2px dotted #16A3E1;
	position: absolute;
	display: block;
	left: 0;
	top: 48px;
	z-index: 0;
}

.career-grid > .e-con-inner > .elementor-element{
	z-index: 1;
}


/*************************************************
**************************************************
**************************************************

Contact 

**************************************************
**************************************************
**************************************************/

.contact-map iframe{
	border-radius: 32px;
}

/*************************************************
**************************************************
**************************************************

About 

**************************************************
**************************************************
**************************************************/

.blue-right{
	overflow: hidden !important;
}

.blue-right::after{
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 85%;
	top: 73%;
	transform: translate(-50%, -50%);
	background: radial-gradient(38.51% 44.95% at 50% 50%, #3FBBF1 0%, rgba(63, 187, 241, 0) 100%);
	z-index: 0;
	opacity: .3;

}


/*************************************************
**************************************************
**************************************************

Our Difference 

**************************************************
**************************************************
**************************************************/

.why-stacc-column{
	overflow: hidden !important;
}

.why-stacc-column::before{
	transform: scale(1.1);
	transition: transform 0.3s ease-in-out !important;
}

.why-stacc-column:hover::before {
	transform: scale(1);
}


.why-stacc-column::after{
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, #000000 100%);
	border-radius: 44px;
}

/*************************************************
**************************************************
**************************************************

Case Studies

**************************************************
**************************************************
**************************************************/

.mobile-image{
	width: 100%;
}

/*************************************************
**************************************************
**************************************************

Single Blog

**************************************************
**************************************************
**************************************************/

.share-btn{
	border: 1px solid #DDE5E8;
	border-radius: 12px;
}

.single-post #breadcrumbs {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	width: 100%;
}

.single-post .breadcrumb_last {
	max-width: 100%; 
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
}

.general-toc .elementor-toc__list-item:has(.elementor-toc__list-wrapper) > .elementor-toc__list-item-text-wrapper::before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	background-image: url('/wp-content/uploads/2025/03/arrow-down.svg');
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 8px;
}

.general-toc .elementor-toc__list-item:has(.elementor-toc__list-wrapper) > .elementor-toc__list-item-text-wrapper svg {
	display: none;
}

.general-toc .elementor-toc__list-item:has(.elementor-toc__list-wrapper) > .elementor-toc__list-wrapper .elementor-toc__list-item svg {
	display: none;
}

.general-toc .elementor-toc__list-item:has(.elementor-toc__list-wrapper) > .elementor-toc__list-wrapper .elementor-toc__list-item a {
	color: #707070;
}


.general-post-content img{
	width: 100%;
	margin: 64px 0;
	border-radius: 44px;
}

.general-post-content h2{
	font-family: "stolzl", Sans-serif !important;
	padding: 0 0 0px 0;
	line-height: 1.5em;
	font-family: Stolzl;
	font-weight: 500;
	letter-spacing: -2%;

}

.general-post-content h3{
	font-family: "stolzl", Sans-serif !important;
	line-height: 1.5em;
	color: #6D7C8C;
	font-family: Stolzl;
	font-weight: 500;
	letter-spacing: -2%;
}

.general-post-content h4{
	font-family: "stolzl", Sans-serif !important;
	line-height: 1.5em;
	color: #6D7C8C;
	font-family: Stolzl;
	font-weight: 500;
	letter-spacing: -2%;
}

.general-post-content h5{
	font-family: "stolzl", Sans-serif !important;
	line-height: 1.5em;
	color: #6D7C8C;
	font-family: Stolzl;
	font-weight: 500;
	letter-spacing: -2%;
}

.general-post-content p{
	font-family: "Figtree", Sans-serif !important;
	line-height: 1.5em;
	padding-bottom: 24px;
	font-family: Figtree;
	font-weight: 500;
	letter-spacing: 0%;
}

.general-post-content span{
	font-family: "Figtree", Sans-serif !important;
	line-height: 1.5em;
	padding-bottom: 24px;
	font-family: Figtree;
	font-weight: 500;
	letter-spacing: 0%;
}

.general-post-content ul{
	font-family: "Figtree", Sans-serif !important;
	line-height: 1.5em;
	padding-bottom: 24px;
	font-family: Figtree;
	font-weight: 500;
	letter-spacing: 0%;
	padding-bottom: 20px;
	padding-top: 15px;
}

.general-post-content li{
	font-family: "Figtree", Sans-serif !important;
	line-height: 1.5em;
	padding-bottom: 24px;
	font-family: Figtree;
	font-weight: 500;
	letter-spacing: 0%;
	padding-bottom: 10px;
}

.general-post-content {
	font-size: clamp(var(--min-font), var(--size-font), var(--max-font));
}

.general-post-content h2 {
	font-size: clamp(var(--min-h2-font), var(--size-h2-font), var(--max-h2-font));
}

.general-post-content h3 {
	font-size: clamp(var(--min-h3-font), var(--size-h3-font), var(--max-h3-font));
}

.general-post-content h4 {
	font-size: clamp(var(--min-h4-font), var(--size-h4-font), var(--max-h4-font));
}

.general-post-content a {
	color: #16A3E1;
	font-weight: 700;
	text-decoration: underline !important;
}

.general-post-content a:hover {
	color: #4f5960;
}

.general-toc svg{
	font-size: clamp(var(--min-icon), var(--size-icon), var(--max-icon)) !important;
}

.general-toc span{
	font-size: clamp(var(--min-font), var(--size-font), var(--max-font)) !important;
}

.general-toc p{
	font-size: clamp(var(--min-font), var(--size-font), var(--max-font)) !important;
}

.general-toc h4 {
	font-size: clamp(var(--min-h4-font), var(--size-h4-font), var(--max-h4-font));
}

.general-toc a {
	color: currentcolor;
	font-weight: 700;
	text-decoration: underline !important;
}

.general-toc a:hover {
	color: var(--e-global-color-primary);
}

/*************************************************
**************************************************
**************************************************

Forms 

**************************************************
**************************************************
**************************************************/

html body .gform-theme--framework form .gform_body .gform_fields{
	row-gap: 15px;
}


html body .gform-theme--framework form .gform_body input:not([type="checkbox"]), html body .gform-theme--framework form .gform_body textarea{
	background-color: #F5F8F8;
	border-radius: 16px;
	border: 1px solid #B0C0C9;
	box-shadow: 0px 1px 2px 0px #1018280D;
	padding: 17px 20px;
	height: auto;
	font-family: "Figtree", Sans-serif;
	line-height: 1.5;
} 

html body .gform-theme--framework form .gform_body textarea{
	resize: none;
}

.gform-theme--framework form .gform_body textarea{
	height: 120px !important;
	min-height: 1px !important;
}

html body .gform-theme--framework form .gform_body input::placeholder, html body .gform-theme--framework form .gform_body textarea::placeholder{
	color: rgba(109, 124, 140, .8);
}


html body .gform-theme--framework form .gform_body .gform-field-label{
	font-family: "Figtree", Sans-serif;
	color: #9BACB9;
	line-height: 1.5;
}

html body .gform-theme--framework form .gform_body .gform-field-label a{
	color: #9BACB9;
	text-decoration: underline !important;
}

html body .gform-theme--framework form .gform_body .gform-field-label a:hover{
	color: #16A3E1;
}

html body .gform-theme--framework form .gform_body input[type="checkbox"]{
	width: 20px;
	height: 20px;
	border-radius: 6px;
	border: 1px solid #D0D5DD;
}

html body .gform-theme--framework form .gform_footer input{
	background: #16A3E1 !important;
	border-radius: 12px !important;
	font-family: "Figtree", Sans-serif !important;
	color: #fff !important;
	line-height: 1.5 !important;
	font-weight: 700 !important;
	padding: 15px !important;
	transition: all ease-in-out 0.5s !important;
}


html body .contact-form .gform-theme--framework form .gform_footer input{
	padding: 24px 31px !important;
}

html body .contact-form.landing .gform-theme--framework form .gform_footer input{
	width: 100% !important;
}

html body .contact-form .gform-theme--framework form .gform_footer{
	padding-top: 20px;
}

html body .gform-theme--framework form .gform_footer input:hover, html body .gform-theme--framework form .gform_footer input:focus{
	background: #fff !important;
	color: #16A3E1 !important;
}

html body .gform-theme--framework .gform_validation_errors{
	border: 0 !important;
	background-color: transparent !important;
	padding: 0 !important;
	outline: none !important;
}

html body .gform-theme--framework .gform_validation_errors .gform-icon{
	border-color: #fff !important;
}

html body .gform-theme--framework .gform_validation_errors *, html body .gform-theme--framework form .gform_body .gfield_description, html body .gform-theme--framework .gform_confirmation_message{
	font-family: "Figtree", Sans-serif !important;
	line-height: 1.5 !important;
	color: #fff !important;
}

html body .gform-theme--framework .gform_confirmation_message{
	font-weight: 700;
}

.gform_wrapper .gform-body .ginput_container{
	position: relative;
}
.gform_wrapper .gform-body .ginput_container input:focus, .gform_wrapper .gform-body .ginput_container textarea:focus{
	outline: none;
	border: 0;
}

.gform_wrapper .gform-body .ginput_container input ~ .focus-border:before, .gform_wrapper .gform-body .ginput_container input ~ .focus-border:after, .gform_wrapper .gform-body .ginput_container textarea ~ .focus-border:before, .gform_wrapper .gform-body .ginput_container textarea ~ .focus-border:after{
	content: ""; 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 0; 
	height: 2px; 
	background-color: var( --e-global-color-primary ); 
	transition: 0.3s;
}

.gform_wrapper .gform-body .ginput_container input ~ .focus-border:after, .gform_wrapper .gform-body .ginput_container textarea ~ .focus-border:after{
	top: auto; 
	bottom: 0; 
	left: auto; 
	right: 0;
}

.gform_wrapper .gform-body .ginput_container input ~ .focus-border i:before, .gform_wrapper .gform-body .ginput_container input ~ .focus-border i:after, .gform_wrapper .gform-body .ginput_container textarea ~ .focus-border i:before, .gform_wrapper .gform-body .ginput_container textarea ~ .focus-border i:after{
	content: ""; 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 2px; 
	height: 0; 
	background-color: var( --e-global-color-primary ); 
	transition: 0.4s;
}

.gform_wrapper .gform-body .ginput_container input ~ .focus-border i:after, .gform_wrapper .gform-body .ginput_container textarea ~ .focus-border i:after{
	left: auto; 
	right: 0; 
	top: auto; 
	bottom: 0;
}

.gform_wrapper .gform-body .ginput_container input:focus ~ .focus-border:before, .gform_wrapper .gform-body .ginput_container input:focus ~ .focus-border:after, .gform_wrapper .gform-body .ginput_container textarea:focus ~ .focus-border:before, .gform_wrapper .gform-body .ginput_container textarea:focus ~ .focus-border:after{
	width: 100%; 
	transition: 0.3s;
}

.gform_wrapper .gform-body .ginput_container input:focus ~ .focus-border i:before, .gform_wrapper .gform-body .ginput_container input:focus ~ .focus-border i:after, .gform_wrapper .gform-body .ginput_container textarea:focus ~ .focus-border i:before, .gform_wrapper .gform-body .ginput_container textarea:focus ~ .focus-border i:after{
	height: 100%; 
	transition: 0.4s;
}

/*************************************************
**************************************************
**************************************************

Footer 

**************************************************
**************************************************
**************************************************/

.footer-form:not(.landing){
	max-width: 425px !important;
}

.footer-form.landing{
	width: 100%;
}

.footer-form.landing .gform_footer input{
	width: 100% !important;
}

.landing-socials .elementor-icon-list-text{
	text-decoration: underline;
}

.footer-logo img{
	filter: brightness(0) invert(1);
}

.socket ul{
	padding: 0;
	list-style: none;
	display: flex;
	column-gap: 35px;
}

.socket a{
	color: var(--e-global-color-primary);
	text-decoration: underline !important;
}


.socket a:hover{
	color: var(--e-global-color-secondary);
}


.bottom-info{
	max-width: max-content;
}



/* Animations - KeyFrames */

@keyframes opacDown {
	0% {
		transform: translate(0, -20px);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: translate(0, 20px);
		opacity: 0;
	}
}

@keyframes shine{
	100%{
		left: 125%;		
	}
}



/* Media Queries */

@media (max-width: 1800px) {
	.elementor-1113 .elementor-element .elementor-element.about-trusted-title{
		--container-widget-width: 65%;
	}
}

@media (max-width: 1735px) {
	html body .elementor-1113 .elementor-element.elementor-element-7ec90f8{
		--container-widget-width: 90%;
	}

	html body .elementor-1370 .why-stacc-column .elementor-element.general-text{
		--container-widget-width: 79%;
	}
}

@media (max-width: 1700px) {
	html body .accountant-text{
		max-width: 55% !important;
	}

	.elementor-1113 .elementor-element .elementor-element.about-ss{
		--container-widget-width: 91%;
	}
}

@media (max-width: 1680px) {
	html body .elementor-1113 .elementor-element.elementor-element-7ec90f8{
		--container-widget-width: 87%;
	}
	html body .elementor-1439 .elementor-element.elementor-element-e18dd94{
		--container-widget-width: 61%;
	}
}

@media (max-width: 1650px) {
	html body .elementor-1113 .elementor-element.elementor-element-3a115f4{
		--container-widget-width: 84%;
	}
}

@media (max-width: 1625px) {
	.elementor-1113 .elementor-element .elementor-element.about-ss{
		--container-widget-width: 88%;
	}
	html body .elementor-1113 .elementor-element.elementor-element-7ec90f8 {
		--container-widget-width: 84%;
	}
}

@media (max-width: 1620px) {
	html body .elementor-1370 .elementor-element.elementor-element-1f8e534 {
		--container-widget-width: 71%;
	}
}

@media (max-width: 1615px) {
	html body .elementor-1370 .why-stacc-column .elementor-element.general-text {
		--container-widget-width: 74%;
	}
}


@media (max-width: 1600px) {
	html body .hero-title:not(.landing) {
		max-width: 70% !important;
	}
	html body .hero-text{
		max-width: 44% !important;
	}
}

@media (max-width: 1575px) {
	.elementor-1113 .elementor-element .elementor-element.about-ss{
		--container-widget-width: 84%;
	}
	html body .elementor-1113 .elementor-element.elementor-element-3a115f4 {
		--container-widget-width: 80%;
	}
	html body .elementor-1113 .elementor-element.elementor-element-7ec90f8 {
		--container-widget-width: 81%;
	}
	html body .elementor-1439 .elementor-element.elementor-element-e18dd94{
		--container-widget-width: 57%;
	}
}



@media (max-width: 1570px) {
	html body .accountant-text {
		max-width: 51% !important;
	}
}

@media (max-width: 1510px) {
	html body .elementor-1113 .elementor-element.elementor-element-7ec90f8 {
		--container-widget-width: 78%;
	}
}

@media (max-width: 1500px) {
	.elementor-1113 .elementor-element .elementor-element.about-ss{
		--container-widget-width: 81%;
	}
	html body .elementor-1113 .elementor-element.elementor-element-3a115f4 {
		--container-widget-width: 76%;
	}
	html body .elementor-1439 .elementor-element.elementor-element-e18dd94{
		--container-widget-width: 59%;
	}
}

@media (max-width: 1446px) {
	html body .elementor-1018 .elementor-element.contact-left-inner-column{
		--width: 65%;
	}
	html body .elementor-1113 .elementor-element.text-adjust-width{
		--container-widget-width: 69%;
	}
}


@media (max-width: 1440px) {
	.hea-conte {
		padding-right: 50px;
	}
}

@media (max-width: 1366px) {}

@media (max-width: 1320px) {
	html body .hero-title:not(.landing) {
		max-width: 75% !important;
	}
}

@media (max-width: 1300px) {
	html body .elementor-1113 .elementor-element.elementor-element-1346771 > .elementor-widget-container{
		padding-top: 20px;
	}

	html body .elementor-1113 .elementor-element.elementor-element-1f5ff6a > .elementor-widget-container{
		padding-top: 13px;
	}
}

@media (max-width: 1280px) {
	html body .elementor-1370 .elementor-element.elementor-element-1f8e534 {
		--container-widget-width: 72%;
	}
}

@media (max-width: 1250px) {
	html body .hero-text {
		max-width: 47% !important;
	}
}

@media (max-width: 1230px) {
	html body .elementor-1439 .elementor-element.elementor-element-e18dd94 {
		--container-widget-width: 63%;
	}
}

@media (max-width: 1210px) {
	.elementor-1113 .elementor-element .elementor-element.about-trusted-title{
		--container-widget-width: 68%;
	}
}

@media (max-width: 1200px) {
	html body .hero-text {
		max-width: 55% !important;
	}
	.services-grid > .elementor-element .elementor-widget-image::after{
		bottom: 20px;
	}

	.legal-text h2, .legal-text h1, .legal-text h3 {
		margin-top: 20px;

	}
	html body .elementor-1113 .elementor-element.text-adjust-width{
		--container-widget-width: 70%;
	}

	html body .elementor-1370 .why-stacc-column .elementor-element.general-text {
		--container-widget-width: 84%;
	}

}

@media (max-width: 1130px){
	html body .elementor-1018 .elementor-element.contact-left-inner-column {
		--width: 72%;
	} 
	html body .elementor-1370 .elementor-element.elementor-element-1f8e534 {
		--container-widget-width: 80%;
	}
}


@media (max-width: 1115px) {
	html body .elementor-1113 .elementor-element.text-adjust-width{
		--container-widget-width: 75%;
	}
	html body .elementor-1370 .why-stacc-column .elementor-element.general-text {
		--container-widget-width: 100%;
	}
}


@media (max-width: 1110px) {
	html body .accountant-text {
		max-width: 55% !important;
	}
	.elementor-1113 .elementor-element .elementor-element.about-ss {
		--container-widget-width: 86%;
	}
	html body .elementor-1113 .elementor-element.elementor-element-7ec90f8 {
		--container-widget-width: 91%;
	}
	html body .elementor-1113 .elementor-element.elementor-element-3a115f4 {
		--container-widget-width: 91%;
	}
}

@media (max-width: 1080px) {}

@media (max-width: 1050px){
	html body .elementor-1018 .elementor-element.contact-left-inner-column {
		--width: 80%;
	} 
}

@media (max-width: 1024px) {
	.career-grid > .e-con-inner::after{
		display: none;
	}
	.tablet-line-break{
		display:block;
	}

	html body .hero-title:not(.landing) {
		max-width: 80% !important;
	}
	html body .hero-text {
		max-width: 59% !important;
	}
	html body .accountant-text {
		max-width: 60% !important;
	}
	html body .elementor-1113 .elementor-element.text-adjust-width{
		--container-widget-width: 82%;
	}
	html body .elementor-1113 .elementor-element.elementor-element-7ec90f8 {
		--container-widget-width: 96%;
	}
	html body .elementor-1370 .elementor-element.elementor-element-1f8e534 {
		--container-widget-width: 85%;
	}
	html body .elementor-1439 .elementor-element.elementor-element-e18dd94 {
		--container-widget-width: 75%;
	}
}

@media (max-width: 989px) {}

@media (max-width: 960px) {
	html body .accountant-text {
		max-width: 65% !important;
	}
}

@media (max-width: 880px) {
	.hidden-line-break{
		display:none;
	}

	.reverse-hidden-line-break{
		display:block;
	}

	.btn-hero .elementor-button-icon{
		padding: 12px;
	}
	.btn-hero .elementor-button-content-wrapper{
		column-gap: 15px;
	}
	.icon-title .elementor-heading-title span::before{
		top: -3px;
	}

	.bottom-section-container::before{
		display: none !important;
	}
	html body .hero-text {
		max-width: 70% !important;
	}
	html body .mexico-title {
		max-width: 60% !important;
	}
	html body .accountant-text {
		max-width: 70% !important;
	}
	html body .elementor-1018 .elementor-element.contact-left-inner-column{
		--width: 100%;
	}

	.grid-columns{
		display: flex !important;
		flex-direction: column !important;
	}
	.elementor-1113 .elementor-element .elementor-element.about-ss {
		--container-widget-width: 100%;
	}
	html body .elementor-1113 .elementor-element.elementor-element-1f5ff6a > .elementor-widget-container {
		padding-top: 23px;
	}
	html body .elementor-1113 .elementor-element.text-adjust-width{
		--container-widget-width: 96%;
	}
	html body .elementor-1113 .elementor-element.elementor-element-7ec90f8 {
		--container-widget-width: 100%;
	}
	html body .elementor-1113 .elementor-element.elementor-element-3a115f4 {
		--container-widget-width: 100%;
	}
	html body .elementor-1370 .elementor-element.elementor-element-1f8e534 {
		--container-widget-width: 100%;
	}
	html body .elementor-1439 .elementor-element.elementor-element-e18dd94 {
		--container-widget-width: 91%;
	}
}

@media (max-width: 825px) {
	.elementor-1113 .elementor-element .elementor-element.about-trusted-title{
		--container-widget-width: 71%;
	}
}

@media (max-width: 780px) {
	.icon-title .elementor-heading-title span::before{
		top: -8px;
	}
	html body .hero-text {
		max-width: 80% !important;
	}
	html body .hero-title:not(.landing) {
		max-width: 90% !important;
	}
	html body .accountant-text {
		max-width: 80% !important;
	}
}

@media (max-width: 768px) {
	.elementor-1113 .elementor-element .elementor-element.about-trusted-title{
		--container-widget-width: 77%;
	}
	html body .elementor-1113 .elementor-element.text-adjust-width{
		--container-widget-width: 100%;
	}
	html body .elementor-1439 .elementor-element.elementor-element-e18dd94 {
		--container-widget-width: 100%;
	}
}

@media (max-width: 767px) {
	
	.landing-socials .elementor-icon-list-item::after{
		display: none !important;
	}
	.tablet-line-break{
		display:none !important;
	}

	.elementor-1113 .elementor-element .elementor-element.about-trusted-title{
		--container-widget-width: 100%;
	}
	.contact-map iframe{
		border-radius: 16px;
	}
	html body .hero-text {
		max-width: 100% !important;
	}
	html body .hero-title:not(.landing) {
		max-width: 100% !important;
	}
	html body .mexico-title {
		max-width: 100% !important;
	}
	html body .accountant-text {
		max-width: 100% !important;
	}
	.icon-title .elementor-heading-title span{
		display: inline-block;
	}
	.icon-title .elementor-heading-title span::before{
		transform: -10px;
		left: 0;
		right: inherit;
	}
	.socket ul{
		flex-direction: column;
		row-gap: 20px;
	}
	.btn-hero .elementor-button-icon{
		padding: 13px;
	}

	.about-icon .elementor-icon, .white-icon .elementor-icon{
		padding: 12px;
	}

	.hide-br-mobile br{
		display: none;
	}

	.services-box-btn .elementor-button-icon, .fix-ico-btn .elementor-button-icon{
		position: relative;
		top: 3px;
	}
	.bubble::after{
		width: 200%;
		height: 80%;
		left: 50%;
		top: 65%;
		opacity: .2;
	}
	.careers-grid{
		display: flex !important;
		flex-direction: column !important;
	}
	html body .contact-form .gform-theme--framework form .gform_footer input{
		padding: 14px 15px !important;
	}
	html body .gform-theme--framework form .gform_body input:not([type="checkbox"]), html body .gform-theme--framework form .gform_body textarea{
		border-radius: 8px;
		padding: 9px 15px;
	}

	.testimonials-carousel .swiper-pagination {
		top: 91% !important;
		z-index: 20 !important;
	}

	.testimonials-carousel .swiper-pagination .swiper-pagination-bullet{
		width: 10px !important;
		height: 10px !important;
		background-color: #9BACB9 !important;
		opacity: 1 !important;
	}

	.testimonials-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
		background-color: #3FBBF1 !important;
	}
	.bottom-info{
		max-width: 100%;
	}
	.accountant-staff-title{
		padding-right: 25px;
	} 

	html body .elementor-1018 .elementor-element.contact-left-inner-column {
		--width: 85%;
	}
	html body .gform-theme--framework form .gform_footer input{
		padding: 9px !important;
	}
	.why-stacc-column::after{
		border-radius: 16px;
	}
}


@media (max-width: 410px) {
	.accountant-staff-title{
		padding-right: 0;
	}
	html body .elementor-1018 .elementor-element.contact-left-inner-column {
		--width: 100%;
	}
}


@media (max-width: 360px) {}