.elementor-kit-6{--e-global-color-primary:#3D3D3D;--e-global-color-secondary:#C4C4C4;--e-global-color-text:#3D3D3D;--e-global-color-accent:#1B1B1B;--e-global-color-7624b9a:#3D3D3D;--e-global-color-7f8c123:#C4C4C4;--e-global-color-814b440:#636960;--e-global-color-07441c9:#FFAE0E;--e-global-color-b2e0e54:#EEEEEE;--e-global-color-ad8752e:#D5D5D530;--e-global-typography-primary-font-family:"stack";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"stack";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.4em;--e-global-typography-accent-font-family:"stack";--e-global-typography-accent-font-weight:500;--e-global-typography-7049a73-font-family:"Inter";--e-global-typography-7049a73-font-size:16px;--e-global-typography-7049a73-font-weight:500;--e-global-typography-7049a73-line-height:1.4em;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-07441c9 );color:var( --e-global-color-accent );}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:var( --e-global-color-07441c9 );color:var( --e-global-color-accent );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1320px;}.e-con{--container-max-width:1320px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */:root {
  --accent-color: #1b1b1b;
  --dust: #3d3d3d;
  --sage: #c4c4c4;
  --green: #636960;
  --yolk: #ffae0e;
  --text-dark: var(--dust);
  --text-light: var(--sage);
  --bg-light: var(--sage);
  --bg-dark: var(--dust);
}


.glass {
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px); 
}

.none {
    display: none;
}

.sticky {
    position: sticky;
    top: 48px;
}

@media (max-width: 768px) {
    .sticky {
       position: relative;
    }
}

.sticky-2 {
    position: sticky;
    top: 58px;
}

@media (max-width: 768px) {
    .sticky-2 {
       position: relative;
    }
}


.relative {
    position: relative;
}

.vh {
    height: calc(100vh - 48px);
}

@media (max-width: 768px) {
    .vh {
        height: auto;
    }
}

.fit {
    width: fit-content;
}

a {
    color: inherit;
}

a:hover {
    color: inherit;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'stack';
	font-display: auto;
	src: url('https://www.vesadvisors.com/wp-content/uploads/2026/01/StackSansHeadline-VariableFont_wght.ttf') format('truetype');
}
/* End Custom Fonts CSS */