body {
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');
    --wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');
    --wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');
    --wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');
    --wp--preset--duotone--midnight: url('#wp-duotone-midnight');
    --wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');
    --wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');
    --wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

:where(.is-layout-flex) {
    gap: 0.5em;
}

body .is-layout-flow > .alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em;
}

body .is-layout-flow > .alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0;
}

body .is-layout-flow > .aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}

body .is-layout-constrained > .alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em;
}

body .is-layout-constrained > .alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0;
}

body .is-layout-constrained > .aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}

body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: var(--wp--style--global--content-size);
    margin-left: auto !important;
    margin-right: auto !important;
}

body .is-layout-constrained > .alignwide {
    max-width: var(--wp--style--global--wide-size);
}

body .is-layout-flex {
    display: flex;
}

body .is-layout-flex {
    flex-wrap: wrap;
    align-items: center;
}

body .is-layout-flex > * {
    margin: 0;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

.has-black-color {
    color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
    color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important;
}

.wp-block-navigation a:where(:not(.wp-element-button)) {
    color: inherit;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

.wp-block-pullquote {
    font-size: 1.5em;
    line-height: 1.6;
}

div[id*='ajaxsearchpro2_'] div.asp_loader,
div[id*='ajaxsearchpro2_'] div.asp_loader * {
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    box-shadow: none
}

div[id*='ajaxsearchpro2_'] div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center
}

div[id*='ajaxsearchpro2_'] div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    height: 100%
}

@-webkit-keyframes rotate-simple {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate-simple {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1)
    }
    50% {
        -webkit-transform: rotate(180deg) scale(1);
        transform: rotate(180deg) scale(1)
    }
    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1)
    }
}

@keyframes rotate-pulse {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1)
    }
    50% {
        -webkit-transform: rotate(180deg) scale(0.6);
        transform: rotate(180deg) scale(0.6)
    }
    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1)
    }
}

div[id*='ajaxsearchpro2_'] div.asp_ball-clip-rotate>div,
div[id*='ajaxsearchpro2_'] div.asp_ball-simple-rotate>div {
    background-color: rgb(255, 255, 255);
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    border: 2px solid rgb(255, 255, 255);
    border-bottom-color: transparent;
    height: 80%;
    width: 80%;
    background: transparent !important;
    display: inline-block;
    -webkit-animation: rotate-pulse 0.75s 0s linear infinite;
    animation: rotate-pulse 0.75s 0s linear infinite
}

div[id*='ajaxsearchpro2_'] div.asp_ball-simple-rotate>div {
    -webkit-animation: rotate-simple 0.75s 0s linear infinite;
    animation: rotate-simple 0.75s 0s linear infinite
}

div[id*='ajaxsearchpro2_'] div.asp_ball-clip-rotate-simple,
div[id*='ajaxsearchpro2_'] div.asp_ball-clip-rotate-multiple {
    position: relative;
    width: 100%;
    height: 100%
}

div[id*='ajaxsearchpro2_'] div.asp_ball-clip-rotate-simple>div,
div[id*='ajaxsearchpro2_'] div.asp_ball-clip-rotate-multiple>div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    left: 0;
    top: 0;
    border: 2px solid rgb(255, 255, 255);
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-radius: 100%;
    height: 100%;
    width: 100%;
    -webkit-animation: rotate-pulse 1s 0s ease-in-out infinite;
    animation: rotate-pulse 1s 0s ease-in-out infinite
}

div[id*='ajaxsearchpro2_'] div.asp_ball-clip-rotate-simple>div:last-child,
div[id*='ajaxsearchpro2_'] div.asp_ball-clip-rotate-multiple>div:last-child {
    display: inline-block;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 50%;
    margin-top: -25%;
    margin-left: -25%;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    border-color: rgb(255, 255, 255) transparent rgb(255, 255, 255) transparent;
    -webkit-animation-direction: reverse;
    animation-direction: reverse
}

div[id*='ajaxsearchpro2_'] div.asp_ball-clip-rotate-simple>div {
    -webkit-animation: rotate-simple 1s 0s ease-in-out infinite;
    animation: rotate-simple 1s 0s ease-in-out infinite
}

div[id*='ajaxsearchprores2_'] .asp_res_loader div.asp_loader,
div[id*='ajaxsearchprores2_'] .asp_res_loader div.asp_loader * {
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    box-shadow: none
}

