:root {
  --blurple: #191970;
  --faded-blurple: #323293;
  --pink: #F463F7;
  --blue: #1CB1DA;
  --aqua: #03BCD7;
  --sa-rink: #FF165D;
}

*,
*:after,
*:before,
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.draft-banner p {
    color: white;
}

body {
  overflow-y: hidden;
  max-width: 2560px;
  margin: auto;
}

html,
body {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.flex {
  display: flex;
}

.flex-end {
  justify-content: flex-end;
}

body,
input,
select,
textarea {
  font-family: 'Poppins', sans-serif;
}

body {
  font-weight: 300;
  font-size: 18px;
}

.no-decoration {
  text-decoration: none;
}

hr {
  border: 0;
  height: 2px;
  background-color: #e6e6e6;
  margin: 2rem 0;
  clear: both;
}

h1 {
  font-size: 5rem;
  line-height: 4.5rem;
  font-weight: 600;
  font-family: 'Arboria', sans-serif;
  margin-bottom: 2.5rem;
}

h2 {
  font-size: 3rem;
  line-height: 3rem;
  margin: 3rem 0rem;
  font-family: 'Arboria', sans-serif;
  font-weight: 500;
  margin-bottom: 2rem;
}

h3 {
  font-size: 2rem;
  line-height: 3rem;
  font-family: 'Arboria', sans-serif;
  font-weight: 400;
}

h4,
h5,
h6 {
  font-size: 1.25rem;
  line-height: 1.25rem;
  margin: 2rem 0rem;
}

h4 {
  font-family: 'Arboria', sans-serif;
  font-weight: 100;
  color: #262626;
}

h5 {
  color: #bbb;
  font-weight: 300;
}

h6 {
  font-size: 1rem;
  color: #888;
  font-weight: 300;
}

img {
  max-width: 100%;
}

p,
.container .flex-center ul li {
  line-height: 2rem;
  font-weight: 400;
  font-size: 1rem;
  font-family: 'Poppins', sans-serif;
  color: #727272;
}

.container .flex-center ul {
  margin-top: 0;
}


.p-small {
  font-size: .8rem;
  line-height: 1.5;
}

.display-block {
  display: block;
}

section {
  margin: 2rem 0rem;
  padding: 2rem 0rem;
  margin-left: auto !important;
  margin-right: auto !important;
}

.padding-bottom-30 {
  padding-bottom: 30px;
}

/* section:first-of-type {
  margin: 0rem 0rem 4rem 0rem
} */

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

img {
  margin: 0;
  vertical-align: top;
}

div {
  box-sizing: border-box;
}

a {
  color: black;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}

header nav ul {
  margin: 0;
  padding: 0.5rem 0 0 0;
  text-align: right;
}

header nav li {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0 0.75rem;
}

header nav a {
  font-family: 'Poppins', sans-serif !important;
  display: inline-block;
  transition: 0.5s;
  font-family: 'Ubuntu';
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}

header nav a:hover {
  animation: horizontal-shaking 0.5s ease-in-out both;
  border: none;
}

header nav .btn {
  margin-left: 1rem;
}

header nav .btn a {
  font-size: 1rem;
  font-weight: 500;
}

.nav-light a {
  color: black;
}

.nav-light .main-dropdown li a {
  color: white;
}

.nav-light .btn a {
  color: white;
}

#logo {
  width: 100%;
  max-width: 200px;
  padding: 0.75rem 0 0 0;
}

