.elementor-kit-6{--e-global-color-primary:#00184D;--e-global-color-secondary:#294E9F;--e-global-color-text:#00184D;--e-global-color-accent:#FFFF04;--e-global-color-4a5f439:#FFFFFF;--e-global-typography-primary-font-family:"polin";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"polin";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"polin";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"polin";--e-global-typography-accent-font-weight:500;font-family:"polin", Sans-serif;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-accent );font-family:"polin", Sans-serif;}.elementor-kit-6 h1{font-family:"polin", Sans-serif;}.elementor-kit-6 h2{font-family:"polin", Sans-serif;}.elementor-kit-6 h3{font-family:"polin", Sans-serif;}.elementor-kit-6 h4{font-family:"polin", Sans-serif;}.elementor-kit-6 h5{font-family:"polin", Sans-serif;}.elementor-kit-6 h6{font-family:"polin", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end: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-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 *//* =========================================
   SCROLL STEPS
   ========================================= */

.scroll-steps {
    position: relative;

    height: calc(100vh - 120px);
    min-height: calc(100vh - 120px);

    margin-top: 60px;
    margin-bottom: 60px;

    overflow: visible !important;

    box-sizing: border-box;

    z-index: 10;
}


/* =========================================
   NUMBER
   ========================================= */

.scroll-steps .step-number .elementor-heading-title {
    position: relative;
    display: inline-block;

    margin: 0;
    padding: 0;

    color: #6678AD !important;

    isolation: isolate;
}


/* =========================================
   YELLOW FILL
   ========================================= */

.scroll-steps
.step-number
.elementor-heading-title::after {

    content: attr(data-number);

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    color: #FFFF04 !important;

    pointer-events: none;

    z-index: 5;

    clip-path: inset(
        0 var(--fill-right, 100%) 0 0
    );

    -webkit-clip-path: inset(
        0 var(--fill-right, 100%) 0 0
    );

    will-change: clip-path;
}


/* =========================================
   NUMBER WIDGET
   ========================================= */

.scroll-steps .step-number {
    overflow: visible !important;
}


/* =========================================
   PIN WRAPPER
   ========================================= */

.scroll-steps-pin-space {
    position: relative;
    width: 100%;
}


/* =========================================
   FIXED STATE
   ========================================= */

.scroll-steps.is-pinned {
    position: fixed !important;

    top: 60px !important;

    margin-top: 0 !important;
    margin-bottom: 0 !important;

    z-index: 9999 !important;
}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 767px) {

    .scroll-steps {
        height: calc(100vh - 80px);
        min-height: calc(100vh - 80px);

        margin-top: 40px;
        margin-bottom: 40px;
    }

    .scroll-steps.is-pinned {
        top: 40px !important;
    }

}




html,
body {
    overflow-x: hidden !important;
   max-width: 100%;
}


::-webkit-scrollbar {
  width: 18px;
}
::-webkit-scrollbar-track {
  background: #00184D;
}
::-webkit-scrollbar-thumb {
  background: #FFFF04;
  border: 2px solid #294E9F;
  border-radius: 10px;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'polin';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://office-vp.com/wp-content/uploads/2026/09/Polin-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'polin';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://office-vp.com/wp-content/uploads/2026/09/Polin-Bold.woff2') format('woff2');
}
/* End Custom Fonts CSS */