div[id*='ajaxsearchprores2_'] .asp_res_loader div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center
}

div[id*='ajaxsearchprores2_'] .asp_res_loader div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    height: 100%
}

@-webkit-keyframes rotate-simple {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate-simple {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1)
    }
    50% {
        -webkit-transform: rotate(180deg) scale(1);
        transform: rotate(180deg) scale(1)
    }
    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1)
    }
}

@keyframes rotate-pulse {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1)
    }
    50% {
        -webkit-transform: rotate(180deg) scale(0.6);
        transform: rotate(180deg) scale(0.6)
    }
    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1)
    }
}

div[id*='ajaxsearchprores2_'] .asp_res_loader div.asp_ball-clip-rotate>div,
div[id*='ajaxsearchprores2_'] .asp_res_loader div.asp_ball-simple-rotate>div {
    background-color: rgb(255, 255, 255);
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    border: 2px solid rgb(255, 255, 255);
    border-bottom-color: transparent;
    height: 80%;
    width: 80%;
    background: transparent !important;
    display: inline-block;
    -webkit-animation: rotate-pulse 0.75s 0s linear infinite;
    animation: rotate-pulse 0.75s 0s linear infinite
}

div[id*='ajaxsearchprores2_'] .asp_res_loader div.asp_ball-simple-rotate>div {
    -webkit-animation: rotate-simple 0.75s 0s linear infinite;
    animation: rotate-simple 0.75s 0s linear infinite
}

div[id*='ajaxsearchprores2_'] .asp_res_loader div.asp_ball-clip-rotate-simple,
div[id*='ajaxsearchprores2_'] .asp_res_loader div.asp_ball-clip-rotate-multiple {
    position: relative;
    width: 100%;
    height: 100%
}

div[id*='ajaxsearchprores2_'] .asp_res_loader div.asp_ball-clip-rotate-simple>div,
div[id*='ajaxsearchprores2_'] .asp_res_loader div.asp_ball-clip-rotate-multiple>div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    left: 0;
    top: 0;
    border: 2px solid rgb(255, 255, 255);
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-radius: 100%;
    height: 100%;
    width: 100%;
    -webkit-animation: rotate-pulse 1s 0s ease-in-out infinite;
    animation: rotate-pulse 1s 0s ease-in-out infinite
}

div[id*='ajaxsearchprores2_'] .asp_res_loader div.asp_ball-clip-rotate-simple>div:last-child,
div[id*='ajaxsearchprores2_'] .asp_res_loader div.asp_ball-clip-rotate-multiple>div:last-child {
    display: inline-block;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 50%;
    margin-top: -25%;
    margin-left: -25%;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    border-color: rgb(255, 255, 255) transparent rgb(255, 255, 255) transparent;
    -webkit-animation-direction: reverse;
    animation-direction: reverse
}

div[id*='ajaxsearchprores2_'] .asp_res_loader div.asp_ball-clip-rotate-simple>div {
    -webkit-animation: rotate-simple 1s 0s ease-in-out infinite;
    animation: rotate-simple 1s 0s ease-in-out infinite
}

#ajaxsearchpro2_1 div.asp_loader,
#ajaxsearchpro2_2 div.asp_loader,
#ajaxsearchpro2_1 div.asp_loader *,
#ajaxsearchpro2_2 div.asp_loader * {
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    box-shadow: none
}

#ajaxsearchpro2_1 div.asp_loader,
#ajaxsearchpro2_2 div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center
}

#ajaxsearchpro2_1 div.asp_loader-inner,
#ajaxsearchpro2_2 div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    height: 100%
}

@-webkit-keyframes rotate-simple {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate-simple {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1)
    }
    50% {
        -webkit-transform: rotate(180deg) scale(1);
        transform: rotate(180deg) scale(1)
    }
    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1)
    }
}

@keyframes rotate-pulse {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1)
    }
    50% {
        -webkit-transform: rotate(180deg) scale(0.6);
        transform: rotate(180deg) scale(0.6)
    }
    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1)
    }
}

