.elementor-kit-7{--e-global-color-primary:#FF6455;--e-global-color-secondary:#383852;--e-global-color-text:#555555;--e-global-color-accent:#FF6555;--e-global-color-8670921:#111111;--e-global-color-085fc28:#999999;--e-global-color-7f4bc88:#CCCCCC;--e-global-color-5364cca:#EEEEEE;--e-global-color-02b070a:#383852;--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;--e-global-typography-82c73ae-font-family:"Work Sans";--e-global-typography-82c73ae-font-size:12px;--e-global-typography-82c73ae-font-weight:600;--e-global-typography-82c73ae-text-transform:uppercase;--e-global-typography-82c73ae-letter-spacing:0.2em;--e-global-typography-1d3ae7f-font-family:"Merriweather";--e-global-typography-1d3ae7f-font-size:50px;--e-global-typography-1d3ae7f-font-weight:700;--e-global-typography-1d3ae7f-line-height:1.2em;--e-global-typography-c2743d1-font-family:"Merriweather";--e-global-typography-c2743d1-font-size:42px;--e-global-typography-c2743d1-font-weight:700;--e-global-typography-c2743d1-line-height:1.2em;--e-global-typography-51aac3b-font-family:"Roboto";--e-global-typography-51aac3b-font-size:14px;--e-global-typography-51aac3b-font-weight:400;--e-global-typography-51aac3b-text-transform:uppercase;--e-global-typography-51aac3b-letter-spacing:0.2em;--e-global-typography-7c4e6b1-font-family:"Roboto";--e-global-typography-7c4e6b1-font-size:12px;--e-global-typography-7c4e6b1-font-weight:400;--e-global-typography-7c4e6b1-text-transform:uppercase;--e-global-typography-7c4e6b1-letter-spacing:0em;--e-global-typography-fb95092-font-family:"Merriweather";--e-global-typography-fb95092-font-size:16px;--e-global-typography-fb95092-font-weight:400;--e-global-typography-fb95092-font-style:italic;color:var( --e-global-color-text );--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-exit-animation:e-page-transition-fade-in;--e-page-transition-animation-duration:500ms;--e-preloader-delay:0ms;--e-preloader-color:var( --e-global-color-accent );--e-preloader-size:100px;}.elementor-kit-7 h1{color:var( --e-global-color-8670921 );}.elementor-kit-7 h2{color:var( --e-global-color-8670921 );}.elementor-kit-7 h3{color:var( --e-global-color-8670921 );font-family:"Merriweather", Sans-serif;font-size:32px;font-weight:700;line-height:1.2em;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{font-family:"Work Sans", Sans-serif;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:0.2em;border-radius:0px 0px 0px 0px;padding:20px 30px 20px 30px;}.elementor-kit-7 label{color:var( --e-global-color-secondary );font-family:"Merriweather", Sans-serif;font-size:16px;font-style:italic;}.elementor-kit-7 input:not([type="button"]):not([type="submit"]),.elementor-kit-7 textarea,.elementor-kit-7 .elementor-field-textual{font-family:"Roboto", Sans-serif;font-size:18px;font-weight:400;font-style:normal;color:#000000;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:15px;}.elementor-element{--widgets-spacing:15px 15px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-7 e-page-transition{background-color:var( --e-global-color-7f4bc88 );}@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 *//*

Original Accent: #f23801

*/


mark {
    color: #ff6555;
    background: none;
}

strong, b {
    color: #333 !important;
}

.btn {
    color: white !important;
    background-color: var(--e-global-color-accent) !important;
}

.btn:hover {
    color: white !important;
    background-color: var(--e-global-color-accent) !important;
}

.btn-sm {
    padding: 10px 20px !important;
}

.btn.btn-arrow,
.btn-arrow a {
    position: relative;
}

.btn.btn-arrow:before,
.btn-arrow a:before {
    box-sizing: border-box;
    content: "\45";
    font-family: ElegantIcons;
    position: absolute;
    display: inline-block;
    right: -26px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 11px;
    line-height: 1;
    color: #000;
    transition: all .2s ease-in-out;
    border-color: black;
}

.btn.btn-arrow:hover:before,
.btn-arrow a:hover:before {
    color: #000;
    right: -36px;
}

.btn.btn-arrow:after,
.btn-arrow a:after {
    content: "";
    position: absolute;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    right: -18px;
    width: 34px;
    height: 2px;
    background: linear-gradient(90deg,#fff 50%,#000 50%);
    transform-origin: left;
    will-change: transform;
    transition: all .2s ease-in-out;
}

.btn.btn-arrow:hover:after,
.btn-arrow a:hover:after {
    right: -28px;
    width: 44px;
    background: linear-gradient(90deg,#fff 38%,#000 40%);
}

.qodef-m-tagline {
    //font-family: Roboto, Sans-Serif !important;
    font-size: 12px !important;
}

form label:not(:first-of-type) {
	margin-top: 1em;
}

form label:last-of-type {
	margin-bottom: 1em;
}

.subscribe-form p {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 15px !important;
}

@media (min-width: 768px) {
    .subscribe-form p {
        display: flex !important;
        flex-direction: row !important;
        align-items: baseline !important;
    }
}

::placeholder {
    font-family: Merriweather !important;
    font-weight: normal;
    font-style: italic;
    color: #999 !important;
}/* End custom CSS */