@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700;800&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.inner-wrapper {
  padding-left: 5%;
  padding-right: 5%;
}

.inner-wrapper-10 {
  padding-left: 15%;
  padding-right: 15%;
}
@media (max-width: 850px) {
  .inner-wrapper-10 {
    padding-left: 7%;
    padding-right: 7%;
  }
}

.flex-vert-ctr {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.text-center {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.head-sm {
  color: var(--text);
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}

.head-lg {
  color: var(--text);
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}

.btn-1 {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  margin: 2px 0;
  border: 3px solid var(--primary);
  text-transform: uppercase;
  font-weight: bold;
  color: var(--btn-text-alt);
}
.btn-1:hover {
  color: var(--btn-text-alt);
  background-color: var(--primary-hover);
}

.btn-sm {
  padding: 0.2em 1.8em;
  font-size: 1.5em;
  line-height: 1.5;
}

.btn-sm-green {
  padding: 0.2em 1.8em;
  font-size: 1.5em;
  line-height: 1.5;
  background-color: var(--primary);
  color: var(--btn-text-alt);
}

.btn-lg {
  padding: 0.5em 2em;
  font-size: 3vw;
  line-height: 1.5;
}

.cta {
  background-color: var(--primary);
  color: var(--btn-text-alt);
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bolder;
  transition: 0.3s all;
}
.cta:hover {
  color: var(--btn-text-alt);
  background-color: var(--primary-hover);
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.div-spacer {
  padding-top: 8%;
  padding-bottom: 8%;
}

.div-spacer-5 {
  padding-top: 5%;
  padding-bottom: 5%;
}

.text-pad {
  padding-left: 2em;
}

.pad-top {
  padding-top: 4em;
}

.play-btn {
  width: 35%;
}

.pad {
  padding-top: 2em;
  padding-bottom: 5em;
}

.play-btn-members {
  width: 18%;
}

/*------------------------------------*\
    # Simple Typography Settings
\*------------------------------------*/
/*------------------------------------*\
    # Type
\*------------------------------------*/
*, html, body {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

h1 {
  font-size: 2.5rem;
  margin-bottom: 24px;
}

h2 {
  font-size: 1.9230769231rem;
  margin-bottom: 18.4615384615px;
}

h3 {
  font-size: 1.6666666667rem;
  margin-bottom: 16px;
}

h4 {
  font-size: 1.4705882353rem;
  margin-bottom: 14.1176470588px;
}

h5 {
  font-size: 1.3888888889rem;
  margin-bottom: 13.3333333333px;
}

h6 {
  font-size: 1.25rem;
  margin-bottom: 12px;
}

p {
  margin-bottom: 20px;
  font-size: 1.0625rem;
  line-height: 1.5em;
  color: var(--text-on-surface);
}
p:last-of-type {
  margin-bottom: 0;
}

hr {
  height: 3px;
  margin: 30px 0;
  border: none;
  background-color: var(--text-on-surface);
  opacity: 0.3;
}

blockquote {
  margin: 30px 0;
  font-size: 1.4375rem;
  line-height: 1.5em;
  color: var(--text-muted-alt);
  text-align: center;
  font-style: italic;
}

table {
  width: 100%;
  margin: 30px 0;
  border-collapse: collapse;
}

table, td, th {
  border: 1px solid var(--border);
  text-align: left;
}

th {
  font-weight: 800;
}

th, td {
  padding: 15px;
}

figure {
  margin: 30px 0;
}
figure img {
  margin: 0;
}

figcaption {
  margin-top: 10px;
  color: var(--text-caption);
  font-size: 16px;
}

pre {
  display: block;
  margin: 0 0 40px 0;
  padding: 20px;
  background-color: var(--surface-light);
  border: 1px solid var(--border);
  overflow: auto;
  border-radius: 3px;
}
pre code {
  position: static;
  padding: 0;
  border: none;
  line-height: 1.5em;
}

code {
  position: relative;
  top: -0.2em;
  padding: 3px;
  font-family: Courier New, Courier, monospace;
  font-size: 0.8854166667rem;
  color: var(--text-on-surface);
  line-height: 1em;
  pointer-events: none;
  border: 1px solid var(--border);
  border-radius: 3px;
}

em,
i,
.italic {
  font-style: italic;
}

strong,
b,
.bold {
  font-weight: 800;
}

img {
  display: block;
  max-width: 100%;
}

.header-wrap {
  background: var(--nav-bg);
  transition: 0.5s;
}

header {
  width: 100%;
  height: auto;
  position: fixed;
  z-index: 3;
  /*Resize the wrap to see the search bar change!*/
}
@media (max-width: 540px) {
  header {
    height: auto;
  }
}
header .logo {
  float: left;
  display: flex;
  justify-self: center;
  padding-top: 0.5rem;
}
@media (max-width: 540px) {
  header .logo {
    flex-direction: column;
  }
}
header .logo a {
  padding-left: 1em;
  padding-top: 7px;
  padding-right: 1.5em;
}
@media (max-width: 540px) {
  header .logo a {
    padding-top: 5px;
    padding-left: 0.5em;
  }
}
@media (max-width: 768px) {
  header .logo img {
    visibility: hidden;
    margin-left: -50em;
  }
}
header .logo-mobile {
  visibility: visible;
}
@media (min-width: 769px) {
  header .logo-mobile {
    visibility: hidden;
  }
}
@media (min-width: 541px) and (max-width: 1200px) {
  header .logo img {
    width: 170px;
  }
}
@media (max-width: 540px) {
  header .logo img {
    width: 170px;
  }
}
header .wrap {
  width: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header .nav {
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
  margin-top: -1.5em;
  align-items: center;
}
header .nav li {
  display: inline-block;
  line-height: 50px;
  padding: 0 1em;
  font-size: 1.5em;
}
@media (min-width: 852px) and (max-width: 1020px) {
  header .nav li {
    padding: 0 3%;
  }
}
header .nav li:last-child {
  border-right: 0;
}
header .nav a {
  color: var(--nav-text);
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}
header .nav a:hover {
  text-decoration: none;
  color: var(--primary);
}
header .mob-nav {
  width: 20px;
  height: 50px;
  display: none;
  float: right;
  margin: 15px;
}
header .mob-nav .mob-nav-line {
  width: 100%;
  height: 5px;
  margin-bottom: 3px;
  background: var(--text);
  display: block;
}
@media (max-width: 768px) {
  header .mob-nav {
    display: block;
    cursor: pointer;
  }
}
@media (max-width: 768px) and (max-width: 850px) {
  header .mob-nav {
    height: auto;
    margin-top: -1em;
  }
}
@media (max-width: 768px) {
  header .nav {
    display: none;
    width: 100%;
    margin-top: 0px;
    padding: 0;
  }
  header .nav li {
    width: 100%;
    background: var(--bg);
    text-align: center;
    margin-right: 0;
    padding: 0;
  }
  header .nav li a {
    text-align: center;
    top: 0px;
    position: relative;
    color: var(--text-light);
    width: 100%;
    display: block;
  }
}
header .nav > li > a {
  position: relative;
  display: block;
  padding: 0;
  text-decoration: none;
}
header .active {
  display: block;
}

.support-btn {
  background: var(--primary);
  color: var(--bg);
  padding: 4px 20px !important;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: inline-block;
  text-transform: uppercase;
  transition: 0.3s ease background;
}
.support-btn :hover {
  background-color: transparent;
  color: var(--primary);
}

.new-mobile-nav {
  display: none;
}

.new-mobile-nav {
  display: block;
}

#support-mobile {
  display: none;
}

@media screen and (max-width: 1132px) {
  #support-mobile {
    display: block;
    position: absolute;
    top: 0.5em;
    right: 3em;
    color: var(--text);
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    opacity: 1;
    padding: 0 0.4em;
  }
  #support-mobile:hover {
    background-color: var(--text);
    color: var(--primary);
  }
}
@media screen and (max-width: 1132px) {
  .new-support-btn {
    background: var(--primary);
    color: var(--text);
    border-radius: 3px;
    padding: 10px 20px !important;
    font-weight: 700;
    letter-spacing: 0.05em;
    display: inline-block;
    text-transform: uppercase;
    border: none;
    transition: 0.3s ease background;
  }
}
.new-content {
  grid-gap: 1em;
}
@media (max-width: 540px) {
  .new-content {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
}

.main-card-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(35vw, 1fr));
  grid-gap: 1em;
}
@media (min-width: 320px) and (max-width: 539px) {
  .main-card-wrapper {
    grid-template-columns: 1fr;
    grid-gap: 0.5em;
  }
}

.main-card {
  position: relative;
  margin: 0 auto;
}

.card {
  position: relative;
}

.card-hover {
  opacity: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: var(--text) !important;
  text-decoration: none !important;
  padding: 48px;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
}
.card-hover img {
  margin-bottom: 1em;
}

.card-hover:hover {
  opacity: 1;
}

.newest-update {
  position: absolute;
  bottom: 0;
  left: 20px;
  z-index: 1;
  background-color: var(--badge-new-bg);
  color: var(--text);
  font-size: calc(10px + 0.5vw);
  padding: 0.5rem 2%;
  border: 2px solid var(--bg);
}

.hero {
  padding-bottom: 1rem;
}
.hero video {
  width: 100%;
  height: 100%;
}

.videos {
  background-color: var(--bg);
}
@media (max-width: 767px) {
  .videos .btn-right {
    display: none;
  }
  .videos h1 {
    font-size: 1.5em;
  }
  .videos .video-card-wrapper {
    padding-top: 2.5em;
    grid-template-columns: 1fr;
    grid-gap: 2em;
  }
  .videos .video-card .video-card-img {
    margin-top: -1.2em;
  }
  .videos .btn-sm {
    font-size: 1em;
  }
}
.videos .videos-title {
  width: 100%;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (min-width: 300px) and (max-width: 559px) {
  .videos .videos-title {
    flex-direction: column;
    align-items: flex-start;
  }
}
.videos .videos-title a {
  color: var(--primary);
}
@media (min-width: 300px) and (max-width: 559px) {
  .videos .videos-title a {
    padding-top: 1rem;
  }
}
.videos h1 {
  margin-bottom: 0;
  text-decoration: none;
  color: var(--text);
}
@media (min-width: 300px) and (max-width: 559px) {
  .videos h1 {
    font-size: 2em;
  }
}
@media (min-width: 560px) and (max-width: 768px) {
  .videos h1 {
    font-size: 2em;
  }
}

.v-wrapper {
  width: 100%;
  height: auto;
  padding-top: 2em;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 1em;
}
@media (min-width: 950px) and (max-width: 1129px) {
  .v-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 949px) {
  .v-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .v-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 300px) and (max-width: 479px) {
  .v-wrapper {
    grid-template-columns: 1fr;
  }
}

.vcard {
  position: relative;
}
.vcard .vcard-title {
  background-color: var(--primary);
  color: var(--text);
  padding: 10px;
  border-bottom: 1px solid var(--bg);
}
.vcard .vcard-title h5 {
  margin: 0;
  font-size: calc(4px + 1vw);
}
@media (min-width: 950px) and (max-width: 1129px) {
  .vcard .vcard-title h5 {
    font-size: calc(8px + 1vw);
  }
}
@media (min-width: 768px) and (max-width: 949px) {
  .vcard .vcard-title h5 {
    font-size: calc(9px + 1vw);
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .vcard .vcard-title h5 {
    font-size: calc(14px + 1vw);
  }
}
@media (min-width: 300px) and (max-width: 479px) {
  .vcard .vcard-title h5 {
    font-size: calc(16px + 1vw);
  }
}
.vcard .vcard-title p {
  font-size: calc(2px + 1vw);
}
@media (min-width: 768px) and (max-width: 949px) {
  .vcard .vcard-title p {
    font-size: calc(4px + 1vw);
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .vcard .vcard-title p {
    font-size: calc(8px + 1vw);
  }
}
@media (min-width: 300px) and (max-width: 479px) {
  .vcard .vcard-title p {
    font-size: 16px;
  }
}
.vcard .vcard-bottom {
  background-color: var(--surface);
  padding: 10px;
}
.vcard .vcard-bottom p {
  margin: 0;
  color: var(--text-light);
  line-height: 18px;
}
@media (min-width: 768px) and (max-width: 949px) {
  .vcard .vcard-bottom p {
    font-size: calc(8px + 1vw);
  }
}
@media (min-width: 380px) and (max-width: 767px) {
  .vcard .vcard-bottom p {
    font-size: calc(10px + 1vw);
  }
}
@media (min-width: 300px) and (max-width: 379px) {
  .vcard .vcard-bottom p {
    font-size: 16px;
  }
}
.vcard .vcard-img {
  position: relative;
}
.vcard .vcard-img img {
  width: 100%;
  transition: transform 0.5s ease;
  overflow: hidden;
}
.vcard .vcard-img img:hover {
  transform: scale(1.06);
}
.vcard .vcard-img span {
  background-color: var(--status-online);
  padding: 5px 8px;
  color: var(--bg);
  position: absolute;
  bottom: 0.5em;
  right: 0.5em;
  font-weight: bold;
}
.vcard .img-hover-zoom {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.play-hover {
  opacity: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.75);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: var(--text) !important;
  text-decoration: none !important;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
}
.play-hover img {
  margin-bottom: 1em;
}

.play-hover:hover {
  opacity: 1;
}

.video-card-title {
  position: absolute;
  top: 0;
}
.video-card-title h2 {
  margin: 0;
  font-size: calc(18px + 1vw);
}
@media (min-width: 768px) and (max-width: 998px) {
  .video-card-title h2 {
    font-size: 18px;
  }
}
@media (min-width: 300px) and (max-width: 768px) {
  .video-card-title h2 {
    font-size: 1.2em;
  }
}

.most-popular {
  background-color: var(--bg);
  padding-top: 3.5em;
  padding-bottom: 5em;
}
@media (min-width: 300px) and (max-width: 768px) {
  .most-popular {
    grid-template-columns: 1fr;
    padding: 10% 5%;
  }
}
@media (max-width: 767px) {
  .most-popular .btn-right {
    display: none;
  }
  .most-popular h1 {
    font-size: 1.5em;
  }
  .most-popular .video-card-wrapper {
    padding-top: 2.5em;
    grid-template-columns: 1fr;
    grid-gap: 2em;
  }
  .most-popular .btn-sm {
    font-size: 1em;
  }
}
.most-popular .title {
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
.most-popular h1 {
  margin-bottom: 0;
  text-decoration: none;
  color: var(--text);
}

.video-card-wrapper {
  width: 100%;
  height: auto;
  padding-top: 1em;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1em;
}
@media (min-width: 768px) and (max-width: 1285px) {
  .video-card-wrapper {
    grid-gap: 1em;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .video-card-wrapper {
    grid-template-columns: 1fr;
  }
}

.video-card {
  position: relative;
}
.video-card .video-card-title {
  color: var(--text);
  text-transform: uppercase;
  font-size: 3.5em;
  font-weight: bolder;
  padding: 20px;
}
.video-card .video-card-title h2 {
  margin: 0;
  font-size: calc(7px + 1vw);
}
@media (min-width: 768px) and (max-width: 998px) {
  .video-card .video-card-title h2 {
    font-size: 18px;
  }
}
@media (min-width: 300px) and (max-width: 768px) {
  .video-card .video-card-title h2 {
    font-size: 22px;
  }
}
.video-card .video-card-title-bottom {
  background-color: var(--text);
  color: var(--text-muted-alt);
  padding: 0.5em 1em;
  border-bottom: 1px solid var(--bg);
  display: flex;
  justify-content: space-between;
}
@media (min-width: 300px) and (max-width: 450px) {
  .video-card .video-card-title-bottom {
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 998px) {
  .video-card .video-card-title-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .video-card .video-card-title-bottom p:last-child {
    grid-column: 1/3;
    padding-top: 0.3rem;
  }
}
.video-card .video-card-title-bottom p {
  margin: 0;
}
@media (min-width: 768px) and (max-width: 998px) {
  .video-card .video-card-title-bottom p {
    font-size: calc(5px + 1vw);
  }
}
.video-card .video-card-img img {
  width: 100%;
  transition: transform 0.5s ease;
  overflow: hidden;
}
.video-card .video-card-img img:hover {
  transform: scale(1.06);
}
.video-card .img-hover-zoom {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.play-hover {
  opacity: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: var(--text) !important;
  text-decoration: none !important;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
}
.play-hover img {
  margin-bottom: 1em;
}

.play-hover:hover {
  opacity: 1;
}

.video-player {
  padding-top: 5em;
  position: relative;
}

.video-player h1 {
  padding-top: 1.2rem;
}

.hero {
  position: relative;
}

.video-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: var(--text) !important;
  text-decoration: none !important;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
}
.video-hover img {
  margin-bottom: 1em;
}

.videoplay-btn {
  width: 10%;
}

.overlay-style {
  text-align: center;
  /* padding: 20px 30px; */
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: all 0.5s;
  color: var(--text);
}

#modal {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.5);
  transform: scale(0);
  transition: transform 0.3s ease-in-out, border-radius 0.3s ease-in-out;
  overflow: hidden;
}
#modal:hover:before {
  transform: scale(1.5);
}
#modal:focus, #modal:target {
  transform: scale(1);
}
#modal h1 {
  font-weight: bolder;
}
#modal section {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  padding: 25px;
  box-sizing: border-box;
  background-color: var(--bg-dark);
  border: 1px solid var(--border-light);
  transform: translate(-50%, -50%);
  color: var(--text);
}

.pagination-style {
  width: 100%;
  padding: 2% 0;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--bg);
}

.page {
  display: inline-block;
  padding: 5px 15px;
  margin-right: 4px;
  border-radius: 3px;
  background: transparent;
  font-size: 1.5em;
  font-weight: 300;
  text-decoration: none;
  color: var(--pagination-link-color);
}

.page:hover {
  display: inline-block;
  padding: 5px 15px;
  margin-right: 4px;
  border-radius: 3px;
  border: solid 2px var(--pagination-link-border);
  background: transparent;
  font-size: 1.5em;
  font-weight: 300;
  text-decoration: none;
  color: var(--text);
}

.page.active {
  border: none;
  background: var(--surface-alt);
  color: var(--text);
  font-weight: bold;
  border: solid 2px var(--surface-alt);
}

.Footer_footer__1IwEk {
  text-align: center;
  margin-top: 50px;
  padding: 15px;
}

.SupportButton_joinButton__WlWGX {
  text-transform: uppercase;
  font-size: 2.2rem;
  padding: 0.5rem 2rem;
  background-color: var(--background-color);
  color: var(--text);
  font-weight: 700;
  border: 0;
  position: relative;
  cursor: pointer;
  width: 310px;
  height: 50px;
  outline: none;
}

.SupportButton_showOpacity__73kNt {
  opacity: 1;
}

.SupportButton_support___O6NB, .SupportButton_thank__wYo2t {
  top: 5px;
  margin: 0;
  left: 0;
  right: 0;
  position: absolute;
}

.SupportButton_hideOpacity__45R4u {
  opacity: 0;
}

.SupportButton_support___O6NB, .SupportButton_thank__wYo2t {
  top: 5px;
  margin: 0;
  left: 0;
  right: 0;
  position: absolute;
}

.Footer_footerInner__edqGC {
  text-align: center;
  margin-top: 15px;
  font-family: Monorale, open sans, sans-serif, Helvetica, Arial;
}

.Footer_footerInner__edqGC div {
  font-size: 18px;
  font-weight: 700;
}

.Footer_footerInner__edqGC label {
  display: inline-block;
  color: var(--surface-light);
  letter-spacing: 0.5px;
  padding: 12px 0;
}

.Footer_footerInner__edqGC div a {
  color: var(--text-muted);
  padding: 12px 8px;
}

.Footer_footerInner__edqGC div a {
  color: var(--text-muted);
  padding: 12px 8px;
}

.Footer_footerInner__edqGC p, .Footer_footerInner__edqGC p a {
  font-size: 10px;
  line-height: 16px;
  color: var(--text-muted);
  letter-spacing: 0.2pt;
}

.support-btn_2 {
  text-transform: uppercase;
  font-size: 2.2rem;
  padding: 0.5rem 2rem;
  background-color: var(--primary);
  color: var(--text);
  font-weight: 700;
  border: 0;
  position: relative;
  cursor: pointer;
  width: 310px;
  height: 50px;
  outline: none;
}
.support-btn_2:hover {
  background-color: var(--text);
  color: var(--primary);
  text-decoration: none;
}

footer a:hover {
  background-color: var(--btn-text-alt);
  color: var(--text);
  text-decoration: none;
}

.main-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding-top: 5em;
}

