:root {
  --breakpoint: desktop;
}

::-webkit-scrollbar {
  width: 0.5em;
}

::-webkit-scrollbar-track {
  border: none;
}

::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  border-radius: 50px;
}

html,
body {
  margin: 0px;
}

body {
  background-color: #f6f8fa;
}

p {
  margin-bottom: 5px;
  padding-right: 30px;
}

h1 {
  margin: 0px;
  font-weight: 900;
  text-align: center;
}

h2 {
  margin: 0px;
  font-weight: 900;
  line-height: 1.2;
}

h3 {
  margin: 0px;
  font-size: 1.6em;
  font-weight: 900;
}

ol {
  padding-right: 30px;
}

button {
  font-family: inherit;
  border: 0;
  padding: 0;
  border-radius: 0;
  margin: 0;
  flex-direction: column;
}

button i {
  pointer-events: none;
}

/* Override global button styles for flip-tileItem-inner */
button.tile-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  border: none;
  padding: 0;
  border-radius: 8px;
  margin: 0;
  outline: none;
  cursor: pointer;
  font-size: 16px;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  box-shadow: 12px 12px 16px 0 rgba(0, 0, 0, 0.25), -8px -8px 12px 0 rgba(255, 255, 255, 0.3);
  overflow: visible;
  z-index: 1;
}

.fa-solid {
  padding: 0 0.5rem;
}

.tile {
  position: relative;
  width: 250px;
  height: 175px;
  margin: 1% 1% 3%;
}

.flip-tileItem-front, .flip-tileItem-back {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  backface-visibility: hidden;
  outline: none;
  top: 0;
  left: 0;
}

button:disabled:hover,
button[disabled]:hover {
  cursor: not-allowed;
}

