.elementor-kit-9350{--e-global-color-primary:#2C215F;--e-global-color-secondary:#F57C00;--e-global-color-text:#000000;--e-global-color-accent:#61CE70;--e-global-color-481b4f7:#6B2C7A;--e-global-color-135ae78:#F2994A;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Anton";--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-9350 button,.elementor-kit-9350 input[type="button"],.elementor-kit-9350 input[type="submit"],.elementor-kit-9350 .elementor-button{background-color:#F77600;color:#FFFFFF;border-style:solid;border-width:2px 2px 2px 2px;border-color:#F77600;border-radius:2px 2px 2px 2px;}.elementor-kit-9350 button:hover,.elementor-kit-9350 button:focus,.elementor-kit-9350 input[type="button"]:hover,.elementor-kit-9350 input[type="button"]:focus,.elementor-kit-9350 input[type="submit"]:hover,.elementor-kit-9350 input[type="submit"]:focus,.elementor-kit-9350 .elementor-button:hover,.elementor-kit-9350 .elementor-button:focus{background-color:#FFFFFF;color:#F77600;}.elementor-kit-9350 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end: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 */@import url('https://fonts.googleapis.com/css2?family=Anton&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

.anton-font {
  font-family: "Anton", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

a {
  transition: all .3s ease;
}

img {
  max-width: 100%;
  height: auto;
}

.elementor-button {
  transition: all .3s ease;
}

.elementor-button:hover {
  transform: translateY(-2px);
}

/*Colors*/
.text-white  {
    color: #FFFFFF !important;
}

/*Buttons*/
.elementor-button {
    border-radius: 20px !important;
    text-decoration: none !important;
}

/* HEADER CARE */

#tvMenuContainer .e-con-inner{
    flex-shrink: 0 !important;
}
#tvMenuImg {
    flex-shrink: 0 !important;
}
.logoMenu {
    min-width: 220px !important;
}

.hfe-site-logo img {
  width: 175px;
  height: auto;
}

.hfe-nav-menu .menu-item a {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #ff6900 !important;
  padding: 0 !important;
}

.hfe-nav-menu .menu-item a:hover {
  color: #e55f00 !important;
}

.hfe-nav-menu__layout-horizontal {
  gap: 52px;
}

header,
.hfe-header-wrap {
  background: #f7efe4;
}/* End custom CSS */