.elementor-kit-9{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#54595F;--e-global-color-text:#000000;--e-global-color-accent:#FFFFFF;--e-global-color-e452cfc:#E3E4E4;--e-global-color-c508a5c:#D3D4D4;--e-global-color-3de5c87:#00FFFF;--e-global-color-e09aa44:#FF45FF;--e-global-color-06f367a:#FFF639;--e-global-color-e4a781c:#FFE0DB;--e-global-color-c0bc807:#C500C5;--e-global-color-a708d70:#FFFFFF;--e-global-color-030a33a:#fccc8c;--e-global-color-6ce8158:#045454;--e-global-color-17dc061:#FFF639;--e-global-color-ae6768d:#0404FC;--e-global-color-87ee990:#FCF43C;--e-global-color-d828e63:#FF0000;--e-global-color-bd77f4c:#F5F5F5;--e-global-color-89cdedb:#FF0074;--e-global-color-07c7838:#D6FF00;--e-global-color-585284b:#02F2DC;--e-global-color-cec509b:#1B97B1;--e-global-color-28167f7:#F9B56F;--e-global-color-734baaa:#000000;--e-global-color-35966c9:#FF0053;--e-global-color-f952bd7:#3AC9D1;--e-global-color-0608553:#FFAAE0;--e-global-color-0e999d4:#E54940;--e-global-color-9074a08:#00FFC6;--e-global-typography-primary-font-family:"Helvetica";--e-global-typography-primary-font-size:38px;--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Helvetica";--e-global-typography-secondary-font-size:38px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Helvetica";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-6c3a1de-font-family:"Helvetica";--e-global-typography-6c3a1de-font-size:24px;color:#000000;font-family:"Helvetica";font-size:20px;font-weight:400;line-height:30px;}.elementor-kit-9 e-page-transition{background-color:#09151D;}.elementor-kit-9 p{margin-block-end:0em;}.elementor-kit-9 a{color:var( --e-global-color-ae6768d );font-family:"Helvetica";font-size:20px;font-weight:400;font-style:normal;}.elementor-kit-9 a:hover{color:var( --e-global-color-89cdedb );}.elementor-kit-9 h1{color:#000000;font-family:"Helvetica";font-size:36px;font-weight:400;line-height:40px;}.elementor-kit-9 h2{color:var( --e-global-color-text );font-family:"Helvetica";font-size:36px;font-weight:normal;line-height:40px;}.elementor-kit-9 h3{color:#000000;font-family:"Helvetica";font-size:36px;font-weight:normal;line-height:40px;}.elementor-kit-9 h4{color:#000000;font-family:"Helvetica";font-size:26px;font-style:normal;line-height:26px;}.elementor-kit-9 h5{color:#000000;font-family:"Helvetica";font-size:15px;line-height:18px;letter-spacing:0px;word-spacing:0px;}.elementor-kit-9 h6{font-family:"Helvetica";font-size:12px;font-weight:400;font-style:normal;line-height:1px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:900px;}.e-con{--container-max-width:900px;--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){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}.site-footer .copyright p{color:#000000;}@media(max-width:1025px){.elementor-kit-9 h1{font-size:36px;}.elementor-kit-9 h2{font-size:36px;}.e-con{--container-default-padding-top:24px;--container-default-padding-right:24px;--container-default-padding-bottom:24px;--container-default-padding-left:24px;}}@media(max-width:767px){.elementor-kit-9 a{font-size:12px;}.elementor-kit-9 h1{font-size:24px;line-height:24px;}.elementor-kit-9 h2{font-size:20px;line-height:24px;}.elementor-kit-9 h3{font-size:20px;line-height:24px;}.elementor-kit-9 h4{font-size:20px;line-height:26px;}.elementor-kit-9 h6{font-size:12px;line-height:1px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1000px;}.e-con{--container-max-width:1000px;}}/* Start custom CSS *//* Live fade */
.carousel-fade-in {
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease, visibility 0s linear .25s;
}
.carousel-fade-in.entered {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s ease;
}

/* Always show inside Elementor editor (no blind mode) */
.elementor-editor-active .carousel-fade-in {
  opacity: 1 !important;
  visibility: visible !important;
}

/* Ångström dynamic label */
.angstrom-box{
  display:inline-flex;         /* shrink-wrap to text */
  align-items:center;
  justify-content:center;
  padding:4px;                 /* exact 4px all sides */
  line-height:1;               /* no extra lead */
  width:auto !important;
  max-width:fit-content;
}

/* remove hidden gaps from Text Editor markup */
.angstrom-box h1,
.angstrom-box h2,
.angstrom-box h3,
.angstrom-box h4,
.angstrom-box p,
.angstrom-box span {
  margin:0 !important;
  line-height:1 !important;
}/* End custom CSS */