#ajaxsearchpro2_1 div.asp_ball-clip-rotate>div,
#ajaxsearchpro2_2 div.asp_ball-clip-rotate>div,
#ajaxsearchpro2_1 div.asp_ball-simple-rotate>div,
#ajaxsearchpro2_2 div.asp_ball-simple-rotate>div {
    background-color: rgb(255, 255, 255);
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    border: 2px solid rgb(255, 255, 255);
    border-bottom-color: transparent;
    height: 80%;
    width: 80%;
    background: transparent !important;
    display: inline-block;
    -webkit-animation: rotate-pulse 0.75s 0s linear infinite;
    animation: rotate-pulse 0.75s 0s linear infinite
}

#ajaxsearchpro2_1 div.asp_ball-simple-rotate>div,
#ajaxsearchpro2_2 div.asp_ball-simple-rotate>div {
    -webkit-animation: rotate-simple 0.75s 0s linear infinite;
    animation: rotate-simple 0.75s 0s linear infinite
}

#ajaxsearchpro2_1 div.asp_ball-clip-rotate-simple,
#ajaxsearchpro2_2 div.asp_ball-clip-rotate-simple,
#ajaxsearchpro2_1 div.asp_ball-clip-rotate-multiple,
#ajaxsearchpro2_2 div.asp_ball-clip-rotate-multiple {
    position: relative;
    width: 100%;
    height: 100%
}

#ajaxsearchpro2_1 div.asp_ball-clip-rotate-simple>div,
#ajaxsearchpro2_2 div.asp_ball-clip-rotate-simple>div,
#ajaxsearchpro2_1 div.asp_ball-clip-rotate-multiple>div,
#ajaxsearchpro2_2 div.asp_ball-clip-rotate-multiple>div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    left: 0;
    top: 0;
    border: 2px solid rgb(255, 255, 255);
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-radius: 100%;
    height: 100%;
    width: 100%;
    -webkit-animation: rotate-pulse 1s 0s ease-in-out infinite;
    animation: rotate-pulse 1s 0s ease-in-out infinite
}

#ajaxsearchpro2_1 div.asp_ball-clip-rotate-simple>div:last-child,
#ajaxsearchpro2_2 div.asp_ball-clip-rotate-simple>div:last-child,
#ajaxsearchpro2_1 div.asp_ball-clip-rotate-multiple>div:last-child,
#ajaxsearchpro2_2 div.asp_ball-clip-rotate-multiple>div:last-child {
    display: inline-block;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 50%;
    margin-top: -25%;
    margin-left: -25%;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    border-color: rgb(255, 255, 255) transparent rgb(255, 255, 255) transparent;
    -webkit-animation-direction: reverse;
    animation-direction: reverse
}

#ajaxsearchpro2_1 div.asp_ball-clip-rotate-simple>div,
#ajaxsearchpro2_2 div.asp_ball-clip-rotate-simple>div {
    -webkit-animation: rotate-simple 1s 0s ease-in-out infinite;
    animation: rotate-simple 1s 0s ease-in-out infinite
}

@-webkit-keyframes asp_an_fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@keyframes asp_an_fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.asp_an_fadeInDown {
    -webkit-animation-name: asp_an_fadeInDown;
    animation-name: asp_an_fadeInDown
}

div.asp_r.asp_r_2,
div.asp_r.asp_r_2 *,
div.asp_m.asp_m_2,
div.asp_m.asp_m_2 *,
div.asp_s.asp_s_2,
div.asp_s.asp_s_2 * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    border: 0;
    border-radius: 0;
    text-transform: none;
    text-shadow: none;
    box-shadow: none;
    text-decoration: none;
    text-align: left;
    letter-spacing: normal
}

div.asp_r.asp_r_2,
div.asp_m.asp_m_2,
div.asp_s.asp_s_2 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

div.asp_r.asp_r_2,
div.asp_r.asp_r_2 *,
div.asp_m.asp_m_2,
div.asp_m.asp_m_2 *,
div.asp_s.asp_s_2,
div.asp_s.asp_s_2 * {
    padding: 0;
    margin: 0
}

.wpdreams_clear {
    clear: both
}

.asp_w_container_2 {
    width: 100%
}

