<style data-computed-style='{"left":0,"top":0,"width":0,"height":0,"display":"none","position":"static","zIndex":"auto"}' id="wp-custom-css" type="text/css">
			.new-btn {
    border: 1px solid #05E5AD;
    background: #05E5AD;
    color: #01012A;
}
.switch-wrapper {
  position: relative;
  display: inline-flex;
  padding: 4px;
  border: 1px solid #b2b0e7;
  margin-bottom: 10px;
  border-radius: 30px;
	    margin-top: 60px;
}

.switch-wrapper [type="radio"] {
  position: absolute;
  left: -9999px;
}

.switch-wrapper [type="radio"]:checked#monthly ~ label[for="monthly"],
.switch-wrapper [type="radio"]:checked#yearly ~ label[for="yearly"] {
  background: linear-gradient(90deg, #684BFE 8.97%, #E178E7 75.42%, #b54aab 100.1%);
}


.switch-wrapper
  [type="radio"]:checked#monthly
  + label[for="yearly"]
  ~ .highlighter {
  transform: none;
}

.switch-wrapper
  [type="radio"]:checked#yearly
  + label[for="monthly"]
  ~ .highlighter {
  transform: translateX(100%);
}

.switch-wrapper label {
  font-size: 16px;
  z-index: 1;
  min-width: 100px;
  line-height: 32px;
  cursor: pointer;
  border-radius: 30px;
  transition: color 0.25s ease-in-out;
}


.switch-wrapper .highlighter {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(50% - 4px);
  height: calc(100% - 8px);
  border-radius: 30px;
 background: linear-gradient(90deg, #684BFE 8.97%, #E178E7 75.42%, #b54aab 100.1%);
  transition: transform 0.25s ease-in-out;
}
.containers .badge{
	background: #05E5AD;
    color: #01012A !important;
    padding: 3px 8px 3px;
    border-radius: 10px;
    position: absolute;
    font-size: 10px;
    line-height: 1;
       top: 55px;
    right: 388px;
	text-transform:uppercase;
	font-weight: 900 !important;
	z-index: 99;
    vertical-align: middle;
}
.containers {
    position: relative;
}
@media only screen and (max-width: 767px) {
  .containers .badge{
	right: 50px;
}
	.qssss {
   top: 115px !important;
}
}
.qssss {
    background: #05E5AD;
    color: #01012A !important;
    padding: 4px 8px 2px;
    border-radius: 10px;
    position: absolute;
    font-size: 10px;
    line-height: 1;
   top: 136px;
    right: 13px;
    text-transform: uppercase;
}
.site-header--menu-cta-right .btn-link .site-header--menu-cta-right .btn-link {-webkit-appearance: none; -moz-appearance: none; appearance: none;}		</style>