/**
Theme Name: 512 Financial
Author: Extima
Author URI: https://extima.com
Description: Child theme for 512 Financial
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 512financial
Template: astra
*/


/*Colors*/
:root {
    --color-white: #FFFFFF;
    --color-primary: #13F567;
    --color-dark-teal: #05736E;
    --color-light-mint: #E2F3F0;
    --line-color: #0189914D;
    --dot-color: #18E563;
    --service-bg: #144240;


    --side-offset: max(calc((100% - var(--container-max-width)) / 2 + var(--padding-inline-start, 1rem)), var(--padding-inline-start, 1rem));

    --breadcrumbs-mobile-margin-top: unset;
}


.border-bottom .block-title{
	padding:unset!important;
}

/* Unset Animation */

.unset-animation li.elementor-icon-list-item:hover svg{
	transform:unset!important;
}

/*Global*/

body {
    background-color: #f3f6e6 !important;
}

/*.elementor .left-offset {*/
/*    padding-left: var(--side-offset);*/
/*}*/

.elementor .right-offset-css {
/*    padding-right: var(--side-offset); */
	padding-right: max(calc((100% - var(--container-max-width)) / 2 + var(--padding-inline-start, 1rem)), var(--padding-inline-start, 1rem));
}

/*Smo0th slider*/


.smooth-slider .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.search-filter-input-button--hidden{
	display:none!important;
}

/*Green span*/

span.green {
    color: var(--color-primary);
}

header .ast-above-header-wrap {
    display: none;
}

.home header .ast-above-header-wrap,
.page-id-1773 header .ast-above-header-wrap,
.page-id-2032 header .ast-above-header-wrap,
.page-id-8643 header .ast-above-header-wrap {
    display: block;
}


body:not(.ast-theme-transparent-header) .dropdown-menu-toggle .ast-icon.icon-arrow {
    filter: brightness(0) saturate(100%) invert(26%) sepia(31%) saturate(3484%) hue-rotate(155deg) brightness(99%) contrast(101%);
}

.custom-logo {
    transition: unset !important;
}

/* body:not(.ast-theme-transparent-header) #ast-desktop-header:has([data-megamenu-trigger="hover"]:hover) .main-header-menu > .menu-item.menu-item-has-children .dropdown-menu-toggle .ast-icon {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7495%) hue-rotate(296deg) brightness(103%) contrast(104%);
}
 */
body:not(.ast-theme-transparent-header) :has([data-megamenu-trigger="hover"]:hover) .custom-logo {
    filter: unset !important;
}

.ast-builder-menu-1 .menu-item:hover > .menu-link, .ast-builder-menu-1 .inline-on-mobile .menu-item:hover > .ast-menu-toggle {
    color: #13f567 !important;
}

/*body:not(.ast-theme-transparent-header) #ast-desktop-header:has([data-megamenu-trigger="hover"]:hover) .menu-link {*/
/*    color: white;*/
/*}*/

/*body:not(.ast-theme-transparent-header) #ast-desktop-header:has([data-megamenu-trigger="hover"]:hover) .custom-logo {*/
/*    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7495%) hue-rotate(296deg) brightness(103%) contrast(104%);*/
/*}*/

/* body:not(.ast-theme-transparent-header) .main-header-menu > .menu-item.menu-item-has-children:hover .dropdown-menu-toggle .ast-icon.icon-arrow {
    filter: brightness(0) saturate(100%) invert(79%) sepia(81%) saturate(2048%) hue-rotate(74deg) brightness(96%) contrast(100%) !important;
}
 */
.ast-above-header-wrap {
    z-index: 9;
    position: relative;
}

/* =========================
   Header Base
========================= */

.ast-header-html-2 .btn--arrow {
    display: flex;
    gap: 20px;
}

.ast-header-html-2 .btn--arrow::after {
    content: url('/wp-content/uploads/2026/05/Vector4.png');
}

header [data-section="section-above-header-builder"] .site-above-header-wrap .ast-grid-center-col-layout-only {
    display: flex;
    justify-content: center;
    align-content: center;
}

.site-primary-header-wrap {
    position: relative;
    /*padding-left: 80px;*/
    /*padding-right: 80px;*/
}

.site-header-primary-section-right {
    position: relative;
    z-index: 999999999999999;
}

header .menu-item,
header #ast-hf-menu-1 {
    position: relative !important;
}

#ast-hf-menu-1 {
    display: flex;
    gap: 57px;
}


.black-arrow .elementor-button-icon svg{
   font-size: 24px;
}

.black-arrow svg{
    transition: transform 0.4s ease;
}
.black-arrow:hover svg{
    transform: translateX(6px);
}

/* =========================
   Header Menu Items
========================= */

.main-header-menu > .menu-item.menu-item-has-children {
    position: relative;
    /*cursor: pointer;*/
}

.main-header-menu > .menu-item.menu-item-has-children .menu-link {
    position: relative;
}

.menu-item.menu-item-has-children:hover .menu-link::before {
    display: block !important;
}

.main-header-menu > .menu-item.menu-item-has-children .menu-link::before {
    content: '';
    display: none;
    position: absolute;
    left: 0;
    bottom: -50px;
    width: calc(100% + 58px);
    height: 100px;
    background: transparent;
}

.main-header-menu > .menu-item.menu-item-has-children .menu-link {
    position: relative;
}

.main-header-menu > .menu-item.menu-item-has-children .menu-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;

    width: 100%;
    height: 1px;

    background: #13F567;

    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.main-header-menu > .menu-item.menu-item-has-children:hover .menu-link::after {
    transform: scaleX(1);
}


/* =========================
   Header Dropdown Arrow
========================= */

.main-header-menu > .menu-item.menu-item-has-children .dropdown-menu-toggle {
    margin-left: 8px;
    transition: transform 0.8s ease
}

.main-header-menu > .menu-item.menu-item-has-children:hover .dropdown-menu-toggle {
    transform: rotate(180deg);
}

.main-header-menu > .menu-item.menu-item-has-children .dropdown-menu-toggle .ast-icon.icon-arrow {
    display: block;

    width: 13px;
    height: 10px;

    background-image: url('/wp-content/uploads/2026/05/Vector9.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.main-header-menu > .menu-item.menu-item-has-children .dropdown-menu-toggle .ast-icon.icon-arrow .ast-arrow-svg {
    display: none;
}

/*#ast-desktop-header:has([data-megamenu-trigger="hover"]:hover) .custom-logo {*/
/*    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(324deg) brightness(101%) contrast(102%);*/
/*}*/


.main-header-menu > .menu-item.menu-item-has-children:hover .dropdown-menu-toggle .ast-icon.icon-arrow {
    filter: brightness(0) saturate(100%) invert(79%) sepia(81%) saturate(2048%) hue-rotate(74deg) brightness(96%) contrast(100%);
}


/* =========================
   Submenu Base
========================= */

header .astra-full-megamenu-wrapper {
    background: transparent !important;
    border: unset !important;
}

header .astra-megamenu {
    z-index: -2 !important;
}

header .service-submenu .astra-megamenu.sub-menu {
    left: -200px !important;
    transform: unset !important;
}

header .astra-megamenu.sub-menu {
    top: 50px;
    border-radius: 8px;
    padding: unset !important;
    border: unset;
}


@media (min-width: 1440px) {
    header .astra-megamenu.sub-menu {

        left: 50% !important;
        transform: translateX(-50%);

    }
}


header .astra-megamenu.sub-menu .ast-mm-template-content {
    padding: unset !important;
    margin: unset !important;
}

header .astra-megamenu.sub-menu.astra-mega-menu-width-full {
    max-width: 1320px;
    width: 100% !important;
}

/*#ast-desktop-header .astra-megamenu::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: -60px;*/
/*    left: 0;*/
/*    z-index: -2;*/

/*    width: 100%;*/
/*    height: calc(100% + 60px);*/

/*    background: linear-gradient(212.39deg, #00413D 57.9%, #9BCD8E 210.51%),*/
/*    url('/wp-content/uploads/2026/05/c4be2d58b8ba80247e57aa97da553903e7e8866c5.jpg'),*/
/*    #FFFFFF;*/
/*}*/


/* =========================
   Submenu Content
========================= */

.submenu-container {
    background: linear-gradient(212.39deg, #00413D 57.9%, #9BCD8E 210.51%),
    url('/wp-content/uploads/2026/05/c4be2d58b8ba80247e57aa97da553903e7e8866c5.jpg'),
    #FFFFFF;
    border-radius: 8px;
}

header .inner-item .elementor-widget-text-editor p {
    margin-bottom: unset;
}

header .inner-item:first-of-type {
    padding-bottom: 12px;
}

header .inner-item:not(:first-of-type) {
    padding-top: 20px;
    padding-bottom: 12px;

    border-top: 1px solid #7ACACF4D;
}

.arrow-hover .inner-item__title,
header .inner-item__title,
.inner-item__arrow {
    transition: 0.8s all ease;
}

header .arrow-hover:hover .inner-item__title h5,
header .inner-item:hover .inner-item__title h5,
.inner-item:hover .inner-item__title h5 {
    color: #13F567 !important;
}

.arrow-hover:hover .inner-item__arrow,
header .inner-item:hover .inner-item__arrow {
    transform: translateX(6px);
}


/* =========================
   Sticky Header Base
========================= */

#ast-fixed-header {
    /*     overflow: visible;
        position: relative; */
    /*background: rgba(243, 246, 230, 0.9);*/
    /*backdrop-filter: blur(20px);*/
    /*-webkit-backdrop-filter: blur(20px);*/
}

#ast-fixed-header:after {
    content: '';
    position: absolute;
    background: rgba(243, 246, 230, 0.9);
    backdrop-filter: blur(20px);
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    border-radius: inherit;
    border: solid 1px #fff;
}

header #ast-fixed-header .astra-megamenu.sub-menu {
    top: 55px !important;
    border: 1px solid white;
}

#ast-fixed-header .main-header-bar {
    box-shadow: unset !important;
}

#ast-fixed-header #ast-desktop-header {
    background: transparent;
    border-radius: 20px 0;
    border: 1px solid #fff;
}

#ast-hf-menu-1-sticky .submenu-container {
    background: rgba(243, 246, 230, 0.9);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

#ast-fixed-header .site-primary-header-wrap {
    padding-left: 20px;
    padding-right: 20px;
}

#ast-fixed-header .site-header-primary-section-left .ast-builder-menu-1 {
    width: 100%;
    margin: unset;
    justify-content: center !important;
}