div.asp_m.asp_m_2 {
    width: 100%;
    height: auto;
    max-height: none;
    border-radius: 5px;
    background: #d1eaff;
    margin-top: 0;
    margin-bottom: 0;
    background-image: -moz-radial-gradient(center, ellipse cover, rgb(92, 183, 225), rgb(92, 183, 225));
    background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgb(92, 183, 225), rgb(92, 183, 225));
    background-image: -webkit-radial-gradient(center, ellipse cover, rgb(92, 183, 225), rgb(92, 183, 225));
    background-image: -o-radial-gradient(center, ellipse cover, rgb(92, 183, 225), rgb(92, 183, 225));
    background-image: -ms-radial-gradient(center, ellipse cover, rgb(92, 183, 225), rgb(92, 183, 225));
    background-image: radial-gradient(ellipse at center, rgb(92, 183, 225), rgb(92, 183, 225));
    overflow: hidden;
    border: 0 none rgb(141, 213, 239);
    border-radius: 0;
    box-shadow: none
}

div.asp_m.asp_m_2 .probox {
    margin: 0;
    height: 34px;
    background-image: -moz-radial-gradient(center, ellipse cover, rgba(220, 244, 245, 0.87), rgba(220, 244, 245, 0.87));
    background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgba(220, 244, 245, 0.87), rgba(220, 244, 245, 0.87));
    background-image: -webkit-radial-gradient(center, ellipse cover, rgba(220, 244, 245, 0.87), rgba(220, 244, 245, 0.87));
    background-image: -o-radial-gradient(center, ellipse cover, rgba(220, 244, 245, 0.87), rgba(220, 244, 245, 0.87));
    background-image: -ms-radial-gradient(center, ellipse cover, rgba(220, 244, 245, 0.87), rgba(220, 244, 245, 0.87));
    background-image: radial-gradient(ellipse at center, rgba(220, 244, 245, 0.87), rgba(220, 244, 245, 0.87));
    border: 0 solid rgb(35, 148, 15);
    border-radius: 0;
    box-shadow: none
}

p[id*=asp-try-2] {
    color: rgb(85, 85, 85) !important;
    display: block
}

div.asp_main_container+[id*=asp-try-2] {
    width: 100%
}

p[id*=asp-try-2] a {
    color: rgb(255, 181, 86) !important
}

p[id*=asp-try-2] a:after {
    color: rgb(85, 85, 85) !important;
    display: inline;
    content: ','
}

p[id*=asp-try-2] a:last-child:after {
    display: none
}

div.asp_m.asp_m_2 .probox .proinput {
    font-weight: normal;
    font-family: inherit;
    color: rgb(5, 5, 5);
    font-size: 14px;
    line-height: 15px;
    text-shadow: none;
    line-height: normal;
    flex-grow: 1;
    order: 5;
    -webkit-flex-grow: 1;
    -webkit-order: 5
}

div.asp_m.asp_m_2 .probox .proinput input.orig {
    font-weight: normal;
    font-family: inherit;
    color: rgb(5, 5, 5);
    font-size: 14px;
    line-height: 15px;
    text-shadow: none;
    line-height: normal;
    border: 0;
    box-shadow: none;
    height: 34px;
    position: relative;
    z-index: 2;
    padding: 0 !important;
    padding-top: 2px !important;
    margin: -1px 0 0 -4px !important;
    width: 100%;
    background: transparent !important
}

div.asp_m.asp_m_2 .probox .proinput input.autocomplete {
    font-weight: normal;
    font-family: inherit;
    color: rgb(5, 5, 5);
    font-size: 14px;
    line-height: 15px;
    text-shadow: none;
    line-height: normal;
    opacity: 0.25;
    height: 34px;
    display: block;
    position: relative;
    z-index: 1;
    padding: 0 !important;
    margin: -1px 0 0 -4px !important;
    margin-top: -34px !important;
    width: 100%;
    background: transparent !important
}

.rtl div.asp_m.asp_m_2 .probox .proinput input.orig,
.rtl div.asp_m.asp_m_2 .probox .proinput input.autocomplete {
    font-weight: normal;
    font-family: inherit;
    color: rgb(5, 5, 5);
    font-size: 14px;
    line-height: 15px;
    text-shadow: none;
    line-height: normal;
    direction: rtl;
    text-align: right
}

.rtl div.asp_m.asp_m_2 .probox .proinput {
    margin-right: 2px
}

.rtl div.asp_m.asp_m_2 .probox .proloading,
.rtl div.asp_m.asp_m_2 .probox .proclose {
    order: 3
}

div.asp_m.asp_m_2 .probox .proinput input.orig::-webkit-input-placeholder {
    font-weight: normal;
    font-family: inherit;
    color: rgb(5, 5, 5);
    font-size: 14px;
    text-shadow: none;
    opacity: 0.85
}