.join-head {
  display: flex;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
  padding-top: 5em;
}

.join-head img {
  width: 280px;
  padding: 1em 2em 2em 2em;
}

.join-head h2 {
  color: var(--text);
  font-size: 1.5em;
  padding: 0 0 1rem 1rem;
}

.join-head ul {
  color: var(--text);
  padding: 1.5rem 0 3rem 3rem;
  text-align: left;
  padding: 0 5rem 3rem 1rem;
}

.join-head ul li {
  font-size: 1em;
  list-style: none;
  padding: 0.2em 0;
  list-style: circle;
  color: var(--text-muted-2);
}

.join-images {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-column: 1/2;
  grid-row: 2/3;
}

.join-images img {
  width: 100%;
  height: auto;
}

.join-form {
  background-color: var(--surface);
  color: var(--text);
  grid-column: 1/3;
  height: 100%;
  border: 1px solid var(--border-light);
}

@media (min-width: 200px) and (max-width: 768px) {
  .join-head {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    display: grid;
    grid-template-columns: 10% 80% 10%;
  }
  .join-feat {
    grid-column: 2/3;
  }
  .join-head h2 {
    color: var(--text);
    font-size: 18px;
    padding: 0;
  }
}
/* FORM STYLES */
input {
  background: transparent;
  display: block;
  margin: 0 3px auto auto;
  width: 100%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border: 1px solid var(--bg);
  font-size: 1em;
  background-color: var(--text);
}