#ast-fixed-header .site-header-primary-section-left .ast-builder-menu-1 .ast-main-header-bar-alignment {
    margin: unset !important;
}

#ast-fixed-header #ast-hf-menu-1-sticky {
    display: flex;
    gap: 40px;
    position: unset;
}

#ast-fixed-header #ast-hf-menu-1-sticky .menu-link {
    padding: unset;
}

[CLASS*="-sticky-header-active"] .ast-builder-menu-1 .main-header-menu > .menu-item > .menu-link {
    color: #000000 !important;
}

/* =========================
   Sticky Header Menu
========================= */

#ast-fixed-header .main-header-menu > .menu-item.menu-item-has-children:hover .menu-link::after {
    content: '';
    position: absolute;
    bottom: -3px;

    width: 100%;
    height: 1px;

    background: #18B552;
}

#ast-fixed-header .main-header-menu > .menu-item.menu-item-has-children .dropdown-menu-toggle .ast-icon.icon-arrow {
    filter: brightness(0) saturate(100%) invert(0%) sepia(84%) saturate(18%) hue-rotate(272deg) brightness(102%) contrast(104%) !important;
}

#ast-fixed-header .main-header-menu > .menu-item.menu-item-has-children:hover .dropdown-menu-toggle .ast-icon.icon-arrow {
    filter: brightness(0) saturate(100%) invert(53%) sepia(42%) saturate(5889%) hue-rotate(114deg) brightness(104%) contrast(81%) !important;
}

[CLASS*="-sticky-header-active"] .ast-builder-menu-1 .main-header-menu .menu-item > .menu-link:hover, [CLASS*="-sticky-header-active"] .ast-builder-menu-1 .main-header-menu .current-menu-parent > .menu-link:hover, [CLASS*="-sticky-header-active"] .ast-builder-menu-1 .main-header-menu .menu-item:hover > .menu-link {
    color: #18b552 !important;
}

/* =========================
 - Insight Sub menu
========================= */

.submenu-container.investors .inner-item:first-of-type {
    padding-bottom: 8px;
}

.submenu-container.investors .inner-item:not(:first-of-type) {
    padding-top: 12px;
    padding-bottom: 8px;
}

/* =========================
 - Industries Sub Menu
========================= */


.industries .inner-item:first-of-type {
    padding-bottom: 17px;
}

/*#ast-fixed-header .submenu-container.industries .submenu__inner-container {*/
/*    padding-top: unset;*/
/*}*/

#ast-fixed-header .industries .submenu-content-wrp {
    width: 100%;
}


/* =========================
 - Featured Insights Sub Menu
========================= */
.featured-item .featured-item__arrow,
.submenu-container.insights .featured-item .featured-item__title h5 {
    transition: 0.8s all ease;
}

.submenu-container.insights .featured-item:hover .featured-item__title h5 {
    color: #13F567;
}

.featured-item:hover .featured-item__arrow {
    transform: translateX(6px);

}

.insights-submenu__container .elementor-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;

}


.insights-submenu__container-second .elementor-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;

}

.insights-submenu__container-main .featured-item{
	height:100%;
}

.insights-submenu__container-main .featured-item .e-con-inner{
	height:100%;
}

.insights-submenu__container-main .featured-item .e-con-inner .featured-item__inner-container{
	height:100%;
}
/*#ast-fixed-header .insights .arrow-hover {*/
/*    width: 300px;*/
/*}*/



.insights-submenu__container-main .elementor-grid .e-loop-item:first-of-type .featured-item {
    background: linear-gradient(18.44deg, #05736E -5.1%, #13F567 165.36%);

    border-radius: 0 20px 0 20px;
}

.insights-submenu__container-main .elementor-grid .e-loop-item:first-of-type .featured-item .featured-item__inner-container > .e-con-inner {
    justify-content: flex-start !important;
    gap: 12px !important;

}

.insights-submenu__container-main .elementor-grid .e-loop-item:first-of-type {
    grid-column: span 2;
    border-radius: 0 16px 0 16px;

}

.insights-submenu__container-second .elementor-grid .e-loop-item .featured-item__inner-container {
    background: unset!important;
}

.insights-submenu__container-main .elementor-grid .e-loop-item:first-of-type .featured-item__inner-container {
    /*background-image: url("/wp-content/uploads/2026/05/content-main1.jpg");*/
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px 20px;
    border-radius: 0 20px 0 20px;
    position: relative;
}

.insights-submenu__container .elementor-grid .e-loop-item:first-of-type .featured-item__inner-container .featured-item__arrow {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7422%) hue-rotate(11deg) brightness(104%) contrast(111%);
}

.insights-submenu__container-main .elementor-grid .e-loop-item:first-of-type .featured-item__inner-container:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: #00000030;
    z-index: 1;
}


#ast-fixed-header .featured-item {
    background-color: #EAEDDC !important;
}

#ast-fixed-header .insights-submenu__container-main .elementor-grid .e-loop-item:first-of-type .featured-item__title h5,
#ast-fixed-header .insights-submenu__container-main .elementor-grid .e-loop-item:first-of-type .elementor-post-info__terms-list-item,
#ast-fixed-header .insight-title p {
    color: white;
}

#ast-fixed-header .featured-item__title h5,
#ast-fixed-header .inner-item__category .elementor-post-info__terms-list-item {
    color: #05736E;

}


/* =========================
   Sticky Submenu
========================= */

#ast-fixed-header .astra-megamenu.sub-menu {
    /*max-width: 1200px;*/
    /*width: 100% !important;*/
    background: transparent;
    transition: unset;
    border-radius: 8px;
}

#ast-fixed-header .astra-megamenu::after {
    display: none !important;
}

#ast-fixed-header .astra-megamenu [data-settings='{"background_background":"gradient"}'].elementor-element {
    background: transparent;
}

/*#ast-fixed-header .submenu-content-wrp {*/
/*    width: calc(100% - 90px);*/
/*}*/

/*#ast-fixed-header .submenu-container .submenu__inner-container {*/
/*    padding-top: 52px;*/
/*    padding-bottom: 32px;*/
/*}*/

#ast-fixed-header .submenu-container h2,
#ast-fixed-header .submenu-container h3,
#ast-fixed-header .submenu-container h4,
#ast-fixed-header .submenu-container h5,
#ast-fixed-header .submenu-container p,
#ast-fixed-header .submenu-container a {
    color: #05736E;
}

#ast-fixed-header .submenu-container .submenu__arrow-img {
    filter: brightness(0) saturate(100%) invert(49%) sepia(77%) saturate(471%) hue-rotate(90deg) brightness(96%) contrast(96%);
}


/* =========================
   Sticky Active State
========================= */

.ast-header-sticked,
.ast-header-fade.ast-sticky-active {
    top: 20px !important;
    left: 0;
    right: 0;

    width: 100% !important;
    max-width: 1200px !important;

    margin-left: auto !important;
    margin-right: auto !important;

    border-radius: 20px 0;
}

body.admin-bar .ast-header-sticked,
body.admin-bar .ast-header-fade.ast-sticky-active {
    top: 40px !important;
}

.ast-header-sticked,
.ast-header-fade.ast-sticky-active [data-section="section-primary-header-builder"] {
    box-shadow: unset;
}


/* =========================
   Hover States
========================= */

/*
.site-primary-header-wrap:has([data-megamenu-trigger="hover"]:hover) {
    background-color: #00413D;
    transition: unset;
}
*/

#ast-fixed-header .site-primary-header-wrap:has([data-megamenu-trigger="hover"]:hover) {
    background-color: transparent;
}

#ast-desktop-header .site-primary-header-wrap {
    transition: unset;
}

/*Atomic class*/


.hero-section:after {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 4.69%, rgba(0, 0, 0, 0) 12.9%), linear-gradient(0deg, rgba(84, 84, 84, 0.3), rgba(84, 84, 84, 0.3)), linear-gradient(0deg, #05736E, #05736E);
    background-blend-mode: normal, normal, hard-light, normal;
    opacity: 0.4;
}

/*.btn--primary*/
.btn--primary {
    /*-webkit-mask-image: url('/wp-content/uploads/2026/05/Rectangle-37.png');*/
    /*-webkit-mask-repeat: no-repeat;*/
    /*-webkit-mask-position: center;*/
    /*-webkit-mask-size: cover;*/

    /*clip-path: polygon(*/
    /*        12px 0%,*/
    /*        calc(100% - 10px) 0%,*/
    /*        calc(100% - 7px) 1px,*/
    /*        calc(100% - 4px) 3px,*/
    /*        calc(100% - 1px) 6px,*/
    /*        100% 10px,*/
    /*        calc(100% - 12px) 100%,*/
    /*        10px 100%,*/
    /*        7px calc(100% - 1px),*/
    /*        4px calc(100% - 3px),*/
    /*        1px calc(100% - 6px),*/
    /*        0% calc(100% - 10px)*/
    /*);*/

    clip-path: polygon(
            18px 4.07%,
            calc(100% - 10px) 0%,
            calc(100% - 3px) 1px,
            calc(100% - 1px) 3px,
            100% 5px,
            calc(100% - 18px) 97.97%,
            10px 100%,
            3px calc(100% - 1px),
            1px calc(100% - 3px),
            0% calc(100% - 5px)
    );
}

/*.btn--primary*/

#ast-scroll-top {
    clip-path: polygon(
            8px 4.07%,
            calc(100% - 5px) 0%,
            calc(100% - 2px) 1px,
            calc(100% - 1px) 2px,
            100% 3px,
            calc(100% - 8px) 97.97%,
            5px 100%,
            2px calc(100% - 1px),
            1px calc(100% - 2px),
            0% calc(100% - 3px)
    );
}

/*.btn--arrow*/
.elementor .btn--arrow {
    display: flex;
    gap: 24px;
    box-shadow: unset;
}

.elementor .btn--arrow:hover:after {
    filter: brightness(0) saturate(100%) invert(22%) sepia(75%) saturate(2350%) hue-rotate(159deg) brightness(97%) contrast(96%);
}


.elementor .white-arrow.btn--arrow:hover:after {
    filter: brightness(0) saturate(100%) invert(85%) sepia(28%) saturate(6347%) hue-rotate(83deg) brightness(106%) contrast(92%);
}

.btn--arrow:after {
    content: url('/wp-content/uploads/2026/05/Vector3.svg');
    width: 24px;
    height: 14px;
    display: inline-block;
}

