@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
@import url("https://fonts.googleapis.com/css2?family=Sarabun&display=swap");

body {
  color: #2a2c37;
  font-family: "Sarabun", sans-serif;
  min-height: 100%;
}
html {
  height: 100%;
  scroll-behavior: smooth;
}

/**
Video Section
 */
.video-bg {
  position: relative;
  top: -88px;
  height: 100%;
  background-color: #0b1327;
  overflow: hidden;
}
#tully-video {
  position: absolute;
  object-fit: cover;
  object-position: 60%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.Fade_Header-bottom {
  bottom: -1px;
  z-index: 10;
  width: 100%;
  position: absolute;
  height: 0 !important;
  padding-top: 10%;
  background-image: linear-gradient(
    to bottom,
    rgba(30, 31, 36, 0),
    #0b1327 64%
  );
}
.level-two {
  position: relative;
  top: -88px;
  background-image: linear-gradient(#17181d, #17181d);
}
.gradient-level-1 {
  background-image: linear-gradient(#0b1327, #17181d);
}
.content-section {
  padding: 2rem 0.05rem;
}

h1.level-up {
  color: #15d291;
  background: -webkit-linear-gradient(#2febc4, #15d291);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
.create h1 {
  color: #fff65e;
  background: -webkit-linear-gradient(#fff65e, #ffea30);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
h1.store {
  color: #4789ff;
  background: -webkit-linear-gradient(#7dbdff, #4789ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
h1.distribute {
  color: #ff2e82;
  background: -webkit-linear-gradient(#ff5bb8, #ff2e82);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
h1.manage {
  color: #904dff;
  background: -webkit-linear-gradient(255deg, #c384ff 97%, #904dff 47%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
h1.try-tully {
  font-size: 4rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.16;
  letter-spacing: 1px;
  text-align: center;
  color: var(--white);
}
h1.founders {
  color: #1cd99f;
  font-weight: bold;
}
.try-tully p {
  color: var(--white);
  font-size: 1.2rem;
}

.content-section .sub-text {
  font-size: 1.125rem;
}
#tully-icon {
  position: relative;
  top: -2px;
}
.gradient-btn,
.gradient-btn:hover,
.gradient-btn:active,
.gradient-btn:focus {
  background-image: linear-gradient(74deg, #2be4bc, #13c587 54%);
  color: var(--white);
}
.gradient-btn.btn-large {
  padding: 1.5rem 4rem;
  border-radius: 40px;
  font-size: 1.2rem;
}
.gradient-btn.btn-med {
  padding: 0.7rem 1.2rem;
  border-radius: 20px;
  font-size: 0.9rem;
  background: #15d795 !important;
  margin-left: 1rem;
}
.gradient-btn.btn-med-large {
  padding: 0.9rem 1.8rem;
  border-radius: 25px;
  font-size: 1rem;
  background: #15d795 !important;
}
.gradient-btn.btn-med:focus,
.gradient-btn.btn-med:hover,
.gradient-btn.btn-med:active,
.gradient-btn.btn-med-large:focus,
.gradient-btn.btn-med-large:hover,
.gradient-btn.btn-med-large:active {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  padding-left: 2rem;
  padding-right: 2rem;
}

.navbar-light .navbar-nav .nav-link {
  color: #333;
  padding-left: 2rem;
  padding-right: 2rem;
}

.navbar-nav .nav-item .btn-med {
  margin-left: 0;
}

.image-joyner {
  background-image: url("../img/image-joyner.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  min-height: 80vh;
  display: none;
}
.image-joyner:after {
  content: "";
  position: fixed; /* stretch a fixed position to the whole screen */
  top: 0;
  height: 100vh; /* fix for mobile browser address bar appearing disappearing */
  left: 0;
  right: 0;
  z-index: -1; /* needed to keep in the background */
  background: url("../img/image-joyner.png") center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.parallax-window {
  min-height: 100vh;
  background: transparent;
}

.footer-section {
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  padding: 6rem 0 8rem 0;
}

.about-section {
  min-height: 600px;
  padding-bottom: 4rem;
}

.centered-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
/** 
	Pricing
*/
.pricing-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.pricing-section-header {
  font-size: 36px !important;
  font-weight: bold;
}

.pricing-section-sub-header {
  font-size: 18px !important;
}

.pricing-option {
  width: 375px;
  height: 768px;
  border-radius: 16px;
  box-shadow: 0 8px 16px -2px rgba(0, 0, 0, 0.2);
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
}

.pricing-option__title {
  font-size: 48px;
  display: flex;
  justify-content: center;
}

.pricing-option__price {
  font-size: 48px;
  display: flex;
  justify-content: center;
}

.pricing-option__button {
  display: flex;
  justify-content: center;
  width: 160px;
  margin: 0 !important;
  border-radius: 5px !important;
}

.pricing-option__button a {
  text-decoration: none;
  color: white;
  display: inline-block;
  width: 100%;
}

.pricing-option__info {
  display: flex;
  margin-left: 25px;
  font-size: 16px;
  /* font-weight: bold; */
}

.pricing-option__info span {
  font-size: 16px;
  font-weight: 500;
}

.pricing-option__info--single {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.pricing-option__info--single span {
  margin-left: 25px;
  font-size: 16px;
  font-weight: 600;
}

.pricing-option__img {
  display: flex;
  justify-content: center;
}

.pricing-option__img .img-collab {
  width: 270px;
}

.pricing-option:not(:first-child) {
  margin-left: 50px;
}

.pricing-option--blue {
  background-color: #3d9be9;
  color: white;
}

.pricing-pro-benefits-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  min-height: 700px;
}

.pricing-pro-benefits-option {
  margin-top: 50px;
  width: 300px;
  height: 544px;
  background-color: #f8f8f8;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 300px;
}

.pricing-pro-benefits-option:not(:first-child) {
  margin-left: 15px;
}

.pricing-pro-benefits-option__title {
  font-size: 24px;
  font-weight: bold;
  margin-top: 10px;
}

.pricing-pro-benefits-option__info {
  font-size: 14px;
  margin: 16px;
}

.pricing-pro-benefits__button {
  width: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px !important;
}

.pricing-compare-table {
  margin-top: 50px;
  border: 1px solid #edecec;
  width: 120%;
  min-width: 300px;
}

.pricing-compare-table__cell {
  border: 1px solid #edecec;
  text-align: center;
  width: 150px;
  height: 50px;
  font-size: 14px;
}

.pricing-compare-table__cell--left {
  border: 1px solid #edecec;
  text-align: left;
  padding-left: 15px;
}

.pricing-compare-table__cell--header {
  background-color: #f8f8f8;
}

.pricing-compare-table__headercell {
  height: 88px;
  width: 300px;
  font-size: 24px;
}

.pricing-compare-table__headercell__content {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.pricing-compare-table__headercell__blue {
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: white;
  background-color: #3d9be9;
}

.pricing-compare-table__headercell__content__title {
  font-weight: 600;
  font-size: 18px;
}

.pricing-compare-table__headercell__content__price {
  font-size: 14px;
}

.pricing-option__cell-button {
  width: 160px;
  margin: 0 !important;
  border-radius: 5px !important;
}

.pricing-option__cell-button a {
  text-decoration: none;
  color: white;
  display: inline-block;
  width: 100%;
}

.pricing-tick {
  height: 24px;
}

.pricing-compare-table__subheader td {
  border: none;
}

@media (max-width: 768px) {
  .pricing-compare-table__cell {
    font-size: 12px;
  }

  .pricing-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    flex-direction: column;
  }

  .pricing-option:not(:first-child) {
    margin: 0;
    margin-top: 50px;
  }

  .pricing-pro-benefits-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    min-height: 700px;
    flex-direction: column;
    align-items: center;
  }

  .pricing-pro-benefits-option {
    margin-bottom: 100px;
  }

  .pricing-compare-table {
    width: 100%;
  }

  .pricing-compare-table__headercell {
    padding: 5px;
  }

  .pricing-compare-table__cell {
    width: 100%;
  }

  .pricing-option {
    width: 100%;
  }

  .pricing-option__cell-button {
    margin: 0 !important;
    border-radius: 5px !important;
    width: 100px;
  }

  .pricing-compare-table__headercell__content__title {
    font-size: 16px;
  }
}

.stripe-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  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 */
}

.stripe-modal-content {
  background-color: #fefefe;
  margin: auto;
  border: 1px solid #888;
  width: 40%;
  height: 200px;
  position: relative;
}

@media (max-width: 768px) {
  .stripe-modal-content {
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    width: 80%;
    height: 200px;
  }
}
/**
Navbar
 */
@media (min-width: 1400px) {
  .container {
    /*max-width: 1400px;*/
  }
}
.navbar {
  position: relative;
  z-index: 99;
  background: transparent;
  padding: 1rem 0;
}

.footer-section > div {
  width: 100%;
}

.main-title {
  font-size: 4rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.94;
  letter-spacing: normal;
  color: var(--white);
}
.main-title.dark {
  color: #1f2026;
}
.about-content {
  margin-top: 8rem;
}
.about-content p {
  color: #1f2026;
  font-size: 1.2rem;
}
.sub-text {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: var(--white);
  margin-top: 1rem;
}
.video-center-content {
  position: relative;
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
}

.f-white {
  color: #fff;
}
.a-white,
.a-white:focus,
.a-white:active,
.a-white:hover {
  color: #fff;
  outline: 0px;
}

.f-light {
  color: #eee;
}

.max-width {
  max-width: 100%;
}

.align-center {
  display: flex;
  align-items: center;
  vertical-align: middle;
  height: 100%;
}

.no-padding {
  padding: 0;
}

.bg-blue {
  background: #15d291;
}

.bg-purple {
  background: #804bd8;
}

.bg-yellow {
  background: #fbe737;
  width: 100%;
}

.bg-black {
  background: #2a2c37;
}

.bg-dark-black {
  /* background: #292a35; */
  position: relative;
  background-image: linear-gradient(to bottom, #2a2c37, #17181d);
}
/*menu*/
#header {
  padding: 50px 0 0px;
  width: 100%;
}
/*#logo img{max-width: 200px;height: 100px;}*/

/* Nav Menu Essentials */

.nav-menu li:last-child a {
  height: 48px;
  border: 2px solid #fff;
  border-radius: 50px;
  padding: 0;
  text-align: center;
  line-height: 48px;
  width: 140px;
}

.nav-menu > li {
  display: inline-block;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  right: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

@media (max-width: 767px) {
  .content-section .img-col {
    margin: 3rem 0 4rem;
  }
  .col3 ul.small-list,
  .col3 ul.small-list li:last-child {
    margin-bottom: 0 !important;
  }
  .col6 .sub-text br,
  .col7 .sub-text br,
  .col10 .sub-text br {
    display: none;
  }
  .col10 a.green-link {
    display: block;
  }
}
/* Nav Meu Container */

@media (max-width: 768px) {
  /* #nav-menu-container {
        display: none;
		}*/
  .main-title {
    font-size: 2.5rem;
  }
  .auth-modal .modal-dialog {
    min-width: 100%;
    margin: 0;
  }
  .auth-modal .modal-content {
    min-height: 100vh;
    border-radius: 0;
  }
  .content-section h1 {
    font-size: 2.5rem !important;
    line-height: normal;
  }
  .content-section .sub-text {
    font-size: 0.9rem !important;
  }
  .sub-text {
    font-size: 15px;
  }
  .about-content {
    margin-top: 2rem;
    margin-bottom: 4rem;
  }
  .video-center-content {
    padding: 0 0.5rem;
  }
  .about-content .main-title {
    text-align: left !important;
    font-size: 3rem;
  }
  .about-content p.text-center {
    text-align: left !important;
    font-size: 1rem;
    letter-spacing: 1px;
  }
  .founders-section .mt-10rem {
    margin-top: 3rem !important;
  }
  .founders-section p {
    font-size: 1rem !important;
  }
  .navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .nav-container {
    padding: 0;
  }
  .footer-section {
    text-align: center;
    padding: 3rem 0 4rem 0;
  }
  .testimonial-content .testimonial-text {
    font-size: 1.5rem !important;
    min-height: 190px !important;
  }
  .carousel-control-prev .carousel-control-prev-icon,
  .carousel-control-next .carousel-control-next-icon {
    display: none;
  }
  .testimonial-content .row {
    min-height: 400px !important;
  }
  .Fade_Header-bottom {
    height: 160px;
  }
  .image-joyner {
    display: block;
  }
  .parallax-window {
    display: none;
  }
  .drag-top-57 {
    top: 0 !important;
  }
  .align-middle {
    text-align: center;
  }

  #closepopup {
    position: absolute;
    top: 0px !important;
    right: 0px !important;
    width: 32px;
  }
  .footer-bottom.newsletter {
    margin-top: 2rem;
  }
  #newsletter {
    display: block;
  }
  #newsletter .form-group {
    padding: 0 1.5rem;
  }
}

#closepopup {
  position: absolute;
  top: -25px;
  right: -25px;
  width: 32px;
}

/* Nav Meu Styling */

.nav-menu a {
  padding: 0 8px 0px 8px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  outline: none;
}

.nav-menu > li {
  margin-left: 50px;
}

.nav-menu ul {
  margin: 22px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 5px 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 16px;
  text-transform: none;
}

.nav-menu ul ul {
  margin-right: 10px;
  margin-top: 0;
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: absolute;
  right: 15px;
  z-index: 999;
  top: 55px;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
  font-weight: 700;
}

@media (max-width: 767px) {
  #mobile-nav-toggle {
    display: inline;
  }
  #nav-menu-container {
    display: none;
  }
}

/* Mobile Nav body classes */

.footer-main {
  position: relative;
  background: #1f2026;
}
.top88 {
  top: -88px;
}
.close-icon {
  position: absolute;
  right: 24px;
  top: 24px;
  cursor: pointer;
}
.close-icon img {
  width: 32px;
}
.footer-bottom a:hover {
  color: #fff;
}
.footer-bottom h5 {
  color: #fff;
  font-weight: bold;
  position: relative;
  font-size: 1.2rem;
  margin-bottom: 2rem;
}

.footer-links a {
  display: block;
  width: 100%;
  font-size: 1rem;
  margin-bottom: 1rem;
  color: #eee;
}

.footer-bottom ul li {
  display: block;
  margin-right: 30px;
  margin-bottom: 1rem;
}
.footer-bottom ul {
  padding: 0;
  margin: 0;
}
.copyrights.f-white {
  padding: 2rem 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.footer-bottom .sub-text {
  font-size: 15px;
}
.copyrights p {
  font-size: 1rem;
  color: #eee;
}

/*modal*/
.modal-main {
  padding: 0 !important;
}
#closeAuth,
.closeAuth {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 999;
}
.modal-main .modal-dialog {
  max-width: 100%;
  margin: 0 auto;
  height: 100%;

  padding: 50px;

  /* height: 100%; */
}
.modal-main .modal-content {
  border: none;
  border-radius: 0;
  outline: 0;
  height: 100%;
  /*min-height: 100vh;*/
  color: #fff;
  background: unset;
}
.full-modal a.back-icon {
  border: none;
  margin: 0;
  position: absolute;
  bottom: 50px;
  left: 60px;
  width: auto;
}
.no-account p {
  font-size: 24px;
  text-align: center;
  display: block;
  margin: 30px 0;
  width: 100%;
}

.no-account a:hover {
  color: #15d291;
}
.full-modal {
  display: flex;
  width: 100%;
  padding: 0;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.modal-right {
  margin-left: 7px;
}
.modal-left,
.modal-right {
  width: 100%;
  background-color: #252730;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  border-radius: 5px;
}
.full-modal h5 {
  font-size: 76px;
  font-weight: bold;
}
.full-modal a {
  display: block;
  max-width: 254px;
  margin: 15px auto;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 25px;
  width: 100%;
  border-radius: 50px;
  height: 74px;
  line-height: 74px;
  color: #fff;
  border: 2px solid #15d291;
  color: #15d291;
  margin-top: 74px;
}
.full-modal .modal-right a {
  border: 2px solid #804bd8;
  color: #804bd8;
}
#signin-modal {
  background: url(../img/sign-in-bg.jpg) no-repeat;
  padding: 50px;
  background-size: cover;
}
#signin-modal .modal-right {
  margin-left: 0;
  background-color: #fff;
  border-radius: 0 10px 10px 0px;
}
#signin-modal .modal-content {
  background: transparent;
}
#signin-modal .modal-right {
  color: #2a2c37;
  padding: 100px;
}
#signin-modal .modal-right h2 {
  font-size: 50px;
  text-align: left;
  font-weight: 700;
  display: block;
  width: 100%;
}
#signin-modal .modal-right form {
  width: 100%;
  text-align: left;
  margin-top: 60px;
}
#signin-modal .modal-right form .form-group {
  margin-bottom: 42px;
}
#signin-modal .modal-right form label {
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
}
#signin-modal .modal-right form .form-control {
  background: #fff;
  border: none;
  color: #000;
  border-radius: 0;
  height: 70px;
  border-bottom: 2px solid #2a2c37;
  padding: 0;
}
#signin-modal .modal-right form button {
  display: block;
  max-width: 253px;
  background-color: transparent;
  cursor: pointer;
  margin: 95px auto 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 25px;
  width: 100%;
  border-radius: 50px;
  height: 72px;
  line-height: 72px;
  /* color: #fff; */
  border: 2px solid #15d291;
  color: #15d291;
}