::placeholder {
  color: var(--text-placeholder);
  font-size: 12px;
  padding-left: 1em;
}

.form_input {
  display: flex;
}

.receive-email label {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 0.75em;
  position: relative;
  top: 1em;
  line-height: 0.5em;
  float: left;
  color: var(--text);
}

.check {
  width: auto;
}

.plan-selector {
  padding: 0 0 2em 0;
}

.plan-selector label {
  border: 1px solid var(--bg);
  background-color: var(--text);
  color: var(--bg);
}

label .text {
  float: left;
  width: 65%;
  text-align: center;
  font-family: "Oswald", sans-serif;
  line-height: 3.2em;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1em;
}

label .price {
  background-color: var(--bg);
  float: right;
  height: 100%;
  width: 35%;
  text-align: center;
  color: var(--text);
  font-family: "Oswald", sans-serif;
  line-height: 2.5em;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.5em;
}

.plan-selector input:checked + .plan-button {
  -webkit-filter: none;
  -moz-filter: none;
  filter: none;
  border: 1px solid var(--bg);
  background-color: var(--primary);
}

.plan-selector :checked + label {
  -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.65);
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.65);
}

.price p {
  font-size: 0.8em;
  color: var(--primary);
}

.plan-button {
  height: 50px;
}

.twodays, .onemonth, .threemonth, .sixmonth, .oneyear {
  background-image: none;
  background-color: transparent;
  margin: 0.3em;
}

