/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 2; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}



.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 42px;
  padding: 0 38px;
  border: 0;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  color: #ffffff;
  background: rgba(184, 13, 252, 0.5);
  transition: background .3s;
}

.button:hover {
  text-decoration: none;
  color: #ffffff;
  background: #B80DFC;
}

.wt-hero-header .button {
  margin-top: 50px;
  position: absolute;
  z-index: 10;
  left: 50%;
  margin-left: -105px;
}

.wt-hero-header-blend {
  padding-bottom: 92px;
}

.wt-hero-header-shape {
  bottom: 70px;
}

.logo {
  display: none;
}

.dashlogo {
  width: 14px;
}
@media (min-width: 768px) {
  .dashlogo {
    width: 20px;
  }
}

@media (min-width: 768px) {
  .logo-sm {
    display: none;
  }

  .logo {
    display: block;
  }
}

.wt-faq-content {
    overflow: hidden
}

.wt-faq-list {
  max-width: 700px;
  margin: 0 auto;
  line-height: 22px;
}

.wt-faq-list h2 {
  margin: 0 0 72px;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}

@media (min-width:768px) {
  .wt-faq-list h2 {
    margin-bottom: 90px;
    font-size: 60px;
  }
}

@media (min-width:992px) {
  .wt-faq-list h2 {
    margin-bottom: 140px;
    font-size: 96px;
  }
}

.wt-faq-list h3 {
  margin: 0 0 34px;
  font-size: 20px;
  font-weight: 600;
  color: #B80DFC;
}

.wt-faq-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wt-faq-list ul li {
  padding: 0 32px 3px 0;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(36, 39, 44, 0.05);
  position: relative;
}

@media (min-width:768px) {
  .wt-faq-list ul li {
    padding-right: 52px;
  }
}

@media (min-width:1200px) {
  .wt-faq-list ul li {
    padding-right: 84px;
  }
}

.wt-faq-list ul li svg {
  position: absolute;
  right: 4px;
  bottom: 6px;
  transition: transform .5s cubic-bezier(.23, 1, .32, 1);
}

@media (min-width:768px) {
  .wt-faq-list ul li svg {
    right: 15px;
    top: 4px;
    bottom: auto;
  }
}

.wt-faq-list ul li > p {
  margin: 0 0 7px;
  font-weight: 500;
  color: #B80DFC;
}

.wt-faq-list ul li > p:last-of-type {
  margin-bottom: 11px;
}

.wt-faq-list ul li div {
  margin-top: 14px;
  overflow: hidden;
  display: none;
}

@media (min-width:768px) {
  .wt-faq-list ul li div {
    padding-left: 15px;
  }
}

.wt-faq-list ul li div p {
  margin: 0 0 7px;
  color: #000000;
}

.wt-faq-list ul li.is-active svg {
  transform: rotate(90deg);
}

footer {
  max-width: 1037px;
  padding: 0 20px 45px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  font-size: 16px;
  font-weight: 600;
}

@media (min-width:768px) {
  footer {
    font-size: 24px;
  }
}

footer ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
}

@media (min-width:768px) {
  footer ul {
    flex-direction: row;
  }
}

footer ul li {
  margin-bottom: 21px;
}

@media (min-width:768px) {
  footer ul li {
    margin-bottom: 0;
  }
}

footer a {
  text-decoration: none !important;
  color: #B80DFC;
  position: relative;
}

footer p {
  margin: -8px 0 76px;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  color: #B80DFC;
}

@media (min-width:768px) {
  footer p {
    display: none;
  }
}

.wt-contact {
  width: 100%;
  height: 0;
  overflow: hidden;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5;
  background: #ffffff;
  transform: translateY(30%);
  visibility: hidden;
  opacity: 0;
  transition:
    opacity .3s cubic-bezier(.23, 1, .32, 1),
    transform .5s cubic-bezier(.23, 1, .32, 1),
    visibility .5s cubic-bezier(.23, 1, .32, 1);
}

.wt-contact .wt-hero-particle {
  height: 100vh;
}

.wt-contact.is-active {
  height: 100vh;
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.wt-contact-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  text-align: center;
  color: #B80DFC;
}

.wt-contact-content h3 {
  margin: 0 0 -2px;
  font-size: 32px;
  font-weight: 600;
}

.wt-contact-content button {
  width: 24px;
  height: 24px;
  border: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(80px, -144px);
  color: #B80DFC;
  background: none;
}

.wt-contact-content button:before,
.wt-contact-content button:after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  top: 12px;
  background: #B80DFC;
}

.wt-contact-content button:before {
  left: 0;
  transform: rotate(45deg);
}

.wt-contact-content button:after {
  right: 0;
  transform: rotate(-45deg);
}