.h100p {
  height: 100%;
}

.pinkbg {
  background-color: #ff1273;
}

.whitebg {
  background-color: #fff;
}

.fade-enter-active,
.fade-leave-active {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.slide-fade-enter-active {
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease,
    -webkit-transform 0.3s ease;
}

.slide-fade-leave-active {
  -webkit-transition: opacity 0.4s cubic-bezier(1, 0.5, 0.8, 1),
    -webkit-transform 0.4s cubic-bezier(1, 0.5, 0.8, 1);
  transition: transform 0.4s cubic-bezier(1, 0.5, 0.8, 1),
    opacity 0.4s cubic-bezier(1, 0.5, 0.8, 1),
    -webkit-transform 0.4s cubic-bezier(1, 0.5, 0.8, 1);
}

.slide-fade-enter,
.slide-fade-leave-to {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
  opacity: 0;
}

.fade-enter-active,
.fade-leave-active {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

[v-cloak] {
  display: none;
}
[v-cloak] .v-cloak--hidden {
  display: none;
}

.testimonial-content .row {
  min-height: 600px;
}
.testimonial-content .testimonial-text {
  min-height: 300px;
  font-size: 3rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.37;
  letter-spacing: 1px;
  text-align: center;
  color: var(--white);
}
.carousel-indicators {
  bottom: -5px;
}
.carousel-indicators li {
  border-radius: 12px;
  width: 12px;
  height: 12px;
  background-color: #404040;
}

.small-list {
  list-style: none;
  padding: 0;
}
.small-list li {
  background: url("../img/icon-check.svg") no-repeat 0 0;
  padding-left: 35px; /* the width of your image + some space */
  margin: 1rem 0;
  color: var(--white);
  font-size: 15px;
}
.white-link,
.white-link:hover,
.white-link:active,
.white-link:focus {
  color: #fff;
}
.green-link,
.green-link:hover,
.green-link:active,
.green-link:focus {
  color: #13c386;
}
.light-green {
  color: #1cd99f;
}
.founders-section {
  background: #1f2026;
  min-height: 800px;
}
.founders-section p {
  font-size: 1.2rem;
  color: var(--white);
}
.mt-10rem {
  margin-top: 10rem;
}

#overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  /* opacity: 0; */
  /* transition: opacity 200ms ease-in-out; */
  z-index: 9998;
}
.footer-bottom.newsletter .form-control {
  background: transparent;
  border-radius: 30px;
  border: solid 1px #979797;
  color: #fff;
  height: 44px;
  -webkit-box-shadow: none;
  outline: -webkit-focus-ring-color auto 0;
}

.content-section h1 {
  font-size: 3.5rem;
}

.auth-modal .modal-content,
.black-modal .modal-content {
  background: #17181d;
  color: #fff;
}
.auth-modal .modal-dialog,
.black-modal .modal-content {
  max-width: 600px;
}
.auth-modal .modal-header,
.auth-modal .modal-footer,
.black-modal .modal-header,
.black-modal .modal-footer {
  border: 0;
}
.auth-modal .title,
.black .title {
  font-size: 2rem;
}

/**
Auth Modal
 */

.auth-modal form .form-control {
  background-color: #272727;
  border: 0;
  height: 48px;
  color: #fff;
  font-size: 14px;
  border-radius: 25px;
}

.element-field {
  background-color: #272727;
  border: 0;
  height: 48px;
  padding: 15.6px 8px;
  border-radius: 25px;
}

.black-modal form .form-group label,
.auth-modal form .form-group label {
  color: #7d7d7d;
  font-size: 14px;
}
.auth-modal .text-theme-mute {
  color: #7d7d7d;
}
.auth-modal .subtitle {
  font-size: 14px;
}
.black-modal .btn-theme,
.auth-modal .btn-theme {
  background: #22d197;
  border-radius: 24px;
  color: #fff;
  letter-spacing: 1px;
  height: 50px;
  font-size: 1.2rem;
  font-weight: bold;
}
.black-modal .btn-theme.btn-lg,
.auth-modal .btn-theme.btn-lg {
  font-size: 16px;
}
.auth-modal a,
.auth-modal a:hover,
.auth-modal a:active,
.auth-modal a:focus {
  color: #22d197;
}
.auth-modal .btn-default {
  background: #ffffff;
  border: 1px solid #f0f7f5;
  color: #22d197;
}
.black-modal .loader,
.auth-modal .loader-container {
  z-index: 10;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: transparent;
}
.black-modal .circle-loader,
.auth-modal .circle-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -2em;
  margin-top: -2em;
  border: 5px solid #eaeaea;
  border-left-color: #22d197;
  animation-name: loader-spin;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  display: inline-block;
  vertical-align: top;
}
.black-modal .circle-loader,
.black-modal .circle-loader:after,
.auth-modal .circle-loader,
.auth-modal .circle-loader:after {
  border-radius: 50%;
  width: 4em;
  height: 4em;
}
@keyframes loader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.auth-modal .intl-tel-input {
  display: block !important;
}

