.banner {
    padding-top: 12rem;
    padding-bottom: 5rem;
}

.text {
    max-width: 56rem;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-bottom: 4rem;
}

.text .shadow-game {
    transition-property: transform;
    transition-timing-function:
        cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    display: inline-block;
    align-items: center;
    font-weight: 900;
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: .5rem 1.25rem;
    cursor: pointer;
    transform: rotate(-2deg);
    margin-bottom: 2rem;
    border: 2px solid rgb(15 23 42 / var(--tw-border-opacity, 1));
    border-radius: 99px;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}

.text .shadow-game:hover {
    transform: rotate(0deg);
}

.text .shadow-game span {
    display: inline-block;
    vertical-align: middle;
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.text .shadow-game span.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.text h1 {
    font-size: 4.5rem;
    line-height: 1;
    font-weight: 900;
    margin-bottom: 2rem;
    letter-spacing: -0.025em;
    color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

.text h1 span {
    margin-top: 0.5rem;
    position: relative;
    display: inline-block;
    color: rgb(37 99 235 / var(--tw-text-opacity, 1))
}

.text h1 span b {
    position: relative;
    z-index: 111;
}

.text h1 svg {
    color: rgb(255 217 61 / var(--tw-text-opacity, 1));
    height: 1.5rem;
    display: block;
    width: 110%;
    position: absolute;
    bottom: -.5rem;
    left: -.5rem;
}

.text p {
    font-size: 1.25rem;
    margin-bottom: 2.5rem;
    line-height: 1.625;
    color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}

.text .groups {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
    gap: 1.5rem;
}

.text .groups button,
.text .groups a {
    width: auto;
    --tw-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.1);
    font-weight: 900;
    font-size: 1.125rem;
    line-height: 1.75rem;
    padding: 1rem 2.5rem;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 2px solid rgb(15 23 42 / var(--tw-border-opacity, 1));
    transition-property: all;
    transition-timing-function:
        cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    --tw-shadow-colored: 0 4px 0 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    text-decoration: none;
}

.text .groups button:hover,
.text .groups a:hover {
    box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.1);
    transform: translateY(-0.25rem);
}

.text .groups button svg,
.text .groups a svg {
    transition: all .15s linear;
}

