.elementor-kit-5{--e-global-color-primary:#000000;--e-global-color-secondary:#1E1C1B;--e-global-color-text:#000000;--e-global-color-accent:#7D7571;--e-global-color-0e84675:#D4DEED;--e-global-color-a7f021e:#F3F6FA;--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;background-color:var( --e-global-color-a7f021e );}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1415px;}.e-con{--container-max-width:1415px;}.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;}}/* Start custom CSS *//*==============================
  Font Variables
===============================*/
:root {
  --font-heading: 'Plus Jakarta Sans', sans-serif;
  --font-body: 'Outfit', sans-serif;
  --font-subtitle: 'Inter', sans-serif;
}


/*==============================
  Headings
===============================*/

/* Heading 1 */
.h1, h1 {
  font-family: var(--font-heading);
  font-size: 106px;
  line-height: 1.05;
  font-weight: 700;
}
@media (max-width: 1366px) {
  .h1, h1 {
    font-size: 64px;
  }
}
@media (max-width: 767px) {
  .h1, h1 {
    font-size: 52px;
  }
}

/* Heading 2 */
.h2, h2 {
  font-family: var(--font-heading);
  font-size: 64px;
  line-height: 1.05;
  font-weight: 700;
}
@media (max-width: 1366px) {
  .h2, h2 {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  .h2, h2 {
    font-size: 44px;
  }
}

/* Heading 3 */
.h3, h3 {
  font-family: var(--font-heading);
  font-size: 32px;
  line-height: 1.05;
  font-weight: 700;
}
@media (max-width: 1366px),
       (max-width: 767px) {
  .h3, h3 {
    font-size: 32px;
  }
}

/*==============================
  Paragraph Text
===============================*/

/* Big Paragraph */
p {
  font-family: var(--font-body);
  font-size: 20px;
  line-height: 1.6;
  font-weight: 400;
}
@media (max-width: 1366px) {
  p{
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  p {
    font-size: 16px;
  }
}



/*==============================
  Subtitle
===============================*/

.subtitle {
  font-family: var(--font-subtitle);
  font-size: 21px;
  line-height: 1.4;
  font-weight: 500;
}
@media (max-width: 1366px) {
  .subtitle {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .subtitle {
    font-size: 16px;
  }
}/* End custom CSS */