.elementor-kit-234{--e-global-color-primary:#EB4D3C;--e-global-color-secondary:#29100D;--e-global-color-text:#040D20;--e-global-color-accent:#1B63F3;--e-global-color-3b977a8:#EBE3DF;--e-global-typography-primary-font-family:"IBM Plex Sans Condensed";--e-global-typography-primary-font-size:120px;--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"IBM Plex Sans Condensed";--e-global-typography-secondary-font-size:64px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"IBM Plex Sans Condensed";--e-global-typography-text-font-size:32px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"IBM Plex Sans Condensed";--e-global-typography-accent-font-size:24px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-font-style:italic;--e-global-typography-47008f6-font-family:"IBM Plex Sans Condensed";--e-global-typography-47008f6-font-size:32px;--e-global-typography-47008f6-line-height:0px;color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-234 button,.elementor-kit-234 input[type="button"],.elementor-kit-234 input[type="submit"],.elementor-kit-234 .elementor-button{background-color:var( --e-global-color-primary );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-secondary );border-radius:0px 0px 0px 0px;padding:20px 20px 20px 20px;}.elementor-kit-234 button:hover,.elementor-kit-234 button:focus,.elementor-kit-234 input[type="button"]:hover,.elementor-kit-234 input[type="button"]:focus,.elementor-kit-234 input[type="submit"]:hover,.elementor-kit-234 input[type="submit"]:focus,.elementor-kit-234 .elementor-button:hover,.elementor-kit-234 .elementor-button:focus{background-color:var( --e-global-color-secondary );color:var( --e-global-color-primary );border-radius:0px 0px 0px 0px;}.elementor-kit-234 e-page-transition{background-color:#FFBC7D;}.elementor-kit-234 p{margin-block-end:0px;}.elementor-kit-234 h1{color:var( --e-global-color-secondary );font-family:"IBM Plex Sans Condensed", Sans-serif;font-size:120px;font-weight:400;}.elementor-kit-234 h2{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1600px;}.e-con{--container-max-width:1600px;}{}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-234{--e-global-typography-primary-font-size:64px;--e-global-typography-secondary-font-size:64px;--e-global-typography-text-font-size:24px;--e-global-typography-47008f6-font-size:24px;font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-234 h2{font-size:var( --e-global-typography-secondary-font-size );}.elementor-kit-234 button,.elementor-kit-234 input[type="button"],.elementor-kit-234 input[type="submit"],.elementor-kit-234 .elementor-button{font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-234{--e-global-typography-primary-font-size:64px;--e-global-typography-secondary-font-size:46px;--e-global-typography-text-font-size:20px;--e-global-typography-47008f6-font-size:20px;font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-234 h2{font-size:var( --e-global-typography-secondary-font-size );}.elementor-kit-234 button,.elementor-kit-234 input[type="button"],.elementor-kit-234 input[type="submit"],.elementor-kit-234 .elementor-button{font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.seq-wrap{ position: relative; margin: 0; padding: 0; }

.seq-stage{
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}

.seq-panel{
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateY(120px);
  pointer-events: none;
  will-change: opacity, transform;
  transition:
    opacity 450ms ease,
    transform 1200ms cubic-bezier(.22,1,.36,1);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.seq-panel.is-active{
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  z-index: 2; /* aktiv ligger øverst */
}

.seq-panel.is-leaving{
  opacity: 0;
  transform: translateY(-80px);
  pointer-events: none;
  z-index: 1; /* leaving ligger bag aktiv */
}

@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}/* End custom CSS */