div.asp_m.asp_m_2 .probox .proinput input.orig::-moz-placeholder {
    font-weight: normal;
    font-family: inherit;
    color: rgb(5, 5, 5);
    font-size: 14px;
    text-shadow: none;
    opacity: 0.85
}

div.asp_m.asp_m_2 .probox .proinput input.orig:-ms-input-placeholder {
    font-weight: normal;
    font-family: inherit;
    color: rgb(5, 5, 5);
    font-size: 14px;
    text-shadow: none;
    opacity: 0.85
}

div.asp_m.asp_m_2 .probox .proinput input.orig:-moz-placeholder {
    font-weight: normal;
    font-family: inherit;
    color: rgb(5, 5, 5);
    font-size: 14px;
    text-shadow: none;
    opacity: 0.85;
    line-height: normal !important
}

div.asp_m.asp_m_2 .probox .proinput input.autocomplete {
    font-weight: normal;
    font-family: inherit;
    color: rgb(5, 5, 5);
    font-size: 14px;
    line-height: 15px;
    text-shadow: none;
    line-height: normal;
    border: 0;
    box-shadow: none
}

div.asp_m.asp_m_2 .probox .proloading,
div.asp_m.asp_m_2 .probox .proclose,
div.asp_m.asp_m_2 .probox .promagnifier,
div.asp_m.asp_m_2 .probox .prosettings {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    flex-grow: 0;
    order: 7;
    -webkit-flex: 0 0 34px;
    -webkit-flex-grow: 0;
    -webkit-order: 7
}

div.asp_m.asp_m_2 .probox .proclose svg {
    fill: rgb(254, 254, 254);
    background: rgb(51, 51, 51);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9)
}

div.asp_m.asp_m_2 .probox .proloading {
    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;
    max-width: 34px;
    max-height: 34px
}

div.asp_m.asp_m_2 .probox .proloading .asp_loader {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    max-width: 30px;
    max-height: 30px
}

div.asp_m.asp_m_2 .probox .promagnifier {
    width: auto;
    height: 34px;
    flex: 0 0 auto;
    order: 7;
    -webkit-flex: 0 0 auto;
    -webkit-order: 7
}

div.asp_m.asp_m_2 .probox .promagnifier:focus-visible {
    outline: black outset
}

div.asp_m.asp_m_2 .probox .promagnifier .innericon {
    display: block;
    width: 34px;
    height: 34px;
    float: right
}

div.asp_m.asp_m_2 .probox .promagnifier .asp_text_button {
    display: block;
    width: auto;
    height: 34px;
    float: right;
    margin: 0;
    padding: 0 10px 0 2px;
    font-weight: normal;
    font-family: inherit;
    color: rgb(51, 51, 51);
    font-size: 15px;
    line-height: normal;
    text-shadow: none;
    line-height: 34px
}

div.asp_m.asp_m_2 .probox .promagnifier .innericon svg {
    fill: rgb(255, 255, 255)
}

div.asp_m.asp_m_2 .probox .prosettings .innericon svg {
    fill: rgb(255, 255, 255)
}

div.asp_m.asp_m_2 .probox .promagnifier {
    width: 34px;
    height: 34px;
    background: #2076b5;
    color: #fff;
    -webkit-order: 11;
    float: right;
    border: 0 solid rgb(0, 0, 0);
    border-radius: 0;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.61);
    cursor: pointer;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer
}

div.asp_m.asp_m_2 .probox .prosettings {
    width: 34px;
    height: 34px;
    background-image: -webkit-linear-gradient(185deg, rgb(70, 142, 190), rgb(70, 142, 190));
    background-image: -moz-linear-gradient(185deg, rgb(70, 142, 190), rgb(70, 142, 190));
    background-image: -o-linear-gradient(185deg, rgb(70, 142, 190), rgb(70, 142, 190));
    background-image: -ms-linear-gradient(185deg, rgb(70, 142, 190) 0, rgb(70, 142, 190) 100%);
    background-image: linear-gradient(185deg, rgb(70, 142, 190), rgb(70, 142, 190));
    background-position: center center;
    background-repeat: no-repeat;
    order: 10;
    -webkit-order: 10;
    float: right;
    border: 0 solid rgb(104, 174, 199);
    border-radius: 0;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.63);
    cursor: pointer;
    background-size: 100% 100%;
    align-self: flex-end
}

