@font-face {
    font-family: 'Palatino';
    src: url('../resources/fonts/Palatino%20LT%20Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Palatino';
    src: url('../resources/fonts/Palatino%20LT%20Roman.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Palatino';
    src: url('../resources/fonts/Palatino%20LT%20Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Palatino';
    src: url('../resources/fonts/Palatino%20LT%20Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Palatino';
    src: url('../resources/fonts/Palatino%20LT%20Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Palatino-italic';
    src: url('../resources/fonts/Palatino%20LT%20Black.woff') format('woff');
    font-style: italic;
    font-display: swap;
}

.palatino-font {
    font-family: 'Palatino', sans-serif !important;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
/* Design tokens live in assets/css/acos-tokens.css (enqueued as acos-tokens). */
html {
    color: var(--acos-color-primary);
    font-size: 11px;
    line-height: 1.5;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
    margin-bottom: 0;
	margin-block-end: 0;
}
body {
    margin: 0;
    padding: 0;
    color: var(--acos-color-text);
    font-family: var(--acos-font-body);
    font-size: var(--acos-body-size);
    font-weight: var(--acos-body-weight);
    line-height: var(--acos-body-lh);
    background-color: var(--acos-color-white);
    overflow-x: hidden;
    letter-spacing: var(--acos-body-spacing);
}
body p,
body .elementor-widget-container,
body .elementor-image-box-description,
body .elementor-widget-call-to-action .elementor-cta__description,
html body .elementor-widget-call-to-action .elementor-cta__description.elementor-cta__content-item {
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    color: inherit;
    font-weight: inherit;
}
p {
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    line-height: inherit;
    font-weight: inherit;
    text-transform: inherit;
}
.elementor-text-editor p {
	font-size: inherit;
	font-family: inherit;
	color: inherit;
	line-height: inherit;
	font-weight: inherit;
	text-transform: inherit;
}
a {
    font-family: inherit;
    font-weight: inherit;
    text-decoration: var(--acos-link-decoration);
    color: var(--acos-link-color);
    font-size: inherit;
    transition: all 0.3s;
}
.elementor p a {
    font-weight: 700;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
    color: var(--acos-color-secondary);
}
body a:hover,
body p a:hover {
    color: var(--acos-color-secondary);
    text-decoration: none;
}
body .elementor-widget-heading h1.elementor-heading-title,
body h1,
body .h1,
body .elementor-widget-heading.h1 .elementor-heading-title,
h1.elementor-cta__title.elementor-cta__content-item {
    font-family: var(--acos-font-heading);
    font-size: var(--acos-h1-size);
    font-weight: var(--acos-h1-weight);
    line-height: var(--acos-h1-lh);
    letter-spacing: var(--acos-h1-spacing);
    color: var(--acos-color-primary);
}
body .elementor-widget-heading.palatino-font h1.elementor-heading-title,
body .elementor-widget-heading.palatino-font .elementor-heading-title,
.palatino-font h1.elementor-cta__title.elementor-cta__content-item {
    font-family: inherit !important;
    font-weight: 700 !important;
    line-height: 60px !important;
    font-size: 40px !important;
    letter-spacing: 4%;
}
body .elementor-widget-heading h2.elementor-heading-title,
body h2,
body .h2,
body .elementor-widget-heading.h2 .elementor-heading-title,
body .elementor-widget-animated-headline.h2 .elementor-headline,
h2.elementor-cta__title.elementor-cta__content-item,
body .elementor-image-box-content h2.elementor-image-box-title,
.elementor-posts .elementor-post__card h2.elementor-post__title,
.elementor-posts h2.elementor-post__title {
    font-family: var(--acos-font-heading);
    font-size: var(--acos-h2-size);
    font-weight: var(--acos-h2-weight);
    line-height: var(--acos-h2-lh);
    color: var(--acos-color-primary);
}
body .elementor-widget-heading h3.elementor-heading-title,
body h3,
body .h3,
body .elementor-widget-heading.h3 .elementor-heading-title,
h3.elementor-cta__title.elementor-cta__content-item,
body .elementor-image-box-content h3.elementor-image-box-title,
.elementor-posts .elementor-post__card h3.elementor-post__title,
.elementor-posts h3.elementor-post__title {
    font-family: var(--acos-font-heading);
    font-size: var(--acos-h3-size);
    font-weight: var(--acos-h3-weight);
    line-height: var(--acos-h3-lh);
    color: var(--acos-color-primary);
}
body .elementor-widget-heading h4.elementor-heading-title,
body h4,
body .h4,
body .elementor-widget-heading.h4 .elementor-heading-title,
h4.elementor-cta__title.elementor-cta__content-item,
body .elementor-image-box-content h4.elementor-image-box-title,
.elementor-posts .elementor-post__card h4.elementor-post__title,
.elementor-posts h4.elementor-post__title {
    font-family: var(--acos-font-heading);
    font-size: var(--acos-h4-size);
    font-weight: var(--acos-h4-weight);
    line-height: var(--acos-h4-lh);
    letter-spacing: var(--acos-h4-spacing);
    color: var(--acos-color-primary);
}
body .elementor-widget-heading h5.elementor-heading-title,
body h5,
body .h5,
body .elementor-widget-heading.h5 .elementor-heading-title,
h5.elementor-cta__title.elementor-cta__content-item,
body .elementor-image-box-content h5.elementor-image-box-title,
.elementor-posts .elementor-post__card h5.elementor-post__title,
.elementor-posts h5.elementor-post__title {
    font-family: var(--acos-font-body);
    font-size: var(--acos-h5-size);
    font-weight: var(--acos-h5-weight);
    line-height: var(--acos-h5-lh);
    letter-spacing: var(--acos-h5-spacing);
    color: var(--acos-color-primary);
}
body .elementor-widget-heading h6.elementor-heading-title,
body h6,
body .h6,
body .elementor-widget-heading.h6 .elementor-heading-title,
h6.elementor-cta__title.elementor-cta__content-item,
body .elementor-image-box-content h6.elementor-image-box-title,
.elementor-posts .elementor-post__card h6.elementor-post__title,
.elementor-posts h6.elementor-post__title {
    font-family: "Oswald", Arial, Sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.4px;
}
body p.lead-text,
body .lead-text p,
body .lead-text.elementor-widget-text-editor,
body .lead-text.elementor-widget-text-editor p,
body .lead-text .elementor-widget-text-editor,
body .lead-text .elementor-widget-text-editor p,
.lead-text .elementor-cta__description.elementor-cta__content-item {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
}
body .small-text.elementor-widget-text-editor,
body .small-text.elementor-widget-text-editor p,
body .small-text .elementor-widget-text-editor,
body .small-text .elementor-widget-text-editor p,
.small-text .elementor-cta__description.elementor-cta__content-item {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
}
/* / --------Button style------------ / */
.forms-wrapper [type="submit"],
body .elementor-widget-button [type="button"]:not(.gm-control-active),
body .elementor-widget-button [type="submit"]:not(.adminbar-button),
body .elementor-button,
body .elementor-widget-button .elementor-button,
body .elementor-widget-button [type="button"]:not(.gm-control-active):focus,
body .elementor-widget-button [type="button"]:not(.gm-control-active),
body .elementor-widget-button [type="submit"]:not(.adminbar-button):focus,
body .elementor-widget-button button:not(.gm-control-active):focus,
body .elementor-widget-button button:not(.gm-control-active),
body .elementor-widget-button .elementor-cta .elementor-cta__button.elementor-button,
body .elementor-widget-button .elementor-kit-7 .elementor-button:focus,
body .elementor-widget-button .elementor-cta--skin-classic .elementor-cta__button.elementor-button,
body .elementor-widget-call-to-action .elementor-cta__button.elementor-button,
.elementor-widget-form .elementor-field-type-submit .elementor-button[type="submit"] {
    color: var(--acos-btn-lg-color);
    background-color: var(--acos-btn-lg-bg);
    font-size: var(--acos-btn-lg-size) !important;
    line-height: var(--acos-body-lh);
    padding: var(--acos-btn-lg-padding);
    font-weight: var(--acos-btn-lg-weight) !important;
    border: 0;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    border-radius: var(--acos-btn-radius);
    -webkit-appearance: none;
    transition: all 0.3s;
    box-sizing: border-box;
    font-family: var(--acos-btn-font);
    max-width: 100%;
    text-transform: var(--acos-btn-uppercase);
    letter-spacing: var(--acos-btn-spacing);
}
.forms-wrapper [type="submit"]:hover,
body .elementor-widget-button [type="button"]:not(.gm-control-active):hover,
body .elementor-widget-button [type="submit"]:not(.adminbar-button):hover,
body .elementor-widget-button .elementor-button:hover,
body .elementor-button:hover,
body .elementor-widget-button [type="button"]:not(.gm-control-active):focus:hover,
body .elementor-widget-button [type="button"]:not(.gm-control-active):hover,
body .elementor-widget-button [type="submit"]:not(.adminbar-button):focus:hover,
body .elementor-widget-button button:not(.gm-control-active):focus:hover,
body .elementor-widget-button button:not(.gm-control-active):hover,
body .elementor-widget-button .elementor-cta .elementor-cta__button.elementor-button:hover,
body .elementor-widget-button .elementor-kit-7 .elementor-button:focus:hover,
body .elementor-widget-button .elementor-cta--skin-classic .elementor-cta__button.elementor-button:hover,
body .elementor-widget-call-to-action .elementor-cta__button.elementor-button:hover,
.elementor-widget-form .elementor-field-type-submit .elementor-button[type="submit"]:hover {
    background-color: var(--acos-btn-lg-hover-bg);
    color: var(--acos-btn-lg-color);
}

body .elementor-widget-button.small-btn [type="button"]:not(.gm-control-active),
body .elementor-widget-button.small-btn [type="submit"]:not(.adminbar-button),
body .small-btn .elementor-button,
body .elementor-widget-button.small-btn .elementor-button,
body .elementor-widget-button.small-btn [type="button"]:not(.gm-control-active):focus,
body .elementor-widget-button.small-btn [type="button"]:not(.gm-control-active),
body .elementor-widget-button.small-btn [type="submit"]:not(.adminbar-button):focus,
body .elementor-widget-button.small-btn button:not(.gm-control-active):focus,
body .elementor-widget-button.small-btn button:not(.gm-control-active),
body .elementor-widget-button.small-btn .elementor-cta .elementor-cta__button.elementor-button,
body .elementor-widget-button.small-btn .elementor-kit-7 .elementor-button:focus,
body .elementor-widget-button.small-btn .elementor-cta--skin-classic .elementor-cta__button.elementor-button,
body .elementor-widget-call-to-action.small-btn .elementor-cta__button.elementor-button,
.small-btn.elementor-widget-form .elementor-field-type-submit .elementor-button[type="submit"] {
    font-size: var(--acos-btn-sm-size) !important;
    padding: var(--acos-btn-sm-padding);
    font-weight: var(--acos-btn-sm-weight) !important;
    border-radius: var(--acos-btn-radius-sm);
}
body .elementor-widget-button.bordered [type="button"]:not(.gm-control-active),
body .elementor-widget-button.bordered [type="submit"]:not(.adminbar-button),
body .bordered .elementor-button,
body .elementor-widget-button.bordered .elementor-button,
body .elementor-widget-button.bordered [type="button"]:not(.gm-control-active):focus,
body .elementor-widget-button.bordered [type="button"]:not(.gm-control-active),
body .elementor-widget-button.bordered [type="submit"]:not(.adminbar-button):focus,
body .elementor-widget-button.bordered button:not(.gm-control-active):focus,
body .elementor-widget-button.bordered button:not(.gm-control-active),
body .elementor-widget-button.bordered .elementor-cta .elementor-cta__button.elementor-button,
body .elementor-widget-button.bordered .elementor-kit-7 .elementor-button:focus,
body .elementor-widget-button.bordered .elementor-cta--skin-classic .elementor-cta__button.elementor-button,
body .elementor-widget-call-to-action.bordered .elementor-cta__button.elementor-button,
.bordered.elementor-widget-form .elementor-field-type-submit .elementor-button[type="submit"]  {
    border: 2px solid var(--primary);
    padding: 4px 15px;
} 
body .elementor-widget-button.bordered.secondary [type="button"]:not(.gm-control-active),
body .elementor-widget-button.bordered.secondary [type="submit"]:not(.adminbar-button),
body .bordered.secondary .elementor-button,
body .elementor-widget-button.bordered.secondary .elementor-button,
body .elementor-widget-button.bordered.secondary [type="button"]:not(.gm-control-active):focus,
body .elementor-widget-button.bordered.secondary [type="button"]:not(.gm-control-active),
body .elementor-widget-button.bordered.secondary [type="submit"]:not(.adminbar-button):focus,
body .elementor-widget-button.bordered.secondary button:not(.gm-control-active):focus,
body .elementor-widget-button.bordered.secondary button:not(.gm-control-active),
body .elementor-widget-button.bordered.secondary .elementor-cta .elementor-cta__button.elementor-button,
body .elementor-widget-button.bordered.secondary .elementor-kit-7 .elementor-button:focus,
body .elementor-widget-button.bordered.secondary .elementor-cta--skin-classic .elementor-cta__button.elementor-button,
body .elementor-widget-call-to-action.bordered.secondary .elementor-cta__button.elementor-button,
.bordered.secondary.elementor-widget-form .elementor-field-type-submit .elementor-button[type="submit"] {
    border: 2px solid var(--secondary);
} 
/* body .elementor-widget-button.small-btn [type="button"]:not(.gm-control-active):hover,
body .elementor-widget-button.small-btn [type="submit"]:not(.adminbar-button):hover,
body .elementor-widget-button.small-btn .elementor-button:hover,
body .small-btn .elementor-button:hover,
body .elementor-widget-button.small-btn [type="button"]:not(.gm-control-active):focus:hover,
body .elementor-widget-button.small-btn [type="button"]:not(.gm-control-active):hover,
body .elementor-widget-button.small-btn [type="submit"]:not(.adminbar-button):focus:hover,
body .elementor-widget-button.small-btn button:not(.gm-control-active):focus:hover,
body .elementor-widget-button.small-btn button:not(.gm-control-active):hover,
body .elementor-widget-button.small-btn .elementor-cta .elementor-cta__button.elementor-button:hover,
body .elementor-widget-button.small-btn .elementor-kit-7 .elementor-button:focus:hover,
body .elementor-widget-button.small-btn .elementor-cta--skin-classic .elementor-cta__button.elementor-button:hover,
body .elementor-widget-call-to-action.small-btn .elementor-cta__button.elementor-button:hover,
.small-btn.elementor-widget-form .elementor-field-type-submit .elementor-button[type="submit"]:hover {
    background-color: var(--secondary);
    color: var(--primary);
} */
.elementor-widget-form .elementor-field-type-submit {
    text-align: center;
}
.elementor-widget-form .elementor-field-type-submit .elementor-button[type="submit"] {
    max-width: max-content;
    margin: 0 auto;
    min-width: 220px;
}
.elementor-widget-form .elementor-message.elementor-help-inline {
    font-size: 11px;
    line-height: 1.2;
    margin: 4px 0 0;
    display: inline-block
}
.elementor-widget-form .elementor-message:not(.elementor-help-inline) {
    text-align: center;
    font-weight: 500;
}
.elementor-widget-form .elementor-field-group {
    display: block !important
/*     align-items: space-between; */
    
}
.hidden {
    display: none;
}
.overflow-hidden {
    overflow: hidden;
}
.left-aligned > .e-con-inner {
    margin-left: 0 !important;
}
.elementor-widget-text-editor p:last-child {
	margin-bottom: 0;
}
body footer .elementor-icon-list-items .elementor-icon-list-item>a:not(.elementor-button) {
	text-decoration: none;
}
body footer .elementor-icon-list-items .elementor-icon-list-item>a:not(.elementor-button) {
	max-width: max-content;
}
body footer .elementor-icon-list-items .elementor-icon-list-item>a:not(.elementor-button):hover .elementor-icon-list-text {
	text-decoration: underline;
}
.multi-column-list .elementor-icon-list-items {
    column-count: 3;
}


.social_icons_wrapper {
    max-width: max-content
}

.footer_signup_form .elementor-form-fields-wrapper {
    display: flex;
    flex-wrap: nowrap;
}
.footer_signup_form .elementor-form-fields-wrapper .elementor-field-type-email {
    flex: 1;
    max-width: 205px;
}
.footer_signup_form .elementor-form-fields-wrapper .elementor-field-textual,
.footer_signup_form .elementor-form-fields-wrapper .e-form__buttons .elementor-button {
    min-height: 22px;
    height: 22px;
    padding: 3px 7px !important;
}
.footer_signup_form .elementor-form-fields-wrapper .e-form__buttons,
.footer_signup_form .elementor-form-fields-wrapper .elementor-button {
    min-width: unset !important;
    width: auto !important;
}

.footer_signup_form .elementor-form-fields-wrapper .elementor-field-group {
    margin: 0 !important;
    line-height: 1;
}
.footer_signup_form .elementor-message {
    text-align: left !important;
    color: #fff !important;
    font-size: 14px !important;
    margin: 16px 0 0;
    line-height: 1;
    font-weight: 500;
}

.footer_signup_form .elementor-message:before {
    filter: brightness(0) saturate(100%) invert(100%) sepia(8%) saturate(33%) hue-rotate(334deg) brightness(108%) contrast(107%);
}
footer > .elementor-element {
    background-size: auto 100% !important;
    background-repeat: no-repeat;
    background-position: center;
}
.home-hero-banner {
    background-size: auto 100% !important;
    background-position: left bottom !important;
    background-repeat: no-repeat;
    max-width: 1100px;
    position: relative;
}
.home-hero-banner::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, #3588C0 25.74%, #F5DC58 100%);
    mix-blend-mode: color-burn;
    
}
.home-hero-banner::before {
    position: absolute;
    left: 0 !important;
    top: 0 !important;
    width: calc(50% - 158px) !important;
    height: 100%;
    background: linear-gradient(90deg, #FAFAFA 35%, rgba(250, 250, 250, 0) 100%)  !important;
}
.home-hero-banner  > .e-con-inner::before {
    content: '';
    max-height: 292px;
    height: 292px;
    position: absolute;
    bottom: 0;
    left: 0;
    top: auto !important;
    width: 100% !important;
    background: linear-gradient(180deg, #FCFAF5 18.75%, rgba(252, 250, 245, 0) 100%);
    transform: rotate(-180deg) !important;
    z-index: 1;
}
.home-hero-banner .e-con-inner {
    z-index: 2
} 
.hero-watermark {
    position: absolute !important;
    width: 367px;
    height: 424px;
    mix-blend-mode: Multiply;
    top: calc(50% + 30px);
    transform: translatey(-50%);
    left: calc(50% + 242px);

}

.image_cards_wrapper .elementor-widget-image {
    width: 141px;
    height: 134px;
}

.image_cards_wrapper .elementor-widget-image img {
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    width: 100%;
    object-fit: contain
}

.cta_hover_overlay  .elementor-cta__bg-overlay {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 31.97%, rgba(250, 250, 250, 0.7) 59.67%, #D2DCEA 87.38%);
}

[data-elementor-type="header"] {
    position: fixed;
    top: 0;
    z-index: 101;
    width: 100%;
}
/* [data-elementor-type="header"]::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 169px;
    background: linear-gradient(180deg, #FAFAFA 0%, rgba(250, 250, 250, 0.485577) 70%, rgba(250, 250, 250, 0) 100%);

} */

/* / =============== Order and Unorder List =============== / */
body .site-main ul:not([class]) {
	font-size: inherit;
	list-style: none;
}

body .site-main ol {
	list-style: decimal outside;
	font-size: inherit;
	margin-bottom: 0;
	padding-left: 24px;
}

body .site-main ul:not([class])>li,
body .site-main ul:not([class])>li>ol>li>ul:not([class])>li {
	font-size: inherit;
	line-height: 1.5;
	font-family: inherit;
	font-weight: inherit;
	color: inherit;
	margin-bottom: 0;
	padding-left: 24px;
	position: relative;
}

body .site-main .small-li ul:not([class])>li,
body .site-main .small-li ul:not([class])>li>ol>li>ul:not([class])>li {
	line-height: 1.63;
	margin-bottom: 0;
	padding-left: 25px;
}

body .site-main ol>li,
body .site-main ol:not([class])>li>ul>li>ol:not([class])>li {
	font-size: inherit;
	line-height: 1;
	font-family: inherit;
	font-weight: inherit;
	color: inherit;
	margin-bottom: 10px;
	padding-left: 5px;
	position: relative;
}

body .site-main ul:not([class]) li:last-child,
body .site-main ol:not([class]) li:last-child {
	margin-bottom: 0;
}

body .site-main ol ol,
body .site-main ul:not([class]) ul:not([class]),
body .site-main ol ul:not([class]),
body .site-main ul:not([class]) ol {
	margin-bottom: 0;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

body .site-main ul:not([class]):not(.elementor-editor-element-settings):not(.elementor-select-preset-list):not(.gform_fields) {
	margin-left: 0;
	padding-left: 0;
}

body .site-main ul:not([class]):not(.elementor-editor-element-settings):not(.elementor-select-preset-list):not(.gform_fields):not(.camps_and_programs) li:before,
body .site-main ul:not([class]) li ol li ul:not([class]) li:after {
	content: "";
	display: inline-block;
	background-color: currentColor;
	position: absolute;
	left: 10px;
	top: 11px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
}

body .site-main ol li::marker,
body .site-main ul:not([class]) li ol li::marker {
	font-weight: 600;
	color: #137CA6;
}

body .site-main ul:not([class]) ol li::before {
	display: none !important;
}

.accordion_cards_wrapper {
    overflow: hidden !important;
}

.accordion_cards_wrapper .accordion_card_head {
    height: 201px;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.accordion_cards_wrapper .accordion_card_head:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(225, 231, 240, 0.5) 31.25%, rgba(53, 136, 192, 0.8) 61.54%, #19405A 100%);
    left: 0;
    top: 0;
}

.accordion_cards_wrapper .accordion_card_head .elementor-widget-image,
.accordion_cards_wrapper .accordion_card_head .image_wrap img,
.accordion_cards_wrapper .accordion_card_head .image_wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.accordion_cards_wrapper .head_content {
    z-index: 1;
}

.accordion_cards_wrapper .accordion_card_content {
    border: 1px solid #61616173;
    border-top: 0;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

.swiper_custom_controls {
    max-width: 328px;
    margin-inline: auto;
}

.elementor-swiper-button svg {
    display: none;
}

.elementor-swiper-button::after  {
    content: 'next';
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    font-size: inherit;
    font-weight: 700;
}
.elementor-swiper-button-prev::after {
    content: 'prev'
}
.swiper-pagination .swiper-pagination-bullet {
    border-radius: 2px !important;
} 

.elementor-swiper-button.swiper-button-lock::after {
    display: none;
}

.elementor-widget-n-carousel:has(.swiper-button-lock) .swiper-slide > div> .e-con-inner {
    padding-bottom:  0 !important
}

.swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
    background-color: var(--secondary)
}

.blue-shape-left::before {
    content: '' !important;
    position: absolute !important;
    bottom: 0;
    height: 352px !important;
    background: url('/wp-content/uploads/2026/06/blue-left-vector.svg')
        no-repeat right bottom / contain;
    top: auto !important;
    width: calc(100% + 220px) !important;
    right: -73px !important;
    left: auto !important;
    margin-left: 100px;
    display: block !important;
}
.blue-shape-left::after {
    content: "";
    background: linear-gradient(270deg, rgba(53, 136, 192, 1) 0%, rgba(53, 136, 192, .5) 60%, rgba(53, 136, 192, 0) 100%);
    position: absolute;
    left: -258px;
    z-index: 3;
    background-blend-mode: multiply;
    top: 0;
    width: 200px;
    height: 352px;
    z-index: 2;
    bottom: 0;
    top: auto;
}

.n_testimonial,
.n_testimonial_main {
    position: static !important;
}

.n_testimonial .elementor-main-swiper {
    margin: 0 !important;
    padding: 0 !important
}

.n_testimonial .swiper-pagination,
.n_testimonial .elementor-swiper-button {
    position: absolute;
    top: 40px !important;
    left: 50% !important;
    transform: translatex(-50%);
    margin: 0 !important;
}

.n_testimonial .elementor-swiper-button.elementor-swiper-button-next {
    left: calc(50% + 148px) !important;
    top: 56px !important;
}

.n_testimonial .elementor-swiper-button.elementor-swiper-button-prev {
    left: calc(50% - 148px) !important;
    top: 56px !important;
}

.yellow-shape-right::before {
    content: '' !important;
    position: absolute !important;
    bottom: 0;
    height: 319px !important;
    background: url('/wp-content/uploads/2026/06/Vector.svg')
        no-repeat right bottom / contain;
    top: auto !important;
    width: calc(100% + 162px) !important;
    right: -48px !important;
    left: auto !important;
    /* margin-left: 100px; */
    display: block !important;
}
.yellow-shape-right::after {
    content: "";
    background: linear-gradient(90deg, rgba(245, 220, 88, 0.5) 0%, rgba(245, 220, 88, 0.5) 60%, rgba(245, 220, 88, 0) 100%);
    position: absolute;
    left: auto;
    right: -248px;
    z-index: 3;
    background-blend-mode: multiply;
    top: 0;
    width: 200px;
    height: 319px;
    z-index: 2;
    bottom: 0;
    top: auto;
}

.n_testimonial .swiper-pagination {
    max-height: max-content;
    max-width: max-content;
}

.n_testimonial .swiper-pagination span {
    transition: 0.3s all;
    color: var(--primary);
    opacity: 1;
}
.n_testimonial .swiper-pagination span:not(.swiper-pagination-bullet-active) {
    opacity: 0.3;
}
.n_testimonial  .swiper-pagination .swiper-pagination-bullet:hover,
.n_testimonial  .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}
.n_testimonial .elementor-testimonial__title {
    margin-top: 12px;
}

.n_testimonial  .elementor-testimonial__cite {
    position: relative;
    padding-left: 18px
}

.n_testimonial  .elementor-testimonial__cite .elementor-testimonial__name::after {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    height: 2px;
    width: 12px;
    background-color: currentcolor;
}
.hero-watermark.inner {
    width: 300px;
    height: 347px;
    top: 92px;
    transform: unset;
    left: calc(50% + 305px);
}

.inner-hero_section::after {
    content: '';
    position: absolute;
    background: linear-gradient(269.98deg, #EAE0AA 0.02%, #72D6D0 24.46%, #539DCF 48.91%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    mix-blend-mode: color-burn;
    z-index: 2
}

.inner-hero_section .hero-watermark,
.inner-hero_section .left-aligned {
    z-index: 3
}

.inner-hero_section .overlay_wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.inner-hero_section .overlay_wrapper::after,
.inner-hero_section .overlay_wrapper::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 74%;
    z-index: 1;
}

.inner-hero_section .overlay_wrapper::after {
    background: linear-gradient(270deg, rgba(252, 250, 245, 0) 1.23%, #FCFAF5 60.25%);
}

.inner-hero_section .overlay_wrapper::before {
    left: auto;
    z-index: 1;
    right: -10%;
    background: linear-gradient(270deg, rgba(252, 250, 245, 0) 0%, #FCFAF5 64.85%);
    transform: rotate(180deg);    

}

.inner-hero_section::before {
    max-width: 984px;
    background-size: cover !important;
    left: 59.7% !important;
    height: 100% !important;
    transform: translatex(-59.7%);
    top: 0 !important;
}

.bottom_overlay_wrapper {
    position: absolute;
    height: 100%;
    position: absolute !important;
    left: 0;
    bottom: 0;
    width: 100%;
    top: auto;
    z-index: 2;
    height: 292px !important;
}

.bottom_overlay_wrapper::before {
    content: '' !important;
    display: block !important;
    height: 292px !important;
    position: absolute;
    left: 0;
    bottom: -50px;
    top: auto;
    bottom: 0;
    background: linear-gradient(0deg, #FCFAF5 18.75%, rgba(252, 250, 245, 0) 100%);
/*     transform: rotate(-180deg); */
}

.dark-links a {
    color: inherit !important;
}

.elementor-widget-text-editor p:last-child {
    margin-bottom: 0 !important;
}

.elementor-widget-text-editor ul:not(:last-child) {
    margin-bottom: 16px
}

.inner-hero_section.v2 .overlay_wrapper::before {
    display: none;
}

.inner-hero_section.v2::before {
    height: 100% !important;
    max-width: 100% !important;
}

.inner-hero_section.home_hero::before {
    left: 50% !important;
    max-width: 1101px;
}

.inner-hero_section.home_hero::after {
    background: linear-gradient(270deg, #3588C0 25.74%, #F5DC58 100%);
}

.inner-hero_section.home_hero .overlay_wrapper::before {
    display: none !important;
}

.inner-hero_section.home_hero .overlay_wrapper::after  {
   position: absolute;
    left: 0 !important;
    top: 0 !important;
    width: calc(50% - 158px) !important;
    height: 100%;
    background: linear-gradient(90deg, #FAFAFA 50%, rgba(250, 250, 250, 0) 100%) !important;

}

.cta_hoverd_link .elementor-cta {
    text-decoration: none;
}
.cta_hoverd_link .elementor-cta {
    position: relative;
    overflow: hidden;
    text-decoration: none;
}

/* Normal state */
.cta_hoverd_link .elementor-cta::before,
.cta_hoverd_link .elementor-cta::after {
    content: '';
    position: absolute;
    inset: 0;
    transition: opacity .45s ease;
    z-index: 2;
}

/* Default background */
.cta_hoverd_link .elementor-cta::before {
    background: linear-gradient(
        180deg,
        rgba(225, 231, 240, 0) 0%,
        rgba(225, 231, 240, 0.6) 51.02%,
        #E1E7F0 92.29%
    );
    opacity: 1;
}

/* Hover background */
.cta_hoverd_link .elementor-cta::after {
    background: linear-gradient(
        180deg,
        rgba(225, 231, 240, 0.5) 0%,
        rgba(53, 136, 192, 0.7) 51.02%,
        rgba(16, 69, 115, 0.9) 92.29%
    );
    opacity: 0;
}

/* Smooth fade */
.cta_hoverd_link .elementor-cta:hover::before {
    opacity: 0;
}

.cta_hoverd_link .elementor-cta:hover::after {
    opacity: 1;
}

.cta_hoverd_link .elementor-cta:hover .elementor-cta__title {
    color: #fff !important;
}

/* Keep content above gradients */
.cta_hoverd_link .elementor-cta > * {
    z-index: 1;
}

.cta_hoverd_link .elementor-cta .elementor-cta__content {
    z-index: 3
}

@media (min-width: 1025px) and (max-width: 1100px) {
    .header_list .elementor-icon-list-item .elementor-icon-list-text {
        font-size: 28px !important;
    }
}


@media only screen and (max-width: 1220px) {
    .hero-watermark.inner {
        left: auto;
        right: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .footer_signup_form .elementor-form-fields-wrapper .elementor-field-textual {
        min-width: 205px;
    }
    .footer_signup_form .elementor-form-fields-wrapper {
        column-gap: 8px;
    }
    .hero-watermark {
        width: 190px;
        height: 264px;
        left: auto;
        right: -20px;
        mix-blend-mode: Multiply;
    }
    .home-hero-banner {
        background-position: center left 70% !important;
    }
}

@media only screen and (min-width: 768px) {
   .home-h1 br {
        display: none;
   }
   .accordion_cards_wrapper .accordion_card_content  {
    display: flex !important;
   }
   .make_on_mobile .swiper-wrapper {
        transform: unset !important;
        flex-wrap: wrap !important;
        gap: 40px;
    }
    .make_on_mobile .e-n-carousel {
        padding-bottom: 0 !important;
    }
    .make_on_mobile .swiper-wrapper .swiper-slide {
        margin: 0 !important;
        width: calc(())
    }
    .make_on_mobile .swiper-wrapper .swiper-slide.swiper-slide-duplicate {
        display: none !important;
    }
    .make_on_mobile .elementor-swiper-button,
    .make_on_mobile .swiper-pagination {
        display: none !important;
    }
    .hero-watermark.inner.v2 {
        width: 206px;
        height: 238px;
        top: auto;
        bottom: 80px;
    }
}

@media only screen and (max-width: 767px) {
    body .elementor-widget-heading h1.elementor-heading-title,
    body h1,
    body .h1,
    body .elementor-widget-heading.h1 .elementor-heading-title,
    h1.elementor-cta__title.elementor-cta__content-item {
        font-size: 28px;
    }
    body .elementor-widget-heading h2.elementor-heading-title,
    body h2,
    body .h2,
    body .elementor-widget-heading.h2 .elementor-heading-title,
    body .elementor-widget-animated-headline.h2 .elementor-headline,
    h2.elementor-cta__title.elementor-cta__content-item,
    body .elementor-image-box-content h2.elementor-image-box-title,
    .elementor-posts .elementor-post__card h2.elementor-post__title,
    .elementor-posts h2.elementor-post__title {
        font-size: 20px;
    }
    body .elementor-widget-heading h3.elementor-heading-title,
    body h3,
    body .h3,
    body .elementor-widget-heading.h3 .elementor-heading-title,
    h3.elementor-cta__title.elementor-cta__content-item,
    body .elementor-image-box-content h3.elementor-image-box-title,
    .elementor-posts .elementor-post__card h3.elementor-post__title,
    .elementor-posts h3.elementor-post__title {
        font-size: 18px;
    }
    body .elementor-widget-heading h4.elementor-heading-title,
    body h4,
    body .h4,
    body .elementor-widget-heading.h4 .elementor-heading-title,
    h4.elementor-cta__title.elementor-cta__content-item,
    body .elementor-image-box-content h4.elementor-image-box-title,
    .elementor-posts .elementor-post__card h4.elementor-post__title,
    .elementor-posts h4.elementor-post__title {
        font-size: 16px;
    }
    body .elementor-widget-heading h5.elementor-heading-title,
    body h5,
    body .h5,
    body .elementor-widget-heading.h5 .elementor-heading-title,
    h5.elementor-cta__title.elementor-cta__content-item,
    body .elementor-image-box-content h5.elementor-image-box-title,
    .elementor-posts .elementor-post__card h5.elementor-post__title,
    .elementor-posts h5.elementor-post__title {
        font-size: 16px;
    }
    body .elementor-widget-heading h6.elementor-heading-title,
    body h6,
    body .h6,
    body .elementor-widget-heading.h6 .elementor-heading-title,
    h6.elementor-cta__title.elementor-cta__content-item,
    body .elementor-image-box-content h6.elementor-image-box-title,
    .elementor-posts .elementor-post__card h6.elementor-post__title,
    .elementor-posts h6.elementor-post__title {
        font-size: 16px;
    }
    body p.lead-text,
    body .lead-text p,
    body .lead-text.elementor-widget-text-editor,
    body .lead-text.elementor-widget-text-editor p,
    body .lead-text .elementor-widget-text-editor,
    body .lead-text .elementor-widget-text-editor p,
    .lead-text .elementor-cta__description.elementor-cta__content-item {
        font-size: 18px;
    }
    .multi-column-list .elementor-icon-list-items {
        column-count: 2;
    }
    footer > .elementor-element {
        background-size: 100% auto !important;
    }
    body .elementor-widget-heading.palatino-font h1.elementor-heading-title,
    body h1,
    body .h1,
    body .elementor-widget-heading.palatino-font .elementor-heading-title,
    .palatino-font h1.elementor-cta__title.elementor-cta__content-item {
        line-height: 36px !important;
        font-size: 26px !important
    }

    .mobile_slider_wrapper {
        display: flex;
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        overflow: hidden !important;
    } 

    .mobile_slider_wrapper .mobile_slider_slide {
        flex: none !important;
        padding-bottom: 0 !important;
        border: 0 !important;
        margin-bottom: 0 !important;
    }

    .swiper_custom_controls {
        position: static;
        display: flex;
        min-width: 200px;
        margin-top: 33px;
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }

    .swiper_custom_controls .swiper-pagination {
        max-width: max-content;
        position: static;
        order: 1
    }

    .swiper_custom_controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        opacity: 1;
    }
    .swiper_custom_controls .swiper-pagination .swiper-pagination-bullet {
        opacity: 1;
        background-color: var(--acos-color-primary);
        border-radius: 2px;
        opacity: 0.3;
        margin: 0 6px;
        width: 8px;
        height: 8px;
    }
    .swiper_custom_controls .swiper-button-next,
    .swiper_custom_controls .swiper-button-prev {
        width: 20px;
        height: 20px;
        position: static;
        transform: unset;
        margin: 0;
        top: unset;
        order: 2;
        font-weight: 700;
        color: var(--acos-color-primary);
        line-height: 1 !important;
    }
    .swiper_custom_controls .swiper-button-next:after,
    .swiper_custom_controls .swiper-button-prev:after {
        font-size: 20px;
    }
    .swiper_custom_controls .swiper-button-prev {
        order: 0;
    }

    .header_list .elementor-icon-list-items {
        flex-direction: column;
        justify-content: center;
        margin: 0 !important;
        padding: 0 !important;
        align-items: center;
    }

    .header_list .elementor-icon-list-items .elementor-icon-list-item {
        max-width: max-content;
        margin: 0 !important;
        padding: 0 !important
    }

    .header_list .elementor-icon-list-items .elementor-icon-list-item::after {
        display: none;
    }
    /* .home-hero-banner {
        background-position: center !important;
        background-size: cover !important;
    } */
    .home-hero-banner {
        background-position: 80% 100% !important;
        background-size: auto 90% !important;
        background-repeat: no-repeat;
    } 

    .home-hero-banner::before {
        width: 60% !important;
        opacity: 0.8 !important;
        /* background: linear-gradient(180deg, #FAFAFA 11.54%, rgba(250, 250, 250, 0) 100%) !important; */

    }

    .home-hero-banner > .e-con-inner::before {
        height: 142px;
    }

    .accordion_cards_wrapper .accordion_card_head .image_wrap {
        display: none;
    }
    .accordion_cards_wrapper .accordion_card_head {
        height: auto;
    }
    .accordion_cards_wrapper .accordion_card_head:after {
        display: none;
    }
    .accordion_cards_wrapper .accordion_card_head .elementor-heading-title {
        color: var(--primary) !important;
    }
    .accordion_cards_wrapper .accordion_card_head .elementor-widget-text-editor {
        color: var(--accent) !important
    }
    .accordion_cards_wrapper {
        border: 1px solid #61616173;
    }
    .accordion_cards_wrapper .accordion_card_content {
        border: 0 !important;
        display: none;
    }
    .accordion_cards_wrapper .accordion_card_head {
        position: relative;
    }
    .accordion_cards_wrapper .accordion_card_head::before {
        content: '';
        width: 20px;
        height: 20px;
        border: 1px solid red;
        position: absolute;
        right: 15px;
        top: 24px;
        left: auto;
        border-radius: 50%;
        background-color: var(--accent);
        border: 0;
        background-image: url('/wp-content/uploads/2026/06/cross-white.svg');
        background-position: center;
        background-size: 9px;
        background-repeat: no-repeat;
        transform: rotate(45deg);
        transition: 0.3s all;
    }
    .accordion_cards_wrapper .accordion_card_head.active::before {
        transform: rotate(0deg);
        background-color: var(--primary);
    }
    .blue-shape-left::before {
        left: 0 !important;
        width: 100% !important;
        right: auto !important;
        margin-left: 0 !important;
        background-position: bottom left;
    }
    .yellow-shape-right::before {
        height: 203px !important;
        width: 325px !important;
    }
    .hero-watermark.inner {
        top: 150px;
        width: 141px;
        height: 164px;
        right: 22px;
    }
    .inner-hero_section::before {
        max-height: 274px;
        background-position: top center !important;
    }

    .inner-hero_section .overlay_wrapper::before {
        top: 146px;
        height: 189px;
        left: 0;
        background: linear-gradient(180deg, #FCFAF5 18.75%, rgba(250, 250, 250, 0) 100%);
        width: 100%;
    }
    .inner-hero_section .overlay_wrapper::after {
        height: 273px;
        background: linear-gradient(90deg, #FCFAF5 11.54%, rgba(252, 250, 245, 0) 100%);
    }
    .inner-hero_section::after {
        height: 300px;
        background: linear-gradient(270deg, #F1E5A4 0%, #61C7C0 55%, #3588C0 100%);

    }
    .bottom_overlay_wrapper,
    .bottom_overlay_wrapper::before {
        top: 25px
    }
    .inner-hero_section.v2::before {
        background-position: 100% 100% !important;
        top: -90px !important;
    }
    .inner-hero_section.v2::before {
        max-height: 479px;
    }

    .inner-hero_section.v2 .hero-watermark {
        top: 190px
    }

    .inner-hero_section.v2 .overlay_wrapper::after {
        height: 490px; 
        background: linear-gradient(90deg, #FCFAF5 0%, rgba(252, 250, 245, 0) 100%);
    }

    .inner-hero_section.v2 .bottom_overlay_wrapper::before {
        max-width: 700px
    }

    .inner-hero_section.v2 .bottom_overlay_wrapper::before,
    .inner-hero_section.v2 .bottom_overlay_wrapper {
        height: 479px !important;
    }

    .inner-hero_section.v2 .inner-hero_section .overlay_wrapper::after {
        opacity: 0.8;
        background: linear-gradient(90deg, #FCFAF5 11.54%, rgba(252, 250, 245, 0) 100%);

    }
    .inner-hero_section.home_hero .bottom_overlay_wrapper,.inner-hero_section.home_hero .bottom_overlay_wrapper::before {
        top: auto;
        height: 142px !important;
        z-index: 2
    }

    .inner-hero_section.home_hero .bottom_overlay_wrapper::before  {
        background: linear-gradient(0deg, #FCFAF5 40.75%, rgba(250, 250, 250, 0) 100%);
        opacity: 1;
        bottom: 40px;
    }
    .inner-hero_section.home_hero::before {
        max-height: 318px;
        right: 0;
        top: 60px !important;
        background-position: center right 30% !important;
    }
    .inner-hero_section.home_hero .overlay_wrapper::after  {
        background: linear-gradient(90deg, #FAFAFA 25%, rgba(250, 250, 250, 0) 100%) !important;
    }
    .inner-hero_section.home_hero::after {
        background: linear-gradient(270deg, #3588C0 25.74%, #F5DC58 100%);
        height: 100%

    }

    .inner-hero_section.home_hero .overlay_wrapper::after {
        width: 70% !important;
    }

    body .elementor-widget-button.small-btn [type="button"]:not(.gm-control-active),
    body .elementor-widget-button.small-btn [type="submit"]:not(.adminbar-button),
    body .small-btn .elementor-button,
    body .elementor-widget-button.small-btn .elementor-button,
    body .elementor-widget-button.small-btn [type="button"]:not(.gm-control-active):focus,
    body .elementor-widget-button.small-btn [type="button"]:not(.gm-control-active),
    body .elementor-widget-button.small-btn [type="submit"]:not(.adminbar-button):focus,
    body .elementor-widget-button.small-btn button:not(.gm-control-active):focus,
    body .elementor-widget-button.small-btn button:not(.gm-control-active),
    body .elementor-widget-button.small-btn .elementor-cta .elementor-cta__button.elementor-button,
    body .elementor-widget-button.small-btn .elementor-kit-7 .elementor-button:focus,
    body .elementor-widget-button.small-btn .elementor-cta--skin-classic .elementor-cta__button.elementor-button,
    body .elementor-widget-call-to-action.small-btn .elementor-cta__button.elementor-button,
    .small-btn.elementor-widget-form .elementor-field-type-submit .elementor-button[type="submit"] {
        padding: 6px 12px;
    }

}


/* 
.hero-watermark {
    width: 190px;
    height: 264px;
    left: auto;
    right: -20px;
}

.home-hero-banner {
    background-position: center left 20% !important;
    background-size: 279px cover !important;
}

.home-hero-banner::before {
    width: 75% !important
}

.home-hero-banner > .e-con-inner::before {
    background: linear-gradient(180deg, #FCFAF5 18.75%, rgba(250, 250, 250, 0) 100%);
    height: 142px;
} */






