.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;}.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);}@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;}}:root { --headings:Cormorant Garamond; --body:Lato; --Heading:#2B1C18; --body-text:#67768e; --Accent:#eaa794; --Content-Background:#f9f6fe; --help-accent:#E3896E; --warm-Background:#F8F6F3; --DUP_body:Lato; --DUP_help-accent:#E3896E; --DUP_body1:Lato; --DUP_help-accent1:#E3896E; --DUP_body11:Lato; --DUP_help-accent11:#E3896E; --DUP_body2:Lato; --DUP_help-accent2:#E3896E; --Dark-Bg:#e9e9e9; --Buttons:#ffcec0; --DUP_body3:Lato; --DUP_Heading:#1e293b; --DUP_Buttons:#ffcec0; --DUP_help-accent3:#E3896E; --DUP_body4:Lato; --DUP_Heading1:#1e293b; --DUP_Buttons1:#ffcec0; --DUP_help-accent4:#E3896E; --DUP_body5:Lato; --DUP_Heading2:#1e293b; --DUP_Buttons2:#ffcec0; --DUP_help-accent5:#E3896E; --DUP_body6:Lato; --DUP_Heading3:#1e293b; --DUP_Buttons3:#ffcec0; --DUP_help-accent6:#E3896E; --DUP_body7:Lato; --DUP_Heading4:#1e293b; --DUP_Buttons4:#ffcec0; --DUP_help-accent7:#E3896E; --DUP_body12:Lato; --DUP_help-accent12:#E3896E; --DUP_body8:Lato; --DUP_Heading5:#1e293b; --DUP_Buttons5:#ffcec0; --DUP_help-accent8:#E3896E; --DUP_body13:Lato; --DUP_help-accent13:#E3896E; --DUP_body14:Lato; --DUP_help-accent14:#E3896E; --DUP_body131:Lato; --DUP_help-accent131:#E3896E; --DUP_body9:Lato; --DUP_Heading6:#1e293b; --DUP_Buttons6:#ffcec0; --DUP_help-accent9:#E3896E; --Main-BG:#fcf6f0; --white-BG:#ffffff; --DUP_body10:Lato; --DUP_Heading7:#2B1C18; --DUP_Buttons7:#ffcec0; --DUP_help-accent10:#E3896E; --DUP_body15:Lato; --DUP_help-accent15:#E3896E; --DUP_body16:Lato; --DUP_help-accent16:#E3896E; --DUP_body17:Lato; --DUP_help-accent17:#E3896E; --DUP_body18:Lato; --DUP_help-accent18:#E3896E; --DUP_body19:Lato; --DUP_help-accent19:#E3896E; --DUP_body110:Lato; --DUP_help-accent110:#E3896E; --DUP_body101:Lato; --DUP_Heading71:#2B1C18; --DUP_Buttons71:#ffcec0; --DUP_help-accent101:#E3896E; --DUP_body102:Lato; --DUP_Heading72:#2B1C18; --DUP_Buttons72:#ffcec0; --DUP_help-accent102:#E3896E; }
/* Start custom CSS */.mazyon-smart-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;

  transform: translateY(0);
  transition:
    transform 400ms cubic-bezier(.22,.61,.36,1),
    box-shadow 400ms cubic-bezier(.22,.61,.36,1);

  will-change: transform;
}

.mazyon-smart-header.is-hidden {
  transform: translateY(-110%);
}

.mazyon-smart-header.is-visible {
  transform: translateY(0);
}
/* Transparent header only while inside homepage hero */
.home .mazyon-smart-header.is-transparent {
  background: transparent !important;
  box-shadow: none !important;
  border-bottom-color: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}/* End custom CSS */