<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 *
 * @package Sticky Genesis Topbar
 * @author RainaStudio
 * @version 2.3.6
 */
/* # Topbar
------------------------------------------------ */
.topbar_container {
    display: none;
}

.topbar {
    position: fixed;
    right: 0;
    text-align: center;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 6px rgba(57,73,76,0.35);
    box-shadow: 0 1px 3px rgba(57,73,76,0.35);
    z-index: 9999;
    height: 70px;
    background-color: #49286d;
    color: #fff;
    font-size: 18px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.topbar .wrap {
    padding-left: 5rem;
    padding-right: 5rem;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
}

.topbar .count_down, 
.topbar .promo-topbar, 
.topbar .social-icons {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.topbar a {
    text-decoration: none;
    color: #fff;
    white-space: nowrap;
}

.topbar a.button,
.topbar .button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px;
    text-decoration: none;
    background-color: #ffd15b;
    border-radius: 2px;
    color: #000;
    font-weight: normal;
    margin-left: 30px;
    -webkit-transition: all .26s cubic-bezier(.25,.8,.25,1);
    transition: all .26s cubic-bezier(.25,.8,.25,1);
    margin-bottom: 0;
    font-size: 16px;
    text-transform: capitalize;
    width: auto;
    position: relative;
    min-width: 222px;
}
.topbar a.button:hover {
    background-color: #f1bd37;
    box-shadow: 0 2px 7px rgba(0,0,0,.1);
}

.button.smooth_hide {
    transition: all 0.5s;
}

.smooth_hide .fa {
    position: absolute;
    left: 84%;
    top: 54%;
    right: 0;
    bottom: 0;
    opacity: 0;
    transform: translate(-50%, -50%);
}

.button.smooth_hide:hover {
    transition: all 0.5s;
    box-shadow: 0px 6px 15px #f1bd3738;
    padding: 12px 30px 12px 12px;
}

.button.smooth_hide:hover .fa {
    opacity: 1;
    transition: all 0.5s;
}

.button.jittery {
    animation: jittery 4s infinite;
}

.button.pulse {
    animation: pulse 1s infinite;
}

.button.jelly{
    animation: jelly 1s infinite;
}

.topbar a.button:hover,
.topbar a.button:focus {
    outline: none !important;
}

.promo-topbar {
    margin-right: 30px;
}

.promo-topbar strong {
    margin-right: 5px;
}

.topbar a.button .fa {
    padding-left: 10px;
}

.button.through {
    transition: 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    background-color: transparent !important;
    border: 1px solid;
}

.button.through::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    border-radius: 0px !important;
}

.button.through:hover {
    background: transparent;
}

.button.through:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left;
}

.topbar button:before, 
.topbar a.button:before, 
.topbar button:after, 
.topbar a.button:after {
	border-radius: 50px;
}

.social-icons .sm-icons {
    list-style: none;
    display: inline-block;
    margin: 0px 3px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid;
    line-height: 30px;
	outline: 0;
	-webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.social-icons a.sm-icons {
    font-size: 14px;
}

.social-icons a.facebook:hover {
    background-color: #3b5998;
    border-color: #3b5998;
}

.social-icons a.twitter:hover {
    background-color: #55acee;
    border-color: #55acee;
}

.social-icons a.linkedin:hover {
    background-color: #0077b5;
    border-color: #0077b5;
}

.social-icons a.pinterest:hover {
    background-color: #bd081c;
    border-color: #bd081c;
}

.social-icons a.instagram:hover {
    background-color: #517fa4;
    border-color: #517fa4;
}

.social-icons a.youtube:hover {
    background-color: #b31217;
    border-color: #b31217;
}

.social-icons a.dribbble:hover {
    background-color: #ea4c89;
    border-color: #ea4c89;
}

.social-icons a.googleplus:hover {
    background-color: #dc4e41;
    border-color: #dc4e41;
}

.social-icons a.medium:hover {
    background-color: #00ab6b;
    border-color: #00ab6b;
}

.social-icons a.tumblr:hover {
    background-color: #35465c;
    border-color: #35465c;
}

.social-icons a.vimeo:hover {
    background-color: #1ab7ae;
    border-color: #1ab7ae;
}

.hide_switch {
    position: absolute;
    right: 4px;
    top: 0;
    cursor: pointer;
}

@media only screen and ( max-width: 980px ) {
    .topbar {
        height: auto;
    }
    .promo-topbar {
        float: none;
    }
    .social-icons {
        float: none;
        margin: 8px 0;
    }
    .topbar .wrap &gt; * {
        display: inline-block;
        margin: 0 auto;
        padding: 10px 0;
    }
    .btn_wrap {
        margin-top: 7px;
    }
    .topbar a.button {
        padding: 10px;
    }
    
}

@media only screen and ( max-width: 600px ) {
	.topbar p span {
		display: none;
    }
    .topbar {
        font-size: 1.5rem !important;
    }
    .promo-topbar {
        text-align: center !important;
    }
    .topbar a.button {
        margin-left: 0px !important;
    }
    .counter .pr &gt; span {
        font-size: 14px !important;
    }
}

@media only screen and ( max-width: 500px ) {
    .count_down {
        display: none !important;
    }
}

/*
    Animation
*/
@keyframes jittery {
	5%,
	50% {
		transform: scale(1);
	}
	10% {
		transform: scale(0.9);
	}
	15% {
		transform: scale(1.15);
	}
	20% {
		transform: scale(1.15) rotate(-5deg);
	}
	25% {
		transform: scale(1.15) rotate(5deg);
	}
	30% {
		transform: scale(1.15) rotate(-3deg);
	}
	35% {
		transform: scale(1.15) rotate(2deg);
	}
	40% {
		transform: scale(1.15) rotate(0);
	}
}

@keyframes jelly {
    25% {
      transform: scale(0.9, 1.1);
    }
  
    50% {
      transform: scale(1.1, 0.9);
    }
  
    75% {
      transform: scale(0.95, 1.05);
    }
}
  
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(255, 209, 91, 0.9);
    }
    100% {
        box-shadow: 0 0 0 10px rgba(255, 209, 91, 0);
    }
}

.count_down {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 30px;
    padding: 0 30px;
}

.count_down .counter {
    justify-content: center;
    display: flex;
    backface-visibility: hidden;
}

.counter .pr {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    padding: 5px;
}

.counter .pr &gt; span {
    font-size: 18px;
    line-height: 18px;
    border-radius: 6px;
    font-weight: bold;
}

.counter .pr &gt; small {
    line-height: 1;
    font-size: 12.250003675001102px;
    max-width: 80.5px;
    display: block;
    text-align: center;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-weight: bold;
}

.st-mailchimp-form {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    transition: background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out;
    overflow: hidden;
    margin-left: 20px;
}

.form_btn {
    animation: none !important;
}

.st-mailchimp-form input {
    float: left;
    display: block;
    max-width: 125px;
    height: 3.7875rem;
    padding: 1.05rem 1.2rem;
    font-size: 1.625rem;
    font-weight: 400;
    line-height: 1.4;
    color: #000;
    background-color: #fff;
    border: 0;
}

.st-mailchimp-form .button {
    min-width: 90px;
    color: #fff;
    background-color: #00d07e;
    border-color: #00d07e;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-style: normal;
    white-space: normal;
    letter-spacing: 0;
    cursor: pointer;
    text-transform: none;
    font-weight: 600;
    min-height: 3.7875rem;
    border-radius: 6px;
}
</pre></body></html>