.wrapper-full-height {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.wrapper-half-height {
  min-height: 50vh;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.wrapper-60-height {
  min-height: 60vh;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.wrapper-secondary {
  margin: 0;
  overflow: hidden;
}

.wrapper-secondary .product-icon {
  width: 100px;
  margin-bottom: 30px;
}

.no-margin-top {
  margin-top: 0;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.padding-50 {
  padding: 50px !important;
}

.flex-center {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}

.align-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.container {
  margin: 0 auto;
  width: 80%;
  position: relative;
}

.layout {
  display: grid;
  grid-gap: 2rem;
}

.pull-top {
  margin-top: -140px;
}

.layout-split {
  grid-template-columns: 50% 50%;
}

.layout-sidebar {
  grid-template-columns: 35% 65%;
}

.layout-sidebar-right {
  grid-template-columns: 65% 35%;
}

.layout-sliver-right {
  grid-template-columns: 80% 20%;
}

.layout-sliver-left {
  grid-template-columns: 20% 80%;
}

.layout-triple {
  grid-template-columns: 33.33% 33.33% 33.33%;
}

.tag {
  padding: 0;
}

.tag li {
  display: inline-block;
  list-style: none;
  border-radius: 2rem;
  margin-right: 0.75rem;
  padding: 0.25rem 0.5rem 0.25rem 0.25rem;
  margin-bottom: 10px;
}

.tag span {
  display: inline-block;
}

.tag .prefix {
  border-radius: 2rem;
  font-size: 0.75rem;
  font-weight: 700;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
}

.tag .suffix {
  white-space: nowrap;
  vertical-align: middle;
  padding: 0.25rem 0.5rem 0 0.5rem;
}

.text-white, .text-white .suffix {
  color: #fff;
}

.text-sa {
  color: #FF165D;
}

.text-red {
  color: #f96666;
}

.text-blurple {
  color: #191970;
}

.text-creative {
  color: #ffce00;
}

.text-center {
  text-align: center;
}

/* yellow */
.text-mango {
  color: #ff6833;
}

/* orange */
.text-fusion {
  color: #fd69fa;
}

/* pink */
.text-amethyst {
  color: #a140ff;
}

/* purple */
.text-indigo {
  color: #5b00c4;
}

/* violet */
.text-aqua {
  color: #00d68f;
}

/* teal */
.text-sky {
  color: #08e2ff;
}

/* light blue */
.text-cobalt {
  color: #0766d0;
}

/* medium blue */
.text-lapis {
  color: #0036b1;
}

/* dark blue */
.text-lime {
  color: #d5ff24;
}

/* green */
.text-dark {
  color: #999;
}

/* medium gray */
.text-forest {
  color: #83bf00;
}

/* dark green */
.text-midnight {
  color: #19196f;
}

/* navy purple */
.text-vertical-pad {
  padding: 0.75rem 0;
}

.wrapper-pad-top {
  padding-top: 4rem;
}

.wrapper-pad-bottom {
  padding-bottom: 4rem;
}

.text-pad-right {
  padding-right: 4rem;
}

.text-pad-right-percent {
  padding-right: 15%;
}

.text-pad-top {
  padding-top: 4rem;
}

.text-pad-bottom {
  padding-bottom: 2rem;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.bg-faded {
  background: var(--faded-blurple);
}

.bg-blurple {
  background: var(--blurple);
}

.bg-content-manager {
  background: #ff6838;
}

.bg-parent-forms {
  background: #b525bf;
}

.bg-clasi {
  background: #90BD3A;
}

.bg-guestbook {
  background: #f7d046;
}

.bg-staff-forms {
  background: #0b66d0;
}

.bg-education-forms {
  background: #0ce2ff;
}

.bg-student-aware {
  background: #ff165d;
}

.bg-white {
  background: #fff;
}

.bg-red {
  background: #f96666;
}

.bg-green {
  background: #66C46D;
}

.bg-creative {
  background: #ffce00;
}

/* yellow */

.highlight {
  color: var(--pink);
}

.bg-orange {
  background: #FFB426;
}

/* orange */
.bg-fusion {
  background: #fd69fa;
}

/* pink */
.bg-pink {
  background: #f463f7;
}

.text-pink {
  color: #f463f7;
}

/* pink */
.bg-amethyst {
  background: #a140ff;
}

/* purple */
.bg-indigo {
  background: #5b00c4;
}

.bg-purple {
  background: #8224e4;
}

/* violet */
.bg-aqua {
  background: #00d68f;
}

/* teal */
.bg-sky {
  background: #08e2ff;
}

/* light blue */
.bg-cobalt {
  background: #0766d0;
}

/* medium blue */
.bg-lapis {
  background: #0036b1;
}

/* dark blue */
.bg-lime {
  background: #d5ff24;
}

/* green */
.bg-blurple {
  background: #191970;
}

.bg-forest {
  background: #83bf00;
}

/* dark green */
.bg-light {
  background: #f0f0f0;
}

/* Light grey */
.bg-dark {
  background: #999;
}

/* Light grey */
.bg-midnight {
  background: #19196f;
}

/* Light Gray for real */

.bg-lightgray {
  background: #fcfcfc;
}

/* Navy Purple */
.bg-gradient {
  background: rgb(7, 102, 208);
  background: linear-gradient(153deg,
      rgba(7, 102, 208, 1) 0%,
      rgba(253, 105, 250, 1) 50%,
      rgba(91, 0, 196, 1) 100%);
}

.container-fluid.fluid-no-padding {
  padding-left: 0px;
  padding-right: 0px;
}


/* Snow */

#snow {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1000;
}

.home-swiper {
  padding-bottom: 2rem;
}

/* .owl-carousel .client-img {
  padding: 0px 40px;
  vertical-align: center;
  width: 300px;
} */

.home-swiper img {
  max-width: 100%;
}

.img-width-50 {
  width: 50%;
}

.img-width-80 {
  width: 80%;
}

.margin-center {
  margin: 0 auto;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-10 {
  margin-top: 10px;
}

.abstract-circle {
  position: absolute;
  width: 45rem;
  height: 100%;
  top: 0;
  margin-top: 5vh;
  right: 0;
  z-index: -2;
  margin-right: -18rem;
}

.wrapper-half-height .pull-top {
  margin-top: -80px;
}

.abstract-circle img {
  width: 100%;
}

.perspective-container {
  margin-top: 10%;
  z-index: -1 !important;
  border-radius: 10px;
  /* background: #61619d; */
  transform: perspective(1000px) rotateX(0deg) rotateY(35deg) rotateZ(0deg);
  transform-origin: center center 0px;
  transition: all 0.5s ease-out;
  animation: infinite;
  animation-name: sway;
  animation-duration: 12s;
}

.cta .text {
  margin: 0 auto;
  width: 70%;
}

.perspective-container img {
  width: 100%;
}

.perspective-container-padding {
  padding: 1.5rem;
}

@keyframes sway {
  0% {
    /* box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1); */
    transform: perspective(1000px) rotateX(0deg) rotateY(10deg) rotateZ(0deg);
  }

  50% {
    /* box-shadow: 0 10px 40px rgba(0, 0, 0, 0); */
    transform: perspective(1000px) rotateX(0deg) rotateY(-5deg) rotateZ(0deg);
  }

  100% {
    /* box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1); */
    transform: perspective(1000px) rotateX(0deg) rotateY(10deg) rotateZ(0deg);
  }
}

.showcase-img {
  max-width: 95%;
}

.card {
  border-radius: 0.5rem;
  box-shadow: 1px 1px 0.25rem rgba(0, 0, 0, 0.15);
}

.card-fill {
  height: 100%;
}

.card-title {
  padding: 1rem 1.5rem 0 1.5rem;
  margin-bottom: -0.5rem;
  font-size: 1.5rem;
  font-weight: 700;
}

.card-content {
  padding: 1.5rem;
}

.card-menu {
  margin: 0;
  padding: 0;
}

.card-menu li {
  display: inline-block;
  list-style: none;
  margin: 0;
}

.card-badge img {
  max-width: 80%;
}

.br-10 {
  border-radius: 10px;
}

.box-info {
  padding: 1rem;
  border-radius: 0.5rem;
  border: solid 1px #ddd;
}

.btn {
  padding: 0.75rem 1.5rem;
  transition: all 0.3s ease-in-out;
  border-radius: 25px;
  font-size: 1rem;
  color: white;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  font-weight: 400;
}

.btn-wrapper {
  margin-top: 2rem;
  padding-bottom: 2rem;
}

.btn-wrapper a {
  text-decoration: none;
}

.btn-wrapper.list a {
  margin: 10px;
}

.btn-white {
  color: #fff;
  border-color: #fff;
}

.btn-pink {
  background-color: #f463f7;
}

.btn-purple {
  background-color: #8224e4;
}

.btn-aqua {
  background-color: #03bcd7;
}

.btn-white:hover {
  color: #ffce00;
  border-color: #ffce00;
  transition: 1s;
}

.datagrid {
  margin: 1.5rem 0;
  border: solid 1px #ddd;
  border-radius: 0.5rem;
  overflow: hidden;
}

.datagrid table {
  border-collapse: collapse;
  width: 100%;
}

.datagrid td,
.datagrid th {
  padding: 0.5rem;
}

.datagrid tbody tr:nth-child(even) {
  background: #f0f0f0;
}

.datagrid tbody tr:nth-child(odd) {
  background: #f9f9f9;
}

/* Effect: Multi-Layer Parallaxing */

.scene-wrapper {
  position: relative;
  overflow: hidden;
  height: 520px;
}

.scene-wrapper>img {
  position: absolute;
  width: 100%;
  min-width: 1750px;
  transform: translateY(var(--translateY));
  will-change: transform;
}

/* Effect: Double Boxes Parallaxing */

.double-box {
  position: relative;
  width: 100%;
}

.double-box .card {
  position: absolute;
  width: 38%;
}

.card-left {
  left: 10%;
}

.card-right {
  right: 10%;
}

.bg-connector {
  padding-top: 12rem;
  height: 720px;
  background: url(bg-connector-01.svg) repeat-x;
  background-size: 100% auto;
  background-position: center center;
}

/* Effect: Glass */

.glass {
  position: relative;
}

.glass>img {
  width: 100%;
  z-index: -1;
  object-fit: cover;
}

.glass-blur {
  position: absolute;
  filter: blur(1.5rem);
  clip-path: polygon(10% 0%, 40% 0%, 40% 100%, 10% 100%);
  z-index: 1 !important;
}

.glass-overlay {
  position: absolute;
  left: 10%;
  width: 30%;
  height: 100%;
  z-index: 2;
  border-left: solid 1px rgba(255, 255, 255, 0.2) !;
  border-right: solid 1px rgba(255, 255, 255, 0.2);
}

.glass-overlay-padding {
  padding: 1.5rem 3rem;
}

.glass-overlay-padding:first-child {
  margin-top: 0;
}

/* Form Design */

label {
  display: flex;
  flex-direction: column-reverse;
}

label>span {
  font-size: 0.75rem;
  transition: all 0.2s;
  transform-origin: top left;
}

label>input[placeholder=' ']:not(:focus):placeholder-shown+span {
  transform: translateY(1em) scale(1.25);
  pointer-events: none;
  opacity: 0.5;
}

input[type='text'] {
  background: none;
  border: none;
  padding: 0.15rem 0;
  border-bottom: solid 0.15rem #ccc;
  transition: 0.5s;
}

input[type='text']:focus {
  border-bottom: solid 0.15rem #fd69fa;
  transition: 0.5s;
}

input[type='email'] {
  background: none;
  border: none;
  padding: 0.15rem 0;
  border-bottom: solid 0.15rem #ccc;
  transition: 0.5s;
}

input[type='email']:focus {
  border-bottom: solid 0.15rem #fd69fa;
  transition: 0.5s;
}

.contact-form textarea {
  border-radius: 5px;
  background: none;
  border: none;
  padding: 1rem;
  border: solid 0.15rem #ccc;
  transition: 0.5s;
}

.contact-form textarea:focus {
  border: solid 0.15rem #fd69fa;
  transition: 0.5s;
}

select {
  font-size: 1rem;
  padding: 0.5rem 0.25rem;
  border: none;
  background: none;
  border-bottom: solid 0.15rem #ccc;
  transition: 0.5s;
}

select:focus {
  border-bottom: solid 2px #fd69fa;
  transition: 0.5s;
}

/* Plugins */

.swiper-slide img {
  width: 100%;
}

.swiper-slide-inset {
  position: relative;
}

.swiper-glass-background {
  position: absolute;
  z-index: 0 !important;
}

.swiper-glass-foreground {
  position: absolute;
  filter: blur(1.5rem);
  clip-path: polygon(15% 0%, 40% 0%, 40% 100%, 15% 100%);
  z-index: 1 !important;
}

.swiper-button-prev,
.swiper-button-next {
  color: #fff !important;
}

.swiper-pagination-bullet-active {
  background-color: #fff !important;
}

/* Mobile Menu */
.menu-trigger {
  color: white;
  position: absolute;
  top: 1.5rem;
  right: 1rem;
  display: none;
}

/* Main dropdown */
.main-dropdown {
  display: none;
  text-align: center;
  width: auto;
  background: #323293;
  margin-top: 0.5rem;
  padding: 1rem 0.5rem;
  z-index: 5;
}

.dropdown-trigger {
  display: flex;
  margin: auto;
  width: fit-content;
}

.main-dropdown-wrapper {
  position: relative;
}

.main-dropdown li {
  padding-bottom: 0.5rem;
}

.main-dropdown li:last-of-type {
  padding-bottom: 0;
}


.image-wrapper ul {
  list-style: none;
  padding: 0;
}

.image-wrapper ul li {
  display: inline-block;
}

.image-wrapper li:not(:last-child) {
  margin-right: 30px;
}

.editor-wrapper {
  max-width: 100%;
  border: 2px solid #323293;
  border-radius: 10px;
  background-color: #191970;
}

.editor-title {
  padding: 20px;
  border-bottom: 2px solid #323293;
}

.editor-title svg {
  max-width: 100%;
  color: white;
}

.editor-text {
  padding: 20px;
  text-align: left;
}

.editor-text p {
  font-size: 0.75rem;
  line-height: 2;
  margin-top: 30px;
}

.typewriter-text h3 {
  margin-right: 20%;
  display: inline;
  background-color: #fd69fa;
}

.parallax-circle {
  position: absolute;
  width: 400px;
  height: 400px;
  background-color: #323293;
  border-radius: 100%;
  left: -18rem;
  top: 5vh;
  z-index: -1;
}

.small-circle {
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: #323293;
  border-radius: 50%;
  z-index: 0;
  transform-origin: center;
}

.abstract-circle-mouse {
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: #323293;
  border-radius: 50%;
  opacity: 0.05;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.15s;
  z-index: 1;
  left: 50%;
  pointer-events: none;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.product-breakdown {
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-breakdown li {
  margin: 0;
  padding: 0;
  list-style: none;
  color: white!important;
}

.product-breakdown li:not(:first-child) {
  margin-top: 10px;
}

.contact-form input {
  width: 100%;
  margin-bottom: 30px;
}

form {
  max-width: 100%;
}

.contact-form textarea {
  width: 100%;
  resize: none;
  height: 15rem;
}

form button {
  outline: none;
  border: none;
  box-shadow: none;
}

.container-flexbox {
  display: flex;
  justify-content: space-between;
}

.left-content {
  margin-top: -10px;
  font-size: 30px;
  padding-bottom: 40px;
  width: 50px;
}

.right-content {
  padding-bottom: 40px;
  margin-top: -10px;
  flex: 2;
}

.right-content h2 {
  margin-top: 0px !important;
}

.container-scroll {
  display: flex;
  position: relative;
  margin-bottom: 50px;
  /* Adjust this to control the space between sections */
}

.connector {
  flex: 1;
  position: relative;
}

.circle {
  width: 20px;
  height: 20px;
  background-color: #323293;
  /* Circle color */
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.connector::before {
  content: '';
  width: 4px;
  /* Line width */
  height: 100%;
  background-color: lightgray;
  /* Line color */
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.container-flexbox:last-child .connector::before {
  display: none !important;
}

.container-flexbox:last-child .left-content {
  padding-bottom: 0px;
}

.container-flexbox:last-child .right-content {
  padding-bottom: 0px;
}

.roadmap-wrapper {
  padding-top: 10px;
}


.main-dropdown li {
  display: block;
}

/* Footer */
.footer-logo img {
  width: 50%;
  max-width: 100px;
  margin-bottom: 3rem;
}

.footer-links p {
  font-weight: 500;
  margin-bottom: 0.5rem;
  margin-top: 0;
}

footer a {
  color: #7b7b7b;
}

.footer-links {
  margin-bottom: 2rem;
}

.footer-links:last-of-type {
  margin-bottom: 0;
}

.footer-links ul {
  margin-bottom: 0;
  list-style: none;
  padding: 0;
}

.footer-links li {
  padding: 0.5rem 0;
}

.footer-links ul li a {
  text-decoration: none;
  font-weight: 400;
  font-size: 1rem;
  font-family: 'Poppins', sans-serif;
}

.no-margin {
  margin: 0;
}

.footer-credit {
  margin-bottom: 1rem;
}

.footer-credit a {
  text-decoration: none;
}

.policy {
  margin-bottom: 2rem;
}

/* Brand Assets */

.full-width-table {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}

.full-width-table th {
  font-size: 1rem;
  text-align: left;
  color: var(--blurple);
}

.full-width-table td {
  padding-top: 30px;
  vertical-align: top;
}

.full-width-table .split-item {
  display: flex;
  flex-direction: row;
}

.full-width-table .split-item .circle-palette {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 1px solid lightgray;
}

.full-width-table .td-title {
  font-weight: 400;
  padding-top: 40px;
}

.full-width-table .split-item:nth-child(even) {
  margin-top: 10px;
}

.full-width-table .split-item .td-right {
  margin-left: 20px;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.full-width-table .split-item .palette-title {
  font-size: 1rem;
  font-weight: 400;
}

.full-width-table .split-item .palette-code {
  color: #727272;
  font-size: .9rem;
}

.full-width-table .td-d-file {
  display: flex;
  flex-direction: row;
}

.full-width-table .td-d-file .d-file-item {
  width: 100%;
}

.full-width-table .td-d-file .d-file-item.d-file-item-product {
  width: unset;
}

.full-width-table .td-d-file .d-file-item .d-file-image {
  height: 80px;
  align-items: center;
  border-radius: 100px;
  border: 1px solid lightgray;
}

.full-width-table .td-d-file .d-file-item .d-file-image img {
  width: 100%;
  max-width: 140px;
  cursor: pointer;
}

.full-width-table .td-d-file .d-file-item .d-file-image.d-file-product {
  border: unset;
  border-radius: unset;
  height: unset;
}

.full-width-table .td-d-file .d-file-item .d-file-image.d-file-product img {
  width: 60px;
}

.brand-assets img {
  max-width: 300px;
}

.brand-assets .product-icon img {
  width: 50%;
  max-width: 100px;
}

.brand-assets .file-selector {
  vertical-align: middle;
  color: black;
  font-size: .9rem;
}

.brand-assets .file-selector i {
  font-size: .8rem;
  font-weight: 600;
}

/* Playground */

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

.playground-registration a {
  color: var(--pink);
  text-decoration: none;
}

.relative {
  position: relative;
}

.playground .burst {
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.playground .burst {
  width: 100%;
}

.playground {
  background-color: var(--blurple);
  padding-top: 30px;
}

.playground .playground-logo {
  width: 180px;
}

.playground h3 {
  color: white;
}


.playground .playground-logo {
  margin-right: 40px;
}

.playground-header-reg {
  padding-left: 40px;
  border-left: 4px solid rgba(255, 255, 255, 0.2);
}

.playground .col-sm-6 {
  padding-left: 0px;
}

.webinar-date {
  font-weight: 400;
}

.webinar-title p {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.5;
}

.webinar-title h1 {
  font-size: 4rem;
  color: white;
  line-height: 1.25;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 20px;
}

.webinar-title h2 {
  font-style: italic;
  font-size: 1.25rem;
  color: white;
  line-height: 1.5;
  margin: 0;
  font-weight: 300;
  font-family: "Arboria", sans-serif;
}

.webinar .time-box h3 {
  color: #FD165B !important;
}


@media (max-width: 991px) {
  .playground .playground-logo {
    margin-right: 0px;
  }

  .playground-header-reg {
    padding-left: 40px;
    border-left: 4px solid rgba(255, 255, 255, 0.2);
  }
}

@media (max-width: 767px) {
  .playground .playground-logo {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .playground-header-reg {
    text-align: center;
    margin-top: 20px;
    padding-top: 0px;
    border-top: 4px solid rgba(255, 255, 255, 0.2);
    border-left: 0px;
    padding-left: 0px;
  }

  .playground-header-reg img {
    margin: 0 auto;
  }
}


.playground .playground-year {
  width: 250px;
}

.time-box {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 20px;
  text-align: center;
  width: 180px;
  height: 180px;
  margin-top: 40px;
}

.time-box h3,
.webinar .time-box h3 {
  color: white;
  margin-bottom: 0px;
  margin-top: 20px;
  color: var(--pink);
  font-size: 7rem;
}

.time-box h4 {
  color: white;
  margin-top: 40px;
}

.separator {
  padding: 20px;
  font-size: 5rem;
  vertical-align: middle;
  color: white;
}

.playground-about {
  padding-top: 60px;
}

.playground-about h2 {
  margin-top: 0px;
  color: white;
}

.playground-about p {
  color: white;
  margin-top: 0px;
}

.playground-location {
  padding: unset;
  margin: unset;
  background: linear-gradient(180deg, #191970 5.21%, rgba(25, 25, 112, 0.00) 53.06%, #191970 98.13%), url("/images/playground-bg.jpg") transparent no-repeat center center;
  background-size: cover;
  min-height: 600px;
  padding-top: 150px;
}

.playground-location h3 {
  color: white;
  margin-bottom: 10px;
  margin-top: 0px;
}

.playground-location h4 {
  color: white;
  margin-top: 0px;
}

.playground-location .pinpoint {
  margin-top: 10px;
  margin-right: 20px;
}

.playground-speakers {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.playground-speakers .speaker {
  border-radius: 10px;
  content: "";
  margin-top: 20px;
  background-color: var(--faded-blurple);
  width: 100%;
  /* min-height: 125px; */
}

.playground-speakers .speaker-logo-only {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
  aspect-ratio: 16 / 9;
}

.playground-speakers .speaker-logo-only>img {
  width: 35%;
  margin: auto;
  display: block;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.playground-speakers .speaker-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 65%;
}

.playground-speakers .speaker-img img {
  border-bottom-left-radius: 10px;
}

.playground-speakers .speaker-logo {
  position: absolute;
  right: 0;
  width: 35%;
  bottom: 0;
  padding: 50px;
  padding-bottom: 15px;
  padding-right: 15px;
}

.playground-speakers h4 {
  color: white;
  margin-top: 20px;
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.playground-speakers h5 {
  color: white;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1rem;
}

.playground-speakers span {
  color: white;
  font-size: .9rem;
  margin-bottom: 20px;
}

.playground-schedule {
  margin-top: 0px;
  padding-bottom: 100px;
  margin-bottom: 0px;
}

.playground-schedule .tab {
  padding-bottom: 30px;
  border-bottom: 4px solid var(--faded-blurple);
  cursor: pointer;
}

.playground-schedule .tab.active {
  border-bottom: 4px solid white;
}

.playground-schedule h2 {
  color: var(--pink);
}

.playground-schedule h3 {
  color: white;
  margin-top: 0px;
  margin-bottom: 0px;
}

.playground-schedule h4 {
  color: #F4F4F4;
  margin-bottom: 0px;
  margin-top: 10px;
  font-weight: 300;
  font-size: 1rem;
}

.playground-schedule .schedule-block {
  margin-top: 30px;
}

.playground-schedule .time {
  width: 15%;
  color: white;
}

.playground-schedule .time span {
  margin-top: 0px;
}

.playground-schedule .details {
  font-weight: 500;
  width: 85%;
}

.playground-schedule .details h5 {
  color: white;
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 4px;
  margin-bottom: 20px;
}

.playground-schedule .details p {
  color: white;
  margin-top: 0px;
  font-weight: 300;
}

.playground-registration {
  margin-top: 0px;
}

.playground-registration h2 {
  color: var(--pink);
}

.playground-registration h2 span {
  color: white;
  margin-left: 10px;
  font-size: 1.5rem;
  font-weight: 300;
}

.playground-registration p {
  color: white;
}

.playground-registration label {
  color: white;
  font-weight: 400;
  margin-left: 0px;
  margin-top: 0px;
}

.playground-registration input {
  border-color: var(--blurple);
  color: white;
  border-radius: 0px;
}

.playground-registration input::placeholder {
  color: #d5d5d5;
}

.playground-registration textarea {
  border-color: var(--blurple);
  color: white;
}

.playground-registration textarea::placeholder {
  color: #d5d5d5;
}

.playground-registration .checkbox-title {
  margin-bottom: 10px;
  display: block;
}

.playground-registration .checkbox-title a {
  color: var(--pink);
}

.playground-registration .checkboxes input {
  margin-top: 0px;
  margin-bottom: 0px;
  width: unset;
  vertical-align: bottom;
}

.playground-registration .checkboxes {
  gap: 10px;
  grid-gap: 10px;
}

.playground-schedule .schedule-content {
  display: none;
}

.playground-schedule .schedule-content.active {
  display: block;
}

.alert-banner {
  padding: 0.5px;
  text-align: center;
  margin-bottom: 10px;
}

.alert-banner p {
  color: white;
  font-size: .9rem;
}

.alert-banner a {
  font-weight: 600;
  color: white;
  margin-left: 8px;
  text-decoration: none;
  border-bottom: 1px solid white;
  white-space: nowrap;
}

.alert-banner a i {
  word-break: keep-all;
  word-wrap: normal;
  margin-left: 3px;
  vertical-align: middle;
  font-size: .8rem;
}


/* Publisher / What's New */

.anchor-bar ul {
  list-style: none;
  padding: 0;
}

.anchor-bar ul li {
  display: inline-block;
  margin-right: 20px;
}

.anchor-bar ul li.active a {
  color: var(--blue);
}

.anchor-bar ul li a {
  color: white;
  font-size: 1rem;
  text-decoration: none;
  font-weight: 400;
}

.whats-new-banner .slot {
  /* background: url("/images/new-banner-1.jpg") no-repeat center center;
  background-size: cover; */
  /* min-height: 90vh; */
  position: relative;
  height: 100%;
  width: 100%;
}
.whats-new-banner .slot .slot-content {
  background-color: white;
  /* position: absolute;
  bottom: 0; */
  padding: 30px;
  border-top-right-radius: 20px;
  margin-right: 20%;
  /* max-width: 700px; */
  position: static;
  display: flex;
  width: 100%;
  max-width: unset;
  gap: 2rem;
  justify-content: space-between;
}

.whats-new-banner .slot .slot-content h1 {
  font-size: 3rem;
  line-height: 1.25;
  margin-bottom: 0;
  margin-top: 0px;
  color: var(--blurple);
  width: calc(50% - 1rem);
}

.whats-new-banner .slot .slot-content .banner-box-1-content {
  width: calc(50% - 1rem);
}

.community-spotlight .spotlight-content {
  border-radius: 10px;
  padding: 50px;
  margin-top: 60px;
  margin-bottom: 60px;
  position: relative;
}

.community-spotlight .spotlight-content .spotlight-person {
  position: absolute;
  bottom: 0;
  max-width: 280px;
  left: 0;
}

.community-spotlight .spotlight-content .spotlight-content-text {
  margin-left: 280px;
  width: 75%;
}

.community-spotlight .spotlight-content .spotlight-content-text h2 {
  color: white;
  margin-top: 0px;
  margin-bottom: 1rem;
}

.community-spotlight .spotlight-content .spotlight-content-text p {
  color: whitesmoke;
}

.community-spotlight .spotlight-content .play-button {
  width: 25%;
}

.community-spotlight .spotlight-content a {
  text-decoration: none;
}

.community-spotlight .spotlight-content .play-circle {
  background-color: rgba(28, 177, 218, .5);
  width: 100px;
  height: 100px;
  border-radius: 100%;
}

.community-spotlight .spotlight-content .play-circle .play-inner-circle {
  background-color: var(--blue);
  width: 80px;
  height: 80px;
  border-radius: 100%;
}

.community-spotlight .spotlight-content .play-circle .play-inner-circle i {
  color: var(--blurple);
  font-size: 2.5rem;
}

.community-spotlight .spotlight-content .play-button.flex {
  flex-direction: column;
}

.community-spotlight .spotlight-content .credentials {
  margin-top: 30px;
}

.community-spotlight .spotlight-content .credentials .credentials-district-logo {
  width: 50px;
  height: 50px;
  background-color: white;
  border-radius: 100%;
  margin-right: 20px;
  aspect-ratio: 1 / 1;
}

.community-spotlight .spotlight-content .credentials .credentials-district-logo img {
  width: 100%;
  padding: 10px;
}

.community-spotlight .spotlight-content .credentials h5 {
  font-size: .8rem;
  margin-top: 0px;
  font-weight: 500;
  color: white;
  margin-bottom: 5px;
}

.community-spotlight .spotlight-content .credentials h6 {
  margin-top: 0px;
  font-size: .75rem;
  margin-bottom: 0px;
  color: whitesmoke;
}

.banner-col-box h2 {
  margin-top: .5rem;
  margin-bottom: .5rem;
  color: var(--blurple);
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
}

.banner-link {
  color: #8224E4;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.banner-col-box img {
  display: block;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 558/260;
  border-radius: 20px 0px 0px 20px;
}

.banner-box-1 img {
  border-radius: 0 20px 20px 0;
  aspect-ratio: 2/1;
  height: auto;
}

.banner-grid {
  margin-top: 1.5rem;
}

.articles .section-title h2,
.more-news .section-title h2 {
  margin-top: 0;
  color: var(--blurple);
  font-weight: 700;
}

.article-wrapper {
  margin-bottom: 2rem;
  margin-left: 2rem;
}

.article-img-wrapper {
  aspect-ratio: 1200 / 644;
  border-radius: 20px;
  background-color: #E2E2E2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.article-img {
  display: block;
  aspect-ratio: 1200 / 644;
  border-radius: 20px;
  object-fit: cover;
}

.placeholder-logo {
  width: 30% !important;
  margin: auto;
  display: block;
  object-fit: contain;
}

.article-slide h3,
.more-article h3 {
  margin: 1rem 0;
  color: var(--blurple);
  font-weight: 700;
  line-height: 1.4;
}

.article-slide .btn,
.more-article .btn {
  display: block;
  width: fit-content;
  margin-top: 1rem;
}

.card-description {
  margin-bottom: 1rem;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.community-spotlight-2 .spotlight-content::before {
  content: '“';
  position: absolute;
  color: #FFFFFF33;
  font-size: 7rem;
  left: 1rem;
  top: -1rem;
  font-weight: 500;
}

.community-spotlight-2 .spotlight-content .spotlight-person {
  left: auto;
  right: 0;
}

.community-spotlight-2 .spotlight-content .spotlight-content-text {
  margin-left: 0;
  width: 75%;
}

.community-spotlight-2 .spotlight-content .spotlight-content-text p:first-of-type {
  margin-top: 0;
}

.bg-brand {
  background: linear-gradient(93deg, #04B9D7 0.7%, #F765F8 99.33%);
}

.more-article {
  margin-bottom: 2rem;
}

.more-news {
  margin-bottom: 3rem;
}

.article-button-prev,
.article-button-next {
  top: 40%;
}

.article-button-prev {
  left: 2rem;
}

.article-button-next {
  right: 2rem;
}

.news-main-img {
  margin-top: -50px;
  position: relative;
  z-index: 100;
  margin-bottom: -3rem;
}

.news-main-img img {
  border-radius: 10px;
}

.news-article-header h1 {
margin-top: 30px;
padding-top: 0px;
}

.back-button {
  text-decoration: none;
  color: var(--blue);
  display: relative;
  font-size: 1rem;
}

@media only screen and (max-width: 991px) {
  .anchor-bar {
    margin-top: 10px;
}
  .publisher-content .container {
    width: 100%;
  }

  .community-spotlight .container,
  .community-spotlight-2 .container {
    padding-left: 0;
    padding-right: 0;
  }

  .community-spotlight .flex {
    flex-direction: column;
  }

  .community-spotlight .spotlight-content,
  .community-spotlight-2 .spotlight-content {
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 2rem;
  }

  .community-spotlight-1 .spotlight-content .spotlight-content-text {
    margin-left: 0;
    width: 100%;
    text-align: center;
    position: relative;
  }

  .community-spotlight-1 .spotlight-content .credentials {
    text-align: left;
    justify-content: center;
    flex-direction: row;
  }

  .community-spotlight-2 .spotlight-content .credentials {
    flex-direction: row;
  }

  .community-spotlight .spotlight-content .spotlight-credentials {
    order: 2;
  }

  .community-spotlight .spotlight-content .play-button {
    width: 100%;
    margin-top: 2rem;
    order: 1;
  }

  .community-spotlight .spotlight-content .spotlight-person {
    max-width: 220px;
  }

  .article-button-prev,
  .article-button-next {
    display: none;
  }

  .article-wrapper {
    margin-bottom: 3rem;
  }

  .more-news .section-title h2 {
    text-align: center;
  }
}

@media only screen and (min-width: 48em) {
  .article-wrapper {
    margin-left: calc((100vw - 48rem) / 2 + 2rem);
  }
}

@media only screen and (min-width: 62em) {
  .article-wrapper {
    margin-left: calc((100vw - 61rem) / 2 + 2rem);
  }

  .community-spotlight-1 .spotlight-content .flex {
    flex-wrap: wrap;
  }

  .community-spotlight-1 .spotlight-content .spotlight-content-text {
    margin-left: 280px;
    width: 60%;
  }

  .community-spotlight-1 .spotlight-content .play-button.flex {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }

  .community-spotlight-2 .spotlight-content .spotlight-person img {
    border-radius: 0 0 10px 0;
  }

  .community-spotlight-2 .spotlight-content .spotlight-content-text {
    margin-left: 2rem;
  }

  .community-spotlight-2 .spotlight-content::before {
    font-size: 9rem;
    left: 2rem;
  }
}

@media (min-width: 62em) and (max-width: 75em) {
  .community-spotlight-1 .spotlight-content .spotlight-content-text {
    width: 50%;
  }
}

@media only screen and (min-width: 75em) {
  .article-wrapper {
    margin-left: calc((100vw - 71rem) / 2 + 2rem);
  }

  .community-spotlight-2 .spotlight-content .spotlight-person {
    max-width: unset;
    width: 420px;
  }
}

@media only screen and (min-width: 99em) {
  .article-wrapper {
    margin-left: calc((100vw - 95rem) / 2 + 2rem);
  }
}

/* Modal */
/* General Styling */
body.lb-disable-scrolling {
  overflow: hidden;
  height: 100dvh;
}

.main-content-wrapper {
  margin: auto;
}

.modal-wrapper {
  display: none;
  position: fixed;
  z-index: 700;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(67, 67, 69, 0.9);
  margin: 0 !important;
}

.modal-info {
  margin: 0 auto;
  width: 90%;
  position: absolute;
  top: 5rem;
  left: 0;
  right: 0;
  padding: 2rem 1rem;
  max-height: 85dvh;
  background-color: var(--light-grey);
  color: var(--dark-font-color);
  border-radius: 5px;
}

.close-icon-wrapper {
  position: absolute;
  z-index: 100;
  top: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 2rem;
}

.close-icon-wrapper .close-icon {
  font-size: 1.5rem;
  cursor: pointer;
  color: white;
}

.modal-trigger {
  cursor: pointer;
  transition: all .3s ease-in-out;
}

.responsive-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.responsive-video iframe {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  min-height: unset;
}

@media (min-width: 62em) {
  .modal-info {
    width: 60%;
    top: 50%;
    transform: translateY(-50%);
    padding: 2rem;
  }

  .close-icon-wrapper .close-icon {
    font-size: 2rem;
  }
}

/* Responsive */

@media (min-width: 2000px) {
  .parallax-circle {
    width: 600px;
    height: 600px;
    left: -25rem;
  }
}

@media only screen and (max-width: 1280px) {
  /* .glass h1 {
    margin: 1.5rem 0rem;
  }

  .glass-overlay-padding {
    padding: 0.5rem 1.5rem;
    margin-bottom: 0.5rem;
  } */

  .glass-blur {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }

  .glass-overlay {
    width: unset;
    left: unset;
    border-left: unset;
    border-right: unset;
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .double-box {
    position: inherit;
  }

  .double-box .card {
    position: inherit;
    width: 92%;
    margin: 0rem auto 1.5rem auto;
  }

  .double-box .card-badge {
    max-width: 120px;
    margin: 0 auto;
  }

  .card-left {
    left: auto;
  }

  .card-right {
    right: auto;
  }

  .bg-connector {
    padding-top: 0;
    height: auto;
    background: none;
  }
}

@media only screen and (min-width: 1025px) {
  .main-menu {
    display: block !important;
  }

  .main-dropdown {
    position: absolute;
    top: 100%;
    z-index: 100;
    left: 0.75rem;
    text-align: left;
    width: 200px;
  }

  .banner-grid {
    /* display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, .75fr);
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem; */
    display: flex;
    gap: 1.5rem;
  }

  .whats-new-banner .slot {
    width: calc(2 / 3 * 100%);
  }

  .banner-col-right {
    width: calc(1 / 3 * 100%);
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }

  .whats-new-banner .slot .slot-content,
  .whats-new-banner .slot .btn-wrapper {
    padding-bottom: 0;
  }

  /* .banner-box-1 {
    grid-area: 1 / 1 / 3 / 4;
  }

  .banner-col-box:nth-of-type(2) {
    grid-area: 1 / 4 / 2 / 5;
  }

  .banner-col-box:nth-of-type(3) {
    grid-area: 2 / 4 / 3 / 5;
  } */

  /* .banner-box-1 {
    grid-area: 1 / 1 / 3 / 3;
  }

  .banner-col-box:nth-of-type(2) {
    grid-area: 1 / 3 / 2 / 4;
  }

  .banner-col-box:nth-of-type(3) {
    grid-area: 2 / 3 / 3 / 4;
  } */

  .glass>img {
    max-height: 500px;
  }
}

@media (min-width: 1584px) {
  .abstract-circle {
    width: 60rem;
  }

  .small-circle {
    position: absolute;
    width: 150px;
    height: 150px;
    background-color: #323293;
    border-radius: 50%;
    z-index: 0;
    transform-origin: center;
  }

  h1 {
    font-size: 7rem;
    line-height: 6.5rem;
    font-weight: 600;
    font-family: 'Arboria', sans-serif;
    margin-bottom: 2.5rem;
  }

  .playground-schedule .details h5 {
    font-size: 1.8rem;
    margin-bottom: 25px;
    line-height: 2.5rem;
  }

  p,
  .container .flex-center ul li {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }

  .glass>img {
    max-height: 700px;
  }

  .playground-schedule .time span {
    font-size: 1.5rem;
  }

  .playground-schedule h4 {
    font-size: 1.25rem;
  }

  .playground-schedule .schedule-block {
    margin-top: 40px;
  }
}

@media (min-width: 2030px) {
  .abstract-circle {
    width: 75rem;
    padding-left: 20px;
  }
}

@media (max-width: 1368px) {
    .whats-new-banner .slot .slot-content {
      margin-right: 5%;
      margin-left: calc(5% - 30px);
      max-width: unset;
      flex-direction: column;
      gap: 0;
      padding-top: 20px;
      padding-bottom: 0;
    }

  .whats-new-banner .slot .slot-content h1,
  .whats-new-banner .slot .slot-content .banner-box-1-content {
    width: 100%;
  }

  .whats-new-banner .slot .slot-content h1 {
    margin-bottom: 1rem;
  }
}

@media only screen and (max-width: 1024px) {
  .abstract-circle {
    margin-right: -27rem;
  }

  .parallax-circle {
    left: -28vw;
  }

  .text-pad-right {
    padding-right: unset;
  }

  .abstract-circle-mouse {
    display: none;
  }

  .bg-lightgray .menu-trigger {
    color: black;
  }

  .layout {
    display: block;
  }

  .showcase-wrapper {
    display: flex;
    flex-direction: column;
  }

  .showcase-img {
    margin-bottom: 50px;
  }

  .showcase-img-wrapper .showcase-img {
    margin-bottom: 20px;
  }

  .showcase-img-wrapper {
    order: -1;
  }

  header nav ul {
    z-index: 1;
    text-align: center;
  }

  .main-menu {
    display: none;
  }

  header nav ul {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding-top: 1rem;
  }

  .menu-trigger {
    display: block;
  }

  header nav .btn {
    margin-top: 1rem;
  }

  h2 {
    font-size: 2rem;
    line-height: 2.5rem;
    margin: 1rem 0rem;
  }

  h3 {
    font-size: 1.75rem;
    line-height: 3rem;
    margin: 2rem 0rem;
  }

  h4,
  h5,
  h6 {
    font-size: 1.15rem;
    line-height: 1.15rem;
    margin: 1.5rem 0rem;
  }

  p {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .whats-new-banner .slot {
    width: 95%;
  }

  .whats-new-banner .btn-wrapper {
    padding-bottom: 0;
  }

  /* .banner-box-1 img {
    aspect-ratio: 295/189;
  } */

  .banner-col-box {
    margin-bottom: 2rem;
  }

  .banner-box-2,
  .banner-box-3 {
    width: 95%;
    margin-left: auto;
  }
}

@keyframes textReveal {
  0% {
    opacity: 0;
    transform: translateY(-40%);
  }

  40% {
    opacity: 1;
    transform: translateY(0);
  }

  60% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(40%);
  }
}

#dynamic-text {
  display: inline-block;
  animation: textReveal 3s ease-in-out infinite;
}



@media (min-width: 62em) {
  .policy {
    text-align: right;
  }

  .policy a:first-of-type {
    margin-right: 1rem;
  }
}

@media (min-width: 99em) {
  footer .row {
    flex-wrap: nowrap;
  }
}

@media (max-width: 991px) {
  .abstract-circle {
    margin-right: -35rem;
  }

  .parallax-circle {
    left: -35vw;
  }

  /* Playground */

  .playground .text-right {
    text-align: center;
  }

  /* .playground .flex-center {
      text-align: center;
    } */

  .playground .flex-center img {
    /* margin: 0 auto; */
    /* margin-top: 50px; */
    /* margin-bottom: 20px; */
    width: 180px;
  }

  .g-recaptcha {
    margin-top: 30px;
  }

}

@media (max-width: 720px) {
  .glass>img {
    min-height: 600px;
  }
}

@media only screen and (max-width: 767px) {

  .webinar-title h1 {
    font-size: 2.5rem;
  }

  footer {
    text-align: center;
  }

  .footer-links ul {
    margin-bottom: 30px;
  }

  .footer-credit {
    display: block;
  }

  .footer-credit a {
    display: block;
  }

  .abstract-circle {
    margin-right: -40rem;
  }

  .parallax-circle {
    left: -40vw;
  }

  h1 {
    font-size: 4rem;
    line-height: 4rem;
  }

  /* Playground */

  .playground .flex-container,
  .webinar.flex-container {
    flex-direction: column;
  }

  .separator {
    display: none;
  }

  .playground-schedule .time {
    width: 25%;
  }

  .playground-schedule .details {
    width: 75%;
  }
}

@media only screen and (max-width: 696px) {
  h1 {
    font-size: 3rem;
    line-height: 3.5rem;
    margin-bottom: 1.5rem;
  }

  .parallax-circle {
    left: -50vw;
  }
}

@media only screen and (max-width: 560px) {
  .parallax-circle {
    left: -65vw;
  }

  .container {
    width: 92%;
  }

  .perspective-container {
    margin: 4rem 0rem !important;
  }

  .perspective-container-padding {
    padding: 0.5rem !important;
  }

  /* Playground */

  .playground-registration h2 span {
    margin-left: 0px;
    display: block;
  }

  .playground-registration h2 {
    text-align: center;
  }
}

@media (max-width: 471px) {
  .abstract-circle {
    margin-top: 20vh;
  }

  .parallax-circle {
    left: -80vw;
    top: 0;
  }

  h3 {
    font-size: 1.55rem;
    line-height: 2.5rem;
    margin: 2rem 0rem
  }
}

@media (max-width: 379px) {
  .parallax-circle {
    left: -100vw;
  }
}

@media (max-width: 379px) {
  .btn-wrapper.list a {
    display: block;
  }
}

.circle-pulse {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: var(--pink);
  border-radius: 50%;
  position: relative;
  vertical-align: middle;
  margin-right: 10px;
}

.circle-pulse::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  /* Same size as the main circle initially */
  height: 15px;
  /* Same size as the main circle initially */
  background-color: var(--pink);
  /* Same color but semi-transparent */
  opacity: 0.7;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  /* Start small */
  z-index: 0;
  animation: pulse 1.5s infinite ease-in-out;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(0);
    /* Starts small */
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) scale(2);
    /* Grows outward */
    opacity: 0;
  }
}

.details h5 {
  line-height: 1.5;
}

/* Student Aware Update 2025-8-28 */
.sa-banner {
  position: relative;
  padding: 2rem 1.5rem;
  color: white;
  background-color: #0A0A4D;
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.sa-template .abstract-circle-mouse {
  z-index: 4;
}


.sa-banner .product-icon {
  margin-bottom: 1rem;
  width: 80px;
}

.sa-banner p {
  color: white;
}

.sa-banner .sa-banner-content {
    width: 100%;
    position: relative;
    z-index: 3;
    padding-left: 0;
    height: auto;
}

.sa-banner .sa-banner-img-wrapper {
  width: 100%;
  min-height: 40vw;
}

.sa-banner-img {
  object-fit: contain;
  position: absolute;
  bottom: -35vw;
  width: 55vw;
  margin: auto;
  left: 0;
  right: 0;
}

.sa-banner .abstract-circle {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40vw;
    margin: auto;
    width: 80vw;
    height: 80vw;
    top: auto;
}

.sa-banner h1 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 2rem;
}

.sa-form label {
  display: none;
}

.sa-form {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem 0;
}

.sa-demo-form  {
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.sa-form-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.sa-form .btn {
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.sa-form .btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: var(--aqua);
    transition: left 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
    z-index: -1;
}

.sa-form .btn:hover::before {
    left: 0;
}

.sa-form input {
  background: #323293;
  padding: 0.75rem 1.5rem;
  border: none;
  font-size: 1rem;
  border-radius: 10px;
  width: 100%;
  text-align: center;
}

.sa-demo-form input {
  color: white;
  border-radius: 10px 10px 0 0;
}

.sa-demo-form .btn {
  background-color: var(--sa-rink);
  width: 100%;
  border-radius: 0 0 10px 10px;
}


.sa-demo-form input::placeholder {
  color: #FFFFFFA6;
}
.sa-text-1 {
  margin-top: 0;
}

.sa-text-2 {
  opacity: .8;
  font-weight: 400;
  font-size: .9rem;
  margin-top: 0;
}

.sa-text-3 {
  font-weight: 400;
  text-align: left;
  border-left: 1px solid white;
  padding-left: 1.5rem;
  max-width: 20rem;
  font-size: .9rem;
}

.sa-banner-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  flex-wrap: wrap;
  row-gap: 1rem;
  column-gap: 1.5rem;
}

.sa-banner-bottom-col {
    width: calc(50% - .75rem);
}

.sa-profiles {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.sa-profiles img {
  border-radius: 50%;
  display: block;
  object-fit: cover;
  width: 60px;
  height: 60px;
  margin-left: -8px;
  border: 2px solid #0A0A4D;
}

.sa-profiles img:first-child { margin-left: 0; }

.sa-template .high-risk {
  background: linear-gradient(135deg, 
    rgba(4, 185, 215, 0.15) 0%, 
    rgba(247, 101, 248, 0.15) 100%
  );
  border-radius: 10px;
  padding: 2rem;
  text-align: center;
}

.sa-template .high-risk-text-1 {
  background: linear-gradient(135deg, #04B9D7 0%, #F765F8 85%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Arboria', sans-serif;
  font-weight: 500;
}

.sa-template .high-risk h3 {
  margin: 1rem 0;
}

.sa-template .high-risk p {
  margin-bottom: 0;
  color: #414141;
  font-weight: 600;
}

.sa-form .input-field {
  width: 100%;
}

.sa-form input:focus {
    border-bottom: none;
}

.sa-incident-form {
  flex-wrap: wrap;
  row-gap: 1rem;
}

.sa-incident-form label {
  display: block;
  font-weight: 400;
  margin-right: .75rem;
  width: 100%;
  text-align: center;
}

.sa-incident-form input {
  background-color: #F4F4F4;
  border-radius: 10px 10px 0 0;
  font-weight: 600;
}

.sa-incident-form .btn {
  background-color: var(--aqua);
  border-radius: 0 0 10px 10px;
  width: 100%;
}

.sa-incident-form .btn::before {
    background-color: var(--sa-rink);
}

#incident-result {
  color: var(--sa-rink);
}

#incident-input {
  text-decoration: underline;
}

.high-risk-bottom {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    column-gap: 1rem;
}

.high-risk-bottom p {
  margin: 0;
  font-weight: 600;
}

.high-risk-bottom .btn {
  width: fit-content;
  margin: 1rem auto 0;
}

.sa-monitor {
  margin-top: 0;
  margin-bottom: 0;
}

.sa-monitor p {
  color: white;
  margin-top: 0;
}

@media (max-width: 991px) {
  .sa-banner {
    min-height: 80vh!important;
  }

  .sa-notification {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (max-width: 400px) {
  .sa-banner-bottom {
    column-gap: .75rem;
  }

  .sa-text-3 {
    padding-left: .75rem;
  }

  .sa-profiles img {
    width: 55px;
    height: 55px;
  }
}

@media (min-width: 442px) {
  .sa-demo-form input {
    border-radius: 10px 0 0 10px;
    text-align: left;
    width: 240px;
  }

  .sa-demo-form .btn {
    border-radius: 0 10px 10px 0;
    width: unset;
  }

  .sa-demo-form {
    flex-wrap: nowrap;
  }

  .sa-demo-form .input-field {
    width: auto;
  }
}

@media (min-width: 462px) {
  .sa-incident-form input {
    border-radius: 10px 0 0 10px;
    text-align: left;
    width: 240px;
  }

  .sa-incident-form .btn {
    border-radius: 0 10px 10px 0;
    width: max-content;
  }

  .sa-form-inner {
    flex-wrap: nowrap;
  }

  .sa-incident-form .input-field {
    width: auto;
  }
}

@media (min-width: 48em) {
  .sa-banner-bottom {
    flex-wrap: nowrap;
    align-items: center;
  }

  .sa-text-3 {
    border-left: 1px solid white;
    padding-left: 1.5rem;
    max-width: 19rem;
    font-size: .9rem;
  }

  .sa-profiles img {
    width: 72px;
    height: 72px;
    margin-left: -10px;
  }
}

@media (min-width: 75em) {
  .sa-banner {
    min-height: calc(100dvh - 1rem - 60px);
    padding: 4rem 0;
  }

  .sa-banner .sa-banner-content {
    padding-left: 10%;
}

  .sa-banner .product-icon {
    margin-bottom: 1rem;
    width: 80px;
  }

  .sa-banner h1 {
    line-height: 1.2;
    margin-bottom: 2rem;
    font-size: 3rem;
  }

  .sa-banner .sa-banner-img-wrapper {
    position: relative;
    min-height: unset;
  }

  .sa-banner-img {
    position: absolute;
    bottom: 0;
    object-fit: contain;
    object-position: bottom;
    z-index: 2;
    right: 2rem;
    height: 90%;
    width: auto;
    left: unset;
    margin: unset;
  }

  .sa-banner .abstract-circle {
    position: absolute;
    z-index: 1;
    margin-top: 0;
    top: auto;
    bottom: -22%;
    height: 100%;
    width: auto;
    margin-right: -6%;
    max-height: 90vh;
    padding: 0;
    aspect-ratio: 1 / 1;
  }

  .sa-banner .sa-banner-content {
      width: calc(60% - 1rem);
  }

  .sa-banner .sa-banner-img-wrapper {
    width: calc(40% - 1rem);
    position: static;
  }

  .sa-banner-bottom-col {
    width: 50%;
  }

  .sa-profiles {
    justify-content: flex-end;

  }

  .sa-incident-form {
    flex-wrap: nowrap;
  }
  .sa-incident-form label {
    width: auto;
    margin-right: 1rem;
    text-align: left;
  }

  .sa-incident-form .btn {
    width: max-content;
  }

  .high-risk-bottom {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin: auto;
    column-gap: 2rem;
  }

  .high-risk-bottom .btn {
    margin: 0;
  }

  .high-risk-text-2 {
    padding-left: 1rem;
  }
}

@media (min-width:75em) and (max-width: 99em) {
  .sa-incident-form input {
      padding: .75rem;
      max-width: 140px;
  }

  .sa-incident-form label {
    font-size: .9rem;
    text-align: left;
  }

  .sa-incident-form .btn {
    font-size: .9rem;
    padding: .75rem .5rem;
  }
}

/* @media (min-width: 75em) {
  .sa-banner-img {
    max-height: calc(100dvh - 150px);
  }

  .sa-banner .abstract-circle {
    max-height: calc(100dvh - 150px);
  }
} */

@media (min-width: 99em) {
  .sa-banner .sa-banner-content {
      width: calc(50% - 1rem);
  }

  .sa-banner .sa-banner-img-wrapper {
    width: calc(50% - 1rem);
  }

  .sa-banner .sa-banner-content {
      width: calc(55% - 1rem);
  }

  .sa-banner .sa-banner-img-wrapper {
    width: calc(45% - 1rem);
  }

  .sa-banner .product-icon {
    width: 80px;
  }

  .sa-banner h1 {
    font-size: 3.5rem;
  }

}

@media (min-width: 125rem) {
  .sa-banner h1 {
    font-size: 4.25rem;
  }

  .sa-banner .product-icon {
      width: 90px;
  }

  .sa-text-1 {
    font-size: 1.75rem;
  }

  .sa-text-2, .sa-text-3 {
    font-size: 1.1rem;
  }
}

.auto-height {
  height: auto;
}

/* SA Animation */
.sa-banner .product-icon,
.sa-banner-title,
.sa-text-1,
.sa-demo-form,
.sa-text-2,
.sa-profile-1,
.sa-profile-2,
.sa-profile-3,
.sa-banner-bottom-col-right,
.sa-circle,
.sa-banner-img,
.high-risk-block,
.high-risk-title,
.high-risk-text,
.high-risk-bottom {
  opacity: 0;
}

.meteor-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -2rem;
    left: 0;
    right: 0;
}

.meteor {
    position: absolute;
    height: 6px;
    width: 250px;
    border-radius: 100px;
    opacity: 0;
    animation: meteorMobile 5s linear infinite;
}

/* .meteor.aqua {
    background: var(--aqua);
    box-shadow: 0 0 10px var(--aqua);
}

.meteor.pink {
    background: var(--sa-rink);
    box-shadow: 0 0 10px var(--sa-rink);
} */

.meteor::before {
    content: '';
    position: absolute;
    top: -2rem;
    right: 0;
    height: 100%;
    width: 250px;
    border-radius: 100px;
}

@media  (min-width: 75em) {
  .meteor {
    animation: meteor 5s linear infinite;
  }

  .meteor-container {
    top: -4rem;
  }
}

@keyframes meteorMobile {
    0% {
        transform: translateX(-100px) translateY(-100px) rotate(65deg);
        opacity: 0;
    }
    10% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.1;
    }
    90% {
        opacity: 0.1;
    }
    100% {
        transform: translateX(calc(50vw)) translateY(calc(100vh + 200px)) rotate(65deg);
        opacity: 0;
    }
}

@keyframes meteor {
    0% {
        transform: translateX(-100px) translateY(-100px) rotate(27deg);
        opacity: 0;
    }
    10% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.1;
    }
    90% {
        opacity: 0.1;
    }
    100% {
        transform: translateX(calc(100vw + 200px)) translateY(calc(100vh + 200px)) rotate(27deg);
        opacity: 0;
    }
}

/* Create multiple meteors with different delays and positions */
.meteor:nth-child(1) { top: 10%; animation-delay: 0s; }
.meteor:nth-child(2) { top: 20%; animation-delay: 0.5s; }
.meteor:nth-child(3) { top: 35%; animation-delay: 1s; }
.meteor:nth-child(4) { top: 50%; animation-delay: 1.5s; }
.meteor:nth-child(5) { top: 15%; animation-delay: 2s; }
.meteor:nth-child(6) { top: 65%; animation-delay: 2.5s; }
.meteor:nth-child(7) { top: 40%; animation-delay: 3s; }
.meteor:nth-child(8) { top: 25%; animation-delay: 3.5s; }
.meteor:nth-child(9) { top: 45%; animation-delay: 4s; }
.meteor:nth-child(10) { top: 70%; animation-delay: 4.5s; }
.meteor:nth-child(11) { top: 25%; animation-delay: 5s; }
.meteor:nth-child(12) { top: 60%; animation-delay: 5.5s; }

/* Alternate colors */
.meteor:nth-child(odd) {
    background: var(--aqua);
    /* box-shadow: 0 0 15px var(--aqua), 0 0 30px var(--aqua); */
}

.meteor:nth-child(even) {
    background: var(--sa-rink);
    /* box-shadow: 0 0 15px var(--sa-rink), 0 0 30px var(--sa-rink); */
}


/* Add some random variations */
.meteor:nth-child(3n) {
    animation-duration: 2.5s;
}

.meteor:nth-child(4n) {
    animation-duration: 3.5s;
}

.meteor:nth-child(5n) {
    animation-duration: 4s;
}