.elementor-kit-6{--e-global-color-primary:#21371E;--e-global-color-secondary:#1F1F1F;--e-global-color-text:#FFFFFF;--e-global-color-da3577a:#1F1F1F;--e-global-color-80983e7:#171B1E;--e-global-color-3061520:#FFFFFF;--e-global-color-650ec91:#E8E8E5;--e-global-color-cb20d46:#050904;--e-global-color-9e8780a:#F7F4F0;--e-global-color-e688026:#FFFFFF3B;--e-global-color-60abfe7:#696969;--e-global-color-e17eb13:#5D8358;--e-global-typography-primary-font-family:"area-inktrap";--e-global-typography-primary-font-weight:400;--e-global-typography-primary-letter-spacing:0.15px;--e-global-typography-secondary-font-family:"Helvetica";--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-letter-spacing:0.15px;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:15px;--e-global-typography-text-font-weight:300;--e-global-typography-text-letter-spacing:0.15px;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:300;--e-global-typography-accent-letter-spacing:0.15px;--e-global-typography-5728c60-font-family:"Helvetica";--e-global-typography-5728c60-font-size:20px;--e-global-typography-5728c60-font-weight:400;--e-global-typography-5728c60-letter-spacing:0.15px;--e-global-typography-7d05396-font-family:"Poppins";--e-global-typography-7d05396-font-size:13px;--e-global-typography-7d05396-font-weight:300;--e-global-typography-7d05396-letter-spacing:0.15px;--e-global-typography-f97cd49-font-family:"Oswald";--e-global-typography-f97cd49-font-size:15px;--e-global-typography-f97cd49-font-weight:300;--e-global-typography-f97cd49-text-transform:uppercase;--e-global-typography-f97cd49-letter-spacing:1px;--e-global-typography-592f7e1-font-family:"area-inktrap";--e-global-typography-592f7e1-font-size:52px;--e-global-typography-592f7e1-font-weight:400;--e-global-typography-592f7e1-line-height:1.2em;--e-global-typography-3030c1a-font-family:"area-inktrap";--e-global-typography-3030c1a-font-size:22px;--e-global-typography-3030c1a-font-weight:400;background-color:var( --e-global-color-cb20d46 );}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:#00000000;font-family:"Poppins", Sans-serif;font-size:14px;font-weight:400;color:var( --e-global-color-3061520 );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-3061520 );border-radius:0px 0px 0px 0px;padding:.65rem 1rem .65rem 1rem;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1420px;}.e-con{--container-max-width:1420px;}.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);}.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-kit-6{--e-global-typography-592f7e1-font-size:42px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-592f7e1-font-size:32px;--e-global-typography-3030c1a-font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//** Button White **/
.btnHover a {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.btnHover a::before {
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: #fff !important;
    z-index: 0;
    transition: height 0.15s ease-in-out;
}

.btnHover a:hover::before {
	height: 100%;
}

.btnHover a:hover span {
    color: #000 !important;
    z-index: 9;
}

/** Button Dark **/
.btnHoverDark a {
    border: 1px solid #fff !important;
    z-index: 1;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.btnHoverDark a::before {
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: var(--e-global-color-primary) !important;
    z-index: 0;
    transition: height 0.15s ease-in-out;
}

.btnHoverDark a:hover::before {
	height: 100%;
}

.btnHoverDark a:hover span {
    color: #fff !important;
    z-index: 9;
}



/** Cursor **/
.mf-cursor-inner {
  background-color: white !important;
  transform: scale(2) !important;
}

/* TrustIndex */
.ti-widget.ti-goog .ti-verified-by-row[data-style="1"]>.ti-inner {
    background-color: #20371e!important;
}

strong {
    font-weight: 600;
}

/** Header Fix **/
header .elementor-sticky--effects {
    background-color: #0000002e !important;
    backdrop-filter: blur(10px);
}

header .elementor-element-02711e1, .elementor-element-d64a1b3 {
    width: 100% !important;
}

.grecaptcha-badge {
    visibility: hidden !important;
}/* End custom CSS */