.wt-contact-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 22px;
}

.wt-contact-content ul li {
  margin: 32px 0;
}

.wt-contact-content ul li a {
  text-decoration: none;
  color: #B80DFC;
}

.wt-view.with-contact .wt-content {
  position: static;
}

.wt-view.with-contact .scroll-content {
  transform: none !important;
}

.wt-view.with-contact header,
.wt-view.with-contact footer,
.wt-view.with-contact section:not(.wt-contact) {
  display: none;
}

.wt-terms {
  min-height: calc(100vh - 74px);
  padding: 100px 0 127px;
  position: relative;
  text-align: left;
  line-height: 22px;
  color: #000000;
}

@media (min-width:768px) {
  .wt-terms {
    padding: 193px 0 127px;
  }
}

.wt-terms-container {
  max-width: 740px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.wt-terms h1 {
  padding-bottom: 23px;
  margin: 0 0 -32px;
  border-bottom: 1px solid rgba(36, 39, 44, 0.05);
  font-size: 20px;
  font-weight: 600;
  line-height: 36px;
  color: #B80DFC;
}

.wt-terms h2 {
  margin: 50px 0 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #B80DFC;
}

.wt-terms p {
  margin: 0 0 10px;
}

.wt-terms hr {
  display: block;
  width: 100%;
  height: 1px;
  border: 0;
  margin: 28px 0 -32px;
  background: rgba(36, 39, 44, 0.05);
}

.wt-view-terms .wt-hero,
.wt-view-secondary .wt-hero {
  display: none;
}

.wt-secondary {
  padding: 107px 0 91px;
  position: relative;
  z-index: 2;
}

@media (min-width:768px) {
  .wt-secondary {
    min-height: calc(100vh - 74px);
    padding: 210px 0 176px;
  }
}

.wt-secondary:before {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  top: 0px;
  bottom: -332px;
  background: rgb(254,254,254);
  background: linear-gradient(to bottom,  rgba(254,254,254,1) 0%,rgba(251,251,251,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#fbfbfb',GradientType=0 );
}

@media (min-width:768px) {
  .wt-secondary:before {
    top: 117px;
    bottom: 65px;
  }
}

.wt-secondary-container {
  max-width: 526px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}
.wt-secondary-container #hometext {
  max-width: 526px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}

@media (min-width:768px) {
  .wt-secondary-container {
    font-size: 18px;
    line-height: 22px;
  }
  .wt-secondary-container #hometext {

  font-size: 24px;
  line-height: 28px;
  }
}

.wt-secondary-container a {
  color: #B80DFC;
  text-decoration: none !important;
}
.wt-secondary-container span {
  color: #B80DFC;
  text-decoration: none !important;
  font-weight: 800;
}

.wt-secondary-container p {
  margin: 0 0 23px;
}

.wt-secondary-container hr {
  display: block;
  height: 1px;
  margin: 0 0 34px;
  border: 0;
  background: #E4E4E4;
}

.wt-secondary-container .tab,
.wt-secondary-container .step {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transform: translateY(30%);
  transition: opacity .3s cubic-bezier(.23, 1, .32, 1),
    transform .5s cubic-bezier(.23, 1, .32, 1),
    visibility .5s cubic-bezier(.23, 1, .32, 1);
}

.wt-secondary-container .tab.is-active,
.wt-secondary-container .step.is-active {
  height: auto;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.form input[type=text],
.form input[type=email],
.form input[type=password],
.form input[type=tel],
.form textarea,
.form select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 0 15px;
  margin-bottom: 12px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  font-size: 16px;
  line-height: 24px;
  background: #ffffff;
}

.form input[type=text]:last-of-type,
.form input[type=email]:last-of-type,
.form input[type=password]:last-of-type,
.form input[type=tel]:last-of-type,
.form textarea:last-of-type {
  margin-bottom: 0;
}

.form input[type=text]::placeholder,
.form input[type=email]::placeholder,
.form input[type=password]::placeholder,
.form input[type=tel]::placeholder,
.form textarea::placeholder {
  color: #999999;
}

.form input[type=submit],
.form button[type=submit],
.form button.submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  border: 0;
  border-radius: 50px;
  margin: 50px 0 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.4px;
  color: #ffffff;
  background: #B80DFC;
  transition: background .3s cubic-bezier(.23, 1, .32, 1), opacity .3s cubic-bezier(.23, 1, .32, 1);
}

.form input[type=submit]:disabled,
.form button[type=submit]:disabled,
.form button.submit:disabled {
  opacity: .5;
}

.form input[type=submit]:hover,
.form button[type=submit]:hover,
.form button.submit:hover {
  background: #F0BAFE;
  opacity: 1;
}

