@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;700&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");
@import url('https://use.fontawesome.com/releases/v5.15.0/css/all.css');
body {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  color: #4A433C;
  background-color: #ffffff;
}
a:focus, button:focus {
  outline: none;
}
.t-orange {
  color: #ff9900;
}
.t-blue {
  color: #3366ff;
}
.bg-grey {
  background-color: #ebe9ea;
}
hr.divider {
  background: rgb(255,255,255);
  background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,123,6,1) 25%, rgba(255,123,6,1) 50%, rgba(255,123,6,1) 75%, rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,123,6,1) 25%, rgba(255,123,6,1) 50%, rgba(255,123,6,1) 75%, rgba(255,255,255,1) 100%);
  background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,123,6,1) 25%, rgba(255,123,6,1) 50%, rgba(255,123,6,1) 75%, rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  border: 0;
  height: 4px;
}
h2 {
  font-size: 46px;
  line-height: 1.25em;
}
.btn-cta {
  font-size: 1rem;
  font-weight: 700;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, .3);
  color: #fbfaf6;
  border-radius: 3px;
  border: solid 1px #da7c0c;
  background: rgb(244,122,32);
  background: -moz-linear-gradient(0deg, rgba(244,122,32,1) 0%, rgba(250,165,26,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(244,122,32,1) 0%, rgba(250,165,26,1) 100%);
  background: linear-gradient(0deg, rgba(244,122,32,1) 0%, rgba(250,165,26,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f47a20",endColorstr="#faa51a",GradientType=1);
}
.btn-cta:hover, .btn-cta:focus {
  outline: none;
  color: #ffffff;
  box-shadow: none;
}
.join-today .btn-cta {
  font-size: 2.25rem;
  padding: .25rem 1rem;
  border-radius: .75rem;
  width: 420px;
  max-width: 100%;
}
.join-today {
  padding-left: 15px;
  padding-right: 15px;
}
.btn-thumb {
  display: inline-block;
  padding: 0;
  border: none;
}
.btn-thumb:hover {
  box-shadow: 1px 6px 12px 0 rgba(0, 0, 0, .2);
}
.btn-thumb img {
  max-width: 100%;
}
.btn-play {
  font-size: 1rem;
  line-height: 1;
  border-radius: 1.5rem;
  font-weight: 700;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, .3);
  color: #fbfaf6;
  border-radius: 3px;
  border: solid 1px #da7c0c;
  background: rgb(244,122,32);
  background: -moz-linear-gradient(0deg, rgba(244,122,32,1) 0%, rgba(250,165,26,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(244,122,32,1) 0%, rgba(250,165,26,1) 100%);
  background: linear-gradient(0deg, rgba(244,122,32,1) 0%, rgba(250,165,26,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f47a20",endColorstr="#faa51a",GradientType=1);
}
.btn-play:hover {
  color: #ffffff;
  background: rgb(244,122,32);
  background: -moz-linear-gradient(180deg, rgba(244,122,32,1) 0%, rgba(250,165,26,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(244,122,32,1) 0%, rgba(250,165,26,1) 100%);
  background: linear-gradient(180deg, rgba(244,122,32,1) 0%, rgba(250,165,26,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f47a20",endColorstr="#faa51a",GradientType=1);
}
.btn-play i {
  margin-right: .25rem;
}
.pl-header {
  min-height: 102px;
  padding: 10px 0;
  background-color: #000000;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}
.pl-header .pl-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}
.pl-header .logo {
  width: 30%;
}
.pl-header .logo img {
  width: 240px;
  max-width: 100%;
  height: auto;
  display: block;
}
.pl-header a {
  color: #ffffff;
}
.pl-header a:hover {
  text-decoration: none;
}
.pl-header a:hover,
.pl-header .active a {
  color: #DE8226;
}
.header-menu {
  width: 70%;
}
.header-menu-top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 13px;
  font-weight: 700;
}
.header-menu-top ul > li {
  margin-left: 20px;
}
.header-menu-main {
  justify-content: flex-end;
  text-transform: uppercase;
  margin-top: 30px;
  font-size: 13px;
  font-weight: 700;
}
.header-menu-main ul > li {
  margin-left: 35px;
}
.header-menu-main ul > li:first-child,
.header-menu-top ul > li:first-child {
  margin-left: 0;
}
.header-menu-main ul > li > a {
  display: block;
  line-height: 20px;
}
.langsel {
  margin-left: 30px;
}
.login-button {
  margin-left: 20px;
  text-align: center;
  text-transform: uppercase;
}
.login-button img {
  display: block;
  margin: auto;
  vertical-align: top;
}
.login-button span {
  display: block;
  margin-top: 2px;
  line-height: 1;
}
.main-banner {
  padding-top: 7rem;
  min-height: 430px;
  padding-bottom: 2rem;
  background-color: #000000;
  background-image: url(/images/default/main-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.main-banner .content {
  justify-content: flex-end;
}
.main-banner h1 {
  margin-bottom: 1.5rem;
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 3px 3px 15px rgba(0, 0, 0, .2);
}
.main-banner .btn-play {
  font-size: 1.25rem;
  border-radius: 2.5rem;
  padding: .75rem 1.5rem;
}
.pl-products h2 {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
}
.pl-products .join-price {
  font-size: 20px;
  margin-top: 10px;
}
.pl-products .list {
  width: 1024px;
  max-width: 100%;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  justify-content: space-between;
  text-align: center;
}
.pl-products .list li {
  width: 20%;
  padding: 0 5px;
}
.pl-products .list li img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.pl-products .list li span {
  display: block;
  line-height: 1.2em;
  margin-top: 10px;
}
.testimonials-list {
  display: flex;
  justify-content: center;
  justify-content: center;
}
.testimonials-list .btn-thumb {
  margin: 10px;
}
.pl-opportunity h3 {
  font-size: 30px;
}
.pl-opportunity ul.list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pl-opportunity ul.list li {
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 3.5rem;
}
.pl-opportunity ul.list li i {
  font-size: 1.5rem;
  line-height: 1;
  width: 3rem;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
}
.unlimited-depth .block {
  border: 2px solid #ff9900;
  border-radius: 0;
}
.unlimited-depth .infograph {
  width: 760px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.unlimited-depth .text-block {
  width: 500px;
  position: absolute;
  top: 500px;
  left: 260px;
}
.pl-whyus,
.pl-contact {
  font-size: 1.25rem;
}
.pl-whyus ul.list li {
  margin-bottom: .75rem;
}
.pl-footer {
  font-size: 13px;
  line-height: 1.6em;
}
.copyright {
  color: #908F8E;
}
.copyright a {
  color: #908F8E;
}
.copyright a:hover {
  color: #FB7C3C;
}
ul.terms {
  justify-content: center;
}
ul.terms li {
  padding: 0 7px;
  position: relative;
}
ul.terms li::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 1px;
  height: 10px;
  background-color: #908F8E;
}
ul.terms li:first-child::before {
  content: none;
}
ul.terms a {
  text-transform: uppercase;
}
#videoModal .modal-content{
  background-color: #000000;
  color: #ffffff;
}
#videoModal .modal-header {
  border-bottom: none;
}
#videoModal .close {
  color: #ffffff;
  text-shadow: none;
}
a.livechat {
  width: 137px;
  height: 34px;
  position: fixed;
  top: 215px;
  right: -13px;
  transition: all 0.3s linear;
  z-index: 100;
}
a.livechat:hover{
  right: 0;
}
.video-box {
  border: 6px solid #000000;
  background-color: rgba(0, 0, 0, .25);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .25);
}
/* Products page */
.product-information-img {
  width: 50%;
  margin-bottom: 15px;
  margin-right: 20px;
  float: left;
}
.even .product-information-img {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}
/* Products page Ends */
/* Login page */
.pl-login-page,
.pl-contact {
  padding-top: 4rem;
  padding-bottom: 2rem;
  min-height: calc(100vh - 282px);
}
.form-wrapper {
  margin: 0 auto;
  max-width: 100%;
  width: 600px;
  padding: 24px;
  background-color: #fffbe4;
  border-radius: 5px;
  border: 2px #db8027 solid;
}
.form-wrapper form {
  max-width: 100%;
  width: 330px;
  margin-left: auto;
  margin-right: auto;
}
.form-wrapper p, .form-wrapper a {
  font-size: 14px;
  line-height: 1.2em;
}
.form-wrapper a {
  text-decoration: underline;
}
.form-wrapper a:hover {
  text-decoration: none;
}
.form-title {
  font-size: 24px;
}
.pl-form-group {
  position: relative;
  text-align: left;
}
.pl-form-group label {
  position: relative;
  z-index: 1;
  width: 90px;
  margin: 0;
  padding: 0 1px;
  font-size: 14px;
  line-height: 28px;
  border-top-left-radius: 3px;
  background-color: #f68b24;
  color: #ffffff;
  text-align: center;
  box-shadow: 1px 2px 2px rgba(204, 204, 204, .8);
}
.lostpass label {
  width: 142px;
}
.pl-form-group .required {
  color: #bd3500;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  position: absolute;
  top: 12px;
  right: 10px;
  z-index: 1;
}
input.form-control:not(textarea) {
  border: 1px solid #f68b24;
  border-radius: 3px;
  height: 40px;
}
.pl-form-group .form-control {
  margin-top: -28px;
  padding-left: 100px;
  position: relative;
}
.lostpass .form-control {
  padding-left: 155px;
}
.pl-form-group .form-control:focus {
  padding: .375rem .75rem;
  z-index: 2;
}
.btn-submit {
  font-size: 16px;
  font-weight: 700;
  padding: 5px 30px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, .3);
  color: #fbfaf6;
  border-radius: 3px;
  border: solid 1px #da7c0c;
  background: rgb(244,122,32);
  background: -moz-linear-gradient(0deg, rgba(244,122,32,1) 0%, rgba(250,165,26,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(244,122,32,1) 0%, rgba(250,165,26,1) 100%);
  background: linear-gradient(0deg, rgba(244,122,32,1) 0%, rgba(250,165,26,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f47a20",endColorstr="#faa51a",GradientType=1);
}
.btn-submit:hover, .btn-submit:focus {
  color: #fbfaf6;
  box-shadow: none;
}
/* Login page Ends */

@media only screen and (max-width: 1199px) {
  a.livechat {
    top: 130px;
  }
  .join-today .btn-cta {
    font-size: 1.75rem;
    width: 360px;
  }
  h2 {
    font-size: 30px;
    width: 100%;
  }
  .pl-header .pl-container {
    padding: 0 15px;
  }
  .pl-header .logo img {
    width: 200px;
  }
  .header-menu-top ul > li,
  .langsel,
  .login-button {
    margin-left: 10px;
  }
  .header-menu-main ul > li {
    margin-left: 15px;
  }
  .main-banner {
    padding-top: 6rem;
    min-height: 320px;
  }
  .main-banner h1 {
    font-size: 1.75rem;
  }
  .main-banner .content {
    justify-content: flex-start;
  }
  .testimonials-list {
    width: 600px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .unlimited-depth .infograph {
    width: 660px;
  }
  .unlimited-depth .text-block {
    width: 440px;
    top: 430px;
    left: 230px;
  }
}
@media only screen and (max-width: 991px) {
  .pl-opportunity .list + .join-today {
    text-align: center;
  }
  .unlimited-depth .infograph {
    width: 100%;
  }
  .unlimited-depth .text-block {
    width: auto;
    position: static;
  }
}
@media only screen and (max-width: 767px) {
  a.livechat {
    width: 137px;
    height: 44px;
    transform: rotate(-90deg);
    right: -57px;
    top: 50%;
  }
  a.livechat:hover {
    right: -57px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 18px;
  }
  .join-today {
    padding-left: 15px;
    padding-right: 15px;
  }
  #videoModal .modal-body {
    padding: .25rem;
  }
  .pl-header .pl-container,
  .header-menu-top,
  .header-menu-top .nav,
  .header-menu-main .nav {
    flex-direction: column;
  }
  .pl-header .logo,
  .header-menu {
    width: 100%;
  }
  .pl-header .logo img {
    max-width: 100%;
    margin: 0 30px 0 0;
  }
  .header-menu-top .nav {
    justify-content: center;
  }
  .header-menu-top ul > li,
  .langsel,
  .login-button,
  .header-menu-main .nav li {
    margin-left: 0;
  }
  .header-menu-top {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .header-menu-top li {
    line-height: 24px;
    text-align: center;
  }
  .langsel {
    margin-bottom: 10px;
  }
  .langsel a {
    margin: 0 5px;
  }
  .navbar-expand-md {
    text-align: right;
  }
  .navbar-toggler {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: .25rem .5rem;
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.5);
  }
  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  .header-menu-main {
    text-align: left;
  }
  .header-menu-main .nav li {
    padding: .5rem 1rem;;
  }
  .main-banner {
    min-height: 0px;
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-position: right bottom;
  }
  .main-banner h1 {
    font-size: 3rem;
    text-shadow: 3px 3px 50px rgb(0,0,0,.5);
  }
  .pl-products .list,
  .testimonials-list {
    flex-direction: column;
  }
  .pl-products .list li {
    width: 100%;
    padding: 0;
    margin-bottom: 1.25rem;
  }
  .pl-contacts {
    text-align: center;
  }
  ul.terms {
    margin-top: 20px;
    flex-direction: column;
  }
  ul.terms li::before {
    content: none;
  }
  .product-information h3 {
    text-align: center;
  }
  .product-information-img {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .even .product-information-img {
    float: none;
    margin-left: 0;
  }
  .product-information .lead {
    font-size: 18px;
  }
  .video-box {
    border-width: 0;
  }
  .pl-login-page {
    padding-top: 2rem;
    padding-bottom: 2rem;
    min-height: 0;
  }
  .form-wrapper {
    padding: 20px;
  }
  .pl-whyus, .pl-contact {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 360px) {
  .pl-header .logo img {
    width: 180px;
  }
  .main-banner {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