.auth-modal .timer {
  font-size: 2rem;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.3s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}
.slide-fade-enter-active {
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease;
}
.slide-fade-leave-active {
  -webkit-transition: opacity 0.4s cubic-bezier(1, 0.5, 0.8, 1),
    -webkit-transform 0.4s cubic-bezier(1, 0.5, 0.8, 1);
  -o-transition: transform 0.4s cubic-bezier(1, 0.5, 0.8, 1),
    opacity 0.4s cubic-bezier(1, 0.5, 0.8, 1);
  transition: transform 0.4s cubic-bezier(1, 0.5, 0.8, 1),
    opacity 0.4s cubic-bezier(1, 0.5, 0.8, 1),
    -webkit-transform 0.4s cubic-bezier(1, 0.5, 0.8, 1);
}
.slide-fade-enter,
.slide-fade-leave-to {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
  opacity: 0;
}
.grecaptcha-badge {
  visibility: hidden;
}
.google-policy {
  margin-top: 1rem;
  color: #999;
}
.google-policy .green-link,
.green-link:hover,
.green-link:active,
.green-link:focus {
  color: #baccc6;
}

.stripe-payment-form.stripe-payment-form2 {
  background-color: #fff;
  padding: 15px;
}

.stripe-payment-form.stripe-payment-form2 * {
  font-family: Source Code Pro, Consolas, Menlo, monospace;
  font-size: 16px;
  font-weight: 500;
}

