/** ==============================
    Dual Heading
=============================== **/

.workpress-core-heading[data-anim],
.workpress-core-heading-wrapper[data-anim] {
    display: block;
    perspective: 1000px;
}

.workpress-core-heading .workpress-core-word,
.workpress-core-heading-wrapper .workpress-core-word {
    display: inline-block;
    white-space: nowrap;
    line-height: inherit;
}

.workpress-core-heading .workpress-core-title-letter,
.workpress-core-heading-wrapper .workpress-core-title-letter {
    display: inline-block;
    opacity: 0;
    line-height: inherit;
    will-change: transform, opacity;
    transform-style: preserve-3d;
}

.workpress-core-heading .workpress-core-heading-highlight,
.workpress-core-heading-wrapper .workpress-core-heading-highlight {
    display: inline-block;
    line-height: inherit;
}

.workpress-core-heading[data-anim="3"] .workpress-core-word,
.workpress-core-heading-wrapper[data-anim="3"] .workpress-core-word {
    overflow: hidden;
    line-height: inherit;
    vertical-align: bottom;
    padding: 0.08em 0.18em 0.18em;
    margin: -0.08em -0.18em -0.18em;
}

.workpress-core-anim-mask-from-up {
    -webkit-animation-name: WorkPressCoreMaskFromUp;
    animation-name: WorkPressCoreMaskFromUp;
}

.workpress-core-anim-mask-from-down {
    -webkit-animation-name: WorkPressCoreMaskFromDown;
    animation-name: WorkPressCoreMaskFromDown;
}

.workpress-core-anim-mask-from-left {
    -webkit-animation-name: WorkPressCoreMaskFromLeft;
    animation-name: WorkPressCoreMaskFromLeft;
}

.workpress-core-anim-mask-from-right {
    -webkit-animation-name: WorkPressCoreMaskFromRight;
    animation-name: WorkPressCoreMaskFromRight;
}

/** ==============================
    Search Box Widget
=============================== **/

.workpress-core-search-box-wrapper {
    width: 100%;
}

.workpress-core-search-box-wrapper .workpress-core-search-box-form {
    gap: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.workpress-core-search-box-wrapper .workpress-core-search-types {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    width: fit-content;
    padding: 3px;
    border-radius: 16px;
    border: 1px solid #E9E9E9;
    background: #FAFAFA;
}

.workpress-core-search-box-wrapper .workpress-core-search-type {
    position: relative;
}

.workpress-core-search-box-wrapper .workpress-core-search-type-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.workpress-core-search-box-wrapper .workpress-core-search-type label {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 35px;
    border-radius: 12px;
    cursor: pointer;
    color: #292A2E;
    font-size: 18px;
    font-weight: 400;
    transition: .3s;
    white-space: nowrap;
    margin: 0;
}

.workpress-core-search-box-wrapper .workpress-core-search-type label i {
    font-size: 24px;
}

.workpress-core-search-box-wrapper .workpress-core-search-type-input:checked + label {
    background: #fff;
    color: var(--e-global-color-primary);
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.04);

}

.workpress-core-search-box-wrapper .workpress-core-search-area {
    width: 100%;
    border-radius: 26px;
    padding: 4px 4px 12px;
    background: #FAFAFA;
    border: 1px solid #E9E9E9;
    backdrop-filter: blur(12px);
}

.workpress-core-search-box-wrapper .workpress-core-search-box {
    position: relative;
}

.workpress-core-search-box-wrapper .workpress-core-search-box label {
    display: block;
    margin: 0;
    height: 160px;
}

.workpress-core-search-box-wrapper .workpress-core-search-input {
    width: 100%;
    min-height: 160px;
    resize: none;
    outline: none;

    font-size: 18px;
    line-height: 1.7;
    color: #101010;
    background: #FFF;
    border-radius: 24px;
    padding: 24px 24px 24px 16px;
    border: 1px solid rgba(252, 252, 252, 0.05);
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.04);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.workpress-core-search-box-wrapper .workpress-core-search-input:hover {
    border-color: rgba(var(--e-global-color-primary-rgb), 0.35);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.workpress-core-search-box-wrapper .workpress-core-search-input:focus {
    border-color: rgb(var(--e-global-color-primary-rgb));
    box-shadow: 0 0 0 4px rgba(var(--e-global-color-primary-rgb), 0.12),
    0 8px 30px rgba(0, 0, 0, 0.08);
}

.workpress-core-search-box-wrapper .workpress-core-search-input::placeholder {
    color: #10101066;
}

.workpress-core-search-box-wrapper .workpress-core-search-button {
    position: absolute;
    right: 8px;
    bottom: 8px;

    width: 40px;
    height: 40px;
    border: none;
    border-radius: 16px;

    background: var(--e-global-color-primary);
    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;
    transition: .3s;

    font-size: 0;
}

.workpress-core-search-box-wrapper .workpress-core-search-button:hover {
    background: color-mix(in srgb, var(--e-global-color-primary) 90%, #000);
    box-shadow: 0 8px 20px rgba(var(--e-global-color-primary-rgb), .28);
}

.workpress-core-search-box-wrapper .workpress-core-search-button:active {
    box-shadow: 0 3px 10px rgba(var(--e-global-color-primary-rgb), .2);
}

.workpress-core-search-box-wrapper .workpress-core-search-button:focus-visible {
    outline: none;
    box-shadow: 0 0 0 4px rgba(var(--e-global-color-primary-rgb), .15);
}

.workpress-core-search-box-wrapper .workpress-core-search-button i {
    font-size: 18px;
    margin: 0;
}

.workpress-core-search-box-wrapper .workpress-core-search-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 12px 0 0;
    padding: 0 0 0 4px;
    list-style: none;
}

.workpress-core-search-box-wrapper .workpress-core-tag {
    padding: 6px 20px;
    border-radius: 18px;
    background: #fff;
    color: #10101099;
    font-size: 16px;
    line-height: 21px;
    cursor: pointer;
    transition: .3s;
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.04);
}

.workpress-core-search-box-wrapper .workpress-core-tag:hover {
    color: #fff;
    background: var(--e-global-color-primary);
}

