.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#01295F;--e-global-color-text:#8A8A8A;--e-global-color-accent:#B25432;--e-global-color-fc364f7:#FFF5E6;--e-global-color-ef91cce:#F9F9F9;--e-global-color-d60a109:#E5E5E5;--e-global-color-32be85f:#628395;--e-global-color-6ad5a09:#818D92;--e-global-color-0dbe6fd:#9A8F97;--e-global-color-1be3a82:#C3BABA;--e-global-color-8cf9853:#E9E3E6;--e-global-color-ca5db8b:#B2B2B2;--e-global-color-a35c45c:#736F72;--e-global-typography-primary-font-family:"Marcellus";--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:"Raleway";--e-global-typography-text-font-size:1.25rem;--e-global-typography-text-font-weight:400;--e-global-typography-text-letter-spacing:-0.5px;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-accent );}.elementor-kit-5 h1{color:var( --e-global-color-secondary );}.elementor-kit-5 input:not([type="button"]):not([type="submit"]),.elementor-kit-5 textarea,.elementor-kit-5 .elementor-field-textual{border-radius:15px 15px 15px 15px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.elementor-widget:not(:last-child){margin-bottom:35px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}}@media(max-width:767px){.elementor-kit-5{--e-global-typography-text-font-size:1.1rem;--e-global-typography-text-letter-spacing:-0.5px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}}/* Start custom CSS */p {margin-bottom: 1.2rem;}
.wrp-img {
   width: 50%;
   margin: 0 0 20px 30px;
   float: right;
}

@media (max-width:600px) {
    .wrp-img{
       display: block;
       margin-left: auto;
       margin-right: auto;
       width: 100%;
    }
}
header.sticky-header {
    --header-height: 100px;
    --opacity: 0.90;
    --shrink-me: 0.85;
    --sticky-background-color: #fff;
    --transition: .3s ease-in-out;

    transition: background-color var(--transition),
                background-image var(--transition),
                backdrop-filter var(--transition),
                opacity var(--transition);
}
header.sticky-header.elementor-sticky--effects {
    background-color: var(--sticky-background-color) !important;
    background-image: none !important;
    opacity: var(--opacity) !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
header.sticky-header > .elementor-container {
    transition: min-height var(--transition);
}
header.sticky-header.elementor-sticky--effects > .elementor-container {
    min-height: calc(var(--header-height) * var(--shrink-me))!important;
    height: calc(var(--header-height) * var(--shrink-me));
}
header.sticky-header .elementor-nav-menu .elementor-item {
    transition: padding var(--transition);
}
header.sticky-header.elementor-sticky--effects .elementor-nav-menu .elementor-item {
    padding-bottom: 10px!important;
    padding-top: 10px!important;
}
header.sticky-header > .elementor-container .logo img {
    transition: max-width var(--transition);
}
header.sticky-header.elementor-sticky--effects .logo img {
    max-width: calc(100% * var(--shrink-me));
}/* End custom CSS */