.plan-button {
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 100%;
  height: 55px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  -webkit-transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
  -webkit-filter: brightness(1.2) grayscale(1) opacity(0.9);
  -moz-filter: brightness(1.2) grayscale(1) opacity(0.9);
  filter: brightness(1.2) grayscale(1) opacity(0.9);
}

@media (min-width: 1318px) {
  .plan-button {
    width: 100%;
    height: 55px;
  }
}
a.xlbtn {
  font-size: 2em;
  font-weight: bold;
  color: var(--text);
  background-color: var(--primary);
  padding: 6px 25px;
  transition: 0.3s ease all;
  border: 1px solid var(--primary);
  text-decoration: none;
}

button.xlbtn {
  font-size: 2em;
  font-weight: bold;
  color: var(--text);
  background-color: var(--primary);
  padding: 6px 25px;
  transition: 0.3s ease all;
  border: 1px solid var(--primary);
  text-decoration: none;
}

.join-logo {
  width: 250px;
  height: auto;
}

.header-text {
  color: var(--text);
}

.step-one {
  padding: 0 3em 3em 3em;
  color: var(--status-step);
}

.step-one p, .step-one h1 {
  margin: 0;
}

.create-acct {
  padding: 1em 0 0 0;
}

.step-two {
  color: var(--status-step);
  padding: 0 3em;
}

