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

.tcl-button-group-component {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.tcl-button-group-component--align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

:root {
    --tcl-video-asset-block-size: auto;
    --tcl-video-asset-display: block;
    --tcl-video-asset-inline-size: 100%;
    --tcl-video-asset-inset-block-end: 0;
    --tcl-video-asset-inset-block-start: 0;
    --tcl-video-asset-inset-inline-start: 0;
    --tcl-video-asset-margin-block-start: 0;
    --tcl-video-asset-margin-inline-end: 0;
    --tcl-video-asset-margin-inline-start: 0;
    --tcl-video-asset-object-fit: cover;
    --tcl-video-asset-object-position-x: center;
    --tcl-video-asset-object-position-y: center;
    --tcl-video-asset-position: static;
    --tcl-video-asset-transform: none;
    --tcl-video-border-radius: 0;
    --tcl-video-duration-inset-block-end: var(--tds-size--2x);
    --tcl-video-duration-inset-inline-end: var(--tds-size--3x);
    --tcl-video-end-gradient-end: transparent;
    --tcl-video-end-gradient-opacity: 0.5;
    --tcl-video-end-gradient-size: 20%;
    --tcl-video-end-gradient-start: #000;
    --tcl-video-inline-size: 100%;
    --tcl-video-overflow: visible;
    --tcl-video-position: relative;
    --tcl-video-start-gradient-end: transparent;
    --tcl-video-start-gradient-opacity: 0.5;
    --tcl-video-start-gradient-size: 20%;
    --tcl-video-start-gradient-start: #000
}

.tcl-video {
    height: auto;
    height: var(--tcl-video-asset-block-size);
    overflow: visible;
    overflow: var(--tcl-video-overflow);
    position: relative;
    position: var(--tcl-video-position);
    width: 100%;
    width: var(--tcl-video-inline-size)
}

.tcl-video--with-start-gradient:before {
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent));
    background: linear-gradient(180deg, #000 0, transparent);
    background: -webkit-gradient(linear, left top, left bottom, from(var(--tcl-video-gradient-start-direction, to bottom)), color-stop(0, var(--tcl-video-start-gradient-start)), to(var(--tcl-video-start-gradient-end)));
    background: linear-gradient(var(--tcl-video-gradient-start-direction, to bottom), var(--tcl-video-start-gradient-start) 0, var(--tcl-video-start-gradient-end) 100%);
    border-radius: 0;
    border-radius: var(--tcl-video-border-radius);
    content: "";
    height: 100%;
    height: var(--tcl-video-gradient-start-block-size, 100%);
    opacity: .5;
    opacity: var(--tcl-video-start-gradient-opacity);
    position: absolute;
    width: 100%;
    width: var(--tcl-video-gradient-start-inline-size, 100%)
}

[dir=ltr] .tcl-video--with-end-gradient:after {
    right: auto;
    right: var(--tcl-video-gradient-end-inline-end, auto)
}

[dir=rtl] .tcl-video--with-end-gradient:after {
    left: auto;
    left: var(--tcl-video-gradient-end-inline-end, auto)
}

[dir=ltr] .tcl-video--with-end-gradient:after {
    left: 0;
    left: var(--tcl-video-gradient-end-inline-start, 0)
}

[dir=rtl] .tcl-video--with-end-gradient:after {
    right: 0;
    right: var(--tcl-video-gradient-end-inline-start, 0)
}

