.elementor-kit-6{--e-global-color-primary:#013E77;--e-global-color-secondary:#0A2840;--e-global-color-text:#000000;--e-global-color-accent:#00B4AE;--e-global-color-23e9201:#FFFFFF;--e-global-color-2165c1b:#F3F5F4;--e-global-color-314115e:#9E9E9E;--e-global-color-f90911d:#E0E0E0;--e-global-color-b9e076e:#F5F5F5;--e-global-color-e518879:#C3DEFD;--e-global-color-025a5ac:#02010100;--e-global-typography-primary-font-family:"Figtree";--e-global-typography-primary-font-weight:bold;--e-global-typography-secondary-font-family:"Figtree";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Figtree";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Figtree";--e-global-typography-accent-font-weight:400;color:var( --e-global-color-text );font-family:"Figtree", Sans-serif;font-size:18px;line-height:1.5em;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-text );font-family:"Figtree", Sans-serif;}.elementor-kit-6 a:hover{color:var( --e-global-color-accent );font-family:"Figtree", Sans-serif;}.elementor-kit-6 h1{color:var( --e-global-color-text );font-size:3.815rem;font-weight:400;line-height:1.1em;}.elementor-kit-6 h2{font-size:3.052rem;line-height:1.25em;}.elementor-kit-6 h3{font-size:2.441rem;line-height:1.25em;}.elementor-kit-6 h4{font-size:1.953rem;line-height:1.25em;}.elementor-kit-6 h5{font-size:1.563rem;line-height:1.25em;}.elementor-kit-6 h6{font-size:1.25rem;line-height:1.25em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1320px;}.e-con{--container-max-width:1320px;--container-default-padding-top:2rem;--container-default-padding-right:2rem;--container-default-padding-bottom:2rem;--container-default-padding-left:2rem;}.elementor-widget:not(:last-child){margin-block-end:1rem;}.elementor-element{--widgets-spacing:1rem 1rem;--widgets-spacing-row:1rem;--widgets-spacing-column:1rem;}{}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-6 h1{font-size:3.052rem;}.elementor-kit-6 h2{font-size:2.441rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6 h1{font-size:3.052rem;}.elementor-kit-6 h2{font-size:2.441rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Base Styles */

html {

   font-size: 18px;
    scroll-behavior: smooth;
overflow-x: hidden;
} 


body {
     overflow-x:hidden;
} 
.elementor-shape-top {
     bottom: -1px;
     animation: wave 22s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite;
     width: 210%;
 } 
 
 
/* Navigation */

.sticky-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    transition: top 0.3s;
    background-color: white; 
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
}

 /* Wellen Animation */
 
@keyframes wave {
   0% {
     margin-left: 0;
   }
     50% {
     margin-left: -1600px;
   }
   100% {
     margin-left: 0px;
   }
}


/* Tablet Breakpoint */
@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  
  .elementor-shape-top {
     animation: wave 0s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite;
 } 
}

/* Mobile Breakpoint */
@media (max-width: 767px) {
  html {
    font-size: 14px;
  }
  
    .elementor-shape-top {
     animation: wave 0s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite;
 } 
 
 
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Figtree';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://test.flowframe.com/wp-content/uploads/2024/07/Figtree-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Figtree';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://test.flowframe.com/wp-content/uploads/2024/07/Figtree-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Figtree';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://test.flowframe.com/wp-content/uploads/2024/07/Figtree-ExtraBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Figtree';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://test.flowframe.com/wp-content/uploads/2024/07/Figtree-Light.ttf') format('truetype');
}
/* End Custom Fonts CSS */