.elementor-kit-5{--e-global-color-primary:#7F7066;--e-global-color-secondary:#E6E3E0;--e-global-color-accent:#1D2136;--e-global-color-text:#888888;--e-global-color-cd405bb:#212529;--e-global-color-726b834:#FFFFFF;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:55px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:32px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:26px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:20px;--e-global-typography-accent-font-weight:400;--e-global-typography-27039eb-font-family:"Inter";--e-global-typography-27039eb-font-size:16px;--e-global-typography-27039eb-font-weight:400;font-family:"Amiri", Sans-serif;font-size:16px;font-weight:400;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:var( --e-global-color-cd405bb );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );color:var( --e-global-color-726b834 );border-radius:7px 7px 7px 7px;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1170px;}.e-con{--container-max-width:1170px;--container-default-padding-top:15px;--container-default-padding-right:15px;--container-default-padding-bottom:15px;--container-default-padding-left:15px;}.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-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-size:var( --e-global-typography-accent-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-size:var( --e-global-typography-accent-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Global settings */
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    position: relative;
}

body {
    /*text-align: start;*/
    position: relative;
    background-color: #fff;
    overflow-x: hidden;
}

body::-webkit-scrollbar {
    background-color: #ffffff;
    width: 8px;
}

body::-webkit-scrollbar-thumb {
    Background-color: #7F7066;
    border-radius: 25px;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #7F7066;
    width: 10px;
}/* End custom CSS */