.form textarea {
  height: 100px;
  padding: 15px;
  resize: none;
}

.form textarea.small {
  height: 38px;
  padding: 6px 15px;
}

.form select {
  color: #999999;
  appearance: none;
  -webkit-appearance: none;
  position: relative;
}

.form select:before {
  content: '';
  width: 10px;
  height: 170px;
  background: #000000;
}

.form select option {
  color: #000000;
}

.form select option:disabled {
  color: #999999;
}

.form select.is-selected {
  color: #000000;
}

.select-wrapper {
  position: relative;
}

.select-wrapper:before,
.select-wrapper:after {
  content: '';
  position: absolute;
  right: 16px;
  border-style: solid;
  z-index: 2;
}

.select-wrapper:before {
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #000000 transparent;
  top: 11px;
}

.select-wrapper:after {
  border-width: 6px 6px 0 6px;
  border-color: #000000 transparent transparent transparent;
  top: 21px;
}

.form label,
.form .radio {
  display: block;
  margin-bottom: 25px;
}

.form label span,
.form .radio span {
  display: block;
  margin-bottom: 12px;
  font-weight: 500;
  color: #B80DFC;
}

.form label.checkbox {
  margin-top: 28px;
  position: relative;
  padding-left: 26px;
}

.form label.checkbox input,
.form .radio label input {
  position: absolute;
  opacity: 0;
}

.form label.checkbox input+i,
.form .radio label input+i {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 1px;
  border: 1px solid #CCCCCC;
  border-radius: 2px;
  margin-right: 8px;
  font-style: normal;
}

.form label.checkbox input+i svg {
  color: #B80DFC;
  opacity: 0;
  transition: opacity .3s cubic-bezier(.23, 1, .32, 1);
}

.form label.checkbox input:checked+i svg {
  opacity: 1;
}

.form .radio label {
  position: relative;
  padding-left: 26px;
  margin-bottom: 14px;
}

.form .radio label input+i {
  border-radius: 50%;
}

.form .radio label input+i:before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: transparent;
  transition: background .3s cubic-bezier(.23, 1, .32, 1);
}

.form .radio label input:checked+i:before {
  background: #B80DFC;
}

.form p:last-child {
  margin: 24px 0 0;
  font-weight: 500;
  text-align: center;
}

.form .with-img span:nth-child(2) {
  display: flex;
  margin: 0;
  overflow: hidden;
}

.form .with-gifcard img {
  width: 185px;
}
.wt-secondary-container .home-header {
  margin: 0 0 65px;
  font-size: 26px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
  color: #BC46DB;
}

@media (min-width:768px) {
  .wt-secondary-container .home-header {
    margin: 0 0 110px;
    font-size: 40px; 
    line-height: 82px;
  }
}


.wt-secondary-container .secondary-header {
  margin: 0 0 65px;
  font-size: 32px;
  font-weight: 600;
  line-height: 34px;
  text-align: center;
  color: #BC46DB;
}

@media (min-width:768px) {
  .wt-secondary-container .secondary-header {
    margin: 0 0 110px;
    font-size: 50px; 
    line-height: 91px;
  }
}
/* @media (min-width:768px) .wt-secondary-container .secondary-header: old font-size was 64 */

.wt-secondary-container p.home-header span {
  color: #F0BAFE;
  transition: color .3s cubic-bezier(.23, 1, .32, 1);
}

.wt-secondary-container p.home-header span.is-active {
  color: #BC46DB;
}

.wt-secondary-container p.secondary-header span {
  color: #F0BAFE;
  transition: color .3s cubic-bezier(.23, 1, .32, 1);
}

.wt-secondary-container p.secondary-header span.is-active {
  color: #BC46DB;
}

.wt-secondary .social {
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
}

.wt-secondary .social-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 155px;
  height: 40px;
  border: 1px solid rgba(119, 134, 158, 0.297312);
  border-radius: 6px;
  margin: 0 8px;
  background: #ffffff;
}

.form-list {
  list-style: none;
  padding: 0;
  margin: 0 12px;
}

@media (max-width:767px) {
  .form-list {
    font-size: 14px;
    line-height: 17px;
  }
}

.form-list li {
  display: flex;
  align-items: center;
  padding: 0 15px 15px;
  margin-bottom: 21px;
  border-bottom: 1px solid #E4E4E4;
  font-weight: 500;
}

.form-list li:last-child {
  border: 0;
}

.form-list li svg {
  flex-shrink: 0;
  margin-right: 15px;
}

.form em {
  margin-left: 7px;
  font-weight: 700;
  font-style: normal;
  color: #B80DFC;
}

.form-text {
  padding: 50px 0 30px;
  border-width: 1px 0;
  border-style: solid;
  border-color: #E4E4E4;
}