div.asp_r.asp_r_2 {
    position: absolute;
    z-index: 11000;
    width: auto;
    margin: 12px 0 0 0
}

div.asp_r.asp_r_2 .asp_nores {
    border: 0 solid rgb(0, 0, 0);
    border-radius: 0;
    box-shadow: 0 5px 5px -5px #dfdfdf;
    padding: 6px 12px 6px 12px;
    margin: 0;
    font-weight: normal;
    font-family: inherit;
    color: rgba(74, 74, 74, 1);
    font-size: 1rem;
    line-height: 1.2rem;
    text-shadow: none;
    font-weight: normal;
    background: rgb(255, 255, 255)
}

div.asp_r.asp_r_2 .asp_nores .asp_nores_kw_suggestions {
    color: rgba(234, 67, 53, 1);
    font-weight: normal
}

div.asp_r.asp_r_2 .asp_nores .asp_keyword {
    padding: 0 8px 0 0;
    cursor: pointer;
    color: rgba(20, 84, 169, 1);
    font-weight: bold
}

div.asp_r.asp_r_2 .asp_results_top {
    background: rgb(43, 43, 43);
    border: 1px none rgb(81, 81, 81);
    border-radius: 0;
    padding: 6px 12px 6px 12px;
    margin: 0;
    text-align: center;
    font-weight: normal;
    font-family: "Open Sans";
    color: rgb(239, 239, 239);
    font-size: 13px;
    line-height: 16px;
    text-shadow: none
}

div.asp_r.asp_r_2 .results .item {
    height: auto;
    background: rgb(255, 255, 255)
}

div.asp_r.asp_r_2 .results .item.hovered {
    background-image: -moz-radial-gradient(center, ellipse cover, rgb(245, 245, 245), rgb(245, 245, 245));
    background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgb(245, 245, 245), rgb(245, 245, 245));
    background-image: -webkit-radial-gradient(center, ellipse cover, rgb(245, 245, 245), rgb(245, 245, 245));
    background-image: -o-radial-gradient(center, ellipse cover, rgb(245, 245, 245), rgb(245, 245, 245));
    background-image: -ms-radial-gradient(center, ellipse cover, rgb(245, 245, 245), rgb(245, 245, 245));
    background-image: radial-gradient(ellipse at center, rgb(245, 245, 245), rgb(245, 245, 245))
}

div.asp_r.asp_r_2 .results .item .asp_image {
    background-size: cover;
    background-repeat: no-repeat
}

div.asp_r.asp_r_2 .results .item .asp_item_overlay_img {
    background-size: cover;
    background-repeat: no-repeat
}

div.asp_r.asp_r_2 .results .item .asp_content {
    overflow: hidden;
    background: transparent;
    margin: 0;
    padding: 0 10px
}

div.asp_r.asp_r_2 .results .item .asp_content h3 {
    margin: 0;
    padding: 0;
    display: inline-block;
    line-height: inherit;
    font-weight: bold;
    font-family: "Lato";
    color: rgb(255, 255, 255);
    font-size: 15px;
    line-height: 20px;
    text-shadow: none
}

div.asp_r.asp_r_2 .results .item .asp_content h3 a {
    margin: 0;
    padding: 0;
    line-height: inherit;
    display: block;
    font-weight: bold;
    font-family: "Lato";
    color: rgb(255, 255, 255);
    font-size: 15px;
    line-height: 20px;
    text-shadow: none
}

div.asp_r.asp_r_2 .results .item .asp_content h3 a:hover {
    font-weight: bold;
    font-family: "Lato";
    color: rgb(255, 255, 255);
    font-size: 15px;
    line-height: 20px;
    text-shadow: none
}

div.asp_r.asp_r_2 .results .item div.etc {
    padding: 0;
    font-size: 13px;
    line-height: 1.3em;
    margin-bottom: 6px
}

div.asp_r.asp_r_2 .results .item .etc .asp_author {
    padding: 0;
    font-weight: bold;
    font-family: "Open Sans";
    color: rgb(161, 161, 161);
    font-size: 11px;
    line-height: 13px;
    text-shadow: none
}

div.asp_r.asp_r_2 .results .item .etc .asp_date {
    margin: 0 0 0 10px;
    padding: 0;
    font-weight: normal;
    font-family: "Open Sans";
    color: rgb(173, 173, 173);
    font-size: 11px;
    line-height: 15px;
    text-shadow: none
}

