.elementor-kit-6{--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-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.elementor-widget:not(:last-child){--kit-widget-spacing:020px;}.elementor-element{--widgets-spacing:020px 020px;--widgets-spacing-row:020px;--widgets-spacing-column:020px;}{}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 */html, body {
  height: 100%;
  margin: 0;
}

/* Main site background */
body {
  /* === Customisable variables === */
  --pink:   #db437d;
  --purple: #84348c;
  --stripe: 28px;
  --angle:  45deg;

  /* === Dual half pattern === */
  background-image:
    /* Left half */
    repeating-linear-gradient(var(--angle),
      var(--pink)   0          var(--stripe),
      var(--purple) var(--stripe) calc(2 * var(--stripe))
    ),
    /* Right half (mirrored) */
    repeating-linear-gradient(calc(-1 * var(--angle)),
      var(--pink)   0          var(--stripe),
      var(--purple) var(--stripe) calc(2 * var(--stripe))
    );

  background-size: 50% 100%, 50% 100%;
  background-position: 0 0, 100% 0;
  background-repeat: no-repeat, no-repeat;

  /* Make sure it covers viewport */
  background-attachment: fixed;
  background-color: var(--pink); /* fallback for browsers that don't support gradients */

  /* This helps Safari pick up the colour for the top bar */
  color-scheme: light;
}/* End custom CSS */