.stripe-payment-form.stripe-payment-form2 .row {
  display: -ms-flexbox;
  display: flex;
  margin: 0 5px 10px;
}

.stripe-payment-form.stripe-payment-form2 .field {
  position: relative;
  width: 100%;
  height: 50px;
  margin: 0 10px;
}

.stripe-payment-form.stripe-payment-form2 .field.half-width {
  width: 50%;
}

.stripe-payment-form.stripe-payment-form2 .field.quarter-width {
  width: calc(25% - 10px);
}

.stripe-payment-form.stripe-payment-form2 .baseline {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #cfd7df;
  transition: background-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.stripe-payment-form.stripe-payment-form2 label {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 8px;
  color: #cfd7df;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transform-origin: 0 30%;
  cursor: text;
  pointer-events: none;
  transition-property: color, transform;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.stripe-payment-form.stripe-payment-form2 .input {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding-bottom: 7px;
  color: #32325d;
  background-color: transparent;
}

.stripe-payment-form.stripe-payment-form2 .input::-webkit-input-placeholder {
  color: transparent;
  transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.stripe-payment-form.stripe-payment-form2 .input::-moz-placeholder {
  color: transparent;
  transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.stripe-payment-form.stripe-payment-form2 .input:-ms-input-placeholder {
  color: transparent;
  transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.stripe-payment-form.stripe-payment-form2 .input.StripeElement {
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: opacity;
}

.stripe-payment-form.stripe-payment-form2 .input.focused,
.stripe-payment-form.stripe-payment-form2 .input:not(.empty) {
  opacity: 1;
}

.stripe-payment-form.stripe-payment-form2
  .input.focused::-webkit-input-placeholder,
.stripe-payment-form.stripe-payment-form2
  .input:not(.empty)::-webkit-input-placeholder {
  color: #cfd7df;
}

.stripe-payment-form.stripe-payment-form2 .input.focused::-moz-placeholder,
.stripe-payment-form.stripe-payment-form2 .input:not(.empty)::-moz-placeholder {
  color: #cfd7df;
}

.stripe-payment-form.stripe-payment-form2 .input.focused:-ms-input-placeholder,
.stripe-payment-form.stripe-payment-form2
  .input:not(.empty):-ms-input-placeholder {
  color: #cfd7df;
}

.stripe-payment-form.stripe-payment-form2 .input.focused + label,
.stripe-payment-form.stripe-payment-form2 .input:not(.empty) + label {
  color: #aab7c4;
  transform: scale(0.85) translateY(-10px);
  cursor: default;
}

.stripe-payment-form.stripe-payment-form2 .input.focused + label {
  color: #24b47e;
}

.stripe-payment-form.stripe-payment-form2 .input.invalid + label {
  color: #ffa27b;
}

.stripe-payment-form.stripe-payment-form2 .input.focused + label + .baseline {
  background-color: #24b47e;
}

.stripe-payment-form.stripe-payment-form2
  .input.focused.invalid
  + label
  + .baseline {
  background-color: #e25950;
}

.stripe-payment-form.stripe-payment-form2 input,
.stripe-payment-form.stripe-payment-form2 button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-style: none;
}

.stripe-payment-form.stripe-payment-form2 input:-webkit-autofill {
  -webkit-text-fill-color: #e39f48;
  transition: background-color 100000000s;
  -webkit-animation: 1ms void-animation-out;
}

.stripe-payment-form.stripe-payment-form2 .StripeElement--webkit-autofill {
  background: transparent !important;
}

.stripe-payment-form.stripe-payment-form2 input,
.stripe-payment-form.stripe-payment-form2 button {
  -webkit-animation: 1ms void-animation-out;
}

.stripe-payment-form.stripe-payment-form2 button {
  display: block;
  width: calc(100% - 30px);
  height: 40px;
  margin: 40px 15px 0;
  background-color: #24b47e;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
}

.stripe-payment-form.stripe-payment-form2 .error svg {
  margin-top: 0 !important;
}

.stripe-payment-form.stripe-payment-form2 .error svg .base {
  fill: #e25950;
}

.stripe-payment-form.stripe-payment-form2 .error svg .glyph {
  fill: #fff;
}

.stripe-payment-form.stripe-payment-form2 .error .message {
  color: #e25950;
}

.stripe-payment-form.stripe-payment-form2 .success .icon .border {
  stroke: #abe9d2;
}

.stripe-payment-form.stripe-payment-form2 .success .icon .checkmark {
  stroke: #24b47e;
}

.stripe-payment-form.stripe-payment-form2 .success .title {
  color: #32325d;
  font-size: 16px !important;
}

.stripe-payment-form.stripe-payment-form2 .success .message {
  color: #8898aa;
  font-size: 13px !important;
}

.stripe-payment-form.stripe-payment-form2 .success .reset path {
  fill: #24b47e;
}

.cell .stripe-payment-form .stripe-payment-form2 {
  padding: 25px;
}

.stripe-payment-form.submitted .success,
.stripe-payment-form.submitting .success {
  pointer-events: all;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.stripe-payment-form.submitting .success .icon {
  opacity: 1;
  /* animation: spin 10s linear infinite; */
}

.stripe-payment-form.submitted .success > * {
  opacity: 1;
  /* transform: none !important; */
}

.stripe-payment-form.submitted .success > :nth-child(2) {
  transition-delay: 0.1s;
}

.stripe-payment-form.submitted .success > :nth-child(3) {
  transition-delay: 0.2s;
}

.stripe-payment-form.submitted .success > :nth-child(4) {
  transition-delay: 0.3s;
}

.stripe-payment-form.submitted .success .icon .border,
.stripe-payment-form.submitted .success .icon .checkmark {
  opacity: 1;
  stroke-dashoffset: 0 !important;
}

.stripe-payment-form .success > * {
  /* transition-property: opacity, transform;
	transition-duration: 0.35s;
	transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); */
  opacity: 0;
  /* transform: translateY(50px); */
}
.stripe-payment-form .success .icon {
  margin: 15px 0 30px;
  /* transform: translateY(70px) scale(0.75); */
}

.stripe-payment-form .success .icon {
  display: flex;
  justify-content: center;
  height: 100px;
  /* will-change: transform; */
}

.stripe-payment-form .success .icon .border {
  /* stroke-dasharray: 251;
	stroke-dashoffset: 62.75; */
  transform-origin: 50% 50%;
  /* transition: stroke-dashoffset 0.35s cubic-bezier(0.165, 0.84, 0.44, 1); */
  animation-name: spin;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.stripe-payment-form .success .icon .checkmark {
  stroke-dasharray: 60;
  stroke-dashoffset: 60;
  /* transition: stroke-dashoffset 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) 0.35s; */
}

.stripe-payment-form .success .title {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 8px;
}

.stripe-payment-form .success .message {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 25px;
  line-height: 1.6em;
}

.stripe-payment-form .success .message span {
  font-size: inherit;
}

.stripe-payment-form .success .reset:active {
  transition-duration: 0.15s;
  transition-delay: 0s;
  opacity: 0.65;
}

.stripe-payment-form .success .reset svg {
  will-change: transform;
}

.stripe-payment-form2 .success {
  display: none;
}

.stripe-spinner {
  display: flex;
  justify-content: center;
}

.stripe-spinner--off {
  display: none;
}

.stripe-close {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.stripe-close .stripe-form-close-button {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 999;
}

.stripe-payment-error {
  display: none;
  text-align: center;
}

.stripe-payment-error--show {
  display: flex;
  justify-content: center;
}

.stripe-payment-in-progress {
  display: none;
}

.stripe-payment-in-progress--show {
  display: flex;
  justify-content: center;
  color: #24b47e;
}

.stripe-payment-completed {
  display: none;
}

.stripe-payment-completed--show {
  display: flex;
  justify-content: center;
  color: #24b47e;
}

.StripeElement--focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.StripeElement--webkit-autofill {
  background-color: #3a3a3a !important;
}

#payment-modal .modal-content {
  min-height: 394px;
}

#payment-modal .success-screen {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

@media (min-width: 768px) {
  .content-section {
    min-height: 500px;
    padding: 4rem 0.05rem;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .content-section.mih-auto-md {
    min-height: auto;
  }
}

@media (min-width: 992px) {
  .vh80 {
    min-height: 500px;
  }

  .content-section {
    min-height: 500px;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