.text .groups button.start,
.text .groups a.start {
    background-color: rgb(77 150 255 / var(--tw-bg-opacity, 1));
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text .groups button.start:hover svg,
.text .groups a.start:hover svg {
    --tw-translate-x: 0.25rem;
    transform: translateX(0.25rem)
}

.text .groups button.look {
    background: #fff;
    border-color: rgb(15 23 42 / var(--tw-border-opacity, 1));
}

.text small {
    display: block;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    color: rgb(100 116 139 / var(--tw-text-opacity, 1));
    margin-top: 1rem;
}

.demo {
    max-width: 56rem;
    margin-top: 5rem;
    margin: 0 auto;

}

.demo .bg-white {
    max-width: 42rem;
    border: 4px solid #0f172a;
    border-radius: 2.5rem;
    transition: all .15s linear;
    box-shadow: 0 8px 24px rgba(149, 157, 165, 0.1);
    margin: 0 auto;
    overflow: hidden;
}

.demo .bg-white:hover {
    transform: scale(1.01);
}

.demo .bg-white .bg-game-blue {
    background: rgb(77 150 255 / var(--tw-bg-opacity, 1));
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.demo .bg-white .bg-game-blue label {}

.demo .bg-white .bg-game-blue label i {
    display: inline-block;
    border: 2px solid #0f172a;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    box-sizing: border-box;
}

.demo .bg-white .bg-game-blue label i.red {
    background: rgb(255 107 107 / var(--tw-bg-opacity, 1));
}

.demo .bg-white .bg-game-blue label i.yellow {
    background: rgb(255 217 61 / var(--tw-bg-opacity, 1));
}

.demo .bg-white .bg-game-blue label i.green {
    background: rgb(107 203 119 / var(--tw-bg-opacity, 1));
}

.demo .bg-white .bg-game-blue span {
    background: rgb(0 0 0 / 0.2);
    padding: .25rem .75rem;
    font-size: 0.75rem;
    color: #fff;
    line-height: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    border-radius: 0.5rem;
    display: inline-block;
}

.demo .p-6 {
    padding: 2rem;
    text-align: center;
    background: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}

.demo .p-6 h3 {
    text-align: center;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 900;
}

.demo .p-6 p {
    font-weight: 500;
    color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

.demo .card {
    border: 4px dashed rgb(226 232 240 / var(--tw-border-opacity, 1));
    border-radius: 1.5rem;
    gap: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    flex-wrap: wrap;
    background: #fff;
    min-height: 100px;
    box-sizing: border-box;
    margin-top: 2rem;
}

.demo .card span {
    /* min-height: 100px; */
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(148 163 184 / var(--tw-text-opacity, 1));
    font-weight: 700;
}

.demo .card button {
    background: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    color: rgb(15 23 42 / var(--tw-text-opacity, 1));
    border-radius: 0.75rem;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    padding: .75rem 1rem;
    border: 2px solid rgb(203 213 225 / var(--tw-border-opacity, 1));
    border-bottom-width: 4px;
    transition: all .15s linear;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5rem;
    height: 3.375rem;
    cursor: pointer;
}

.demo .card button:hover {
    border-color: rgb(255 107 107 / var(--tw-border-opacity, 1));
    transform: translateY(-0.25rem);
}

.demo .inner {
    border-radius: 1.5rem;
    gap: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 1rem;
    background: rgb(241 245 249 / var(--tw-bg-opacity, 1));
    border: 2px solid rgb(226 232 240 / var(--tw-border-opacity, 1));
    margin-top: 2rem;
}

.demo .inner button {
    height: 3.375rem;
    cursor: pointer;
    transition: all .15s linear;
    position: relative;
}

.demo .inner button span {
    background: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    color: rgb(51 65 85 / var(--tw-text-opacity, 1));
    border-radius: 0.75rem;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    padding: .75rem 1rem;
    border: 2px solid rgb(203 213 225 / var(--tw-border-opacity, 1));
    border-bottom-width: 4px;
    transition: all .15s linear;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5rem;
    height: 1.5rem;
    display: block;


}

.demo .inner button:hover span {

    transform: translateY(-0.25rem);
    color: rgb(37 99 235 / var(--tw-text-opacity, 1));
    border-color: rgb(77 150 255 / var(--tw-border-opacity, 1));
}

.demo .inner button.on {
    width: 70px;
    border-radius: 0.75rem;
    padding: .75rem 1rem;
    height: 3.375rem;
    color: rgb(37 99 235 / var(--tw-text-opacity, 1));
    border-color: rgb(77 150 255 / var(--tw-border-opacity, 1));

}

/*.demo .inner button.on span{
    width: 70px;
    background: rgb(226 232 240 / 0.5);
    border:2px solid transparent;
    font-size: 0;
        padding: .75rem 0;
    transition: all 0s linear;
}*/
.demo .inner button.on span {
    display: none;
}

.demo .inner button.on:after {
    display: block;
    content: '';
    clear: both;
    width: 100%;
    height: 100%;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
}

.demo .inner button.on:hover {
    transform: translateY(0);
    transition: all 0s linear;
    border-color: transparent;
}

.demo .btns {
    padding-top: 0.5rem;
    margin-top: 2rem;
    align-items: center;
    display: flex;
    justify-content: center;
}

.demo .btns button {
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: .5rem 1rem;
    cursor: pointer;
    border-radius: .5rem;
    color: rgb(100 116 139 / var(--tw-text-opacity, 1));
    background: transparent;
    align-items: center;
    display: flex;
    gap: 0.5rem;
}

.demo .btns button.reset {
    margin-left: 1.5rem;
}

.demo .btns button.blueDark {
    color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.demo .btns button.blueDark b {
    font-weight: 700;
    color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.demo .btns button span {}

.demo .btns button:hover {
    background: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}

.features {
    padding: 6rem 0;
    text-align: center;
    background: #fff;
}

.features .title {
    margin-bottom: 5rem;
}

.features .title label {
    color: rgb(15 23 42 / var(--tw-text-opacity, 1));
    font-weight: 900;
    padding: .5rem 1.5rem;
    letter-spacing: 0.1em;
    background: rgb(255 217 61 / var(--tw-bg-opacity, 1));
    border: 2px solid rgb(15 23 42 / var(--tw-border-opacity, 1));
    border-radius: 999px;
    transform: rotate(-2deg);
    display: inline-block;
    box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.1);
}

.features .title h2 {
    margin-top: 2rem;
    font-weight: 900;
    line-height: 1;
    font-size: 3rem;
}

.features .title p {
    color: rgb(100 116 139 / var(--tw-text-opacity, 1));
    font-size: 1.25rem;
    line-height: 1.75rem;
    max-width: 42rem;
    margin: 1.5rem auto 0;
}

.features ul {
    display: flex;
    gap: 2.5rem;
}

.features li {
    border: 4px solid rgb(241 245 249 / var(--tw-border-opacity, 1));
    padding: 2rem;
    border-radius: 2rem;
    position: relative;
    transition: all .15s linear;
    cursor: pointer;
}

.features li:hover {
    transform: translateY(-.5rem);
    border-color: rgb(15 23 42 / var(--tw-border-opacity, 1));
}

.features li label {
    padding: 0.375rem .75rem;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 900;
    color: #fff;
    border-radius: 0.5rem;
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    transition: all .15s linear;
}

.features li:hover label {
    transform: scale(1.1);
}

.features li.blue label {
    background: rgb(77 150 255 / var(--tw-bg-opacity, 1));
}

.features li.yellow label {
    background: rgb(244 196 48 / var(--tw-bg-opacity, 1));
}

.features li.green label {
    background: rgb(107 203 119 / var(--tw-bg-opacity, 1));
}

.features li:hover span {
    transform: rotate(6deg)
}

.features li span {
    width: 5rem;
    height: 5rem;
    display: block;
    border-radius: 1.5rem;
    line-height: 6rem;
    box-sizing: border-box;
    margin-bottom: 2rem;
    transition: all .15s linear;
    border-bottom: 4px solid transparent;
}

.features li span img {
    width: 32px;
    color: #fff;
    /* font-size: 24px; */
    height: 2rem;
}

.features li.blue span {
    background: rgb(77 150 255 / var(--tw-bg-opacity, 1));
    border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}

.features li.yellow span {
    background: rgb(244 196 48 / var(--tw-bg-opacity, 1));
    border-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
}

.features li.green span {
    background: rgb(107 203 119 / var(--tw-bg-opacity, 1));
    border-color: rgb(77 173 91 / var(--tw-border-opacity, 1));
}

.features li h4 {
    text-align: left;
    color: rgb(15 23 42 / var(--tw-text-opacity, 1));
    font-weight: 900;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 1rem;
}

.features li p {
    color: rgb(71 85 105 / var(--tw-text-opacity, 1));
    line-height: 1.625;
    font-weight: 500;
    text-align: left;
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.courses {
    padding: 6rem 0;
    background: rgb(255 251 235 / var(--tw-bg-opacity, 1));
    border-top: 4px solid rgb(15 23 42 / var(--tw-border-opacity, 1));
}

.courses .title {
    position: relative;
    margin-bottom: 4rem;
}

.courses .title h2 {
    font-size: 3rem;
    color: rgb(15 23 42 / var(--tw-text-opacity, 1));
    line-height: 1;
    font-weight: 900;
    letter-spacing: -0.025em;
    margin-bottom: 1.5rem;
}

.courses .title h2 b {
    display: block;
    line-height: 1;
    color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.courses .title p {
    color: rgb(71 85 105 / var(--tw-text-opacity, 1));
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.courses .title a {
    color: rgb(15 23 42 / var(--tw-text-opacity, 1));
    font-weight: 900;
    display: flex;
    align-items: center;
    position: absolute;
    border-bottom: 2px solid rgb(15 23 42 / var(--tw-text-opacity, 1));
    right: 0;
    bottom: 0;
}

.courses .title a:hover {
    color: rgb(77 150 255 / var(--tw-text-opacity, 1));
    border-color: rgb(77 150 255 / var(--tw-text-opacity, 1));
}

.courses .title a span {
    display: inline-block;
    vertical-align: middle;
}

.courses .title a svg {
    width: 1.25rem;
    height: 1.25rem;
    display: inline-block;
    vertical-align: middle;
}

.courses ul {
    display: flex;
    gap: 1.5rem;
}

.courses li {
    border: 4px solid rgb(241 245 249 / var(--tw-border-opacity, 1));
    border-radius: 1.5rem;
    padding: 1.5rem;
    background: #fff;
    width: 20%;
    cursor: pointer;
}

.courses li:hover {
    box-shadow: 0 8px 24px rgba(149, 157, 165, 0.1);
    border-color: rgb(255 217 61 / var(--tw-border-opacity, 1));
}

.courses li label {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 1rem;
    display: block;
    text-align: center;
    line-height: 3.5rem;
    transition: all .15s linear;
    margin-bottom: 1.5rem;
}

.courses li:hover label {
    transform: scale(1.1);
}

.courses li.green label {
    background: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}

.courses li.blue label {
    background: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.courses li.purple label {
    background: rgb(243 232 255 / var(--tw-bg-opacity, 1));
}

.courses li.orange label {
    background: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}

.courses li.pink label {
    background: rgb(252 231 243 / var(--tw-bg-opacity, 1));
}

.courses li label svg {
    width: 1.75rem;
    height: 1.75rem;
    display: inline-block;
    vertical-align: middle;
}

.courses li.green label svg {
    color: rgb(77 173 91 / var(--tw-text-opacity, 1));
}

.courses li.blue label svg {
    color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.courses li.purple label svg {
    color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}

.courses li.orange label svg {
    color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}

.courses li.pink label svg {
    color: rgb(219 39 119 / var(--tw-text-opacity, 1));
}

.courses li h5 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 0.75rem;
    font-weight: 900;
}

.courses li.green h5 {
    color: rgb(77 173 91 / var(--tw-text-opacity, 1));
}

.courses li.blue h5 {
    color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.courses li.purple h5 {
    color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}

.courses li.orange h5 {
    color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}

.courses li.pink h5 {
    color: rgb(219 39 119 / var(--tw-text-opacity, 1));
}

.courses li p {
    font-size: 0.875rem;
    line-height: 1.625;
    color: rgb(100 116 139 / var(--tw-text-opacity, 1));
    font-weight: 550;
    height: 4.266rem;
}

.courses li a {
    color: rgb(203 213 225 / var(--tw-text-opacity, 1));
    font-size: 0.875rem;
    line-height: 1.25rem;
    display: block;
    font-weight: 700;
    margin-top: 1.5rem;
}

.courses li a span {
    /* width: 1rem; */
    /* height: 1rem; */
    display: inline-block;
    vertical-align: middle;
}

.courses li a svg {
    width: 1rem;
    height: 1rem;
    display: inline-block;
    vertical-align: middle;
    margin-left: .25rem;
}

.courses li:hover a span,
.courses li:hover a svg {
    color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

.ai {
    background: rgb(15 23 42 / var(--tw-bg-opacity, 1));
    padding: 6rem 0;
    overflow: hidden;
}

.ai .aiBox {
    align-items: center;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5rem;
    position: relative;
}

.ai .aiBox:after {
    display: block;
    content: '';
    clear: both;
    width: 600px;
    height: 600px;
    position: absolute;
    border-radius: 50%;
    background: rgb(162 155 254 / var(--tw-bg-opacity, 1));
    opacity: .2;
    mix-blend-mode: screen;
    margin-left: -5rem;
    margin-bottom: -5rem;
    filter: blur(120px);
    left: 0;
    bottom: 0;
}

.ai .aiBox:before {
    display: block;
    content: '';
    clear: both;
    mix-blend-mode: screen;
    opacity: .4;
    filter: blur(120px);
    border-radius: 9999px;
    width: 600px;
    height: 600px;
    margin-top: -5rem;
    top: 0;
    right: 0;
    margin-right: -10rem;
    position: absolute;
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    background: rgb(77 150 255 / var(--tw-bg-opacity, 1));
}

@keyframes pulse {
    0% {
        opacity: .1;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: .1;
    }
}

.ai .blend {}

.ai .blend .Icon {
    color: rgb(77 150 255 / var(--tw-text-opacity, 1));
    display: inline-block;
    align-items: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: .375rem 1rem;
    background: rgb(30 41 59 / var(--tw-bg-opacity, 1));
    border: 1px solid rgb(51 65 85 / var(--tw-border-opacity, 1));
    border-radius: 999px;
    margin-bottom: 2rem;
}

.ai .blend .Icon svg {
    width: 1.25rem;
    height: 1.25rem;
    display: inline-block;
    vertical-align: middle;
}

.ai .blend .Icon span {
    display: inline-block;
    vertical-align: middle;
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
    font-weight: 700;
}

.ai .blend h2 {
    font-size: 3rem;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    line-height: 1;
    font-weight: 900;
    margin-bottom: 2rem;
}

.ai .blend h2 b {
    color: rgb(148 163 184 / var(--tw-text-opacity, 1));
    display: block;
}

.ai .blend p {
    font-size: 1.25rem;
    font-weight: 500;
    color: rgb(203 213 225 / var(--tw-text-opacity, 1));
    margin-bottom: 2.5rem;
}

.ai .blend ul {
    position: relative;
    z-index: 11;
}

.ai .blend li {
    display: flex;
    align-items: center;
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
    cursor: pointer;
}

.ai .blend li label {
    background: rgb(77 150 255 / 0.2);
    border: 1px solid rgb(77 150 255 / 0.3);
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
}

.ai .blend li label svg {
    width: 1.5rem;
    height: 1.5rem;
    color: rgb(77 150 255 / var(--tw-text-opacity, 1));
    transition: all .15s linear;
}

.ai .blend li:hover label {
    background-color: rgb(77 150 255 / var(--tw-bg-opacity, 1));
}

.ai .blend li:hover label svg {
    color: #fff;
}

.ai .blend li span {
    color: rgb(226 232 240 / var(--tw-text-opacity, 1));
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.ai .descript {
    position: relative;
}

.ai .descript .descbox {
    position: relative;
    z-index: 2;
    background: rgb(30 41 59 / var(--tw-bg-opacity, 1));
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    padding: 1.5rem;
    border: 2px solid rgb(51 65 85 / var(--tw-border-opacity, 1));
    border-radius: 2rem;
}

.ai .descript:before {
    display: block;
    content: '';
    clear: both;
    inset: -0.5rem;
    opacity: .4;
    filter: blur(8px);
    border-radius: 2.5rem;
    z-index: 1;
    position: absolute;
    background-image: linear-gradient(to right, #4D96FF, #A29BFE);
}

.ai .descript .user {
    display: flex;
    /* flex-direction: row-reverse; */
    align-items: flex-end;
    justify-content: flex-end;
}

.ai .descript .user p {
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    padding: 1.25rem;
    background: rgb(77 150 255 / var(--tw-bg-opacity, 1));
    position: relative;
    max-width: 85%;
    border-radius: 1rem;
    --tw-space-x-reverse: 1;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
    border-bottom-right-radius: 0;
}

.ai .descript .user p b {
    display: block;
    letter-spacing: 0.05em;
    color: rgb(219 234 254 / var(--tw-text-opacity, 1));
    font-size: 0.75rem;
    line-height: 1rem;
    margin-bottom: 0.5rem;
}

.ai .descript .user p strong {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
}

.ai .descript .user p strong em {
    text-decoration-color: rgb(255 255 255 / 0.5);
    font-style: normal;
    text-decoration-line: line-through;
    background: rgb(239 68 68 / 0.4);
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    padding: 0 .25rem;
    border-radius: 0.25rem;
}

.ai .descript .user p i {
    color: rgb(37 99 235 / var(--tw-text-opacity, 1));
    font-weight: 900;
    position: absolute;
    font-size: 0.75rem;
    line-height: 1rem;
    font-style: normal;
    background: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding: .125rem .5rem;
    border-radius: .25rem;
    right: 1rem;
    top: -.75rem;
}

.ai .descript .user label {
    width: 3rem;
    height: 3rem;
    display: inline-block;
    vertical-align: top;
    border: 2px solid rgb(100 116 139 / var(--tw-border-opacity, 1));
    border-radius: 50%;
    overflow: hidden;
}

.ai .descript .user label svg {
    color: rgb(148 163 184 / var(--tw-text-opacity, 1));
    width: 3rem;
    height: 3rem;
}

.ai .descript .jx {
    display: flex;
    align-items: flex-start;
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.ai .descript .jx .ic {
    background-image: linear-gradient(to bottom right, #4D96FF, #A29BFE);
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    border-radius: 50%;
    border: 2px solid rgb(255 255 255 / 0.1);
    justify-content: center;
    align-items: center;
    display: flex;
    flex-shrink: 0;
    width: 3rem;
    height: 3rem;
    box-sizing: border-box;
}

.ai .descript .jx .ic svg {
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    width: 1.75rem;
    height: 1.75rem;
}

.ai .descript .jx .info {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
    backdrop-filter: blur(12px);
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    padding: 1.5rem;
    background: rgb(51 65 85 / 0.9);
    border: 1px solid rgb(71 85 105 / var(--tw-border-opacity, 1));
    border-radius: 1rem;
    border-top-left-radius: 0px;
}

.ai .descript .jx .info h6 {
    letter-spacing: .05em;
    color: rgb(77 150 255 / var(--tw-text-opacity, 1));
    text-transform: uppercase;
    font-weight: 900;
    font-size: 0.75rem;
    line-height: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.ai .descript .jx .info h6 span {
    background: rgb(239 68 68 / 0.2);
    border-radius: .5rem;
    border: 1px solid rgb(239 68 68 / 0.2);
    padding: .25rem .5rem;
    line-height: 1rem;
    font-weight: 700;
    color: rgb(252 165 165 / var(--tw-text-opacity, 1));
    font-size: .75rem;
}

.ai .descript .jx .info .desc {
    color: rgb(226 232 240 / var(--tw-text-opacity, 1));
    font-weight: 500;
    line-height: 1.625;
    font-size: 1rem;
    margin-bottom: 1.25rem;
}

.ai .descript .jx .info .desc strong {
    border-radius: 0.25rem;
    background: rgb(255 255 255 / 0.1);
    padding: 0 .25rem;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.ai .descript .jx .info .anser {
    border-left: 4px solid rgb(107 203 119 / var(--tw-border-opacity, 1));
    background: rgb(15 23 42 / 0.6);
    border-radius: 0.75rem;
    padding: 1rem;
}

.ai .descript .jx .info .anser label {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 700;
    color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.ai .descript .jx .info .anser p {
    font-weight: 900;
    color: rgb(107 203 119 / var(--tw-text-opacity, 1));
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.ai .descript .jx .info .anser p span {
    border-bottom: 4px solid rgb(107 203 119 / 0.5);
    text-decoration-thickness: 4px;
    text-underline-offset: 4px;
    -webkit-text-decoration-line: underline;
    display: inline-block;
}

.ai .descript .jx .info .result {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.25rem;
    border-top: 1px solid rgb(71 85 105 / 0.5);
    padding-top: 1rem;
    font-weight: 500;
    color: rgb(148 163 184 / var(--tw-text-opacity, 1));
    font-size: 0.75rem;
    line-height: 1rem;
}

.ai .descript .jx .info .result a {
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    transition: all .15s linear;
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 1rem;
    padding: 0.375rem .75rem;
    background: rgb(71 85 105 / var(--tw-bg-opacity, 1));
    border-radius: 0.5rem;
}

.ai .descript .jx .info .result a:hover {
    background-color: rgb(100 116 139 / var(--tw-bg-opacity, 1));
}

.team {
    background: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding: 5rem 0;
    border-top: 1px solid rgb(226 232 240 / var(--tw-border-opacity, 1));
}

.team .teamBox {
    padding: 4rem;
    background-color: rgb(77 150 255 / var(--tw-bg-opacity, 1));
    border-radius: 3rem;
    overflow: hidden;
    position: relative;
    align-items: flex-start;
    gap: 3rem;
    display: flex;
}


.team .teamBox:after {
    display: block;
    content: '';
    clear: both;
    width: 20rem;
    height: 20rem;
    position: absolute;
    border-radius: 50%;
    background: rgb(0 0 0 / 0.1);
    /* opacity:.2; */
    /* margin-left:-5rem; */
    /* margin-bottom:-5rem; */
    filter: blur(64px);
    left: -5rem;
    bottom: -5rem;
    z-index: 2;
}

.team .teamBox:before {
    display: block;
    content: '';
    clear: both;
    mix-blend-mode: screen;
    filter: blur(64px);
    border-radius: 9999px;
    width: 20rem;
    height: 20rem;
    top: -5rem;
    right: -5rem;
    position: absolute;
    /* animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; */
    background: rgb(255 255 255 / 0.1);
}

.team .teamBox .teamLeft {
    width: 50%;
}

.teamBox .teamLeft .Icon {
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    display: inline-block;
    align-items: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: .375rem 1rem;
    background: rgb(255 255 255 / 0.2);
    border: 1px solid rgb(255 255 255 / 0.2);
    border-radius: 999px;
    margin-bottom: 2rem;
}

.teamBox .teamLeft .Icon svg {
    width: 1rem;
    height: 1rem;
    display: inline-block;
    vertical-align: middle;
    color: rgb(253 224 71 / var(--tw-text-opacity, 1));
    fill: #fde047;
}

.teamBox .teamLeft .Icon span {
    display: inline-block;
    vertical-align: middle;
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.teamBox .teamLeft h2 {
    font-size: 3rem;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    line-height: 1;
    font-weight: 900;
    margin-bottom: 2rem;
}

.teamBox .teamLeft p {
    font-size: 1.25rem;
    font-weight: 500;
    color: rgb(219 234 254 / var(--tw-text-opacity, 1));
    margin-bottom: 2rem;
    line-height: 1.625;
}

.teamBox .teamLeft a {
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    color: rgb(37 99 235 / var(--tw-text-opacity, 1));
    padding: 0.75rem 2rem;
    font-weight: 900;
    background: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    border-radius: 0.75rem;
    transition: all .15s linear;
    position: relative;
    z-index: 3;
}

.teamBox .teamLeft a:hover {
    background: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.team .teamBox .teamRight {
    width: 50%;
}

.teamBox .teamRight ul {
    display: flex;
    width: 100%;
    gap: 1rem;
    /* grid-template-columns: repeat(2, minmax(0, 1fr)); */
}

.teamBox .teamRight li {
    width: 50%;
    /* grid-template-columns: repeat(2, minmax(0, 1fr)); */
}

.teamBox .teamRight li .user {
    display: block;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    background: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    rgb(255 255 255 / var(--tw-bg-opacity, 1)): flex-end;
    border-radius: 1rem;
    margin-top: 1rem;
    padding: 1rem;
    white-space: nowrap;
}

.teamBox .teamRight li .user p {
    /* box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); */
    /* margin-right: calc(0.75rem * var(--tw-space-x-reverse)); */
    /* margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))); */
    /* color: rgb(255 255 255 / var(--tw-text-opacity, 1)); */
    /* padding: 1.25rem; */
    /* background: rgb(77 150 255 / var(--tw-bg-opacity, 1)); */
    position: relative;
    display: inline-block;
    border-radius: 1rem;
    vertical-align: middle;
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.teamBox .teamRight li .user p b {
    display: block;
    border-radius: 0.25rem;
    background: rgb(226 232 240 / var(--tw-bg-opacity, 1));
    width: 4rem;
    height: 1rem;
    margin-bottom: 0.5rem;
}

.teamBox .teamRight li:last-child {
    padding-top: 2rem;
}

.teamBox .teamRight li .user p span {
    display: block;
    height: 0.75rem;
    background: rgb(241 245 249 / var(--tw-bg-opacity, 1));
    width: 6rem;
    border-radius: 0.25rem;
}

.teamBox .teamRight li .user label {
    width: 3rem;
    height: 3rem;
    display: inline-block;
    vertical-align: middle;
    /* border: 2px solid rgb(100 116 139 / var(--tw-border-opacity, 1)); */
    border-radius: 50%;
    overflow: hidden;
    background: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}

.teamBox .teamRight li .user label svg {
    color: rgb(148 163 184 / var(--tw-text-opacity, 1));
    width: 3rem;
    height: 3rem;
}

.game {
    padding: 6rem 0;
    background: rgb(255 217 61 / var(--tw-bg-opacity, 1));
    text-align: center;
}

.game .animate {
    animation: bounce 1s infinite;
    margin-bottom: 1.5rem;
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(-25%);
        animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    }

    50% {
        transform: none;
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
}

.game .animate img {}

.game h2 {
    font-size: 3.75rem;
    letter-spacing: -0.025em;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 2rem;
}

.game p {
    max-width: 42rem;
    color: rgb(30 41 59 / var(--tw-text-opacity, 1));
    margin: 0 auto 3rem;
    font-size: 1.25rem;
    font-weight: 700;
}

.game a {
    display: inline-block;
    box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.1);
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    font-weight: 900;
    font-size: 1.25rem;
    line-height: 1.75rem;
    padding: 1.25rem 3rem;
    background: rgb(15 23 42 / var(--tw-bg-opacity, 1));
    border-radius: 1rem;
    transition: all .2s linear;
    border: 2px solid transparent;
}

.game a:hover {
    box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.1);
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
    transform: translateY(-0.25rem);
}

.game a span {
    display: inline-block;
    vertical-align: middle;
}

.game a svg {
    display: inline-block;
    width: 1.5rem;
    vertical-align: middle;
    height: 1.5rem;
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.game small {
    display: block;
    font-weight: 700;
    color: rgb(51 65 85 / var(--tw-text-opacity, 1));
    font-size: 0.875rem;
    line-height: 1.25rem;
    opacity: 0.8;
    margin-top: 2rem;
}

.vocab {
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.vocab .title {
    text-align: center;
    max-width: 48rem;
    margin: 0 auto;
    margin-bottom: 4rem;
    display: block;
    /* margin: 0 auto; */
}

.vocab .title .star {
    color: rgb(234 88 12 / var(--tw-text-opacity, 1));
    font-weight: 900;
    font-size: 0.875rem;
    line-height: 1.25rem;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    padding: 0.375rem 1rem;
    display: inline-flex;
    background: rgb(255 247 237 / var(--tw-bg-opacity, 1));
    border: 2px solid rgb(255 237 213 / var(--tw-border-opacity, 1));
    border-radius: 999px;
    margin-bottom: 1.5rem;
    align-items: center;
    transform: rotate(-1deg);
}

.vocab .title .star svg {
    fill: #f97316;
    color: #f97316;
    width: 1rem;
    /* display:inline-block; */
    /* vertical-align:middle; */
    height: 1rem;
}

.vocab .title .star span {
    /* display:inline-block; */
    /* vertical-align:middle; */
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.vocab .title .title {}

.vocab .title h2 {
    color: rgb(15 23 42 / var(--tw-text-opacity, 1));
    font-size: 3rem;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -0.025em;
    margin-bottom: 1.5rem;
}

.vocab .title h2 b {
    display: block;
    color: transparent;
    background-image: linear-gradient(to right, #f97316, #ef4444);
    background-clip: text;
    line-height: 1.08;
}

.vocab .title p {
    color: rgb(100 116 139 / var(--tw-text-opacity, 1));
    font-weight: 500;
    line-height: 1.625;
    font-size: 1.25rem;
}

.vocab .title p b {
    text-decoration: underline;
    text-decoration-color: #FFD93D;
    text-decoration-thickness: 4px;
    text-underline-offset: 2px;
    color: rgb(15 23 42 / var(--tw-text-opacity, 1)) !important;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    font-weight: 900;
}

.vocab .vocabBox {
    background: rgb(15 23 42 / var(--tw-bg-opacity, 1));
    border: 4px solid rgb(30 41 59 / var(--tw-border-opacity, 1));
    border-radius: 3rem;
    padding: 4rem;
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    overflow: hidden;
}

.vContainer .vL:after {
    display: block;
    content: '';
    clear: both;
    background-image: linear-gradient(to right, #3b82f6, #a855f7, #ec4899);
    filter: blur(8px);
    opacity: 0.4;
    border-radius: 2.5rem;
    inset: -0.25rem;
    position: absolute;
    z-index: 1;
    transition: all .15s linear;
    animation: pulse2 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.vContainer .vL:hover:after {
    opacity: .7;
}

@keyframes pulse2 {
    0% {
        filter: blur(16px);
    }

    50% {
        filter: blur(8px);
    }

    100% {
        filter: blur(16px);
    }
}

.vContainer {
    position: relative;
    /* padding: 2rem; */
    gap: 4rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    z-index: 10;
}

.vContainer .vL:before {
    display: block;
    content: '';
    clear: both;
    background: rgb(30 41 59 / var(--tw-bg-opacity, 1));
    position: relative;
    border: 1px solid rgb(51 65 85 / var(--tw-border-opacity, 1));
    border-radius: 2rem;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.vContainer .vL {
    position: relative;
    /* z-index: 3; */
    width: 50%;
}

.vContainer .vL .vT {
    padding: 2rem 2rem 0;
    position: relative;
    z-index: 111;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.vContainer .vL .vT label {
    display: flex;
    align-items: center;
}

.vContainer .vL .vT label i {
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
}

.vContainer .vL .vT label i.red {
    background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

.vContainer .vL .vT label i.yellow {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
    background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}

.vContainer .vL .vT label i.green {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
    background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}

.vContainer .vL .vT span {
    color: rgb(100 116 139 / var(--tw-text-opacity, 1));
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 0.75rem;
    line-height: 1rem;
}

.vContainer .vL ul {
    padding: 0 2rem;
    position: relative;
    z-index: 111;
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.vContainer .vL li {
    background: rgb(15 23 42 / 0.5);
    padding: 1.25rem;
    cursor: pointer;
    border: 1px solid rgb(51 65 85 / 0.5);
    border-radius: 1rem;
    transition: all .15s linear;
}

.vContainer .vL li:nth-child(1):hover {
    border-color: rgb(59 130 246 / 0.5);
}

.vContainer .vL li:nth-child(2):hover {
    border-color: rgb(34 197 94 / 0.5);
}

.vContainer .vL li:nth-child(3):hover {
    border-color: rgb(234 179 8 / 0.5);
}

.vContainer .vL li:nth-child(4):hover {
    border-color: rgb(168 85 247 / 0.5);
}

.vContainer .vL li label {
    display: flex;
    width: 2.5rem;
    height: 2.5rem;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.75rem;

    border-radius: 0.5rem;
}

.vContainer .vL li:nth-child(1) label {
    background: rgb(59 130 246 / 0.2);
    color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}

.vContainer .vL li:nth-child(2) label {
    background: rgb(34 197 94 / 0.2);
    color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}

.vContainer .vL li:nth-child(3) label {
    background: rgb(234 179 8 / 0.2);
    color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}

.vContainer .vL li:nth-child(4) label {
    background: rgb(168 85 247 / 0.2);
    color: rgb(192 132 252 / var(--tw-text-opacity, 1));
}

.vContainer .vL li label svg {
    /* background: rgb(34 197 94 / 0.2); */
    /* color: rgb(74 222 128 / var(--tw-text-opacity, 1)); */
}

.vContainer .vL li strong {
    font-size: 1.875rem;
    line-height: 2.25rem;
    display: block;
    color: #fff;
    font-weight: 900;
    margin-bottom: 0.25rem;
}

.vContainer .vl li strong {
    font-size: 1.875rem;
    display: block;
    margin-bottom: 0.25rem;
}

.vContainer .vL li span {
    color: rgb(148 163 184 / var(--tw-text-opacity, 1));
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
}

.vContainer .vL .jy {
    margin: 0 2rem 2rem;
    background: rgb(15 23 42 / 0.5);
    padding: 1rem;
    border: 1px solid rgb(51 65 85 / var(--tw-border-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(148 163 184 / var(--tw-text-opacity, 1));
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.25rem;
    display: flex;
    position: relative;
    z-index: 111;
    align-items: center;
    justify-content: space-between;
    border-radius: 0.75rem;
    margin-top: 1.5rem;
}

.vContainer .vL .jy label {
    display: flex;
    align-items: center;

}

.vContainer .vL .jy i {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: rgb(34 197 94 / var(--tw-bg-opacity, 1));
    animation: pulse1 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    margin-left: calc(0.75rem * var(--tw-space-x-reverse));
    margin-right: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
    display: inline-block;
    vertical-align: middle;
    --tw-space-x-reverse: 0;
}

@keyframes pulse1 {
    0% {
        opacity: .4;
    }

    50% {
        opacity: .9;
    }

    100% {
        opacity: .4;
    }
}

.vContainer .vL .jy span {
    color: rgb(71 85 105 / var(--tw-text-opacity, 1));
    font-size: 0.75rem;
    line-height: 1rem;
    float: right;
    font-weight: 400;
    letter-spacing: 0.15em;
}

.vContainer .vR {
    position: relative;
    z-index: 3;
    width: 50%;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.vContainer .vR h3 {
    font-weight: 900;
    font-size: 1.875rem;
    line-height: 1.25;
    margin-bottom: 1.5rem;
}

.vContainer .vR h3 b {
    display: block;
    color: rgb(77 150 255 / var(--tw-text-opacity, 1));
}

.vContainer .vR p {
    line-height: 1.625;
    margin-bottom: 2rem;
    font-size: 1.125rem;
    font-weight: 500;
    color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.vContainer .vR .ic {
    display: flex;
    gap: 1rem;
}

.vContainer .vR .ic i {
    font-size: 1.5rem;
    background: rgb(255 255 255 / 0.1);
    border: 1px solid rgb(255 255 255 / 0.1);
    justify-content: center;
    display: flex;
    align-items: center;
    font-style: normal;
    height: 3rem;
    width: 3rem;
    border-radius: 1rem;
    justify-content: center;
}

.vContainer .vR .ic label {
    flex: 1;
}

.vContainer .vR .ic label b {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 900;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    margin-bottom: 0.5rem;
    display: block;
}

.vContainer .vR .ic label span {
    font-weight: 500;
    color: rgb(148 163 184 / var(--tw-text-opacity, 1));
    rgb(148 163 184 / var(--tw-text-opacity, CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX));
    display: block;
}

.vContainer .vR button,
.vContainer .vR .vocab-btn {
    text-decoration: none;
    cursor: pointer;
    margin-top: 2.5rem;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    padding: 0.75rem 2rem;
    padding-bottom: 0.75rem;
    font-weight: 900;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    background-color: rgb(77 150 255 / var(--tw-bg-opacity, 1));
    border-radius: 0.75rem;
    gap: 0.5rem;
    display: inline-flex;
    border: 2px solid transparent;
    align-items: center;
    font-size: 1rem;
    transition: all .15s linear;
}

.vContainer .vR button svg,
.vContainer .vR .vocab-btn svg {
    width: 1rem;
    height: 1rem;
}

.vContainer .vR button:hover,
.vContainer .vR .vocab-btn:hover {
    transform: translateY(-0.25rem);
    background: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

@media screen and (max-width: 768px) {

    .text h1 {
        font-size: 3rem
    }

    .text .groups {
        flex-direction: column;
    } 

    .text .groups button,.text .groups a {
        width: 100%;
        box-sizing: border-box;
    }

    .demo .p-6 {
        padding: 1.5rem;
    }

    .features ul {
        display: grid;
    }

    .courses .title h2,
    .features .title h2,
    .vocab .title h2,
    .teamBox .teamLeft h2,
    .game h2 {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
    .courses .title p,
    .features .title p,
    .vocab .title p,
    .teamBox .teamLeft p,
    .game p{
        padding: 0 .75rem;
    }

    .courses .title a {
        display: none;
    }

    .courses ul {
        display: grid;
    }

    .courses li {
        width: auto;
    }

    .ai .aiBox {

        grid-template-columns: auto;
    }

    .vContainer {
        flex-direction: column;
    }

    .vContainer .vL,
    .vContainer .vR {
        width: 100%;
    }

    .vocab .vocabBox {
        padding: 2rem;
    }

    .team .teamBox {
        padding: 2rem;
        flex-flow: column;
        text-align: center;
    }

    .team .teamBox .teamLeft {
        width: auto;
    }

    .team .teamBox .teamRight {
        width: 100%;
    }

    .teamBox .teamRight ul {
        width: 100%;
    }

    .teamBox .teamRight li {
        /* width:50%; */
    }

   
    .banner {
        padding-top: 8rem;
    }
}

.video {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1111;
    top: 0;
    background-color: rgba(0, 0, 0, .6);
    backdrop-filter: blur(4px);
    left: 0;
    display: block;
    transition: all .15s linear;
    transform: scale(0);
}

.video .videoTab {
    display: table;
    text-align: center;
    width: 100%;
    height: 100%;
}

.video .videoTab img {
    position: absolute;
    right: 40px;
    top: 40px;
    background: rgba(0, 0, 0, .3);
    width: 24px;
    height: 24px;
    cursor: pointer;
    padding: 5px;
    border-radius: 50%;
}

.video .videoTab img:hover {
    background: rgba(0, 0, 0, .6);
}

.video .vin {
    /*width: 80%;*/
    display: table-cell;
    vertical-align: middle;
}

.video video {
    /* border-radius: 12px;
    width: 80%*/
    width: 100%;
}

@charset "UTF-8";

:root {
    --plyr-color-main: #00b2ff;
    --plyr-font-size-base: 13px;
    --plyr-font-size-small: 12px;
    --plyr-font-size-time: 11px;
    --plyr-font-size-badges: 9px;
    --plyr-font-size-menu: var(--plyr-font-size-base);
    --plyr-font-weight-regular: 500;
    --plyr-font-weight-bold: 600;
    --plyr-font-size-captions-medium: 18px;
    --plyr-font-size-captions-large: 21px
}

@font-face {
    font-display: swap;
    font-family: Gordita;
    font-style: normal;
    font-weight: 300;
    src: url(https://cdn.plyr.io/static/fonts/gordita-light.woff2) format("woff2"), url(https://cdn.plyr.io/static/fonts/gordita-light.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Gordita;
    font-style: normal;
    font-weight: 400;
    src: url(https://cdn.plyr.io/static/fonts/gordita-regular.woff2) format("woff2"), url(https://cdn.plyr.io/static/fonts/gordita-regular.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Gordita;
    font-style: normal;
    font-weight: 500;
    src: url(https://cdn.plyr.io/static/fonts/gordita-medium.woff2) format("woff2"), url(https://cdn.plyr.io/static/fonts/gordita-medium.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Gordita;
    font-style: normal;
    font-weight: 600;
    src: url(https://cdn.plyr.io/static/fonts/gordita-bold.woff2) format("woff2"), url(https://cdn.plyr.io/static/fonts/gordita-bold.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Gordita;
    font-style: normal;
    font-weight: 900;
    src: url(https://cdn.plyr.io/static/fonts/gordita-black.woff2) format("woff2"), url(https://cdn.plyr.io/static/fonts/gordita-black.woff) format("woff")
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes shrink-hide {
    0% {
        opacity: .5;
        width: 38px
    }

    20% {
        width: 45px
    }

    to {
        opacity: 0;
        width: 0
    }
}

.plyr {
    --shadow-color: 197deg 32% 65%;
    border-radius: 12px;
    box-shadow: 0 .5px .6px #89b2c25c, 0 1.7px 1.9px -.8px #89b2c25c, 0 4.3px 4.8px -1.7px #89b2c25c, -.1px 10.6px 11.9px -2.5px #89b2c25c;
    box-shadow: 0 .5px .6px hsl(var(--shadow-color)/.36), 0 1.7px 1.9px -.8px hsl(var(--shadow-color)/.36), 0 4.3px 4.8px -1.7px hsl(var(--shadow-color)/.36), -.1px 10.6px 11.9px -2.5px hsl(var(--shadow-color)/.36);
    margin: 16px auto
}

.plyr.plyr--audio {
    max-width: 480px
}

.plyr__video-wrapper:after {
    border: 1px solid #00000026;
    border-bottom-color: #00000040;
    border-radius: inherit;
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 3
}

.plyr__cite {
    color: #728597
}

.plyr__cite small {
    align-items: center;
    display: flex;
    gap: .5rem;
    justify-content: center
}

.plyr__cite .icon {
    margin-right: 2.6666666667px
}

.plyr__cite--mux .icon {
    height: 20px;
    width: 53px
}

@keyframes plyr-progress {
    to {
        background-position: 25px 0;
        background-position: var(--plyr-progress-loading-size, 25px) 0
    }
}

@keyframes plyr-popup {
    0% {
        opacity: .5;
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes plyr-fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.plyr {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    align-items: center;
    direction: ltr;
    display: flex;
    flex-direction: column;
    font-family: inherit;
    font-family: var(--plyr-font-family, inherit);
    font-variant-numeric: tabular-nums;
    font-weight: 500;
    font-weight: var(--plyr-font-weight-regular, 400);
    line-height: 1.7;
    line-height: var(--plyr-line-height, 1.7);
    max-width: 100%;
    min-width: 200px;
    position: relative;
    text-shadow: none;
    transition: box-shadow .3s ease;
    z-index: 0
}

.plyr audio,
.plyr iframe,
.plyr video {
    display: block;
    height: 100%;
    width: 100%
}

.plyr button {
    font: inherit;
    line-height: inherit;
    width: auto
}

.plyr:focus {
    outline: 0
}

.plyr--full-ui {
    box-sizing: border-box
}

.plyr--full-ui *,
.plyr--full-ui :after,
.plyr--full-ui :before {
    box-sizing: inherit
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
    touch-action: manipulation
}

.plyr__badge {
    background: #4a5464;
    background: var(--plyr-badge-background, #4a5464);
    border-radius: 2px;
    border-radius: var(--plyr-badge-border-radius, 2px);
    color: #fff;
    color: var(--plyr-badge-text-color, #fff);
    font-size: 9px;
    font-size: var(--plyr-font-size-badge, 9px);
    line-height: 1;
    padding: 3px 4px
}

.plyr--full-ui ::-webkit-media-text-track-container {
    display: none
}

.plyr__captions {
    animation: plyr-fade-in .3s ease;
    bottom: 0;
    display: none;
    font-size: 12px;
    font-size: var(--plyr-font-size-small, 13px);
    left: 0;
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px);
    position: absolute;
    text-align: center;
    transition: transform .4s ease-in-out;
    width: 100%
}

.plyr__captions span:empty {
    display: none
}

@media (min-width:480px) {
    .plyr__captions {
        font-size: 13px;
        font-size: var(--plyr-font-size-base, 15px);
        padding: 20px;
        padding: calc(var(--plyr-control-spacing, 10px)*2)
    }
}

@media (min-width:768px) {
    .plyr__captions {
        font-size: 18px;
        font-size: var(--plyr-font-size-large, 18px)
    }
}

.plyr--captions-active .plyr__captions {
    display: block
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions {
    transform: translateY(-40px);
    transform: translateY(calc(var(--plyr-control-spacing, 10px)*-4))
}

.plyr__caption {
    background: #000c;
    background: var(--plyr-captions-background, #000c);
    border-radius: 2px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    color: #fff;
    color: var(--plyr-captions-text-color, #fff);
    line-height: 185%;
    padding: .2em .5em;
    white-space: pre-wrap
}

.plyr__caption div {
    display: inline
}

.plyr__control {
    background: #0000;
    border: 0;
    border-radius: 4px;
    border-radius: var(--plyr-control-radius, 4px);
    color: inherit;
    cursor: pointer;
    flex-shrink: 0;
    overflow: visible;
    padding: 7px;
    padding: calc(var(--plyr-control-spacing, 10px)*.7);
    position: relative;
    transition: all .1s ease-in-out
}

.plyr__control svg {
    display: block;
    fill: currentColor;
    height: 18px;
    height: var(--plyr-control-icon-size, 18px);
    pointer-events: none;
    width: 18px;
    width: var(--plyr-control-icon-size, 18px)
}

.plyr__control:focus {
    outline: 0
}

.plyr__control:focus-visible {
    outline: 2px dashed #00b2ff;
    outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
    outline-offset: 2px
}

a.plyr__control {
    text-decoration: none
}

.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control.plyr__control--pressed .label--not-pressed,
.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
a.plyr__control:after,
a.plyr__control:before {
    display: none
}

.plyr--full-ui ::-webkit-media-controls {
    display: none
}

.plyr__controls {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    text-align: center
}

.plyr__controls .plyr__progress__container {
    flex: 1;
    min-width: 0
}

.plyr__controls .plyr__controls__item {
    margin-left: 2.5px;
    margin-left: calc(var(--plyr-control-spacing, 10px)/4)
}

.plyr__controls .plyr__controls__item:first-child {
    margin-left: 0;
    margin-right: auto
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
    padding-left: 2.5px;
    padding-left: calc(var(--plyr-control-spacing, 10px)/4)
}

.plyr__controls .plyr__controls__item.plyr__time {
    padding: 0 5px;
    padding: 0 calc(var(--plyr-control-spacing, 10px)/2)
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,
.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,
.plyr__controls .plyr__controls__item.plyr__time:first-child {
    padding-left: 0
}

.plyr [data-plyr=airplay],
.plyr [data-plyr=captions],
.plyr [data-plyr=fullscreen],
.plyr [data-plyr=pip],
.plyr__controls:empty {
    display: none
}

.plyr--airplay-supported [data-plyr=airplay],
.plyr--captions-enabled [data-plyr=captions],
.plyr--fullscreen-enabled [data-plyr=fullscreen],
.plyr--pip-supported [data-plyr=pip] {
    display: inline-block
}

.plyr__menu {
    display: flex;
    position: relative
}

.plyr__menu .plyr__control svg {
    transition: transform .3s ease
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
    transform: rotate(90deg)
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
    display: none
}

.plyr__menu__container {
    animation: plyr-popup .2s ease;
    background: #ffffffe6;
    background: var(--plyr-menu-background, #ffffffe6);
    border-radius: 8px;
    border-radius: var(--plyr-menu-radius, 8px);
    bottom: 100%;
    box-shadow: 0 1px 2px #00000026;
    box-shadow: var(--plyr-menu-shadow, 0 1px 2px #00000026);
    color: #4a5464;
    color: var(--plyr-menu-color, #4a5464);
    font-size: 13px;
    font-size: var(--plyr-font-size-base, 15px);
    margin-bottom: 10px;
    position: absolute;
    right: -3px;
    text-align: left;
    white-space: nowrap;
    z-index: 3
}

.plyr__menu__container>div {
    overflow: hidden;
    transition: height .35s cubic-bezier(.4, 0, .2, 1), width .35s cubic-bezier(.4, 0, .2, 1)
}

.plyr__menu__container:after {
    border: 4px solid #0000;
    border-top-color: #ffffffe6;
    border: var(--plyr-menu-arrow-size, 4px) solid #0000;
    border-top-color: var(--plyr-menu-background, #ffffffe6);
    content: "";
    height: 0;
    position: absolute;
    right: 14px;
    right: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7 - var(--plyr-menu-arrow-size, 4px)/2);
    top: 100%;
    width: 0
}

.plyr__menu__container [role=menu] {
    padding: 7px;
    padding: calc(var(--plyr-control-spacing, 10px)*.7)
}

.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
    margin-top: 2px
}

.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
    margin-top: 0
}

.plyr__menu__container .plyr__control {
    align-items: center;
    color: #4a5464;
    color: var(--plyr-menu-color, #4a5464);
    display: flex;
    font-size: 13px;
    font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
    padding: 4.66667px 10.5px;
    padding: calc(var(--plyr-control-spacing, 10px)*.7/1.5) calc(var(--plyr-control-spacing, 10px)*.7*1.5);
    -webkit-user-select: none;
    user-select: none;
    width: 100%
}

.plyr__menu__container .plyr__control>span {
    align-items: inherit;
    display: flex;
    width: 100%
}

.plyr__menu__container .plyr__control:after {
    border: 4px solid #0000;
    border: var(--plyr-menu-item-arrow-size, 4px) solid #0000;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.plyr__menu__container .plyr__control--forward {
    padding-right: 28px;
    padding-right: calc(var(--plyr-control-spacing, 10px)*.7*4)
}

.plyr__menu__container .plyr__control--forward:after {
    border-left-color: #728197;
    border-left-color: var(--plyr-menu-arrow-color, #728197);
    right: 6.5px;
    right: calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))
}

.plyr__menu__container .plyr__control--forward:focus-visible:after,
.plyr__menu__container .plyr__control--forward:hover:after {
    border-left-color: initial
}

.plyr__menu__container .plyr__control--back {
    font-weight: 500;
    font-weight: var(--plyr-font-weight-regular, 400);
    margin: 7px;
    margin: calc(var(--plyr-control-spacing, 10px)*.7);
    margin-bottom: 3.5px;
    margin-bottom: calc(var(--plyr-control-spacing, 10px)*.7/2);
    padding-left: 28px;
    padding-left: calc(var(--plyr-control-spacing, 10px)*.7*4);
    position: relative;
    width: calc(100% - 14px);
    width: calc(100% - var(--plyr-control-spacing, 10px)*.7*2)
}

.plyr__menu__container .plyr__control--back:after {
    border-right-color: #728197;
    border-right-color: var(--plyr-menu-arrow-color, #728197);
    left: 6.5px;
    left: calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))
}

.plyr__menu__container .plyr__control--back:before {
    background: #dcdfe5;
    background: var(--plyr-menu-back-border-color, #dcdfe5);
    box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
    content: "";
    height: 1px;
    left: 0;
    margin-top: 3.5px;
    margin-top: calc(var(--plyr-control-spacing, 10px)*.7/2);
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 100%
}

.plyr__menu__container .plyr__control--back:focus-visible:after,
.plyr__menu__container .plyr__control--back:hover:after {
    border-right-color: initial
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
    padding-left: 7px;
    padding-left: calc(var(--plyr-control-spacing, 10px)*.7)
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after,
.plyr__menu__container .plyr__control[role=menuitemradio]:before {
    border-radius: 100%
}

.plyr__menu__container .plyr__control[role=menuitemradio]:before {
    background: #0000001a;
    content: "";
    display: block;
    flex-shrink: 0;
    height: 16px;
    margin-right: 10px;
    margin-right: var(--plyr-control-spacing, 10px);
    transition: all .3s ease;
    width: 16px
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after {
    background: #fff;
    border: 0;
    height: 6px;
    left: 12px;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%) scale(0);
    transition: transform .3s ease, opacity .3s ease;
    width: 6px
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before {
    background: #00b2ff;
    background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)))
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after {
    opacity: 1;
    transform: translateY(-50%) scale(1)
}

.plyr__menu__container .plyr__control[role=menuitemradio]:focus-visible:before,
.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before {
    background: #23282f1a
}

.plyr__menu__container .plyr__menu__value {
    align-items: center;
    display: flex;
    margin-left: auto;
    margin-right: -5px;
    margin-right: calc(var(--plyr-control-spacing, 10px)*.7*-1 - -2px);
    overflow: hidden;
    padding-left: 24.5px;
    padding-left: calc(var(--plyr-control-spacing, 10px)*.7*3.5);
    pointer-events: none
}

.plyr--full-ui input[type=range] {
    appearance: none;
    background: #0000;
    border: 0;
    border-radius: 26px;
    border-radius: calc(var(--plyr-range-thumb-height, 13px)*2);
    color: #00b2ff;
    color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
    display: block;
    height: 19px;
    height: calc(var(--plyr-range-thumb-active-shadow-width, 3px)*2 + var(--plyr-range-thumb-height, 13px));
    margin: 0;
    min-width: 0;
    padding: 0;
    transition: box-shadow .3s ease;
    width: 100%
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
    background: #0000;
    background-image: linear-gradient(90deg, currentColor 0, #0000 0);
    background-image: linear-gradient(to right, currentColor var(--value, 0), #0000 var(--value, 0));
    border: 0;
    border-radius: 2.5px;
    border-radius: calc(var(--plyr-range-track-height, 5px)/2);
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    -webkit-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    -webkit-user-select: none;
    user-select: none
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
    appearance: none;
    background: #fff;
    background: var(--plyr-range-thumb-background, #fff);
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px #23282f26, 0 0 0 1px #23282f33;
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33);
    height: 13px;
    height: var(--plyr-range-thumb-height, 13px);
    margin-top: -4px;
    margin-top: calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px))/2*-1);
    position: relative;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    width: 13px;
    width: var(--plyr-range-thumb-height, 13px)
}

.plyr--full-ui input[type=range]::-moz-range-track {
    background: #0000;
    border: 0;
    border-radius: 2.5px;
    border-radius: calc(var(--plyr-range-track-height, 5px)/2);
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    -moz-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    user-select: none
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
    background: #fff;
    background: var(--plyr-range-thumb-background, #fff);
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px #23282f26, 0 0 0 1px #23282f33;
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33);
    height: 13px;
    height: var(--plyr-range-thumb-height, 13px);
    position: relative;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    width: 13px;
    width: var(--plyr-range-thumb-height, 13px)
}

.plyr--full-ui input[type=range]::-moz-range-progress {
    background: currentColor;
    border-radius: 2.5px;
    border-radius: calc(var(--plyr-range-track-height, 5px)/2);
    height: 5px;
    height: var(--plyr-range-track-height, 5px)
}

.plyr--full-ui input[type=range]::-ms-track {
    color: #0000
}

.plyr--full-ui input[type=range]::-ms-fill-upper,
.plyr--full-ui input[type=range]::-ms-track {
    background: #0000;
    border: 0;
    border-radius: 2.5px;
    border-radius: calc(var(--plyr-range-track-height, 5px)/2);
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    -ms-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    user-select: none
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
    background: #0000;
    background: currentColor;
    border: 0;
    border-radius: 2.5px;
    border-radius: calc(var(--plyr-range-track-height, 5px)/2);
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    -ms-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    user-select: none
}

.plyr--full-ui input[type=range]::-ms-thumb {
    background: #fff;
    background: var(--plyr-range-thumb-background, #fff);
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px #23282f26, 0 0 0 1px #23282f33;
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33);
    height: 13px;
    height: var(--plyr-range-thumb-height, 13px);
    margin-top: 0;
    position: relative;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    width: 13px;
    width: var(--plyr-range-thumb-height, 13px)
}

.plyr--full-ui input[type=range]::-ms-tooltip {
    display: none
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
    border: 0
}

.plyr--full-ui input[type=range]:focus {
    outline: 0
}

.plyr--full-ui input[type=range]:focus-visible::-webkit-slider-runnable-track {
    outline: 2px dashed #00b2ff;
    outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
    outline-offset: 2px
}

.plyr--full-ui input[type=range]:focus-visible::-moz-range-track {
    outline: 2px dashed #00b2ff;
    outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
    outline-offset: 2px
}

.plyr--full-ui input[type=range]:focus-visible::-ms-track {
    outline: 2px dashed #00b2ff;
    outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
    outline-offset: 2px
}

.plyr__poster {
    background-color: #000;
    background-color: var(--plyr-video-background, var(--plyr-video-background, #000));
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .2s ease;
    width: 100%;
    z-index: 1
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
    opacity: 1
}

.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
    display: none
}

.plyr__time {
    font-size: 11px;
    font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px))
}

.plyr__time+.plyr__time:before {
    content: "⁄";
    margin-right: 10px;
    margin-right: var(--plyr-control-spacing, 10px)
}

@media (max-width:767px) {
    .plyr__time+.plyr__time {
        display: none
    }
}

.plyr__tooltip {
    background: #fff;
    background: var(--plyr-tooltip-background, #fff);
    border-radius: 5px;
    border-radius: var(--plyr-tooltip-radius, 5px);
    bottom: 100%;
    box-shadow: 0 1px 2px #00000026;
    box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px #00000026);
    color: #4a5464;
    color: var(--plyr-tooltip-color, #4a5464);
    font-size: 12px;
    font-size: var(--plyr-font-size-small, 13px);
    font-weight: 500;
    font-weight: var(--plyr-font-weight-regular, 400);
    left: 50%;
    line-height: 1.3;
    margin-bottom: 10px;
    margin-bottom: calc(var(--plyr-control-spacing, 10px)/2*2);
    opacity: 0;
    padding: 5px 7.5px;
    padding: calc(var(--plyr-control-spacing, 10px)/2) calc(var(--plyr-control-spacing, 10px)/2*1.5);
    pointer-events: none;
    position: absolute;
    transform: translate(-50%, 10px) scale(.8);
    transform-origin: 50% 100%;
    transition: transform .2s ease .1s, opacity .2s ease .1s;
    white-space: nowrap;
    z-index: 2
}

.plyr__tooltip:before {
    border-left: 4px solid #0000;
    border-left: var(--plyr-tooltip-arrow-size, 4px) solid #0000;
    border-right: 4px solid #0000;
    border-right: var(--plyr-tooltip-arrow-size, 4px) solid #0000;
    border-top: 4px solid #fff;
    border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);
    bottom: -4px;
    bottom: calc(var(--plyr-tooltip-arrow-size, 4px)*-1);
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 0;
    z-index: 2
}

.plyr .plyr__control:focus-visible .plyr__tooltip,
.plyr .plyr__control:hover .plyr__tooltip,
.plyr__tooltip--visible {
    opacity: 1;
    transform: translate(-50%) scale(1)
}

.plyr .plyr__control:hover .plyr__tooltip {
    z-index: 3
}

.plyr__controls>.plyr__control:first-child .plyr__tooltip,
.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip {
    left: 0;
    transform: translateY(10px) scale(.8);
    transform-origin: 0 100%
}

.plyr__controls>.plyr__control:first-child .plyr__tooltip:before,
.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before {
    left: 16px;
    left: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7)
}

.plyr__controls>.plyr__control:last-child .plyr__tooltip {
    left: auto;
    right: 0;
    transform: translateY(10px) scale(.8);
    transform-origin: 100% 100%
}

.plyr__controls>.plyr__control:last-child .plyr__tooltip:before {
    left: auto;
    right: 16px;
    right: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7);
    transform: translateX(50%)
}

.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,
.plyr__controls>.plyr__control:first-child+.plyr__control:focus-visible .plyr__tooltip,
.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,
.plyr__controls>.plyr__control:first-child:focus-visible .plyr__tooltip,
.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,
.plyr__controls>.plyr__control:last-child:focus-visible .plyr__tooltip,
.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip {
    transform: translate(0) scale(1)
}

.plyr__progress {
    left: 6.5px;
    left: calc(var(--plyr-range-thumb-height, 13px)*.5);
    margin-right: 13px;
    margin-right: var(--plyr-range-thumb-height, 13px);
    position: relative
}

.plyr__progress input[type=range],
.plyr__progress__buffer {
    margin-left: -6.5px;
    margin-left: calc(var(--plyr-range-thumb-height, 13px)*-.5);
    margin-right: -6.5px;
    margin-right: calc(var(--plyr-range-thumb-height, 13px)*-.5);
    width: calc(100% + 13px);
    width: calc(100% + var(--plyr-range-thumb-height, 13px))
}

.plyr__progress input[type=range] {
    position: relative;
    z-index: 2
}

.plyr__progress .plyr__tooltip {
    left: 0;
    max-width: 120px;
    overflow-wrap: break-word
}

.plyr__progress__buffer {
    -webkit-appearance: none;
    background: #0000;
    border: 0;
    border-radius: 100px;
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    left: 0;
    margin-top: -2.5px;
    margin-top: calc(var(--plyr-range-track-height, 5px)/2*-1);
    padding: 0;
    position: absolute;
    top: 50%
}

.plyr__progress__buffer::-webkit-progress-bar {
    background: #0000
}

.plyr__progress__buffer::-webkit-progress-value {
    background: currentColor;
    border-radius: 100px;
    min-width: 5px;
    min-width: var(--plyr-range-track-height, 5px);
    -webkit-transition: width .2s ease;
    transition: width .2s ease
}

.plyr__progress__buffer::-moz-progress-bar {
    background: currentColor;
    border-radius: 100px;
    min-width: 5px;
    min-width: var(--plyr-range-track-height, 5px);
    -moz-transition: width .2s ease;
    transition: width .2s ease
}

.plyr__progress__buffer::-ms-fill {
    border-radius: 100px;
    -ms-transition: width .2s ease;
    transition: width .2s ease
}

.plyr--loading .plyr__progress__buffer {
    animation: plyr-progress 1s linear infinite;
    background-image: linear-gradient(-45deg, #23282f99 25%, #0000 0, #0000 50%, #23282f99 0, #23282f99 75%, #0000 0, #0000);
    background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, #23282f99) 25%, #0000 25%, #0000 50%, var(--plyr-progress-loading-background, #23282f99) 50%, var(--plyr-progress-loading-background, #23282f99) 75%, #0000 75%, #0000);
    background-repeat: repeat-x;
    background-size: 25px 25px;
    background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
    color: #0000
}

.plyr--video.plyr--loading .plyr__progress__buffer {
    background-color: #ffffff40;
    background-color: var(--plyr-video-progress-buffered-background, #ffffff40)
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
    background-color: #c1c8d199;
    background-color: var(--plyr-audio-progress-buffered-background, #c1c8d199)
}

.plyr__progress__marker {
    background-color: #fff;
    background-color: var(--plyr-progress-marker-background, #fff);
    border-radius: 1px;
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 3px;
    width: var(--plyr-progress-marker-width, 3px);
    z-index: 3
}

.plyr__volume {
    align-items: center;
    display: flex;
    position: relative
}

.plyr__volume input[type=range] {
    margin-left: 5px;
    margin-left: calc(var(--plyr-control-spacing, 10px)/2);
    margin-right: 5px;
    margin-right: calc(var(--plyr-control-spacing, 10px)/2);
    max-width: 90px;
    min-width: 60px;
    position: relative;
    z-index: 2
}

.plyr--audio {
    display: block
}

.plyr--audio .plyr__controls {
    background: #fff;
    background: var(--plyr-audio-controls-background, #fff);
    border-radius: inherit;
    color: #4a5464;
    color: var(--plyr-audio-control-color, #4a5464);
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px)
}

.plyr--audio .plyr__control:focus-visible,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded=true] {
    background: #00b2ff;
    background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
    color: #fff;
    color: var(--plyr-audio-control-color-hover, #fff)
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
    background-color: #c1c8d199;
    background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, #c1c8d199))
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
    background-color: #c1c8d199;
    background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, #c1c8d199))
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
    background-color: #c1c8d199;
    background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, #c1c8d199))
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
    box-shadow: 0 1px 1px #23282f26, 0 0 0 1px #23282f33, 0 0 0 3px #23282f1a;
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, #23282f1a)
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
    box-shadow: 0 1px 1px #23282f26, 0 0 0 1px #23282f33, 0 0 0 3px #23282f1a;
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, #23282f1a)
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
    box-shadow: 0 1px 1px #23282f26, 0 0 0 1px #23282f33, 0 0 0 3px #23282f1a;
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, #23282f1a)
}

.plyr--audio .plyr__progress__buffer {
    color: #c1c8d199;
    color: var(--plyr-audio-progress-buffered-background, #c1c8d199)
}

.plyr--video {
    overflow: hidden
}

.plyr--video.plyr--menu-open {
    overflow: visible
}

.plyr__video-wrapper {
    background: #000;
    background: var(--plyr-video-background, var(--plyr-video-background, #000));
    border-radius: inherit;
    height: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%
}

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
    aspect-ratio: 16/9
}

@supports not (aspect-ratio:16/9) {

    .plyr__video-embed,
    .plyr__video-wrapper--fixed-ratio {
        height: 0;
        padding-bottom: 56.25%;
        position: relative
    }
}

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container {
    padding-bottom: 240%;
    position: relative;
    transform: translateY(-38.28125%)
}

.plyr--video .plyr__controls {
    background: linear-gradient(#0000, #000000bf);
    background: var(--plyr-video-controls-background, linear-gradient(#0000, #000000bf));
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    bottom: 0;
    color: #fff;
    color: var(--plyr-video-control-color, #fff);
    left: 0;
    padding: 5px;
    padding: calc(var(--plyr-control-spacing, 10px)/2);
    padding-top: 20px;
    padding-top: calc(var(--plyr-control-spacing, 10px)*2);
    position: absolute;
    right: 0;
    transition: opacity .4s ease-in-out, transform .4s ease-in-out;
    z-index: 3
}

@media (min-width:480px) {
    .plyr--video .plyr__controls {
        padding: 10px;
        padding: var(--plyr-control-spacing, 10px);
        padding-top: 35px;
        padding-top: calc(var(--plyr-control-spacing, 10px)*3.5)
    }
}

.plyr--video.plyr--hide-controls .plyr__controls {
    opacity: 0;
    pointer-events: none;
    transform: translateY(100%)
}

.plyr--video .plyr__control:focus-visible,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
    background: #00b2ff;
    background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
    color: #fff;
    color: var(--plyr-video-control-color-hover, #fff)
}

.plyr__control--overlaid {
    background: #00b2ff;
    background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
    border: 0;
    border-radius: 100%;
    color: #fff;
    color: var(--plyr-video-control-color, #fff);
    display: none;
    left: 50%;
    opacity: .9;
    padding: 15px;
    padding: calc(var(--plyr-control-spacing, 10px)*1.5);
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .3s;
    z-index: 2
}

.plyr__control--overlaid svg {
    left: 2px;
    position: relative
}

.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
    opacity: 1
}

.plyr--playing .plyr__control--overlaid {
    opacity: 0;
    visibility: hidden
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
    display: block
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
    background-color: #ffffff40;
    background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, #ffffff40))
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
    background-color: #ffffff40;
    background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, #ffffff40))
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
    background-color: #ffffff40;
    background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, #ffffff40))
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
    box-shadow: 0 1px 1px #23282f26, 0 0 0 1px #23282f33, 0 0 0 3px #ffffff80;
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, #ffffff80)
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
    box-shadow: 0 1px 1px #23282f26, 0 0 0 1px #23282f33, 0 0 0 3px #ffffff80;
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, #ffffff80)
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
    box-shadow: 0 1px 1px #23282f26, 0 0 0 1px #23282f33, 0 0 0 3px #ffffff80;
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, #ffffff80)
}

.plyr--video .plyr__progress__buffer {
    color: #ffffff40;
    color: var(--plyr-video-progress-buffered-background, #ffffff40)
}

.plyr:fullscreen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:fullscreen video {
    height: 100%
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg {
    display: none
}

.plyr:fullscreen.plyr--hide-controls {
    cursor: none
}

@media (min-width:1024px) {
    .plyr:fullscreen .plyr__captions {
        font-size: 21px;
        font-size: var(--plyr-font-size-xlarge, 21px)
    }
}

.plyr--fullscreen-fallback {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    inset: 0;
    margin: 0;
    position: fixed;
    width: 100%;
    z-index: 10000000
}

.plyr--fullscreen-fallback video {
    height: 100%
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg {
    display: none
}

.plyr--fullscreen-fallback.plyr--hide-controls {
    cursor: none
}

@media (min-width:1024px) {
    .plyr--fullscreen-fallback .plyr__captions {
        font-size: 21px;
        font-size: var(--plyr-font-size-xlarge, 21px)
    }
}

.plyr__ads {
    border-radius: inherit;
    cursor: pointer;
    inset: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1
}

.plyr__ads>div,
.plyr__ads>div iframe {
    height: 100%;
    position: absolute;
    width: 100%
}

.plyr__ads:after {
    background: #23282f;
    border-radius: 2px;
    bottom: 10px;
    bottom: var(--plyr-control-spacing, 10px);
    color: #fff;
    content: attr(data-badge-text);
    font-size: 11px;
    padding: 2px 6px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    right: var(--plyr-control-spacing, 10px);
    z-index: 3
}

.plyr__ads:empty:after {
    display: none
}

.plyr__cues {
    background: currentColor;
    display: block;
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    left: 0;
    opacity: .8;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    z-index: 3
}

.plyr__preview-thumb {
    background-color: #fff;
    background-color: var(--plyr-tooltip-background, #fff);
    border-radius: 8px;
    border-radius: var(--plyr-menu-radius, 8px);
    bottom: 100%;
    box-shadow: 0 1px 2px #00000026;
    box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px #00000026);
    margin-bottom: 10px;
    margin-bottom: calc(var(--plyr-control-spacing, 10px)/2*2);
    opacity: 0;
    padding: 3px;
    pointer-events: none;
    position: absolute;
    transform: translateY(10px) scale(.8);
    transform-origin: 50% 100%;
    transition: transform .2s ease .1s, opacity .2s ease .1s;
    z-index: 2
}

.plyr__preview-thumb--is-shown {
    opacity: 1;
    transform: translate(0) scale(1)
}

.plyr__preview-thumb:before {
    border-left: 4px solid #0000;
    border-left: var(--plyr-tooltip-arrow-size, 4px) solid #0000;
    border-right: 4px solid #0000;
    border-right: var(--plyr-tooltip-arrow-size, 4px) solid #0000;
    border-top: 4px solid #fff;
    border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);
    bottom: -4px;
    bottom: calc(var(--plyr-tooltip-arrow-size, 4px)*-1);
    content: "";
    height: 0;
    left: calc(50% + var(--preview-arrow-offset));
    position: absolute;
    transform: translateX(-50%);
    width: 0;
    z-index: 2
}

.plyr__preview-thumb__image-container {
    background: #c1c8d1;
    border-radius: 7px;
    border-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
    overflow: hidden;
    position: relative;
    z-index: 0
}

.plyr__preview-thumb__image-container img,
.plyr__preview-thumb__image-container:after {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.plyr__preview-thumb__image-container:after {
    border-radius: inherit;
    box-shadow: inset 0 0 0 1px #00000026;
    content: "";
    pointer-events: none
}

.plyr__preview-thumb__image-container img {
    max-height: none;
    max-width: none
}

.plyr__preview-thumb__time-container {
    background: linear-gradient(#0000, #000000bf);
    background: var(--plyr-video-controls-background, linear-gradient(#0000, #000000bf));
    border-bottom-left-radius: 7px;
    border-bottom-left-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
    border-bottom-right-radius: 7px;
    border-bottom-right-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
    bottom: 0;
    left: 0;
    line-height: 1.1;
    padding: 20px 6px 6px;
    position: absolute;
    right: 0;
    z-index: 3
}

.plyr__preview-thumb__time-container span {
    color: #fff;
    font-size: 11px;
    font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px))
}

.plyr__preview-scrubbing {
    filter: blur(1px);
    height: 100%;
    inset: 0;
    margin: auto;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    transition: opacity .3s ease;
    width: 100%;
    z-index: 1
}

.plyr__preview-scrubbing--is-shown {
    opacity: 1
}

.plyr__preview-scrubbing img {
    height: 100%;
    left: 0;
    max-height: none;
    max-width: none;
    object-fit: contain;
    position: absolute;
    top: 0;
    width: 100%
}

.plyr--no-transition {
    transition: none !important
}

.plyr__sr-only {
    clip: rect(1px, 1px, 1px, 1px);
    border: 0 !important;
    height: 1px !important;
    overflow: hidden;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.plyr [hidden] {
    display: none !important
}

.no-border {
    border: 0
}

[hidden] {
    display: none
}

.sr-only {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    opacity: .001;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}