.mint-arrow.btn--arrow:after {
    content: url('/wp-content/uploads/2026/05/Vector4.svg');
    width: 24px;
    height: 14px;
    display: inline-block;
}

.white-arrow.btn--arrow:after {
    content: url('/wp-content/uploads/2026/05/Vector.svg');
    width: 24px;
    height: 14px;
    display: inline-block;
}

/*.btn--arrow*/


/*Center line*/

.elementor .center-line {
    position: unset;
    background: inherit;
    background: transparent;
}

.center-line .block-title {
    position: relative;
    padding: 0 30px;
}

.center-line .block-title:after {
    content: '';
    width: 100vw;
    top: 50%;
    height: 2px;
    background-color: var(--line-color);
    position: absolute;
    right: 100%;
    transform: translateY(-50%);
    z-index: 8;
}

.elementor .center-r-line {
    position: unset;
    background: inherit;
}

.center-r-line .block-title:after {
    content: '';
    width: 100vw;
    height: 2px;
    top: 50%;
    background-color: var(--line-color);
    position: absolute;
    left: 100%;
    transform: translateY(-50%);
    z-index: 8;
}


.right-line .block-title {
    position: relative;
    display: inline-block;
}

.right-line .block-title::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    width: 100vw;
    height: 2px;
    background-color: var(--line-color);
}

.elementor .right-line .block-title {
    z-index: 9;
    background: inherit;
    padding-right: 30px;
    padding-left: unset;
}

.left-line .block-title::after {
    content: '';
    position: absolute;
    top: 50%;
    right: calc(100% + 20px);
    width: 100vw;
    height: 2px;
    background-color: var(--line-color);
    transform: translateY(-50%);
}

.elementor .left-line .block-title {
    z-index: 9;
    background: inherit;
    padding-right: 30px;
    padding-left: unset;
}

/*Block Title*/

.elementor .block-title {
    z-index: 9;
    background: inherit;
    padding: 0 30px;
    position: relative;
}


.card .elementor-element .block-title {
    padding: 0 30px 0 0 !important;
}

/*Block Title*/

/*Center line*/


/*Dot title*/

.elementor .dot-title {
    display: flex;
    align-items: center;
    gap: 12px;
}

.elementor .dot-title::before {

    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    background: var(--dot-color);
    border-radius: 50%;
}


.service-inner-container > .e-image-link-base {
    display: none;
}


.elementor .service-inner-container .service-content {
    padding-bottom: 32px;
    padding-top: 32px;
    border-bottom: 1px solid #7ACACF4D;
}

.elementor .service-inner-container .service-content:last-child {
    border-bottom: none;
}

.elementor .service-container {
    position: relative;
    z-index: 10 !important;
    background: linear-gradient(212.39deg, #00413D 57.9%, #9BCD8E 210.51%) !important;
}

/*.service-container:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 100%;*/
/*    width: 100vw;*/
/*    height: 100%;*/
/*    background: var(--service-bg);*/
/*    z-index: -1;*/
/*}*/

.elementor .left-position {
    position: relative;
    z-index: 10 !important;
}

.left-position:after {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    width: 100vw;
    height: 100%;
    background: #0a3432;
    z-index: -1;
}


/*Icon list*/


.icon-list .elementor-icon-list-item {
    flex-direction: row-reverse;
    gap: 10px;
    justify-content: space-between !important;
    padding-bottom: 22px !important;

}

.icon-list .elementor-icon-list-item a:hover .elementor-icon-list-text {
    color: white;
}

.icon-list .elementor-icon-list-item a:hover .elementor-icon-list-icon svg {
    filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(2%) hue-rotate(260deg) brightness(112%) contrast(100%);
}
.border-col > * {
    border-right: 1px solid #01899133;
    border-bottom: 1px solid #01899133;
}

.border-col > *:nth-child(3n) {
    border-right: none;
}

.border-col > *:nth-last-child(-n + 3) {
    border-bottom: none;
}

@media (max-width: 767px) {
    .border-col > * {
        border-right: none;
        border-bottom: 1px solid white;
    }

    .border-col > *:nth-last-child(-n + 3) {
        border-bottom: 1px solid white;
    }

    .border-col > *:last-child {
        border-bottom: none;
    }
}

.default-list li {
    padding: 8px 0 !important;

}

.elementor .check-list h5 strong {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.02em;
}

.elementor .check-list h5 {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFFB2;
}


/*Service-container*/

.service-content:hover .typography-arch-26 {
    color: var(--color-primary);
}

/*.heading-icon*/

.heading-icon .elementor-icon-list-item a:hover .elementor-icon-list-text {
    color: var(--color-primary);
}

.calculator .e-n-tabs-heading {
    background: #F3F6E6;
    margin: 0 48px;
    flex-wrap: nowrap !important;
}

@media (max-width: 1200px) {
    .calculator .e-n-tabs-heading .e-n-tab-title-text {
        font-size: 16px;
    }

    .calculator .e-n-tab-title {
        padding: 9px 10px;
    }

}

@media (max-width: 768px) {
    .calculator .e-n-tabs-heading {
        background: #F3F6E6;
        margin: 0;
        flex-wrap: nowrap !important;
    }

    .calculator .e-n-tabs-heading .e-n-tab-title-text {
        font-size: 14px;
    }

    .calculator .e-n-tab-title {
        padding: 9px 0 !important;
    }

}

.calculator .e-n-tab-title {
    box-shadow: unset !important;
    min-width: 33.3333333333333%;

}

.calculator .e-n-tab-title:hover {
    border-radius: 0px 8px;
    background: linear-gradient(212.4deg, #05736E 36.2%, #13F567 177.07%), rgba(232, 236, 218, 0.2);


}

.calculator .e-n-tab-title[aria-selected="true"] {
    background: linear-gradient(212.4deg, #05736E 36.2%, #13F567 177.07%), rgba(232, 236, 218, 0.2) !important;
    backdrop-filter: blur(2px) !important;
    border-radius: 0px 8px;

}


.elementor-element.carousel-container {
    position: relative;
    width: 860px;
    height: 630px;
    perspective: 1000px;
    transition: height 0.8s ease-out;
}


#green.card {
    background: linear-gradient(87.77deg, #06756E -0.68%, #098D6D 98.13%);

}

#brown.card {
    background-image: url("/wp-content/uploads/2026/05/content-main.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#black.card {
    background-image: url("/wp-content/uploads/2026/05/results.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.carousel {
    position: relative;
    width: 100%;
    height: 100%;
}


.carousel-container .card {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: fit-content;

    border-radius: 0 30px 0 30px;
    overflow: hidden;
    transition: transform 0.8s ease-out,
    opacity 0.8s ease,
    z-index 0s linear;
    opacity: 0;
    z-index: 0;
}


.elementor-element.carousel-container .card .bottom-content {

    /*visibility: hidden;*/
    display: none;
}

.elementor-element.carousel-container .card.active .bottom-content {
    /*visibility: visible;*/
    display: block;
}

.elementor-element.carousel-container .card.active {
    padding: 15px;
}


.elementor-element.carousel-container .bottom-content {
    padding-bottom: 20px;
}

.card.active {
    opacity: 1;
    transform: translateX(0) scale(1);
    z-index: 5;
}

.card.prev1 {
    opacity: 0.8;
    transform: translateX(-15%) scale(0.9);
    z-index: 4;
}

.card.next1 {
    opacity: 0.8;
    transform: translateX(15%) scale(0.9);
    z-index: 4;
}

.card.prev2 {
    opacity: 0.5;
    transform: translateX(-30%) scale(0.8);
    z-index: 3;
}

.card.next2 {
    opacity: 0.5;
    transform: translateX(30%) scale(0.8);
    z-index: 3;
}


.btn-wrp {
    position: unset !important;
}

.prev {
    left: -60px;
    top: 50%;
    position: absolute;

}

.prev,
.next {
    background: #025551;
    border-radius: 50%;
    padding: 25px 20px;
    transition: 0.4s all ease;
}

.prev:hover,
.next:hover,
.prev:active,
.next:active,
.next:focus,
.prev:focus {
    background: #026e69;

}

.main-slider .e-con-inner {
    position: relative;
}

.next {
    right: -60px;
    top: 50%;
    position: absolute;
}

.site-primary-header-wrap .ast-custom-button-link {
    -webkit-mask-image: url('/wp-content/uploads/2026/05/Rectangle-37.png');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
}

body.ast-theme-transparent-header:not(.page-id-53) .site-logo-img .custom-logo-link img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(23%) saturate(1%) hue-rotate(13deg) brightness(105%) contrast(101%);
}

[data-type="fixed-header"] .ast-primary-header-bar.ast-primary-header.main-header-bar.site-header-focus-item {
    border-bottom-right-radius: 20px;
}

[data-type="fixed-header"] .ast-above-header-bar.ast-above-header.site-header-focus-item {
    border-top-left-radius: 20px;
}

/*BREADCRUMBS*/
.breadcrumbs a {
    color: #f3f6e699;
    padding-right: 6px;
    padding-left: 6px;
}

@media (max-width: 768px) {
    body .hero-section .breadcrumbs.elementor-element {
        margin-top: var(--breadcrumbs-mobile-margin-top);
    }
}

.leadership-bread .breadcrumbs a {
    color: #01899199;
}

.leadership-bread .breadcrumbs span {
    color: #018991;
}

.leadership-bread .breadcrumbs {
    color: #018991CC;
}

.btn--arrow:after {
    transition: transform 0.3s ease-in-out;
}

.elementor-widget.elementor-list-item-link-full_width a {
    flex-direction: row-reverse;
    justify-content: space-between !important;
}

.ip .arrow-image {
    transition: transform 0.3s ease-in-out;
}

.ip .arrow-image:hover {
    transform: translateX(6px) !important;
}

.service-content:hover .arrow-image {
    transform: translateX(6px) !important;
}

.service-content .arrow-image {
    transition: transform 0.3s ease-in-out;
}

li.elementor-icon-list-item svg {
    transition: transform 0.3s ease-in-out !important;
}

li.elementor-icon-list-item:hover svg {
    transform: translateX(6px);
}

.btn--arrow:hover::after {
    transform: translateX(6px);
}

@keyframes sway {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(8px);
    }
    100% {
        transform: translateX(0px);
    }
}

.breadcrumbs {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #f3f6e699;
}

.breadcrumbs a:first-child {
    padding-left: unset;
}

.breadcrumbs span {
    color: #F3F6E6;
    padding-left: 6px;
    padding-right: 6px;
}

.breadcrumbs a:hover {
    color: #F3F6E6;
}

.page-id-2903 .breadcrumbs {
    color: #01899199;
}

.page-id-2903 .breadcrumbs a {
    color: #01899199;
}

.page-id-2903 .breadcrumbs span {
    color: #018991;
}

.page-id-2903 .breadcrumbs a:hover {
    color: #018991;
}

.ast-footer-copyright {
    max-width: 230px;
}

.arrow-list li.elementor-icon-list-item.elementor-inline-item {
    border-bottom: 1px solid #0189914D !important;
    padding-bottom: 10px;
}

.green-list::before {
    background-image: url(/wp-content/uploads/2026/05/green-check.png) !important;
}

.border-bottom::before {
    background: rgba(5, 115, 110, 0.15) !important;
    backdrop-filter: blur(64px);
    -webkit-backdrop-filter: blur(64px);
    border-bottom-left-radius: 40px;
}

.arrow-list ul.elementor-icon-list-items.elementor-inline-items {
    gap: 10px;
}

.ast-footer-copyright p {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 6%;
}

@media (max-width: 1060px) {
    .ast-builder-menu-1 .menu-item > .menu-link {
        padding-right: 20px;
    }
}

.site-primary-footer-wrap .site-footer-section-1 {
    border-right: 2px solid #255E61;
}


.ast-mobile-header-content {
    background: #ffffff;
    padding: 20px 20px;
}

#ast-hf-mobile-menu .menu-item a {
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    padding: 15px 0;
    line-height: 1.2;
}

.ast-mobile-header-content .ast-builder-layout-element:not(.ast-builder-menu):not(.ast-header-divider-element) {
    padding: 0;
}

.ast-header-button-1 .ast-custom-button {
    width: 100%;
    text-align: center;
    background: #00FF73;
    border-radius: 8px;
}

.custom-footer {
    width: 100%;
    padding: 66px 44px 120px 44px;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
}

.footer-column h4 {
    font-family: "neue-haas-grotesk-display", sans-serif;
    color: #FFFFFF80;
    font-size: 10px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    line-height: 2.2;
    display: block;
    transition: 0.3s;
}

.footer-column ul li a:hover {
    opacity: 0.7;
}


@media (max-width: 992px) {
    .footer-column {
        flex: 0 0 45%;
    }
}

@media (max-width: 600px) {
    .custom-footer {
        padding: 40px 20px;
    }

    .footer-column {
        flex: 0 0 100%;
        text-align: left;
        padding-bottom: 0;
    }

    .footer-column h4 {
        margin-bottom: 10px;
        font-size: 12px;
    }
}


.site-primary-footer-wrap {
    border-radius: 40px 0 0 0;
}

.site-footer {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.site-footer::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, #042F2D, #042F2D),
    linear-gradient(230.54deg, rgba(0, 65, 61, 0.7) 26.56%, rgba(0, 167, 157, 0.7) 93.41%);
    background-blend-mode: overlay;
    z-index: -1;
    pointer-events: none;
    opacity: 0.2;
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row {
    padding: 0;
}

.footer-bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 40px;
    padding-right: 48px;
}

@media (max-width: 1100px) {
    .custom-footer {
        padding: 66px 24px 20px 24px;
    }

    .footer-bottom {
        padding-left: 24px;
    }
}

.footer-disclaimer {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 500;
    font-size: 11px;
    line-height: 229.99999999999997%;
    letter-spacing: 6%;
    color: #FFFFFF80;
}

.footer-legal {
    display: flex;
    align-items: center;
    gap: 5px;
}

.footer-legal a {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 500;
    color: #FFFFFFB2;
    font-size: 12px;
    text-decoration: none;
    transition: color 0.3s ease;
    white-space: nowrap;
}

.footer-legal a:hover {
    color: #ffffff;
}


.site-footer-primary-section-2 {
    display: flex !important;
    flex-direction: column !important;
    min-height: 100%;
}

.separator {
    color: #FFFFFFB2;
    font-size: 12px;
}

.ast-footer-html-2 {
    width: 100% !important;
    flex-grow: 1;
}

.ast-footer-html-3 {
    width: 100% !important;
}


@media (max-width: 921px) {
    .footer-bottom {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
        text-align: flex-start;
    }
}

/* .ast-header-sticked,
.ast-header-fade.ast-sticky-active {
    top: 20px !important; 
    margin-left: auto !important;
    margin-right: auto !important;
    width: 1200px !important; 
    border-radius: 20px 0; 
    border: 1px solid #FFFFFF;
    left: 0;
    right: 0;
}
  */

.ast-header-sticked .ast-builder-menu-1 .menu-item > .menu-link,
.ast-header-fade .ast-builder-menu-1 .menu-item > .menu-link {
    padding-right: 20px;
}

.ast-header-sticked .main-header-bar-navigation,
.ast-header-sticked .ast-builder-menu-1,
.ast-header-fade .main-header-bar-navigation,
.ast-header-fade .ast-builder-menu-1 {
    justify-content: flex-end;
    width: 100%;
}


/* .ast-header-sticked .ast-builder-grid-row,
.ast-header-fade .ast-builder-grid-row {
    grid-template-columns: 85% 15% ;
    grid-column-gap: 0;
    display: grid ;
}
 */
@media (max-width: 1270px) {
    .ast-header-sticked,
    .ast-header-fade.ast-sticky-active {
        width: 90%;
    }
}

@media (max-width: 1024px) {
    .ast-header-sticked,
    .ast-header-fade.ast-sticky-active {
        width: 95%;
    }
}


.ast-header-sticked .ast-primary-header-bar.main-header-bar,
.ast-header-fade .ast-primary-header-bar.main-header-bar {
    padding-top: 10px;
    padding-bottom: 10px;
}

.section-fb-html-2 {
    position: relative;
    padding-top: 0;
}

.footer-grid::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    border-top: 2px solid #255E61;
    top: 90px;
}