/** ==============================
    Entrance Animations
=============================== **/

[class*="workpress-core-anim-reveal-from"] > .e-con-inner::after,
[class*="workpress-core-anim-reveal-from"] > .elementor-container::after,
[class*="workpress-core-anim-reveal-from"] > .elementor-element-populated::after,
[class*="workpress-core-anim-reveal-from"]::after {
    content: "";
    position: absolute;
    background: var(--e-global-color-primary);
    width: 100%;
    height: 100%;
    z-index: 999;
    -webkit-transition: 1.25s ease-in-out;
    -o-transition: 1.25s ease-in-out;
    transition: 1.25s ease-in-out;
}

.animated[class*="workpress-core-anim-reveal-from"] > .e-con-inner::after,
.animated[class*="workpress-core-anim-reveal-from"] > .elementor-container::after,
.animated[class*="workpress-core-anim-reveal-from"] > .elementor-element-populated::after,
.animated[class*="workpress-core-anim-reveal-from"]::after {
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s;
}

.animated.animated-slow[class*="workpress-core-anim-reveal-from"] > .e-con-inner::after,
.animated.animated-slow[class*="workpress-core-anim-reveal-from"] > .elementor-container::after,
.animated.animated-slow[class*="workpress-core-anim-reveal-from"] > .elementor-element-populated::after,
.animated.animated-slow[class*="workpress-core-anim-reveal-from"] > ::after {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.animated-fast[class*="workpress-core-anim-reveal-from"] > .e-con-inner::after,
.animated.animated-fast[class*="workpress-core-anim-reveal-from"] > .elementor-container::after,
.animated.animated-fast[class*="workpress-core-anim-reveal-from"] > .elementor-element-populated::after,
.animated.animated-fast[class*="workpress-core-anim-reveal-from"]::after {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
}

.workpress-core-anim-reveal-from-up > .e-con-inner::after,
.workpress-core-anim-reveal-from-up > .elementor-container::after,
.workpress-core-anim-reveal-from-up > .elementor-element-populated::after,
.workpress-core-anim-reveal-from-up::after {
    bottom: 0;
    left: 0;
    height: 0;
    -webkit-animation-name: WorkPressCoreRevealVertical;
    animation-name: WorkPressCoreRevealVertical;
}

.workpress-core-anim-reveal-from-down > .e-con-inner::after,
.workpress-core-anim-reveal-from-down > .elementor-container::after,
.workpress-core-anim-reveal-from-down > .elementor-element-populated::after,
.workpress-core-anim-reveal-from-down::after {
    top: 0;
    left: 0;
    height: 0;
    -webkit-animation-name: WorkPressCoreRevealVertical;
    animation-name: WorkPressCoreRevealVertical;
}

.workpress-core-anim-reveal-from-left > .e-con-inner::after,
.workpress-core-anim-reveal-from-left > .elementor-container::after,
.workpress-core-anim-reveal-from-left > .elementor-element-populated::after,
.workpress-core-anim-reveal-from-left::after {
    top: 0;
    right: 0;
    width: 0;
    -webkit-animation-name: WorkPressCoreRevealHorizontal;
    animation-name: WorkPressCoreRevealHorizontal;
}

.workpress-core-anim-reveal-from-right > .e-con-inner::after,
.workpress-core-anim-reveal-from-right > .elementor-container::after,
.workpress-core-anim-reveal-from-right > .elementor-element-populated::after,
.workpress-core-anim-reveal-from-right::after {
    top: 0;
    left: 0;
    width: 0;
    -webkit-animation-name: WorkPressCoreRevealHorizontal;
    animation-name: WorkPressCoreRevealHorizontal;
}

/** ==============================
   Button Styling
=============================== **/

.workpress-core-button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 4px 4px 24px;
    background: #101010;
    color: #ffffff;
    border-radius: 12px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    gap: 16px;
    transition: background .3s ease;
}

.workpress-core-button .workpress-core-button-text{
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #ffffff;
    transition: color .3s ease;
}

.workpress-core-button:hover .workpress-core-button-text{
    color: #fff;
}

