.elementor-kit-6{--e-global-color-primary:#1A0F10;--e-global-color-secondary:#F4F3F0;--e-global-color-text:#1A0F10CC;--e-global-color-accent:#FFB811;--e-global-color-15dd4e5:#FFFFFF;--e-global-color-dab26f9:#E5E7EB;--e-global-color-c0ac48f:#CDCABF;--e-global-color-038f6bc:#F4F3F0;--e-global-color-2d886a1:#E4E0D9;--e-global-color-95f38a4:#FF3333;--e-global-color-7a452ca:#00B900;--e-global-color-9b0904c:#1A0F1099;--e-global-color-1247be1:#D6D3CD;--e-global-color-5b8d026:#E53333;--e-global-color-00be54b:#FFFFFF1A;--e-global-color-a0ffee1:#FFFFFF33;--e-global-color-8d47ffa:#FFFFFF1F;--e-global-color-392c280:#332801;--e-global-typography-primary-font-family:"stolzl";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"stolzl";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"stolzl";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:300;--e-global-typography-text-line-height:1.9em;--e-global-typography-accent-font-family:"stolzl";--e-global-typography-accent-font-weight:500;--e-global-typography-0fcc0ae-font-family:"stolzl";--e-global-typography-0fcc0ae-font-size:55px;--e-global-typography-0fcc0ae-font-weight:400;--e-global-typography-0fcc0ae-line-height:1.4em;--e-global-typography-0fcc0ae-letter-spacing:-0.03em;--e-global-typography-3652fcc-font-family:"stolzl";--e-global-typography-3652fcc-font-size:40px;--e-global-typography-3652fcc-font-weight:400;--e-global-typography-3652fcc-line-height:1.4em;--e-global-typography-3652fcc-letter-spacing:-0.03em;--e-global-typography-ae19b88-font-family:"stolzl";--e-global-typography-ae19b88-font-size:30px;--e-global-typography-ae19b88-font-weight:400;--e-global-typography-ae19b88-line-height:1.4em;--e-global-typography-ae19b88-letter-spacing:-0.03em;--e-global-typography-dbc24e3-font-family:"stolzl";--e-global-typography-dbc24e3-font-size:20px;--e-global-typography-dbc24e3-font-weight:400;--e-global-typography-dbc24e3-line-height:1.4em;--e-global-typography-dbc24e3-letter-spacing:-0.02em;--e-global-typography-3fcaee6-font-family:"stolzl";--e-global-typography-3fcaee6-font-size:18px;--e-global-typography-3fcaee6-font-weight:400;--e-global-typography-3fcaee6-line-height:1.4em;--e-global-typography-3fcaee6-letter-spacing:-0.015em;--e-global-typography-e8ca80f-font-family:"stolzl";--e-global-typography-e8ca80f-font-size:16px;--e-global-typography-e8ca80f-font-weight:400;--e-global-typography-e8ca80f-line-height:1.4em;--e-global-typography-e8ca80f-letter-spacing:-0.01em;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;--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){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@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 */body {
  overflow-x: hidden;
}

html {
    scroll-padding-top: 100px;
}

.blur-bg {
   -webkit-backdrop-filter: blur(15px);
   backdrop-filter: blur(15px);
}

@media (min-width:768px) {
.hover-button .elementor-button:hover svg {
    opacity: 1;
    transition: 0.3s;
    margin-left: 8px;
}

.hover-button .elementor-button:hover {
    padding-right: 17px !important;
    padding-left: 20px !important;
}


.hover-button .elementor-button svg {
    transition: 0.3s;
    opacity: 0;
    margin-left: -15px;
}
}

@media (max-width:767px) {
    .hover-button .elementor-button svg {
        display: none;
    }
}

@keyframes moveUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}/* End custom CSS */