.site-primary-footer-wrap .site-footer-section-1 {
    padding-top: 64px;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}

#block-12 {
    display: none;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 500;
    font-size: 11px;
    line-height: 160%;
}

@media (max-width: 921px) {
    #block-12 {
        display: block;
    }

    .site-primary-footer-wrap .site-footer-section-1 {
        padding-top: 24px;
    }

    .custom-footer {
        padding: 24px 24px 20px 0;
    }

    .footer-grid::before {
        top: 48px;
    }

    .footer-bottom {
        padding-left: 0;
    }

    .site-primary-footer-wrap .site-footer-section-1 {
        display: flex !important;
    }

    .site-primary-footer-wrap .site-footer-section-1 {
        border-right: none;
    }
}

.footer-form {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 22%;
    text-align: center;
    text-transform: uppercase;
}


.footer__signup-hub-form .hbspt-form{
	width:100%!important;
}

.footer-discription {
    width: 819px;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 7%;
    color: #FFFFFFCC;
}

.ast-footer-html-4 .gform_wrapper.gravity-theme {
    display: flex;
    justify-content: center;
    margin: 0;
    max-width: 100%;
}

#gform_1 {
    width: 819px;
}

.ast-footer-html-4 .gform_fields {
    align-items: flex-end;
    border-bottom: 2px solid #38827B;
    padding-bottom: 5px;
}

.ast-footer-html-4 .gfield--type-email input {
    font-size: 26px;
    background: transparent;
    border: none;
    box-shadow: none;
    color: #ffffff;
    font-size: 1.2rem;
    padding: 0 !important;
    width: 100%;
}

.ast-footer-html-4 .gfield--type-email input::placeholder {
    font-size: 26px;
    font-family: "neue-haas-grotesk-display", sans-serif;
    color: #FFFFFFB2;
    font-weight: 400;
}

#gform_submit_button_1 {
    font-family: "neue-haas-grotesk-display", sans-serif;
    background: transparent;
    border: none;
    color: #13F567;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 12%;
    cursor: pointer;
    padding: 8px 35px 8px 15px;
    transition: all 0.3s ease;
}

#field_submit {
    position: relative;
    display: inline-block;
}

#field_submit::after {
    content: url(/wp-content/uploads/2026/05/Vector3.svg);
    width: 24px;
    height: 14px;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 10;
}

#gform_submit_button_1:hover,
#gform_submit_button_1n:focus {
    background-color: transparent;
    color: #ffffff;
}

#field_submit:hover::after {
    filter: brightness(100);
    transition: filter 0.3s ease;
}

.gform_wrapper.gravity-theme #field_submit {
    justify-content: flex-end;
}

.footer-widget-area[data-section="section-fb-html-6"] {
    display: flex;
    justify-content: center;
}

.gform_wrapper.gravity-theme .gform_footer {
    padding: 4px 0 !important;
}

.gform_wrapper.gravity-theme .gform_fields {
    align-items: center;
}

@media (max-width: 921px) {
    .footer-discription,
    #gform_1 {
        width: 100% !important;
        margin-left: auto;
        margin-right: auto;
    }

    .ast-footer-html-4 .gfield--type-email input,
    .ast-footer-html-4 .gfield--type-email input::placeholder {
        font-size: 20px;
    }

    .footer-grid {
        display: grid;
        grid-template-columns: auto auto;
    }

    .footer-column ul li a {
        font-size: 12px;
    }
}

@media (max-width: 544px) {
    .footer-grid::before {
        top: 45px;
    }

    .custom-footer {
        padding: 24px 0 0px 0;
    }
}

@media (max-width: 640px) {
    #gform_fields_1.gform_fields {
        display: flex;
        justify-content: space-between;
    }
}