.join-wrapper {
  width: 100%;
  height: 100%;
}

.join-wrapper h1 {
  font-weight: bold;
  color: var(--bg);
}

.join-wrapper img {
  width: 250px;
  padding-bottom: 1em;
}

.join-wrapper h2 {
  color: var(--text);
  text-align: left;
  padding-bottom: 0.5em;
}

.join-wrapper span {
  font-weight: bolder;
  color: var(--text);
}

.plan-selector span {
  color: var(--bg);
}

select {
  width: 100%;
  padding: 0.5rem 1rem;
}

.join-btn-wrapper {
  padding-bottom: 2em;
}

/* Media query */
@media (min-width: 200px) and (max-width: 530px) {
  .main-wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    height: auto;
  }
  .join-head {
    grid-column: 1/2;
    grid-row: 1/2;
    padding-left: 3em;
    margin: 0;
    padding-left: 0;
    grid-template-columns: 1fr;
  }
  .join-head ul {
    padding: 1.5rem 1rem 3rem 1rem;
  }
  .join-head h2 {
    font-size: 1.5em;
    padding: 1em 0 0 0;
  }
  .join-feat {
    grid-column: 1/4;
    margin-left: 1.5em;
  }
  .join-head img {
    width: 300px;
    padding-top: 3em;
    padding-left: 2rem;
  }
  .join-images img {
    width: 100%;
    padding-bottom: 0.5rem;
  }
  .join-head ul li {
    font-size: 1em;
  }
  .step-one {
    padding: 0.5em 1em 3em 1em;
    color: var(--status-step);
  }
  .step-two {
    color: var(--text);
    padding: 1em 1em 0 1em;
  }
  .join-form {
    grid-column: 1/2;
    grid-row: 2/3;
    margin: 10px;
  }
  .join-images {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .hide_mobile {
    display: none;
  }
}
@media (min-width: 531px) and (max-width: 768px) {
  .main-wrapper {
    grid-template-columns: 3.5fr 1fr;
    max-width: 1600px;
  }
  .join-images img {
    width: 100%;
    height: auto;
  }
  .join-head {
    grid-column: 1/2;
    grid-row: 1/2;
    padding-left: 0;
    margin: 0;
    justify-content: space-between;
  }
  .join-head ul {
    padding: 2rem 5rem 3rem 5rem;
  }
  .join-head h2 {
    font-size: 1.6em;
    padding: 0 0 0 2.5rem;
  }
  .join-head ul li {
    font-size: 1.2em;
    padding: 0.2em 0;
  }
  .join-form {
    grid-column: 1/3;
    grid-row: 2/3;
    margin: 20px;
  }
  .join-images {
    grid-column: 2/3;
    grid-row: 1/2;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }
  .join-head img {
    width: 280px;
    padding: 1em 2em 2em 2em;
  }
  .join-feat {
    margin-left: 1.5em;
  }
}
/*Step Three Payment Method*/
.step-three {
  padding: 0 3em;
}

@media (min-width: 200px) and (max-width: 530px) {
  .step-three {
    padding: 0 1em;
  }
}
label .pp-bg {
  background-color: var(--surface-muted);
  float: right;
  height: 100%;
  width: 35%;
  text-align: center;
  color: var(--text);
  font-family: "Oswald", sans-serif;
  line-height: 2.5em;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}

label .pp-bg img {
  width: 75%;
  height: auto;
  padding-bottom: 0;
}

label .cc-bg {
  background-color: var(--surface-muted);
  float: right;
  height: 100%;
  width: 35%;
  text-align: center;
  color: var(--text);
  font-family: "Oswald", sans-serif;
  line-height: 2.5em;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}

label .cc-bg img {
  width: 75%;
  height: auto;
  padding-bottom: 0;
}

.payment-button {
  height: 50px;
}

.cc, .paypal {
  background-image: none;
  background-color: transparent;
}

.payment-button {
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 380px;
  height: 55px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  -webkit-transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
  -webkit-filter: brightness(1.2) grayscale(1) opacity(0.9);
  -moz-filter: brightness(1.2) grayscale(1) opacity(0.9);
  filter: brightness(1.2) grayscale(1) opacity(0.9);
}

.payment-selector input:checked + .payment-button {
  -webkit-filter: none;
  -moz-filter: none;
  filter: none;
  border: 1px solid var(--bg);
  background-color: var(--status-select);
}

