.dps-module *,
.dps-module ::before,
.dps-module ::after {
    box-sizing: border-box;
    margin: 0;
    border-width: 0;
    border-style: solid;
    border-color: currentColor;
    padding: 0;

    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-transform: translateX(var(--tw-translate-x))
        translateY(var(--tw-translate-y)) rotate(var(--tw-rotate))
        skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
}

.dps-module p {
    font-size: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin-bottom: 0;
}

.dps-module table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
}

.dps-module .dps-swiper {
    overflow: hidden;
    padding-left: 1rem;
    padding-right: 1rem;
    margin: 0 -1rem;
}

.dps-module .dps-swiper .swiper-pagination-bullet {
    margin-top: 0;
    margin-bottom: 0;
    border: 1px solid #000;
    opacity: 1;
    background: transparent;
    transition: background-color 200ms;
    margin-right: 8px;
}

.dps-module .dps-swiper .swiper-pagination-bullet:last-child {
    margin-right: 0;
}

.dps-module .dps-swiper .swiper-pagination-bullet-active {
    background: #000;
}

.dps-module .toggle-sign-x,
.dps-module .toggle-sign-y {
    transition-property: transform;
    transition-duration: 300ms;
    transform-origin: center;
}

.dps-module .toggle-sign--active.toggle-sign-x {
    transform: rotateZ(180deg);
}

.dps-module .toggle-sign--active.toggle-sign-y {
    transform: rotateZ(270deg);
}

.dps-module .play-icon {
    transform: translate(-50%, -50%);
}

.dps-module .divider {
    display: block;
    width: 100%;
    border: 1px solid #CCCCCC;
}

.dps-module .plyr {
    --plyr-color-main: #999;
}

.dps-module .plyr__control {
    border-radius: 50%;
}

.dps-module .plyr--full-ui input[type=range] {
    color: #FFF;
}

.dps-module .ytwrapper {
    position: relative;
    padding-bottom: 56.25% !important; /* 16:9 */
    height: 0;
}

.dps-module .ytwrapper img {
    width: 100%;
    height: auto;
}

.dps-module .ytwrapper * {
    transition: all .25s cubic-bezier(.17,.67,.69,.85);
}
.dps-module .ytwrapper:hover svg circle {
    fill-opacity: .8;
}
.dps-module .ytwrapper:hover img {
    filter: brightness(90%);
}

.dps-module .ytwrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Animations */
.dps-module .fade-in-enter-active,
.dps-module .fade-in-leave-active {
    transition-property: opacity;
    transition-duration: 300ms;
}
.dps-module .fade-in-enter,
.dps-module .fade-in-leave-to {
    opacity: 0;
}

.dps-module .fade-in-down-enter-active,
.dps-module .fade-in-down-leave-active {
    transition-property: transform opacity;
    transition-duration: 300ms;
}
.dps-module .fade-in-down-enter,
.dps-module .fade-in-down-leave-to {
    opacity: 0;
    transform: translateY(-16px);
}

.dps-module .pointer-events-none {
    pointer-events: none;
}

.dps-module .invisible {
    visibility: hidden;
}

.dps-module .absolute {
    position: absolute;
}

.dps-module .relative {
    position: relative;
}

.dps-module .-top-1 {
    top: -0.25rem;
}

.dps-module .left-0 {
    left: 0px;
}

.dps-module .bottom-0 {
    bottom: 0px;
}

.dps-module .m-0 {
    margin: 0px;
}

.dps-module .mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.dps-module .my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.dps-module .mb-2 {
    margin-bottom: 0.5rem;
}

.dps-module .mb-16 {
    margin-bottom: 4rem;
}

.dps-module .\!mb-3 {
    margin-bottom: 0.75rem !important;
}

.dps-module .block {
    display: block;
}

.dps-module .inline-block {
    display: inline-block;
}

.dps-module .flex {
    display: flex;
}

