.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-f71d9e0:#AFB4A5;--e-global-color-88d1fa8:#FFFFFF;--e-global-color-7236dd2:#000000;--e-global-color-f3ba9e9:#494949;--e-global-color-23d1fde:#717171;--e-global-color-7306872:#210B00;--e-global-color-01263e3:#948746;--e-global-color-7647f6d:#8FE395;--e-global-color-337f4b1:#DABE60;--e-global-color-9e5ad4a:#621B2B;--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;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.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 *//* Hide all conditional containers by default */
[class*="show-if-author-has-level-"],
[class*="show-if-author-no-level-"] {
    display: none !important;
}

/* Show if author HAS a specific level */
body[class*="author-has-level-"] [class*="show-if-author-has-level-"] {
    display: block !important;
}

/* Show if author does NOT have a specific level */
body:not([class*="author-has-level-1"]) .show-if-author-no-level-1,
body:not([class*="author-has-level-2"]) .show-if-author-no-level-2,
body:not([class*="author-has-level-3"]) .show-if-author-no-level-3 {
    display: block !important;
}


[type=button],[type=submit],button {
    border: 1px solid rgba(var(--jf-wrm-accent-rgb), .45);
    background: linear-gradient(180deg, rgba(var(--jf-wrm-accent-rgb), 1), rgba(var(--jf-wrm-accent2-rgb), 1));
    color: #fff;
    border-radius: 10px;
}

[type=button]:focus,[type=button]:hover,[type=submit]:focus,[type=submit]:hover,button:focus,button:hover {
    background-color: #c9c3a4;
    color: #fff;
    text-decoration: none
}

a {
    color: #c9c3a4;
}

/* Force the flex columns to share space equally */
.fit-row > .e-con {
  flex: 1 1 0 !important;
  min-width: 0 !important;
  width: 0 !important;
}

/* Then let the headings fill those columns */
.fit-text,
.fit-text .elementor-widget-container,
.fit-text .elementor-heading-title {
  width: 100% !important;
  white-space: nowrap !important;
  display: block !important;
  line-height: 1 !important;
}

/* Also force the Elementor containers holding the headings */
.partner-line,
.partner-line > .elementor-widget-container {
  width: 100% !important;
  flex: 1 1 0 !important;
}/* End custom CSS */