.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 .mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.dps-module .mb-4 {
    margin-bottom: 1rem;
}

.dps-module .mt-3 {
    margin-top: 0.75rem;
}

.dps-module .mt-5 {
    margin-top: 1.25rem;
}

.dps-module .mb-8 {
    margin-bottom: 2rem;
}

.dps-module .mb-10 {
    margin-bottom: 2.5rem;
}

.dps-module .flex {
    display: flex;
}

.dps-module .hidden {
    display: none;
}

.dps-module .w-7 {
    width: 1.75rem;
}

.dps-module .min-w-\[120px\] {
    min-width: 120px;
}

.dps-module .max-w-\[720px\] {
    max-width: 720px;
}

.dps-module .shrink-0 {
    flex-shrink: 0;
}

.dps-module .grow {
    flex-grow: 1;
}

.dps-module .transform {
    transform: translate(var(--tw-translate-x), 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));
}

.dps-module .flex-col {
    flex-direction: column;
}

.dps-module .flex-col-reverse {
    flex-direction: column-reverse;
}

.dps-module .items-start {
    align-items: flex-start;
}

.dps-module .items-end {
    align-items: flex-end;
}

.dps-module .items-stretch {
    align-items: stretch;
}

.dps-module .justify-center {
    justify-content: center;
}

.dps-module .justify-between {
    justify-content: space-between;
}

.dps-module .gap-1 {
    gap: 0.25rem;
}

.dps-module .pb-8 {
    padding-bottom: 2rem;
}

.dps-module .text-center {
    text-align: center;
}

.dps-module .text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.dps-module .text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.dps-module .\!text-xs {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
}

.dps-module .\!font-normal {
    font-weight: 400 !important;
}

.dps-module .uppercase {
    text-transform: uppercase;
}

.dps-module .opacity-50 {
    opacity: 0.5;
}

.dps-module .before\:relative::before {
    content: var(--tw-content);
    position: relative;
}

.dps-module .before\:top-\[3px\]::before {
    content: var(--tw-content);
    top: 3px;
}

.dps-module .before\:mr-2::before {
    content: var(--tw-content);
    margin-right: 0.5rem;
}

.dps-module .before\:h-\[14px\]::before {
    content: var(--tw-content);
    height: 14px;
}

.dps-module .before\:w-\[14px\]::before {
    content: var(--tw-content);
    width: 14px;
}

.dps-module .before\:shrink-0::before {
    content: var(--tw-content);
    flex-shrink: 0;
}

.dps-module .before\:bg-\[\#A4C032\]::before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(164 192 50 / var(--tw-bg-opacity));
}

.dps-module .before\:bg-\[\#FFAC17\]::before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(255 172 23 / var(--tw-bg-opacity));
}

.dps-module .before\:bg-\[\#F36C35\]::before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(243 108 53 / var(--tw-bg-opacity));
}

.dps-module .before\:content-\[\'\'\]::before {
    --tw-content: '';
    content: var(--tw-content);
}

@media (min-width: 768px) {

    .dps-module .md\:ml-\[85px\] {
        margin-left: 85px;
    }

    .dps-module .md\:mb-0 {
        margin-bottom: 0px;
    }

    .dps-module .md\:mb-2 {
        margin-bottom: 0.5rem;
    }

    .dps-module .md\:mt-0 {
        margin-top: 0px;
    }

    .dps-module .md\:mr-2 {
        margin-right: 0.5rem;
    }

    .dps-module .md\:flex {
        display: flex;
    }

    .dps-module .md\:aspect-square {
        aspect-ratio: 1 / 1;
    }

    .dps-module .md\:h-\[calc\(100\%-55px\)\] {
        height: calc(100% - 55px);
    }

    .dps-module .md\:h-full {
        height: 100%;
    }

    .dps-module .md\:h-\[13px\] {
        height: 13px;
    }

    .dps-module .md\:w-\[85px\] {
        width: 85px;
    }

    .dps-module .md\:w-auto {
        width: auto;
    }

    .dps-module .md\:-rotate-90 {
        --tw-rotate: -90deg;
        transform: translate(var(--tw-translate-x), 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));
    }

    .dps-module .md\:flex-row {
        flex-direction: row;
    }

    .dps-module .md\:flex-col-reverse {
        flex-direction: column-reverse;
    }

    .dps-module .md\:items-end {
        align-items: flex-end;
    }

    .dps-module .md\:gap-7 {
        gap: 1.75rem;
    }

    .dps-module .md\:overflow-hidden {
        overflow: hidden;
    }

    .dps-module .md\:py-\[21px\] {
        padding-top: 21px;
        padding-bottom: 21px;
    }

    .dps-module .md\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .dps-module .md\:leading-none {
        line-height: 1;
    }
}