.btn {
  flex-direction: row;
  border-radius: 12px;
  text-align: center;
  align-items: center;
  justify-content: space-evenly;
  font-size: large;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.btn:hover {
  cursor: pointer;
}

.regular {
  font-weight: 300;
}

.tb {
  display: table;
}

.td {
  display: table-cell;
}

.clear-fix {
  clear: both;
}

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

.videos {
  text-align: center;
}

.video--responsive {
  display: block;
  margin: auto;
}

.flex--space-between {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.text-padding {
  padding: 0.2rem 0.5rem;
}

.black-transp {
  background-color: rgba(0, 0, 0, 0.8);
}

.black-transp2 {
  background-color: rgba(0, 0, 0, 0.2);
}

.white-transp {
  background-color: rgba(255, 255, 255, 0.8);
}

.bgGrey {
  background-color: var(--web-bg);
  color: var(--non-black) !important;
}

.bgPic {
  background-size: cover;
}

.bgBlack a {
  color: #fff !important;
  text-decoration: underline;
}

.relative {
  position: relative !important;
}

.modal {
  width: 600px;
  background-color: white;
  border: 0px;
  border-radius: 14px;
  padding: 2.3rem;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  transition: all 0.6s ease-in-out;
  overflow: hidden;
}

.modal-content {
  width: 100%;
  height: 50%;
  min-height: 220px;
  font-size: 1.2rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}

.tile-text {
  color: white;
  font-weight: 600;
  text-align: center;
  padding: 0 1rem;
  margin-top: 0.5rem;
}

.fill {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.main-container {
  max-width: 850px;
  width: 100%;
  margin: auto;
}

.main-contents {
  width: 100%;
  margin: auto;
  /* overflow: hidden; */
}

#app {
  display: none;
  width: 100%;
  position: relative;
}

.cover-screen {
  display: none;
  z-index: 10;
}

.overlay-text {
  background-color: rgba(105, 94, 94, 0.8);
  position: absolute;
  padding: 5px;
  border-radius: 0 0 5px 0;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  opacity: 0.8;
  color: white;
  font-weight: 800;
}

.closeBtn {
  display: none;
  width: 32px;
  height: 32px;
  margin: 6px;
  padding: 6px;
  border-radius: 50%;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 3;
}

.btn-close {
  background: none;
  border: 0;
  cursor: pointer;
  position: absolute;
  right: 20px;
  padding: 0;
  color: var(--non-black);
  outline: none;
  top: 32px;
}

.btn-close:hover {
  background: none;
  opacity: 0.7;
}

.btn-close i {
  font-size: 22px;
}
.bgBlack .btn-close i, .bgDESprimary .btn-close i {
  color: #fff;
}

.btn-container {
  width: 100%;
  height: 4rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
}
.btn-container .btn {
  padding: 1rem;
  width: auto;
  height: 50px;
  font-size: 0.8rem;
}

header {
  min-height: 3rem;
  border-radius: 14px;
  border: 1px solid var(--non-black);
  width: 100%;
  margin-bottom: 1rem;
  margin-top: 2rem;
}

.primary-heading {
  padding-left: 2rem;
  padding-top: 0.4rem;
}

.tile-container {
  width: 100%;
  min-width: 800px;
  border-radius: 14px;
  border: 0;
  position: relative;
}

.tileItemsList {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.tile {
  height: 175px;
  width: 250px;
  margin: 1% 1% 3%;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  position: relative;
  z-index: 1;
}

.btn-cover {
  width: 100%;
  height: 100%;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  border: none;
  padding: 0;
  border-radius: 8px;
  margin: 0;
  outline: none;
  cursor: pointer;
  font-size: 16px;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  box-shadow: 12px 12px 16px 0 rgba(0, 0, 0, 0.25), -8px -8px 12px 0 rgba(255, 255, 255, 0.3);
  overflow: visible;
  z-index: 1;
}

.noClick {
  pointer-events: none;
  cursor: default;
}

.tile::after {
  content: "";
  position: absolute;
  top: calc(50% - 12px);
  left: 104%;
  z-index: -1;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid var(--non-black);
}

.reverseArrow::after {
  top: calc(50% - 12px);
  left: -24px;
  right: 104%;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 12px solid var(--non-black);
  border-left: 0;
}

.downArrow::after {
  top: 106%;
  left: calc(50% - 12px);
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid var(--non-black);
}

.next-tileItem-btn {
  display: none;
  padding: 0.6rem;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.8);
}

.last-tile::after {
  border: 0;
}

.front-heading, .tile-inner {
  color: white;
  font-weight: 900;
  text-align: center;
  font-size: 2rem;
  padding: 0 1rem;
  margin-top: 0.5rem;
}

.tile:hover {
  transform: translate(8px, -8px);
}

.tile:hover:after {
  transform: none;
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Position the front and back side */
.flip-tileItem-front, .flip-tileItem-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  outline: none;
  top: 0;
  left: 0;
}

.flip-tileItem-front {
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flip-tileItem-back p,
.flip-tileItem-back ul,
.flip-tileItem-back li,
.flip-tileItem-back img,
.flip-tileItem-back h1,
.flip-tileItem-back h2,
.flip-tileItem-back .img-container,
.flip-tileItem-back .profile-text {
  pointer-events: none;
}

.flip-tileItem-inner > [inert] {
  pointer-events: none;
}

.img-container {
  display: none;
  width: 142px;
  height: 142px;
  max-width: 150px;
  border-radius: 50%;
  overflow: hidden;
}

.profile-pic {
  width: 100%;
}

.profile-text {
  width: 94%;
  padding: 3%;
  text-align: center;
  color: white;
}

.front-heading {
  color: white;
  font-weight: 900;
  text-align: center;
  font-size: 2rem;
  padding: 0 1rem;
  margin-top: 0.5rem;
}

.back-para {
  color: white;
  font-size: 0.7rem;
  font-weight: 600;
  text-align: center;
  padding: 0 1rem;
  margin-top: 0.5rem;
}

iframe {
  width: 94%;
  padding: 3%;
}

li {
  text-align: left;
}

.sr-only {
  position: absolute;
  left: 100%;
}

.inner-content {
  margin: 10px 20px;
  position: relative;
}
.inner-content .sub-heading {
  margin: 0;
}

.flex-container {
  display: flex;
  width: 96%;
  height: 100%;
  flex-direction: row;
  justify-content: space-between;
  margin: auto;
}

.fillMobile {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 15;
}

.bgDESprimary .profile-tileItem-container .heading, .bgDESprimary p, .bgDESsecondary .profile-tileItem-container .heading, .bgDESsecondary p {
  color: var(--non-black);
}
.bgDESprimary .stat-name-text, .bgDESsecondary .stat-name-text {
  min-width: 4rem;
}
.bgDESprimary .stat-list-item:nth-of-type(even) p, .bgDESsecondary .stat-list-item:nth-of-type(even) p {
  color: white;
}

.muteBtn {
  height: 40px;
  width: 40px;
  padding: 0;
  box-shadow: none;
}
.muteBtn i {
  font-size: 20px;
  color: var(--non-black);
}
.muteBtn svg {
  height: 20px;
  color: var(--non-black);
}

.opacity {
  opacity: 0.6;
}

@media (max-width: 640px) {
  :root {
    --breakpoint: mobile;
  }
  h1 {
    font-size: 2.2em;
  }
  h2 {
    font-size: 1.8em;
  }
  h3 {
    font-size: 1.5em;
  }
  h4 {
    font-size: 1.2em;
  }
  .main-container {
    width: 100%;
    max-width: 100%;
    min-height: -moz-min-content;
    min-height: min-content;
    max-height: -moz-max-content;
    max-height: max-content;
  }
  .btn-close {
    top: 16px;
  }
  .btn-close i {
    font-size: 32px;
  }
  .tileItemsList {
    flex-direction: column;
    align-items: center;
  }
  .tile {
    margin-bottom: 24px;
  }
  .tile button {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    border: none;
    padding: 0;
    border-radius: 8px;
    margin: 0;
    outline: none;
    cursor: pointer;
    font-size: 16px;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    box-shadow: 12px 12px 16px 0 rgba(0, 0, 0, 0.25), -8px -8px 12px 0 rgba(255, 255, 255, 0.3);
    overflow: visible;
    z-index: 1;
  }
  .tile::after {
    left: calc(50% - 12px);
    top: 106%;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid var(--non-black);
  }
}
.last-tile::after {
  border: 0;
}

@media (min-width: 641px) {
  :root {
    --breakpoint: tablet;
  }
}/*# sourceMappingURL=app.css.map */