div.asp_r.asp_r_2 .results .item div.asp_content {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-family: "Open Sans";
    color: rgb(74, 74, 74);
    font-size: 13px;
    line-height: 1.35em;
    text-shadow: none
}

div.asp_r.asp_r_2 span.highlighted {
    font-weight: bold;
    color: rgba(217, 49, 43, 1);
    background-color: rgba(238, 238, 238, 1)
}

div.asp_r.asp_r_2 p.showmore {
    text-align: center;
    font-weight: normal;
    font-family: "Open Sans";
    color: rgb(5, 94, 148);
    font-size: 12px;
    line-height: 15px;
    text-shadow: none
}

div.asp_r.asp_r_2 p.showmore a {
    font-weight: normal;
    font-family: "Open Sans";
    color: rgb(5, 94, 148);
    font-size: 12px;
    line-height: 15px;
    text-shadow: none;
    padding: 10px 5px;
    margin: 0 auto;
    background: rgb(255, 255, 255);
    display: block;
    text-align: center
}

div.asp_r.asp_r_2 .asp_res_loader {
    background: rgb(255, 255, 255);
    height: 200px;
    padding: 10px
}

div.asp_r.asp_r_2.isotopic .asp_res_loader {
    background: rgb(255, 255, 255)
}

div.asp_r.asp_r_2 .asp_res_loader .asp_loader {
    height: 200px;
    width: 200px;
    margin: 0 auto
}

div.asp_s.asp_s_2.searchsettings {
    direction: ltr;
    padding: 0;
    background-image: -webkit-linear-gradient(185deg, rgb(70, 142, 190), rgb(70, 142, 190));
    background-image: -moz-linear-gradient(185deg, rgb(70, 142, 190), rgb(70, 142, 190));
    background-image: -o-linear-gradient(185deg, rgb(70, 142, 190), rgb(70, 142, 190));
    background-image: -ms-linear-gradient(185deg, rgb(70, 142, 190) 0, rgb(70, 142, 190) 100%);
    background-image: linear-gradient(185deg, rgb(70, 142, 190), rgb(70, 142, 190));
    box-shadow: none;
;
    max-width: 208px;
    z-index: 2
}

div.asp_s.asp_s_2.searchsettings.asp_s {
    z-index: 11001
}

div.asp_sb.asp_sb_2.searchsettings {
    max-width: none
}

div.asp_s.asp_s_2.searchsettings form {
    display: flex
}

div.asp_sb.asp_sb_2.searchsettings form {
    display: flex
}

div.asp_s.asp_s_2.searchsettings div.asp_option_label,
div.asp_s.asp_s_2.searchsettings .asp_label {
    font-weight: bold;
    font-family: inherit;
    color: rgb(255, 255, 255);
    font-size: 12px;
    line-height: 15px;
    text-shadow: none
}

div.asp_sb.asp_sb_2.searchsettings .asp_option_inner .asp_option_checkbox,
div.asp_s.asp_s_2.searchsettings .asp_option_inner .asp_option_checkbox {
    background-image: -webkit-linear-gradient(180deg, rgb(34, 34, 34), rgb(69, 72, 77));
    background-image: -moz-linear-gradient(180deg, rgb(34, 34, 34), rgb(69, 72, 77));
    background-image: -o-linear-gradient(180deg, rgb(34, 34, 34), rgb(69, 72, 77));
    background-image: -ms-linear-gradient(180deg, rgb(34, 34, 34) 0, rgb(69, 72, 77) 100%);
    background-image: linear-gradient(180deg, rgb(34, 34, 34), rgb(69, 72, 77))
}

div.asp_sb.asp_sb_2.searchsettings .asp_option_inner .asp_option_checkbox:after,
div.asp_s.asp_s_2.searchsettings .asp_option_inner .asp_option_checkbox:after {
    font-family: 'asppsicons2';
    border: none;
    content: "\e800";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 11px;
    color: rgb(255, 255, 255);
    margin: 1px 0 0 0 !important;
    line-height: 17px;
    text-align: center;
    text-decoration: none;
    text-shadow: none
}

div.asp_sb.asp_sb_2.searchsettings .asp_sett_scroll,
div.asp_s.asp_s_2.searchsettings .asp_sett_scroll {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.5) transparent
}