.ast-footer-html-4 .gfield_error input,
.ast-footer-html-4 .gfield_validation_error input {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.gform_wrapper.gravity-theme .gfield_description {
    text-align: start;
}

.ast-footer-html-4 .gfield_validation_message,
.ast-footer-html-4 .validation_message {
    display: block !important;
    visibility: visible !important;
    position: relative !important;
    color: #FF5E5E !important;
    font-size: 14px !important;
    margin-bottom: 8px !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
}


.ast-footer-html-4 .gfield.gfield_error {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
}


.ast-footer-html-4 .gfield_icon_error,
.ast-footer-html-4 .gform_validation_errors,
.ast-footer-html-4 .gfield_description:not(.gfield_validation_message) {
    display: none !important;
}


.site-primary-footer-inner-wrap.ast-builder-grid-row {
    grid-template-columns: 20% 80%;
}

/*Finance page*/


.checkmark-list strong {
    color: #FFFFFF;
}

.checkmark-list::before {
    content: "";
    position: absolute;
    left: 0;
    width: 24px;
    height: 24px;
    background-image: url('/wp-content/uploads/2026/05/Margin.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#ast-scroll-top {
    background-color: #00FF73;
}

#ast-scroll-top .ast-icon {
    color: black;
}

.heading-icon .elementor-icon-list-item {
    flex-direction: row-reverse;
    gap: 10px;
    justify-content: space-between !important;
}

.heading-icon .elementor-icon-list-icon + .elementor-icon-list-text {
    padding: 0;
}

.border-after-before::before {
    content: "";
    position: absolute;
    top: 77px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #0189914D;
}

.border-after-before::after {
    content: "";
    position: absolute;
    bottom: 78px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #0189914D;
}

@media (max-width: 766px) {
    .border-after-before::before {
        display: none;
    }

    .border-after-before::after {
        display: none;
    }
}

/*Finance page*/


/*Service page*/


.Services-typically-text-arrow::after {
    content: "";
    display: inline-block;
    width: 24px;
    background-color: #13F567;
    -webkit-mask-image: url('/wp-content/uploads/2026/05/Vector3.svg');
    mask-image: url('/wp-content/uploads/2026/05/Vector3.svg');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
}


/*Service page*/


/*partner program*/


.h5-arrow-list::before {
    content: "";
    position: absolute;
    left: 0;
    width: 9px;
    height: 19px;
    background-image: url('/wp-content/uploads/2026/05/Vector3.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


/*partner program*/

/*About*/


.block-time-line::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 12px;
    height: 12px;
    background-color: #18E563;
    border-radius: 50%;
    display: block;
    z-index: 2;
}

.bios-content p {
    min-height: 90px;
    margin: 0;
}

.social-icon img {
    display: block;
}

.news-title {
    min-height: 102px;
}

@media (max-width: 544px) {
    .news-title {
        min-height: unset;
    }
}

.time-line {
    position: relative;
}

.time-line::after {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    right: 0;
    height: 0;
    border-top: 1.4px solid #4C7A77;
    z-index: 1;
}

.h6-circle-number {
    background: linear-gradient(179.23deg, #05736E 28.91%, #13F567 259.2%);
}

.title-16px-background {
    background: linear-gradient(179.23deg, #05736E 28.91%, #13F567 259.2%);
}

/*About*/


.tab-line::after {
    content: "";
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    height: 0;
    border-top: 2px solid #0189914D;
    z-index: 1;
}

@media (max-width: 766px) {
    .tab-line::after {
        display: none;
    }

    .time-line::after {
        display: none;
    }
}


.acc-number .e-n-accordion {
    counter-reset: acc-counter;
}

.acc-number .e-n-accordion-item {
    counter-increment: acc-counter;
}

.acc-number .e-n-accordion-item-title-header::before {
    content: counter(acc-counter, decimal-leading-zero) " ";
    align-items: center;
    display: flex;
    font-weight: bold;
    margin-right: 10px;
    opacity: 0.7;
}

.acc-sub {
    font-family: Archivo;
    font-weight: 400;
    font-style: Italic;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 2%;
    color: #769D9B;
}

.global-container-space {
    padding: 60px 20px;
}

@media (max-width: 766px) {
    .global-container-space {
        padding: 30px 20px;
    }
}

/*home*/

.insights-slide {
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}

.insights-slide:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: block;
    opacity: 0;
    z-index: 2;
    transition: 0.8s all ease;
    height: 100%;
    border-radius: inherit;

}

.insights-slide:hover:after {
    opacity: 0.6;
    background: #00413D;
}

.with-divider {
    position: relative;
}

.with-divider::before {
    content: "";
    position: absolute;
    left: 59%;
    top: 0;
    width: 2px;
    height: 236px;
    background: #0189914D;
}

@media (max-width: 1920px) {
    .with-divider::before {
        left: 62%;
    }
}

@media (max-width: 1440px) {
    .with-divider::before {
        left: 65%;
    }
}

@media (max-width: 766px) {
    .with-divider::before {
        display: none;
    }
}

.has-lines {
    position: relative;
    overflow: visible;
}

.has-lines::after {
    content: "";
    position: absolute;
    left: 70%;
    bottom: 6px;
    width: 100vh;
    height: 1px;
    background: #0189914D;
}


/*home*/

/* Single Post - Single News */
.single-news #content,
.single-post #content {
    /*     padding-top: 8em; */
}

/* Insights page */

.primary-topic .elementor-shortcode, .primary-function .elementor-shortcode {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 10px;
}


.main-card__shorctcode .primary-tax-term{
	background:#E8ECDA33!important;
	color:white!important;

}

.main-card__shorctcode  .elementor-shortcode{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	gap:10px 15px;
}

.primary-tax-term {
	    background: #FFFFFFB2!important;
	
    padding: 10px;
    word-break: break-word;
    font-family: "Archivo", Sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #05736ECC;
    line-height: 1;
    margin: 0;
}

/* Blog - Single */
.single-post #content main article.post,
.single-news #content main article.news  {
    background-color: transparent;
}

.single-post a.post-category,
.single-news a.post-category {
    background-color: rgba(219, 223, 201, 1);
    border-radius: 0px 8px 0px 8px;
    padding: 10px 20px;
    font-family: 'neue-haas-grotesk-display';
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 22%;
    text-transform: uppercase;
    color: rgba(5, 115, 110, 1);
}

.post-meta {
    margin-bottom: 20px;
}

.single-post h1.post-title,
.single-news h1.post-title {
    color: #05736E;
    font-family: 'Archivo';
    font-weight: 600;
    font-size: 64px;
    line-height: 140%;
    letter-spacing: -1%;
}

.single-post .post-taxonomies,
.single-news .post-taxonomies {
    margin-bottom: 28px;
}

.post-author {
    padding-bottom: 28px;
    border-bottom: 1px solid #DBDFC9;
    margin-bottom: 64px;
}

.single-post .post-excerpt,
.single-news .post-excerpt {
    color: rgba(5, 115, 110, 0.8);
    font-family: 'neue-haas-grotesk-display';
    font-weight: 500;
    font-size: 22px;
    line-height: 140%;
    letter-spacing: 2%;
    margin-bottom: 32px;
}

.post-featured-image img {
    max-height: 540px;
    object-fit: cover;
    border-radius: 0px 0px 0px 40px;
}

div#main-content-container {
    padding-top: 87px;
}

.single-post .main-content,
.single-news .main-content {
    max-width: 880px;
}

.featured-image-caption {
    font-family: 'neue-haas-grotesk-display';
    font-weight: 500;
    font-style: italic;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 6%;
    color: #18B552;
    padding-top: 18px;
}

.single-post .post-meta span.post-date,
.single-news .post-meta span.post-date {
    color: #05736E;
    font-family: 'Archivo';
    font-weight: 500;
    font-size: 16px;
    line-height: 1em;
    letter-spacing: 0%;
}

.single-post .post-tags a.post-tag,
.single-news .post-tags a.post-tag,
.single-post .post-taxonomies a.post-taxonomy-item,
.single-news .post-taxonomies a.post-taxonomy-item {
    background-color: rgba(5, 115, 110, 0.15);
    backdrop-filter: blur(4px);
    padding: 6px 14px;
    color: #05736E;
    font-family: 'Archivo';
    font-weight: 500;
    font-size: 14px;
    line-height: 1em;
    letter-spacing: 4%;
    margin-bottom: 4px;
}

.short-version__heading-wrap {
    padding-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 24px;
}

.short-version__list {
    background-color: #00413D;
    border-radius: 0px 24px 0px 24px;
}

.short-version__item {
    padding: 20px 32px;
    display: flex;
    gap: 24px;
}

/* Border bottom NOT last one of type */
.short-version__item:not(:last-child) {
    border-bottom: 2px solid #0189914D;
}

.short-version__text {
    font-family: 'neue-haas-grotesk-display';
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 5%;
    color: #ffffff;
}

.short-version__icon img {
    width: 24px;
    height: auto;
}

.single-post .post-tags,
.single-post .post-taxonomies,
.single-news .post-tags,
.single-news .post-taxonomies {
    gap: 4px;
    display: flex;
    flex-wrap: wrap;
}

h2.short-version__heading {
    font-family: 'neue-haas-grotesk-display';
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 22%;
    text-transform: uppercase;
    margin: 0;
    white-space: nowrap;
    flex-shrink: 0;
}

div#header-top-section {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

.post-share a img {
    width: 14px;
    height: auto;
}

.post-share a {
    padding: 12px 12px 12px 14px;
    border: 1px solid #D4D9BD;
    border-radius: 100%;
}

/* NOT last one of type */
.post-share a:not(:last-child) {
    margin-right: 12px;
}

/* END Blog - Single */

@media (max-width: 1430px) {


    .prev {
        left: -20px;
        top: 50%;
        position: absolute;
        z-index: 10;

    }

    .next {
        right: -20px;
        top: 50%;
        position: absolute;
        z-index: 10;
    }
}

@media (max-width: 1240px) {
    .elementor-element.carousel-container {
        position: relative;
        width: 660px;
        height: 630px;
        perspective: 1000px;

    }

    .elementor-element.carousel-container .inner-content {
        max-height: 300px;
        min-height: 300px;
    }

    .prev {
        left: 20px;
        top: 50%;
        position: absolute;
        z-index: 10;

    }

    .next {
        right: 20px;
        top: 50%;
        position: absolute;
        z-index: 10;
    }
}

@media (max-width: 768px) {
    .elementor-element.carousel-container {
        position: relative;
        width: 460px;
        height: 500px;
        max-height: 700px;
        perspective: 1000px;

    }

    .elementor-element.carousel-container .inner-content {
        max-height: 450px;
        min-height: 150px;
    }

    .prev {
        left: 20px;
        top: 50%;
        position: absolute;
        z-index: 10;

    }

    .next {
        right: 20px;
        top: 50%;
        position: absolute;
        z-index: 10;
    }
}

@media (max-width: 640px) {


    .prev {
        left: 0;
        top: 0;
        position: relative;
        z-index: 10;

    }

    .next {
        left: 0;
        top: 0;
        position: relative;
        z-index: 10;
    }
}

@media (max-width: 568px) {
    .elementor-element.carousel-container {
        position: relative;
        width: 360px;
        height: 400px;
        perspective: 1000px;

    }

    .elementor-element.carousel-container .inner-content {
        max-height: 500px;
        min-height: 150px;
    }


}

