.elementor-kit-7{--e-global-color-primary:#000000;--e-global-color-secondary:#101010;--e-global-color-text:#FFFFFF;--e-global-color-accent:#EB1616;--e-global-typography-primary-font-family:"Questrial";--e-global-typography-primary-font-size:19px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Questrial";--e-global-typography-secondary-font-size:19px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Questrial";--e-global-typography-text-font-size:22px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Questrial";--e-global-typography-accent-font-weight:500;color:#FFFFFF;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:#EB1616;color:#FFFFFF;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:#EB1616;font-weight:bold;}.elementor-kit-7 a:hover{color:#FF0000;font-weight:bold;}.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{padding-inline-end:0px;padding-inline-start:0px;}@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 */@-webkit-keyframes mdp-float-aura {
   from {
      box-shadow: 0 0 0 -1px var(--hmp-color-75), 0 0 0 -1px var(--hmp-color-50), 0 0 0 -1px var(--hmp-color-25)
   }

   to {
      box-shadow: 0 0 0 15px rgba(255, 255, 255, 0), 0 0 0 30px rgba(255, 255, 255, 0), 0 0 0 45px rgba(255, 255, 255, 0)
   }
}

@keyframes mdp-float-aura {
   from {
      box-shadow: 0 0 0 -1px var(--hmp-color-75), 0 0 0 -1px var(--hmp-color-50), 0 0 0 -1px var(--hmp-color-25)
   }

   to {
      box-shadow: 0 0 0 15px rgba(255, 255, 255, 0), 0 0 0 30px rgba(255, 255, 255, 0), 0 0 0 45px rgba(255, 255, 255, 0)
   }
}

@-webkit-keyframes mdp-float-init {
   0% {
      opacity: 0;
      transform: scale(.25)
   }

   50% {
      opacity: 0
   }

   80% {
      transform: scale(1);
      opacity: 1
   }

   90% {
      transform: scale(1.2)
   }

   100% {
      transform: scale(1)
   }
}

@keyframes mdp-float-init {
   0% {
      opacity: 0;
      transform: scale(.25)
   }

   50% {
      opacity: 0
   }

   80% {
      transform: scale(1);
      opacity: 1
   }

   90% {
      transform: scale(1.2)
   }

   100% {
      transform: scale(1)
   }
}

@-webkit-keyframes mdp-popup-init {
   from {
      transform: scale(0);
      opacity: 0
   }

   to {
      transform: scale(1);
      opacity: 1
   }
}

@keyframes mdp-popup-init {
   from {
      transform: scale(0);
      opacity: 0
   }

   to {
      transform: scale(1);
      opacity: 1
   }
}

@-webkit-keyframes mdp-popup-content-fade {
   from {
      opacity: 0;
      transform: translateX(-25px)
   }

   to {
      opacity: 1;
      transform: translateX(0)
   }
}

@keyframes mdp-popup-content-fade {
   from {
      opacity: 0;
      transform: translateX(-25px)
   }

   to {
      opacity: 1;
      transform: translateX(0)
   }
}

.mdp-float {
   --hmp-color: rgb(7, 234, 56);
   --hmp-color-75: rgba(10, 139, 38, 0.75);
   --hmp-color-50: rgba(13, 83, 28, 0.5);
   --hmp-color-25: rgba(16, 54, 42, 0.25);
   --hmp-color-5: rgba(22, 116, 64, 0.05);
   position: absolute;
   z-index: 999999;
   border-radius: 50%;
   top: 75px;
   right: 75px;
   width: 75px;
   height: 75px;
   transition: .75s;
   transition-timing-function: ease-out
}

.mdp-float:hover {
   -webkit-animation: mdp-float-aura infinite;
   animation: mdp-float-aura infinite;
   -webkit-animation-duration: 2s;
   animation-duration: 2s
}

.mdp-float.mdp-float-inertia {
   transition: .25s
}

.mdp-float.mdp-float-slow {
   transition-delay: .5s;
   transition: 5s
}

.mdp-float.mdp-float-init {
   -webkit-animation: mdp-float-init 1s;
   animation: mdp-float-init 1s;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both
}

.mdp-float-btn {
   display: flex;
   justify-content: center;
   align-items: center;
   border-radius: 50%;
   width: 75px;
   height: 75px;
   text-shadow: 1px 0 0 var(--hmp-color);
   background-image: linear-gradient(210deg, var(--hmp-color-5) 0, var(--hmp-color-25) 100%);
   background-color: #fff;
   transition: .25s;
   box-shadow: 0 7px 13px -3px var(--hmp-color-25), 0 2px 4px 0 var(--hmp-color-50), inset 0 0 0 0 var(--hmp-color);
   position: relative;
   z-index: 1
}

