.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;font-size:16px;font-weight:400;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{font-family:"Montserrat", Sans-serif;}.elementor-kit-6 h1{font-family:"Montserrat", Sans-serif;font-size:48px;font-weight:700;letter-spacing:0px;}.elementor-kit-6 h2{font-family:"Montserrat", Sans-serif;font-size:34px;font-weight:700;}.elementor-kit-6 h3{font-family:"Montserrat", Sans-serif;font-size:26px;font-weight:700;}.elementor-kit-6 h4{font-family:"Montserrat", Sans-serif;font-size:20px;font-weight:600;}.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);}@media(max-width:1024px){.elementor-kit-6 h1{font-size:36px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6 h1{font-size:28px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* hero lock */
.hero-parent{
  display:flex;
  flex-direction:row;
  justify-content:space-between;
  align-items:stretch;
  min-height:720px;
  width:100%;
}

.hero-left{
  flex:1 1 0;
  max-width:420px;
}

.hero-right{
  flex:2 1 0;
  display:flex;
  flex-direction:column;
}

.hero-right > .hero-box{
  flex:1 1 0;
  display:flex;
  align-items:center;
  padding:18px;
}

/* tablet + mobile */
@media (max-width:768px){

  .hero-parent{
    flex-direction:column;
    padding:18px 0;
  }

  .hero-left{
    order:1;
    width:100%;
    max-width:100%;
  }

  .hero-right{
    order:2;
    width:100%;
  }
}

/* prevent accidental horizontal scroll while editing */
html, body {
  overflow-x:hidden !important;
}

/* mobile override */
@media (max-width:768px){

  .hero-parent{
    align-items:flex-start !important;
    justify-content:flex-start !important;
    padding-top:6px !important;
  }

  .hero-right{
    order:1 !important;
    width:100% !important;
    max-width:100% !important;
  }

  .hero-left{
    order:2 !important;
    width:100% !important;
    max-width:100% !important;
  }

  .hero-left,
  .hero-right,
  .hero-parent{
    box-sizing:border-box !important;
    overflow:hidden !important;
  }
}

/* hide CTA on desktop */
@media (min-width: 768px) {
  .menu-cta { display: none !important; }
}

/* style CTA for mobile dropdown */
@media (max-width: 767px) {
  /* make the CTA visually full-width inside the dropdown */
  .elementor-widget-wp-widget-nav_menu .menu-cta > a,
  .menu-cta > a {
    background: #d71920;
    color: #fff !important;
    display: block;
    text-align: center;
    font-weight: 700;
    padding: 14px 10px;
    margin: 8px 0 0 0;
    letter-spacing: .25px;
  }

  /* hover */
  .menu-cta > a:hover {
    background: #b31318;
  }

  /* sticky bottom in the open mobile panel */
  .elementor-widget-wp-widget-nav_menu .menu-cta {
    position: sticky;
    bottom: 0;
    width: 100%;
    z-index: 40;
  }
}/* End custom CSS */