.ess-wrapper {position: relative; z-index: 889;}

.easy-sticky-sidebar, .wordpress-cta-pro-announcement {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.easy-sticky-sidebar {
    --round: 5px;
    --width: min(90%, 525px);
    --buttonWidth: 50px;
    display: flex;
	position: fixed !important;
    top: 50%;
    right: 0;
    max-height: 90vh;
    z-index: 999999 !important;
    width: var(--width)!important;
	transition: ease all 0.4s !important;
    box-shadow: 0 0 10px 0 rgba(19,19,19,.2);
    border-top-left-radius: calc(var(--round) + 2px);
    border-bottom-left-radius: calc(var(--round) + 2px);
    transform: translateY(-50%);
}

.easy-sticky-sidebar.tab-cta {--width: var(--buttonWidth)!important}
.easy-sticky-sidebar.tab-cta.vertical-cta {width: max-content!important}

.easy-sticky-sidebar .sticky-sidebar-button > div {white-space: nowrap; writing-mode: vertical-lr}

.sticky-sidebar-container .sticky-content-inner {padding: 14px 24px}

.sticky-sidebar-container hr {
    margin: 0;
    height: 2px;
    border: none!important;
    background-color: #fff
}

.easy-sticky-sidebar .sticky-sidebar-button {
    color: #fff;
    width:var(--buttonWidth);
	cursor: pointer;
    padding: 20px 0;
    display: flex;
    flex: 0 0 auto;
    line-height: 1.2;
    position: relative;
    justify-content: center;
    background-color: #4e0d61;
    text-decoration: none!important;
    border-bottom-left-radius: var(--round, 5px);
    border-top-left-radius: var(--round, 5px);
}

.easy-sticky-sidebar .sticky-sidebar-container {
  position: relative;
  background-color: white;
  flex: 1;
  display: flex;
  flex-direction: column;
  text-decoration: none !important;
} 

.easy-sticky-sidebar .sticky-sidebar-text {
    color: #fff;
    flex: 1;
    overflow-y: auto;
    background-color: #250d61;
}

.easy-sticky-sidebar .sticky-sidebar-call-to-action {
    color: #fff;
    background-color: #0e2163;
}

.shrink{
	right: calc((var(--width) * -1) + var(--buttonWidth)) !important;
	transition: ease all 0.4s !important;
}

.easy-sticky-sidebar .sticky-sidebar-image {
    height: 250px;
    width: 100%;
    background-size: cover;
    background-position: center center;
}

.easy-sticky-sidebar h1, .easy-sticky-sidebar h2,
.easy-sticky-sidebar h3, .easy-sticky-sidebar h4,
.easy-sticky-sidebar h5, .easy-sticky-sidebar h6,
.easy-sticky-sidebar p {
    margin-top: 0!important;
    margin-bottom: 0!important;
    padding-top: 0!important;
    padding-bottom: 0!important;
}

.SSuprydp-icon{margin-left: 8px}



.easy-sticky-sidebar a {text-decoration: none;}

.easy-sticky-sidebar.tab-cta .sticky-sidebar-button {position: relative; height: max-content;}

.easy-sticky-sidebar.tab-cta > a:not(.sticky-sidebar-button) {display: none!important}

.easy-sticky-sidebar.sticky-cta-top, .easy-sticky-sidebar.sticky-cta-bottom {transform: translateY(0)}

.easy-sticky-sidebar.sticky-cta-top {top: 30px}
body.admin-bar .easy-sticky-sidebar.sticky-cta-top {top: 60px}

.easy-sticky-sidebar.sticky-cta-bottom {top: auto; bottom: 30px;}


.easy-sticky-sidebar.sticky-cta-position-left {
    left:0;
    right: auto;
    border-radius: 0 calc(var(--round) + 2px) calc(var(--round) + 2px) 0;
}

.easy-sticky-sidebar.sticky-cta-position-left.shrink {
    left: calc((var(--width) * -1) + var(--buttonWidth))
}

.easy-sticky-sidebar.sticky-cta-position-left .sticky-sidebar-button {
    order: 4;
    border-radius: 0 var(--round, 0) var(--round, 0) 0;
}

.easy-sticky-sidebar.vertical-cta {
    --buttonHeight: 50px;
    --translateX: -50%;
    left: 50%;
    bottom: 0;
    top: auto;
    flex-direction: column;
    transform: translate(var(--translateX), var(--translateY, 0));
    border-radius: var(--round) var(--round) 0 0;
}

.easy-sticky-sidebar.vertical-cta.shrink {
    --translateY: calc(100% - var(--buttonHeight));
}

.easy-sticky-sidebar.vertical-cta .sticky-sidebar-button {
    width: auto;
    padding: 0 20px;
    order: -1;
    align-items: center;
    min-height: var(--buttonHeight);
    border-radius: var(--round) var(--round) 0 0;
}

.easy-sticky-sidebar.vertical-cta .sticky-sidebar-button > div {
    writing-mode: unset;
}

.easy-sticky-sidebar.vertical-cta.sticky-cta-position-top {
    top: 0;
    bottom: auto;
    border-radius: 0 0 var(--round) var(--round);
}

.easy-sticky-sidebar.vertical-cta.sticky-cta-position-top.shrink {
    --translateY: calc((100% * -1) + var(--buttonHeight));
}

.easy-sticky-sidebar.vertical-cta.sticky-cta-position-top .sticky-sidebar-button {
    order: 333;
    border-radius: 0 0 var(--round) var(--round);
}

.easy-sticky-sidebar.vertical-cta.sticky-cta-left, .easy-sticky-sidebar.vertical-cta.sticky-cta-right {--translateX: 0}
.easy-sticky-sidebar.vertical-cta.sticky-cta-left {left: 30px}
.easy-sticky-sidebar.vertical-cta.sticky-cta-right {left: auto; right: 30px!important}


@media screen and (min-width: 1025px) {
    .sticky-sidebar-desktop {
        opacity: 1!important;
        visibility: visible!important;
        pointer-events: all!important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px){
    .sticky-sidebar-tablet {
        opacity: 1!important;
        visibility: visible!important;
        pointer-events: all!important;
    }

}

@media screen and (max-width: 767px){
	.sticky_cta_bottom { bottom:0;}
    .sticky_cta_top {top:0}
    .easy-sticky-sidebar {--width: 90%}

    .sticky-sidebar-mobile {
        opacity: 1!important;
        visibility: visible!important;
        pointer-events: all!important;
    }
}