@media (max-width: 408px) {
    .elementor-element.carousel-container {
        position: relative;
        width: 330px;
        perspective: 1000px;

    }

    .elementor-element.carousel-container .inner-content {
        max-height: 500px;
        min-height: 150px;
    }


}


/*Elementor editor */


.elementor-editor-active .carousel-container .card {

    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    z-index: 1;
}

.elementor-editor-active .elementor-element.carousel-container {
    position: relative;
    width: 860px;
    height: 100%;
    perspective: 1000px;
    transition: height 0.8s ease-out;
}

.elementor-editor-active .elementor-element.carousel-container .card .bottom-content {

    /*visibility: hidden;*/
    display: block;
}


/*Documentation*/

.documentation h5 {
    margin-bottom: unset;
    font-weight: 600;
}

.documentation .content a {
    text-decoration: underline;
}

.documentation .content ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}


.documentation .elementor-toc__body {
    padding: unset;
}


.documentation .elementor-toc__header {
    padding: unset;
    margin-bottom: 20px;
}

.documentation .elementor-toc__list-wrapper {
    margin: unset;
    padding: 0 0 0 8px;
    border-left: 2px solid #0189914D;


}


.documentation .elementor-toc__body {
    scroll-padding-top: 220px;
}

.documentation .elementor-toc__list-item-text.elementor-item-active {
    transition: none !important;
}

.documentation .elementor-menu-anchor {
    scroll-margin-top: 100px;
}

.search-filter-query-posts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

/*INSIGHTS HUB*/
#more-filters-content {
    opacity: 0;
    /*display: none;*/
    max-height: 0;
    transition: max-height 0.4s ease,
    opacity 0.4s ease,
    margin-top 0.4s ease,
    visibility 0.4s ease;
    margin-top: 0;
    visibility: hidden;
}

#more-filters-content.active {
    opacity: 1;
    display: flex;
    visibility: visible;
    max-height: 350px;
    margin-top: 1.5rem;
}

.arrow {
    width: 18px;
    height: 18px;
    transition: transform 0.3s ease;
    display: inline-block;
}

.more-filters.active .arrow {
    transform: rotate(180deg);
}

.filter-wrp .search-filter-input-text,
.filter-wrp .search-filter-field .search-filter-component-combobox-base {
    height: 58px;
    border: unset;
    border-radius: 0 12px 0 12px;
    background: #F3F6E6;
    padding-left: 20px;
    padding-right: 15px;
}

.filter-wrp .search-filter-component-combobox-base .search-filter-icon {
    background: url('/wp-content/uploads/2026/05/Vector5.png');
    width: 12px;
    height: 9px;
    background-size: contain;
    background-repeat: no-repeat;
}


.filter-wrp .search-filter-component-combobox-base__listbox-list {
    padding: unset;
}


.filter-wrp .search-filter-label {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    line-height: 140%;
    color: #05736E;
}

.filter-wrp .search-filter-component-combobox-base__listbox-list li {
    font-size: 14px;
}

.filter-wrp .search-filter-component-combobox-base__listbox-list li:hover {
    background: #13F567;
}

.filter-wrp .search-filter-component-popover--position-bottom {
    border: unset !important;
    background: #f3f6e6;
    top: calc(100% + 20px) !important;


}

.filter-wrp .search-filter-component-combobox-base__listbox-option--selected {
    background: #13F567;

}

.filter-wrp .search-filter-component-combobox__clear-selection {
    display: none;
}

.filter-wrp .search-filter-component-combobox__actions-input::placeholder {
    line-height: 2.4 !important;
    color: #05736E !important;
    font-size: 18px !important;
    font-family: "neue-haas-grotesk-display", Sans-serif !important;
    font-weight: 400 !important;
}

.filter-wrp .search-filter-component-combobox .search-filter-component-combobox__actions .search-filter-component-combobox__selection, .search-filter-component-combobox .search-filter-component-combobox__actions input[type="text"] {
    color: #05736E !important;
    line-height: 2.4 !important;
    font-family: "neue-haas-grotesk-display", Sans-serif !important;
    font-weight: 400 !important;

}

.filter-by {
    width: 100%;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.filter-by .search-filter-base {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
}

.filter-by .search-filter-label {
    width: 100%;
    max-width: 150px;
}

.filter-by .search-filter-input-button {
    font-size: 14px;
    border: unset;
    line-height: 140%;
    letter-spacing: 0.2em;
    color: #05736E;
}

.filter-wrp .search-filter-input-text__input {
    color: #05736E !important;
    font-family: "neue-haas-grotesk-display", Sans-serif !important;
    font-weight: 400 !important;
}

.filter-wrp .search-filter-input-text__input::placeholder {
    color: #05736E !important;
    font-family: "neue-haas-grotesk-display", Sans-serif !important;
    font-weight: 400 !important;
}

#more-filters a {
    width: 100%;
    max-height: 58px;
}


#more-filters svg {
    width: 9px;
}

#more-filters .elementor-button-content-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
}


.filter-wrp .search-filter-component-combobox-base .search-filter-icon .search-filter-icon__svg {
    display: none;
}

.filter-wrp .search-filter-component-combobox__input-divider {
    display: none;
}


.search-filter-field .search-filter-component-combobox__header {
    height: 100%;
}

.filter-by:has(.search-filter-input-button-group:empty) {
    display: none;
}

.filter-view-more .search-filter-input-button {
    padding: unset;
    border: unset;
    background: unset !important;
    display: flex;
    align-items: center;
    flex-direction: row;
    font-weight: bold;
    color: #00413D;
    font-size: 18px;
    gap: 10px;
}

.filter-view-more .search-filter-input-button:after {
    content: url('/wp-content/uploads/2026/05/Vector4.svg');
    width: 24px;
    height: 22px;
    display: inline-block;
    transition: transform 0.3s ease-in-out;

}

.filter-view-more .search-filter-input-button:hover::after {
    transform: translateX(6px);
}


.results {
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.2em;
    font-size: 11px;
    text-transform: uppercase;
    color: #05736E;
}


.results-count {
    margin-top: 12px;
    font-size: 22px;
    font-weight: 400;
    font-family: "neue-haas-grotesk-display", sans-serif;
    letter-spacing: 0.02em;
}

.filter-wrp .sort-filter .search-filter-component-combobox-base {
    background: unset;
    padding: unset;
    width: fit-content;

}

.filter-wrp .sort-filter .search-filter-component-combobox-base .search-filter-component-combobox__actions-input {
    max-width: 100px;

}

.elementor-element-59a3ec8 {
    background: transparent !important;
}


/* Calculator */

.calculator-left-col .elementor-shortcode {
    height: 100%;
}

.calculator-left-col .elementor-shortcode .fsc-panel {
    height: 100%;
}

.hub-tax-wrp.list .elementor-heading-title span {
    background: #E8ECDA33;
    color: white;
    text-transform: capitalize;
    font-weight: 500;

}

.hub-tax-wrp .elementor-heading-title span {
    padding: 10px;
    background: #FFFFFFB2;
}

.hub-tax-wrp.card-tax .elementor-heading-title span {
    background: #E8ECDA33;
    color: white;
}

.icon-list.no-space .elementor-icon-list-text {
    padding: unset !important;
}

.icon-list.no-space .elementor-icon-list-item {
    padding: unset !important;
}

.hub-tax-wrp.list .elementor-heading-title,
.hub-tax-wrp.card-tax .elementor-heading-title {
    gap: 4px;
}

.hub-tax-wrp .elementor-heading-title {
    display: flex;
    gap: 5px 10px;
    border-radius: 4px;
    flex-wrap: wrap;
}

.insight-list__grid .e-loop-item {
    border-bottom: 1px solid #7ACACF4D;
    padding-bottom: 32px;

}

.insight-list__grid .e-loop-item:last-of-type {
    border: unset;
    padding-bottom: unset;
}

.icon-list.no-space .elementor-icon-list-item a:hover .elementor-icon-list-text {
    color: #13F567;
}

.insight-list__item > .e-con-inner {
    margin: unset;
    max-width: 100%;
}

.card.elementor-widget-loop-grid .elementor-grid,
.card.elementor-widget-loop-grid .elementor-grid .featured-item {
    height: 100%;
}

.featured-item__inner-container {
    max-height: 348px;
}


.industries-evolve-bg {
    max-width: fit-content;
    background: url(/wp-content/uploads/2026/06/5dcd13dde5d07189046cafdfbb9cd6546b93f8f8.jpg), #042F2D;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 30% 100%;
}

.grid-arrow-hover .e-atomic-element {
    transition: 0.4s all ease;
}

.grid-arrow-hover .e-con-inner > .e-atomic-element:hover .arrow-hover {
    transform: translateX(6px);
}

/* Single post */


.single-tax-box .elementor-heading-title span {
    background: #05736E26;
    color: #05736E;
    text-transform: capitalize;
    font-weight: 500;

}

.single-tax-box .elementor-heading-title span {
    padding: 10px;
    background: #05736E26;
}

.single-tax-box .elementor-heading-title span {
    background: #05736E26;
    backdrop-filter: blur(4px)
    color: #05736E;
}


.single-tax-box .elementor-heading-title,
.single-tax-box .elementor-heading-title {
    gap: 4px;
}

.single-tax-box .elementor-heading-title {
    display: flex;
    gap: 5px 10px;
    border-radius: unset;
    flex-wrap: wrap;
}


/*HUB SPOT FORMS*/

/*Sign Up form*/


.signup-hub-form input.hs-input::placeholder,
.signup-hub-form input.hs-input {
    font-size: 22px;
    font-weight: 400;
    font-family: 'Neue-Haas-Grotesk-Display', neue-haas-grotesk-display, sans-serif;
    color: #05736E;
    padding: unset;
}


.signup-hub-form input.hs-input {
    background: unset;
    border: unset;
    box-shadow: unset;
    width: 100%;
}

.signup-hub-form {
    padding-bottom: 20px;
    border-bottom: 2px solid #01899133;
}

.signup-hub-form form {
    display: flex;
}

.signup-hub-form .hs_email {
    width: 100%;

}

.subscribe-form #gform_submit_button_3:hover {
    color: #100F10;
    background-color: #11e168;
}

