<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bs_popup {
    position: relative;
    background: #fff;
    padding: 35px;
    width: auto;
    max-width: 380px;
    margin: 20px auto;
}
.bs_popup p {
  margin-bottom: 20px;
}
.bs_popupform .popup-logo {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.bs_popupform h3 {
  margin-top: 10px;
}
.bs_popupform .popup-logo img {
  max-width: 90px;
  position: relative;
  height: auto;
}
.bs_popupform {
    text-align: center;
}
.bs_popupform .form-message p {
    padding: 10px;
}
.bs_popupform .form-message .alert-error {
    background: #F2DEDE;
}
.bs_popupform .form-message .alert-success {
    background: #D5EFC2;
}
.bs_popupform .input_field {
    margin-bottom: 1em;
}
.bs_popupform h3 {
    font-size: 22px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0.5em;
}
.bs_popupform input:not([type="submit"]) {
    font-size: 16px;
    height: 48px;
    border-radius: 3px;
    border: none;
    text-align: center;
    width: 100%;
    position: relative;
}
.bs_popupform input[type="submit"] {
    width: 100%;
    padding: 0px;
}
.bs_popupform .button {
    font-size: 16px;
    height: 48px;
    border-radius: 3px;
    text-transform: none;
    letter-spacing: normal;
    border:none;
    box-shadow: none;
    width: 100%;
}
.bs_popupform .g-recaptcha {
  margin-bottom: 15px;
}
.bottom_links {
    font-size: 13px;
    text-align: left;
    position: relative;
    display: block;
}
.bs_popupform .terms-checkbox {
  display: flex;
  align-items: center;
  justify-content: center;

  margin-bottom: 20px;
}
.bs_popupform input[type="checkbox"] {
  width: 15px;
  height: 15px;
}
.bs_popupform .terms-checkbox label {
  margin:0;
  font-weight: bold;
}
.bs_popupform .terms-checkbox a {
  text-decoration: underline;
}
.bottom_links:before, .bottom_links:after {
    content: "";
    display: table;
    clear: both;
}
.bottom_links span {
    color: inherit;
}
.bottom_links .bs_popuplink {
    float: right;
    font-weight: bold
}
.bottom_links .forgot {
    float: left;
    opacity: 0.66;
    font-weight: normal;
}
.social-login-wrapper {
	margin: 20px 0;
}
.social-login-item {
    padding: 5px 0;
}
.social-login-item a {
    position: relative;
    width: 100%;
    color: #fff !important;
    border-radius: 3px;
    line-height: 40px;
    padding: 0;
    display: block;
    text-align: center;
}
.mfp-content .bs_popup .social-login-item a {
    color: #fff !important;
}
.social-login-wrapper.inline .social-login-item {
    display: inline-block;
    margin-right: 6px;
}
.social-login-wrapper.inline .social-login-item a span {
    display: none;
}
.social-login-wrapper.inline .social-login-item a {
    line-height: 1;
}
.social-login-wrapper .social-login-item .fa {
    font-family: "FontAwesome" !important;
}
.social-login-wrapper.inline .social-login-item .fa {
    position: relative;
}
.social-login-item .btn {
    opacity: 1;
    transition: opacity 300ms;
}
.social-login-item .btn:hover,
.social-login-item .btn:focus {
    opacity: 0.8;
    color: #fff;
}
.social-login-item .btn-facebook {
    background: #45629f;
    border-bottom: 2.5px solid #374e7f;
}
.social-login-item .btn-google-plus {
	background: #df5443;
    border-bottom: 2.5px solid #b24336;
}
.social-login-item .btn-twitter {
    background: #5eb2ef;
    border-bottom: 2.5px solid #4b8ebf;
}
.social-login-item .btn-linkedin {
	background: #0083bb;
    border-bottom: 2.5px solid #006996;
}
.social-login-wrapper.light .social-login-item .btn-facebook,
.social-login-wrapper.light .social-login-item .btn-google-plus,
.social-login-wrapper.light .social-login-item .btn-linkedin,
.social-login-wrapper.light .social-login-item .btn-twitter {
    background: #fff;
    border-bottom: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}
.social-login-wrapper.light .social-login-item .btn-facebook {
    color: #45629f;
    border: 1px solid #45629f;
}
.social-login-wrapper.light .social-login-item .btn-google-plus {
    color: #df5443;
    border: 1px solid #df5443;
}
.social-login-wrapper.light .social-login-item .btn-linkedin {
    color: #0083bb;
    border: 1px solid #0083bb;
}
.social-login-wrapper.light .social-login-item .btn-twitter {
    color: #5eb2ef;
    border: 1px solid #5eb2ef;
}
.social-login-item .fa {
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 40px;
    font-size: 18px;
    background: rgba(0, 0, 0, 0.2);
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.bs-login-shortcode {
    text-align: center;
    padding: 20px;
    border: 1px solid #eaeaea;
}
.bs-login-shortcode ul {
    list-style: none;
}
.bs-login-shortcode h3 {
    margin-top: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 20px;
}
.bs-login-shortcode img {
    border-radius: 50%;
    box-shadow: none;
}

.social-login-wrapper.light .social-login-item .fa {
    border-radius: 0;
    color: #fff;
    height: 38px;
}
.social-login-wrapper.light .social-login-item .btn-facebook .fa {
    background: #45629f;
}
.social-login-wrapper.light .social-login-item .btn-google-plus .fa {
    background: #df5443;
}
.social-login-wrapper.light .social-login-item .btn-linkedin .fa {
    background: #0083bb;
}
.social-login-wrapper.light .social-login-item .btn-twitter .fa {
    background: #5eb2ef;
}
.social-login-item a:hover .fa {
    background: rgba(0, 0, 0, 0.09);
}
.social-login-item a:active,
.social-login-item a:visited {
    color: #fff;
}
.social-login-item .fa:before {
    position: relative;
    top: 11px;
    left: 1px;
}
.social-login-line {
    margin-top: 15px;
}
.social-login-line span {
	position: relative;
}
.social-login-line span:before {
    left: -100px;
}
.social-login-line span:after {
    right: -100px;
}
.social-login-line span:before,
.social-login-line span:after {
    position: absolute;
    content: "";
    height: 1px;
    background: #ebebeb;
    top: 50%;
    width: 80px;
}
.bs-input-menu-item {
    position: relative;
}
.bs-input-menu-item.hide-label a span {
    display: none;
}
@media screen and ( min-width: 768px ) {
    .bs-input-menu-item.right {
        float: right;
    }
}
.bs-input-restrict-message {
    padding: 20px 30px;
    padding-top:80px;
    text-align:center;
    border:1px solid #eaeaea;
    position:relative;
}
.bs-input-restrict-message:before {
    content: "\f023";
    position:absolute;
    top:30px;
    font: normal normal normal 28px FontAwesome;
    font-size: 32px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.bs-input-restrict-message .bs-log-btn, .bs-input-restrict-message .bs-reg-btn {
    display:inline-block;
    margin-right:10px;
}
.bs-input-restrict-message .bs-log-btn a, .bs-input-restrict-message .bs-reg-btn a {
    padding:8px 14px;
}
.bs-input-restrict-message .bs-log-btn a i, .bs-input-restrict-message .bs-reg-btn a i {
    margin-right:4px;
}
.bs-input-menu-item .logged {
    padding-left: 28px !important;
}
.bs-input-menu-item .logged img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-right: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    display: table;
    margin: auto;
}
.bs-input-menu-item .bs_popuplink .fa {
    margin-right: 4px;
    position: relative;
}
.bs_popuplink.loading {
  position: relative;
}
.bs_popuplink.loading:first-child:before {
  content: "\f110";
  font-family: "FontAwesome";
  position: absolute;
  display: table;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 9;
  line-height: 1;
  width: 100%;
  height: 100%;
  text-align: center;
      -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
.bs_popuplink.loading .fa, .bs_popuplink.loading span {
  opacity: 0.3;
  -webkit-opacity: 0.3;
  z-index: 8;
}
.bs-login-shortcode .profile_box {
    display:  flex;
    align-items: center;
    justify-content:center;
}
.bs-login-shortcode .profile_box img {
  margin:  auto;
}
.bs-login-shortcode .right-wrapper {
  border-right:1px solid #eaeaea;
  padding-right: 15px;
}
.bs-login-shortcode .right-wrapper h3 {
    margin-top:10px;
    margin-bottom:0;
}
.bs-login-shortcode .profile_links {
  margin-bottom: auto;
  margin-top: auto;
}
.bs-login-shortcode .profile_links li {
    text-align:left;
    margin-bottom:5px;
    margin-left:15px;
    
}
.bs-login-shortcode .profile_links li:first-child {
    margin-left:17px
}
.woocommerce-billing-fields .social-login-line {
  text-align: center;
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

.bs-input-menu-item ul li {
    width: 100%;
    white-space: nowrap;
}
.bs-input-menu-item ul{
    position: absolute;
    display: none;
    background: #fff;
 
    padding: 10px;
    left: 0;
    -webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, .1), 0 10px 20px rgba(0, 0, 0, 0.18);
    box-shadow: 0 0px 2px rgba(0, 0, 0, .1), 0 10px 20px rgba(0, 0, 0, 0.18);
}
.bs-input-menu-item ul li a {
  color: #111 !important;
}
.bs-input-menu-item ul li a:hover {
  background: none !important;
}
.bs-input-menu-item:hover ul {
    display: block !important;
}
.woocommerce-form .social-login-line {
  text-align: center;
}
#bs_registerform .bp-title {
  position: relative;
}
#bs_registerform .bp-title h4 {
  position: relative;
  font-size: 18px;
  line-height: 26px;
  padding: 5px;
}
#bs_registerform .bp-title:before,
#bs_registerform .bp-title:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid;
  opacity:0.2;
  display: table;
  top: 0;
  bottom: 0;
  margin:auto;
  width: 40px;
}
#bs_registerform .bp-title:before {
  left: 0px;
}
#bs_registerform .bp-title:after {
  right: 0px;
}
#bs_registerform .bp-extra-field {
  position: relative;
  width: 100%;
  margin-bottom: 1em;
}
#bs_registerform .bp-extra-field legend {
  margin-bottom: 4px;
  margin-top: 5px;
  width: 100%;
  text-align: center;
}
#bs_registerform .bp-extra-field select {
  width: 100%;
}
#bs_registerform .bp-extra-field .description {

  font-size: 13px;
  font-style: italic;
}
/* 

====== Zoom effect ======
*/

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}


/*
====== Newspaper effect ======
*/


.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.5s;
  transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
  transform: scale(0) rotate(500deg);
  opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}


/*
====== Move-horizontal effect ======
*/

.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 

====== Move-from-top effect ======
*/

.mfp-move-from-top .mfp-content {
  vertical-align: top;
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s;
  transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-50px);
  opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 

====== 3d unfold ======
*/
.mfp-3d-unfold .mfp-content {
  perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  transform: rotateY(60deg);
  opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 

====== Zoom-out effect ======

*/
.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 

====== "Hinge" close effect ======

*/
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  animation-duration: 1s;
  animation-name: hinge;
}

.mfp-with-fade .mfp-content, .mfp-with-fade.mfp-bg {
  opacity: 0;
  transition: opacity .5s ease-out;
}
.mfp-with-fade.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-with-fade.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-fade.mfp-removing.mfp-bg {
  opacity: 0;
}</pre></body></html>