.payment-selector :checked + label {
  -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.65);
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.65);
}

.payment-selector {
  padding: 0 0 2em 0;
  color: var(--bg);
}

.payment-selector label {
  border: 1px solid var(--bg);
  background-color: var(--text);
  color: var(--bg);
}

label .text {
  float: left;
  width: 65%;
  text-align: center;
  font-family: "Oswald", sans-serif;
  line-height: 3.2em;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1em;
}

label .price {
  background-color: var(--bg);
  float: right;
  height: 100%;
  width: 35%;
  text-align: center;
  color: var(--text);
  font-family: "Oswald", sans-serif;
  line-height: 2.5em;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.5em;
}

.payment-selector input:checked + .plan-button {
  -webkit-filter: none;
  -moz-filter: none;
  filter: none;
  border: 1px solid var(--bg);
  background-color: var(--status-select);
}

.payment-selector :checked + label {
  -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.65);
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.65);
}

/* JOIN BULLET */
.join-bullet {
  background-color: var(--surface-deep);
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.card {
  color: var(--text);
  position: relative;
}

.card-img-wrapper {
  width: 100%;
  margin: 0 auto;
}

.card img {
  width: 100%;
  height: auto;
}

.card-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}

.card-text h2 {
  font-size: calc(1vw + 1vh + 1vmin);
}

@media (min-width: 769px) and (max-width: 1679px) {
  .card-text h2 {
    font-size: 1.5em;
  }
}
@media (min-width: 530px) and (max-width: 768px) {
  .card-text h2 {
    font-size: 1.5em;
  }
}
.card-text p {
  font-size: 0.8rem;
  color: var(--text-muted);
}

.overlay {
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 3;
  width: 100%;
  height: 100%;
}