.dps-module .temperature-range-input {
    -webkit-appearance: none;
    /* Hides the slider so that custom slider can be made */
    width: 100%;
    /* Specific width is required for Firefox. */
    background: transparent;
    /* Otherwise white in Chrome */
}

.dps-module .temperature-range-input::-webkit-slider-thumb {
    -webkit-appearance: none;
}

.dps-module .temperature-range-input:focus {
    outline: none;
    /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}

.dps-module .temperature-range-input::-ms-track {
    width: 100%;
    cursor: pointer;

    /* Hides the slider so custom styles can be added */
    background: transparent;
    border-color: transparent;
    color: transparent;
}

/* Special styling for WebKit/Blink */
.dps-module .temperature-range-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    margin-top: -11px; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
    width: 24px;
    height: 24px;
    background: #F5F5F5;
    border: 3px solid #FFFFFF;
    border-radius: 100px;
    box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.05), 0px 1px 2px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

/* All the same stuff for Firefox */
.dps-module .temperature-range-input::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #F5F5F5;
    border: 3px solid #FFFFFF;
    border-radius: 100px;
    box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.05), 0px 1px 2px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

/* All the same stuff for IE */
.dps-module .temperature-range-input::-ms-thumb {
    width: 24px;
    height: 24px;
    background: #F5F5F5;
    border: 3px solid #FFFFFF;
    border-radius: 100px;
    box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.05), 0px 1px 2px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

/* Styling the track */
.dps-module .temperature-range-input::-webkit-slider-runnable-track {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    height: 5px;
    cursor: pointer;
    box-shadow: none;
    border: 0;
    border-radius: 100px;
    background: linear-gradient(90deg, #FFAC17 0%, #D6002A 100%);
}

.dps-module .temperature-range-input:focus::-webkit-slider-runnable-track {
    background: linear-gradient(90deg, #FFAC17 0%, #D6002A 100%);
}

.dps-module .temperature-range-input::-moz-range-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    box-shadow: none;
    border: 0;
    border-radius: 100px;
    background: linear-gradient(90deg, #FFAC17 0%, #D6002A 100%);
}

.dps-module .temperature-range-input::-ms-track {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    height: 5px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    border-width: 16px 0;
    color: transparent;
}

.dps-module .temperature-range-input::-ms-fill-lower {
    border: 0;
    border-radius: 100px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}

.dps-module .temperature-range-input:focus::-ms-fill-lower {
    background: linear-gradient(90deg, #FFAC17 0%, #D6002A 100%);
}

.dps-module .temperature-range-input::-ms-fill-upper {
    background: linear-gradient(90deg, #FFAC17 0%, #D6002A 100%);
    border: 0;
    border-radius: 100px;
    box-shadow: none;
}

.dps-module .temperature-range-input:focus::-ms-fill-upper {
    background: linear-gradient(90deg, #FFAC17 0%, #D6002A 100%);
}

.dps-module .nice-select {
    float: none;
    display: inline-block;
    padding: 0 40px 0 16px;
    border: 2px solid #666;
    border-radius: 0;
    color: #666;
    font-size: 12px;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .dps-module .nice-select {
        width: 100%;
    }
}

.dps-module .nice-select:after {
    right: 16px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-bottom: 2px solid #666;
    border-right: 2px solid #666;
}

.dps-module .nice-select .list {
    width: 100%;
    margin-left: 0;
}

.dps-module .nice-select .option {
    padding: 0 16px;
}