.tcl-video--with-end-gradient:after {
    background: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
    background: linear-gradient(0deg, #000 0, transparent);
    background: -webkit-gradient(linear, left top, left bottom, from(var(--tcl-video-gradient-end-direction, to top)), color-stop(0, var(--tcl-video-end-gradient-start)), to(var(--tcl-video-end-gradient-end)));
    background: linear-gradient(var(--tcl-video-gradient-end-direction, to top), var(--tcl-video-end-gradient-start) 0, var(--tcl-video-end-gradient-end) 100%);
    border-radius: 0;
    border-radius: var(--tcl-video-border-radius);
    bottom: 0;
    content: "";
    height: 100%;
    height: var(--tcl-video-gradient-end-block-size, 100%);
    inset-inline-end: auto;
    inset-inline-end: var(--tcl-video-gradient-end-inline-end, auto);
    inset-inline-start: 0;
    inset-inline-start: var(--tcl-video-gradient-end-inline-start, 0);
    opacity: .5;
    opacity: var(--tcl-video-end-gradient-opacity);
    position: absolute;
    top: auto;
    width: 100%;
    width: var(--tcl-video-gradient-end-inline-size, 100%)
}

.tcl-video--with-vertical-gradient {
    --tcl-video-gradient-end-block-size: var(--tcl-video-end-gradient-size);
    --tcl-video-gradient-start-block-size: var(--tcl-video-start-gradient-size)
}

.tcl-video--with-horizontal-gradient {
    --tcl-video-gradient-end-direction: to left;
    --tcl-video-gradient-end-inline-end: 0;
    --tcl-video-gradient-end-inline-size: var(--tcl-video-end-gradient-size);
    --tcl-video-gradient-end-inline-start: auto;
    --tcl-video-gradient-start-direction: to right;
    --tcl-video-gradient-start-inline-size: var(--tcl-video-start-gradient-size)
}

html[dir=rtl] .tcl-image--with-horizontal-gradient {
    --tcl-image-gradient-end-direction: to right;
    --tcl-image-gradient-start-direction: to left
}

@media (min-width:600px) {
    .tcl-video--with-rounded-corners {
        --tcl-video-border-radius: var(--tds-border-radius--card);
        overflow: hidden
    }
}

[dir=ltr] .tcl-video__asset {
    left: 0;
    left: var(--tcl-video-asset-inset-inline-start)
}

[dir=rtl] .tcl-video__asset {
    right: 0;
    right: var(--tcl-video-asset-inset-inline-start)
}

[dir=ltr] .tcl-video__asset {
    margin-right: 0;
    margin-right: var(--tcl-video-asset-margin-inline-end)
}

[dir=rtl] .tcl-video__asset {
    margin-left: 0;
    margin-left: var(--tcl-video-asset-margin-inline-end)
}

[dir=ltr] .tcl-video__asset {
    margin-left: 0;
    margin-left: var(--tcl-video-asset-margin-inline-start)
}

[dir=rtl] .tcl-video__asset {
    margin-right: 0;
    margin-right: var(--tcl-video-asset-margin-inline-start)
}

.tcl-video__asset {
    -webkit-margin-end: 0;
    -webkit-margin-end: var(--tcl-video-asset-margin-inline-end);
    -webkit-margin-start: 0;
    -webkit-margin-start: var(--tcl-video-asset-margin-inline-start);
    border-radius: 0;
    border-radius: var(--tcl-video-border-radius);
    bottom: 0;
    bottom: var(--tcl-video-asset-inset-block-end);
    display: block;
    display: var(--tcl-video-asset-display);
    height: auto;
    height: var(--tcl-video-asset-block-size);
    inset-inline-start: 0;
    inset-inline-start: var(--tcl-video-asset-inset-inline-start);
    margin-inline-end: 0;
    margin-inline-end: var(--tcl-video-asset-margin-inline-end);
    margin-inline-start: 0;
    margin-inline-start: var(--tcl-video-asset-margin-inline-start);
    margin-top: 0;
    margin-top: var(--tcl-video-asset-margin-block-start);
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-fit: var(--tcl-video-asset-object-fit);
    object-fit: var(--tcl-video-asset-object-fit);
    -o-object-position: center center;
    object-position: center center;
    -o-object-position: var(--tcl-video-asset-object-position-x) var(--tcl-video-asset-object-position-y);
    object-position: var(--tcl-video-asset-object-position-x) var(--tcl-video-asset-object-position-y);
    opacity: 0;
    position: static;
    position: var(--tcl-video-asset-position);
    top: 0;
    top: var(--tcl-video-asset-inset-block-start);
    -webkit-transform: none;
    transform: none;
    -webkit-transform: var(--tcl-video-asset-transform);
    transform: var(--tcl-video-asset-transform);
    width: 100%;
    width: var(--tcl-video-asset-inline-size)
}

.tcl-video__asset.visible {
    -webkit-animation: showVideo 1s ease-out;
    animation: showVideo 1s ease-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes showVideo {
    0% {
        display: block;
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes showVideo {
    0% {
        display: block;
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.tcl-video__asset.autoplay_mobile_is_off,
.tcl-video__asset.autoplay_mobile_is_off.visible,
.tcl-video__asset.visible-no-fade-in,
.tcl-video__asset.visible-no-fade-in.visible,
.tcl-video__search-results {
    -webkit-animation: none;
    animation: none;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
    opacity: 1
}

.tcl-video__asset.tcl-objectfit-position--top {
    --tcl-video-asset-object-position-y: top
}

.tcl-video__asset.tcl-objectfit-position--bottom {
    --tcl-video-asset-object-position-y: bottom
}

.tcl-video__asset.tcl-objectfit-position--center {
    --tcl-video-asset-object-position-y: center
}

.tcl-video__play {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: center;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.tcl-video__play.active {
    opacity: 1;
    z-index: 2
}

.tcl-video__play.active:hover {
    cursor: pointer
}

body:not(.is-Chrome) .tcl-video__play {
    display: none
}

[dir=ltr] .tcl-video__play-icon {
    padding-left: 10px
}

[dir=rtl] .tcl-video__play-icon {
    padding-right: 10px
}

.tcl-video__play-icon {
    --tds-icon--size: 92px;
    -webkit-padding-start: 10px;
    background-color: hsla(0, 0%, 87%, .3);
    background-position: 33px 28px;
    background-repeat: no-repeat;
    background-size: 25px 29px;
    border: 5px solid var(--tds-theme-foreground-high-contrast);
    border-radius: 92px;
    padding-inline-start: 10px
}

[dir=ltr] .tcl-video__replay {
    right: 10px
}

[dir=rtl] .tcl-video__replay {
    left: 10px
}

.tcl-video__replay {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    align-items: center;
    background-color: transparent;
    border: none;
    bottom: 10px;
    color: var(--tds-theme-foreground-high-contrast);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    inset-inline-end: 10px;
    opacity: 0;
    position: absolute;
    z-index: -1
}

@media (min-width:600px) {
    [dir=ltr] .tcl-video__replay {
        right: 16px;
        right: var(--tds-size--2x)
    }

    [dir=rtl] .tcl-video__replay {
        left: 16px;
        left: var(--tds-size--2x)
    }

    .tcl-video__replay {
        bottom: 16px;
        bottom: var(--tds-size--2x);
        inset-inline-end: 16px;
        inset-inline-end: var(--tds-size--2x)
    }
}

@media (max-width:599px) {
    [dir=ltr] .tcl-video__replay {
        right: 30px
    }

    [dir=rtl] .tcl-video__replay {
        left: 30px
    }

    .tcl-video__replay {
        inset-inline-end: 30px
    }
}

.tcl-video__replay:focus {
    outline: 1px dotted var(--tds-theme-foreground-on-primary)
}

.tcl-video__replay.active {
    cursor: pointer;
    opacity: 1;
    z-index: 1
}

[dir=ltr] .tcl-video__replay-icon {
    margin-right: 5px
}

[dir=rtl] .tcl-video__replay-icon {
    margin-left: 5px
}

.tcl-video__replay-icon {
    --tcl-icon--border-color: var(--tds-theme-foreground-high-contrast);
    --tds-icon--size: var(--tds-size--2x);
    -webkit-margin-end: 5px;
    border-width: 1px;
    display: inline-block;
    margin-inline-end: 5px;
    padding: 2px;
    vertical-align: middle
}

[dir=ltr] .tcl-video__duration {
    right: 24px;
    right: var(--tcl-video-duration-inset-inline-end)
}

[dir=rtl] .tcl-video__duration {
    left: 24px;
    left: var(--tcl-video-duration-inset-inline-end)
}

.tcl-video__duration {
    --tds-theme-foreground-low-contrast: var(--tds-theme-foreground-on-primary);
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(var(--tds-size--half));
    backdrop-filter: blur(var(--tds-size--half));
    background-color: rgba(0, 0, 0, .5);
    bottom: 16px;
    bottom: var(--tcl-video-duration-inset-block-end);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    inset-inline-end: 24px;
    inset-inline-end: var(--tcl-video-duration-inset-inline-end);
    justify-content: center;
    min-height: 24px;
    min-height: var(--tds-size--3x);
    min-width: 48px;
    min-width: var(--tds-size--6x);
    padding-top: 0;
    position: absolute
}

@media (min-width:600px) {
    [dir=ltr] .tcl-video__duration {
        right: 12px;
        right: calc(var(--tds-size--1x) + var(--tds-size--half))
    }

    [dir=rtl] .tcl-video__duration {
        left: 12px;
        left: calc(var(--tds-size--1x) + var(--tds-size--half))
    }

    .tcl-video__duration {
        bottom: 12px;
        bottom: calc(var(--tds-size--1x) + var(--tds-size--half));
        inset-inline-end: 12px;
        inset-inline-end: calc(var(--tds-size--1x) + var(--tds-size--half))
    }
}

@media (min-width:1200px) {
    [dir=ltr] .tcl-video__duration {
        right: 16px;
        right: var(--tds-size--2x)
    }

    [dir=rtl] .tcl-video__duration {
        left: 16px;
        left: var(--tds-size--2x)
    }

    .tcl-video__duration {
        bottom: 16px;
        bottom: var(--tds-size--2x);
        inset-inline-end: 16px;
        inset-inline-end: var(--tds-size--2x)
    }
}

:root {
    --tcl-image-aspect-ratio-1-1-block-size: 100vw;
    --tcl-image-aspect-ratio-16-9-block-size: 177.77778vw;
    --tcl-image-aspect-ratio-3-4-block-size: 75vw;
    --tcl-image-aspect-ratio-5-3-block-size: 166.66667vw;
    --tcl-image-asset-block-size: auto;
    --tcl-image-asset-border-radius: 0;
    --tcl-image-asset-display: block;
    --tcl-image-asset-float: none;
    --tcl-image-asset-inline-size: 100%;
    --tcl-image-asset-inset-block-end: 0;
    --tcl-image-asset-inset-block-start: 0;
    --tcl-image-asset-inset-inline-start: 0;
    --tcl-image-asset-margin-block-start: 0;
    --tcl-image-asset-margin-inline-end: 0;
    --tcl-image-asset-margin-inline-start: 0;
    --tcl-image-asset-max-inline-size: none;
    --tcl-image-asset-min-inline-size: 0;
    --tcl-image-asset-object-fit: cover;
    --tcl-image-asset-object-position-x: center;
    --tcl-image-asset-object-position-y: center;
    --tcl-image-asset-opacity: 1;
    --tcl-image-asset-position: static;
    --tcl-image-asset-transform: none;
    --tcl-image-asset-visibility: visible;
    --tcl-image-inline-size: 100%;
    --tcl-image-overflow: visible;
    --tcl-image-position: relative;
    --tcl-image-end-gradient-size: 20%;
    --tcl-image-end-gradient-opacity: 0.5;
    --tcl-image-end-gradient-end: transparent;
    --tcl-image-end-gradient-start: #000;
    --tcl-image-start-gradient-size: 20%;
    --tcl-image-start-gradient-opacity: 0.5;
    --tcl-image-start-gradient-end: transparent;
    --tcl-image-start-gradient-start: #000
}

.tcl-image {
    height: auto;
    height: var(--tcl-image-asset-block-size);
    overflow: visible;
    overflow: var(--tcl-image-overflow);
    position: relative;
    position: var(--tcl-image-position);
    width: 100%;
    width: var(--tcl-image-inline-size)
}

.tcl-image--with-start-gradient:before {
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent));
    background: linear-gradient(180deg, #000 0, transparent);
    background: -webkit-gradient(linear, left top, left bottom, from(var(--tcl-image-gradient-start-direction, to bottom)), color-stop(0, var(--tcl-image-start-gradient-start)), to(var(--tcl-image-start-gradient-end)));
    background: linear-gradient(var(--tcl-image-gradient-start-direction, to bottom), var(--tcl-image-start-gradient-start) 0, var(--tcl-image-start-gradient-end) 100%);
    border-radius: 0;
    border-radius: var(--tcl-image-asset-border-radius);
    content: "";
    height: 100%;
    height: var(--tcl-image-gradient-start-block-size, 100%);
    opacity: .5;
    opacity: var(--tcl-image-start-gradient-opacity);
    position: absolute;
    width: 100%;
    width: var(--tcl-image-gradient-start-inline-size, 100%)
}

[dir=ltr] .tcl-image--with-end-gradient:after {
    right: auto;
    right: var(--tcl-image-gradient-end-inline-end, auto)
}

[dir=rtl] .tcl-image--with-end-gradient:after {
    left: auto;
    left: var(--tcl-image-gradient-end-inline-end, auto)
}

[dir=ltr] .tcl-image--with-end-gradient:after {
    left: 0;
    left: var(--tcl-image-gradient-end-inline-start, 0)
}

[dir=rtl] .tcl-image--with-end-gradient:after {
    right: 0;
    right: var(--tcl-image-gradient-end-inline-start, 0)
}

.tcl-image--with-end-gradient:after {
    background: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
    background: linear-gradient(0deg, #000 0, transparent);
    background: -webkit-gradient(linear, left top, left bottom, from(var(--tcl-image-gradient-end-direction, to top)), color-stop(0, var(--tcl-image-end-gradient-start)), to(var(--tcl-image-end-gradient-end)));
    background: linear-gradient(var(--tcl-image-gradient-end-direction, to top), var(--tcl-image-end-gradient-start) 0, var(--tcl-image-end-gradient-end) 100%);
    border-radius: 0;
    border-radius: var(--tcl-image-asset-border-radius);
    bottom: 0;
    content: "";
    height: 100%;
    height: var(--tcl-image-gradient-end-block-size, 100%);
    inset-inline-end: auto;
    inset-inline-end: var(--tcl-image-gradient-end-inline-end, auto);
    inset-inline-start: 0;
    inset-inline-start: var(--tcl-image-gradient-end-inline-start, 0);
    opacity: .5;
    opacity: var(--tcl-image-end-gradient-opacity);
    position: absolute;
    top: auto;
    width: 100%;
    width: var(--tcl-image-gradient-end-inline-size, 100%)
}

.tcl-image--with-vertical-gradient {
    --tcl-image-gradient-end-block-size: var(--tcl-image-end-gradient-size);
    --tcl-image-gradient-start-block-size: var(--tcl-image-start-gradient-size)
}

.tcl-image--with-horizontal-gradient {
    --tcl-image-gradient-end-inline-size: var(--tcl-image-end-gradient-size);
    --tcl-image-gradient-start-inline-size: var(--tcl-image-start-gradient-size);
    --tcl-image-gradient-end-inline-end: 0;
    --tcl-image-gradient-end-inline-start: auto;
    --tcl-image-gradient-end-direction: to left;
    --tcl-image-gradient-start-direction: to right
}

html[dir=rtl] .tcl-image--with-horizontal-gradient {
    --tcl-image-gradient-end-direction: to right;
    --tcl-image-gradient-start-direction: to left
}

.tcl-image--with-rounded-corners {
    --tcl-image-asset-border-radius: var(--tds-border-radius--card)
}

.tcl-image__picture {
    display: block;
    height: auto;
    height: var(--tcl-image-asset-block-size)
}

.tcl-image__picture--aspect-ration-1-1 {
    height: 100vw;
    height: var(--tcl-image-aspect-ratio-1-1-block-size)
}

.tcl-image__picture--aspect-ration-16-9 {
    height: 177.77778vw;
    height: var(--tcl-image-aspect-ratio-16-9-block-size)
}

.tcl-image__picture--aspect-ration-5-3 {
    height: 166.66667vw;
    height: var(--tcl-image-aspect-ratio-5-3-block-size)
}

.tcl-image__picture--aspect-ration-3-4 {
    height: 75vw;
    height: var(--tcl-image-aspect-ratio-3-4-block-size)
}

[dir=ltr] .tcl-image__asset {
    left: 0;
    left: var(--tcl-image-asset-inset-inline-start)
}

[dir=rtl] .tcl-image__asset {
    right: 0;
    right: var(--tcl-image-asset-inset-inline-start)
}

[dir=ltr] .tcl-image__asset {
    margin-right: 0;
    margin-right: var(--tcl-image-asset-margin-inline-end)
}

[dir=rtl] .tcl-image__asset {
    margin-left: 0;
    margin-left: var(--tcl-image-asset-margin-inline-end)
}

[dir=ltr] .tcl-image__asset {
    margin-left: 0;
    margin-left: var(--tcl-image-asset-margin-inline-start)
}

[dir=rtl] .tcl-image__asset {
    margin-right: 0;
    margin-right: var(--tcl-image-asset-margin-inline-start)
}

.tcl-image__asset {
    -webkit-margin-end: 0;
    -webkit-margin-end: var(--tcl-image-asset-margin-inline-end);
    -webkit-margin-start: 0;
    -webkit-margin-start: var(--tcl-image-asset-margin-inline-start);
    border-radius: 0;
    border-radius: var(--tcl-image-asset-border-radius);
    bottom: 0;
    bottom: var(--tcl-image-asset-inset-block-end);
    display: block;
    display: var(--tcl-image-asset-display);
    float: none;
    float: var(--tcl-image-asset-float);
    height: auto;
    height: var(--tcl-image-asset-block-size);
    inset-inline-start: 0;
    inset-inline-start: var(--tcl-image-asset-inset-inline-start);
    margin-inline-end: 0;
    margin-inline-end: var(--tcl-image-asset-margin-inline-end);
    margin-inline-start: 0;
    margin-inline-start: var(--tcl-image-asset-margin-inline-start);
    margin-top: 0;
    margin-top: var(--tcl-image-asset-margin-block-start);
    max-width: none;
    max-width: var(--tcl-image-asset-max-inline-size);
    min-width: 0;
    min-width: var(--tcl-image-asset-min-inline-size);
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-fit: var(--tcl-image-asset-object-fit);
    object-fit: var(--tcl-image-asset-object-fit);
    -o-object-position: center center;
    object-position: center center;
    -o-object-position: var(--tcl-image-asset-object-position-x) var(--tcl-image-asset-object-position-y);
    object-position: var(--tcl-image-asset-object-position-x) var(--tcl-image-asset-object-position-y);
    opacity: 1;
    opacity: var(--tcl-image-asset-opacity);
    position: static;
    position: var(--tcl-image-asset-position);
    top: 0;
    top: var(--tcl-image-asset-inset-block-start);
    -webkit-transform: none;
    transform: none;
    -webkit-transform: var(--tcl-image-asset-transform);
    transform: var(--tcl-image-asset-transform);
    visibility: visible;
    visibility: var(--tcl-image-asset-visibility);
    width: 100%;
    width: var(--tcl-image-asset-inline-size)
}

.tcl-image__asset.tcl-objectfit-position--top {
    --tcl-image-asset-object-position-y: top
}

.tcl-image__asset.tcl-objectfit-position--bottom {
    --tcl-image-asset-object-position-y: bottom
}

.tcl-image__asset.tcl-objectfit-position--center {
    --tcl-image-asset-object-position-y: center
}

:root {
    --tcl-section-header-group-block-size: auto;
    --tcl-section-header-group-buttons-align-items: stretch;
    --tcl-section-header-group-buttons-display: block;
    --tcl-section-header-group-buttons-flex-grow: 0;
    --tcl-section-header-group-display: block;
    --tcl-section-header-group-flex-flow: row nowrap
}

.tcl-section-header-group {
    --tcl-button-max-inline-size: 100%;
    --tcl-section-header-group-align: start;
    --tcl-section-header-group-margin-inline: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: block;
    display: var(--tcl-section-header-group-display);
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-flow: var(--tcl-section-header-group-flex-flow);
    flex-flow: var(--tcl-section-header-group-flex-flow);
    height: auto;
    height: var(--tcl-section-header-group-block-size)
}

@media (min-width:900px) {
    .tcl-section-header-group--align-center {
        --tcl-section-header-group-align: center;
        --tcl-section-header-group-margin-inline: auto
    }
}

@media (max-width:599px),
(min-width:600px) and (max-width:899px) {
    .tcl-section-header-group--mobile-align-center {
        --tcl-section-header-group-align: center;
        --tcl-section-header-group-margin-inline: auto
    }
}

.tcl-section-header-group__header {
    padding-top: 16px;
    padding-top: var(--tds-size--2x)
}

.tcl-section-header-group__layout,
.tcl-section-header-group__layout .tds-layout-main {
    height: auto;
    height: var(--tcl-section-header-group-block-size)
}

.tcl-section-header-group__header>* {
    display: block
}

.tcl-section-header-group__copy {
    padding-bottom: 16px;
    padding-bottom: var(--tds-size--2x);
    padding-top: 16px;
    padding-top: var(--tds-size--2x)
}

.tcl-section-header-group__copy-desktop,
.tcl-section-header-group__copy-mobile {
    padding-bottom: 0
}

.tcl-section-header-group__copy-full .tcl-section-header-group__copy-desktop,
.tcl-section-header-group__copy-full .tcl-section-header-group__copy-mobile {
    max-width: none
}

.tcl-section-header-group__buttons {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-box-align: var(--tcl-section-header-group-buttons-align-items);
    -ms-flex-align: var(--tcl-section-header-group-buttons-align-items);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    align-items: stretch;
    align-items: var(--tcl-section-header-group-buttons-align-items);
    display: block;
    display: var(--tcl-section-header-group-buttons-display);
    flex-grow: 0;
    flex-grow: var(--tcl-section-header-group-buttons-flex-grow);
    margin-bottom: 16px;
    margin-bottom: var(--tds-size--2x);
    margin-top: 16px;
    margin-top: var(--tds-size--2x);
    max-width: var(--tcl-grid-four-column-inline-size)
}

[dir=ltr] .tcl-section-header-group__buttons,
[dir=ltr] .tcl-section-header-group__copy,
[dir=ltr] .tcl-section-header-group__header {
    margin-right: var(--tcl-section-header-group-margin-inline)
}

[dir=ltr] .tcl-section-header-group__buttons,
[dir=ltr] .tcl-section-header-group__copy,
[dir=ltr] .tcl-section-header-group__header,
[dir=rtl] .tcl-section-header-group__buttons,
[dir=rtl] .tcl-section-header-group__copy,
[dir=rtl] .tcl-section-header-group__header {
    margin-left: var(--tcl-section-header-group-margin-inline)
}

[dir=rtl] .tcl-section-header-group__buttons,
[dir=rtl] .tcl-section-header-group__copy,
[dir=rtl] .tcl-section-header-group__header {
    margin-right: var(--tcl-section-header-group-margin-inline)
}

.tcl-section-header-group__buttons,
.tcl-section-header-group__copy,
.tcl-section-header-group__header {
    -webkit-margin-end: var(--tcl-section-header-group-margin-inline);
    -webkit-margin-start: var(--tcl-section-header-group-margin-inline);
    margin-inline-end: var(--tcl-section-header-group-margin-inline);
    margin-inline-start: var(--tcl-section-header-group-margin-inline);
    text-align: var(--tcl-section-header-group-align)
}

.tcl-section-header-group--split-desktop-buttons {
    --tcl-section-header-group-block-size: 100%;
    --tcl-section-header-group-display: flex;
    --tcl-section-header-group-flex-flow: column
}

.tcl-section-header-group__buttons-split-desktop {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-grow: 1
}

@media (max-width:599px),
(min-width:600px) and (max-width:899px) {
    .tcl-section-header-group__header {
        padding-bottom: 0;
        padding-top: 0
    }

    .tcl-section-header-group--split-mobile-buttons {
        --tcl-section-header-group-block-size: 100%;
        --tcl-section-header-group-display: flex;
        --tcl-section-header-group-flex-flow: column
    }

    .tcl-section-header-group__buttons-split-mobile {
        -webkit-box-align: end;
        -ms-flex-align: end;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        align-items: flex-end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-grow: 1
    }
}

@media (max-width:599px) {
    .tcl-section-header-group__layout {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .tcl-section-header-group__layout.tcl-layout--spacious-50-50 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (min-width:600px) {
    body.animate-onscroll .tcl-section-header-group .tcl-animate--to-reveal {
        opacity: 0;
        -webkit-transform: translateY(40px) translateZ(0);
        transform: translateY(40px) translateZ(0);
        -webkit-transform: translateY(var(--tds-size--5x)) translateZ(0);
        transform: translateY(var(--tds-size--5x)) translateZ(0);
        -webkit-transition: all .5s cubic-bezier(.455, .03, .515, .955) .15s;
        transition: all .5s cubic-bezier(.455, .03, .515, .955) .15s
    }

    body.animate-onscroll .tcl-section-header-group .tcl-animate--revealed {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@media (min-width:600px) and (max-width:899px) {
    .tcl-section-header-group__layout {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column-reverse nowrap;
        flex-flow: column-reverse nowrap
    }

    .tcl-section-header-group__layout.tcl-layout--spacious-50-50 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .tcl-section-header-group__buttons-desktop,
    .tcl-section-header-group__copy-desktop {
        display: none !important
    }

    .tcl-section-header-group__buttons-mobile {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .tcl-section-header-group__copy-mobile {
        display: block !important
    }
}

.tcl-section-header-group--with-open-drawer-button .tcl-section-header-group__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:599px) {
    .tcl-section-header-group--with-open-drawer-button .tcl-section-header-group__buttons {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: var(--tds-size-2x)
    }

    .tcl-section-header-group--with-open-drawer-button .tcl-button-group {
        --tcl-button-group-inline-size: fit-size !important;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

.tcl-section-header-group__buttons-stacked {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    align-items: flex-start;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    justify-content: flex-end
}

.tcl-section-header-group__buttons-stacked .tcl-button-group {
    margin-top: 16px;
    margin-top: var(--tds-size--2x)
}

.tcl-section-header-group__embedded-object {
    display: none
}

@media (min-height:700px) {
    .tcl-section-header-group__embedded-object {
        display: block
    }
}

:root {
    --tcl-gallery-image-layout-padding-block-end: 0;
    --tcl-gallery-image-layout-padding-block-start: var(--tds-size--2x);
    --tcl-gallery-item-padding-block-end: var(--tds-size--2x);
    --tcl-gallery-item-padding-block-start: var(--tds-size--3x)
}

@media (max-width:599px) {
    :root {
        --tcl-gallery-image-layout-padding-block-end: 0;
        --tcl-gallery-image-layout-padding-block-start: var(--tds-size--3x)
    }

    .tcl-gallery {
        --tcl-image-asset-inline-size: calc(100% + var(--tds-size--6x));
        --tcl-image-asset-margin-inline-end: calc(var(--tds-size--3x)*-1);
        --tcl-image-asset-margin-inline-start: calc(var(--tds-size--3x)*-1);
        --tcl-image-inline-size: auto;
        --tcl-video-asset-inline-size: calc(100% + var(--tds-size--6x));
        --tcl-video-asset-margin-inline-end: calc(var(--tds-size--3x)*-1);
        --tcl-video-asset-margin-inline-start: calc(var(--tds-size--3x)*-1);
        --tcl-video-inline-size: auto
    }

    .tcl-gallery picture,
    .tcl-gallery video {
        --tcl-image-asset-border-radius: 0;
        --tcl-video-border-radius: 0
    }
}

.tcl-gallery__item-media-first {
    --tcl-gallery-image-layout-padding-block-end: var(--tds-size--2x);
    --tcl-gallery-image-layout-padding-block-start: 0;
    --tcl-gallery-item-padding-block-end: var(--tds-size--3x);
    --tcl-gallery-item-padding-block-start: var(--tds-size--2x)
}

@media (max-width:599px) {
    .tcl-gallery__item-media-first {
        --tcl-gallery-image-layout-padding-block-end: var(--tds-size--3x);
        --tcl-gallery-image-layout-padding-block-start: 0
    }
}

.tcl-gallery__image-layout {
    padding-bottom: 0;
    padding-bottom: var(--tcl-gallery-image-layout-padding-block-end);
    padding-top: 16px;
    padding-top: var(--tcl-gallery-image-layout-padding-block-start)
}

.tcl-gallery__item:first-of-type {
    padding-bottom: 16px;
    padding-bottom: var(--tcl-gallery-item-padding-block-end)
}

.tcl-gallery__item:last-of-type,
.tcl-gallery__item:not(:first-of-type) {
    padding-top: 24px;
    padding-top: var(--tcl-gallery-item-padding-block-start)
}

.tcl-gallery__item:not(:last-of-type) {
    padding-bottom: 16px;
    padding-bottom: var(--tcl-gallery-item-padding-block-end)
}

.tcl-gallery__item:only-of-type {
    padding-bottom: 0;
    padding-top: 0
}

@media (max-width:599px) {
    .tcl-gallery__item {
        padding-bottom: 0
    }
}

:root {
    --tcl-component-padding-desktop-block-start: 0px;
    --tcl-component-padding-tablet-block-start: 0px;
    --tcl-component-padding-mobile-block-start: 0px;
    --tcl-component-padding-desktop-block-end: 0px;
    --tcl-component-padding-tablet-block-end: 0px;
    --tcl-component-padding-mobile-block-end: 0px;
    --tcl-carousel-v2-inline-size: 100%;
    --tcl-carousel-v2-slides-container-padding-block-start: var(--tds-size--7x);
    --tcl-carousel-v2-section-header-group-padding-block-start: var(--tds-size--9x);
    --tcl-carousel-v2-slides-border-radius: var(--tds-btn--border-radius, 4px);
    --tcl-carousel-v2-slides-grid-area: auto;
    --tcl-carousel-v2-slides-margin-inline-end: calc(var(--tds-size--3x)*-1);
    --tcl-carousel-v2-slides-margin-inline-start: calc(var(--tds-size--3x)*-1);
    --tcl-carousel-v2-toggle-panel-heading-flex-grow: 0;
    --tcl-carousel-v2-toggles-padding-block-end: var(--tds-size--9x);
    --tcl-carousel-v2-toggles-padding-block-start: var(--tds-size--9x);
    --tcl-carousel-v2-toggle-content-block-size: auto;
    --tcl-asset-scale-by: 1;
    --tcl-border-radius--pill: calc(var(--tds-border-radius--pill)*2)
}

@media (min-width:600px) and (max-width:899px) {
    :root {
        --tcl-carousel-v2-slides-container-padding-block-start: var(--tds-size--6x);
        --tcl-carousel-v2-section-header-group-padding-block-start: var(--tds-size--7x);
        --tcl-carousel-v2-toggles-padding-block-end: var(--tds-size--6x);
        --tcl-carousel-v2-toggles-padding-block-start: var(--tds-size--7x)
    }
}

@media (max-width:599px) {
    :root {
        --tcl-carousel-v2-slides-container-padding-block-start: calc(var(--tds-size--4x) + var(--tds-size--half));
        --tcl-carousel-v2-section-header-group-padding-block-start: var(--tds-size--5x);
        --tcl-carousel-v2-toggles-padding-block-end: var(--tds-size--6x);
        --tcl-carousel-v2-toggles-padding-block-start: var(--tds-size--5x)
    }
}

.tcl-drawer {
    --tcl-carousel-v2-inline-size: calc(100% + var(--tds-size--8x))
}

.tcl-carousel-v2 {
    display: grid;
    max-width: 100vw;
    overflow: hidden;
    scroll-behavior: smooth;
    width: 100%;
    width: var(--tcl-carousel-v2-inline-size);
    z-index: 1
}

[dir=ltr] .tcl-drawer .tcl-carousel-v2 {
    margin-right: -32px;
    margin-right: calc(var(--tds-size--4x)*-1)
}

[dir=ltr] .tcl-drawer .tcl-carousel-v2,
[dir=rtl] .tcl-drawer .tcl-carousel-v2 {
    margin-left: -32px;
    margin-left: calc(var(--tds-size--4x)*-1)
}

[dir=rtl] .tcl-drawer .tcl-carousel-v2 {
    margin-right: -32px;
    margin-right: calc(var(--tds-size--4x)*-1)
}

.tcl-drawer .tcl-carousel-v2 {
    -webkit-margin-end: -32px;
    -webkit-margin-end: calc(var(--tds-size--4x)*-1);
    -webkit-margin-start: -32px;
    -webkit-margin-start: calc(var(--tds-size--4x)*-1);
    margin-inline-end: -32px;
    margin-inline-end: calc(var(--tds-size--4x)*-1);
    margin-inline-start: -32px;
    margin-inline-start: calc(var(--tds-size--4x)*-1)
}

.tcl-carousel-v2__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    align-items: center;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    grid-area: 1/-1;
    justify-content: flex-start;
    width: 100%;
    z-index: 3
}

@media (max-width:599px),
(min-width:600px) and (max-width:899px) {
    .tcl-carousel-v2__content {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.tcl-carousel-v2__section-header-group {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-top: 72px;
    padding-top: var(--tcl-carousel-v2-section-header-group-padding-block-start);
    width: 100%
}

.tcl-carousel-v2__toggles {
    padding-bottom: 72px;
    padding-bottom: var(--tcl-carousel-v2-toggles-padding-block-end);
    padding-top: 72px;
    padding-top: var(--tcl-carousel-v2-toggles-padding-block-start);
    width: 100%
}

@media (min-width:600px) and (max-width:899px) {

    [dir=ltr] .tcl-carousel-v2--overbar-navigation .tcl-carousel-v2__toggles[data-toggle-count="4"],
    [dir=ltr] .tcl-carousel-v2--overbar-navigation .tcl-carousel-v2__toggles[data-toggle-count="5"] {
        margin-left: -36px;
        margin-left: calc((var(--tds-size--4x) + var(--tds-size--half))*-1)
    }

    [dir=rtl] .tcl-carousel-v2--overbar-navigation .tcl-carousel-v2__toggles[data-toggle-count="4"],
    [dir=rtl] .tcl-carousel-v2--overbar-navigation .tcl-carousel-v2__toggles[data-toggle-count="5"] {
        margin-right: -36px;
        margin-right: calc((var(--tds-size--4x) + var(--tds-size--half))*-1)
    }

    .tcl-carousel-v2--overbar-navigation .tcl-carousel-v2__toggles[data-toggle-count="4"],
    .tcl-carousel-v2--overbar-navigation .tcl-carousel-v2__toggles[data-toggle-count="5"] {
        -webkit-margin-start: -36px;
        -webkit-margin-start: calc((var(--tds-size--4x) + var(--tds-size--half))*-1);
        margin-inline-start: -36px;
        margin-inline-start: calc((var(--tds-size--4x) + var(--tds-size--half))*-1);
        overflow-x: auto;
        overflow-y: hidden;
        width: 100vw
    }
}

@media (max-width:599px) {

    [dir=ltr] .tcl-carousel-v2--overbar-fluid-navigation .tcl-carousel-v2__toggles,
    [dir=ltr] .tcl-carousel-v2--overbar-navigation .tcl-carousel-v2__toggles {
        margin-left: -24px;
        margin-left: calc(var(--tds-size--3x)*-1)
    }

    [dir=rtl] .tcl-carousel-v2--overbar-fluid-navigation .tcl-carousel-v2__toggles,
    [dir=rtl] .tcl-carousel-v2--overbar-navigation .tcl-carousel-v2__toggles {
        margin-right: -24px;
        margin-right: calc(var(--tds-size--3x)*-1)
    }

    .tcl-carousel-v2--overbar-fluid-navigation .tcl-carousel-v2__toggles,
    .tcl-carousel-v2--overbar-navigation .tcl-carousel-v2__toggles {
        -webkit-margin-start: -24px;
        -webkit-margin-start: calc(var(--tds-size--3x)*-1);
        margin-inline-start: -24px;
        margin-inline-start: calc(var(--tds-size--3x)*-1);
        overflow-x: auto;
        overflow-y: hidden;
        width: 100vw
    }
}

.tcl-carousel-v2__indicators {
    gap: 8px;
    gap: var(--tds-size--1x);
    grid-template-columns: repeat(auto-fit, 12px)
}

.tcl-carousel-v2__indicators,
.tcl-carousel-v2__panels {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.tcl-carousel-v2__panels {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px;
    gap: var(--tds-size--3x);
    height: auto;
    overflow: hidden;
    position: relative
}

@media (min-width:900px) {
    .tcl-carousel-v2__panels {
        grid-auto-columns: minmax(0, 1fr);
        grid-auto-flow: column
    }
}

.tcl-carousel-v2__indicators:focus-within,
.tcl-carousel-v2__panels:focus-within {
    -webkit-box-shadow: none;
    box-shadow: none
}

.is-Chrome-iOS .tcl-carousel-v2__panels,
.is-iOS .tcl-carousel-v2__panels {
    overflow-x: scroll;
    -ms-touch-action: none;
    touch-action: none
}

.is-iOS .tcl-carousel-v2__panels::-webkit-scrollbar {
    display: none
}

.tcl-carousel-v2__indicator {
    height: 12px;
    height: calc(var(--tds-size--1x) + var(--tds-size--half));
    padding: 6px
}

.tcl-carousel-v2__panel {
    --tds-tab--background-color-on: transparent;
    --tds-tab--border-radius: 0;
    --tds-tab--justify-content: flex-start;
    --tds-tab-list--height: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    height: 100%;
    padding: 0
}

.tcl-carousel-v2__panel--hidden {
    display: none;
    visibility: hidden
}

@media (min-width:600px) and (max-width:899px) {

    [dir=ltr] .tcl-carousel-v2__toggles[data-toggle-count="4"] .tcl-carousel-v2__panel:first-of-type,
    [dir=ltr] .tcl-carousel-v2__toggles[data-toggle-count="5"] .tcl-carousel-v2__panel:first-of-type {
        margin-left: 36px;
        margin-left: calc(var(--tds-size--4x) + var(--tds-size--half))
    }

    [dir=rtl] .tcl-carousel-v2__toggles[data-toggle-count="4"] .tcl-carousel-v2__panel:first-of-type,
    [dir=rtl] .tcl-carousel-v2__toggles[data-toggle-count="5"] .tcl-carousel-v2__panel:first-of-type {
        margin-right: 36px;
        margin-right: calc(var(--tds-size--4x) + var(--tds-size--half))
    }

    .tcl-carousel-v2__toggles[data-toggle-count="4"] .tcl-carousel-v2__panel:first-of-type,
    .tcl-carousel-v2__toggles[data-toggle-count="5"] .tcl-carousel-v2__panel:first-of-type {
        -webkit-margin-start: 36px;
        -webkit-margin-start: calc(var(--tds-size--4x) + var(--tds-size--half));
        margin-inline-start: 36px;
        margin-inline-start: calc(var(--tds-size--4x) + var(--tds-size--half))
    }
}

@media (max-width:599px) {
    [dir=ltr] .tcl-carousel-v2__panel:first-of-type {
        margin-left: 24px;
        margin-left: var(--tds-size--3x)
    }

    [dir=rtl] .tcl-carousel-v2__panel:first-of-type {
        margin-right: 24px;
        margin-right: var(--tds-size--3x)
    }

    .tcl-carousel-v2__panel:first-of-type {
        -webkit-margin-start: 24px;
        -webkit-margin-start: var(--tds-size--3x);
        margin-inline-start: 24px;
        margin-inline-start: var(--tds-size--3x)
    }

    .tcl-carousel-v2__panel--hidden {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        visibility: hidden
    }
}

@media (min-width:600px) and (max-width:899px) {

    .tcl-carousel-v2__toggles[data-toggle-count="4"] .tcl-carousel-v2__panel--hidden,
    .tcl-carousel-v2__toggles[data-toggle-count="5"] .tcl-carousel-v2__panel--hidden {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        visibility: hidden
    }
}

.tcl-carousel-v2__panel[aria-selected=true] {
    -webkit-box-shadow: inset 0 4px 0 0 var(--tds-theme-foreground-high-contrast);
    box-shadow: inset 0 4px 0 0 var(--tds-theme-foreground-high-contrast)
}

.tcl-carousel-v2__panel:not([aria-selected=true]) {
    -webkit-box-shadow: inset 0 2px 0 0 var(--tds-theme-foreground-high-contrast);
    box-shadow: inset 0 2px 0 0 var(--tds-theme-foreground-high-contrast);
    opacity: .4
}

@media (max-width:599px) {
    .tcl-carousel-v2__panel {
        width: calc(75vw - 30px)
    }
}

@media (min-width:600px) and (max-width:899px) {
    .tcl-carousel-v2__toggles[data-toggle-count="2"] .tcl-carousel-v2__panel {
        width: calc(50vw - 60px)
    }

    .tcl-carousel-v2__toggles[data-toggle-count="3"] .tcl-carousel-v2__panel {
        width: calc(33.33333vw - 40px)
    }

    .tcl-carousel-v2__toggles[data-toggle-count="4"] .tcl-carousel-v2__panel,
    .tcl-carousel-v2__toggles[data-toggle-count="5"] .tcl-carousel-v2__panel {
        width: calc(37.5vw - 39px)
    }
}

.tcl-carousel-v2__toggle-content-heading {
    padding-top: 16px;
    padding-top: var(--tds-size--2x)
}

[dir=ltr] .tcl-carousel-v2__toggle-panel-heading {
    text-align: left
}

[dir=rtl] .tcl-carousel-v2__toggle-panel-heading {
    text-align: right
}

.tcl-carousel-v2__toggle-panel-heading {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    flex-grow: var(--tcl-carousel-v2-toggle-panel-heading-flex-grow);
    overflow-wrap: anywhere;
    padding-bottom: 0;
    text-align: start
}

.tcl-carousel-v2__toggle-content-copy,
.tcl-carousel-v2__toggle-panel-heading {
    padding-top: 16px;
    padding-top: var(--tds-size--2x)
}

[dir=ltr] .tcl-carousel-v2__toggle-panel-copy {
    text-align: left
}

[dir=rtl] .tcl-carousel-v2__toggle-panel-copy {
    text-align: right
}

.tcl-carousel-v2__toggle-panel-copy {
    font-weight: 400;
    font-weight: var(--tds-font-weight--book);
    padding-top: 16px;
    padding-top: var(--tds-size--2x);
    text-align: start
}

.tcl-carousel-v2__toggle-content {
    color: var(--tds-theme-foreground-high-contrast);
    height: auto;
    height: var(--tcl-carousel-v2-toggle-content-block-size);
    visibility: hidden
}

.tcl-carousel-v2__toggle-content-active {
    visibility: visible
}

.tcl-carousel-v2__slides-container {
    padding-top: 56px;
    padding-top: var(--tcl-carousel-v2-slides-container-padding-block-start)
}

.tcl-carousel-v2__slides-container--full {
    --tcl-carousel-v2-slides-border-radius: 0;
    --tcl-carousel-v2-slides-margin-inline-end: 0;
    --tcl-carousel-v2-slides-margin-inline-start: 0;
    width: 100%
}

.tcl-carousel-v2__slides {
    aspect-ratio: var(--tcl-component-aspect-ratio);
    border-radius: 4px;
    border-radius: var(--tcl-carousel-v2-slides-border-radius);
    grid-area: 1/-1;
    grid-area: var(--tcl-carousel-v2-slides-grid-area);
    overflow: hidden;
    position: relative;
    z-index: 2
}

@media (max-width:599px),
(min-width:600px) and (max-width:899px) {
    [dir=ltr] .tcl-carousel-v2:not(.tcl-carousel-v2--fullscreen) .tcl-carousel-v2__slides {
        margin-right: -24px;
        margin-right: var(--tcl-carousel-v2-slides-margin-inline-end)
    }

    [dir=rtl] .tcl-carousel-v2:not(.tcl-carousel-v2--fullscreen) .tcl-carousel-v2__slides {
        margin-left: -24px;
        margin-left: var(--tcl-carousel-v2-slides-margin-inline-end)
    }

    [dir=ltr] .tcl-carousel-v2:not(.tcl-carousel-v2--fullscreen) .tcl-carousel-v2__slides {
        margin-left: -24px;
        margin-left: var(--tcl-carousel-v2-slides-margin-inline-start)
    }

    [dir=rtl] .tcl-carousel-v2:not(.tcl-carousel-v2--fullscreen) .tcl-carousel-v2__slides {
        margin-right: -24px;
        margin-right: var(--tcl-carousel-v2-slides-margin-inline-start)
    }

    .tcl-carousel-v2:not(.tcl-carousel-v2--fullscreen) .tcl-carousel-v2__slides {
        -webkit-margin-end: -24px;
        -webkit-margin-end: var(--tcl-carousel-v2-slides-margin-inline-end);
        -webkit-margin-start: -24px;
        -webkit-margin-start: var(--tcl-carousel-v2-slides-margin-inline-start);
        aspect-ratio: var(--tcl-component-mobile-aspect-ratio);
        border-radius: 0;
        margin-inline-end: -24px;
        margin-inline-end: var(--tcl-carousel-v2-slides-margin-inline-end);
        margin-inline-start: -24px;
        margin-inline-start: var(--tcl-carousel-v2-slides-margin-inline-start);
        width: 100vw
    }
}

@supports not (aspect-ratio:1/1) {
    [dir=ltr] .tcl-carousel-v2:not(.tcl-carousel-v2--fullscreen) .tcl-carousel-v2__slides:before {
        float: left
    }

    [dir=rtl] .tcl-carousel-v2:not(.tcl-carousel-v2--fullscreen) .tcl-carousel-v2__slides:before {
        float: right
    }

    .tcl-carousel-v2:not(.tcl-carousel-v2--fullscreen) .tcl-carousel-v2__slides:before {
        content: "";
        float: inline-start;
        padding-top: var(--tcl-component-aspect-ratio-polyfill)
    }

    .tcl-carousel-v2:not(.tcl-carousel-v2--fullscreen) .tcl-carousel-v2__slides:after {
        clear: both;
        content: "";
        display: block
    }
}

@supports not (aspect-ratio:1/1) {

    @media (max-width:599px),
    (min-width:600px) and (max-width:899px) {
        .tcl-carousel-v2:not(.tcl-carousel-v2--fullscreen) .tcl-carousel-v2__slides:before {
            padding-top: var(--tcl-component-mobile-aspect-ratio-polyfill)
        }
    }
}

.tcl-carousel-v2__slide {
    height: 100%;
    overflow: hidden
}

.tcl-carousel-v2:not(.tcl-carousel-v2--fullscreen) .tcl-carousel-v2__range-path,
.tcl-carousel-v2:not(.tcl-carousel-v2--fullscreen) .tcl-image,
.tcl-carousel-v2:not(.tcl-carousel-v2--fullscreen) .tcl-video {
    height: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    -webkit-transform: translateY(-50%) scale(var(--tcl-asset-scale-by));
    transform: translateY(-50%) scale(var(--tcl-asset-scale-by))
}

.tcl-carousel-v2 .tcl-asset,
.tcl-carousel-v2 .tcl-image__picture {
    height: 100%
}

.tcl-carousel-v2 .tcl-video__replay {
    display: none
}

.tcl-carousel-v2__indicators {
    --tds-tab--border-radius: var(--tcl-border-radius--pill)
}

.tcl-carousel-v2__overbar-fluid {
    grid-template-areas: "main main main main main main main main main main main main"
}

.tcl-carousel-v2--overbar-fluid-navigation .tcl-carousel-v2__toggles {
    padding-top: 32px;
    padding-top: var(--tds-size--4x)
}

:root {
    --vh: 1vh;
    --tcl-carousel-v2-block-size: 900px
}

.tcl-carousel-v2--fullscreen {
    --tcl-carousel-v2-slides-border-radius: 0;
    --tcl-carousel-v2-slides-grid-area: 1/-1;
    --tcl-carousel-v2-toggles-padding-block-end: var(--tds-size--9x);
    --tcl-image-asset-block-size: var(--tcl-carousel-v2-block-size);
    --tcl-video-asset-block-size: var(--tcl-carousel-v2-block-size);
    height: 900px;
    height: var(--tcl-carousel-v2-block-size)
}

@media (min-width:600px) and (max-width:899px) {
    .tcl-carousel-v2--fullscreen {
        --tcl-carousel-v2-toggles-padding-block-end: var(--tds-size--7x)
    }
}

@media (max-width:599px) {
    .tcl-carousel-v2--fullscreen {
        --tcl-carousel-v2-toggles-padding-block-end: var(--tds-size--5x)
    }
}

.is-Android .tcl-carousel-v2--fullscreen,
.is-Galaxy-Tab .tcl-carousel-v2--fullscreen,
.is-Samsung .tcl-carousel-v2--fullscreen {
    --tcl-carousel-v2-section-vertical-paddings: calc(var(--tcl-component-padding-mobile-block-start) + var(--tcl-component-padding-mobile-block-end));
    --tcl-image-asset-block-size: 724px;
    --tcl-video-asset-block-size: 724px;
    height: calc(724px + var(--tcl-carousel-v2-section-vertical-paddings))
}

@media only screen and (device-width:375px) and (device-height:667px) and (orientation:portrait) and (-webkit-device-pixel-ratio:2) {
    .tcl-carousel-v2--fullscreen {
        --tcl-carousel-v2-section-vertical-paddings: calc(var(--tcl-component-padding-mobile-block-start) + var(--tcl-component-padding-mobile-block-end));
        --tcl-image-asset-block-size: 724px;
        --tcl-video-asset-block-size: 724px;
        height: calc(724px + var(--tcl-carousel-v2-section-vertical-paddings))
    }
}

@media only screen and (device-width:414px) and (device-height:736px) and (orientation:portrait) and (-webkit-device-pixel-ratio:3) {
    .tcl-carousel-v2--fullscreen {
        --tcl-carousel-v2-section-vertical-paddings: calc(var(--tcl-component-padding-mobile-block-start) + var(--tcl-component-padding-mobile-block-end));
        --tcl-image-asset-block-size: 724px;
        --tcl-video-asset-block-size: 724px;
        height: calc(724px + var(--tcl-carousel-v2-section-vertical-paddings))
    }
}

@media only screen and (device-width:375px) and (device-height:812px) and (orientation:portrait) and (-webkit-device-pixel-ratio:3) {
    .tcl-carousel-v2--fullscreen {
        --tcl-carousel-v2-section-vertical-paddings: calc(var(--tcl-component-padding-mobile-block-start) + var(--tcl-component-padding-mobile-block-end));
        --tcl-image-asset-block-size: 724px;
        --tcl-video-asset-block-size: 724px;
        height: calc(724px + var(--tcl-carousel-v2-section-vertical-paddings))
    }

    .is-Chrome-iOS .tcl-carousel-v2--fullscreen {
        --tcl-carousel-v2-section-vertical-paddings: calc(var(--tcl-component-padding-mobile-block-start) + var(--tcl-component-padding-mobile-block-end));
        --tcl-image-asset-block-size: 729px;
        --tcl-video-asset-block-size: 729px;
        height: calc(729px + var(--tcl-carousel-v2-section-vertical-paddings))
    }
}

@media only screen and (device-width:390px) and (device-height:844px) and (orientation:portrait) and (-webkit-device-pixel-ratio:3) {
    .tcl-carousel-v2--fullscreen {
        --tcl-carousel-v2-section-vertical-paddings: calc(var(--tcl-component-padding-mobile-block-start) + var(--tcl-component-padding-mobile-block-end));
        --tcl-image-asset-block-size: 724px;
        --tcl-video-asset-block-size: 724px;
        height: calc(724px + var(--tcl-carousel-v2-section-vertical-paddings))
    }

    .is-Chrome-iOS .tcl-carousel-v2--fullscreen {
        --tcl-carousel-v2-section-vertical-paddings: calc(var(--tcl-component-padding-mobile-block-start) + var(--tcl-component-padding-mobile-block-end));
        --tcl-image-asset-block-size: 729px;
        --tcl-video-asset-block-size: 729px;
        height: calc(729px + var(--tcl-carousel-v2-section-vertical-paddings))
    }
}

@media only screen and (device-width:414px) and (device-height:896px) and (orientation:portrait) and (-webkit-device-pixel-ratio:2) {
    .tcl-carousel-v2--fullscreen {
        --tcl-carousel-v2-section-vertical-paddings: calc(var(--tcl-component-padding-mobile-block-start) + var(--tcl-component-padding-mobile-block-end));
        --tcl-image-asset-block-size: 724px;
        --tcl-video-asset-block-size: 724px;
        height: calc(724px + var(--tcl-carousel-v2-section-vertical-paddings))
    }

    .is-Chrome-iOS .tcl-carousel-v2--fullscreen {
        --tcl-carousel-v2-section-vertical-paddings: calc(var(--tcl-component-padding-mobile-block-start) + var(--tcl-component-padding-mobile-block-end));
        --tcl-image-asset-block-size: 729px;
        --tcl-video-asset-block-size: 729px;
        height: calc(729px + var(--tcl-carousel-v2-section-vertical-paddings))
    }
}

@media only screen and (device-width:414px) and (device-height:896px) and (orientation:portrait) and (-webkit-device-pixel-ratio:3) {
    .tcl-carousel-v2--fullscreen {
        --tcl-carousel-v2-section-vertical-paddings: calc(var(--tcl-component-padding-mobile-block-start) + var(--tcl-component-padding-mobile-block-end));
        --tcl-image-asset-block-size: 724px;
        --tcl-video-asset-block-size: 724px;
        height: calc(724px + var(--tcl-carousel-v2-section-vertical-paddings))
    }

    .is-Chrome-iOS .tcl-carousel-v2--fullscreen {
        --tcl-carousel-v2-section-vertical-paddings: calc(var(--tcl-component-padding-mobile-block-start) + var(--tcl-component-padding-mobile-block-end));
        --tcl-image-asset-block-size: 729px;
        --tcl-video-asset-block-size: 729px;
        height: calc(729px + var(--tcl-carousel-v2-section-vertical-paddings))
    }
}

@media only screen and (device-width:428px) and (device-height:926px) and (orientation:portrait) and (-webkit-device-pixel-ratio:3) {
    .tcl-carousel-v2--fullscreen {
        --tcl-carousel-v2-section-vertical-paddings: calc(var(--tcl-component-padding-mobile-block-start) + var(--tcl-component-padding-mobile-block-end));
        --tcl-image-asset-block-size: 724px;
        --tcl-video-asset-block-size: 724px;
        height: calc(724px + var(--tcl-carousel-v2-section-vertical-paddings))
    }

    .is-Chrome-iOS .tcl-carousel-v2--fullscreen {
        --tcl-carousel-v2-section-vertical-paddings: calc(var(--tcl-component-padding-mobile-block-start) + var(--tcl-component-padding-mobile-block-end));
        --tcl-image-asset-block-size: 729px;
        --tcl-video-asset-block-size: 729px;
        height: calc(729px + var(--tcl-carousel-v2-section-vertical-paddings))
    }
}

@media only screen and (device-width:428px) and (device-height:844px) and (orientation:portrait) and (-webkit-device-pixel-ratio:3) {
    .tcl-carousel-v2--fullscreen {
        --tcl-carousel-v2-section-vertical-paddings: calc(var(--tcl-component-padding-mobile-block-start) + var(--tcl-component-padding-mobile-block-end));
        --tcl-image-asset-block-size: 664px;
        --tcl-video-asset-block-size: 664px;
        height: calc(664px + var(--tcl-carousel-v2-section-vertical-paddings))
    }
}

.is-iOS.is-iPad .tcl-carousel-v2--fullscreen {
    --tcl-carousel-v2-section-vertical-paddings: calc(var(--tcl-component-padding-tablet-block-start) + var(--tcl-component-padding-tablet-block-end));
    --tcl-image-asset-block-size: 768px;
    --tcl-video-asset-block-size: 768px;
    height: calc(768px + var(--tcl-carousel-v2-section-vertical-paddings))
}

@media only screen and (max-height:600px) and (orientation:landscape) {
    .tcl-carousel-v2--fullscreen {
        --tcl-image-asset-block-size: 140vh !important;
        --tcl-video-asset-block-size: 140vh !important;
        height: 140vh !important
    }
}

.tcl-carousel-v2__toggles.toggle-full-screen {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding-bottom: 0 !important
}

.tcl-carousel-v2__toggle-content.tcl-carousel-v2__toggles.toggle-full-screen {
    -ms-flex-item-align: end;
    align-self: flex-end;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 56px
}

.tcl-carousel-v2__slide.tds-tab-panel>.tcl-image {
    height: 100%
}

@media (min-width:1440px) {
    .tcl-carousel-v2.tcl-carousel-v2--fade-animation.tcl-carousel-v2--fullscreen.tcl-carousel-v2--dotted-navigation.tcl-component-padding.tcl-component-fullscreen {
        height: 900px
    }
}

@media (min-width:1920px) {
    .tcl-carousel-v2.tcl-carousel-v2--fade-animation.tcl-carousel-v2--fullscreen.tcl-carousel-v2--dotted-navigation.tcl-component-padding.tcl-component-fullscreen {
        height: 1080px
    }
}

@media (min-width:2560px) {
    .tcl-carousel-v2.tcl-carousel-v2--fade-animation.tcl-carousel-v2--fullscreen.tcl-carousel-v2--dotted-navigation.tcl-component-padding.tcl-component-fullscreen {
        height: 1440px
    }
}

@media (min-width:3440px) {
    .tcl-carousel-v2.tcl-carousel-v2--fade-animation.tcl-carousel-v2--fullscreen.tcl-carousel-v2--dotted-navigation.tcl-component-padding.tcl-component-fullscreen {
        height: 1920px
    }
}

.tcl-carousel-v2--range {
    --tcl-carousel-v2-toggle-panel-heading-flex-grow: 1
}

[dir=ltr] .tcl-carousel-v2__range-path {
    left: 0
}

[dir=rtl] .tcl-carousel-v2__range-path {
    right: 0
}

.tcl-carousel-v2__range-path {
    inset-inline-start: 0;
    top: 0;
    width: 100%
}

.tcl-carousel-v2--range path {
    stroke-width: 4
}

[dir=ltr] .tcl-carousel-v2__toggle-panel-figure {
    text-align: left
}

[dir=rtl] .tcl-carousel-v2__toggle-panel-figure {
    text-align: right
}

.tcl-carousel-v2__toggle-panel-figure {
    text-align: start
}

[dir=ltr] .tcl-carousel-v2__toggle-specs {
    text-align: left
}

[dir=rtl] .tcl-carousel-v2__toggle-specs {
    text-align: right
}

.tcl-carousel-v2__toggle-specs {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    align-items: flex-end;
    display: grid;
    flex-grow: 1;
    gap: 48px;
    gap: var(--tds-size--6x);
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
    grid-auto-flow: column;
    padding-top: 8px;
    padding-top: var(--tds-size--1x);
    text-align: start;
    width: 100%
}

@media (max-width:599px) {
    .tcl-carousel-v2__toggle-specs {
        gap: 16px;
        gap: var(--tds-size--2x);
        grid-auto-flow: row;
        grid-auto-rows: -webkit-max-content;
        grid-auto-rows: max-content
    }
}

.tcl-carousel-v2__toggle-spec-item {
    padding: 0 !important
}

.tcl-carousel-v2__toggle-spec-item-subcopy {
    padding: 0
}

[dir=ltr] .tcl-carousel-v2--slide-animation .tcl-carousel-v2__slide {
    right: -24px;
    right: calc(var(--tds-size--3x)*-1)
}

[dir=ltr] .tcl-carousel-v2--slide-animation .tcl-carousel-v2__slide,
[dir=rtl] .tcl-carousel-v2--slide-animation .tcl-carousel-v2__slide {
    left: -24px;
    left: calc(var(--tds-size--3x)*-1)
}

[dir=rtl] .tcl-carousel-v2--slide-animation .tcl-carousel-v2__slide {
    right: -24px;
    right: calc(var(--tds-size--3x)*-1)
}

.tcl-carousel-v2--slide-animation .tcl-carousel-v2__slide {
    display: block;
    inset-inline-end: -24px;
    inset-inline-end: calc(var(--tds-size--3x)*-1);
    inset-inline-start: -24px;
    inset-inline-start: calc(var(--tds-size--3x)*-1);
    opacity: 0;
    position: absolute;
    -webkit-transform: translateX(-24px);
    transform: translateX(-24px);
    -webkit-transition: opacity 0s ease .5s, -webkit-transform .5s cubic-bezier(.5, 0, 0, .75);
    transition: opacity 0s ease .5s, -webkit-transform .5s cubic-bezier(.5, 0, 0, .75);
    transition: opacity 0s ease .5s, transform .5s cubic-bezier(.5, 0, 0, .75);
    transition: opacity 0s ease .5s, transform .5s cubic-bezier(.5, 0, 0, .75), -webkit-transform .5s cubic-bezier(.5, 0, 0, .75);
    visibility: visible;
    width: calc(100% + 48px);
    width: calc(100% + var(--tds-size--6x));
    z-index: 0
}

.tcl-carousel-v2--slide-animation .tcl-carousel-v2__slide.tds-tab-panel--active {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity .5s ease 0s, -webkit-transform .5s cubic-bezier(.5, 0, 0, .75);
    transition: opacity .5s ease 0s, -webkit-transform .5s cubic-bezier(.5, 0, 0, .75);
    transition: opacity .5s ease 0s, transform .5s cubic-bezier(.5, 0, 0, .75);
    transition: opacity .5s ease 0s, transform .5s cubic-bezier(.5, 0, 0, .75), -webkit-transform .5s cubic-bezier(.5, 0, 0, .75);
    z-index: 5
}

.tcl-carousel-v2--slide-animation .tcl-carousel-v2__slide.tds-tab-panel--active~.tcl-carousel-v2__slide {
    -webkit-transform: translateX(24px);
    transform: translateX(24px)
}

:root {
    --tcl-carousel-v2-slides-grid-area: 1/-1
}

.tcl-carousel-v2--fade-animation .tcl-carousel-v2__slide {
    bottom: 0;
    display: block;
    inset-block: 0;
    inset-inline: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: opacity 1.5s;
    transition: opacity 1.5s;
    visibility: visible
}

.tcl-carousel-v2--fade-animation .tds-tab-panel--active {
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    z-index: 3
}

.tcl-carousel-v2--fade-animation .tcl-carousel-v2__slide.tds-tab-panel--active {
    opacity: 1
}

:root {
    --tcl-badge-speedometer-fractional-as-percent: 0%;
    --tcl-badge-speedometer-integral-as-percent: 0%
}

.tcl-badge-speedometer {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

[dir=ltr] .tcl-badge-speedometer__dial {
    margin-right: 4px
}

[dir=rtl] .tcl-badge-speedometer__dial {
    margin-left: 4px
}

.tcl-badge-speedometer__dial {
    -webkit-margin-end: 4px;
    height: 20px;
    margin-inline-end: 4px;
    position: relative;
    width: 40px;
    width: var(--tds-size--5x)
}

@media (max-width:599px) {
    [dir=ltr] .tcl-badge-speedometer__dial {
        margin-right: 2px
    }

    [dir=rtl] .tcl-badge-speedometer__dial {
        margin-left: 2px
    }

    .tcl-badge-speedometer__dial {
        -webkit-margin-end: 2px;
        height: 16px;
        margin-inline-end: 2px;
        position: relative;
        width: 32px
    }
}

[dir=ltr] .tcl-badge-speedometer__inner-circle-wrapper {
    left: 5px
}

[dir=rtl] .tcl-badge-speedometer__inner-circle-wrapper {
    right: 5px
}

.tcl-badge-speedometer__inner-circle-wrapper {
    bottom: 0;
    height: 15px;
    inset-inline-start: 5px;
    overflow: hidden;
    position: absolute;
    width: 30px
}

@media (max-width:599px) {
    [dir=ltr] .tcl-badge-speedometer__inner-circle-wrapper {
        left: 4px
    }

    [dir=rtl] .tcl-badge-speedometer__inner-circle-wrapper {
        right: 4px
    }

    .tcl-badge-speedometer__inner-circle-wrapper {
        height: 14px;
        inset-inline-start: 4px;
        width: 24px
    }
}

.tcl-badge-speedometer__inner-circle {
    opacity: .2
}

[dir=ltr] .tcl-badge-speedometer__needle {
    left: calc(50% - 2px)
}

[dir=rtl] .tcl-badge-speedometer__needle {
    right: calc(50% - 2px)
}

.tcl-badge-speedometer__needle {
    bottom: 0;
    inset-inline-start: calc(50% - 2px);
    position: absolute;
    width: 4px;
    width: var(--tds-size--half);
    z-index: 2
}

@media (max-width:599px) {
    .tcl-badge-speedometer__needle {
        width: 3px
    }
}

body.animate-onscroll .tcl-animate--to-reveal .tcl-badge-speedometer__needle {
    -webkit-transform: translateZ(0) rotate(-90deg);
    transform: translateZ(0) rotate(-90deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transition: -webkit-transform 1.733s cubic-bezier(.77, 0, .175, 1) .2s;
    transition: -webkit-transform 1.733s cubic-bezier(.77, 0, .175, 1) .2s;
    transition: transform 1.733s cubic-bezier(.77, 0, .175, 1) .2s;
    transition: transform 1.733s cubic-bezier(.77, 0, .175, 1) .2s, -webkit-transform 1.733s cubic-bezier(.77, 0, .175, 1) .2s
}

body.animate-onscroll .tcl-animate--revealed .tcl-badge-speedometer__needle {
    -webkit-transform: translateZ(0) rotate(90deg);
    transform: translateZ(0) rotate(90deg)
}

body.animate-onscroll .tcl-animate--to-reveal .tcl-badge-speedometer__inner-circle {
    -webkit-transform: translateZ(0) rotate(-180deg);
    transform: translateZ(0) rotate(-180deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transition: -webkit-transform 1.733s cubic-bezier(.77, 0, .175, 1);
    transition: -webkit-transform 1.733s cubic-bezier(.77, 0, .175, 1);
    transition: transform 1.733s cubic-bezier(.77, 0, .175, 1);
    transition: transform 1.733s cubic-bezier(.77, 0, .175, 1), -webkit-transform 1.733s cubic-bezier(.77, 0, .175, 1);
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

body.animate-onscroll .tcl-animate--revealed .tcl-badge-speedometer__inner-circle {
    -webkit-transform: translateZ(0) rotate(0);
    transform: translateZ(0) rotate(0)
}

.tcl-badge-speedometer__fractional,
.tcl-badge-speedometer__integral {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    height: 28px;
    overflow-y: hidden
}

@media (max-width:599px) {

    .tcl-badge-speedometer__fractional,
    .tcl-badge-speedometer__integral {
        height: 20px
    }
}

body.animate-onscroll .tcl-animate--to-reveal .tcl-badge-speedometer__number-fractional,
body.animate-onscroll .tcl-animate--to-reveal .tcl-badge-speedometer__number-integral {
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    -webkit-transition: -webkit-transform 1.733s cubic-bezier(1, 0, 0, 1) .2s;
    transition: -webkit-transform 1.733s cubic-bezier(1, 0, 0, 1) .2s;
    transition: transform 1.733s cubic-bezier(1, 0, 0, 1) .2s;
    transition: transform 1.733s cubic-bezier(1, 0, 0, 1) .2s, -webkit-transform 1.733s cubic-bezier(1, 0, 0, 1) .2s
}

body.animate-onscroll .tcl-animate--revealed .tcl-badge-speedometer__number-integral {
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    -webkit-transform: translateY(var(--tcl-badge-speedometer-integral-as-percent)) translateZ(0);
    transform: translateY(var(--tcl-badge-speedometer-integral-as-percent)) translateZ(0)
}

body.animate-onscroll .tcl-animate--revealed .tcl-badge-speedometer__number-fractional {
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    -webkit-transform: translateY(var(--tcl-badge-speedometer-fractional-as-percent)) translateZ(0);
    transform: translateY(var(--tcl-badge-speedometer-fractional-as-percent)) translateZ(0)
}

.tcl-badge-speedometer__digits {
    direction: ltr
}

[dir=rtl] .tcl-badge-speedometer__digits .tcl-badge__secondary-copy {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    direction: rtl;
    order: -1
}

:root {
    --tcl-badge-align: center;
    --tcl-badge-icon-margin: 0 auto;
    --tcl-badge-icon-padding: 0;
    --tcl-badge-inline-size: calc(var(--tds-size--1x)*20);
    --tcl-badge-icon-inline-size: calc(var(--tds-size--3x) + var(--tds-size--half));
    --tcl-badge-transition-delay: 0.15s
}

@media (max-width:599px) {
    :root {
        --tcl-badge-inline-size: 105px;
        --tcl-badge-icon-inline-size: 24px
    }

    .tcl-badge__icon-with-text .tcl-badge__icon {
        --tcl-badge-icon-inline-size: 28px
    }
}

.tcl-badge {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-align: var(--tcl-badge-align);
    -ms-flex-align: var(--tcl-badge-align);
    -webkit-box-orient: vertical;
    align-items: center;
    align-items: var(--tcl-badge-align);
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    max-width: 160px;
    max-width: var(--tcl-badge-inline-size);
    text-align: center;
    text-align: var(--tcl-badge-align)
}

.tcl-badge,
.tcl-badge__primary-copy {
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tcl-badge__primary-copy {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-pack: var(--tcl-badge-align);
    -ms-flex-pack: var(--tcl-badge-align);
    align-items: baseline;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    justify-content: center;
    justify-content: var(--tcl-badge-align);
    line-height: 1.07em;
    min-height: 28px;
    min-height: calc(var(--tds-size--3x) + var(--tds-size--half));
    padding: 0
}

.tcl-badge__primary-copy,
.tcl-badge__primary-copy * {
    color: var(--tds-color--secondary-highlight)
}

@media (max-width:599px) {
    .tcl-badge__primary-copy {
        font-size: 20px;
        font-size: var(--tds-font-size--50, 20px);
        min-height: 24px;
        min-height: var(--tds-size--3x)
    }

    .tcl-badge__primary-copy,
    .tcl-badge__primary-copy * {
        color: var(--tds-theme-foreground-high-contrast)
    }

    .tcl-badge__primary-copy--five-star {
        font-size: 14px;
        font-size: var(--tds-font-size--30, 14px)
    }
}

[dir=ltr] .tcl-badge__secondary-copy {
    padding-left: 4px;
    padding-left: var(--tds-size--half)
}

[dir=rtl] .tcl-badge__secondary-copy {
    padding-right: 4px;
    padding-right: var(--tds-size--half)
}

.tcl-badge__secondary-copy {
    -webkit-padding-start: 4px;
    -webkit-padding-start: var(--tds-size--half);
    color: var(--tds-color--secondary-highlight);
    line-height: 1em;
    padding-bottom: 0;
    padding-top: 0;
    padding-inline-start: 4px;
    padding-inline-start: var(--tds-size--half)
}

[dir=ltr] .tcl-badge__secondary-copy-as-prefix {
    padding-right: 4px;
    padding-right: var(--tds-size--half)
}

[dir=rtl] .tcl-badge__secondary-copy-as-prefix {
    padding-left: 4px;
    padding-left: var(--tds-size--half)
}

[dir=ltr] .tcl-badge__secondary-copy-as-prefix {
    padding-left: 0
}

[dir=rtl] .tcl-badge__secondary-copy-as-prefix {
    padding-right: 0
}

.tcl-badge__secondary-copy-as-prefix {
    -webkit-padding-end: 4px;
    -webkit-padding-end: var(--tds-size--half);
    -webkit-padding-start: 0;
    padding-inline-end: 4px;
    padding-inline-end: var(--tds-size--half);
    padding-inline-start: 0
}

@media (max-width:599px) {
    [dir=ltr] .tcl-badge__secondary-copy {
        padding-left: 2px
    }

    [dir=rtl] .tcl-badge__secondary-copy {
        padding-right: 2px
    }

    .tcl-badge__secondary-copy {
        -webkit-padding-start: 2px;
        color: var(--tds-theme-foreground-high-contrast);
        padding-inline-start: 2px
    }

    [dir=ltr] .tcl-badge__secondary-copy-as-prefix {
        padding-right: 2px
    }

    [dir=rtl] .tcl-badge__secondary-copy-as-prefix {
        padding-left: 2px
    }

    [dir=ltr] .tcl-badge__secondary-copy-as-prefix {
        padding-left: 0
    }

    [dir=rtl] .tcl-badge__secondary-copy-as-prefix {
        padding-right: 0
    }

    .tcl-badge__secondary-copy-as-prefix {
        -webkit-padding-end: 2px;
        -webkit-padding-start: 0;
        padding-inline-end: 2px;
        padding-inline-start: 0
    }
}

.tcl-badge__tertiary-copy {
    color: var(--tds-color--secondary-highlight);
    font-family: Gotham SSm, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-family: var(--tds-font-family--combined, --tds-base-font_family, system);
    padding-bottom: 0;
    padding-top: 8px !important;
    padding-top: var(--tds-size--1x) !important
}

@media (max-width:599px) {
    .tcl-badge__tertiary-copy {
        color: var(--tds-theme-foreground-low-contrast);
        font-size: 10px;
        font-size: var(--tds-font-size--10, 10px);
        padding-top: 5px !important
    }

    .tds-colorscheme--dark .tcl-badge__tertiary-copy {
        color: var(--tds-theme-foreground-high-contrast)
    }
}

.tcl-badge__icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-align: var(--tcl-badge-align);
    -ms-flex-align: var(--tcl-badge-align);
    align-items: center;
    align-items: var(--tcl-badge-align);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    margin: var(--tcl-badge-icon-margin);
    padding: 0;
    padding: var(--tcl-badge-icon-padding);
    width: 28px;
    width: var(--tcl-badge-icon-inline-size)
}

.tcl-badge__icon,
.tcl-badge__icon svg {
    height: 28px;
    height: calc(var(--tds-size--3x) + var(--tds-size--half))
}

@media (max-width:599px) {

    .tcl-badge__icon,
    .tcl-badge__icon svg {
        height: 24px;
        height: var(--tds-size--3x)
    }

    .tcl-badge__icon svg {
        margin-top: -8px;
        margin-top: calc(var(--tds-size--1x)*-1)
    }
}

[dir=ltr] .tcl-badge__caption {
    text-align: left
}

[dir=rtl] .tcl-badge__caption {
    text-align: right
}

.tcl-badge__caption {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    text-align: start
}

.tcl-badge__caption,
.tcl-badge__caption-icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tcl-badge__caption-icon {
    -webkit-box-align: var(--tcl-badge-align);
    -ms-flex-align: var(--tcl-badge-align);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-pack: var(--tcl-badge-align);
    -ms-flex-pack: var(--tcl-badge-align);
    align-items: var(--tcl-badge-align);
    justify-content: center;
    justify-content: var(--tcl-badge-align);
    padding-bottom: 4px;
    padding-bottom: var(--tds-size--half);
    width: auto
}

@media (max-width:599px) {
    .tcl-badge__caption-icon {
        height: 24px;
        height: var(--tds-size--3x);
        margin: 0;
        width: 100%
    }
}

.tcl-badge__caption-icon svg {
    height: 42px;
    width: auto
}

@media (max-width:599px) {
    .tcl-badge__caption-icon svg {
        height: 24px;
        height: var(--tds-size--3x)
    }
}

[dir=ltr] .tcl-badge__caption-text {
    padding-left: 4px;
    padding-left: var(--tds-size--half)
}

[dir=rtl] .tcl-badge__caption-text {
    padding-right: 4px;
    padding-right: var(--tds-size--half)
}

.tcl-badge__caption-text {
    -webkit-padding-start: 4px;
    -webkit-padding-start: var(--tds-size--half);
    padding-top: 0;
    padding-inline-start: 4px;
    padding-inline-start: var(--tds-size--half)
}

@media (max-width:599px) {
    [dir=ltr] .tcl-badge__caption-text {
        padding-left: 0
    }

    [dir=rtl] .tcl-badge__caption-text {
        padding-right: 0
    }

    .tcl-badge__caption-text {
        -webkit-padding-start: 0;
        padding-inline-start: 0
    }
}

.tcl-badge__icon-with-text,
.tcl-badge__text-with-icon {
    --tcl-badge-icon-margin: 0;
    --tcl-badge-icon-padding: 0 var(--tds-size--half) 0 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-pack: var(--tcl-badge-align);
    -ms-flex-pack: var(--tcl-badge-align);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    justify-content: center;
    justify-content: var(--tcl-badge-align)
}

.tcl-badge__text-with-icon {
    --tcl-badge-icon-padding: 0 0 0 var(--tds-size--half)
}

@media (min-width:600px) {
    body.animate-onscroll .tcl-badge.tcl-animate {
        opacity: 0;
        -webkit-transform: translateY(40px) translateZ(0);
        transform: translateY(40px) translateZ(0);
        -webkit-transform: translateY(var(--tds-size--5x)) translateZ(0);
        transform: translateY(var(--tds-size--5x)) translateZ(0);
        -webkit-transition: all .5s cubic-bezier(.455, .03, .515, .955) .15s;
        transition: all .5s cubic-bezier(.455, .03, .515, .955) .15s;
        -webkit-transition: all .5s cubic-bezier(.455, .03, .515, .955) var(--tcl-badge-transition-delay);
        transition: all .5s cubic-bezier(.455, .03, .515, .955) var(--tcl-badge-transition-delay)
    }

    body.animate-onscroll .tcl-badge.tcl-animate--revealed {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

:root {
    --tcl-badges-gallery-block-size: 100%;
    --tcl-badges-gallery-max-block-size: 100%
}

.tcl-badges {
    grid-gap: 24px;
    grid-gap: var(--tds-size--3x);
    display: grid;
    justify-items: center
}

@media (min-width:600px) and (max-width:899px) {
    [dir=ltr] .tcl-badges {
        padding-right: 24px;
        padding-right: var(--tds-size--3x)
    }

    [dir=ltr] .tcl-badges,
    [dir=rtl] .tcl-badges {
        padding-left: 24px;
        padding-left: var(--tds-size--3x)
    }

    [dir=rtl] .tcl-badges {
        padding-right: 24px;
        padding-right: var(--tds-size--3x)
    }

    .tcl-badges {
        -webkit-padding-end: 24px;
        -webkit-padding-end: var(--tds-size--3x);
        -webkit-padding-start: 24px;
        -webkit-padding-start: var(--tds-size--3x);
        padding-inline-end: 24px;
        padding-inline-end: var(--tds-size--3x);
        padding-inline-start: 24px;
        padding-inline-start: var(--tds-size--3x)
    }
}

.tcl-badges--gallery {
    --tcl-badge-icon-inline-size: auto
}

@media (max-width:899px) {

    .tcl-badge__caption-text--desktop,
    .tcl-badge__tertiary-copy--desktop {
        display: none !important
    }
}

@media (min-width:900px) {
    .tcl-badges--gallery {
        --tcl-badge-inline-size: 272px
    }

    .tcl-badge__caption-text--mobile,
    .tcl-badge__tertiary-copy--mobile {
        display: none !important
    }
}

.tcl-badges--three-badges,
.tcl-badges--three-badges-with-button:not(.tcl-badges--three-badges-with-buttons) {
    grid-template-columns: var(--tcl-badge-inline-size) var(--tcl-badge-inline-size) var(--tcl-badge-inline-size)
}

.tcl-badges--four-badges-with-buttons .tcl-button-group,
.tcl-badges--three-badges-with-buttons .tcl-button-group {
    --tcl-button-min-inline-size: 235px
}

.tcl-badges--four-badges,
.tcl-badges--four-badges-with-button {
    grid-template-columns: var(--tcl-badge-inline-size) var(--tcl-badge-inline-size) var(--tcl-badge-inline-size) var(--tcl-badge-inline-size)
}

@media (min-width:900px) {
    .tcl-badges:not(.tcl-badges--three-badges-with-buttons) .tcl-badges__button {
        --tcl-button-margin-inline-start: var(--tds-size--1x)
    }

    .tcl-badges.tcl-badges--four-badges-with-buttons .tcl-badges__button {
        --tcl-button-margin-inline-start: calc(var(--tcl-badge-inline-size)/2 + var(--tds-size--1x))
    }

    .tcl-badges.tcl-badges--four-badges-with-button:not(.tcl-badges--four-badges-with-buttons) .tcl-badges__button {
        --tcl-button-margin-inline-start: var(--tds-size--1x)
    }
}

@media (max-width:599px),
(min-width:600px) and (max-width:899px) {
    .tcl-badges {
        grid-gap: 24px 6px;
        grid-gap: var(--tds-size--3x) 6px
    }

    .tcl-badges--four-badges,
    .tcl-badges--four-badges-with-button,
    .tcl-badges--three-badges,
    .tcl-badges--three-badges-with-button {
        grid-template-columns: var(--tcl-badge-inline-size) var(--tcl-badge-inline-size) var(--tcl-badge-inline-size)
    }

    .tcl-badges--four-badges-with-button .tcl-badges__button,
    .tcl-badges--three-badges-with-button .tcl-badges__button {
        grid-column: 1/4;
        grid-row: 2/3
    }

    .tcl-badges--four-badges .tcl-badge:nth-of-type(4),
    .tcl-badges--four-badges-with-button .tcl-badge:nth-of-type(4) {
        display: none
    }

    .tcl-badges .tcl-badges__button {
        --tcl-button-min-inline-size: 100%
    }
}

@media (max-width:375px) {
    [dir=ltr] .tcl-badges {
        padding-right: 24px;
        padding-right: var(--tds-size--3x)
    }

    [dir=ltr] .tcl-badges,
    [dir=rtl] .tcl-badges {
        padding-left: 24px;
        padding-left: var(--tds-size--3x)
    }

    [dir=rtl] .tcl-badges {
        padding-right: 24px;
        padding-right: var(--tds-size--3x)
    }

    .tcl-badges {
        --tcl-badge-inline-size: 1fr;
        -webkit-padding-end: 24px;
        -webkit-padding-end: var(--tds-size--3x);
        -webkit-padding-start: 24px;
        -webkit-padding-start: var(--tds-size--3x);
        padding-inline-end: 24px;
        padding-inline-end: var(--tds-size--3x);
        padding-inline-start: 24px;
        padding-inline-start: var(--tds-size--3x);
        width: 100%
    }

    .tcl-badge {
        max-width: none
    }
}

@media (min-width:900px) {

    .tcl-badges--gallery-end,
    .tcl-badges--gallery-start {
        --tcl-badge-icon-margin: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-pack: distribute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        height: 100%;
        height: var(--tcl-badges-gallery-block-size);
        justify-content: space-around;
        max-height: 100%;
        max-height: var(--tcl-badges-gallery-max-block-size)
    }

    .tcl-badges--gallery-end {
        --tcl-badge-align: end;
        justify-items: flex-end
    }

    .tcl-badges--gallery-start {
        --tcl-badge-align: start;
        justify-items: flex-start
    }

    .tcl-badges--gallery-end.tcl-badges--four-badges,
    .tcl-badges--gallery-end.tcl-badges--three-badges,
    .tcl-badges--gallery-start.tcl-badges--four-badges,
    .tcl-badges--gallery-start.tcl-badges--three-badges {
        grid-template-columns: none
    }

    .tcl-badges--gallery-end.tcl-badges--three-badges,
    .tcl-badges--gallery-start.tcl-badges--three-badges {
        grid-template-rows: repeat(3, 1fr)
    }

    .tcl-badges--gallery-end.tcl-badges--four-badges,
    .tcl-badges--gallery-start.tcl-badges--four-badges {
        grid-template-rows: repeat(4, 1fr)
    }
}

.tcl-badges__button {
    width: 100%
}

@media (min-width:600px) {
    body.animate-onscroll .tcl-badges__button.tcl-animate {
        opacity: 0;
        -webkit-transform: translateY(40px) translateZ(0);
        transform: translateY(40px) translateZ(0);
        -webkit-transform: translateY(var(--tds-size--5x)) translateZ(0);
        transform: translateY(var(--tds-size--5x)) translateZ(0);
        -webkit-transition: all .5s cubic-bezier(.455, .03, .515, .955) var(--tcl-badge-transition-delay);
        transition: all .5s cubic-bezier(.455, .03, .515, .955) var(--tcl-badge-transition-delay)
    }

    body.animate-onscroll .tcl-badges__button.tcl-animate--revealed {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.tcl-badges.tcl-badges--three-badges-with-buttons {
    grid-gap: 24px 6px;
    grid-gap: var(--tds-size--3x) 6px
}

.tcl-badges--three-badges-with-buttons {
    grid-template-columns: var(--tcl-badge-inline-size) var(--tcl-badge-inline-size) var(--tcl-badge-inline-size)
}

@media (min-width:900px) {
    .tcl-badges--four-badges-with-buttons {
        grid-template-columns: var(--tcl-badge-inline-size) var(--tcl-badge-inline-size) var(--tcl-badge-inline-size) var(--tcl-badge-inline-size)
    }

    .tcl-badges--four-badges-with-button:not(.tcl-badges--four-badges-with-buttons) {
        grid-template-columns: var(--tcl-badge-inline-size) var(--tcl-badge-inline-size) var(--tcl-badge-inline-size) var(--tcl-badge-inline-size) 212px
    }

    .tcl-badges--three-badges-with-button:not(.tcl-badges--three-badges-with-buttons) {
        grid-template-columns: var(--tcl-badge-inline-size) var(--tcl-badge-inline-size) var(--tcl-badge-inline-size) 212px
    }
}

.tcl-badges--four-badges-with-buttons .tcl-badges__button,
.tcl-badges--three-badges-with-buttons .tcl-badges__button {
    grid-column: 1/4;
    grid-row: 2/3
}

.tcl-badges--three-badges-with-buttons.tcl-badges--four-badges .tcl-badge:nth-of-type(4),
.tcl-badges--three-badges-with-buttons.tcl-badges--four-badges-with-button .tcl-badge:nth-of-type(4) {
    display: none
}

.tcl-badges.tcl-badges--three-badges-with-buttons .tcl-badges__button {
    --tcl-button-min-inline-size: 100%
}

@media (min-width:600px) {

    .tcl-badges.tcl-badges--four-badges-with-buttons,
    .tcl-badges.tcl-badges--three-badges-with-buttons {
        padding-inline: 24px;
        padding-inline: var(--tds-size--3x);
        padding-left: 24px;
        padding-left: var(--tds-size--3x);
        padding-right: 24px;
        padding-right: var(--tds-size--3x)
    }
}

@media (min-width:900px) {
    .tcl-badges--four-badges-with-buttons .tcl-button-group {
        --tcl-button-min-inline-size: 256px
    }
}

@media (min-width:600px) and (max-width:899px) {
    .tcl-badges:not(.tcl-badges--three-badges-with-buttons):not(.tcl-badges--four-badges-with-buttons) .tcl-badges__button {
        max-width: 328px
    }
}

@media (max-width:839px) and (orientation:landscape) {
    .tcl-badges .tcl-badges__button .tds-btn {
        min-width: none
    }

    .tcl-hero__content-end .tcl-badges .tcl-badges__button .tds-btn {
        min-width: var(--tcl-button-min-inline-size)
    }
}

@media (max-width:599px) {

    [dir=ltr] .tcl-hero .tcl-badges--four-badges-with-buttons .tcl-button-group,
    [dir=ltr] .tcl-hero .tcl-badges--three-badges-with-buttons .tcl-button-group,
    [dir=rtl] .tcl-hero .tcl-badges--four-badges-with-buttons .tcl-button-group,
    [dir=rtl] .tcl-hero .tcl-badges--three-badges-with-buttons .tcl-button-group {
        padding-inline: 0;
        padding-left: 0;
        padding-right: 0
    }
}

.tcl-hero__content-end:has(.tcl-badges--three-badges-with-buttons):has(.tcl-badges--four-badges-with-buttons) {
    padding-bottom: 5vh
}

@media (max-width:599px) and (orientation:portrait),
(max-width:859px) and (orientation:landscape) {

    .tcl-hero__content-end:has(.tcl-badges--four-badges-with-buttons),
    .tcl-hero__content-end:has(.tcl-badges--three-badges-with-buttons) {
        padding-bottom: 8px;
        padding-bottom: var(--tds-size--1x)
    }
}

:root {
    --tcl-hero-block-size: 100vh;
    --tcl-hero-inline-size: 100%;
    --vh: 1vh
}

.tcl-hero {
    --tcl-image-asset-block-size: var(--tcl-hero-block-size);
    --tcl-video-asset-block-size: var(--tcl-hero-block-size);
    height: 100vh;
    height: var(--tcl-hero-block-size);
    width: 100%;
    width: var(--tcl-hero-inline-size)
}

.is-Android .tcl-hero,
.is-Galaxy-Tab .tcl-hero,
.is-Samsung .tcl-hero {
    --tcl-image-asset-block-size: calc(var(--vh, 1vh)*100);
    --tcl-video-asset-block-size: calc(var(--vh, 1vh)*100);
    height: -webkit-fill-available;
    height: -moz-available;
    height: stretch
}

@media only screen and (device-width:375px) and (device-height:667px) and (orientation:portrait) and (-webkit-device-pixel-ratio:2) {
    .tcl-hero {
        --tcl-image-asset-block-size: 660px;
        --tcl-video-asset-block-size: 660px;
        height: 660px
    }
}

@media only screen and (device-width:414px) and (device-height:736px) and (orientation:portrait) and (-webkit-device-pixel-ratio:3) {
    .tcl-hero {
        --tcl-image-asset-block-size: 622px;
        --tcl-video-asset-block-size: 622px;
        height: 622px
    }
}

@media only screen and (device-width:375px) and (device-height:812px) and (orientation:portrait) and (-webkit-device-pixel-ratio:3) {
    .tcl-hero {
        --tcl-image-asset-block-size: 635px;
        --tcl-video-asset-block-size: 635px;
        height: 635px
    }

    .is-Chrome-iOS .tcl-hero {
        --tcl-image-asset-block-size: 640px;
        --tcl-video-asset-block-size: 640px;
        height: 640px
    }
}

@media only screen and (device-width:390px) and (device-height:844px) and (orientation:portrait) and (-webkit-device-pixel-ratio:3) {
    .tcl-hero {
        --tcl-image-asset-block-size: 664px;
        --tcl-video-asset-block-size: 664px;
        height: 664px
    }

    .is-Chrome-iOS .tcl-hero {
        --tcl-image-asset-block-size: 669px;
        --tcl-video-asset-block-size: 669px;
        height: 669px
    }
}

@media only screen and (device-width:414px) and (device-height:896px) and (orientation:portrait) and (-webkit-device-pixel-ratio:2) {
    .tcl-hero {
        --tcl-image-asset-block-size: 719px;
        --tcl-video-asset-block-size: 719px;
        height: 719px
    }

    .is-Chrome-iOS .tcl-hero {
        --tcl-image-asset-block-size: 724px;
        --tcl-video-asset-block-size: 724px;
        height: 724px
    }
}

@media only screen and (device-width:414px) and (device-height:896px) and (orientation:portrait) and (-webkit-device-pixel-ratio:3) {
    .tcl-hero {
        --tcl-image-asset-block-size: 719px;
        --tcl-video-asset-block-size: 719px;
        height: 719px
    }

    .is-Chrome-iOS .tcl-hero {
        --tcl-image-asset-block-size: 724px;
        --tcl-video-asset-block-size: 724px;
        height: 724px
    }
}

@media only screen and (device-width:428px) and (device-height:926px) and (orientation:portrait) and (-webkit-device-pixel-ratio:3) {
    .tcl-hero {
        --tcl-image-asset-block-size: 746px;
        --tcl-video-asset-block-size: 746px;
        height: 746px
    }

    .is-Chrome-iOS .tcl-hero {
        --tcl-image-asset-block-size: 751px;
        --tcl-video-asset-block-size: 751px;
        height: 751px
    }
}

@media only screen and (device-width:428px) and (device-height:844px) and (orientation:portrait) and (-webkit-device-pixel-ratio:3) {
    .tcl-hero {
        --tcl-image-asset-block-size: 664px;
        --tcl-video-asset-block-size: 664px;
        height: 664px
    }
}

@media only screen and (device-width:393px) and (device-height:852px) and (orientation:portrait) and (-webkit-device-pixel-ratio:3) {
    .tcl-hero {
        --tcl-image-asset-block-size: 672px;
        --tcl-video-asset-block-size: 672px;
        height: 672px
    }

    .is-Chrome-iOS .tcl-hero {
        --tcl-image-asset-block-size: 677px;
        --tcl-video-asset-block-size: 677px;
        height: 677px
    }
}

@media only screen and (device-width:430px) and (device-height:932px) and (orientation:portrait) and (-webkit-device-pixel-ratio:3) {
    .tcl-hero {
        --tcl-image-asset-block-size: 752px;
        --tcl-video-asset-block-size: 752px;
        height: 752px
    }

    .is-Chrome-iOS .tcl-hero {
        --tcl-image-asset-block-size: 757px;
        --tcl-video-asset-block-size: 757px;
        height: 757px
    }
}

.is-iPad .tcl-hero {
    --tcl-image-asset-block-size: calc(var(--vh, 1vh)*100);
    --tcl-video-asset-block-size: calc(var(--vh, 1vh)*100);
    height: 100vh;
    height: calc(var(--vh, 1vh)*100)
}

.is-iOS.is-iPad .tcl-showcase {
    --tcl-showcase-scroll-block-size: auto
}

@media only screen and (max-height:600px) and (orientation:landscape) {
    .tcl-hero {
        --tcl-image-asset-block-size: auto !important;
        --tcl-video-asset-block-size: auto !important;
        height: auto !important
    }
}

.tcl-hero {
    display: grid;
    z-index: 1
}

@media (max-width:599px) {
    [dir=ltr] .tcl-hero .tcl-button-group {
        padding-right: 24px;
        padding-right: var(--tds-size--3x)
    }

    [dir=ltr] .tcl-hero .tcl-button-group,
    [dir=rtl] .tcl-hero .tcl-button-group {
        padding-left: 24px;
        padding-left: var(--tds-size--3x)
    }

    [dir=rtl] .tcl-hero .tcl-button-group {
        padding-right: 24px;
        padding-right: var(--tds-size--3x)
    }

    .tcl-hero .tcl-button-group {
        -webkit-padding-end: 24px;
        -webkit-padding-end: var(--tds-size--3x);
        -webkit-padding-start: 24px;
        -webkit-padding-start: var(--tds-size--3x);
        padding-inline-end: 24px;
        padding-inline-end: var(--tds-size--3x);
        padding-inline-start: 24px;
        padding-inline-start: var(--tds-size--3x)
    }
}

@media (min-width:600px) {
    .tcl-hero {
        --tcl-button-group-button-inline-size: calc(var(--tds-size--1x)*33);
        --tcl-button-min-inline-size: calc(var(--tds-size--1x)*33)
    }
}

@media (min-width:900px) {
    .tcl-hero .tcl-badges {
        --tcl-button-inline-size: 204px;
        --tcl-button-min-inline-size: 0
    }
}

.tcl-hero .tcl-image,
.tcl-hero .tcl-video {
    grid-area: 1/-1;
    z-index: 2
}

.tcl-hero__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    grid-area: 1/-1;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    z-index: 3
}

.tcl-hero__heading {
    --tds-theme-foreground: var(--tds-theme-foreground-high-contrast);
    --tds-theme-foreground--light: var(--tds-theme-foreground-high-contrast);
    margin-top: 16vh;
    padding: 0 24px;
    padding: 0 var(--tds-size--3x);
    width: 100%
}

.tcl-hero__heading-with-eyebrow {
    margin-top: calc(16vh - 32px);
    margin-top: calc(16vh - var(--tds-size--4x))
}

.tcl-hero__eyebrow {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    color: var(--tds-theme-foreground-high-contrast);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 32px;
    height: var(--tds-size--4x);
    justify-content: center;
    line-height: 1;
    width: 100%
}

@media (max-width:599px) {
    .tcl-hero__heading {
        font-size: 34px;
        font-size: var(--tds-font-size--75);
        margin-top: 18vh
    }

    .tcl-hero__heading-with-eyebrow {
        margin-top: calc(18vh - 32px);
        margin-top: calc(18vh - var(--tds-size--4x))
    }
}

@media (min-width:600px) and (max-width:899px) {
    .tcl-hero__heading {
        margin-top: 17vh
    }

    .tcl-hero__heading-with-eyebrow {
        margin-top: calc(17vh - 32px);
        margin-top: calc(17vh - var(--tds-size--4x))
    }
}

[dir=ltr] .tcl-hero__subcopy {
    padding-right: 24px;
    padding-right: var(--tds-size--3x)
}

[dir=ltr] .tcl-hero__subcopy,
[dir=rtl] .tcl-hero__subcopy {
    padding-left: 24px;
    padding-left: var(--tds-size--3x)
}

[dir=rtl] .tcl-hero__subcopy {
    padding-right: 24px;
    padding-right: var(--tds-size--3x)
}

.tcl-hero__subcopy {
    -webkit-padding-end: 24px;
    -webkit-padding-end: var(--tds-size--3x);
    -webkit-padding-start: 24px;
    -webkit-padding-start: var(--tds-size--3x);
    color: var(--tds-theme-foreground-high-contrast);
    padding-top: 6px;
    padding-inline-end: 24px;
    padding-inline-end: var(--tds-size--3x);
    padding-inline-start: 24px;
    padding-inline-start: var(--tds-size--3x);
    width: 100%
}

.tcl-hero__subcopy-large {
    font-size: 17px;
    font-size: var(--tds-font-size--40, 17px)
}

@media (max-width:599px) {
    .tcl-hero__subcopy-large {
        font-size: 14px;
        font-size: var(--tds-font-size--30, 14px)
    }
}

@media (min-width:600px) and (max-width:899px) {
    .tcl-hero__subcopy-desktop {
        display: none !important
    }

    .tcl-hero__subcopy-mobile {
        display: block !important
    }
}

.tcl-hero__content-end {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    justify-content: flex-end;
    padding-bottom: 8px;
    padding-bottom: var(--tds-size--1x);
    width: 100%
}

.template-landing-page--content-snapping-on .tcl-hero__content-end {
    padding-bottom: 8px;
    padding-bottom: calc(var(--tds-size--1x) + var(--tcl-top-banner-height, 0px))
}

[dir=ltr] .tcl-hero__disclaimer {
    padding-right: 24px;
    padding-right: var(--tds-size--3x)
}

[dir=ltr] .tcl-hero__disclaimer,
[dir=rtl] .tcl-hero__disclaimer {
    padding-left: 24px;
    padding-left: var(--tds-size--3x)
}

[dir=rtl] .tcl-hero__disclaimer {
    padding-right: 24px;
    padding-right: var(--tds-size--3x)
}

.tcl-hero__disclaimer {
    -webkit-padding-end: 24px;
    -webkit-padding-end: var(--tds-size--3x);
    -webkit-padding-start: 24px;
    -webkit-padding-start: var(--tds-size--3x);
    margin-top: 32px;
    margin-top: var(--tds-size--4x);
    padding-inline-end: 24px;
    padding-inline-end: var(--tds-size--3x);
    padding-inline-start: 24px;
    padding-inline-start: var(--tds-size--3x);
    width: 100%
}

@media (min-width:900px) {
    .tcl-hero__disclaimer {
        min-height: 18px
    }
}

.tcl-hero__disclaimer-copy {
    color: var(--tds-theme-foreground-high-contrast);
    margin: 0 auto;
    padding: 0
}

.tcl-hero__chevron .tcl-animate-chevron {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

:root {
    --tcl-button-group-grid-auto-flow: row;
    --tcl-button-group-inline-size: fit-content;
    --tcl-button-group-button-inline-size: 204px
}

@media (min-width:600px) and (max-width:899px) {
    :root {
        --tcl-button-group-button-inline-size: 156px
    }
}

@media (max-width:599px) {
    :root {
        --tcl-button-group-button-inline-size: auto;
        --tcl-button-group-inline-size: 100%
    }
}

.tcl-button-group {
    --tcl-button-min-inline-size: var(--tcl-button-group-button-inline-size);
    display: block;
    gap: 16px 24px;
    gap: var(--tds-size--2x) var(--tds-size--3x);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: var(--tcl-button-group-inline-size)
}

.tcl-button-group--type-horizontal-all {
    --tcl-button-group-grid-auto-flow: column
}

@media (min-width:1200px) {

    .tcl-button-group--type-horizontal,
    .tcl-button-group--type-horizontal-desktop,
    .tcl-button-group--type-horizontal-tablet {
        --tcl-button-group-grid-auto-flow: column
    }
}

@media (min-width:900px) {

    .tcl-button-group--type-horizontal,
    .tcl-button-group--type-horizontal-tablet {
        --tcl-button-group-grid-auto-flow: column
    }
}

@media (min-width:600px) {
    .tcl-button-group--type-horizontal {
        --tcl-button-group-grid-auto-flow: column
    }
}

.tcl-button-group:not([data-button-count="1"]) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: grid;
    grid-auto-columns: minmax(0, 1fr);
    grid-auto-flow: row;
    grid-auto-flow: var(--tcl-button-group-grid-auto-flow);
    justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: var(--tcl-button-group-inline-size)
}

.tcl-button-group[data-button-count="4"] {
    --tcl-button-group-grid-auto-flow: row
}

.tcl-button-group--type-grouped[data-button-count="4"],
.tcl-button-group--type-horizontal-all[data-button-count="4"] {
    grid-auto-flow: row;
    grid-template-columns: repeat(2, 1fr)
}

@media (min-width:600px) {
    .tcl-button-group--type-horizontal[data-button-count="4"] {
        grid-auto-flow: row;
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (min-width:900px) {
    .tcl-button-group--type-horizontal-tablet[data-button-count="4"] {
        grid-auto-flow: row;
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (min-width:1200px) {
    .tcl-button-group--type-horizontal-desktop[data-button-count="4"] {
        grid-auto-flow: row;
        grid-template-columns: repeat(2, 1fr)
    }
}

.tcl-button-group--type-grouped {
    --tcl-button-group-grid-auto-flow: column;
    gap: 16px 0;
    gap: var(--tds-size--2x) 0
}

[dir=ltr] .tcl-button-group--type-grouped>.tcl-button {
    border-right-width: 0
}

[dir=ltr] .tcl-button-group--type-grouped>.tcl-button,
[dir=rtl] .tcl-button-group--type-grouped>.tcl-button {
    border-left-width: 0
}

[dir=rtl] .tcl-button-group--type-grouped>.tcl-button {
    border-right-width: 0
}

.tcl-button-group--type-grouped>.tcl-button {
    border-inline-end-width: 0;
    border-inline-start-width: 0;
    border-radius: 0
}

[dir=ltr] .tcl-button-group--type-grouped>.tcl-button:first-child,
[dir=ltr] .tcl-button-group--type-grouped[data-button-count="4"]>.tcl-button:nth-child(odd) {
    border-left-width: 3px;
    border-left-width: var(--tds-border-width--large)
}

[dir=rtl] .tcl-button-group--type-grouped>.tcl-button:first-child,
[dir=rtl] .tcl-button-group--type-grouped[data-button-count="4"]>.tcl-button:nth-child(odd) {
    border-right-width: 3px;
    border-right-width: var(--tds-border-width--large)
}

.tcl-button-group--type-grouped>.tcl-button:first-child,
.tcl-button-group--type-grouped[data-button-count="4"]>.tcl-button:nth-child(odd) {
    border-inline-start-width: 3px;
    border-inline-start-width: var(--tds-border-width--large);
    border-radius: var(--tds-btn--border-radius) 0 0 var(--tds-btn--border-radius)
}

[dir=ltr] .tcl-button-group--type-grouped>.tcl-button:last-child,
[dir=ltr] .tcl-button-group--type-grouped[data-button-count="4"]>.tcl-button:nth-child(2n) {
    border-right-width: 3px;
    border-right-width: var(--tds-border-width--large)
}

[dir=rtl] .tcl-button-group--type-grouped>.tcl-button:last-child,
[dir=rtl] .tcl-button-group--type-grouped[data-button-count="4"]>.tcl-button:nth-child(2n) {
    border-left-width: 3px;
    border-left-width: var(--tds-border-width--large)
}

.tcl-button-group--type-grouped>.tcl-button:last-child,
.tcl-button-group--type-grouped[data-button-count="4"]>.tcl-button:nth-child(2n) {
    border-inline-end-width: 3px;
    border-inline-end-width: var(--tds-border-width--large)
}

.tcl-button-group--type-grouped>.tcl-button:last-child,
.tcl-button-group--type-grouped[data-button-count="4"]>.tcl-button:nth-child(2n),
[dir=rtl] .tcl-button-group--type-grouped>.tcl-button:first-child,
[dir=rtl] .tcl-button-group--type-grouped[data-button-count="4"]>.tcl-button:nth-child(odd) {
    border-radius: 0 var(--tds-btn--border-radius) var(--tds-btn--border-radius) 0
}

[dir=rtl] .tcl-button-group--type-grouped>.tcl-button:last-child,
[dir=rtl] .tcl-button-group--type-grouped[data-button-count="4"]>.tcl-button:nth-child(2n) {
    border-radius: var(--tds-btn--border-radius) 0 0 var(--tds-btn--border-radius)
}

@media (max-width:599px) {
    .tcl-button-group .tcl-button {
        min-width: var(--tcl-button-min-inline-size) !important
    }
}

[dir=ltr] .tcl-permanent-cta--mobile {
    right: 0
}

[dir=rtl] .tcl-permanent-cta--mobile {
    left: 0
}

.tcl-permanent-cta--mobile {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    -webkit-animation: showCta .25s;
    animation: showCta .25s;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    height: 50px;
    inset-inline-end: 0;
    justify-content: right;
    max-height: 100px;
    overflow: hidden;
    position: fixed;
    width: 350px;
    z-index: 998
}

.tcl-permanent-cta--mobile.hidden {
    -webkit-animation: hideCta .25s;
    animation: hideCta .25s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes showCta {
    0% {
        display: block;
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes showCta {
    0% {
        display: block;
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes hideCta {
    0% {
        opacity: 1
    }

    90% {
        opacity: 0
    }

    to {
        display: none
    }
}

@keyframes hideCta {
    0% {
        opacity: 1
    }

    90% {
        opacity: 0
    }

    to {
        display: none
    }
}

.permanent-cta-bar--desktop.hidden,
.tw-chat--tds-modal--is-open section.tcl-permanent-cta--mobile {
    display: none
}

.permanent-cta-buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    opacity: 1;
    padding: 10px 0;
    position: fixed;
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 998
}

.permanent-cta-buttons.hidden {
    opacity: 0;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out
}

[dir=ltr] .permanent-cta---button-menu {
    margin-left: 10px !important
}

[dir=rtl] .permanent-cta---button-menu {
    margin-right: 10px !important
}

.permanent-cta---button-menu {
    -webkit-margin-start: 10px !important;
    margin-inline-start: 10px !important
}

.permanent-cta---button-link,
.permanent-cta---button-menu {
    background: var(--tds-color-grey-20)
}

.tcl-permanent-cta--mobile .permanent-cta---button-link,
.tcl-permanent-cta--mobile .permanent-cta---button-menu {
    -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .25)
}

.permanent-cta---button-menu--large {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    width: unset
}

[dir=ltr] .permanent-cta--menu-overlay {
    left: 0
}

[dir=rtl] .permanent-cta--menu-overlay {
    right: 0
}

.permanent-cta--menu-overlay {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-animation: showOverlay .25s ease-out;
    animation: showOverlay .25s ease-out;
    background-color: rgba(45, 45, 45, .4);
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 20px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    inset: auto 0 0 auto;
    inset-inline-start: 0;
    justify-content: center;
    justify-items: center;
    left: auto;
    max-height: 500px;
    overflow: hidden;
    padding-block: 80px;
    padding-block: var(--tds-size--10x);
    padding-bottom: 80px;
    padding-bottom: var(--tds-size--10x);
    padding-top: 80px;
    padding-top: var(--tds-size--10x);
    right: 0;
    top: auto
}

.permanent-cta--menu-overlay,
.permanent-cta--menu-overlay.hidden {
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    position: fixed
}

.permanent-cta--menu-overlay.hidden {
    -webkit-animation: hideOverlay .25s ease-in-out;
    animation: hideOverlay .25s ease-in-out;
    background-color: rgba(45, 45, 45, 0);
    display: none;
    opacity: 0;
    padding-block: 0;
    padding-bottom: 0;
    padding-top: 0
}

@-webkit-keyframes hideOverlay {
    0% {
        bottom: 0;
        opacity: 1
    }

    to {
        bottom: -600px;
        opacity: 0
    }
}

@keyframes hideOverlay {
    0% {
        bottom: 0;
        opacity: 1
    }

    to {
        bottom: -600px;
        opacity: 0
    }
}

@-webkit-keyframes showOverlay {
    0% {
        bottom: -600px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

@keyframes showOverlay {
    0% {
        bottom: -600px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

.permanent-cta--menu-item {
    color: #fff;
    font-size: 12px;
    margin: 16px auto;
    margin: var(--tds-size--2x) auto
}

.permanent-cta-bar--desktop .permanent-cta--menu-item,
.permanent-cta-bar--desktop button {
    margin: 20px 24px;
    margin: 20px var(--tds-size--3x)
}

.permanent-cta-bar--desktop button {
    padding: 8px 16px;
    padding: var(--tds-size--1x) var(--tds-size--2x)
}

.permanent-cta-bar--desktop--buttons-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: flex-end;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

[dir=ltr] .permanent-cta-bar--desktop {
    padding-right: 24px;
    padding-right: var(--tds-size--3x)
}

[dir=rtl] .permanent-cta-bar--desktop {
    padding-left: 24px;
    padding-left: var(--tds-size--3x)
}

.permanent-cta-bar--desktop {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-padding-end: 24px;
    -webkit-padding-end: var(--tds-size--3x);
    align-items: center;
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    background-color: rgba(45, 45, 45, .4);
    bottom: auto;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    inset: 0 0 auto auto;
    inset: var(--tcl-top-banner-height, 0) 0 auto auto;
    justify-content: flex-end;
    left: auto;
    max-height: 42px;
    overflow: hidden;
    padding-inline-end: 24px;
    padding-inline-end: var(--tds-size--3x);
    position: fixed;
    right: 0;
    top: 0;
    top: var(--tcl-top-banner-height, 0);
    width: 100%;
    z-index: 999
}

[dir=ltr] .permanent-cta-bar--desktop--title {
    margin-left: 48px
}

[dir=rtl] .permanent-cta-bar--desktop--title {
    margin-right: 48px
}

[dir=ltr] .permanent-cta-bar--desktop--title {
    left: 0
}

[dir=rtl] .permanent-cta-bar--desktop--title {
    right: 0
}

.permanent-cta-bar--desktop--title {
    -webkit-margin-start: 48px;
    color: #fff;
    font-size: 17px;
    inset-inline-start: 0;
    margin-inline-start: 48px;
    position: absolute
}

.permanent-cta---button-title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.tds-o-btn--width-48-40 {
    height: 40px !important;
    height: var(--tds-size--5x) !important;
    width: 48px !important;
    width: var(--tds-size--6x) !important
}

.permanent-cta---button-chevron-only {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    height: var(--tds-size--5x);
    justify-content: center;
    position: relative;
    width: 64px;
    width: var(--tds-size--8x)
}

.permanent-cta---button-chevron-only:hover {
    cursor: pointer
}

.chevron-down {
    color: #fff
}

[dir=ltr] .margin-right-10 {
    margin-right: 10px
}

[dir=rtl] .margin-right-10 {
    margin-left: 10px
}

.margin-right-10 {
    -webkit-margin-end: 10px;
    margin-inline-end: 10px
}

.tds-o-text-14 {
    font-size: 14px
}

.tds-o-chevron-white,
.tds-o-text-white {
    color: #fff
}

.tds-o-link-color-white,
.tds-o-link-color-white:focus,
.tds-o-link-color-white:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff !important
}

.permanent-cta--backdrop {
    bottom: auto;
    height: 100vh;
    inset: 0 auto auto 0;
    left: 0;
    margin: unset;
    padding: unset;
    position: fixed;
    right: auto;
    top: 0;
    width: 110vw
}

.permanent-cta--backdrop.hidden {
    display: none
}

[dir=ltr] .tcl-permanent-cta--mobile .permanent-cta-buttons {
    right: 16px;
    right: var(--tds-size--2x)
}

[dir=rtl] .tcl-permanent-cta--mobile .permanent-cta-buttons {
    left: 16px;
    left: var(--tds-size--2x)
}

.tcl-permanent-cta--mobile .permanent-cta-buttons {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    bottom: 10px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    height: var(--tds-size--5x);
    inset-inline-end: 16px;
    inset-inline-end: var(--tds-size--2x);
    outline: none;
    padding: 0
}

@media (max-width:599px) {
    .permanent-cta--menu-overlay {
        padding-block: 69px;
        padding-bottom: 69px;
        padding-top: 69px
    }

    a.permanent-cta--menu-item {
        margin: 16px auto
    }

    [dir=ltr] .tcl-permanent-cta--mobile .permanent-cta-buttons {
        right: 16px;
        right: var(--tds-size--2x)
    }

    [dir=rtl] .tcl-permanent-cta--mobile .permanent-cta-buttons {
        left: 16px;
        left: var(--tds-size--2x)
    }

    .tcl-permanent-cta--mobile .permanent-cta-buttons {
        bottom: 24px;
        bottom: var(--tds-size--3x);
        inset-inline-end: 16px;
        inset-inline-end: var(--tds-size--2x)
    }
}

@media (min-width:600px) and (max-width:1199px) {
    .permanent-cta--menu-overlay {
        padding-block: 34px;
        padding-bottom: 34px;
        padding-top: 34px
    }

    a.permanent-cta--menu-item {
        margin: 12px auto
    }

    [dir=ltr] .tcl-permanent-cta--mobile .permanent-cta-buttons {
        right: 16px;
        right: var(--tds-size--2x)
    }

    [dir=rtl] .tcl-permanent-cta--mobile .permanent-cta-buttons {
        left: 16px;
        left: var(--tds-size--2x)
    }

    .tcl-permanent-cta--mobile .permanent-cta-buttons {
        bottom: 24px;
        bottom: var(--tds-size--3x);
        inset-inline-end: 16px;
        inset-inline-end: var(--tds-size--2x)
    }
}