.elementor-kit-7{--e-global-color-primary:#FAC815;--e-global-color-secondary:#333333;--e-global-color-text:#7A7A7A;--e-global-color-accent:#FAC815;--e-global-color-0453a2d:#FFFFFF;--e-global-color-d81117f:#000000;--e-global-color-06abea2:#F7F7F7;--e-global-color-fa3bfc4:#BBBBBB;--e-global-color-b303429:#FEFCE8;--e-global-color-a6a4afd:#FEEB75;--e-global-color-e2d303e:#EAAF08;--e-global-color-c119730:#A15F07;--e-global-color-15f15a6:#421F06;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Lato";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:var( --e-global-color-accent );color:var( --e-global-color-d81117f );border-radius:50px 50px 50px 50px;padding:17px 33px 17px 33px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:var( --e-global-color-e2d303e );}.elementor-kit-7 a:hover{color:var( --e-global-color-c119730 );}.elementor-kit-7 h1{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-7 h2{color:var( --e-global-color-secondary );font-size:36px;font-weight:800;line-height:1.25em;}.elementor-kit-7 h4{color:#A15F07;font-family:"Poppins", Sans-serif;font-size:18px;font-weight:400;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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 */body {
    overflow-x: hidden;
    margin: 0;
    /*cursor: none;*/
}


/* scroll to top style */
  /* Scroll to top w/ progress indicator */
  .progress-wrap {
    position: fixed;
    right: 20px;
    bottom: 30px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }
  
  .progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  
  .progress-wrap::after {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    /*content: '\f062';*/
	content: "⇧";
    /* content: "⇧"; */
    /* content: "↑"; */
    text-align: center;
    line-height: 46px;
    font-size: 28px;
    color: #EAAF08;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }
  
  .lightScrollIcon::after {
    color: #ecedf3 !important;
  }
  
  .progress-wrap:hover::after {
    opacity: 0;
  }
  
  .progress-wrap::before {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "⇧";
    text-align: center;
    line-height: 46px;
    font-size: 28px;
    opacity: 0;
    background-image: linear-gradient(298deg, #da2c4d, #f8ab37);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }
  
  .progress-wrap:hover::before {
    opacity: 1;
  }
  
  .progress-wrap svg path {
    fill: none;
  }
  
  .progress-wrap svg.progress-circle path {
    stroke: #EAAF08;
    stroke-width: 6;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }
  
  .hr0 {
	border: 0px !important;
	background: linear-gradient (to right, rgba(250, 185, 42, 1), rgba(220, 79, 85, 1), rgba(230, 85, 124, 1), rgba(242, 64, 64, 1), rgba(236, 118, 54, 1), rgba(138, 56, 138, 1));
	background: linear-gradient (to right, red, yellow);
	height: 5px !important;
	width: 10% !important;
}

/* Scroll to top w/ progress indicator *//* End custom CSS */