@media (min-width: 200px) and (max-width: 529px) {
  .join-bullet {
    grid-template-columns: 1fr;
    width: 100%;
  }
  .card-text h2 {
    font-size: 1.5em;
  }
  .card-text p {
    font-size: 0.8rem;
    color: var(--text-muted);
  }
}
@media (min-width: 1000px) and (max-width: 2000px) {
  .join-head {
    padding-left: 3.5em;
  }
}
@media (min-width: 200px) and (max-width: 767px) {
  .join-head {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 200px) and (max-width: 429px) {
  .form_input {
    flex-direction: column;
  }
  input {
    margin-bottom: 6px;
  }
  .price p {
    font-size: 0.6em;
  }
}
.error {
  background-color: var(--error-bg);
  color: var(--text);
  padding-top: 5em;
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-cross {
  font-size: 75px;
  color: var(--text);
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.header-wrap-members {
  background: var(--bg);
  transition: 0.5s;
}

.header-wrap-members {
  width: 100%;
  height: auto;
  position: fixed;
  z-index: 3;
  top: 2.8em;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  padding: 1em;
}
@media (max-width: 767px) {
  .header-wrap-members {
    height: auto;
    padding: 0 1rem;
  }
}
.header-wrap-members a {
  color: var(--text);
  padding-top: 0;
}
.header-wrap-members .logo {
  float: left;
  display: flex;
  justify-self: center;
  padding-top: 0;
}
@media (max-width: 540px) {
  .header-wrap-members .logo {
    flex-direction: column;
  }
}
.header-wrap-members .logo a {
  padding-left: 1em;
  padding-right: 1.5em;
  padding-top: 0;
  color: var(--text);
}
@media (max-width: 540px) {
  .header-wrap-members .logo a {
    padding-left: 0.5em;
  }
}
@media (max-width: 768px) {
  .header-wrap-members .logo img {
    visibility: hidden;
    margin-left: -50em;
  }
}
.header-wrap-members .logo-mobile {
  visibility: visible;
}
@media (min-width: 769px) {
  .header-wrap-members .logo-mobile {
    visibility: hidden;
  }
}
.header-wrap-members .logo img {
  width: 300px;
  padding-top: 0;
}
@media (min-width: 541px) and (max-width: 1200px) {
  .header-wrap-members .logo img {
    width: 220px;
  }
}
@media (max-width: 540px) {
  .header-wrap-members .logo img {
    width: 170px;
  }
}

.hero-members {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 7em;
  width: 100%;
  padding-bottom: 1em;
}
@media (max-width: 767px) {
  .hero-members {
    grid-template-columns: 1fr;
  }
}
.hero-members video {
  width: 100%;
  height: auto;
}

.newest {
  padding-right: 0.5rem;
  position: relative;
}

.popular {
  padding-left: 0.5rem;
  position: relative;
}

.video-badge {
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}
@media (min-width: 541px) and (max-width: 1200px) {
  .video-badge {
    width: 220px;
  }
}
@media (max-width: 540px) {
  .video-badge {
    width: 125px;
  }
}

.upcoming {
  background-color: var(--bg);
  position: relative;
}

.upcoming-text {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  padding: 2em 0;
}
@media (max-width: 767px) {
  .upcoming-text {
    padding: 0.7rem 0;
  }
}
.upcoming-text h2 {
  font-family: sans-serif;
  color: var(--primary);
  text-align: center;
  font-size: 30px;
  position: relative;
  margin: 0;
}
@media (max-width: 767px) {
  .upcoming-text h2 {
    margin: 0;
    font-size: calc(14px + 1vw);
  }
}
.upcoming-text span {
  background-color: var(--text);
  color: var(--bg);
  padding: 0 0.5rem;
}

.video-card-wrapper-members {
  width: 100%;
  height: auto;
  padding-top: 1em;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 1em;
}
@media (min-width: 768px) and (max-width: 1285px) {
  .video-card-wrapper-members {
    grid-gap: 1em;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .video-card-wrapper-members {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
}

.topnav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  overflow: hidden;
  background-color: var(--topnav-bg);
  display: flex;
  justify-content: space-around;
  align-content: center;
  justify-items: center;
}

.topnav a {
  color: var(--topnav-text);
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  text-decoration: underline;
}

.topnav a:hover {
  color: var(--primary);
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a {
    display: none;
    flex-direction: row;
  }
  .topnav a.icon {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .topnav.responsive a {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid var(--topnav-border);
    text-decoration: none;
    justify-content: center;
  }
  .topnav.responsive {
    flex-direction: column-reverse;
  }
  .topnav.responsive .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--topnav-icon-bg);
  }
}

.download-full-movie {
  padding-top: 2em;
}
.download-full-movie h4 {
  color: var(--text);
  text-transform: uppercase;
}
.download-full-movie div {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}
@media (max-width: 630px) {
  .download-full-movie div {
    grid-template-columns: 1fr;
  }
}
.download-full-movie a {
  text-decoration: none;
  text-align: center;
  font-size: 1.3em;
  color: var(--text);
  padding: 1em 0.5em;
  background: var(--btn-text-alt);
  border-right: 5px solid var(--bg);
  transition: 0.3s ease all;
}
.download-full-movie a:hover {
  background-color: var(--text-on-surface);
}
@media (max-width: 630px) {
  .download-full-movie a {
    padding: 0.5em 1em;
    border-bottom: 1px solid var(--bg-dark);
  }
}

.header-members {
  background: var(--bg);
  width: 100%;
  height: 50px;
  position: fixed;
  z-index: 3;
  margin-top: 2.8em;
  border-bottom: 1px solid var(--header-border);
  /*Resize the wrap to see the search bar change!*/
}
@media (max-width: 540px) {
  .header-members {
    height: auto;
  }
}
.header-members .logo {
  float: left;
  display: flex;
  justify-self: center;
}
.header-members .logo img {
  padding-top: 7px;
}
@media (max-width: 540px) {
  .header-members .logo {
    flex-direction: column;
  }
}
.header-members .logo a {
  padding-left: 1em;
  padding-top: 7px;
  padding-right: 1.5em;
}
@media (max-width: 540px) {
  .header-members .logo a {
    padding-top: 5px;
    padding-left: 0.5em;
  }
}
.header-members .search {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  justify-items: center;
  padding-top: 7px;
}
@media (max-width: 540px) {
  .header-members .search {
    padding-right: 0.5em;
    padding-top: 5px;
    padding-left: 0.5em;
  }
}
@media (min-width: 541px) and (max-width: 1200px) {
  .header-members .search {
    width: 150px;
  }
}
.header-members .search ::placeholder {
  padding-left: 0.7em;
}
.header-members .searchTerm {
  width: 100%;
  border-right: none;
  padding: 5px;
  outline: none;
  background-color: var(--search-bg);
  border-left: 1px solid var(--text-on-surface);
  border-top: 1px solid var(--text-on-surface);
  border-right: 1px solid var(--text-on-surface);
  border-bottom: 1px solid var(--text);
}
@media (max-width: 540px) {
  .header-members .searchTerm {
    border-radius: 0;
    margin-bottom: 5px;
    padding: 0 5px;
  }
}
.header-members .searchTerm:focus {
  color: var(--text);
}
.header-members .searchButton {
  width: 40px;
  height: auto;
  border: 0;
  text-align: center;
  background-color: transparent;
  color: var(--primary);
  border-left: 0;
  cursor: pointer;
  font-size: 16px;
  padding: 0;
}
@media (max-width: 540px) {
  .header-members .searchButton {
    margin-bottom: 5px;
  }
}
.header-members .wrap {
  width: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header-members .nav {
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
}
.header-members .nav li {
  display: inline-block;
  line-height: 50px;
  border-right: 1px solid var(--btn-text-alt);
  padding: 0 5%;
  transition: 0.3s ease all;
}
.header-members .nav li:hover {
  background-color: var(--primary);
  transition: 0.3s ease all;
}
@media (min-width: 852px) and (max-width: 1020px) {
  .header-members .nav li {
    padding: 0 3%;
  }
}
.header-members .nav li:first-child {
  border-left: 1px solid var(--btn-text-alt);
}
.header-members .nav li:last-child {
  border-right: 0;
}
.header-members .nav a {
  color: var(--text);
  text-decoration: none;
  text-transform: uppercase;
}
.header-members .nav a:hover {
  background-color: transparent;
}
.header-members .mob-nav {
  width: 20px;
  height: 50px;
  display: none;
  float: right;
  margin: 15px;
}
.header-members .mob-nav .mob-nav-line {
  width: 100%;
  height: 3px;
  margin-bottom: 3px;
  background: var(--text);
  display: block;
}
@media (max-width: 850px) {
  .header-members .mob-nav {
    display: block;
    cursor: pointer;
  }
}
@media (max-width: 850px) and (max-width: 850px) {
  .header-members .mob-nav {
    height: auto;
  }
}
@media (max-width: 850px) {
  .header-members .nav {
    display: none;
    width: 100%;
    margin-top: 0px;
    padding: 0;
    background-color: var(--bg);
  }
  .header-members .nav li {
    width: 100%;
    background: var(--bg);
    border-bottom: 1px solid var(--btn-text-alt);
    text-align: center;
    margin-right: 0;
  }
  .header-members .nav li:hover {
    color: var(--text-on-surface);
    text-decoration: none;
  }
  .header-members .nav li a {
    text-align: center;
    top: 0px;
    position: relative;
    color: var(--text-light);
    width: 100%;
    display: block;
  }
}
.header-members .nav > li > a {
  position: relative;
  display: block;
  padding: 0;
}
.header-members .active {
  display: block;
}

@media (min-width: 541px) and (max-width: 1200px) {
  .logo img {
    width: 170px;
  }
}
@media (max-width: 540px) {
  .logo img {
    width: 170px;
  }
}

/*** NEW Search Engine - BEGIN ***/
.autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
    display: inline-block;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid var(--autocomplete-border);
    border-bottom: none;
    border-top: none;
    z-index: 99;
}
.autocomplete-items div {
    /* padding: 10px; */
    cursor: pointer;
    background-color: var(--autocomplete-bg);
    border-bottom: 1px solid var(--autocomplete-border);
}
    
.autocomplete-items a {
    content: none !important;
    color: var(--bg);
}

.autocomplete-items a::before {
    content: none !important;
}
    
.autocomplete-items a:hover {
    color: var(--text-muted) !important;
}
    
.autocomplete-items a {
    padding: 10px;
    display: block;
    text-transform: none !important;
    font-weight: normal !important;
}
    
.autocomplete-items span {
    padding: 10px;
    background-color: var(--autocomplete-bg);
    border-bottom: 1px solid var(--autocomplete-border);
    margin: 0;
    text-align: center;
    display:block;
}
    
.autocomplete-items h5 {
    padding: 10px;
    color: var(--text);
    background-color: var(--primary);
    border: 1px solid var(--bg);
    margin: 0;
}
    
.autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: var(--autocomplete-hover-bg);
}

.autocomplete-active {
        /*when navigating through the items using the arrow keys:*/
        background-color: var(--autocomplete-active-bg) !important;
        color: var(--text);
}
/*** NEW Search Engine - END ***/

.model-all {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: center;
  max-width: 900px;
  margin: 0 auto;
  background: linear-gradient(to bottom, var(--gradient-1) 0%, var(--bg) 40%, var(--gradient-2) 150%), linear-gradient(to top, rgba(255, 255, 255, 0.4) 0%, rgba(0, 0, 0, 0.25) 200%);
  background-blend-mode: multiply;
  -webkit-box-shadow: 0 7px 5px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 7px 5px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 7px 5px 0 rgba(0, 0, 0, 0.75);
  padding-bottom: 40px;
  margin-bottom: 50px;
  padding-top: 6em;
}
@media screen and (max-width: 600px) {
  .model-all {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.model-all p {
  color: var(--text);
  text-align: center;
}

.model-photo {
  max-width: 200px;
  padding: 5px;
  background: var(--model-photo-bg);
  margin: 10px;
  -webkit-box-shadow: 0 7px 5px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 7px 5px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 7px 5px 0 rgba(0, 0, 0, 0.75);
  -ms-transform: rotate(0deg) scale(1, 1);
  -webkit-transform: rotate(0deg) scale(1, 1);
  transform: rotate(0deg) scale(1, 1);
  transition: 200ms linear;
  z-index: 0;
}
.model-photo a {
  text-decoration: none;
}
.model-photo img {
  width: 100%;
}
.model-photo p {
  color: var(--model-photo-text);
  opacity: 0.8;
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
}

.model-info-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 6em;
  display: grid;
  grid-template-columns: 60% 40%;
}
@media (max-width: 850px) {
  .model-info-wrapper {
    grid-template-columns: 1fr;
    max-width: 550px;
    padding: 6em 1em 0 1em;
  }
}

.model-profile-wrapper {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
}
@media (max-width: 550px) {
  .model-profile-wrapper {
    grid-template-columns: 40% 60%;
    max-width: 550px;
  }
}
@media (max-width: 550px) {
  .model-profile-wrapper {
    grid-template-columns: 1fr;
    max-width: 550px;
  }
}
.model-profile-wrapper h1 {
  color: var(--text);
  font-weight: bold;
}
@media (max-width: 550px) {
  .model-profile-wrapper h1 {
    font-size: 24px;
  }
}
.model-profile-wrapper span {
  color: var(--text);
  font-weight: bold;
}
.model-profile-wrapper li {
  color: var(--primary);
  font-weight: bold;
  padding: 10px 0;
}
@media (max-width: 550px) {
  .model-profile-wrapper li {
    padding: 5px 0;
  }
}

.model-video-wrapper {
  padding: 3em 1em;
}

.m-video-card-wrapper {
  width: 100%;
  height: auto;
  padding-top: 1em;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1em;
}

body {
  background: var(--bg);
  color: var(--btn-text-alt);
  font-family: "Open Sans", sans-serif;
}/*# sourceMappingURL=main.css.map */

#last-cams{
    display: grid;
    grid-gap: 1em;
    background: var(--text);
    position: absolute;
    padding: 1em;
    right: 0;
    grid-template-columns: 1fr 1fr 1fr;
    border: 1px solid var(--last-cams-border);
    top: 50px;
}

#nav a.view-all-cams-btn::before{
    content: none;
}

#nav a.view-all-cams-btn:hover{
    color: var(--status-error) !important;
}