div.asp_sb.asp_sb_2.searchsettings .asp_sett_scroll::-webkit-scrollbar,
div.asp_s.asp_s_2.searchsettings .asp_sett_scroll::-webkit-scrollbar {
    width: 7px
}

div.asp_sb.asp_sb_2.searchsettings .asp_sett_scroll::-webkit-scrollbar-track,
div.asp_s.asp_s_2.searchsettings .asp_sett_scroll::-webkit-scrollbar-track {
    background: transparent
}

div.asp_sb.asp_sb_2.searchsettings .asp_sett_scroll::-webkit-scrollbar-thumb,
div.asp_s.asp_s_2.searchsettings .asp_sett_scroll::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    border: none
}

div.asp_s.asp_s_2.searchsettings .asp_sett_scroll {
    max-height: 220px;
    overflow: auto
}

div.asp_sb.asp_sb_2.searchsettings .asp_sett_scroll {
    max-height: 220px;
    overflow: auto
}

div.asp_s.asp_s_2.searchsettings fieldset {
    width: 200px;
    min-width: 200px;
    max-width: 10000px
}

div.asp_sb.asp_sb_2.searchsettings fieldset {
    width: 200px;
    min-width: 200px;
    max-width: 10000px
}

div.asp_s.asp_s_2.searchsettings fieldset legend {
    padding: 0 0 0 10px;
    margin: 0;
    background: transparent;
    font-weight: bold;
    font-family: inherit;
    color: rgb(26, 71, 98);
    font-size: 13px;
    line-height: 15px;
    text-shadow: none
}

div.asp_r.asp_r_2.isotopic .results .item .asp_content {
    width: 100%;
    height: auto;
    z-index: 3;
    padding: 4px 6px;
    transition: all 0.2s
}

div.asp_r.asp_r_2.isotopic {
    background: rgb(255, 255, 255)
}

div.asp_r.asp_r_2.isotopic .results .item {
    width: 150px;
    height: 150px;
    box-sizing: border-box;
    background: rgb(255, 255, 255)
}

.rtl div.asp_r.asp_r_2.isotopic .results .asp_isotopic_item {
    -webkit-transition-property: right, top, -webkit-transform, opacity;
    -moz-transition-property: right, top, -moz-transform, opacity;
    -ms-transition-property: right, top, -ms-transform, opacity;
    -o-transition-property: right, top, -o-transform, opacity;
    transition-property: right, top, transform, opacity
}

div.asp_r.asp_r_2.isotopic .results .item {
    margin-bottom: 5px
}

div.asp_r.asp_r_2.isotopic .results .item .asp_content {
    background: rgba(70, 142, 190, 0.87)
}

div.asp_r.asp_r_2.isotopic .results .item:hover .asp_image~.asp_content_hide_on_overlay {
    bottom: -100%
}

div.asp_r.asp_r_2.isotopic .results .item:hover .asp_item_overlay,
div.asp_r.asp_r_2.isotopic .results .item:hover .asp_item_overlay_img {
    opacity: 1
}

div.asp_r.asp_r_2.isotopic>nav,
div.asp_r.asp_r_2.isotopic nav.asp_navigation {
    background: rgb(109, 186, 238);
    margin-bottom: 5px
}

div.asp_r.asp_r_2.isotopic nav.asp_navigation a.asp_prev,
div.asp_r.asp_r_2.isotopic nav.asp_navigation a.asp_next {
    background: rgb(70, 142, 190)
}

div.asp_r.asp_r_2.isotopic nav.asp_navigation a.asp_prev svg,
div.asp_r.asp_r_2.isotopic nav.asp_navigation a.asp_next svg {
    fill: rgb(255, 255, 255)
}

div.asp_r.asp_r_2.isotopic nav.asp_navigation ul li.asp_active {
    background: rgb(70, 142, 190)
}

div.asp_r.asp_r_2.isotopic nav.asp_navigation ul li:hover {
    background: rgb(70, 142, 190)
}

div.asp_r.asp_r_2.isotopic nav.asp_navigation ul li.asp_active {
    background: rgb(93, 162, 208)
}

div.asp_r.asp_r_2.isotopic nav.asp_navigation ul li:hover {
    background: rgb(93, 162, 208)
}

div.asp_r.asp_r_2.isotopic nav.asp_navigation ul li span {
    color: rgb(255, 255, 255)
}