.mdp-float-btn:before {
   content: "";
   position: absolute;
   z-index: 1;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background: var(--hmp-color);
   border-radius: 50%;
   transform: scale(0);
   transition-property: transform;
   transition-duration: .25s;
   transition-timing-function: ease-out
}

.mdp-float-btn svg {
   width: 16.66667px;
   height: 16.66667px;
   fill: var(--hmp-color);
   z-index: 2
}

.mdp-float-btn:focus {
   outline: 0
}

.mdp-float-btn:hover {
   transition: .25s;
   transition-delay: 125ms;
   box-shadow: 0 7px 26px -3px var(--hmp-color-25), 0 2px 8px 0 var(--hmp-color-50);
   border: none
}

.mdp-float-btn:hover:before {
   transform: scale(1)
}

.mdp-float-btn:hover svg {
   transform: scale(1.1);
   fill: #fff
}

.mdp-float-btn:active {
   transform: scale(.75)
}

@media (max-width:720px) {
   .mdp-float {
      top: 25px;
      right: 25px
   }
}

.mdp-float-popup {
   position: absolute;
   bottom: -33.33333px;
   right: -33.33333px;
   border-radius: 25px;
   min-width: 320px;
   background: #fff;
   box-shadow: 0 0 4em -1em rgba(0, 0, 0, .2);
   -webkit-animation: mdp-popup-init .6s;
   animation: mdp-popup-init .6s;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
   transform-origin: bottom right
}

.mdp-float-popup>:nth-child(1) {
   -webkit-animation: mdp-popup-content-fade .6s;
   animation: mdp-popup-content-fade .6s;
   -webkit-animation-delay: .25s;
   animation-delay: .25s;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both
}

.mdp-float-popup>:nth-child(2) {
   -webkit-animation: mdp-popup-content-fade .6s;
   animation: mdp-popup-content-fade .6s;
   -webkit-animation-delay: .5s;
   animation-delay: .5s;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both
}

.mdp-float-popup>:nth-child(3) {
   -webkit-animation: mdp-popup-content-fade .6s;
   animation: mdp-popup-content-fade .6s;
   -webkit-animation-delay: .75s;
   animation-delay: .75s;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both
}

.mdp-float-h {
   padding: 0 0 33.33333px 0;
   margin: 40px 33.33333px 0 33.33333px;
   border-bottom: 1px solid #eee
}

.mdp-float-msg {
   padding: 25px 33.33333px 0 33.33333px;
   margin: 0 !important;
   border: 0 !important
}

.mdp-float-action {
   display: flex;
   justify-content: center;
   align-items: center;
   border-radius: 25px;
   height: 50px;
   white-space: nowrap;
   text-shadow: 1px 0 0 var(--hmp-color);
   background-image: linear-gradient(210deg, var(--hmp-color-5) 0, var(--hmp-color-25) 100%);
   background-color: #fff;
   transition: .25s;
   box-shadow: 0 7px 13px -3px var(--hmp-color-25), 0 2px 4px 0 var(--hmp-color-50), inset 0 0 0 0 var(--hmp-color);
   position: relative;
   margin: 33.33333px 100px 33.33333px 33.33333px;
   text-decoration: none;
   color: var(--hmp-color-25);
   cursor: pointer;
   padding-left: 25px;
   padding-right: 25px
}

.mdp-float-action:before {
   content: "";
   position: absolute;
   z-index: 1;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background: var(--hmp-color);
   border-radius: 25px;
   transform: scale(0);
   transition-property: transform;
   transition-duration: .25s;
   transition-timing-function: ease-out
}

.mdp-float-action:focus {
   outline: 0
}

.mdp-float-action:hover {
   transition: .16667s;
   transition-delay: 125ms;
   box-shadow: 0 7px 26px -3px var(--hmp-color-25), 0 2px 8px 0 var(--hmp-color-50);
   border: none;
   color: #fff
}

.mdp-float-action:hover:before {
   transform: scale(1)
}

.mdp-float-action span {
   font-family: sans-serif;
   font-size: 20px;
   z-index: 1
}

@media (max-width:420px) {
   .mdp-float-popup {
      min-width: 100%;
      max-width: 100%;
      width: 100%;
      background: rgb(3, 61, 27)
   }
}/* End custom CSS */