.signup-hub-form .hs-submit .hs-button {
    clip-path: polygon(18px 4.07%, calc(100% - 10px) 0%, calc(100% - 3px) 1px, calc(100% - 1px) 3px, 100% 5px, calc(100% - 18px) 97.97%, 10px 100%, 3px calc(100% - 1px), 1px calc(100% - 3px));
    width: auto;
    font-family: Archivo;
    font-weight: 700;
    font-size: 18px;
    color: var(--black, #100F10);
    line-height: 140%;
    padding-block-start: 12px;
    padding-block-end: 12px;
    padding-inline-start: 35px;
    padding-inline-end: 35px;
    background-color: var(--Green, #13F567);
    transition: all 400ms;
    display: inline-block;
    align-self: center;
}

/*Footer Sign Up*/
.footer__signup-hub-form {
    display: flex;
    justify-content: center;
}

.footer__signup-hub-form .hs-error-msg {
	color:white!important;
}

.footer__signup-hub-form .actions{
	position:relative!important;
}
.footer__signup-hub-form .hs_error_rollup{
	display:none!important;
}
.footer__signup-hub-form  .submitted-message {
	margin-bottom:20px;
}
.footer__signup-hub-form form {
    display: flex;
    width: 100%;
    justify-content: space-between;
    max-width: 820px;
    border-bottom: 2px solid #38827B;
    margin-bottom: 16px;
	padding-bottom:12px;
	margin-bottom:16px!important;
}

.footer-widget-area[data-section="section-fb-html-4"] {
    margin-top: unset !important;
}

.footer__signup-hub-form input.hs-input {
    font-size: 26px;
    background: transparent;
    border: none;
    box-shadow: none;
    color: #ffffff;
    font-size: 1.2rem;
    padding: 0 !important;
    width: 100%;
}

.footer__signup-hub-form input.hs-input::placeholder {
    font-size: 26px;
    font-family: "neue-haas-grotesk-display", sans-serif;
    color: #FFFFFFB2;
    font-weight: 400;
}

.footer__signup-hub-form .hs-submit {
    margin-right: 36px;
}

.footer__signup-hub-form .hs-submit .hs-button {
    font-family: "neue-haas-grotesk-display", sans-serif;
    background: transparent;
    border: none;
    color: #13F567;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 12%;
    cursor: pointer;
    padding: unset;
    box-shadow: unset;
    transition: all 0.3s ease;
}


@media(max-width:500px){
	.footer__signup-hub-form .hs-submit .hs-button{
		font-size:12px;
	}
}

.footer__signup-hub-form .hs-submit .actions::after {
    content: url(/wp-content/uploads/2026/05/Vector3.svg);
    width: 24px;
    height: 14px;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 10;
    margin-left: 10px;
}


.footer__signup-hub-form .hs-submit .hs-button:hover,
.footer__signup-hub-form .hs-submit .hs-button:focus {
    background-color: transparent;
    color: #ffffff;
}

.footer__signup-hub-form .hs-submit .actions:hover::after {
    filter: brightness(100);
    transition: filter 0.3s ease;
}


.signup-hub-form input.hs-input::placeholder,
.signup-hub-form input.hs-input {
    font-size: 22px;
    font-weight: 400;
    font-family: 'Neue-Haas-Grotesk-Display', neue-haas-grotesk-display, sans-serif;
    color: #05736E;
    padding: unset;
}


.signup-hub-form input.hs-input {
    background: unset;
    border: unset;
    box-shadow: unset;
    width: 100%;
}

.signup-hub-form {
    padding-bottom: 20px;
    border-bottom: 2px solid #01899133;
}

.signup-hub-form form {
    display: flex;
}

.signup-hub-form .hs_email {
    width: 100%;

}

.subscribe-form #gform_submit_button_3:hover {
    color: #100F10;
    background-color: #11e168;
}

.signup-hub-form .hs-submit .hs-button {
    clip-path: polygon(18px 4.07%, calc(100% - 10px) 0%, calc(100% - 3px) 1px, calc(100% - 1px) 3px, 100% 5px, calc(100% - 18px) 97.97%, 10px 100%, 3px calc(100% - 1px), 1px calc(100% - 3px));
    width: auto;
    font-family: Archivo;
    font-weight: 700;
    font-size: 18px;
    color: var(--black, #100F10);
    line-height: 140%;
    padding-block-start: 12px;
    padding-block-end: 12px;
    padding-inline-start: 35px;
    padding-inline-end: 35px;
    background-color: var(--Green, #13F567);
    transition: all 400ms;
    display: inline-block;
    align-self: center;
}

.signup-hub-form  .hs-error-msgs{
	width:fit-content;
}

/*Footer Sign Up*/
.footer__signup-hub-form {
    display: flex;
    justify-content: center;
}

.footer__signup-hub-form form {
    display: flex;
    width: 100%;
    justify-content: space-between;
    max-width: 820px;
    border-bottom: 2px solid #38827B;
    margin-bottom: 16px;
}

.footer-widget-area[data-section="section-fb-html-4"] {
    margin-top: unset !important;
}

.footer__signup-hub-form input.hs-input {
    font-size: 26px;
    background: transparent;
    border: none;
    box-shadow: none;
    color: #ffffff;
    font-size: 1.2rem;
    padding: 0 !important;
    width: 100%;
}

.footer__signup-hub-form input.hs-input::placeholder {
    font-size: 26px;
    font-family: "neue-haas-grotesk-display", sans-serif;
    color: #FFFFFFB2;
    font-weight: 400;
}

.footer__signup-hub-form .hs-submit {
    margin-right: 36px;
}

.footer__signup-hub-form .hs-submit .hs-button {
    font-family: "neue-haas-grotesk-display", sans-serif;
    background: transparent;
    border: none;
    color: #13F567;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 12%;
    cursor: pointer;
    padding: unset;
    box-shadow: unset;
    transition: all 0.3s ease;
}


.footer__signup-hub-form .hs-submit .actions::after {
    content: url(/wp-content/uploads/2026/05/Vector3.svg);
    width: 24px;
    height: 14px;
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 10;
    margin-left: 10px;
}


.footer__signup-hub-form .hs-submit .hs-button:hover,
.footer__signup-hub-form .hs-submit .hs-button:focus {
    background-color: transparent;
    color: #ffffff;
}

.footer__signup-hub-form .hs-submit .actions:hover::after {
    filter: brightness(100);
    transition: filter 0.3s ease;
}

@media (max-width: 500px) {
    .signup-hub-form input.hs-input::placeholder,
    .signup-hub-form input.hs-input {
        font-size: 14px;
    }

    .footer__signup-hub-form input.hs-input,
    .footer__signup-hub-form input.hs-input::placeholder {
        font-size: 14px;
    }

    .footer__signup-hub-form form {
        align-items: center;
    }

    .footer__signup-hub-form .hs-submit {
        margin-right: 36px;
        position: relative;
		flex: 0 0 76px;
    }

    .footer__signup-hub-form .hs-submit .actions::after {
        top: 50%;
        transform: translateY(-50%);
    }
}


/*Modules*/
.post-modules section {
    padding: 30px 0;
}

/*Quote Module*/
.quote-block {
    display: flex;
    flex-direction: column;
    max-width: calc((725 / 880) * 100%);
    margin-left: auto;
    gap: 20px;
    padding-bottom: 24px;
}

.quote-block .post-module__inner {
    display: flex;
    flex-direction: column;
    gap: 21px;
    padding-bottom: 16px;
}

.quote-block__text {
    border: none;
    margin: 0;
    padding: 0;
}

.quote-block__text p {
    font-size: 22px;
    line-height: 140%;
    font-weight: 600;
    letter-spacing: 0%;
    margin-bottom: 0;
    color: #05736E;
}

.quote-block__subheading {
    display: flex;
    align-items: center;
    gap: 24px;
}

.quote-block__subheading p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 1%;
    color: #066E69;
}

.quote-block__subheading_top {
    display: flex;
    align-items: center;
    gap: 32px;
}

.quote-block__subheading_top img {
    width: 49px;
    height: 48px;
}

hr.quote-line {
    border: none;
    border-bottom: 2px solid #0189914D;
    flex-grow: 1;
    margin: 0;
    background-color: transparent;
}

/*Quote Block and Description Module*/
.quote-description-module__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

.quote-description-module__quote-col {
    background-color: #EAEDDC;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 32px 42px;
    border-radius: 0 8px 0 8px;
}

.quote-description-module__quote-col img {
    height: 24px;
    width: 24px;
    margin-bottom: 14px;
}

.quote-description-module__quote {
    border: none;
    padding: 0;
    margin: 0;
}

.quote-description-module__quote p {
    font-size: 22px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0%;
    color: #05736E;
    margin: 0;
}

.quote-description-module__subtitle p {
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 1%;
    margin-bottom: 0;
    color: #066E69;
}

.quote-description-module__description {
    display: flex;
    align-items: center;
}

.quote-description-module__description p {
    margin-bottom: 0;
    font-weight: 500;
    font-family: "Neue Haas Grotesk Display", sans-serif;
    line-height: 160%;
    letter-spacing: 2%;
    color: #05736ECC;
}

/*Image and Caption Module*/
.post-module--image {
    width: 100%;
}

.image-caption-module__image {
    width: 100%;
    aspect-ratio: 1105/563;
    border-radius: 0 0 40px 0;
    display: block;
}

.image-caption-module__caption {
    margin-top: 16px;
    font-size: 12px;
    font-weight: 500;
    font-family: "Neue Haas Grotesk Display", sans-serif;
    font-style: italic;
    line-height: 140%;
    letter-spacing: 6%;
    color: #18B552;
}

@media (min-width: 1280px) {
    .post-module--image {
        margin-left: calc(-1 * ((100vw - 1280px) / 2) - 20px);
        width: 76.73vw;
        max-width: none;
    }

    .image-caption-module__image {
        width: 100%;
        aspect-ratio: 1105/563;
        border-radius: 0 0 40px 0;
    }

    .image-caption-module__caption {
        margin-left: calc(((100vw - 1280px) / 2) + 20px);
    }
}

/*Video and Caption Module*/
.post-module--video {
    width: 100%;
}

.video-caption-module__embed-wrap {
    width: 100%;
    aspect-ratio: 1105/563;
    overflow: hidden;
    display: block;
}

.video-caption-module__embed-wrap iframe,
.video-caption-module__embed-wrap video,
.video-caption-module__embed-wrap .wp-video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.video-caption-module__caption {
    margin-top: 16px;
    font-size: 12px;
    font-weight: 500;
    font-family: "Neue Haas Grotesk Display", sans-serif;
    font-style: italic;
    line-height: 140%;
    letter-spacing: 6%;
    color: #18B552;
}

@media (min-width: 1280px) {
    .post-module--video {
        margin-left: calc(-1 * ((100vw - 1280px) / 2) - 20px);
        width: 76.73vw;
        max-width: none;
    }

    .video-caption-module__embed-wrap {
        width: 100%;
        aspect-ratio: 1105/563;
    }

    .video-caption-module__caption {
        margin-left: calc(((100vw - 1280px) / 2) + 20px);
    }
}

/*Content List Module*/
.content-list-module .post-module__inner {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.content-list-module__heading {
    font-size: 14px;
    font-weight: 600;
    font-family: "Neue Haas Grotesk Display", sans-serif;
    line-height: 140%;
    letter-spacing: 22%;
    color: #05736E;
    text-transform: uppercase;
}

.content-list-module__list {
    display: flex;
    flex-direction: column;
    margin: 0;
    gap: 12px;
}

.content-list-module__item {
    background-color: #FFFFFF;
    border-radius: 8px 0;
    padding: 16px 18px;
    display: flex;
    gap: 24px;
}

.content-list-module__icon {
    width: 40px;
    height: 40px;
}

.content-list-module__text {
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0%;
    color: #05736E;
    display: flex;
    align-items: center;
}

/*Text Block Module*/
.text-block .post-module__inner {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.text-block p {
    margin: 0;
    font-weight: 500;
    font-family: "Neue Haas Grotesk Display", sans-serif;
    line-height: 160%;
    letter-spacing: 2%;
    color: #05736ECC;
    padding-bottom: 12px;
}


/*Referral Form Hubspot*/

.referral-form h1, .referral-form h1 span {
    display: none !important;
}

.referral-form form fieldset {
    max-width: 100% !important;
}

.referral-form h2{
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 140% !important;
    letter-spacing: 0.25em !important;
    text-transform: uppercase !important;
    color: #60A399 !important;
    margin-top: 10px !important;
    margin-bottom: 15px !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}
.referral-form fieldset:not(:nth-child(2)) h2 {
    padding-top: 26px !important;
}
.referral-form h2::before {
    content: '' !important;
    display: inline-block !important;
    width: 7px !important;
    height: 7px !important;
    background: #18E563 !important;
    border-radius: 50% !important;
    flex-shrink: 0 !important;
    margin-bottom: 5px !important;
}

.referral-form .hs-form-field > label {
    display: block !important;
    margin-bottom: 8px !important;
    font-family: 'Archivo', sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 140% !important;
    letter-spacing: 0.02em !important;
    color: #FFFFFF !important;
}

.referral-form .hs-input,
.referral-form .hs-input.hs-fieldtype-textarea {
    background: transparent !important;
    padding: 12px !important;
    border: 1px solid #266A69 !important;
    border-radius: 4px !important;
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 140% !important;
    letter-spacing: 0.02em !important;
    color: #FFFFFF !important;
    box-sizing: border-box !important;
    width: 100% !important;
}

.referral-form .hs-input.hs-fieldtype-textarea {
    resize: vertical !important;
    min-height: 100px !important;
}

.referral-form select.hs-input {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    line-height: normal !important;
    padding: 8px 12px !important;
    background-image: url('/wp-content/uploads/2026/06/hubspot-arrow.svg') !important;
    background-repeat: no-repeat !important;
    background-position: right 15px center !important;
    background-size: 12px !important;
}

.referral-form select.hs-input option {
    background-color: #ffffff !important;
    color: #100F10 !important;
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif !important;
}

.referral-form .hs-input::placeholder {
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 140% !important;
    letter-spacing: 0.02em !important;
    color: rgba(255, 255, 255, 0.6) !important;
    opacity: 1;
}

.referral-form .hs-input::-webkit-input-placeholder {
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 140% !important;
    letter-spacing: 0.02em !important;
    color: rgba(255, 255, 255, 0.6) !important;
}

.referral-form .hs-input::-moz-placeholder {
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 140% !important;
    letter-spacing: 0.02em !important;
    color: rgba(255, 255, 255, 0.6) !important;
}

.referral-form .field {
    margin-bottom: 18px !important;
}

.referral-form fieldset.form-columns-2 .hs-form-field {
    width: calc(50% - 8px) !important;
}

.referral-form fieldset.form-columns-2 .hs-form-field:first-child {
    margin-right: 16px !important;
}

.referral-form fieldset.form-columns-2 .input {
    margin-right: 0 !important;
}

.referral-form fieldset.form-columns-1 .hs-form-field {
    width: 100% !important;
    margin-right: 0 !important;
}

.referral-form fieldset.form-columns-1 .input {
    margin-right: 0 !important;
}

.referral-form .hs_submit,
.referral-form .hs-submit .actions,
.referral-form .hs-button.primary.large {
    width: 100% !important;
    box-sizing: border-box !important;
}

.referral-form .hs-button.primary.large {
    clip-path: polygon(18px 4.07%, calc(100% - 10px) 0%, calc(100% - 3px) 1px, calc(100% - 1px) 3px, 100% 5px, calc(100% - 18px) 97.97%, 10px 100%, 3px calc(100% - 1px), 1px calc(100% - 3px)) !important;
    font-family: 'Archivo', sans-serif !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    color: #100F10 !important;
    line-height: 140% !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    padding-left: 35px !important;
    padding-right: 35px !important;
    background-color: #13F567 !important;
    border: none !important;
    transition: all 400ms !important;
    display: inline-block !important;
    cursor: pointer !important;
}

.referral-form .hs-button.primary.large:hover {
    background-color: #11e168 !important;
}

.referral-form .hs-submit {
    display: block !important;
}

@media (max-width: 768px) {
    .referral-form body fieldset.form-columns-2 .hs-form-field {
        width: 100% !important;
    }

    .referral-form body fieldset.form-columns-2 .hs-form-field:first-child {
        margin-right: 0 !important;
    }

    .referral-form body .hs-submit .actions {
        margin-top: 0 !important;
    }

    .referral-form body .hs-button.primary.large {
        font-size: 16px !important;
    }
}


/*Portfolio form*/

/* Portfolio Form Hubspot Styles */
.portfolio-form h1,
.portfolio-form h1 span {
    display: none !important;
}

.portfolio-form form fieldset {
    max-width: 100% !important;
}

.portfolio-form .hs-form-field > label {
    display: block !important;
    margin-bottom: 8px !important;
    font-family: 'Archivo', sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 140% !important;
    letter-spacing: 0.02em !important;
    color: #FFFFFF !important;
}

.portfolio-form .hs-input,
.portfolio-form .hs-input.hs-fieldtype-textarea {
    background: transparent !important;
    padding: 12px !important;
    border: 1px solid #266A69 !important;
    border-radius: 4px !important;
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 140% !important;
    letter-spacing: 0.02em !important;
    color: #FFFFFF !important;
    box-sizing: border-box !important;
    width: 100% !important;
}

.portfolio-form .hs-input.hs-fieldtype-textarea {
    resize: vertical !important;
    min-height: 100px !important;
}

.portfolio-form select.hs-input {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    line-height: normal !important;
    padding-top: 8px !important;
    padding-bottom: 12px !important;
    padding-right: 40px !important;
    background-image: url('/wp-content/uploads/2026/06/hubspot-arrow.svg') !important;
    background-repeat: no-repeat !important;
    background-position: right 15px center !important;
    background-size: 12px !important;
}
.portfolio-form label.hs-error-msg {
    color: #ffffff;
}
.portfolio-form select.hs-input option {
    background-color: #ffffff !important;
    color: #100F10 !important;
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif !important;
}

.portfolio-form .hs-input::placeholder {
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 140% !important;
    letter-spacing: 0.02em !important;
    color: rgba(255, 255, 255, 0.6) !important;
    opacity: 1;
}

.portfolio-form .hs-input::-webkit-input-placeholder {
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 140% !important;
    letter-spacing: 0.02em !important;
    color: rgba(255, 255, 255, 0.6) !important;
}

.portfolio-form .hs-input::-moz-placeholder {
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 140% !important;
    letter-spacing: 0.02em !important;
    color: rgba(255, 255, 255, 0.6) !important;
}

.portfolio-form .field {
    margin-bottom: 18px !important;
}

.portfolio-form fieldset.form-columns-2 .hs-form-field {
    width: calc(50% - 8px) !important;
}

.portfolio-form fieldset.form-columns-2 .hs-form-field:first-child {
    margin-right: 16px !important;
}

.portfolio-form fieldset.form-columns-2 .input {
    margin-right: 0 !important;
}

.portfolio-form fieldset.form-columns-1 .hs-form-field {
    width: 100% !important;
    margin-right: 0 !important;
}

.portfolio-form fieldset.form-columns-1 .input {
    margin-right: 0 !important;
}

.portfolio-form .hs_submit,
.portfolio-form .hs-submit .actions,
.portfolio-form .hs-button.primary.large {
    width: 100% !important;
    box-sizing: border-box !important;
}

.portfolio-form .hs-button.primary.large {
    clip-path: polygon(18px 4.07%, calc(100% - 10px) 0%, calc(100% - 3px) 1px, calc(100% - 1px) 3px, 100% 5px, calc(100% - 18px) 97.97%, 10px 100%, 3px calc(100% - 1px), 1px calc(100% - 3px)) !important;
    font-family: 'Archivo', sans-serif !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    color: #100F10 !important;
    line-height: 140% !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    padding-left: 35px !important;
    padding-right: 35px !important;
    background-color: #13F567 !important;
    border: none !important;
    transition: all 400ms !important;
    display: inline-block !important;
    cursor: pointer !important;
}

.portfolio-form .hs-button.primary.large:hover {
    background-color: #11e168 !important;
}

.portfolio-form .hs-submit {
    display: block !important;
    padding-top: 18px!important;
}

@media (max-width: 768px) {
    .portfolio-form fieldset.form-columns-2 .hs-form-field {
        width: 100% !important;
    }

    .portfolio-form fieldset.form-columns-2 .hs-form-field:first-child {
        margin-right: 0 !important;
    }

    .portfolio-form .hs-submit .actions {
        margin-top: 0 !important;
    }

    .portfolio-form .hs-button.primary.large {
        font-size: 16px !important;
    }
}


.main-card__shorctocde .elementor-shortcode{
	display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px 5px;
}



/* ASTRA ARCHIVE PAGE */

.ast-archive-description{
	padding:unset!important;
	background:unset!important;
}


@media(max-width:768px){
	.card .featured-item__inner-container{
	flex:1!important;
}
}