.elementor-kit-6{--e-global-color-primary:#F5EEF6;--e-global-color-secondary:#5C36C1;--e-global-color-text:#281D51;--e-global-color-accent:#75E077;--e-global-typography-primary-font-family:"arboria";--e-global-typography-primary-font-size:24px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-secondary-font-family:"acumin-pro-extra-condensed";--e-global-typography-secondary-font-size:72px;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-text-font-family:"acumin-pro-extra-condensed";--e-global-typography-text-font-size:72px;--e-global-typography-text-font-weight:800;--e-global-typography-text-text-transform:uppercase;--e-global-typography-accent-font-family:"acumin-pro";--e-global-typography-accent-font-size:24px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:none;--e-global-typography-accent-line-height:28px;--e-global-typography-bc2e30b-font-family:"arboria";--e-global-typography-bc2e30b-font-size:52px;--e-global-typography-bc2e30b-font-weight:700;--e-global-typography-bc2e30b-text-transform:uppercase;--e-global-typography-de5202a-font-family:"acumin-pro-condensed";--e-global-typography-de5202a-font-size:156px;--e-global-typography-de5202a-font-weight:900;--e-global-typography-de5202a-text-transform:capitalize;--e-global-typography-de5202a-line-height:1em;--e-global-typography-6425eb8-font-family:"acumin-pro-extra-condensed";--e-global-typography-6425eb8-font-size:142px;--e-global-typography-6425eb8-font-weight:500;--e-global-typography-6425eb8-text-transform:uppercase;--e-global-typography-6425eb8-line-height:1em;--e-global-typography-60c72e5-font-family:"acumin-pro-extra-condensed";--e-global-typography-60c72e5-font-size:128px;--e-global-typography-60c72e5-font-weight:800;--e-global-typography-60c72e5-text-transform:uppercase;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1300px){.elementor-kit-6{--e-global-typography-primary-font-size:21px;--e-global-typography-de5202a-font-size:114px;}}@media(max-width:1024px){.elementor-kit-6{--e-global-typography-primary-font-size:24px;--e-global-typography-de5202a-font-size:114px;--e-global-typography-de5202a-line-height:1em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-primary-font-size:12px;--e-global-typography-primary-line-height:1em;--e-global-typography-secondary-font-size:42px;--e-global-typography-secondary-line-height:1em;--e-global-typography-text-font-size:42px;--e-global-typography-text-line-height:1em;--e-global-typography-accent-font-size:14px;--e-global-typography-accent-line-height:1.4em;--e-global-typography-bc2e30b-font-size:28px;--e-global-typography-bc2e30b-line-height:1em;--e-global-typography-de5202a-font-size:52px;--e-global-typography-de5202a-line-height:1em;--e-global-typography-6425eb8-font-size:64px;--e-global-typography-6425eb8-line-height:1em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}:root { --astrid:340px; --image-size:808px; }
/* Start custom CSS */.astrid svg {
    height: 18.5vw;
}
.arrow {
    position: relative;
    display: flex;
    height: 65px;
    gap: 0;
    border: 6px solid #281D51;
    align-items: center;
}
.arrow a, .arrow-big a, .arrow-previous a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.arrow::before {
    content: '';
    display: block;
    width: 0;
    height: 100%;
    background: #F5EEF6;
    border-right: none;
    transition: width 1s;
    background-image: url('https://www.astridgraphicdesign.com/wp-content/uploads/2026/04/arrow.svg');
    background-repeat: no-repeat;
    background-position: center center;
}
.arrow:hover::before {
    content: '';
    display: block;
    width: 33%;
    height: 100%;
    background: #F5EEF6;
    border-right: 6px solid #281D51;
    transition: width 1s;
    background-image: url('https://www.astridgraphicdesign.com/wp-content/uploads/2026/04/arrow.svg');
    background-repeat: no-repeat;
    background-position: center center;
}
.arrow-posts {
    position: relative;
    display: flex;
    height: 65px;
    gap: 0;
    border: 6px solid #281D51;
    border-left: none;
    align-items: center;
}
.arrow-posts::before {
    content: '';
    display: block;
    width: 0;
    height: 100%;
    background: #F5EEF6;
    border-right: none;
    transition: width 1s;
    background-image: url('https://www.astridgraphicdesign.com/wp-content/uploads/2026/04/arrow.svg');
    background-repeat: no-repeat;
    background-position: center center;
}
.arrow-posts:hover::before {
    content: '';
    display: block;
    width: 33%;
    height: 100%;
    background: #F5EEF6;
    border-right: 6px solid #281D51;
    transition: width 1s;
    background-image: url('https://www.astridgraphicdesign.com/wp-content/uploads/2026/04/arrow.svg');
    background-repeat: no-repeat;
    background-position: center center;
}
.arrow-big {
    position: relative;
    display: flex;
    height: 110px;
    gap: 0;
    border: 6px solid #281D51;
    align-items: center;
    background-color: #5C36C1;
    border-top: none
}
.arrow-big::before {
    content: '';
    display: block;
    width: 0;
    height: 100%;
    background: #F5EEF6;
    border-right: none;
    transition: width 1s;
}
.arrow-big:hover::before {
    content: '';
    display: block;
    width: 33%;
    height: 100%;
    background: #F5EEF6;
    border-right: 6px solid #281D51;
    transition: width 1s;
    background-image: url('https://www.astridgraphicdesign.com/wp-content/uploads/2026/04/arrow-2.svg');
    background-repeat: no-repeat;
    background-position: center center;
}
.arrow-previous {
    position: relative;
    display: flex;
    height: 110px;
    gap: 0;
    border: 6px solid #281D51;
    align-items: center;
    background-color: #5C36C1;
    border-top: none;
}
.arrow-previous::before {
    content: '';
    display: block;
    width: 0;
    height: 100%;
    background: #F5EEF6;
    border-right: none;
    transition: width 1s;
}
.arrow-previous:hover::before {
    content: '';
    display: block;
    width: 33%;
    height: 100%;
    background: #F5EEF6;
    border-left: 6px solid #281D51;
    transition: width 1s;
    background-image: url('https://www.astridgraphicdesign.com/wp-content/uploads/2026/04/arrow-2.svg');
    transform: scaleX(-1);
    background-repeat: no-repeat;
    background-position: center center;
}

.elementor-widget-flip-box .elementor-flip-box__back .elementor-flip-box__layer__description {
    font-family: "acumin-pro", Sans-serif !important;
    font-size: 24px !important;
    font-weight: 500 !important;
    text-transform: none !important;
}
/*MOBILE BUTTONS*/
@media screen and (max-width:767px) {
    .arrow-posts:before, .arrow:before, .arrow-big:before {
    content: '';
    display: block;
    width: 33%;
    height: 100%;
    background: #F5EEF6;
    border-right: 6px solid #281D51;
    background-image: url('https://www.astridgraphicdesign.com/wp-content/uploads/2026/04/arrow.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 85%;
}
.arrow-previous:before {
    content: '';
    display: block;
    width: 33%;
    height: 100%;
    background: #F5EEF6;
    border-left: 6px solid #281D51;
    background-image: url('https://www.astridgraphicdesign.com/wp-content/uploads/2026/04/arrow.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 85%;
    transform: scaleX(-1);
}
.arrow-posts:hover::before, .arrow:hover::before, .arrow-big:hover::before, .arrow-previous:hover::before {
    background-size: 85%;
}
.arrow-posts a, .arrow-previous a, .arrow-big a, .arrow a {
    height: 100%;
}
}
/*CATEGORIES*/
.category-parent .jet-listing-dynamic-terms {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: nowrap;
}
.category-parent .jet-listing-dynamic-terms__link {
    flex-grow: 1;
}

.project-feature-img .elementor-widget-flip-box .elementor-flip-box__back .elementor-flip-box__layer__description {
        font-family: "acumin-pro", Sans-serif;
    font-size: 24px;
    font-weight: 500;
    text-transform: none;
    line-height: 28px;
}
/*group trigger*/
.hover-group-trigger:hover .arrow::before,
.hover-group-trigger:hover .arrow-posts::before {
    width: 33%;
    background: #F5EEF6;
    border-right: 6px solid #281D51;
    background-image: url('https://www.astridgraphicdesign.com/wp-content/uploads/2026/04/arrow.svg');
    background-repeat: no-repeat;
    background-position: center center;
}/* End custom CSS */