.elementor-kit-10{--e-global-color-primary:#025D8A;--e-global-color-accent:#008DD5;--e-global-color-secondary:#3B3B3B;--e-global-color-text:#424242;--e-global-color-0712806:#025D8A;--e-global-color-5c02f07:#3B3B3B;--e-global-color-725679d:#008DD5;--e-global-color-84774f8:#FFFFFF;--e-global-typography-primary-font-family:"Contrail One";--e-global-typography-primary-font-size:50px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:75px;--e-global-typography-primary-letter-spacing:0px;--e-global-typography-primary-word-spacing:0px;--e-global-typography-secondary-font-family:"Gudea";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:24px;--e-global-typography-secondary-letter-spacing:0px;--e-global-typography-secondary-word-spacing:0px;--e-global-typography-accent-font-family:"Gudea";--e-global-typography-accent-font-size:24px;--e-global-typography-accent-font-weight:400;--e-global-typography-text-font-family:"Gudea";--e-global-typography-text-font-size:36px;--e-global-typography-text-font-weight:700;--e-global-typography-d4d2cb2-font-family:"Helvetica";--e-global-typography-d4d2cb2-font-size:11px;--e-global-typography-d4d2cb2-font-weight:500;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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-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 */.fab-floating {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  z-index: 9999;
}
.fab-floating .fab-item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}
.fab-floating .fab-label {
  background: 
#ffffff;
  color: 
#025d8a;
  font-size: 14px;
  font-weight: 500;
  padding: 0 16px;
  height: 44px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(10px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  pointer-events: none;
}
.fab-floating .fab-btn {
  width: 44px;
  height: 44px;
  background: 
#025d8a;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.2s;
}
.fab-floating .fab-item:hover .fab-btn {
  background: 
#1a3f54;
}
.fab-floating .fab-item:hover .fab-label {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}
.fab-floating .fab-btn svg {
  width: 20px;
  height: 20px;
  fill: 
#ffffff;
}

@media (max-width: 1024px) {
  .fab-floating,
  #share-popup {
    display: none !important;
  }
}/* End custom CSS */