:root { --allegra-gold:          #C9A46D;
--allegra-gold-dark:     #B49059;
--allegra-gold-light:    #F0E5D5;
--allegra-dark:          #2A2723;
--allegra-black:         #1F1C18;
--allegra-text:          #4C4640;
--allegra-text-light:    #6B5A45;
--allegra-ivory:         #F8F5F2;
--allegra-ivory-dark:    #EFE9E4;
--allegra-border:        #DDD4C8;
--allegra-white:         #FFFFFF; --allegra-font:          'Manrope', -apple-system, sans-serif;
--allegra-font-size-xs:  0.75rem;
--allegra-font-size-sm:  0.875rem;
--allegra-font-size-md:  1rem;
--allegra-font-size-lg:  1.125rem;
--allegra-font-size-xl:  1.375rem;
--allegra-font-size-2xl: 1.75rem;
--allegra-font-size-3xl: clamp(1.75rem, 3vw, 2.5rem);
--allegra-font-size-4xl: clamp(2rem, 5vw, 3.5rem); --allegra-radius-sm:     8px;
--allegra-radius-md:     14px;
--allegra-radius-lg:     18px;
--allegra-radius-xl:     24px;
--allegra-radius-pill:   999px; --allegra-shadow-sm:     0 4px 12px rgba(0,0,0,0.05);
--allegra-shadow-md:     0 8px 24px rgba(0,0,0,0.07);
--allegra-shadow-lg:     0 16px 40px rgba(0,0,0,0.10); --allegra-transition:    all 0.18s ease;
} *,
*::before,
*::after {
box-sizing: border-box;
}
body.allegra-ecosystem {
font-family: var(--allegra-font) !important;
font-size: var(--allegra-font-size-md);
line-height: 1.6;
color: var(--allegra-dark);
background-color: var(--allegra-white);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
body.allegra-ecosystem h1,
body.allegra-ecosystem h2,
body.allegra-ecosystem h3,
body.allegra-ecosystem h4,
body.allegra-ecosystem h5,
body.allegra-ecosystem h6 {
font-family: var(--allegra-font) !important;
font-weight: 500;
line-height: 1.1;
color: var(--allegra-dark);
letter-spacing: -0.01em;
}
body.allegra-ecosystem p {
color: var(--allegra-text);
line-height: 1.6;
}
body.allegra-ecosystem a {
color: var(--allegra-gold);
text-decoration: none;
transition: var(--allegra-transition);
}
body.allegra-ecosystem a:hover {
color: var(--allegra-gold-dark);
}  body.allegra-ecosystem .wp-block-button__link,
body.allegra-ecosystem .wp-element-button {
font-family: var(--allegra-font) !important;
font-weight: 700;
font-size: var(--allegra-font-size-sm);
border-radius: var(--allegra-radius-pill) !important;
transition: var(--allegra-transition);
cursor: pointer;
text-decoration: none;
display: inline-flex;
align-items: center;
justify-content: center;
} body.allegra-ecosystem .wp-block-button:not(.is-style-outline) .wp-block-button__link {
background-color: var(--allegra-gold) !important;
color: var(--allegra-white) !important;
border: none !important;
box-shadow: var(--allegra-shadow-md);
}
body.allegra-ecosystem .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover {
background-color: var(--allegra-gold-dark) !important;
transform: translateY(-1px);
box-shadow: var(--allegra-shadow-lg);
} body.allegra-ecosystem .wp-block-button.is-style-outline .wp-block-button__link {
background-color: transparent !important;
color: var(--allegra-dark) !important;
border: 1px solid var(--allegra-border) !important;
}
body.allegra-ecosystem .wp-block-button.is-style-outline .wp-block-button__link:hover {
background-color: var(--allegra-ivory) !important;
border-color: var(--allegra-gold) !important;
transform: translateY(-1px);
} body.allegra-ecosystem .wp-block-button.is-style-fill.has-allegra-black-background-color .wp-block-button__link,
body.allegra-ecosystem .allegra-btn-dark .wp-block-button__link {
background-color: var(--allegra-dark) !important;
color: var(--allegra-white) !important;
border: none !important;
}
body.allegra-ecosystem .wp-block-button.is-style-fill.has-allegra-black-background-color .wp-block-button__link:hover,
body.allegra-ecosystem .allegra-btn-dark .wp-block-button__link:hover {
background-color: var(--allegra-black) !important;
transform: translateY(-1px);
} body.allegra-ecosystem .allegra-card {
background: var(--allegra-white);
border-radius: var(--allegra-radius-lg);
box-shadow: var(--allegra-shadow-sm);
border: 1px solid rgba(0,0,0,0.05);
overflow: hidden;
transition: var(--allegra-transition);
}
body.allegra-ecosystem .allegra-card:hover {
box-shadow: var(--allegra-shadow-md);
transform: translateY(-2px);
} body.allegra-ecosystem .wp-block-cover {
min-height: 480px;
}
body.allegra-ecosystem .wp-block-cover .wp-block-cover__background {
background-color: var(--allegra-black) !important;
opacity: 0.45 !important;
}  body.allegra-ecosystem .allegra-section-ivory,
body.allegra-ecosystem .has-allegra-ivory-background-color {
background-color: var(--allegra-ivory) !important;
} body.allegra-ecosystem .allegra-section-ivory-dark,
body.allegra-ecosystem .has-allegra-ivory-dark-background-color {
background-color: var(--allegra-ivory-dark) !important;
} body.allegra-ecosystem .allegra-section-dark {
background-color: var(--allegra-dark) !important;
color: var(--allegra-white);
}
body.allegra-ecosystem .allegra-section-dark h1,
body.allegra-ecosystem .allegra-section-dark h2,
body.allegra-ecosystem .allegra-section-dark h3,
body.allegra-ecosystem .allegra-section-dark p {
color: var(--allegra-white) !important;
} body.allegra-ecosystem .allegra-topline {
font-size: var(--allegra-font-size-xs);
font-weight: 600;
letter-spacing: 0.10em;
text-transform: uppercase;
color: var(--allegra-gold);
display: block;
margin-bottom: 0.5rem;
} body.allegra-ecosystem .allegra-tag {
display: inline-block;
padding: 0.18rem 0.56rem;
border-radius: var(--allegra-radius-pill);
background-color: var(--allegra-gold-light);
color: var(--allegra-text-light);
font-size: 0.70rem;
font-weight: 600;
letter-spacing: 0.04em;
text-transform: uppercase;
margin-right: 0.3rem;
margin-bottom: 0.3rem;
} body.allegra-ecosystem input[type="text"],
body.allegra-ecosystem input[type="email"],
body.allegra-ecosystem input[type="tel"],
body.allegra-ecosystem input[type="number"],
body.allegra-ecosystem input[type="date"],
body.allegra-ecosystem select,
body.allegra-ecosystem textarea {
font-family: var(--allegra-font) !important;
font-size: var(--allegra-font-size-sm) !important;
color: var(--allegra-dark) !important;
background: var(--allegra-white) !important;
border: 1px solid var(--allegra-border) !important;
border-radius: var(--allegra-radius-md) !important;
box-shadow: none !important;
outline: none !important;
transition: var(--allegra-transition) !important;
width: 100%;
}
body.allegra-ecosystem input[type="text"]:focus,
body.allegra-ecosystem input[type="email"]:focus,
body.allegra-ecosystem input[type="tel"]:focus,
body.allegra-ecosystem input[type="number"]:focus,
body.allegra-ecosystem input[type="date"]:focus,
body.allegra-ecosystem select:focus,
body.allegra-ecosystem textarea:focus {
border-color: var(--allegra-gold) !important;
box-shadow: 0 0 0 3px rgba(201, 164, 109, 0.12) !important;
} body.allegra-ecosystem .wp-block-image img {
border-radius: var(--allegra-radius-md);
}
body.allegra-ecosystem figure.wp-block-image {
margin: 0;
} body.allegra-ecosystem .wp-block-separator {
border-color: var(--allegra-border);
opacity: 1;
}
body.allegra-ecosystem .wp-block-separator.is-style-wide {
border-color: var(--allegra-gold);
border-top-width: 2px;
max-width: 60px;
margin-left: 0;
} body.allegra-ecosystem #masthead {
background-color: var(--allegra-white);
border-bottom: 1px solid var(--allegra-ivory-dark);
box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
body.allegra-ecosystem .kadence-scrolling-header #masthead {
box-shadow: var(--allegra-shadow-md);
} body.allegra-ecosystem #site-navigation a {
font-family: var(--allegra-font) !important;
font-size: var(--allegra-font-size-sm);
font-weight: 600;
color: var(--allegra-dark);
text-transform: uppercase;
letter-spacing: 0.06em;
transition: var(--allegra-transition);
}
body.allegra-ecosystem #site-navigation a:hover,
body.allegra-ecosystem #site-navigation .current-menu-item > a {
color: var(--allegra-gold);
} body.allegra-ecosystem #colophon {
background-color: var(--allegra-dark);
color: rgba(255,255,255,0.75);
font-size: var(--allegra-font-size-sm);
}
body.allegra-ecosystem #colophon a {
color: var(--allegra-gold);
}
body.allegra-ecosystem #colophon a:hover {
color: var(--allegra-white);
} body.allegra-ecosystem .allegra-whatsapp-float {
position: fixed;
bottom: 24px;
right: 24px;
width: 52px;
height: 52px;
background-color: #25D366;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow: var(--allegra-shadow-lg);
z-index: 9999;
transition: var(--allegra-transition);
text-decoration: none;
}
body.allegra-ecosystem .allegra-whatsapp-float:hover {
transform: scale(1.08);
box-shadow: 0 8px 32px rgba(37,211,102,0.35);
}
body.allegra-ecosystem .allegra-whatsapp-float svg {
width: 28px;
height: 28px;
fill: white;
} body.allegra-ecosystem .allegra-ecosystem-badge {
display: inline-flex;
align-items: center;
gap: 6px;
padding: 6px 14px;
border-radius: var(--allegra-radius-pill);
background: var(--allegra-gold-light);
border: 1px solid rgba(201,164,109,0.3);
font-size: var(--allegra-font-size-xs);
font-weight: 700;
color: var(--allegra-text-light);
letter-spacing: 0.04em;
text-transform: uppercase;
}  body.allegra-ecosystem .allegra-gold-text,
body.allegra-ecosystem .has-allegra-gold-color {
color: var(--allegra-gold) !important;
} body.allegra-ecosystem .has-allegra-gold-light-background-color {
background-color: var(--allegra-gold-light) !important;
} body.allegra-ecosystem .allegra-note {
font-size: var(--allegra-font-size-xs);
color: var(--allegra-text-light);
line-height: 1.5;
} body.allegra-ecosystem .allegra-helper {
font-size: 0.78rem;
color: #7A7065;
line-height: 1.35;
margin-top: 0.2rem;
} body.allegra-ecosystem .allegra-grid-2 {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 1rem;
} body.allegra-ecosystem .allegra-grid-3 {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 1rem;
} @media (max-width: 768px) {
body.allegra-ecosystem .allegra-grid-2,
body.allegra-ecosystem .allegra-grid-3 {
grid-template-columns: 1fr;
}
body.allegra-ecosystem .wp-block-cover {
min-height: 360px;
}
}
@media (max-width: 480px) {
body.allegra-ecosystem .allegra-whatsapp-float {
bottom: 16px;
right: 16px;
width: 46px;
height: 46px;
}
} @media print {
body.allegra-ecosystem .allegra-whatsapp-float,
body.allegra-ecosystem #masthead,
body.allegra-ecosystem #colophon {
display: none !important;
}
}#callnowbutton {
display: none;
}
@media screen and (max-width:650px) {
#callnowbutton:not(.cnb-displaymode),
#callnowbutton.cnb-displaymode-mobile-only {
display: block;
position: fixed;
text-decoration: none;
}
#callnowbutton.cnb-full.cnb-displaymode-mobile-only {
display: flex;
}
}
@media screen and (min-width:650px) {
#callnowbutton.cnb-displaymode-desktop-only {
display: block;
position: fixed;
text-decoration: none;
}
#callnowbutton.cnb-full.cnb-displaymode-desktop-only {
display: flex;
}
}
@media screen {
#callnowbutton.cnb-displaymode-always {
display: block;
position: fixed;
text-decoration: none;
}
#callnowbutton.cnb-full.cnb-displaymode-always {
display: flex;
}
} #callnowbutton.cnb-full {
justify-content: center;
align-items: center;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
width: 100%;
left: 0;
height: 60px;
}
.cnb-full.cnb-full-bottom {
bottom: 0;
}
.cnb-full.cnb-full-top {
top: 0;
}
#callnowbutton.cnb-single {
width: 55px;
height: 55px;
border-radius: 50%;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
background-position: center;
background-size:35px 35px;
background-repeat: no-repeat;
}
.cnb-single.cnb-middle {
bottom: 15px;
left: 50%;
margin-left: -28px;
}
.cnb-single.cnb-left {
bottom: 15px;
left: 20px;
}
.cnb-single.cnb-right {
bottom: 15px;
right: 20px;
}
.cnb-single.cnb-mleft {
top: 50%;
margin-top: -28px;
left: 20px;
}
.cnb-single.cnb-mright {
top: 50%;
margin-top: -28px;
right: 20px;
}
.cnb-single.cnb-tleft {
top: 15px;
left: 20px;
}
.cnb-single.cnb-tmiddle {
top: 15px;
left: 50%;
margin-left: -28px;
}
.cnb-single.cnb-tright {
top: 15px;
right: 20px;
} #callnowbutton.cnb-single.cnb-middle span,
#callnowbutton.cnb-single.cnb-tmiddle span {
display: none;
}
.cnb-single.cnb-left span,
.cnb-single.cnb-mleft span,
.cnb-single.cnb-tleft span {
left: 68px;
}
.cnb-single.cnb-right span,
.cnb-single.cnb-mright span,
.cnb-single.cnb-tright span {
right: 68px;
}
.cnb-single.cnb-text span {
-moz-osx-font-smoothing: grayscale;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
display: block;
width: auto;
background-color: rgba(70,70,70,.9);
position: absolute;
border-radius: 2px;
font-family: helvetica,arial,sans-serif;
padding: 6px 8px;
font-size: 13px;
font-weight: 700;
color: #ECECEC;
top: 15px;
box-shadow: 0 1px 2px rgba(0,0,0,.15);
word-break: keep-all;
line-height: 1em;
text-overflow: ellipsis;
vertical-align: middle;
white-space: nowrap;
}
.cnb-single:not(.cnb-text) span {
display: none;
}
.cnb-full.cnb-text {
text-align: center;
color: #FFF;
font-weight: 600;
font-size: 120%;
overflow: hidden;
white-space: nowrap;
}
.cnb-full.cnb-zoom-110 img,
.cnb-full.cnb-zoom-120 img,
.cnb-full.cnb-zoom-130 img {
transform-origin: right;
}
.cnb-single.cnb-zoom-70,
.cnb-full.cnb-zoom-70 img {
transform: scale(0.7);
}
.cnb-single.cnb-zoom-80,
.cnb-full.cnb-zoom-80 img {
transform: scale(0.8);
}
.cnb-single.cnb-zoom-90,
.cnb-full.cnb-zoom-90 img {
transform: scale(0.9);
}
.cnb-single.cnb-zoom-110,
.cnb-full.cnb-zoom-110 img {
transform: scale(1.1);
}
.cnb-single.cnb-zoom-120,
.cnb-full.cnb-zoom-120 img {
transform: scale(1.2);
}
.cnb-single.cnb-zoom-130,
.cnb-full.cnb-zoom-130 img {
transform: scale(1.3);
}
.cnb-full.cnb-zoom-70 span {
font-size: 70%;
}
.cnb-full.cnb-zoom-80 span {
font-size: 80%;
}
.cnb-full.cnb-zoom-90 span {
font-size: 90%;
}
.cnb-full.cnb-zoom-110 span {
font-size: 110%;
}
.cnb-full.cnb-zoom-120 span {
font-size: 120%;
}
.cnb-full.cnb-zoom-130 span {
font-size: 130%;
}
.cnb-zindex-10 {
z-index: 2147483647;
}
.cnb-zindex-9 {
z-index: 214748365;
}
.cnb-zindex-8 {
z-index: 21474836;
}
.cnb-zindex-7 {
z-index: 2147484;
}
.cnb-zindex-6 {
z-index: 214748;
}
.cnb-zindex-5 {
z-index: 21475;
}
.cnb-zindex-4 {
z-index: 2147;
}
.cnb-zindex-3 {
z-index: 215;
}
.cnb-zindex-2 {
z-index: 21;
}
.cnb-zindex-1 {
z-index: 2;
}