.cam-thumb a{
    display: grid;
    grid-template-rows: 30px 1fr 1fr 36px;
}

.cam-thumb img{
    width: 100%;
    grid-row: 1/5;
    grid-column: 1;
}

.info-cam{
    display: grid;
    grid-row: 4/5;
    grid-column: 1/-1;
    background: var(--bg);
    padding: 0px 10px 10px 10px;
    opacity: .5;
}

.name-cam{
    display: grid;
    grid-row: 4/5;
    grid-column: 1/-1;
    background: var(--bg);
    /* width: 100%; */
    padding: 8px 10px 10px 10px;
    opacity: .5;
    color: var(--text) !important;
}

.online-cam{
    display: grid;
    grid-row: 1/2;
    grid-column: 1/-1;
    /* background: #000; */
    /* width: 100%; */
    padding: 5px 10px;
    opacity: .5;
    color: var(--status-online) !important;
    text-align: right;
    font-weight: 900;
}

.chat-btn{
    display: grid;
    grid-row: 2/4;
    grid-column: 1/-1;
    background: var(--status-chat);
    opacity: .8;
    color: var(--bg);
    text-align: center;
    font-size: 2em;
    border-radius: 5px;
    width: 250px;
    margin: 0 auto;
    height: 42px;
    margin-top: 70px;
    display: none;
}

#live-cams-btn{
    text-transform: uppercase;
    #font-weight: 700;
    font-size: 15.4px;
}