.workpress-core-button-text {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.workpress-core-button .workpress-core-button-icon {
    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: var(--e-global-color-primary);
    background: #ED1C1E;

    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.workpress-core-button .workpress-core-button-icon i {
    color: #fff;
    font-size: 18px;
    flex-shrink: 0;

    position: absolute;
    left: 50%;
    top: 50%;

    transition: transform .4s ease, opacity .4s ease;
}

.workpress-core-button-icon i:first-child {
    transform: translate(-50%, -50%);
    opacity: 1;
}

.effect-1 .workpress-core-button-icon i:last-child {
    transform: translate(calc(-50% - 35px), calc(-50% + 35px));
    opacity: 0;
}

.workpress-core-button:hover .workpress-core-button-icon i:first-child {
    transform: translate(calc(-50% + 35px), calc(-50% - 35px));
    opacity: 0;
}

.workpress-core-button:hover .workpress-core-button-icon i:last-child {
    transform: translate(-50%, -50%);
    opacity: 1;
}

.effect-2 .workpress-core-button-icon i:last-child {
    transform: translate(calc(-50% - 35px), -50%);
    opacity: 0;
}

.effect-2.workpress-core-button:hover .workpress-core-button-icon i:first-child {
    transform: translate(calc(-50% + 35px), -50%);
    opacity: 0;
}

.effect-3 .workpress-core-button-icon i:last-child {
    transform: translate(calc(-50% - 35px), calc(-50% - 35px));
    opacity: 0;
}

.effect-3.workpress-core-button:hover .workpress-core-button-icon i:first-child {
    transform: translate(calc(-50% + 35px), calc(-50% + 35px));
    opacity: 0;
}

.effect-4 .workpress-core-button-icon i:last-child{
    transform:translate(-50%,calc(-50% - 35px));
    opacity:0;
}

.effect-4.workpress-core-button:hover .workpress-core-button-icon i:first-child{
    transform:translate(-50%,calc(-50% + 35px));
    opacity:0;
}

.effect-5 .workpress-core-button-icon i:last-child{
    transform:translate(calc(-50% + 35px),calc(-50% - 35px));
    opacity:0;
}

.effect-5.workpress-core-button:hover .workpress-core-button-icon i:first-child{
    transform:translate(calc(-50% - 35px),calc(-50% + 35px));
    opacity:0;
}

.effect-6 .workpress-core-button-icon i:last-child{
    transform:translate(calc(-50% + 35px),-50%);
    opacity:0;
}

.effect-6.workpress-core-button:hover .workpress-core-button-icon i:first-child{
    transform:translate(calc(-50% - 35px),-50%);
    opacity:0;
}

.effect-7 .workpress-core-button-icon i:last-child{
    transform:translate(calc(-50% + 35px),calc(-50% + 35px));
    opacity:0;
}

.effect-7.workpress-core-button:hover .workpress-core-button-icon i:first-child{
    transform:translate(calc(-50% - 35px),calc(-50% - 35px));
    opacity:0;
}

.effect-8 .workpress-core-button-icon i:last-child{
    transform:translate(-50%,calc(-50% + 35px));
    opacity:0;
}

.effect-8.workpress-core-button:hover .workpress-core-button-icon i:first-child{
    transform:translate(-50%,calc(-50% - 35px));
    opacity:0;
}

.workpress-core-button.none .workpress-core-button-icon i:first-child {
    transform: translate(-50%, -50%);
    opacity: 1;
}

.workpress-core-button.none .workpress-core-button-icon i:last-child {
    display: none;
}

.workpress-core-button.none:hover .workpress-core-button-icon i:first-child {
    transform: translate(-50%, -50%);
    opacity: 1;
}

/** ==============================
   Animation Keyframes
=============================== **/

@-webkit-keyframes WorkPressCoreMaskFromUp {
    from {
        -webkit-clip-path: inset(0 0 100% 0);
        clip-path: inset(0 0 100% 0);
        opacity: 1;
    }
    to {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

@keyframes WorkPressCoreMaskFromUp {
    from {
        -webkit-clip-path: inset(0 0 100% 0);
        clip-path: inset(0 0 100% 0);
        opacity: 1;
    }
    to {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

@-webkit-keyframes WorkPressCoreMaskFromDown {
    from {
        -webkit-clip-path: inset(100% 0 0 0);
        clip-path: inset(100% 0 0 0);
        opacity: 1;
    }
    to {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

@keyframes WorkPressCoreMaskFromDown {
    from {
        -webkit-clip-path: inset(100% 0 0 0);
        clip-path: inset(100% 0 0 0);
        opacity: 1;
    }
    to {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

@-webkit-keyframes WorkPressCoreMaskFromRight {
    from {
        -webkit-clip-path: inset(0 0 0 100%);
        clip-path: inset(0 0 0 100%);
        opacity: 1;
    }
    to {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

@keyframes WorkPressCoreMaskFromRight {
    from {
        -webkit-clip-path: inset(0 0 0 100%);
        clip-path: inset(0 0 0 100%);
        opacity: 1;
    }
    to {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

@-webkit-keyframes WorkPressCoreMaskFromLeft {
    from {
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);
        opacity: 1;
    }
    to {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

@keyframes WorkPressCoreMaskFromLeft {
    from {
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);
        opacity: 1;
    }
    to {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

@-webkit-keyframes WorkPressCoreRevealVertical {
    from {
        height: 100%;
    }
    to {
        height: 0;
    }
}

@keyframes WorkPressCoreRevealVertical {
    from {
        height: 100%;
    }
    to {
        height: 0;
    }
}

@-webkit-keyframes WorkPressCoreRevealHorizontal {
    from {
        width: 100%;
    }
    to {
        width: 0;
    }
}

@keyframes WorkPressCoreRevealHorizontal {
    from {
        width: 100%;
    }
    to {
        width: 0;
    }
}

/** ==============================
    Swiper
=============================== **/

.workpress-core-swiper-wrapper {
    position: relative;
    width: 100%;
}

.workpress-core-swiper-wrapper .workpress-core-swiper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.workpress-core-swiper-wrapper .workpress-core-swiper-vertical {
    height: 500px;
}

.workpress-core-swiper-wrapper .workpress-core-image-carousel-figure {
    width: 100%;
    line-height: 0;
}

.workpress-core-swiper-wrapper .workpress-core-image-carousel-figure img {
    display: block;
    width: 100%;
    height: auto;
}

.workpress-core-swiper-wrapper .workpress-core-image-carousel-content {
    margin-top: 12px;
}

.workpress-core-swiper-wrapper .workpress-core-image-carousel-title-link,
.workpress-core-swiper-wrapper .workpress-core-image-carousel-title-text {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: inherit;
    text-decoration: none;
}

.workpress-core-swiper-wrapper .workpress-core-image-carousel-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.workpress-core-swiper-wrapper .workpress-core-image-carousel-icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.workpress-core-swiper-wrapper .workpress-core-image-carousel-title {
    display: inline-block;
}

.workpress-core-swiper-wrapper .workpress-core-swiper-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    cursor: pointer;
    color: #111;
    background: #fff;
    border: none;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    transition: opacity 0.2s ease;
}

.workpress-core-swiper-wrapper .workpress-core-swiper-arrow:hover {
    opacity: 0.85;
}

.workpress-core-swiper-wrapper .workpress-core-swiper-arrow-prev {
    left: 12px;
}

.workpress-core-swiper-wrapper .workpress-core-swiper-arrow-next {
    right: 12px;
}

.workpress-core-swiper-wrapper .workpress-core-swiper-vertical .workpress-core-swiper-arrow {
    top: auto;
    left: 50%;
    right: auto;
    margin-top: 0;
    transform: translateX(-50%);
}

.workpress-core-swiper-wrapper .workpress-core-swiper-vertical .workpress-core-swiper-arrow-prev {
    top: 12px;
    bottom: auto;
}

.workpress-core-swiper-wrapper .workpress-core-swiper-vertical .workpress-core-swiper-arrow-next {
    bottom: 12px;
    top: auto;
}

.workpress-core-swiper-wrapper .workpress-core-swiper-arrow svg,
.workpress-core-swiper-wrapper .workpress-core-swiper-arrow i {
    width: 18px;
    height: 18px;
    font-size: 18px;
}

.workpress-core-swiper-wrapper .workpress-core-swiper-bullets {
    position: absolute;
    left: 50% !important;
    right: 0;
    bottom: 16px;
    z-index: 2;
    text-align: center;
    width: max-content !important;
    gap: 8px;
    display: flex;
    align-items: center;
    transform: translateX(-50%);
}

.workpress-core-swiper-wrapper .workpress-core-swiper-bullets .swiper-pagination-bullet {
    background: var(--e-global-color-primary);
    opacity: 0.3;
    margin: 0 !important;
    border: 1px solid var(--e-global-color-primary);
}

.workpress-core-swiper-wrapper .workpress-core-swiper-bullets .swiper-pagination-bullet-active {
    opacity: 1;
}

/** ==============================
    Image Carousel
=============================== **/

/** ==============================
    Testimonial Carousel
=============================== **/

.workpress-core-swiper-wrapper .workpress-core-testimonial-carousel-slide {
    gap: 22px;
    height: auto;
    display: flex;
    min-height: 400px;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap-reverse;
}

.workpress-core-swiper-wrapper .workpress-core-testimonial-carousel-content {
    line-height: 1.6;
    margin-bottom: 64px;
    max-width: 715px;
    text-align: right;
    font-size: 28px;
    font-weight: 400;
    position: relative;
    margin-top: auto;
}

.workpress-core-swiper-wrapper .workpress-core-testimonial-carousel-content::after{
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    margin: 0 0 5px 14px;
    position: absolute;
    bottom: 0;
    background-color: var(--e-global-color-primary);
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3E%3Cpath d='M8.1 0.119998L5.46 16.32H0L4.68 0H8.1V0.119998ZM16.44 0.119998L13.8 16.32H8.34L13.02 0H16.44V0.119998Z' fill='black'/%3E%3C/svg%3E") no-repeat center / contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3E%3Cpath d='M8.1 0.119998L5.46 16.32H0L4.68 0H8.1V0.119998ZM16.44 0.119998L13.8 16.32H8.34L13.02 0H16.44V0.119998Z' fill='black'/%3E%3C/svg%3E") no-repeat center / contain;
}

.workpress-core-swiper-wrapper .workpress-core-testimonial-carousel-content::before{
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-top: 5px;
    background-color: var(--e-global-color-primary);
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3E%3Cpath d='M8.34 16.2003L10.98 0.000310898H16.44L11.76 16.3203H8.34V16.2003ZM1.90735e-06 16.2003L2.64 0.000310898H8.1L3.42 16.3203H1.90735e-06V16.2003Z' fill='black'/%3E%3C/svg%3E") no-repeat center / contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3E%3Cpath d='M8.34 16.2003L10.98 0.000310898H16.44L11.76 16.3203H8.34V16.2003ZM1.90735e-06 16.2003L2.64 0.000310898H8.1L3.42 16.3203H1.90735e-06V16.2003Z' fill='black'/%3E%3C/svg%3E") no-repeat center / contain;position: absolute;
    top: 0;
    left: 0;
}

.workpress-core-swiper-wrapper .workpress-hide-testimonial-quotes.workpress-core-testimonial-carousel-content::before,
.workpress-core-swiper-wrapper .workpress-hide-testimonial-quotes.workpress-core-testimonial-carousel-content::after{
    display: none;
}

.workpress-core-swiper-wrapper .workpress-core-testimonial-carousel-author {
    display: flex;
    gap: 12px;
    margin-bottom: auto;
}

.workpress-core-testimonial-align-center .workpress-core-testimonial-carousel-author {
    justify-content: center;
    flex-direction: column;
}

.workpress-core-testimonial-align-right .workpress-core-testimonial-carousel-author {
    justify-content: flex-end;
    flex-direction: row-reverse;
}

.workpress-core-swiper-wrapper .workpress-core-testimonial-carousel-image {
    flex-shrink: 0;
    line-height: 0;
}

.workpress-core-swiper-wrapper .workpress-core-testimonial-carousel-image img {
    display: block;
    width: 158px;
    height: 158px;
    object-fit: cover;
    border-radius: 16px;
}

.workpress-core-swiper-wrapper .workpress-core-testimonial-carousel-meta {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.workpress-core-swiper-wrapper .workpress-core-testimonial-carousel-info{
    gap: 4px;
    display: flex;
    margin-top: auto;
    flex-direction: column;
}

.workpress-core-swiper-wrapper .workpress-core-testimonial-carousel-name {
    font-weight: 600;
    line-height: 1.3;
    font-size: 18px;
}

.workpress-core-swiper-wrapper .workpress-core-testimonial-carousel-designation {
    font-size: 16px;
    line-height: 1.3;
    opacity: 0.75;
}

.workpress-core-swiper-wrapper .workpress-core-testimonial-carousel-logo {
    line-height: 0;
}

.workpress-core-swiper-wrapper .workpress-core-testimonial-carousel-logo img {
    display: inline-block;
    width: 100px;
    height: auto;
    max-width: 100%;
    object-fit: contain;
}
.workpress-core-swiper-wrapper .workpress-core-testimonial-carousel-content,
.workpress-core-swiper-wrapper .workpress-core-testimonial-carousel-image,
.workpress-core-swiper-wrapper .workpress-core-testimonial-carousel-logo,
.workpress-core-swiper-wrapper .workpress-core-testimonial-carousel-name,
.workpress-core-swiper-wrapper .workpress-core-testimonial-carousel-designation {
    opacity:0;
}

.testimonial-animate .workpress-core-testimonial-carousel-content {
    animation: textReveal .5s ease forwards;
}

.testimonial-animate .workpress-core-testimonial-carousel-image {
    animation: imageReveal .5s ease .15s forwards;
}

.testimonial-animate .workpress-core-testimonial-carousel-name {
    animation: textReveal .4s ease .25s forwards;
}

.testimonial-animate .workpress-core-testimonial-carousel-designation {
    animation: textReveal .4s ease .35s forwards;
}

.testimonial-animate .workpress-core-testimonial-carousel-logo {
    animation: logoReveal .5s ease .2s forwards;
}

@keyframes logoReveal {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes textReveal {

    from {
        opacity:0;
        transform:translateY(20px);
    }

    to {
        opacity:1;
        transform:translateY(0);
    }

}

@keyframes imageReveal {

    from {
        opacity:0;
        transform:scale(.9);
    }

    to {
        opacity:1;
        transform:scale(1);
    }

}

/** ==============================
    Post Grid
=============================== **/

.workpress-core-post-grid-wrapper {
    width: 100%;
}

.workpress-core-post-grid-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 24px;
    row-gap: 24px;
}

.workpress-core-post-grid-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 100%;
    padding: 24px;
    border-radius: 16px;
    border: 1px solid #E9E9E9;
    background: #FAFAFA;
}

.workpress-core-post-grid-image {
    margin: 0 0 16px;
    line-height: 0;
    overflow: hidden;
}

.workpress-core-post-grid-image img {
    display: block;
    width: 100%;
    height: auto;
}

.workpress-core-post-grid-content {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.workpress-core-post-grid-category {
    margin-bottom: 32px;
}

.workpress-core-post-grid-category a {
    text-decoration: none;
    color: #101010;
    font-size: 14px;
    font-weight: 300;
    border-radius: 50px;
    border: 1px solid #E9E9E9;
    padding: 2px 12px;
}

.workpress-core-post-grid-category a:hover {
    color: #101010;
}

.workpress-core-post-grid-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin: 0 0 8px;
    padding: 0;
    list-style: none;
    font-size: 0.875em;
    line-height: 1.4;
}

.workpress-core-post-grid-meta li {
    margin: 0;
    padding: 0;
}

.workpress-core-post-grid-meta li a {
    text-decoration: none;
    color: rgba(16, 16, 16, 0.60);
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}

.workpress-core-post-grid-meta a:hover {
    text-decoration: underline;
}

.workpress-core-post-grid-title {
    margin: 0 0 80px;
    color: #101010;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.35;
}

.workpress-core-post-grid-title a {
    color: inherit;
    text-decoration: none;
}

.workpress-core-post-grid-read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    color: inherit;
    text-decoration: none;
    line-height: 1;
}

.workpress-core-post-grid-read-more-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.workpress-core-post-grid-read-more-icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.workpress-core-post-grid-empty {
    padding: 24px;
    text-align: center;
}

.workpress-core-post-grid-image-readmore-wrapper{
    gap: 20px;
    display: flex;
    margin-top: auto;
    justify-content: space-between;
}

.workpress-core-post-grid-image-readmore-wrapper .workpress-core-post-grid-read-more{
    flex: none;
}

/** ==============================
    Coverflow Slider
=============================== **/

.workpress-core-coverflow-slider .workpress-core-coverflow-slide {
    transform-origin: bottom center;
    margin-bottom: -35px;
}

.workpress-core-coverflow-slider .workpress-core-coverflow-figure {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    overflow: hidden;
}

.workpress-core-coverflow-slider .workpress-core-coverflow-figure > img {
    user-select: none;
    transition: opacity 0.3s ease-in-out;
}

.workpress-core-coverflow-slide-multiple .workpress-core-coverflow-figure > img {
    opacity: 0;
}

.workpress-core-coverflow-slide-multiple .workpress-core-coverflow-figure > img:not(.workpress-core-coverflow-center-image) {
    position: absolute;
    transform-origin: bottom center;
}

.workpress-core-coverflow-slide-multiple.swiper-slide-active .workpress-core-coverflow-figure > img.workpress-core-coverflow-center-image {
    opacity: 1;
}

.workpress-core-coverflow-slide-multiple.swiper-slide-prev .workpress-core-coverflow-figure > img.workpress-core-coverflow-left-image {
    opacity: 1;
}

.workpress-core-coverflow-slide-multiple.swiper-slide-next .workpress-core-coverflow-figure > img.workpress-core-coverflow-right-image {
    opacity: 1;
}

/** ==============================
    Gravity Objects
=============================== **/

.workpress-core-gravity-objects {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-height: 200px;
    overflow: hidden;
    margin-inline: auto;
}

.workpress-core-gravity-objects canvas {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    vertical-align: top;
    cursor: grab;
    /* Allow vertical page scroll over the canvas; drag still works when grabbing a body. */
    touch-action: pan-y;
    pointer-events: auto;
}

.workpress-core-gravity-objects canvas:active {
    cursor: grabbing;
}

/** ==============================
    Parallax Floating
=============================== **/

.workpress-core-floating-parallax {
    position: relative;
    width: 100%;
    height: 700px;
    overflow: hidden;
    isolation: isolate;
    background: transparent;
}

.workpress-core-floating-item {
    position: absolute;
    z-index: 2;
    overflow: hidden;
    line-height: 0;
    height: fit-content;
    border-radius: 14px;
    pointer-events: auto;
    will-change: transform;
}

.workpress-core-floating-item a,
.workpress-core-floating-item-link {
    display: block;
    width: 100%;
    height: auto;
    border-radius: inherit;
    overflow: hidden;
    line-height: 0;
}

.workpress-core-floating-item img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: inherit;
    object-fit: contain;
    object-position: center;
    transition: transform 0.5s ease;
}

.workpress-core-floating-item:hover img {
    transform: scale(1.08);
}

@media (prefers-reduced-motion: reduce) {
    .workpress-core-floating-item {
        transform: none !important;
    }

    .workpress-core-floating-item img {
        transition: none;
    }
}

/** ==============================
    Media Query
=============================== **/

@media (max-width: 1199px) and (min-width: 767px) {
    .workpress-core-swiper-wrapper .workpress-core-testimonial-carousel-slide{
        min-height: 330px;
    }
    .workpress-core-swiper-wrapper .workpress-core-testimonial-carousel-content{
        max-width: 450px;
    }
    .workpress-core-swiper-wrapper .workpress-core-testimonial-carousel-image img{
        height: 100px;
        width: 100px;
    }
    .workpress-core-swiper-wrapper .workpress-core-testimonial-carousel-content{
        font-size: 24px;
    }
    .workpress-core-swiper-wrapper .workpress-core-testimonial-carousel-name{
        font-size: 16px;
    }
    .testimonial-animate .workpress-core-testimonial-carousel-designation{
        font-size: 14px;
    }
}

@media (max-width: 768px) {

    .workpress-core-search-box-wrapper .workpress-core-search-types {
        width: 100%;
        overflow: auto;
        justify-content: flex-start;
    }

    .workpress-core-search-box-wrapper .workpress-core-search-type label {
        padding: 10px 16px;
        font-size: 14px;
    }

    .workpress-core-search-box-wrapper .workpress-core-search-input {
        font-size: 16px;
    }

    .workpress-core-swiper-wrapper .workpress-core-swiper-arrow {
        width: 36px;
        height: 36px;
        margin-top: -18px;
    }
}

@media (max-width: 767px) and (min-width: 480px){
    .workpress-core-swiper-wrapper .workpress-core-testimonial-carousel-slide{
        min-height: 330px;
    }

    .workpress-core-swiper-wrapper .workpress-core-testimonial-carousel-slide{
        gap: 10px;
    }

    .workpress-core-swiper-wrapper .workpress-core-testimonial-carousel-content{
        max-width: 240px;
    }
    .workpress-core-swiper-wrapper .workpress-core-testimonial-carousel-image img{
        height: 70px;
        width: 70px;
    }
    .workpress-core-swiper-wrapper .workpress-core-testimonial-carousel-content{
        font-size: 18px;
    }
    .workpress-core-swiper-wrapper .workpress-core-testimonial-carousel-name{
        font-size: 14px;
    }
    .testimonial-animate .workpress-core-testimonial-carousel-designation{
        font-size: 12px;
    }
    .workpress-core-swiper-wrapper .workpress-core-testimonial-carousel-logo img{
        width: 70px;
    }
}

@media (max-width: 480px) {
    .workpress-core-swiper-wrapper .workpress-core-testimonial-carousel-slide{
        min-height: 300px;
    }

    .workpress-core-swiper-wrapper .workpress-core-testimonial-carousel-slide{
        gap: 10px;
    }

    .workpress-core-swiper-wrapper .workpress-core-testimonial-carousel-content{
        max-width: 220px;
    }
    .workpress-core-swiper-wrapper .workpress-core-testimonial-carousel-image img{
        height: 60px;
        width: 60px;
    }
    .workpress-core-swiper-wrapper .workpress-core-testimonial-carousel-content{
        font-size: 16px;
    }
    .workpress-core-swiper-wrapper .workpress-core-testimonial-carousel-name{
        font-size: 12px;
    }
    .testimonial-animate .workpress-core-testimonial-carousel-designation{
        font-size: 10px;
    }
    .workpress-core-swiper-wrapper .workpress-core-testimonial-carousel-logo img{
        width: 60px;
    }
}

/* --------------------------------------------------------------------------
   Image Marquee
   -------------------------------------------------------------------------- */

.workpress-core-image-marquee {
    --wpc-marquee-speed: 30s;
    --wpc-marquee-gap: 40px;
    width: 100%;
    overflow: hidden;
}

.workpress-core-image-marquee-track {
    display: flex;
    width: max-content;
    animation: workpress-core-marquee-left var(--wpc-marquee-speed) linear infinite;
}

.workpress-core-image-marquee--right .workpress-core-image-marquee-track {
    animation-name: workpress-core-marquee-right;
}

.workpress-core-image-marquee--pause-hover:hover .workpress-core-image-marquee-track {
    animation-play-state: paused;
}

.workpress-core-image-marquee-group {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    gap: var(--wpc-marquee-gap);
    padding-right: var(--wpc-marquee-gap);
}

.workpress-core-image-marquee-item {
    flex-shrink: 0;
}

.workpress-core-image-marquee-figure {
    line-height: 0;
}

.workpress-core-image-marquee-figure img {
    display: block;
    width: auto;
    height: auto;
    max-width: none;
}

.workpress-core-image-marquee-content {
    margin-top: 12px;
    text-align: center;
}

.workpress-core-image-marquee-title-link,
.workpress-core-image-marquee-title-text {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: inherit;
    text-decoration: none;
}

.workpress-core-image-marquee-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.workpress-core-image-marquee-icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.workpress-core-image-marquee-title {
    display: inline-block;
}

@keyframes workpress-core-marquee-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

@keyframes workpress-core-marquee-right {
    from {
        transform: translateX(-50%);
    }
    to {
        transform: translateX(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .workpress-core-image-marquee-track {
        animation: none;
    }
}

/** ==============================
    Counter Widget
=============================== **/

.workpress-core-counter {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.workpress-core-counter-number-wrap {
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    line-height: 1;
}

.workpress-core-counter-prefix,
.workpress-core-counter-number,
.workpress-core-counter-suffix {
    display: inline-block;
    line-height: inherit;
}

.workpress-core-counter-title {
    margin: 0;
    line-height: 1.4;
}

/** ==============================
    WP Forms Widget
=============================== **/

.workpress-core-wp-forms-notice {
    padding: 20px;
    text-align: center;
    border: 1px dashed #c3c4c7;
    color: #50575e;
    background: #f6f7f7;
}

.workpress-core-wp-forms .wpforms-container {
    margin: 0 !important;
}

.workpress-core-wp-forms .wpforms-container .wpforms-form .wpforms-field {
    padding: 0;
    margin: 0 0 16px;
}

.workpress-core-wp-forms .wpforms-container .wpforms-form .wpforms-field input,
.workpress-core-wp-forms .wpforms-container .wpforms-form .wpforms-field textarea,
.workpress-core-wp-forms .wpforms-container .wpforms-form .wpforms-field select {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    width: 100%;
    border: 1px solid rgba(var(--workpress-grey-color, 235, 235, 235));
    outline: none;
    box-shadow: none;
    padding: 8px 14px;
    height: auto;
    min-height: 40px;
    color: rgb(var(--workpress-secondary-font-color, 14, 14, 15));
    border-radius: var(--workpress-border-radius-lg, 12px);
    background-color: rgb(var(--workpress-light-grey-color, 247, 247, 247));
    caret-color: rgb(var(--workpress-secondary-font-color, 14, 14, 15));
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    caret-color: inherit;
}

.workpress-core-wp-forms .wpforms-container .wpforms-form .wpforms-field input.wpforms-error,
.workpress-core-wp-forms .wpforms-container .wpforms-form .wpforms-field textarea.wpforms-error,
.workpress-core-wp-forms .wpforms-container .wpforms-form .wpforms-field select.wpforms-error {
    border-color: rgb(var(--workpress-danger-color, 231, 42, 42));
}

.workpress-core-wp-forms div.wpforms-container-full .wpforms-form label.wpforms-error,
.workpress-core-wp-forms div.wpforms-container-full .wpforms-form em.wpforms-error {
    color: rgb(var(--workpress-danger-color, 231, 42, 42));
    font-size: 13px;
    margin-top: 8px;
}

.workpress-core-wp-forms div.wpforms-container-full .wpforms-form label.wpforms-error:before,
.workpress-core-wp-forms div.wpforms-container-full .wpforms-form em.wpforms-error:before {
    color: rgb(var(--workpress-danger-color, 231, 42, 42));
}

.workpress-core-wp-forms .wpforms-container .wpforms-form .wpforms-field input.wpforms-error:focus,
.workpress-core-wp-forms .wpforms-container .wpforms-form .wpforms-field textarea.wpforms-error:focus,
.workpress-core-wp-forms .wpforms-container .wpforms-form .wpforms-field select.wpforms-error:focus {
    border-color: rgb(var(--workpress-danger-color, 231, 42, 42));
    box-shadow: 0 0 0 3px #FAE1E1 !important;
}

.workpress-core-wp-forms .wpforms-container .wpforms-form .wpforms-field input[type=checkbox],
.workpress-core-wp-forms .wpforms-container .wpforms-form .wpforms-field input[type=radio],
.workpress-core-wp-forms div.wpforms-container-full input[type=checkbox],
.workpress-core-wp-forms div.wpforms-container-full input[type=radio] {
    padding: 0;
    min-height: auto;
    background-color: transparent;
    border: none;
    width: 18px;
    height: 18px;
}

.workpress-core-wp-forms .wpforms-container .wpforms-form .wpforms-field input[type=radio]:focus,
.workpress-core-wp-forms .wpforms-container .wpforms-form .wpforms-field input[type=checkbox]:focus{
    box-shadow: none;
    border: 0;
}


.workpress-core-wp-forms div.wpforms-container-full input[type=checkbox]:before,
.workpress-core-wp-forms div.wpforms-container-full input[type=radio]:before {
    border: 1px solid rgba(var(--workpress-grey-color, 235, 235, 235));
    background-color: rgb(var(--workpress-light-grey-color, 247, 247, 247));
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: var(--workpress-border-radius-sm, 4px);
}

.workpress-core-wp-forms div.wpforms-container-full input[type=checkbox]:focus:before,
.workpress-core-wp-forms div.wpforms-container-full input[type=radio]:focus:before {
    border-color: rgba(var(--workpress-grey-color, 235, 235, 235));
    box-shadow: none;
}

.workpress-core-wp-forms div.wpforms-container-full input[type=checkbox]:checked:before,
.workpress-core-wp-forms div.wpforms-container-full input[type=radio]:checked:before {
    border-color: rgb(var(--workpress-secondary-color, 16, 16, 16));
    background-color: rgb(var(--workpress-secondary-color, 16, 16, 16));
    box-shadow: none;
}

.workpress-core-wp-forms div.wpforms-container-full input[type=radio]:before {
    border-radius: 50%;
}

.workpress-core-wp-forms div.wpforms-container-full input[type=checkbox]:checked:after {
    border-color: #fff;
    height: 8px;
    top: -1px;
}

.workpress-core-wp-forms div.wpforms-container-full input[type=radio]:checked:after {
    background-color: #fff;
}

.workpress-core-wp-forms .wpforms-container .wpforms-form .wpforms-field input[type=range]:hover,
.workpress-core-wp-forms div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range]:hover,

.workpress-core-wp-forms .wpforms-container .wpforms-form .wpforms-field input[type=range]:focus,
.workpress-core-wp-forms div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range]:focus {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.workpress-core-wp-forms div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range]::-webkit-slider-runnable-track {
    height: 4px;
    background: rgb(var(--workpress-grey-color, 235, 235, 235));
    border-radius: 10px;
}

.workpress-core-wp-forms .wpforms-container .wpforms-form .wpforms-field input[type=range],
.workpress-core-wp-forms div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 4px;
    background: transparent;
    border-radius: 10px;
    outline: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    min-height: 20px;
    border: none;
}

.workpress-core-wp-forms div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    background: rgb(var(--workpress-secondary-color, 16, 16, 16));
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgb(var(--workpress-secondary-color, 16, 16, 16));
    cursor: pointer;
}

.workpress-core-wp-forms div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range]::-moz-range-thumb {
    width: 18px;
    height: 18px;
    background-color: rgb(var(--workpress-secondary-color, 16, 16, 16));
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgb(var(--workpress-secondary-color, 16, 16, 16));
    cursor: pointer;
}

.workpress-core-wp-forms .wpforms-container .wpforms-form .wpforms-field select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 40px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.625 6.9375L9 12.5625L3.375 6.9375' stroke='%23636363' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 18px;
}

.workpress-core-wp-forms .wpforms-container .wpforms-form .wpforms-field textarea {
    min-height: 120px;
    resize: vertical;
}

.workpress-core-wp-forms .wpforms-container .wpforms-form .wpforms-field input:hover,
.workpress-core-wp-forms .wpforms-container .wpforms-form .wpforms-field textarea:hover,
.workpress-core-wp-forms .wpforms-container .wpforms-form .wpforms-field select:hover {
    border-color: rgb(var(--workpress-dark-grey-color, 207, 207, 207));
}

.workpress-core-wp-forms .wpforms-container .wpforms-form .wpforms-field input:focus,
.workpress-core-wp-forms .wpforms-container .wpforms-form .wpforms-field textarea:focus,
.workpress-core-wp-forms .wpforms-container .wpforms-form .wpforms-field select:focus {
    box-shadow: 0 0 0 3px rgba(var(--workpress-secondary-color, 16, 16, 16), 0.05);
    border-color: rgb(var(--workpress-secondary-color, 16, 16, 16));
    border-style: solid;
    background-color: rgb(var(--workpress-light-grey-color, 247, 247, 247));
}

.workpress-core-wp-forms .wpforms-container .wpforms-form .wpforms-field input::placeholder,
.workpress-core-wp-forms .wpforms-container .wpforms-form .wpforms-field textarea::placeholder {
    color: rgb(var(--workpress-primary-font-color, 130, 130, 130));
    opacity: 1;
}

.workpress-core-wp-forms .wpforms-container .wpforms-form .wpforms-field-label {
    width: 100%;
    gap: 10px;
    font-size: 15px;
    margin: 0 0 8px;
    font-weight: 500;
    position: relative;
    line-height: var(--workpress-line-height, 1.5);
    color: rgb(var(--workpress-secondary-font-color, 14, 14, 15));
}

.workpress-core-wp-forms .wpforms-container .wpforms-form .wpforms-required-label {
    color: rgb(var(--workpress-danger-color, 231, 42, 42));
}

.workpress-core-wp-forms .wpforms-container .wpforms-form .wpforms-field-label-inline,
.workpress-core-wp-forms .wpforms-container .wpforms-form .wpforms-field-description {
    font-size: 15px;
    padding-left: 10px;
    line-height: var(--workpress-line-height, 1.5);
    color: rgb(var(--workpress-primary-font-color, 130, 130, 130));
}

.workpress-core-wp-forms .wpforms-container .wpforms-form .wpforms-field-description {
    margin: 6px 0 0;
}

.workpress-core-wp-forms div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li,
.workpress-core-wp-forms div.wpforms-container-full .wpforms-field.wpforms-field-radio ul li,
.workpress-core-wp-forms div.wpforms-container-full .wpforms-field.wpforms-field-payment-checkbox ul li,
.workpress-core-wp-forms div.wpforms-container-full .wpforms-field.wpforms-field-payment-multiple ul li,
.workpress-core-wp-forms div.wpforms-container-full .wpforms-field.wpforms-field-gdpr-checkbox ul li {
    display: flex;
    align-items: center;
}

.workpress-core-wp-forms .wpforms-container .wpforms-form .wpforms-submit-container {
    margin: 0;
    padding: 0;
}

.workpress-core-wp-forms .wpforms-container .wpforms-form button[type="submit"],
.workpress-core-wp-forms .wpforms-container .wpforms-form .wpforms-submit {
    color: #fff;
    text-decoration: none !important;
    background-color: rgb(var(--workpress-secondary-color, 16, 16, 16));
    border-color: rgb(var(--workpress-secondary-color, 16, 16, 16));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 9px 18px;
    outline: none;
    box-shadow: none;
    border-radius: var(--workpress-border-radius-lg, 12px);
    transition: all .15s ease-in-out;
    min-height: 40px;
    height: auto;
}

.workpress-core-wp-forms div.wpforms-container-full input[type=submit]:not(:hover):not(:active),
.workpress-core-wp-forms div.wpforms-container-full button[type=submit]:not(:hover):not(:active),
.workpress-core-wp-forms div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active),
.workpress-core-wp-forms .wp-core-ui div.wpforms-container-full input[type=submit]:not(:hover):not(:active),
.workpress-core-wp-forms .wp-core-ui div.wpforms-container-full button[type=submit]:not(:hover):not(:active),
.workpress-core-wp-forms .wp-core-ui div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active) {
    background-color: rgb(var(--workpress-secondary-color, 16, 16, 16));
}

.workpress-core-wp-forms div.wpforms-container-full input[type=submit]:focus:after,
.workpress-core-wp-forms div.wpforms-container-full button[type=submit]:focus:after,
.workpress-core-wp-forms div.wpforms-container-full .wpforms-page-button:focus:after,
.workpress-core-wp-forms .wp-core-ui div.wpforms-container-full input[type=submit]:focus:after,
.workpress-core-wp-forms .wp-core-ui div.wpforms-container-full button[type=submit]:focus:after,
.workpress-core-wp-forms .wp-core-ui div.wpforms-container-full .wpforms-page-button:focus:after {
    display: none;
}

.workpress-core-wp-forms .wpforms-container .wpforms-form button[type="submit"]:hover,
.workpress-core-wp-forms .wpforms-container .wpforms-form button[type="submit"]:focus,
.workpress-core-wp-forms .wpforms-container .wpforms-form .wpforms-submit:hover,
.workpress-core-wp-forms .wpforms-container .wpforms-form .wpforms-submit:focus {
    color: #fff;
    background-color: rgba(var(--workpress-secondary-color, 16, 16, 16), .8);
    border-color: rgba(var(--workpress-secondary-color, 16, 16, 16), .8);
}

.workpress-core-wp-forms .wpforms-container .wpforms-form button[type="submit"]:focus,
.workpress-core-wp-forms .wpforms-container .wpforms-form .wpforms-submit:focus {
    box-shadow: 0 4px 18px 0 rgba(232, 223, 255, 0.10) inset, 0 0 0 3px rgba(var(--workpress-secondary-color, 16, 16, 16), .2);
}

.workpress-core-form-btn--left .wpforms-submit-container {
    text-align: left;
}

.workpress-core-form-btn--center .wpforms-submit-container {
    text-align: center;
}

.workpress-core-form-btn--right .wpforms-submit-container {
    text-align: right;
}

.workpress-core-wp-forms .wpforms-submit-container .wpforms-submit-spinner{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    margin: 0;
}

@media (min-width: 768px) {
    .workpress-core-wp-forms .wpforms-container .wpforms-form .wpforms-field input,
    .workpress-core-wp-forms .wpforms-container .wpforms-form .wpforms-field textarea,
    .workpress-core-wp-forms .wpforms-container .wpforms-form .wpforms-field select {
        padding: 11px 16px;
        min-height: 44px;
    }


    .workpress-core-wp-forms .wpforms-container .wpforms-form button[type="submit"],
    .workpress-core-wp-forms .wpforms-container .wpforms-form .wpforms-submit {
        padding: 11px 24px;
    }
}