.dps-module .hidden {
    display: none;
}

.dps-module .h-full {
    height: 100%;
}

.dps-module .h-7 {
    height: 1.75rem;
}

.dps-module .w-8 {
    width: 2rem;
}

.dps-module .w-full {
    width: 100%;
}

.dps-module .min-w-\[1000px\] {
    min-width: 1000px;
}

.dps-module .max-w-\[1355px\] {
    max-width: 1355px;
}

.dps-module .max-w-2xl {
    max-width: 42rem;
}

@keyframes spin {

    to {
        transform: rotate(360deg);
    }
}

.dps-module .animate-spin {
    animation: spin 1s linear infinite;
}

.dps-module .items-center {
    align-items: center;
}

.dps-module .justify-center {
    justify-content: center;
}

.dps-module .justify-between {
    justify-content: space-between;
}

.dps-module .gap-4 {
    gap: 1rem;
}

.dps-module .overflow-auto {
    overflow: auto;
}

.dps-module .overflow-hidden {
    overflow: hidden;
}

.dps-module .rounded-full {
    border-radius: 9999px;
}

.dps-module .border {
    border-width: 1px;
}

.dps-module .border-4 {
    border-width: 4px;
}

.dps-module .border-b-4 {
    border-bottom-width: 4px;
}

.dps-module .border-tw-red {
    --tw-border-opacity: 1;
    border-color: rgb(214 0 42 / var(--tw-border-opacity));
}

.dps-module .border-t-tw-transparent {
    border-top-color: transparent;
}

.dps-module .bg-tw-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.dps-module .p-6 {
    padding: 1.5rem;
}

.dps-module .pb-12 {
    padding-bottom: 3rem;
}

.dps-module .text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}

.dps-module .text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.dps-module .text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.dps-module .font-bold {
    font-weight: 700;
}

.dps-module .leading-\[1\.1\] {
    line-height: 1.1;
}

.dps-module .leading-none {
    line-height: 1;
}

.dps-module .opacity-0 {
    opacity: 0;
}

.dps-module .filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.dps-module .transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.dps-module .transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.dps-module .duration-500 {
    transition-duration: 500ms;
}

.dps-module .ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {

    .dps-module .md\:block {
        display: block;
    }

    .dps-module .md\:pb-16 {
        padding-bottom: 4rem;
    }
}

@media (min-width: 1024px) {

    .dps-module .lg\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }
}

.dps-module .private-data-coverage__iframeWrapper--hidden {
    opacity: 0;
    transform: scale(0.95);
}

.dps-module .private-data-coverage__iframe {
    width: 1px;
    min-width: 100%;
}

.dps-module .private-data-coverage .nice-select {
    float: none;
    display: block;
    width: 100%;
    max-width: 620px;
    height: 48px;
    padding: 12px 48px 12px 16px;
    border: 1px solid #000;
    border-radius: 0;
    color: #1A1A1A;
    font-size: 18px;
    font-weight: 700;
}

@media screen and (max-width: 1279px) {
    .dps-module .private-data-coverage .nice-select {
        max-width: 100%;
    }
}

.dps-module .private-data-coverage .nice-select .current {
    position: relative;
    top: -8px;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
}

.dps-module .private-data-coverage .nice-select:after {
    right: 16px;
    width: 8px;
    height: 8px;
    margin-top: -2px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
    transform: none;
}

.dps-module .private-data-coverage .nice-select .list {
    width: 100%;
    max-height: 250px;
    margin-top: 1px;
    margin-left: 0;
    border-radius: 0;
    overflow: auto;
}

.dps-module .private-data-coverage .nice-select .option {
    padding: 0 16px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dps-module .private-data-coverage .nice-select .option:hover,
.dps-module .private-data-coverage .nice-select .option.focus,
.dps-module .private-data-coverage .nice-select .option.selected.focus {
    background-color: #f5f5f5;
}