@media (max-width:767px) {
  .form-text {
    font-size: 14px;
    line-height: 17px;
  }
}

.form-text p:last-child {
  margin: 0 0 23px;
  font-weight: 400;
  text-align: left;
}

.shop-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (max-width:767px) {
  .shop-list {
    margin: 0 -7px;
  }
}

.shop-list li {
  display: flex;
  align-items: flex-start;
  padding: 40px 0 0;
  margin: 24px 0 0;
  border-top: 1px solid #E4E4E4;
  font-weight: 500;
}

@media (max-width:767px) {
  .shop-list li {
    align-items: center;
    padding: 0 0 14px;
    margin: 0 0 14px;
    border-top: 0;
    border-bottom: 1px solid #E4E4E4;
    font-size: 14px;
    line-height: 17px;
  }

  .shop-list li:last-child {
    margin: 0 0 0;
  }
}

.shop-list li img {
  flex-shrink: 0;
  width: 172px;
  height: 92px;
  margin-right: 21px;
  border-radius: 8px;
  position: relative;
  top: -8px;
}

@media (max-width:767px) {
  .shop-list li img {
    width: 88px;
    height: 47px;
    margin-right: 11px;
    border-radius: 2px;
    top: auto;
  }
}

.shop-list li span {
  margin-right: 15px;
}

@media (max-width:767px) {
  .shop-list li span {
    margin-right: 5px;
  }
}

.shop-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 95px;
  height: 41px;
  border: 1px solid #B600FF;
  border-radius: 4px;
  margin-left: auto;
  position: relative;
  top: -8px;
  font-size: 14px;
  font-weight: 500;
  color: #B600FF;
}

@media (max-width:767px) {
  .shop-list li a {
    width: 63px;
    height: 27px;
    top: auto;
  }
}

.wt-view-secondary .wt-getapp-fill {
  background: rgb(236,241,253);
  background: -moz-linear-gradient(top,  rgba(236,241,253,1) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(236,241,253,1) 0%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom,  rgba(236,241,253,1) 0%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecf1fd', endColorstr='#ffffff',GradientType=0 );
}

.newsletter {
  padding: 32px 19px 49px;
  margin: 50px 12px 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: linear-gradient(322.5deg, #EEC3FF -41.04%, #D167D7 32.4%, #BC46DB 76.08%, #B80DFC 155.52%, #B90FFC 155.52%);
}

@media (max-width:767px) {
  .newsletter {
    margin-top: 38px;
  }
}

.newsletter:before,
.newsletter:after {
  content: '';
  position: absolute;
  border-radius: 50%;
}

.newsletter:before {
  width: 250px;
  height: 243px;
  right: -82px;
  z-index: -2;
  bottom: -116px;
  background: #FFFFFF;
  mix-blend-mode: overlay;
  opacity: 0.1;
}

.newsletter:after {
  width: 200px;
  height: 195px;
  right: -98px;
  top: -14px;
  z-index: -1;
  background: #FFFFFF;
  mix-blend-mode: screen;
  opacity: 0.1;
}

.newsletter p {
  max-width: 200px;
  margin: 0 auto 25px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 1px;
  color: #ffffff;
}

@media (max-width:767px) {
  .newsletter p {
    font-size: 17px;
    line-height: 23px;
  }
}

.newsletter button[type=submit] {
  height: 32px;
  margin-top: 34px;
  border: 1px solid #FFFFFF;
  background: none !important;
}

.gecotable {
  border-collapse:collapse;
}
.gecorows {
  padding: 5px;
  margin: 5px;
  border-bottom: 2px solid #E4E4E4;
  font-weight: 400;
  text-align: right;
  color: #B600FF;
}
.gecorowsfrom {
  padding: 5px;
  margin: 5px;
  border-bottom: 3px solid #C4C4C4;
  font-weight: 300;
  text-align: right;
  color: #B600FF;
}

.gecorowsblack {
  padding: 5px;
  margin: 5px;
  border-bottom: 2px solid #E4E4E4;
  font-weight: 600;
  text-align: right;
}
.gecorowsheavy {
  padding: 5px;
  margin: 5px;
  border-bottom: 2px solid #E4E4E4;
  font-weight: 600 !important;
  text-align: right;
  color: #B600FF !important;
}

.myfontstyle {
    width:300px !important;

}
@media (min-width: 768px) {
  .myfontstyle {
    width:400px !important;
  }
}

@media (max-width:767px) {
  .mymarginclass {
    margin-top:100px !important
  }
}

..wt-secondary-container div.is-fw-500 > span{
  font-weight: 600;
  color: #BC46DB
}
.error_message em {
  color:#FF0000;
}
