/* abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

code,kbd,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,input {
    overflow: visible
}

button,input {
    color: #000
}

button,select {
    text-transform: none
}

button,[type=button],[type=reset],[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring {
    outline: none
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

@keyframes shimmer {
    100% {
        transform: translateX(100%)
    }
}

* {
    box-sizing: border-box
}

input[type=button],button {
    -webkit-appearance: none;
    -webkit-border-radius: 0
}

h1,h2,h3,h4,h5,h6,p {
    margin: 0
}

.userway-s2,.userway-s2 * {
    cursor: url("../widgetapp/images/arrow_w.svg"),auto !important
}

body {
    font-family: "Metropolis",sans-serif;
    font-size: 16px;
    color: #000;
    padding: 0;
    margin: 0
} */

.revertColor{
    -webkit-filter: invert(100%);
    -moz-filter: invert(100%); 
    -o-filter: invert(100%); 
    -ms-filter: invert(100%); 
}

.fijo{
    position: fixed;
    min-height: 120px;
    width: 252px;
    text-align: center;
    word-wrap: break-word;
    background-color: aquamarine;
}

.uwaw {
    background: #eff1f5;
    max-width: 520px;
    width: 100%;
    box-shadow: 0 22px 110px rgba(180,191,208,.56)
}

.uwaw_rtl {
    direction: rtl
}

.uwaw .widget {
    /* height: 100vh */
}

.uwaw__inner {
    /* height: 60vh; */
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.uwaw_2-col {
    max-width: 355px
}

@media only screen and (max-width: 520px) {
    .uwaw_2-col {
        width:100%;
        max-width: 100%
    }
}

.uwaw-app {
    min-width: 100%
}

.uwaw-body {
    background: #eff1f5;
    border-radius: 16px 16px 0 0;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 0;
    flex: 1 1 auto;
    overflow: auto;
    z-index: 1
}

@supports not (-webkit-touch-callout: none) {
    .uw-partner .uwaw-body {
        max-height: initial;
        height: initial
    }
}

.uwaw-no-footer .uwaw-body {
    border-bottom: 3px solid #bcc1cb;
    max-height: initial
}

.widget-content {
    padding-top: 1.25rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem
}

.uwaw .widget-content {
    padding: 1.25rem
}

.free_widget .widget-content {
    padding: 1.25rem 1.25rem 0
}

.uwaw-custom-radio {
    position: relative;
    cursor: pointer
}

.uwaw-custom-radio__inp {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1
}

.uwaw-custom-radio__inp:checked+.uwaw-custom-radio__icon {
    border-color: #3368f2
}

.uwaw-initial .uwaw-custom-radio__inp:checked+.uwaw-custom-radio__icon {
    border-color: rgba(var(--colorAccesibilidad), 1)
}

.uwaw-initial.is-white .uwaw-custom-radio__inp:checked+.uwaw-custom-radio__icon,.uwaw-initial.uw-dark-theme .uwaw-custom-radio__inp:checked+.uwaw-custom-radio__icon {
    border-color: #000
}

.uwaw-custom-radio__inp:checked+.uwaw-custom-radio__icon:after {
    opacity: 1;
    visibility: visible
}

.uwaw-custom-radio__inp:focus+.uwaw-custom-radio__icon:before,.uwaw-custom-radio__inp:focus-visible+.uwaw-custom-radio__icon:before {
    opacity: 1
}

.uwaw-custom-radio__icon {
    border: 1.5px solid #606981;
    border-radius: 50%;
    width: 1.375rem;
    height: 1.375rem;
    position: relative;
    display: block;
    transition: border-color .15s ease
}

.uwaw-custom-radio__icon:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0.625rem;
    height: 0.625rem;
    display: block;
    background: #3368f2;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .15s ease,visibility .15s ease
}

.uwaw-initial .uwaw-custom-radio__icon:after {
    background: rgba(var(--colorAccesibilidad), 1)
}

.uwaw-initial.is-white .uwaw-custom-radio__icon:after,.uwaw-initial.uw-dark-theme .uwaw-custom-radio__icon:after {
    background: #000
}

.uwaw-custom-radio__icon:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1.5rem;
    height: 1.5rem;
    transform: translate(-50%, -50%);
    border: 2px solid rgba(var(--colorAccesibilidad), 1);
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(var(--colorAccesibilidad), 0.22);
    z-index: 2;
    opacity: 0
}

.uw-dark-theme .uwaw-custom-radio__icon:before,.is-white .uwaw-custom-radio__icon:before {
    border-color: #000;
    box-shadow: 0 0 0 3px rgba(0,0,0,.22)
}

.uwaw-custom-radio:focus-within .uwaw-custom-radio__icon:before {
    opacity: 1
}

.uwaw-btn {
    text-align: center;
    cursor: pointer;
    background: #fff;
    color: #3368f2;
    border-radius: 0.625rem;
    display: block;
    box-shadow: none;
    border: 2px solid #3368f2;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1;
    padding: 0.875rem 0.625rem;
    transition: background-color .15s ease,border-color .15s ease;
    position: relative
}

.uwaw-btn:focus {
    outline: 1px solid rgba(255,255,255,0)
}

.uwaw-btn:focus:after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid #3368f2;
    border-radius: 12px;
    box-shadow: 0 0 0 3px rgba(0,109,213,.22);
    z-index: 2
}

.uwaw-initial .uwaw-btn:focus:after {
    box-shadow: 0 0 0 3px rgba(var(--colorAccesibilidad), 0.22);
    border-color: rgba(var(--colorAccesibilidad), 1)
}

.uwaw-initial.is-white .uwaw-btn:focus:after,.uwaw-initial.uw-dark-theme .uwaw-btn:focus:after {
    box-shadow: 0 0 0 3px rgba(0,0,0,.22);
    border-color: #000
}

.uwaw-btn:focus:not(:focus-visible):after {
    display: none
}

.uwaw-btn:focus-visible {
    outline: 1px solid rgba(255,255,255,0)
}

.uwaw-btn:focus-visible:after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid #3368f2;
    border-radius: 12px;
    box-shadow: 0 0 0 3px rgba(0,109,213,.22);
    z-index: 2
}

.uwaw-initial .uwaw-btn:focus-visible:after {
    box-shadow: 0 0 0 3px rgba(var(--colorAccesibilidad), 0.22);
    border-color: rgba(var(--colorAccesibilidad), 1)
}

.uwaw-initial.is-white .uwaw-btn:focus-visible:after,.uwaw-initial.uw-dark-theme .uwaw-btn:focus-visible:after {
    box-shadow: 0 0 0 3px rgba(0,0,0,.22);
    border-color: #000
}

.uwaw-btn_border {
    background: none
}

.is-white .uwaw-btn_border {
    border-color: #000;
    color: #000
}

.uwaw-btn_blue {
    background: #3368f2;
    color: #fff
}

.uwaw-btn_blue:hover {
    background: #0c42ce;
    color: #fff
}

.uwaw-btn_red.uwaw-btn_border {
    color: #b92323;
    border-color: #b92323
}

.uwaw-btn_red.uwaw-btn_border:hover {
    background: rgba(185,35,35,.1)
}

.uwaw-btn_border {
    border: 2px solid
}

.uwaw-btn_reset-widget {
    position: relative;
    width: 100%;
    padding: 0.8125rem 1.25rem 0.8125rem 1.875rem;
    margin-bottom: 0.9375rem
}

.uwaw-btn_reset-widget:focus {
    outline: 1px solid rgba(255,255,255,0)
}

.uwaw-btn_reset-widget:focus:after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid #3368f2;
    border-radius: 12px;
    box-shadow: 0 0 0 3px rgba(0,109,213,.22);
    z-index: 2
}

.uwaw-initial .uwaw-btn_reset-widget:focus:after {
    box-shadow: 0 0 0 3px rgba(var(--colorAccesibilidad), 0.22);
    border-color: rgba(var(--colorAccesibilidad), 1)
}

.uwaw-initial.is-white .uwaw-btn_reset-widget:focus:after,.uwaw-initial.uw-dark-theme .uwaw-btn_reset-widget:focus:after {
    box-shadow: 0 0 0 3px rgba(0,0,0,.22);
    border-color: #000
}

.uwaw-btn_reset-widget:focus:not(:focus-visible):after {
    display: none
}

.uwaw-btn_reset-widget:focus-visible {
    outline: 1px solid rgba(255,255,255,0)
}

.uwaw-btn_reset-widget:focus-visible:after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid #3368f2;
    border-radius: 12px;
    box-shadow: 0 0 0 3px rgba(0,109,213,.22);
    z-index: 2
}

.uwaw-initial .uwaw-btn_reset-widget:focus-visible:after {
    box-shadow: 0 0 0 3px rgba(var(--colorAccesibilidad), 0.22);
    border-color: rgba(var(--colorAccesibilidad), 1)
}

.uwaw-initial.is-white .uwaw-btn_reset-widget:focus-visible:after,.uwaw-initial.uw-dark-theme .uwaw-btn_reset-widget:focus-visible:after {
    box-shadow: 0 0 0 3px rgba(0,0,0,.22);
    border-color: #000
}

.uw-dark-theme .uwaw-btn_reset-widget,.is-white .uwaw-btn_reset-widget {
    color: #000 !important
}

.gradient-head .uwaw-btn_reset-widget {
    color: #fff !important
}

.uwaw-btn_reset-widget_has-icon {
    display: flex;
    align-items: center;
    justify-content: center
}

.uwaw-btn_reset-widget:focus:after {
    border-radius: 12px;
    border-color: rgba(var(--colorAccesibilidad), 1);
    box-shadow: 0 0 0 3px rgba(var(--colorAccesibilidad), 0.28)
}

.is-white .uwaw-btn_reset-widget:focus:after {
    border-color: #000;
    box-shadow: 0 0 0 3px rgba(0,0,0,.28)
}

.uwaw-btn_reset-widget:focus-visible:after {
    border-radius: 12px;
    border-color: rgba(var(--colorAccesibilidad), 1);
    box-shadow: 0 0 0 3px rgba(var(--colorAccesibilidad), 0.28)
}

.is-white .uwaw-btn_reset-widget:focus-visible:after {
    border-color: #000;
    box-shadow: 0 0 0 3px rgba(0,0,0,.28)
}

.uwaw-btn_reset-widget span {
    position: absolute;
    left: 0.625rem;
    top: 50%;
    transform: translateY(-50%);
    display: flex !important;
    width: 1.375rem !important;
    height: 1.375rem !important
}

.uwaw_rtl .uwaw-btn_reset-widget span {
    left: auto;
    right: 0.625rem
}

.uwaw_oversized .uwaw-btn_reset-widget {
    font-size: 1.125rem
}

.uwaw-initial .uwaw-btn {
    color: rgba(var(--colorAccesibilidad), 1);
    border: 2px solid rgba(var(--colorAccesibilidad), 1)
}

.uwaw-initial .uwaw-btn_blue {
    background: rgba(var(--colorAccesibilidad), 1);
    color: #fff
}

.uwaw-initial .uwaw-btn_blue:hover {
    background: rgba(var(--colorAccesibilidad), 0.9) !important;
    color: #fff
}

.is-white .uwaw-initial .uwaw-btn_blue {
    background: #000 !important;
    color: #fff !important
}

.is-white .uwaw-initial .uwaw-btn_blue:hover {
    background: rgba(0,0,0,.9)
}

.uwaw-initial .uwaw-btn_red.uwaw-btn_border {
    color: #b92323;
    border-color: #b92323
}

.uwaw-initial .uwaw-btn_red.uwaw-btn_border:hover {
    background: rgba(185,35,35,.1)
}

.uwaw-initial .uwaw-btn_reset-widget {
    background: rgba(var(--colorAccesibilidad), 1);
    border-color: rgba(var(--colorAccesibilidad), 1)
}

.uwaw-initial .uwaw-btn_reset-widget:focus {
    outline: 1px solid rgba(255,255,255,0)
}

.uwaw-initial .uwaw-btn_reset-widget:focus:after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid #3368f2;
    border-radius: 12px;
    box-shadow: 0 0 0 3px rgba(0,109,213,.22);
    z-index: 2
}

.uwaw-initial .uwaw-initial .uwaw-btn_reset-widget:focus:after {
    box-shadow: 0 0 0 3px rgba(var(--colorAccesibilidad), 0.22);
    border-color: rgba(var(--colorAccesibilidad), 1)
}

.uwaw-initial.is-white .uwaw-initial .uwaw-btn_reset-widget:focus:after,.uwaw-initial.uw-dark-theme .uwaw-initial .uwaw-btn_reset-widget:focus:after {
    box-shadow: 0 0 0 3px rgba(0,0,0,.22);
    border-color: #000
}

.uwaw-initial .uwaw-btn_reset-widget:focus:not(:focus-visible):after {
    display: none
}

.uwaw-initial .uwaw-btn_reset-widget:focus-visible {
    outline: 1px solid rgba(255,255,255,0)
}

.uwaw-initial .uwaw-btn_reset-widget:focus-visible:after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid #3368f2;
    border-radius: 12px;
    box-shadow: 0 0 0 3px rgba(0,109,213,.22);
    z-index: 2
}

.uwaw-initial .uwaw-initial .uwaw-btn_reset-widget:focus-visible:after {
    box-shadow: 0 0 0 3px rgba(var(--colorAccesibilidad), 0.22);
    border-color: rgba(var(--colorAccesibilidad), 1)
}

.uwaw-initial.is-white .uwaw-initial .uwaw-btn_reset-widget:focus-visible:after,.uwaw-initial.uw-dark-theme .uwaw-initial .uwaw-btn_reset-widget:focus-visible:after {
    box-shadow: 0 0 0 3px rgba(0,0,0,.22);
    border-color: #000
}

.uwaw-initial .uwaw-btn_reset-widget:hover {
    background: rgba(var(--colorAccesibilidad), 0.9)
}

.uw-dark-theme .uwaw-initial .uwaw-btn_reset-widget,.is-white .uwaw-initial .uwaw-btn_reset-widget {
    color: #000 !important
}

.gradient-head .uwaw-initial .uwaw-btn_reset-widget {
    color: #fff !important
}

.uwaw-initial .uwaw-btn_reset-widget:focus:after {
    border-radius: 12px;
    border-color: rgba(var(--colorAccesibilidad), 1);
    box-shadow: 0 0 0 3px rgba(var(--colorAccesibilidad), 0.28)
}

.is-white .uwaw-initial .uwaw-btn_reset-widget:focus:after,.uw-dark-theme .uwaw-initial .uwaw-btn_reset-widget:focus:after {
    border-color: #000;
    box-shadow: 0 0 0 3px rgba(0,0,0,.28)
}

.uwaw-initial .uwaw-btn_reset-widget:focus-visible:after {
    border-color: rgba(var(--colorAccesibilidad), 1);
    box-shadow: 0 0 0 3px rgba(var(--colorAccesibilidad), 0.28)
}

.is-white .uwaw-initial .uwaw-btn_reset-widget:focus-visible:after,.uw-dark-theme .uwaw-initial .uwaw-btn_reset-widget:focus-visible:after {
    border-color: #000;
    box-shadow: 0 0 0 3px rgba(0,0,0,.28)
}

.uwaw-initial.is-white .uwaw-btn_reset-widget:focus-visible:after,.uwaw-initial.is-white .uwaw-btn_reset-widget:focus:after,.uwaw-initial.uw-dark-theme .uwaw-btn_reset-widget:focus-visible:after,.uwaw-initial.uw-dark-theme .uwaw-btn_reset-widget:focus:after {
    border-color: #000;
    box-shadow: 0 0 0 3px rgba(0,0,0,.28)
}

.is-white .uwaw-initial.is-white .uwaw-btn_reset-widget:focus-visible:after,.uw-dark-theme .uwaw-initial.is-white .uwaw-btn_reset-widget:focus-visible:after,.is-white .uwaw-initial.is-white .uwaw-btn_reset-widget:focus:after,.uw-dark-theme .uwaw-initial.is-white .uwaw-btn_reset-widget:focus:after,.is-white .uwaw-initial.uw-dark-theme .uwaw-btn_reset-widget:focus-visible:after,.uw-dark-theme .uwaw-initial.uw-dark-theme .uwaw-btn_reset-widget:focus-visible:after,.is-white .uwaw-initial.uw-dark-theme .uwaw-btn_reset-widget:focus:after,.uw-dark-theme .uwaw-initial.uw-dark-theme .uwaw-btn_reset-widget:focus:after {
    border-color: #000;
    box-shadow: 0 0 0 3px rgba(0,0,0,.28)
}

.uwaw-option.uwaw-option_top-b {
    border-top: 1px solid #b4bfd0
}

.uwaw-option__i {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0.9375rem 0 0.9375rem 0
}

.free_widget .uwaw-option__dropdown {
    padding-top: 0.25rem
}

.uwaw-option__drop-btn {
    background: none;
    border: none;
    padding: 0;
    font-size: 0.875rem;
    line-height: 1;
    font-weight: 500;
    color: #000;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative
}

.uwaw-option__drop-btn:focus {
    outline: 1px solid rgba(255,255,255,0)
}

.uwaw-option__drop-btn:focus:after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid #3368f2;
    border-radius: 12px;
    box-shadow: 0 0 0 3px rgba(0,109,213,.22);
    z-index: 2
}

.uwaw-initial .uwaw-option__drop-btn:focus:after {
    box-shadow: 0 0 0 3px rgba(var(--colorAccesibilidad), 0.22);
    border-color: rgba(var(--colorAccesibilidad), 1)
}

.uwaw-initial.is-white .uwaw-option__drop-btn:focus:after,.uwaw-initial.uw-dark-theme .uwaw-option__drop-btn:focus:after {
    box-shadow: 0 0 0 3px rgba(0,0,0,.22);
    border-color: #000
}

.uwaw-option__drop-btn:focus:not(:focus-visible):after {
    display: none
}

.uwaw-option__drop-btn:focus-visible {
    outline: 1px solid rgba(255,255,255,0)
}

.uwaw-option__drop-btn:focus-visible:after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid #3368f2;
    border-radius: 12px;
    box-shadow: 0 0 0 3px rgba(0,109,213,.22);
    z-index: 2
}

.uwaw-initial .uwaw-option__drop-btn:focus-visible:after {
    box-shadow: 0 0 0 3px rgba(var(--colorAccesibilidad), 0.22);
    border-color: rgba(var(--colorAccesibilidad), 1)
}

.uwaw-initial.is-white .uwaw-option__drop-btn:focus-visible:after,.uwaw-initial.uw-dark-theme .uwaw-option__drop-btn:focus-visible:after {
    box-shadow: 0 0 0 3px rgba(0,0,0,.22);
    border-color: #000
}

.uwaw-option__drop-btn:focus:after {
    border-radius: 4px
}

.uwaw-option__drop-btn:focus-visible:after {
    border-radius: 4px
}

.uwaw-option__drop-btn[aria-expanded=true] .uwaw-option__drop-icon {
    transform: rotate(90deg)
}

.uwaw_rtl .uwaw-option__drop-btn[aria-expanded=true] .uwaw-option__drop-icon {
    transform: rotate(-90deg)
}

.uwaw_oversized .uwaw-option__drop-btn {
    font-size: 1rem
}

.uwaw-option__drop-icon {
    width: 6px;
    height: 11px;
    display: block;
    margin-left: 0.6875rem;
    margin-top: -0.0625rem;
    transition: transform .15s ease
}

.uwaw-option__drop-icon svg {
    width: 6px;
    height: 11px
}

.uwaw_rtl .uwaw-option__drop-icon {
    margin-left: auto;
    margin-right: 0.6875rem
}

.uwaw_rtl .uwaw-option__drop-icon svg {
    transform: scaleX(-1)
}

.uwaw-shortcut-tooltip {
    position: absolute;
    left: -150px;
    top: 100%;
    padding-top: 15px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity .1s ease,visibility .1s ease,transform .1s ease
}

.uwaw-shortcut-tooltip__i {
    background: #000617;
    border-radius: 12px 0 12px 12px;
    border: 1px solid rgba(236,236,236,.15);
    padding: 7px 10px 9px;
    color: #fff;
    width: 166px;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    position: relative
}

.uwaw-shortcut-tooltip__i:before {
    content: "";
    background: url("../frontend/images/tooltip_top_right.svg") no-repeat !important;
    background-size: contain !important;
    width: 20px;
    height: 16px;
    position: absolute;
    left: 145px;
    top: -11px
}

.uwaw-shortcut-tooltip__title {
    font-size: 14px;
    font-weight: 400;
    margin: 0 8px;
    letter-spacing: -0.11px;
    line-height: 20px
}

.uwaw-info-icon-wrap {
    position: absolute;
    left: 4px;
    top: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    z-index: 5;
    background: rgba(0,0,0,0)
}

.uwaw-info-icon-wrap:focus,.uwaw-info-icon-wrap:hover {
    outline: none;
    background: #c9e0f6
}

.uwaw-info-icon-wrap:focus .uwaw-info-icon,.uwaw-info-icon-wrap:hover .uwaw-info-icon {
    border-color: #006dd5;
    background: #fff
}

.uwaw-info-icon {
    border: 2px solid rgba(0,0,0,0);
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e6f1fb;
    padding-left: .5px
}

.actions-wrapper .uwaw-info-icon_spinner {
    background: none
}

.actions-wrapper .uwaw-info-icon_spinner img {
    width: 20px;
    height: 20px
}

.actions-wrapper .uwaw-info-icon img {
    margin-top: -2px
}

.uwaw-logo-img {
    display: inline-block;
    position: relative
}

.uwaw-logo-img:focus {
    outline: 1px solid rgba(255,255,255,0)
}

.uwaw-logo-img:focus:after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid #3368f2;
    border-radius: 12px;
    box-shadow: 0 0 0 3px rgba(0,109,213,.22);
    z-index: 2
}

.uwaw-initial .uwaw-logo-img:focus:after {
    box-shadow: 0 0 0 3px rgba(var(--colorAccesibilidad), 0.22);
    border-color: rgba(var(--colorAccesibilidad), 1)
}

.uwaw-initial.is-white .uwaw-logo-img:focus:after,.uwaw-initial.uw-dark-theme .uwaw-logo-img:focus:after {
    box-shadow: 0 0 0 3px rgba(0,0,0,.22);
    border-color: #000
}

.uwaw-logo-img:focus:not(:focus-visible):after {
    display: none
}

.uwaw-logo-img:focus-visible {
    outline: 1px solid rgba(255,255,255,0)
}

.uwaw-logo-img:focus-visible:after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid #3368f2;
    border-radius: 12px;
    box-shadow: 0 0 0 3px rgba(0,109,213,.22);
    z-index: 2
}

.uwaw-initial .uwaw-logo-img:focus-visible:after {
    box-shadow: 0 0 0 3px rgba(var(--colorAccesibilidad), 0.22);
    border-color: rgba(var(--colorAccesibilidad), 1)
}

.uwaw-initial.is-white .uwaw-logo-img:focus-visible:after,.uwaw-initial.uw-dark-theme .uwaw-logo-img:focus-visible:after {
    box-shadow: 0 0 0 3px rgba(0,0,0,.22);
    border-color: #000
}

.uwaw-logo-img:focus-visible:after {
    border-radius: 6px
}

.uwaw-logo-img img {
    max-width: 100%;
    width: 100%;
    margin-top: 1.15px
}

@keyframes shimmer {
    100% {
        transform: translateX(100%)
    }
}

.uwaw-initial-page {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 20px
}

.free_widget .uwaw-initial-page {
    gap: 12px
}

.uwaw-options {
    padding: 0;
    margin: 0;
    list-style: none
}

.free_widget .uwaw-options {
    margin: -8px 0
}

.paid_widget .uwaw-options {
    margin-top: -18px
}

.uwaw-options__item {
    border-bottom: 1px solid #b4bfd0
}

.uwaw-options__item:empty {
    display: none
}

.free_widget .uwaw-options__item {
    border-top: none
}

.free_widget .uwaw-options__item:last-child {
    border-bottom: none
}

.free_widget .uwaw-options__item .uwaw-option__i {
    padding: 0.75rem 0
}

.uwaw-oversized__wrapper {
    display: flex;
    align-items: center
}

.uwaw-oversized__icon {
    margin-right: 8px;
    margin-left: 5px
}

.uwaw_rtl .uwaw-oversized__icon {
    margin-right: 0;
    margin-left: 10px
}

.uwaw-violations {
    border-radius: 12px;
    margin-bottom: 20px
}

.free_widget .uwaw-initial-page .uwaw-violations {
    margin: 0.25rem 0
}

.uwaw-violations_hide {
    display: none
}

.uwaw-violations_initial .uwaw-violations__i {
    background: #fff;
    border: 2px solid #d60f0f;
    padding: 0.9375rem;
    border-radius: 12px;
    box-shadow: 0 0 0 7px rgba(214,15,15,.07);
    position: relative;
    margin: -2px -2px 0
}

.uwaw-violations_initial .uwaw-violations__title {
    font-size: 0.8125rem;
    line-height: 1rem;
    letter-spacing: -0.011875rem;
    margin: 0;
    color: #363e53
}

.uwaw-violations_initial .uwaw-violations__close {
    position: absolute;
    top: 0.9375rem;
    right: 0.4375rem;
    padding: 5px;
    border: none;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center
}

.uwaw-violations_initial .uwaw-violations__close:focus {
    outline: 1px solid rgba(255,255,255,0)
}

.uwaw-violations_initial .uwaw-violations__close:focus:after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid #3368f2;
    border-radius: 12px;
    box-shadow: 0 0 0 3px rgba(0,109,213,.22);
    z-index: 2
}

.uwaw-initial .uwaw-violations_initial .uwaw-violations__close:focus:after {
    box-shadow: 0 0 0 3px rgba(var(--colorAccesibilidad), 0.22);
    border-color: rgba(var(--colorAccesibilidad), 1)
}

.uwaw-initial.is-white .uwaw-violations_initial .uwaw-violations__close:focus:after,.uwaw-initial.uw-dark-theme .uwaw-violations_initial .uwaw-violations__close:focus:after {
    box-shadow: 0 0 0 3px rgba(0,0,0,.22);
    border-color: #000
}

.uwaw-violations_initial .uwaw-violations__close:focus:not(:focus-visible):after {
    display: none
}

.uwaw-violations_initial .uwaw-violations__close:focus-visible {
    outline: 1px solid rgba(255,255,255,0)
}

.uwaw-violations_initial .uwaw-violations__close:focus-visible:after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid #3368f2;
    border-radius: 12px;
    box-shadow: 0 0 0 3px rgba(0,109,213,.22);
    z-index: 2
}

.uwaw-initial .uwaw-violations_initial .uwaw-violations__close:focus-visible:after {
    box-shadow: 0 0 0 3px rgba(var(--colorAccesibilidad), 0.22);
    border-color: rgba(var(--colorAccesibilidad), 1)
}

.uwaw-initial.is-white .uwaw-violations_initial .uwaw-violations__close:focus-visible:after,.uwaw-initial.uw-dark-theme .uwaw-violations_initial .uwaw-violations__close:focus-visible:after {
    box-shadow: 0 0 0 3px rgba(0,0,0,.22);
    border-color: #000
}

.uwaw_rtl .uwaw-violations_initial .uwaw-violations__close {
    left: 0.4375rem;
    right: auto
}

.uwaw-violations_initial .uwaw-violations__close:focus:after {
    border-radius: 50%
}

.uwaw-violations_initial .uwaw-violations__close:focus-visible:after {
    border-radius: 50%
}

.uwaw-violations_initial .uwaw-violations__close span {
    width: 1.125rem !important;
    height: 1.125rem !important
}

.uwaw-violations_initial .uwaw-violations__close:hover {
    color: #3368f2
}

.uwaw-violations_initial .uwaw-violations__drop-icon {
    position: absolute;
    right: -0.5rem;
    top: 50%;
    margin-top: 0.375rem;
    transform: translateY(-50%)
}

.uwaw_rtl .uwaw-violations_initial .uwaw-violations__drop-icon {
    left: -0.5rem;
    right: auto
}

.uwaw-violations_initial .uwaw-violations__drop-icon span {
    width: 1rem !important;
    height: 0.6875rem !important
}

.uwaw_rtl .uwaw-violations_initial .uwaw-violations__drop-icon span {
    transform: scaleX(-1)
}

.uwaw-violations_initial .uwaw-violations__drop-icon_active span {
    position: relative;
    transform: rotate(90deg);
    margin-right: 6px;
    margin-top: 11px
}

.uwaw_rtl .uwaw-violations_initial .uwaw-violations__drop-icon_active span {
    transform: scaleX(-1) rotate(-90deg)
}

.uwaw-violations_initial .uwaw-violations__info {
    border: none;
    background: none;
    padding: 0.8125rem 0 0;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    cursor: pointer
}

.uwaw-violations_initial .uwaw-violations__info:focus {
    outline: 1px solid rgba(255,255,255,0)
}

.uwaw-violations_initial .uwaw-violations__info:focus:after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid #3368f2;
    border-radius: 12px;
    box-shadow: 0 0 0 3px rgba(0,109,213,.22);
    z-index: 2
}

.uwaw-initial .uwaw-violations_initial .uwaw-violations__info:focus:after {
    box-shadow: 0 0 0 3px rgba(var(--colorAccesibilidad), 0.22);
    border-color: rgba(var(--colorAccesibilidad), 1)
}

.uwaw-initial.is-white .uwaw-violations_initial .uwaw-violations__info:focus:after,.uwaw-initial.uw-dark-theme .uwaw-violations_initial .uwaw-violations__info:focus:after {
    box-shadow: 0 0 0 3px rgba(0,0,0,.22);
    border-color: #000
}

.uwaw-violations_initial .uwaw-violations__info:focus:not(:focus-visible):after {
    display: none
}

.uwaw-violations_initial .uwaw-violations__info:focus-visible {
    outline: 1px solid rgba(255,255,255,0)
}

.uwaw-violations_initial .uwaw-violations__info:focus-visible:after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid #3368f2;
    border-radius: 12px;
    box-shadow: 0 0 0 3px rgba(0,109,213,.22);
    z-index: 2
}

.uwaw-initial .uwaw-violations_initial .uwaw-violations__info:focus-visible:after {
    box-shadow: 0 0 0 3px rgba(var(--colorAccesibilidad), 0.22);
    border-color: rgba(var(--colorAccesibilidad), 1)
}

.uwaw-initial.is-white .uwaw-violations_initial .uwaw-violations__info:focus-visible:after,.uwaw-initial.uw-dark-theme .uwaw-violations_initial .uwaw-violations__info:focus-visible:after {
    box-shadow: 0 0 0 3px rgba(0,0,0,.22);
    border-color: #000
}

.uwaw_rtl .uwaw-violations_initial .uwaw-violations__info {
    flex-flow: row-reverse;
    justify-content: flex-end
}

.uwaw-violations_initial .uwaw-violations__info:focus:after {
    border-radius: 12px;
    right: -9px;
    left: -9px;
    top: 10px
}

.uwaw-violations_initial .uwaw-violations__info:focus-visible:after {
    border-radius: 12px;
    right: -9px;
    left: -9px;
    top: 10px
}

.uwaw-violations_initial .uwaw-violations__chart {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    position: relative;
    border-radius: 50%
}

.uwaw-violations_initial .uwaw-violations__chart__i {
    width: 2.1875rem;
    height: 2.1875rem;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.6875rem;
    letter-spacing: -0.01rem;
    font-weight: 900
}

.uwaw-violations_initial .uwaw-violations__chart__title {
    font-size: 0.8125rem;
    letter-spacing: -0.011875rem;
    color: #363e53;
    text-align: left
}

.uwaw_rtl .uwaw-violations_initial .uwaw-violations__chart__title {
    text-align: right
}

.uwaw-violations_initial .uwaw-violations__chart__title strong {
    display: block;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: -0.006875rem;
    color: #000
}

.uwaw-violations_initial .uwaw-violations__data {
    display: flex;
    margin: 0 -5px;
    min-width: 100%;
    padding-top: 14px
}

.uwaw-violations_initial .uwaw-violations__item {
    width: 33.33333333%;
    padding: 0 10px;
    position: relative;
    margin-bottom: 15px;
    border-right: 1px solid #c0c8d3;
    z-index: 1
}

.uwaw-violations_initial .uwaw-violations__item:hover {
    cursor: pointer
}

.uwaw-violations_initial .uwaw-violations__item:hover .uwaw-shortcut-tooltip {
    opacity: 1;
    visibility: visible
}

.uwaw-violations_initial .uwaw-violations__item:first-child .uwaw-shortcut-tooltip {
    right: auto;
    left: 35%;
    top: 135%;
    transform: none
}

.uwaw-violations_initial .uwaw-violations__item:first-child .uwaw-shortcut-tooltip__i {
    border-radius: 0px 12px 12px 12px
}

.uwaw-violations_initial .uwaw-violations__item:first-child .uwaw-shortcut-tooltip__i:before {
    left: -1px;
    top: -37%;
    background: url("../frontend/images/tooltip-tail-left.svg") no-repeat !important
}

.uwaw-violations_initial .uwaw-violations__item:last-child {
    border-right: none
}

.uwaw-violations_initial .uwaw-violations__item:last-child:after {
    display: none
}

.uwaw-violations_initial .uwaw-violations__item:last-child .uwaw-shortcut-tooltip {
    left: auto;
    right: 35%;
    transform: none;
    top: 135%
}

.uwaw-violations_initial .uwaw-violations__item:last-child .uwaw-shortcut-tooltip__i {
    border-radius: 12px 0 12px 12px
}

.uwaw-violations_initial .uwaw-violations__item:last-child .uwaw-shortcut-tooltip__i:before {
    left: auto;
    right: -1px;
    top: -37%;
    background: url("../frontend/images/tooltip-tail-left.svg") no-repeat !important;
    transform: scaleX(-1)
}

.uwaw-violations_initial .uwaw-violations__item .uwaw-shortcut-tooltip {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 15px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .1s ease,visibility .1s ease,transform .1s ease
}

.uwaw-violations_initial .uwaw-violations__item .uwaw-shortcut-tooltip__i {
    background: #000617;
    border-radius: 12px 12px 12px 12px;
    border: 1px solid rgba(236,236,236,.15);
    padding: 15px;
    color: #fff;
    width: max-content;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    position: relative;
    height: 45px;
    display: flex;
    flex-direction: row;
    align-items: center
}

.uwaw-violations_initial .uwaw-violations__item .uwaw-shortcut-tooltip__i:before {
    content: "";
    background: url("../frontend/images/tooltip-tail-center.svg") no-repeat !important;
    background-size: contain !important;
    width: 20px;
    height: 16px;
    position: absolute;
    left: 45%;
    top: -34%
}

.uwaw-violations_initial .uwaw-violations__item .uwaw-shortcut-tooltip__title {
    font-weight: 500;
    color: #afabc2;
    font-size: 14px;
    letter-spacing: -0.11px;
    line-height: 20px;
    margin: 0 5px 0 0
}

.uwaw-violations_initial .uwaw-violations__item .uwaw-shortcut-tooltip__title-value {
    font-size: 14px;
    margin-right: 5px;
    font-weight: 700;
    letter-spacing: -0.11px;
    line-height: 20px
}

.uwaw-violations_initial .uwaw-violations__item__issue-type {
    display: flex;
    align-items: center;
    font-size: 0.8125rem;
    letter-spacing: -0.011875rem;
    line-height: 1.4375rem;
    color: #363e53
}

.uwaw-violations_initial .uwaw-violations__item__value {
    font-weight: 700;
    font-size: 13px;
    line-height: 1.9375rem;
    letter-spacing: -0.023125rem;
    margin: 0
}

.uwaw-violations_initial .uwaw-violations__item__lvl {
    color: #fff;
    font-weight: 700;
    font-size: 0.8125rem;
    line-height: 1.4375rem;
    letter-spacing: -0.011875rem;
    border-radius: 4px;
    height: 1.3125rem;
    min-width: 1.3125rem;
    padding: 0 0.3125rem;
    display: inline-block;
    margin-right: 0.3125rem
}

.uwaw-violations_initial .uwaw-violations__item__lvl_a {
    background: #5b0808
}

.uwaw-violations_initial .uwaw-violations__item__lvl_aa {
    background: #a40c0c
}

.uwaw-violations_initial .uwaw-violations__item__lvl_aaa {
    background: #d60f0f
}

.uwaw-violations_initial .uwaw-violations__btns {
    display: flex;
    margin: 0 0 5px 0;
    flex-direction: column
}

.uwaw-violations_initial .uwaw-violations__btns .uwaw-btn {
    border-radius: 1.375rem;
    width: 98%;
    margin: 0 0px 15px 5px;
    padding: 0.5rem 0.625rem 0.4375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
    line-height: 0.875rem
}

.uwaw-violations_initial .uwaw-violations__btns .uwaw-btn span {
    margin-right: 0.46875rem;
    width: 1.125rem !important;
    height: 0.9375rem !important
}

.uwaw-violations_initial .uwaw-violations__btns .uwaw-btn:last-child {
    margin-bottom: 0
}

.uwaw-violations_initial .uwaw-violations__btns .uwaw-btn:focus:after {
    border-radius: 1.5625rem
}

.uwaw-violations_initial .uwaw-violations__btns .uwaw-btn:focus-visible:after {
    border-radius: 1.5625rem
}

.uw-dark-theme .uwaw-violations_initial .uwaw-violations__btns .uwaw-btn {
    color: #000
}

.uwaw-violations_manage {
    background: #fff;
    padding: 15px 15px 20px 20px
}

.uwaw-violations_manage .uwaw-violations__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px
}

.uwaw-violations_manage .uwaw-violations__title__l {
    margin-top: 4px
}

.uwaw-violations_manage .uwaw-violations__title__l p {
    margin: 0
}

.uwaw-violations_manage .uwaw-violations__title__l p strong {
    display: block;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: -0.11px;
    font-weight: 600
}

.uwaw-violations_manage .uwaw-violations__title .uwaw-btn_blue {
    color: #fff;
    font-size: 13px;
    line-height: 14px;
    letter-spacing: -0.1px;
    font-weight: 600;
    padding: 11px 18px 9px;
    border: none;
    border-radius: 25px
}

.uwaw-violations_manage .uwaw-violations__chart {
    width: 102px;
    height: 102px;
    border-radius: 50%;
    position: relative
}

.uwaw-violations_manage .uwaw-violations__chart__i {
    background: #fff;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.26px;
    font-weight: 900;
    color: #000;
    border-radius: 50%;
    width: 66px;
    height: 66px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.uwaw-violations_manage .uwaw-violations__data {
    display: flex;
    width: calc(100% - 102px);
    padding-left: 12px
}

@media(max-width: 440px) {
    .uwaw-violations_manage .uwaw-violations__data {
        padding-left:0px
    }
}

.uwaw-violations_manage .uwaw-violations__item {
    width: 33.3333333%;
    padding-left: 22px;
    position: relative
}

.uwaw-violations_manage .uwaw-violations__item:after {
    content: "";
    right: 0;
    width: 1px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    position: absolute;
    background: #bbc2d4
}

.uwaw-violations_manage .uwaw-violations__item__value {
    font-size: 27px;
    line-height: 32px;
    letter-spacing: -0.39px;
    font-weight: 700;
    margin-bottom: 2px
}

.uwaw-violations_manage .uwaw-violations__item__type {
    display: flex;
    align-items: center;
    color: #363e53
}

.uwaw-violations_manage .uwaw-violations__item__lvl {
    height: 21px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 16px;
    padding: 3px 5px 0;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    margin-right: 6px
}

.uwaw-violations_manage .uwaw-violations__item__lvl_a {
    background: #5b0808
}

.uwaw-violations_manage .uwaw-violations__item__lvl_aa {
    background: #a40c0c
}

.uwaw-violations_manage .uwaw-violations__item__lvl_aaa {
    background: #d60f0f
}

.uwaw-violations_manage .uwaw-violations__item:last-child:after {
    display: none
}

@media(max-width: 440px) {
    .uwaw-violations_manage .uwaw-violations__item {
        padding-left:16px
    }

    .uwaw-violations_manage .uwaw-violations__item__value {
        font-size: 22px
    }
}

.uwaw-violations_manage .uwaw-violations__main {
    display: flex;
    align-items: center
}

.uwaw-violations_fixed .uwaw-btn_turquoise {
    background: rgba(12,178,181,.14);
    color: #001919;
    border: none;
    border-radius: 25px;
    font-weight: 500;
    font-size: 13px;
    padding: 11px 16px 10px;
    position: relative;
    transition: background-color .15s ease
}

.uwaw-violations_fixed .uwaw-btn_turquoise:focus {
    outline: 1px solid rgba(255,255,255,0)
}

.uwaw-violations_fixed .uwaw-btn_turquoise:focus:after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid #3368f2;
    border-radius: 12px;
    box-shadow: 0 0 0 3px rgba(0,109,213,.22);
    z-index: 2
}

.uwaw-initial .uwaw-violations_fixed .uwaw-btn_turquoise:focus:after {
    box-shadow: 0 0 0 3px rgba(var(--colorAccesibilidad), 0.22);
    border-color: rgba(var(--colorAccesibilidad), 1)
}

.uwaw-initial.is-white .uwaw-violations_fixed .uwaw-btn_turquoise:focus:after,.uwaw-initial.uw-dark-theme .uwaw-violations_fixed .uwaw-btn_turquoise:focus:after {
    box-shadow: 0 0 0 3px rgba(0,0,0,.22);
    border-color: #000
}

.uwaw-violations_fixed .uwaw-btn_turquoise:focus:not(:focus-visible):after {
    display: none
}

.uwaw-violations_fixed .uwaw-btn_turquoise:focus-visible {
    outline: 1px solid rgba(255,255,255,0)
}

.uwaw-violations_fixed .uwaw-btn_turquoise:focus-visible:after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid #3368f2;
    border-radius: 12px;
    box-shadow: 0 0 0 3px rgba(0,109,213,.22);
    z-index: 2
}

.uwaw-initial .uwaw-violations_fixed .uwaw-btn_turquoise:focus-visible:after {
    box-shadow: 0 0 0 3px rgba(var(--colorAccesibilidad), 0.22);
    border-color: rgba(var(--colorAccesibilidad), 1)
}

.uwaw-initial.is-white .uwaw-violations_fixed .uwaw-btn_turquoise:focus-visible:after,.uwaw-initial.uw-dark-theme .uwaw-violations_fixed .uwaw-btn_turquoise:focus-visible:after {
    box-shadow: 0 0 0 3px rgba(0,0,0,.22);
    border-color: #000
}

.uwaw-violations_fixed .uwaw-btn_turquoise:focus:after {
    box-shadow: 0 0 0 3px rgba(12,178,181,.3);
    border-color: #0cb2b5;
    border-radius: 30px
}

.uwaw-violations_fixed .uwaw-btn_turquoise:focus-visible:after {
    box-shadow: 0 0 0 3px rgba(12,178,181,.3);
    border-color: #0cb2b5;
    border-radius: 30px
}

.uwaw-violations_fixed .uwaw-btn_turquoise:hover {
    background: rgba(12,178,181,.3)
}

.uwaw-violations_fixed .uwaw-download-pdf-btn {
    width: 100%;
    margin-top: 5px;
    background: rgba(51,104,242,.14)
}

.uwaw-violations_fixed .uwaw-download-pdf-btn:hover {
    background: rgba(51,104,242,.3)
}

.uwaw-violations_fixed .uwaw-download-pdf-btn:focus:after {
    box-shadow: 0 0 0 3px rgba(51,104,242,.3);
    border-color: #3368f2;
    border-radius: 30px
}

.uwaw-violations_fixed .uwaw-download-pdf-btn:focus-visible:after {
    box-shadow: 0 0 0 3px rgba(51,104,242,.3);
    border-color: #3368f2;
    border-radius: 30px
}

.uwaw-violations_fixed .uwaw-violations__title {
    align-items: flex-start;
    margin-bottom: 15px
}

.uwaw-violations_fixed .uwaw-violations__title p {
    color: #363e53;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px
}

.uwaw-violations_fixed .uwaw-violations__title p strong {
    color: #000
}

.uwaw-violations_fixed .uwaw-violations__item__lvl_a {
    background: #08595b
}

.uwaw-violations_fixed .uwaw-violations__item__lvl_aa {
    background: #077578
}

.uwaw-violations_fixed .uwaw-violations__item__lvl_aaa {
    background: #09a4a7
}

.uwaw-violations-skeleton__top,.uwaw-violations-skeleton__bottom {
    display: flex
}

.uwaw-violations-skeleton__bottom {
    margin-top: 21px;
    margin-right: 28px;
    justify-content: space-between;
    align-items: center
}

.uwaw-violations-skeleton__label,.uwaw-violations-skeleton__button,.uwaw-violations-skeleton__stat-count,.uwaw-violations-skeleton__stat-type {
    background: #e6eaf2;
    position: relative;
    overflow: hidden
}

.uwaw-violations-skeleton__label:after,.uwaw-violations-skeleton__button:after,.uwaw-violations-skeleton__stat-count:after,.uwaw-violations-skeleton__stat-type:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    background-image: linear-gradient(90deg, rgba(239, 241, 245, 0) 0, rgba(239, 241, 245, 0.2) 20%, rgba(239, 241, 245, 0.5) 60%, rgba(239, 241, 245, 0));
    animation: shimmer 1s infinite
}

.uwaw-violations-skeleton__label,.uwaw-violations-skeleton__stat-type {
    border-radius: 5px
}

.uwaw-violations-skeleton__stat-count {
    border-radius: 4px;
    width: 40px;
    height: 31px
}

.uwaw-violations-skeleton__label,.uwaw-violations-skeleton__stat-type {
    width: 79px;
    height: 11px
}

.uwaw-violations-skeleton__label {
    margin-top: 6px
}

.uwaw-violations-skeleton__stat-type {
    margin-top: 10px
}

.uwaw-violations-skeleton__button {
    width: 153px;
    height: 34px;
    border-radius: 17px;
    margin-left: auto
}

.uwaw-violations-skeleton__chart {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 18px solid #e6eaf2
}

.widget-form_loading {
    display: flex;
    justify-content: center
}

.screen-shot-wrapper {
    padding-top: 15px
}

.screen-shot-wrapper img {
    width: 100%
}

.uwaw .widget-form_report {
    padding: 25px 24px 12px;
    background: #fff;
    border-radius: 12px;
    font-size: 0.8125rem
}

.uwaw .widget-form_report fieldset {
    border: none;
    margin: 0 !important;
    padding: 0 !important
}

.uwaw .widget-form_report .buttons {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.uwaw .widget-form_report .widget-input {
    background: #f7f8f9;
    border-radius: 3px;
    border: 1px solid #e3e6e9;
    padding: 8px 10px 10px;
    margin-bottom: 12px;
    cursor: pointer;
    position: relative
}

.uwaw .widget-form_report .widget-input input {
    margin-top: 5px;
    border: none;
    background: rgba(0,0,0,0);
    color: #04223f;
    width: 100%
}

.uwaw .widget-form_report .widget-input.focused {
    border: 1px solid #2a6ece
}

.uwaw .widget-form_report .widget-input.focused input,.uwaw .widget-form_report .widget-input.focused textarea {
    outline: none !important
}

.uwaw .widget-form_report .widget-input .label {
    color: #697480;
    font-size: 0.8125rem
}

.uwaw .widget-form_report .widget-input textarea {
    resize: none;
    margin-top: 8px;
    border: none;
    background: rgba(0,0,0,0);
    color: #04223f;
    width: 100%;
    height: 150px
}

.uwaw .widget-form_report .widget-input.select {
    padding: 0;
    border: 1px solid #e3e6e9
}

.uwaw .widget-form_report .widget-input.has-error {
    border: 1px solid red
}

.uwaw .widget-form_report .widget-input.has-error .help-block {
    position: initial;
    margin-top: 6px;
    color: red;
    font-size: 12px;
    text-align: right
}

.uwaw .widget-form_report .widget-input.has-error .help-block.mini {
    font-size: 9px
}

.uwaw .widget-form_report .widget-input.disabled {
    opacity: .5;
    cursor: auto
}

.uwaw .widget-form_report .btn {
    width: calc(100% - 20px);
    margin: 0 10px;
    display: block;
    text-align: center;
    cursor: pointer;
    background: #fff;
    color: #3368f2;
    border-radius: 12px;
    display: block;
    box-shadow: none;
    border: 2px solid #3368f2;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    padding: 14px 10px;
    transition: background-color .1s,border-color .1s;
    position: relative
}

.uwaw .widget-form_report .btn:focus {
    outline: 1px solid rgba(255,255,255,0)
}

.uwaw .widget-form_report .btn:focus:after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid #3368f2;
    border-radius: 15px;
    box-shadow: 0 0 0 3px rgba(0,109,213,.22);
    z-index: 2
}

.uwaw .widget-form_report .btn:focus:not(:focus-visible):after {
    display: none
}

.uwaw .widget-form_report .btn:focus-visible {
    outline: 1px solid rgba(255,255,255,0)
}

.uwaw .widget-form_report .btn:focus-visible:after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid #3368f2;
    border-radius: 15px;
    box-shadow: 0 0 0 3px rgba(0,109,213,.22);
    z-index: 2
}

.uwaw .widget-form_report .btn_blue {
    background: #3368f2;
    color: #fff
}

.uwaw .widget-form_report .btn_blue:first-child {
    background: #fff;
    border-color: #3368f2
}

.uwaw .widget-form_report .btn_blue:hover {
    background: #0c42ce;
    color: #fff
}

.uwaw .widget-form_report .btn_border {
    background: none;
    color: #3368f2;
    border: 2px solid #3368f2
}

.uwaw-about {
    padding-top: 9px
}

.uwaw-about__title {
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: -0.025rem;
    color: #000;
    font-weight: 400;
    margin: 0;
    padding-bottom: 1.5625rem
}

.uwaw-about__title strong {
    font-weight: 700
}

.uwaw-about .uwaw-video {
    margin-bottom: 1.875rem
}

.uwaw-about .uwaw-video:hover {
    cursor: pointer
}

.uwaw-about .uwaw-btn {
    border-radius: 1.5625rem;
    padding-top: 0.8125rem;
    padding-bottom: 0.8125rem
}

.uwaw-about .uwaw-btn:focus-visible:after {
    border-radius: 1.5rem
}

.uwaw-about__description {
    font-size: 0.9375rem;
    line-height: 1.25rem;
    letter-spacing: -0.013125rem;
    font-weight: 400;
    max-width: 275px;
    margin: 0 auto 1.25rem;
    text-align: center
}

.uwaw-about__description a {
    color: #3368f2;
    text-decoration: none;
    font-size: 0.9375rem;
    line-height: 1.25rem;
    letter-spacing: -0.013125rem
}

.uwaw-about__description a:hover {
    text-decoration: underline
}

.uwaw-about__cta {
    padding-bottom: 1.75rem
}

.uwaw-about__cta .uwaw-btn {
    display: block;
    width: 100%;
    text-decoration: none
}

.uwaw-about__cta .uwaw-btn_border {
    padding-top: 0.8125rem;
    padding-bottom: 0.8125rem
}

.uwaw-about__cta .uwaw-btn:first-child {
    margin-bottom: 1.625rem
}

.uwaw-about__violations {
    font-weight: 700;
    font-size: 0.9375rem;
    line-height: 1.25rem;
    letter-spacing: -0.013125rem;
    color: #751919;
    background: rgba(162,44,44,.14);
    border-radius: 5px;
    display: inline-block;
    padding: 0 0.1875rem
}

.uwaw-how-it-works {
    margin-bottom: 1.25rem
}

.uwaw_2-col .uwaw-how-it-works {
    margin-bottom: 0.75rem
}

.free_widget .uwaw-how-it-works {
    margin-bottom: 0
}

.uwaw-how-it-works__title {
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.8125rem;
    letter-spacing: -0.0375rem;
    padding-bottom: 1.0625rem
}

.uwaw-how-it-works .uwaw-btn {
    text-decoration: none;
    text-align: center;
    font-size: 0.9375rem;
    letter-spacing: -0.013125rem;
    font-weight: 600;
    color: #fff;
    padding: 0.75rem 2.1875rem;
    position: relative;
    display: block;
    width: 100%;
    min-height: 2.75rem;
    border-radius: 12px
}

.uwaw-how-it-works .uwaw-btn__icon {
    width: 1.375rem;
    height: 1.375rem;
    border-radius: 50%;
    background: rgba(0,0,0,.26);
    position: absolute;
    left: 0.6875rem;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center
}

.uwaw-how-it-works .uwaw-btn__icon span {
    width: 0.5625rem !important;
    height: 0.5625rem !important;
    display: flex !important;
    align-items: center;
    justify-content: center
}

.uwaw-how-it-works .uwaw-btn__icon span svg {
    margin-top: 0.0625rem
}

.uw-dark-theme .uwaw-how-it-works .uwaw-btn {
    color: #000
}

.uwaw-how-it-works__description {
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: -0.005625rem;
    color: #4e505a;
    margin: 0 0 1.25rem
}

.uwaw_rtl .uwaw-how-it-works .uwaw-btn__icon {
    left: auto;
    right: 0.6875rem
}

@media(max-width: 767px) {
    .uwaw-how-it-works .uwaw-btn {
        padding-top:1.25rem;
        padding-bottom: 1.1875rem
    }

    .uwaw-how-it-works .uwaw-btn__icon {
        width: 2rem;
        height: 2rem
    }

    .uwaw-how-it-works .uwaw-btn__icon span {
        width: 0.75rem !important;
        height: 0.75rem !important;
        margin-top: -0.0625rem
    }
}

.uwaw-video {
    margin-bottom: 1.25rem
}

.uwaw-video__poster {
    border: none;
    background: #ccc;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    object-fit: cover;
    position: relative;
    padding: 0;
    display: block
}

.uwaw-video__poster img {
    display: block;
    min-width: 100%
}

.uwaw-video__poster:hover .uwaw-video__btn {
    transform: scale(1.05)
}

.uwaw-video__btn {
    background: #fff;
    width: 3.125rem;
    height: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3368f2;
    border-radius: 50%;
    position: absolute;
    right: 1.25rem;
    bottom: 1.25rem;
    transition: transform .15s ease
}

.uwaw-video__btn span {
    width: 14px !important;
    height: 14px !important;
    margin-left: 3px
}

.uwaw-footer {
    height: 0;
    background: #fff;
    padding: 1rem 1.25rem 0.3125rem;
    border-top: 2px solid #eff1f5;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
    box-sizing: border-box
}

.free_widget .uwaw-footer {
    min-height: auto;
    padding: 1rem 1.25rem 1rem
}

.uwaw-no-footer .uwaw-footer {
    display: none
}

.uw-partner_umich .uwaw-footer {
    min-height: initial;
    padding-bottom: 1rem
}

.uwaw-footer__i {
    display: flex;
    justify-content: space-between
}

.uwaw-footer__nav {
    padding: 0;
    margin: 0;
    list-style: none
}

.uwaw-footer__nav__item {
    padding-bottom: 0.25rem
}

.uwaw-footer__nav__lnk {
    font-size: 0.8125rem;
    line-height: 1;
    letter-spacing: -0.021875rem;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
    position: relative
}

.is-white .uwaw-footer__nav__lnk {
    color: #000
}

.uwaw-footer__nav__lnk:focus-visible {
    outline: 1px solid rgba(255,255,255,0)
}

.uwaw-footer__nav__lnk:focus-visible:after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid rgba(var(--colorAccesibilidad), 1);
    border-radius: 10px;
    z-index: 2
}

.uwaw-footer__nav__lnk:hover {
    text-decoration: underline
}

.uwaw-footer__nav__lnk_mng {
    background: rgba(var(--colorAccesibilidad), 1);
    padding: 0.25rem 0.5625rem;
    border-radius: 10px;
    margin-top: 0.3125rem;
    position: relative
}

.is-white .uwaw-footer__nav__lnk_mng {
    background: rgba(0,0,0,.14)
}

.uwaw-footer__nav__lnk_mng:focus-visible {
    outline: 1px solid rgba(255,255,255,0)
}

.uwaw-footer__nav__lnk_mng:focus-visible:after {
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    border: 2px solid rgba(var(--colorAccesibilidad), 1);
    border-radius: 10px;
    z-index: 2
}

.is-white .uwaw-footer__nav__lnk_mng:focus-visible:after {
    border-color: #000
}

.uwaw-footer__nav__lnk_mng:hover {
    text-decoration: none
}

.uwaw-footer__r {
    text-align: right
}

.uwaw-footer__logo {
    padding-top: 13px;
    text-align: center;
    padding-right: 4px;
    display: flex;
    justify-content: flex-end
}

.free_widget .uwaw-footer__logo {
    padding-top: 0;
    padding-right: 0
}

.uwaw-footer__logo img {
    display: block
}

.uwaw-footer__logo-label {
    font-weight: 500;
    font-size: 11px;
    color: #262933;
    text-decoration: none;
    padding-right: 0.3125rem;
    padding-top: 0.375rem;
    display: inline-block;
    position: relative
}

.uwaw-footer__logo-label:focus {
    outline: 1px solid rgba(255,255,255,0)
}

.uwaw-footer__logo-label:focus:after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid #3368f2;
    border-radius: 12px;
    box-shadow: 0 0 0 3px rgba(0,109,213,.22);
    z-index: 2
}

.uwaw-initial .uwaw-footer__logo-label:focus:after {
    box-shadow: 0 0 0 3px rgba(var(--colorAccesibilidad), 0.22);
    border-color: rgba(var(--colorAccesibilidad), 1)
}

.uwaw-initial.is-white .uwaw-footer__logo-label:focus:after,.uwaw-initial.uw-dark-theme .uwaw-footer__logo-label:focus:after {
    box-shadow: 0 0 0 3px rgba(0,0,0,.22);
    border-color: #000
}

.uwaw-footer__logo-label:focus:not(:focus-visible):after {
    display: none
}

.uwaw-footer__logo-label:focus-visible {
    outline: 1px solid rgba(255,255,255,0)
}

.uwaw-footer__logo-label:focus-visible:after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid #3368f2;
    border-radius: 12px;
    box-shadow: 0 0 0 3px rgba(0,109,213,.22);
    z-index: 2
}

.uwaw-initial .uwaw-footer__logo-label:focus-visible:after {
    box-shadow: 0 0 0 3px rgba(var(--colorAccesibilidad), 0.22);
    border-color: rgba(var(--colorAccesibilidad), 1)
}

.uwaw-initial.is-white .uwaw-footer__logo-label:focus-visible:after,.uwaw-initial.uw-dark-theme .uwaw-footer__logo-label:focus-visible:after {
    box-shadow: 0 0 0 3px rgba(0,0,0,.22);
    border-color: #000
}

.uwaw-footer__logo-label:focus-visible:after {
    bottom: -2px;
    top: 2px;
    border-radius: 6px
}

.uwaw-footer .userway_custom_logo {
    max-width: 155px;
    max-height: 54px
}

.uwaw-footer__asterisk {
    position: absolute;
    right: 10px;
    font-size: 18px;
    line-height: 18px;
    display: block;
    z-index: 6;
    cursor: pointer
}

.uwaw-footer .generic-partner-brand-footer {
    display: flex;
    align-items: center;
    margin: 0 -11px;
    justify-content: center
}

.uwaw-footer .generic-partner-brand-footer__item {
    position: relative;
    width: 100%;
    padding: 0 11px
}

.uwaw-footer .generic-partner-brand-footer__item img {
    max-width: 100% !important;
    height: auto !important;
    display: block
}

.uwaw-footer .brand-footer {
    display: flex;
    align-items: center;
    margin: 0 -11px;
    padding-top: 25px;
    padding-bottom: 10px
}

.uwaw-footer .brand-footer__item {
    position: relative;
    width: 50%;
    padding: 0 11px
}

.uwaw-footer .brand-footer__item:first-child {
    border-right: .5px solid #a4c2f4
}

.uwaw-footer .brand-footer__item-rtl {
    position: relative;
    width: 50%;
    padding: 0 11px
}

.uwaw-footer .brand-footer__item-rtl:first-child {
    border-left: .5px solid #a4c2f4
}

.uwaw-footer .brand-footer img {
    width: 100%;
    display: block
}

.has-statement .uwaw-footer .brand-footer {
    padding-top: 10px
}

.uw-dark-theme .uwaw-footer__nav__lnk {
    color: #000
}

.uw-dark-theme .uwaw-footer__nav__lnk:focus:after,.uw-dark-theme .uwaw-footer__nav__lnk:focus-visible:after {
    border-color: #000
}

.uw-dark-theme .uwaw-footer__nav__lnk_mng {
    color: #000
}

.uw-dark-theme .uwaw-footer__nav__lnk_mng:focus:after,.uw-dark-theme .uwaw-footer__nav__lnk_mng:focus-visible:after {
    border-color: #000
}

.uw-dark-theme.is-white .uwaw-footer__nav__lnk_mng {
    background: rgba(0,0,0,.1)
}

.uw-light-theme .uwaw-footer__nav__lnk {
    color: rgba(var(--colorAccesibilidad), 1)
}

.uw-light-theme .uwaw-footer__nav__lnk_mng {
    color: #fff
}

.uw-light-theme .uwaw-footer__nav__lnk_mng,.uw-dark-theme .uwaw-footer__nav__lnk_mng {
    background: rgba(var(--colorAccesibilidad), 1);
    padding: 0.25rem 0.5625rem;
    border-radius: 10px
}

@media screen and (max-height: 600px)and (orientation: landscape) {
    .uw-partner .uwaw-footer {
        min-height:80px;
        max-height: 130px
    }

    .uwaw-footer .generic-partner-brand-footer__item {
        display: flex;
        justify-content: center
    }

    .uwaw-footer .generic-partner-brand-footer img {
        max-height: 100px
    }
}

.uwaw-learn-more-btn {
    background: #7f45e7;
    border-radius: 12px;
    color: #fff;
    font-size: 0.9375rem;
    line-height: 1.2;
    padding: 0.875rem 0.9375rem 0.75rem 1.25rem;
    text-decoration: none;
    width: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
    transition: background-color .15s ease;
    position: relative
}

.uwaw-learn-more-btn:focus {
    outline: 1px solid rgba(255,255,255,0)
}

.uwaw-learn-more-btn:focus:after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid #3368f2;
    border-radius: 12px;
    box-shadow: 0 0 0 3px rgba(0,109,213,.22);
    z-index: 2
}

.uwaw-initial .uwaw-learn-more-btn:focus:after {
    box-shadow: 0 0 0 3px rgba(var(--colorAccesibilidad), 0.22);
    border-color: rgba(var(--colorAccesibilidad), 1)
}

.uwaw-initial.is-white .uwaw-learn-more-btn:focus:after,.uwaw-initial.uw-dark-theme .uwaw-learn-more-btn:focus:after {
    box-shadow: 0 0 0 3px rgba(0,0,0,.22);
    border-color: #000
}

.uwaw-learn-more-btn:focus:not(:focus-visible):after {
    display: none
}

.uwaw-learn-more-btn:focus-visible {
    outline: 1px solid rgba(255,255,255,0)
}

.uwaw-learn-more-btn:focus-visible:after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid #3368f2;
    border-radius: 12px;
    box-shadow: 0 0 0 3px rgba(0,109,213,.22);
    z-index: 2
}

.uwaw-initial .uwaw-learn-more-btn:focus-visible:after {
    box-shadow: 0 0 0 3px rgba(var(--colorAccesibilidad), 0.22);
    border-color: rgba(var(--colorAccesibilidad), 1)
}

.uwaw-initial.is-white .uwaw-learn-more-btn:focus-visible:after,.uwaw-initial.uw-dark-theme .uwaw-learn-more-btn:focus-visible:after {
    box-shadow: 0 0 0 3px rgba(0,0,0,.22);
    border-color: #000
}

.uwaw-learn-more-btn:focus:after {
    border-radius: 16px;
    border-color: #7f45e7;
    box-shadow: 0 0 0 3px rgba(127,69,231,.22)
}

.uwaw-learn-more-btn:focus-visible:after {
    border-radius: 16px;
    border-color: #7f45e7;
    box-shadow: 0 0 0 3px rgba(127,69,231,.22)
}

.uwaw-learn-more-btn:hover {
    background: #6e22ef
}

.uwaw-learn-more-btn svg {
    width: 6px;
    height: 11px;
    display: block;
    margin-top: -0.0625rem
}

.uwaw_rtl .uwaw-learn-more-btn svg {
    transform: scaleX(-1)
}

.uwaw_oversized .uwaw-learn-more-btn {
    font-size: 1.0625rem
}

.uwaw-upgrade {
    box-shadow: 0 8px 24px rgba(51,104,242,.5);
    background: #3368f2;
    border-radius: 12px;
    color: #fff
}

.uwaw-upgrade__i {
    padding: 24px 32px 20px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.uwaw-upgrade__title {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.3;
    letter-spacing: -0.11px;
    margin: 0;
    padding-bottom: 12px
}

.uwaw-upgrade__description {
    font-size: .875rem;
    line-height: 16px;
    font-weight: 500;
    letter-spacing: -0.2px;
    margin-bottom: 16px
}

.uwaw-upgrade .btn {
    background: #fff;
    border-radius: 25px;
    color: #000;
    padding: 10px 17px 8px;
    line-height: 16px;
    border: none;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: -0.1px;
    margin: 0;
    width: auto;
    transition: color .15s ease;
    position: relative
}

.uwaw-upgrade .btn:focus {
    outline: 1px solid rgba(255,255,255,0)
}

.uwaw-upgrade .btn:focus:after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid #3368f2;
    border-radius: 12px;
    box-shadow: 0 0 0 3px rgba(0,109,213,.22);
    z-index: 2
}

.uwaw-initial .uwaw-upgrade .btn:focus:after {
    box-shadow: 0 0 0 3px rgba(var(--colorAccesibilidad), 0.22);
    border-color: rgba(var(--colorAccesibilidad), 1)
}

.uwaw-initial.is-white .uwaw-upgrade .btn:focus:after,.uwaw-initial.uw-dark-theme .uwaw-upgrade .btn:focus:after {
    box-shadow: 0 0 0 3px rgba(0,0,0,.22);
    border-color: #000
}

.uwaw-upgrade .btn:focus:not(:focus-visible):after {
    display: none
}

.uwaw-upgrade .btn:focus-visible {
    outline: 1px solid rgba(255,255,255,0)
}

.uwaw-upgrade .btn:focus-visible:after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid #3368f2;
    border-radius: 12px;
    box-shadow: 0 0 0 3px rgba(0,109,213,.22);
    z-index: 2
}

.uwaw-initial .uwaw-upgrade .btn:focus-visible:after {
    box-shadow: 0 0 0 3px rgba(var(--colorAccesibilidad), 0.22);
    border-color: rgba(var(--colorAccesibilidad), 1)
}

.uwaw-initial.is-white .uwaw-upgrade .btn:focus-visible:after,.uwaw-initial.uw-dark-theme .uwaw-upgrade .btn:focus-visible:after {
    box-shadow: 0 0 0 3px rgba(0,0,0,.22);
    border-color: #000
}

.uwaw-upgrade .btn:focus {
    box-shadow: none
}

.uwaw-upgrade .btn:focus:after {
    box-shadow: 0 0 0 3px rgba(255,255,255,.3);
    border-color: #fff;
    border-radius: 25px
}

.uwaw-upgrade .btn:focus-visible {
    box-shadow: none
}

.uwaw-upgrade .btn:focus-visible:after {
    box-shadow: 0 0 0 3px rgba(255,255,255,.3);
    border-color: #fff;
    border-radius: 25px
}

.uwaw-upgrade .btn:hover {
    background: #00faff
}

.dasboard-state .uwaw-upgrade {
    margin-bottom: 1.25rem
}

.uwaw_2-col .uwaw-upgrade_initial .uwaw-upgrade__i {
    padding-right: 20px
}

.uwaw_2-col .uwaw-upgrade_initial .uwaw-upgrade__title {
    padding-bottom: 3px;
    font-size: .875rem
}

.uwaw_2-col .uwaw-upgrade_initial .uwaw-upgrade__description {
    padding-bottom: 3px;
    font-size: .75rem
}

.uwaw_2-col .uwaw-upgrade_initial img {
    width: 47px
}

.uwaw-move-hide-component .expanded_panel__wrapper {
    padding-left: 0
}

.uwaw-move-hide-component .expanded_panel__wrapper__icon {
    background: rgba(var(--colorAccesibilidad), 1)
}

.uw-dark-theme .uwaw-move-hide-component .expanded_panel__wrapper__icon {
    background: rgba(0,0,0,.8)
}

.uwaw-move-hide-component .expanded_panel__wrapper__icon svg path {
    fill: #fff
}

.uwaw_oversized .uwaw-move-hide-component .expanded_panel__wrapper__icon {
    width: 2rem;
    height: 2rem
}

.uwaw_oversized .uwaw-move-hide-component .expanded_panel__wrapper__icon span {
    width: 1rem !important;
    height: 1rem !important
}

.uwaw-move-hide__list {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    margin: 0;
    margin-bottom: 20px;
    list-style: none
}

.uwaw-move-hide__item {
    width: 100%;
    border-bottom: 1px solid #d9dde3
}

.uwaw-move-hide__item:first-child {
    border-top: 1px solid #d9dde3
}

.uwaw-move-hide__item .uwaw-custom-radio {
    display: flex;
    align-items: center;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    min-height: 2.5rem;
    padding: 0.0625rem 2.8125rem 0.0625rem 0rem
}

.uwaw_rtl .uwaw-move-hide__item .uwaw-custom-radio {
    padding-right: 0;
    padding-left: 2.8125rem
}

.uwaw-move-hide__item .uwaw-custom-radio__icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.uwaw_rtl .uwaw-move-hide__item .uwaw-custom-radio__icon {
    right: auto;
    left: 0
}

.uwaw-move-hide__item .uwaw-custom-radio__label {
    font-size: 0.875rem;
    min-height: 2.375rem;
    height: auto;
    display: flex;
    align-items: center
}

.uwaw_oversized .uwaw-move-hide .uwaw-custom-radio__label {
    font-size: 1rem
}

.uwaw-hide-options {
    background: #fff;
    border-radius: 10px;
    padding: 1.375rem 1.25rem 1.5rem;
    margin-bottom: 1.25rem
}

.uwaw-hide-options__title {
    margin: 0;
    padding-bottom: 1.0625rem;
    font-size: 1rem;
    line-height: 1;
    font-weight: 600;
    color: #000;
    letter-spacing: -0.006875rem
}

.uwaw-hide-options__list {
    padding: 0;
    margin: 0 0 1.25rem;
    list-style: none
}

.uwaw-hide-options__item {
    position: relative
}

.uwaw-hide-options__item:first-child {
    border-top: 1px solid #d9dde3
}

.uwaw-hide-options__item:first-child:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    bottom: 0;
    background: rgba(186,189,206,.46)
}

.uwaw-hide-options__item:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    bottom: 0;
    background: rgba(186,189,206,.46)
}

.uwaw-hide-options .uwaw-custom-radio {
    display: block;
    width: 100%
}

.uwaw-hide-options .uwaw-custom-radio__label {
    color: rgba(0,0,0,.7);
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1;
    letter-spacing: -0.0125rem;
    padding: 0.875rem 2.5rem 0.8125rem 0rem;
    display: flex;
    flex-flow: wrap;
    height: auto;
    min-height: 2.375rem
}

.uwaw_rtl .uwaw-hide-options .uwaw-custom-radio__label {
    padding-left: 2.5rem;
    padding-right: 0rem
}

.uwaw-hide-options .uwaw-custom-radio__icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.uwaw_rtl .uwaw-hide-options .uwaw-custom-radio__icon {
    left: 0;
    right: auto
}

.uwaw-hide-options .uwaw-custom-radio:focus-within .uwaw-custom-radio__icon:before {
    opacity: 1
}

.uwaw-hide-options__btn-row {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between
}

.uwaw-hide-options__btn-row .uwaw-btn {
    width: calc(50% - 10px)
}

.is-white .uwaw-hide-options__btn-row .uwaw-btn,.uw-dark-theme .uwaw-hide-options__btn-row .uwaw-btn {
    border-color: #000 !important;
    color: #000 !important
}

.is-white .uwaw-hide-options__btn-row .uwaw-btn:hover,.uw-dark-theme .uwaw-hide-options__btn-row .uwaw-btn:hover {
    background: rgba(51,104,242,.1) !important;
    color: #000 !important
}

.uwaw-hide-options__btn-row .uwaw-btn:focus:after {
    border-radius: 12px
}

.uwaw-hide-options__btn-row .uwaw-btn:focus-visible:after {
    border-radius: 12px
}

.uwaw_oversized .uwaw-hide-options__title {
    font-size: 1.125rem
}

.uwaw_oversized .uwaw-hide-options .custom-radio__label {
    font-size: 1rem
}

.uwaw-skeleton__hw {
    background: #d4d9e2;
    border-radius: 10px;
    height: 2.75rem;
    margin-bottom: 1.25rem;
    position: relative;
    overflow: hidden
}

.uwaw-skeleton__hw:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    background-image: linear-gradient(90deg, rgba(239, 241, 245, 0) 0, rgba(239, 241, 245, 0.2) 20%, rgba(239, 241, 245, 0.5) 60%, rgba(239, 241, 245, 0));
    animation: shimmer 1s infinite
}

.uwaw-skeleton__features {
    display: flex;
    margin: 0 -0.46875rem;
    flex-flow: wrap
}

.uwaw-skeleton__features__item {
    width: 33.3333333%;
    padding: 0 0.46875rem 0.9375rem
}

.uwaw-skeleton__features__item__i {
    background: #d4d9e2;
    border-radius: 10px;
    height: 6.875rem;
    position: relative;
    overflow: hidden
}

.uwaw-skeleton__features__item__i:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    background-image: linear-gradient(90deg, rgba(239, 241, 245, 0) 0, rgba(239, 241, 245, 0.2) 20%, rgba(239, 241, 245, 0.5) 60%, rgba(239, 241, 245, 0));
    animation: shimmer 1s infinite
}

.uwaw_2-col .uwaw-skeleton__features__item {
    width: 50%
}

.uwaw-skeleton__switchers {
    margin-bottom: 1.25rem
}

.uwaw-skeleton__switchers__item {
    position: relative;
    height: 3.375rem;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #b4bfd0
}

.uwaw-skeleton__switchers__item:first-child {
    border-top: 1px solid #b4bfd0
}

.uwaw-skeleton__switchers__icon {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    margin-right: 0.625rem;
    background: #d4d9e2;
    position: relative;
    overflow: hidden
}

.uwaw-skeleton__switchers__icon:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    background-image: linear-gradient(90deg, rgba(239, 241, 245, 0) 0, rgba(239, 241, 245, 0.2) 20%, rgba(239, 241, 245, 0.5) 60%, rgba(239, 241, 245, 0));
    animation: shimmer 1s infinite
}

.uwaw-skeleton__switchers__label {
    width: 4.3125rem;
    height: 0.875rem;
    background: #d4d9e2;
    border-radius: 22px;
    position: relative;
    overflow: hidden;
    transition-delay: .15s
}

.uwaw-skeleton__switchers__label:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    background-image: linear-gradient(90deg, rgba(239, 241, 245, 0) 0, rgba(239, 241, 245, 0.2) 20%, rgba(239, 241, 245, 0.5) 60%, rgba(239, 241, 245, 0));
    animation: shimmer 1s infinite
}

.uwaw-skeleton__switchers__trigger {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3.125rem;
    height: 1.5rem;
    background: #d4d9e2;
    border-radius: 22px;
    overflow: hidden;
    transition-delay: .3s
}

.uwaw-skeleton__switchers__trigger:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    background-image: linear-gradient(90deg, rgba(239, 241, 245, 0) 0, rgba(239, 241, 245, 0.2) 20%, rgba(239, 241, 245, 0.5) 60%, rgba(239, 241, 245, 0));
    animation: shimmer 1s infinite
}

.uwaw-skeleton__switchers__trigger:before {
    content: "";
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    background: #fff;
    border-radius: 22px;
    display: block;
    position: absolute;
    width: 1.75rem;
    z-index: 2
}

@media(max-width: 540px) {
    .uwaw-skeleton__features__item {
        width:50%
    }
}

.uwaw-header {
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    cursor: ew-resize;
    padding: 1.1875rem 1.1875rem 1.0625rem 1.75rem;
    height: 3.9375rem;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.free_widget .uwaw-header {
    height: auto;
    padding: 0.75rem 1.25rem 0.75rem 1.25rem
}

.uwaw_rtl .uwaw-header {
    flex-flow: row-reverse
}

.uwaw_2-col .uwaw-header {
    padding-left: 1.25rem
}

.uwaw-header__title {
    font-size: 0.9375rem;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize
}

.uwaw-header__title span {
    font-weight: 500
}

.free_widget .uwaw-header__title {
    margin: 0
}

.uwaw-header__back-btn {
    margin-left: -12px;
    margin-right: 12px;
    padding: 0;
    position: relative;
    background: none;
    border: none
}

.uwaw-header__back-btn:focus {
    outline: 1px solid rgba(255,255,255,0)
}

.uwaw-header__back-btn:focus:after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid #3368f2;
    border-radius: 12px;
    box-shadow: 0 0 0 3px rgba(0,109,213,.22);
    z-index: 2
}

.uwaw-initial .uwaw-header__back-btn:focus:after {
    box-shadow: 0 0 0 3px rgba(var(--colorAccesibilidad), 0.22);
    border-color: rgba(var(--colorAccesibilidad), 1)
}

.uwaw-initial.is-white .uwaw-header__back-btn:focus:after,.uwaw-initial.uw-dark-theme .uwaw-header__back-btn:focus:after {
    box-shadow: 0 0 0 3px rgba(0,0,0,.22);
    border-color: #000
}

.uwaw-header__back-btn:focus:not(:focus-visible):after {
    display: none
}

.uwaw-header__back-btn:focus-visible {
    outline: 1px solid rgba(255,255,255,0)
}

.uwaw-header__back-btn:focus-visible:after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid #3368f2;
    border-radius: 12px;
    box-shadow: 0 0 0 3px rgba(0,109,213,.22);
    z-index: 2
}

.uwaw-initial .uwaw-header__back-btn:focus-visible:after {
    box-shadow: 0 0 0 3px rgba(var(--colorAccesibilidad), 0.22);
    border-color: rgba(var(--colorAccesibilidad), 1)
}

.uwaw-initial.is-white .uwaw-header__back-btn:focus-visible:after,.uwaw-initial.uw-dark-theme .uwaw-header__back-btn:focus-visible:after {
    box-shadow: 0 0 0 3px rgba(0,0,0,.22);
    border-color: #000
}

.free_widget .uwaw-header__back-btn {
    margin-left: 0
}

.uwaw-header__back-btn:focus:after {
    position: absolute;
    right: -6px;
    border-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 0 3px rgba(255,255,255,.3)
}

.uw-dark-theme .uwaw-header__back-btn:focus:after {
    box-shadow: 0 0 0 3px rgba(0,0,0,.3);
    border-color: #000
}

.uwaw-header__back-btn:focus-visible:after {
    position: absolute;
    right: -6px;
    border-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 0 3px rgba(255,255,255,.3)
}

.uw-dark-theme .uwaw-header__back-btn:focus-visible:after {
    box-shadow: 0 0 0 3px rgba(0,0,0,.3);
    border-color: #000
}

.uwaw-header__back-btn span {
    width: 15px !important;
    height: 15px !important;
    color: #fff
}

.uwaw-header__l {
    display: flex;
    align-items: center
}

.uwaw-header__close {
    border: none;
    padding: 0;
    background: none;
    cursor: pointer;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    background: rgba(0,0,0,.36);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.uwaw-header__close:focus {
    outline: 1px solid rgba(255,255,255,0)
}

.uwaw-header__close:focus:after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid #3368f2;
    border-radius: 12px;
    box-shadow: 0 0 0 3px rgba(0,109,213,.22);
    z-index: 2
}

.uwaw-initial .uwaw-header__close:focus:after {
    box-shadow: 0 0 0 3px rgba(var(--colorAccesibilidad), 0.22);
    border-color: rgba(var(--colorAccesibilidad), 1)
}

.uwaw-initial.is-white .uwaw-header__close:focus:after,.uwaw-initial.uw-dark-theme .uwaw-header__close:focus:after {
    box-shadow: 0 0 0 3px rgba(0,0,0,.22);
    border-color: #000
}

.uwaw-header__close:focus:not(:focus-visible):after {
    display: none
}

.uwaw-header__close:focus-visible {
    outline: 1px solid rgba(255,255,255,0)
}

.uwaw-header__close:focus-visible:after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid #3368f2;
    border-radius: 12px;
    box-shadow: 0 0 0 3px rgba(0,109,213,.22);
    z-index: 2
}

.uwaw-initial .uwaw-header__close:focus-visible:after {
    box-shadow: 0 0 0 3px rgba(var(--colorAccesibilidad), 0.22);
    border-color: rgba(var(--colorAccesibilidad), 1)
}

.uwaw-initial.is-white .uwaw-header__close:focus-visible:after,.uwaw-initial.uw-dark-theme .uwaw-header__close:focus-visible:after {
    box-shadow: 0 0 0 3px rgba(0,0,0,.22);
    border-color: #000
}

.uwaw-initial .uwaw-header__close:focus:after,.uwaw-initial .uwaw-header__close:focus-visible:after {
    border-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(255,255,255,.3)
}

.uw-dark-theme .uwaw-initial .uwaw-header__close:focus:after,.uw-dark-theme .uwaw-initial .uwaw-header__close:focus-visible:after {
    box-shadow: 0 0 0 3px rgba(0,0,0,.3);
    border-color: #000
}

.uwaw-header__close span {
    display: flex;
    align-items: center;
    justify-content: center
}

.uwaw-header__close svg path {
    stroke: #fff
}

.uwaw_oversized .uwaw-header__title {
    font-size: 1rem
}

.uw-dark-theme .uwaw-header__title {
    color: #000
}

.uw-dark-theme .uwaw-header__back-btn span {
    color: #000
}

.uwaw-lang-component .expanded_panel__wrapper__icon {
    overflow: hidden;
    object-fit: cover;
    object-position: 50% 50%
}

.uwaw-lang-component .expanded_panel__wrapper__icon .uwaw-lang-list__circle {
    height: 35px;
    width: 35px;
    background-color: #0047ff;
    color: #fff
}

.uwaw_oversized .uwaw-lang-component .expanded_panel__wrapper__icon .uwaw-lang-list__circle {
    height: 45px;
    width: 45px;
    font-size: 1rem;
    padding-top: 1px
}

.uwaw_oversized .uwaw-lang-component .expanded_panel__wrapper__icon {
    width: 2rem;
    height: 2rem
}

.uwaw-lang-component .uwaw-lang-list {
    margin: 0;
    padding: 0 0 0.625rem;
    list-style: none;
    position: relative
}

.uwaw-lang-component .uwaw-lang-list:before {
    content: "";
    position: absolute;
    left: 1.25rem;
    right: 1.25rem;
    height: 1px;
    top: 0;
    background: rgba(186,189,206,.46)
}

.uwaw-lang-component .uwaw-lang-list-wrap {
    background: #fff;
    border-radius: 12px;
    margin-bottom: 1.25rem;
    max-height: 359px;
    display: flex
}

.uwaw-lang-component .uwaw-lang-list-wrap .custom-scroll {
    width: 100%
}

.uwaw-lang-component .uwaw-lang-list__search {
    padding: 1.25rem;
    position: relative
}

.uwaw-lang-component .uwaw-lang-list__search__i {
    position: relative
}

.uwaw-lang-component .uwaw-lang-list__search__i:focus-within:after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid rgba(var(--colorAccesibilidad), 1);
    border-radius: 30px;
    box-shadow: 0 0 0 3px rgba(var(--colorAccesibilidad), 0.22);
    z-index: 2
}

.is-white .uwaw-lang-component .uwaw-lang-list__search__i:focus-within:after,.uw-dark-theme .uwaw-lang-component .uwaw-lang-list__search__i:focus-within:after {
    border: 2px solid #000;
    box-shadow: 0 0 0 3px rgba(0,0,0,.22)
}

.uwaw-lang-component .uwaw-lang-list__search-ico {
    position: absolute;
    right: 0.875rem;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    width: 1.25rem;
    height: 1.25rem;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.uwaw_rtl .uwaw-lang-component .uwaw-lang-list__search-ico {
    right: auto;
    left: 0.875rem
}

.uwaw-lang-component .uwaw-lang-list__search-ico svg path {
    stroke: #606981
}

.uwaw-lang-component .uwaw-lang-list__search .uwaw-form-control {
    border: 1px solid rgba(159,167,186,.31);
    font-size: 0.9375rem;
    line-height: 1;
    font-weight: 500;
    color: #000;
    width: 100%;
    padding: 0.9375rem 1.875rem 0.9375rem 1.25rem;
    border-radius: 22px
}

.uwaw_rtl .uwaw-lang-component .uwaw-lang-list__search .uwaw-form-control {
    padding-right: 1.25rem;
    padding-left: 1.875rem
}

.uwaw-lang-component .uwaw-lang-list__search .uwaw-form-control:focus {
    outline: 1px solid rgba(255,255,255,0)
}

.uwaw-lang-component .uwaw-lang-list__search .uwaw-form-control::placeholder {
    color: #5e6370
}

.uwaw-lang-component .uwaw-lang-list__item {
    position: relative
}

.uwaw-lang-component .uwaw-lang-list__item:after {
    content: "";
    position: absolute;
    left: 1.25rem;
    right: 1.25rem;
    height: 1px;
    bottom: 0;
    background: rgba(186,189,206,.46)
}

.uwaw-lang-component .uwaw-lang-list__btn {
    padding: 0.5rem 1.25rem;
    background: none;
    border: none;
    display: flex;
    align-items: center;
    width: 100%;
    cursor: pointer;
    transition: background-color .15s ease
}

.uwaw-lang-component .uwaw-lang-list__btn:focus {
    outline: 1px solid rgba(255,255,255,0)
}

.uwaw-lang-component .uwaw-lang-list__btn:focus:after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid #3368f2;
    border-radius: 12px;
    box-shadow: 0 0 0 3px rgba(0,109,213,.22);
    z-index: 2
}

.uwaw-initial .uwaw-lang-component .uwaw-lang-list__btn:focus:after {
    box-shadow: 0 0 0 3px rgba(var(--colorAccesibilidad), 0.22);
    border-color: rgba(var(--colorAccesibilidad), 1)
}

.uwaw-initial.is-white .uwaw-lang-component .uwaw-lang-list__btn:focus:after,.uwaw-initial.uw-dark-theme .uwaw-lang-component .uwaw-lang-list__btn:focus:after {
    box-shadow: 0 0 0 3px rgba(0,0,0,.22);
    border-color: #000
}

.uwaw-lang-component .uwaw-lang-list__btn:focus:not(:focus-visible):after {
    display: none
}

.uwaw-lang-component .uwaw-lang-list__btn:focus-visible {
    outline: 1px solid rgba(255,255,255,0)
}

.uwaw-lang-component .uwaw-lang-list__btn:focus-visible:after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid #3368f2;
    border-radius: 12px;
    box-shadow: 0 0 0 3px rgba(0,109,213,.22);
    z-index: 2
}

.uwaw-initial .uwaw-lang-component .uwaw-lang-list__btn:focus-visible:after {
    box-shadow: 0 0 0 3px rgba(var(--colorAccesibilidad), 0.22);
    border-color: rgba(var(--colorAccesibilidad), 1)
}

.uwaw-initial.is-white .uwaw-lang-component .uwaw-lang-list__btn:focus-visible:after,.uwaw-initial.uw-dark-theme .uwaw-lang-component .uwaw-lang-list__btn:focus-visible:after {
    box-shadow: 0 0 0 3px rgba(0,0,0,.22);
    border-color: #000
}

.uwaw-lang-component .uwaw-lang-list__btn:focus:after {
    left: 16px;
    top: 0;
    right: 15px;
    bottom: 0
}

.is-white .uwaw-lang-component .uwaw-lang-list__btn:focus:after,.uw-dark-theme .uwaw-lang-component .uwaw-lang-list__btn:focus:after {
    border: 2px solid #000;
    box-shadow: 0 0 0 3px rgba(0,0,0,.22)
}

.uwaw-lang-component .uwaw-lang-list__btn:focus-visible:after {
    left: 16px;
    top: 0;
    right: 15px;
    bottom: 0
}

.is-white .uwaw-lang-component .uwaw-lang-list__btn:focus-visible:after,.uw-dark-theme .uwaw-lang-component .uwaw-lang-list__btn:focus-visible:after {
    border: 2px solid #000;
    box-shadow: 0 0 0 3px rgba(0,0,0,.22)
}

.uwaw-lang-component .uwaw-lang-list__btn:hover,.uwaw-lang-component .uwaw-lang-list__btn.active {
    background: rgba(51,104,242,.06)
}

.uwaw-lang-component .uwaw-lang-list__btn.active {
    color: rgba(var(--colorAccesibilidad), 1);
    font-weight: 600
}

.uwaw-lang-component .uwaw-lang-list__btn.active .uwaw-lang-list__active-icon {
    opacity: 1;
    visibility: visible
}

.uwaw-initial.uw-dark-theme .uwaw-lang-component .uwaw-lang-list__btn.active .uwaw-lang-list__active-icon,.uwaw.initial.is-light .uwaw-lang-component .uwaw-lang-list__btn.active .uwaw-lang-list__active-icon {
    color: #fff;
    background: rgba(0,0,0,.9)
}

.uwaw-initial.uw-dark-theme .uwaw-lang-component .uwaw-lang-list__btn.active,.uwaw.initial.is-light .uwaw-lang-component .uwaw-lang-list__btn.active {
    color: rgba(0,0,0,.9)
}

.uwaw-lang-component .uwaw-lang-list__btn.active .uwaw-lang-list__circle {
    background-color: #0047ff;
    color: #fff
}

.uwaw-lang-component .uwaw-lang-list__btn.active .uwaw-lang-list__name {
    color: #2c64f2;
    font-weight: 600
}

.uwaw-lang-component .uwaw-lang-list__circle {
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: sans-serif;
    font-size: 0.6875rem;
    font-weight: 500;
    font-style: normal;
    color: #002481;
    letter-spacing: 0px;
    text-transform: uppercase;
    line-height: 1;
    border-radius: 100%;
    background: rgba(0,71,255,.15)
}

.uwaw-lang-component .uwaw-lang-list__code {
    display: block;
    overflow: hidden;
    margin-right: 0.625rem
}

.uwaw_rtl .uwaw-lang-component .uwaw-lang-list__code {
    margin-right: 0;
    margin-left: 0.625rem
}

.uwaw-lang-component .uwaw-lang-list__name {
    color: #000;
    font-family: "Metropolis",sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0px
}

.uwaw-lang-component .uwaw-lang-list__value {
    display: block;
    padding-top: 0.125rem
}

.uwaw-lang-component .uwaw-lang-list__active-icon {
    border-radius: 50%;
    width: 1.25rem;
    height: 1.25rem;
    background: rgba(0,72,255,.12);
    color: #0047ff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.25rem;
    opacity: 0;
    visibility: hidden
}

.uwaw_rtl .uwaw-lang-component .uwaw-lang-list__active-icon {
    left: 1.25rem;
    right: auto
}

.uwaw_oversized .uwaw-lang-component .uwaw-lang-list__btn {
    font-size: 1rem;
    padding: 0.625rem 1.25rem
}

.uwaw_oversized .uwaw-lang-component .uwaw-lang-list .uwaw-lang-list__circle {
    width: 2rem;
    height: 2rem;
    font-size: 0.9375rem
}

.uwaw_oversized .uwaw-lang-component .uwaw-lang-list .uwaw-lang-list__name {
    font-size: 0.9375rem
}

.uwaw_oversized .uwaw-lang-component .uwaw-lang-list__search .uwaw-form-control {
    font-size: 1.0625rem
}

.uwaw_oversized .uwaw-lang-component .uwaw-lang-list__active-icon {
    width: 1.5625rem;
    height: 1.5625rem
}

.revert-language-container {
    padding: 0 5px 0 20px;
    margin-left: auto
}

.revert-language-button {
    position: relative;
    font-family: "Metropolis",sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    font-style: normal;
    color: #0047ff;
    text-decoration: underline;
    white-space: nowrap;
    border: none;
    cursor: pointer;
    text-align: right;
    background: none;
    margin: 0;
    padding: 0
}

.revert-language-button:hover {
    opacity: .7
}

.revert-language-button:focus {
    outline: 1px solid rgba(255,255,255,0)
}

.revert-language-button:focus:after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid #3368f2;
    border-radius: 12px;
    box-shadow: 0 0 0 3px rgba(0,109,213,.22);
    z-index: 2
}

.uwaw-initial .revert-language-button:focus:after {
    box-shadow: 0 0 0 3px rgba(var(--colorAccesibilidad), 0.22);
    border-color: rgba(var(--colorAccesibilidad), 1)
}

.uwaw-initial.is-white .revert-language-button:focus:after,.uwaw-initial.uw-dark-theme .revert-language-button:focus:after {
    box-shadow: 0 0 0 3px rgba(0,0,0,.22);
    border-color: #000
}

.revert-language-button:focus:not(:focus-visible):after {
    display: none
}

.revert-language-button:focus-visible {
    outline: 1px solid rgba(255,255,255,0)
}

.revert-language-button:focus-visible:after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid #3368f2;
    border-radius: 12px;
    box-shadow: 0 0 0 3px rgba(0,109,213,.22);
    z-index: 2
}

.uwaw-initial .revert-language-button:focus-visible:after {
    box-shadow: 0 0 0 3px rgba(var(--colorAccesibilidad), 0.22);
    border-color: rgba(var(--colorAccesibilidad), 1)
}

.uwaw-initial.is-white .revert-language-button:focus-visible:after,.uwaw-initial.uw-dark-theme .revert-language-button:focus-visible:after {
    box-shadow: 0 0 0 3px rgba(0,0,0,.22);
    border-color: #000
}

.revert-language-button:focus-visible::after {
    border-radius: 4px
}

.uwaw {
    width: 100%;
    height: 100%;
    display: flex
}

.userway {
    width: 334px;
    user-select: none;
    border: solid 1px #ddd;
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 0 0 50px rgba(0,0,0,.15);
    transition: .1s;
    background: #fff
}

.expanded_panel__wrapper {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding-left: 0.0625rem;
    white-space: nowrap
}

.expanded_panel__wrapper__icon {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

.uwaw_rtl .expanded_panel__wrapper__icon {
    margin-right: auto;
    margin-left: 10px
}

.uwaw-features {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    gap: 15px;
    padding-bottom: 15px
}

.free_widget .uwaw-features {
    gap: 12px
}

@media(max-width: 430px) {
    .uwaw-features {
        grid-template-columns:minmax(0, 1fr) minmax(0, 1fr)
    }
}

@media(max-width: 320px) {
    .uwaw-features {
        grid-template-columns:minmax(1fr, 1fr)
    }
}

.uwaw-features__item {
    position: relative
}

.uwaw-features__item__i {
    position: relative;
    width: 100%;
    height: 114px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    -webkit-appearance: none;
    cursor: pointer;
    background: #fff;
    border-radius: 12px;
    border: 2px solid #fff;
    padding: 0.3125rem 0.625rem;
    transition: border-color .15s ease
}

.uwaw-features__item__i:focus {
    outline: 1px solid rgba(255,255,255,0)
}

.uwaw-features__item__i:focus:after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid #3368f2;
    border-radius: 12px;
    box-shadow: 0 0 0 3px rgba(0,109,213,.22);
    z-index: 2
}

.uwaw-initial .uwaw-features__item__i:focus:after {
    box-shadow: 0 0 0 3px rgba(var(--colorAccesibilidad), 0.22);
    border-color: rgba(var(--colorAccesibilidad), 1)
}

.uwaw-initial.is-white .uwaw-features__item__i:focus:after,.uwaw-initial.uw-dark-theme .uwaw-features__item__i:focus:after {
    box-shadow: 0 0 0 3px rgba(0,0,0,.22);
    border-color: #000
}

.uwaw-features__item__i:focus:not(:focus-visible):after {
    display: none
}

.uwaw-features__item__i:focus-visible {
    outline: 1px solid rgba(255,255,255,0)
}

.uwaw-features__item__i:focus-visible:after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid #3368f2;
    border-radius: 12px;
    box-shadow: 0 0 0 3px rgba(0,109,213,.22);
    z-index: 2
}

.uwaw-initial .uwaw-features__item__i:focus-visible:after {
    box-shadow: 0 0 0 3px rgba(var(--colorAccesibilidad), 0.22);
    border-color: rgba(var(--colorAccesibilidad), 1)
}

.uwaw-initial.is-white .uwaw-features__item__i:focus-visible:after,.uwaw-initial.uw-dark-theme .uwaw-features__item__i:focus-visible:after {
    box-shadow: 0 0 0 3px rgba(0,0,0,.22);
    border-color: #000
}

.uwaw-features__item__i:focus-visible:after {
    border-radius: 14px;
    border-color: rgba(var(--colorAccesibilidad), 1);
    box-shadow: 0 0 0 3px rgba(var(--colorAccesibilidad), 0.22)
}

.is-white .uwaw-features__item__i:focus-visible:after,.uw-dark-theme .uwaw-features__item__i:focus-visible:after {
    border-color: #000;
    box-shadow: 0 0 0 3px rgba(0,0,0,.22)
}

.uwaw-features__item__i:focus:after {
    border-radius: 14px;
    box-shadow: 0 0 0 3px rgba(var(--colorAccesibilidad), 0.22);
    border-color: rgba(var(--colorAccesibilidad), 1)
}

.is-white .uwaw-features__item__i:focus:after,.uw-dark-theme .uwaw-features__item__i:focus:after {
    border-color: #000;
    box-shadow: 0 0 0 3px rgba(0,0,0,.22)
}

@media(hover: hover) {
    .uwaw-features__item__i:hover {
        border-color:rgba(var(--colorAccesibilidad), 1)
    }

    .is-white .uwaw-features__item__i:hover,.uw-dark-theme .uwaw-features__item__i:hover {
        border-color: #000
    }
}

.uwaw-features__item__enabled {
    position: absolute;
    right: 0.625rem;
    top: 0.625rem;
    background: rgba(var(--colorAccesibilidad), 0.88);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    width: 1rem;
    height: 1rem
}

.uwaw_rtl .uwaw-features__item__enabled {
    right: auto;
    left: 0.625rem
}

.uw-dark-theme .uwaw-features__item__enabled {
    color: #000;
    background: rgba(0,0,0,.2)
}

.uwaw-features__item__icon {
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.4375rem;
    margin-top: 1.0625rem
}

.uwaw-features__item__name {
    font-size: 0.875rem;
    letter-spacing: -0.009375rem;
    color: #000;
    font-weight: 600;
    margin-bottom: 0.25rem
}

.uwaw-features__item__steps {
    display: flex;
    width: 100%;
    margin: 0 -0.15625rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity .15s ease,visibility .15s ease
}

.uwaw-features__item__steps_visible {
    opacity: 1;
    visibility: visible
}

.uwaw-features__item_active .uwaw-features__item__i {
    border-color: rgba(var(--colorAccesibilidad), 1);
    box-shadow: 0 0 0 5px rgba(var(--colorAccesibilidad), 0.1)
}

.uw-dark-theme .uwaw-features__item_active .uwaw-features__item__i {
    border-color: #000;
    box-shadow: 0 0 0 5px rgba(0,0,0,.22)
}

.uwaw-features__item_active .uwaw-features__item__name {
    color: rgba(var(--colorAccesibilidad), 1)
}

.uw-dark-theme .uwaw-features__item_active .uwaw-features__item__name {
    color: rgba(0,0,0,.8)
}

.uwaw-features__item_active .uwaw-features__item__icon .icon {
    background-color: rgba(var(--colorAccesibilidad), 1)
}

.uw-dark-theme .uwaw-features__item_active .uwaw-features__item__icon .icon {
    background-color: rgba(0,0,0,.8)
}

.uwaw-features__step {
    width: 100%;
    padding: 0 0.15625rem
}

.uwaw-features__step__i {
    border-radius: 10px;
    display: block;
    height: 3px;
    position: relative;
    background: rgba(var(--colorAccesibilidad), 0.3)
}

.uw-dark-theme .uwaw-features__step__i {
    background: rgba(0,0,0,.5)
}

.uwaw-features__step_active .uwaw-features__step__i {
    background: rgba(var(--colorAccesibilidad), 1)
}

.uw-dark-theme .uwaw-features__step_active .uwaw-features__step__i {
    background: #000
}

.uwaw_oversized .uwaw-features,.uwaw_2-col .uwaw-features {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr)
}

@media(max-width: 320px) {
    .uwaw_oversized .uwaw-features,.uwaw_2-col .uwaw-features {
        grid-template-columns:minmax(1fr, 1fr)
    }
}

.uwaw_oversized .uwaw-features__item:nth-child(even) .uwaw-main-tooltip,.uwaw_2-col .uwaw-features__item:nth-child(even) .uwaw-main-tooltip {
    left: 8px
}

.uwaw:not(.uwaw_2-col):not(.uwaw_oversized) .uwaw-features__item:nth-child(3n) .uwaw-main-tooltip {
    left: 8px
}

.uwaw_oversized .uwaw-features__item__i {
    height: 154px
}

.uwaw_oversized .uwaw-features__item__icon {
    transform: scale(1.3);
    margin-bottom: 1.25rem
}

.uwaw_oversized .uwaw-features__item__name {
    font-size: 1.375rem
}

.uwaw_oversized .uwaw-features__item__enabled {
    width: 1.5rem;
    height: 1.5rem
}

.free_widget .uwaw-features {
    gap: 8px
}

.uwaw .icon-reading-1 {
    width: 2.375rem;
    height: 1.5rem
}

.uwaw .icon-reading-2 {
    width: 3.125rem;
    height: 1.6875rem
}

.uwaw .icon-reading-3 {
    width: 4.25rem;
    height: 1.78125rem
}

.uwaw .icon-reading-4 {
    width: 2.75rem;
    height: 1.75rem
}

.uwaw .icon-contrast-1 {
    width: 1.1875rem;
    height: 1.625rem
}

.uwaw .icon-contrast-2 {
    width: 2rem;
    height: 1.875rem
}

.uwaw .icon-contrast-3 {
    width: 2rem;
    height: 1.875rem
}

.uwaw .icon-contrast-4 {
    width: 2rem;
    height: 1.875rem
}

.uwaw .icon-contrast-5 {
    width: 2rem;
    height: 2rem
}

.uwaw .icon-smart-contrast {
    width: 2rem;
    height: 1.975rem
}

.uwaw .icon-highlight-links {
    width: 2.25rem;
    height: 0.9375rem
}

.uwaw .icon-bigger-text-1 {
    width: 2.0625rem;
    height: 1.3125rem
}

.uwaw .icon-bigger-text-2 {
    width: 1.75rem;
    height: 1.125rem
}

.uwaw .icon-bigger-text-3 {
    width: 2.0625rem;
    height: 1.3125rem
}

.uwaw .icon-bigger-text-4 {
    width: 2.375rem;
    height: 1.5rem
}

.uwaw .icon-bigger-text-5 {
    width: 2.5625rem;
    height: 1.625rem
}

.uwaw .icon-spacing-1 {
    width: 3.1875rem;
    height: 0.8125rem
}

.uwaw .icon-spacing-2 {
    width: 1.8125rem;
    height: 0.8125rem
}

.uwaw .icon-spacing-3 {
    width: 3.1875rem;
    height: 0.8125rem
}

.uwaw .icon-spacing-4 {
    width: 3.9375rem;
    height: 0.8125rem
}

.uwaw .icon-pause,.uwaw .icon-play {
    width: 2.125rem;
    height: 2.125rem
}

.uwaw .icon-hide-images {
    width: 2.25rem;
    height: 1.9375rem
}

.uwaw .icon-text-align-1,.uwaw .icon-text-align-2,.uwaw .icon-text-align-3,.uwaw .icon-text-align-4,.uwaw .icon-text-align-5 {
    width: 1.875rem;
    height: 1.375rem
}

.uwaw .icon-cursor {
    width: 1.5625rem;
    height: 1.625rem
}

.uwaw .icon-reading-guide {
    width: 2.25rem;
    height: 1.625rem
}

.uwaw .icon-reading-mask {
    width: 2.25rem;
    height: 1.625rem
}

.uwaw .icon-tooltips {
    width: 1.75rem;
    height: 1.8125rem
}

.uwaw .icon-page-structure {
    width: 1.738125rem;
    height: 1.754375rem
}

.uwaw .icon-line-height-1 {
    width: 2.84rem;
    height: 1.5575rem
}

.uwaw .icon-line-height-2 {
    width: 2.84rem;
    height: 1.1825rem
}

.uwaw .icon-line-height-3 {
    width: 2.84rem;
    height: 1.4325rem
}

.uwaw .icon-line-height-4 {
    width: 2.84rem;
    height: 1.5575rem
}

.uwaw .icon-dictionary {
    width: 1.8125rem;
    height: 2.0625rem
}

.uwaw .icon-voice-navigation {
    width: 2.21875rem;
    height: 2.375rem
}

.uwaw .icon-voice-navigation-cancel {
    width: 2.21875rem;
    height: 2.375rem
}

.uwaw .icon-font-1,.uwaw .icon-font-2 {
    width: 1.875rem;
    height: 1.375rem
}

.uwaw .icon-font-3 {
    width: 2.288125rem;
    height: 1.44rem
}

.uwaw .icon-saturation-1,.uwaw .icon-saturation-2 {
    width: 1.15625rem;
    height: 1.625rem
}

.uwaw .icon-saturation-3,.uwaw .icon-saturation-4 {
    width: 1.175rem;
    height: 1.625rem
}

.uwaw .icon-contrast-plus {
    width: 1.75rem;
    height: 1.75rem
}

.uwaw .icon-reload {
    width: 1.75rem;
    height: 1.5rem
}

.uwaw-features__info-icon-wrap {
    border-radius: 50%;
    width: 16px;
    height: 16px;
    background: rgba(12,156,159,.16);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0.625rem;
    top: 0.625rem;
    color: #0c9c9f
}

.uwaw-features__info-icon-wrap:focus {
    outline: 1px solid rgba(255,255,255,0)
}

.uwaw-features__info-icon-wrap:focus:after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid #3368f2;
    border-radius: 12px;
    box-shadow: 0 0 0 3px rgba(0,109,213,.22);
    z-index: 2
}

.uwaw-initial .uwaw-features__info-icon-wrap:focus:after {
    box-shadow: 0 0 0 3px rgba(var(--colorAccesibilidad), 0.22);
    border-color: rgba(var(--colorAccesibilidad), 1)
}

.uwaw-initial.is-white .uwaw-features__info-icon-wrap:focus:after,.uwaw-initial.uw-dark-theme .uwaw-features__info-icon-wrap:focus:after {
    box-shadow: 0 0 0 3px rgba(0,0,0,.22);
    border-color: #000
}

.uwaw-features__info-icon-wrap:focus:not(:focus-visible):after {
    display: none
}

.uwaw-features__info-icon-wrap:focus-visible {
    outline: 1px solid rgba(255,255,255,0)
}

.uwaw-features__info-icon-wrap:focus-visible:after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid #3368f2;
    border-radius: 12px;
    box-shadow: 0 0 0 3px rgba(0,109,213,.22);
    z-index: 2
}

.uwaw-initial .uwaw-features__info-icon-wrap:focus-visible:after {
    box-shadow: 0 0 0 3px rgba(var(--colorAccesibilidad), 0.22);
    border-color: rgba(var(--colorAccesibilidad), 1)
}

.uwaw-initial.is-white .uwaw-features__info-icon-wrap:focus-visible:after,.uwaw-initial.uw-dark-theme .uwaw-features__info-icon-wrap:focus-visible:after {
    box-shadow: 0 0 0 3px rgba(0,0,0,.22);
    border-color: #000
}

.uwaw-features__info-icon-wrap:focus:after {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%, -50%)
}

.uwaw-features__info-icon-wrap:focus-visible:after {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%, -50%)
}

.uwaw-features__info-icon-wrap:hover {
    text-decoration: none;
    cursor: pointer
}

.uwaw-features__info-icon-wrap:hover span {
    background: none;
    border: none
}

.uwaw_oversized .uwaw-features__info-icon-wrap {
    width: 24px;
    height: 24px
}

.uwaw_rtl .uwaw-features__info-icon-wrap {
    left: auto;
    right: 0.625rem
}

.uwaw-profiles-component {
    position: relative
}

.uwaw-profiles-component .expanded_panel__wrapper__icon {
    background: #fff
}

.uwaw-profiles-component .expanded_panel__wrapper__icon svg path {
    fill: #000
}

.uwaw_oversized .uwaw-profiles-component .expanded_panel__wrapper__icon {
    width: 2rem;
    height: 2rem
}

.uwaw-profiles-component .info-icon {
    position: absolute;
    top: 50%;
    right: 17px;
    transform: translateY(-50%);
    border-radius: 50%;
    width: 16px;
    height: 16px;
    background: rgba(12,156,159,.16);
    color: #0c9c9f
}

.uwaw-profiles-component .info-icon:focus {
    outline: 1px solid rgba(255,255,255,0)
}

.uwaw-profiles-component .info-icon:focus:after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid #3368f2;
    border-radius: 12px;
    box-shadow: 0 0 0 3px rgba(0,109,213,.22);
    z-index: 2
}

.uwaw-initial .uwaw-profiles-component .info-icon:focus:after {
    box-shadow: 0 0 0 3px rgba(var(--colorAccesibilidad), 0.22);
    border-color: rgba(var(--colorAccesibilidad), 1)
}

.uwaw-initial.is-white .uwaw-profiles-component .info-icon:focus:after,.uwaw-initial.uw-dark-theme .uwaw-profiles-component .info-icon:focus:after {
    box-shadow: 0 0 0 3px rgba(0,0,0,.22);
    border-color: #000
}

.uwaw-profiles-component .info-icon:focus:not(:focus-visible):after {
    display: none
}

.uwaw-profiles-component .info-icon:focus-visible {
    outline: 1px solid rgba(255,255,255,0)
}

.uwaw-profiles-component .info-icon:focus-visible:after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid #3368f2;
    border-radius: 12px;
    box-shadow: 0 0 0 3px rgba(0,109,213,.22);
    z-index: 2
}

.uwaw-initial .uwaw-profiles-component .info-icon:focus-visible:after {
    box-shadow: 0 0 0 3px rgba(var(--colorAccesibilidad), 0.22);
    border-color: rgba(var(--colorAccesibilidad), 1)
}

.uwaw-initial.is-white .uwaw-profiles-component .info-icon:focus-visible:after,.uwaw-initial.uw-dark-theme .uwaw-profiles-component .info-icon:focus-visible:after {
    box-shadow: 0 0 0 3px rgba(0,0,0,.22);
    border-color: #000
}

.uwaw-profiles-component .info-icon:focus:after {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%, -50%)
}

.uwaw-profiles-component .info-icon:focus-visible:after {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%, -50%)
}

.uwaw-profiles-component .info-icon span {
    width: 2px !important;
    height: 10px !important
}

.uwaw-profiles-component .info-icon:hover {
    text-decoration: none;
    cursor: pointer
}

.uwaw-profiles-component .info-icon:hover span {
    background: none;
    border: none
}

.uwaw-profiles-component .uwaw-main-tooltip-container {
    left: auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5
}

.uwaw_rtl .uwaw-profiles-component .uwaw-main-tooltip-container {
    right: auto;
    left: 0
}

.uwaw-profiles-component .uwaw-main-tooltip-container .uwaw-main-tooltip-icon {
    position: relative;
    top: auto;
    left: auto
}

.uwaw-profiles-component .uwaw-main-tooltip-container .uwaw-main-tooltip {
    left: auto;
    right: 0;
    width: 420px;
    padding-top: 1.25rem
}

.uwaw_rtl .uwaw-profiles-component .uwaw-main-tooltip-container .uwaw-main-tooltip {
    left: 0;
    right: auto
}

.uwaw_2-col .uwaw-profiles-component .uwaw-main-tooltip-container .uwaw-main-tooltip {
    width: 280px
}

.uwaw-profiles-component .uwaw-main-tooltip-container .uwaw-main-tooltip__tail {
    left: auto;
    right: 0;
    transform: scaleX(-1);
    top: 0
}

.uwaw_rtl .uwaw-profiles-component .uwaw-main-tooltip-container .uwaw-main-tooltip__tail {
    left: 0;
    right: auto;
    transform: scaleX(1)
}

.uwaw-profiles-component .uwaw-main-tooltip-container .uwaw-main-tooltip__i {
    border-radius: 12px 0 12px 12px;
    padding: 1.25rem
}

.uwaw_rtl .uwaw-profiles-component .uwaw-main-tooltip-container .uwaw-main-tooltip__i {
    border-radius: 0 12px 12px 12px
}

.uwaw-profiles-component .uwaw-main-tooltip-container .uwaw-main-tooltip__title {
    text-align: left
}

.uwaw_rtl .uwaw-profiles-component .uwaw-main-tooltip-container .uwaw-main-tooltip__title {
    text-align: right
}

.uwaw-profiles-component .uwaw-main-tooltip-container .uwaw-main-tooltip__link {
    display: inline-block;
    width: 100%;
    text-align: start;
    font-size: 0.875rem;
    letter-spacing: -0.006875rem;
    line-height: 1.25rem;
    color: #00ffec
}

@media(max-width: 460px)and (min-width: 400px) {
    .uwaw-profiles-component .uwaw-main-tooltip-container .uwaw-main-tooltip {
        width:360px
    }
}

@media(max-width: 399px)and (min-width: 375px) {
    .uwaw-profiles-component .uwaw-main-tooltip-container .uwaw-main-tooltip {
        width:340px
    }
}

@media(max-width: 374px) {
    .uwaw-profiles-component .uwaw-main-tooltip-container .uwaw-main-tooltip {
        width:280px
    }
}

.uwaw-profiles__list {
    display: flex;
    flex-flow: wrap;
    margin: 0 -0.46875rem;
    padding: 0;
    padding-bottom: 0.3125rem;
    list-style: none
}

.uwaw_2-col .uwaw-profiles__list {
    flex-direction: column
}

.uwaw-profiles__item {
    padding: 0 0.46875rem 0.9375rem;
    width: 50%
}

.uwaw_2-col .uwaw-profiles__item {
    width: 100%
}

.uwaw-profiles__btn {
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    flex-flow: wrap;
    text-align: left;
    border: none;
    -webkit-appearance: none;
    width: 100%;
    font-size: 0.875rem;
    padding: 0 0.8125rem 0 0.8125rem;
    line-height: 1;
    cursor: pointer;
    position: relative;
    transition: background-color .15s ease
}

.uwaw-profiles__btn:focus {
    outline: 1px solid rgba(255,255,255,0)
}

.uwaw-profiles__btn:focus:after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid #3368f2;
    border-radius: 12px;
    box-shadow: 0 0 0 3px rgba(0,109,213,.22);
    z-index: 2
}

.uwaw-initial .uwaw-profiles__btn:focus:after {
    box-shadow: 0 0 0 3px rgba(var(--colorAccesibilidad), 0.22);
    border-color: rgba(var(--colorAccesibilidad), 1)
}

.uwaw-initial.is-white .uwaw-profiles__btn:focus:after,.uwaw-initial.uw-dark-theme .uwaw-profiles__btn:focus:after {
    box-shadow: 0 0 0 3px rgba(0,0,0,.22);
    border-color: #000
}

.uwaw-profiles__btn:focus:not(:focus-visible):after {
    display: none
}

.uwaw-profiles__btn:focus-visible {
    outline: 1px solid rgba(255,255,255,0)
}

.uwaw-profiles__btn:focus-visible:after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid #3368f2;
    border-radius: 12px;
    box-shadow: 0 0 0 3px rgba(0,109,213,.22);
    z-index: 2
}

.uwaw-initial .uwaw-profiles__btn:focus-visible:after {
    box-shadow: 0 0 0 3px rgba(var(--colorAccesibilidad), 0.22);
    border-color: rgba(var(--colorAccesibilidad), 1)
}

.uwaw-initial.is-white .uwaw-profiles__btn:focus-visible:after,.uwaw-initial.uw-dark-theme .uwaw-profiles__btn:focus-visible:after {
    box-shadow: 0 0 0 3px rgba(0,0,0,.22);
    border-color: #000
}

.uwaw-profiles__btn:focus-visible:after {
    border-radius: 16px
}

.uwaw-profiles__btn:focus:after {
    border-radius: 16px
}

.uwaw-profiles__btn.active {
    background-color: rgba(var(--colorAccesibilidad), 1);
    color: #fff
}

.is-white .uwaw-profiles__btn.active {
    background: rgba(0,0,0,.3)
}

.uwaw-profiles__btn__ico {
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.75rem;
    background: rgba(216,216,216,.4)
}

.uwaw_rtl .uwaw-profiles__btn__ico {
    margin-right: auto;
    margin-left: 0.75rem
}

.uwaw-profiles__btn__ico span {
    width: 80%;
    height: 80%
}

.uwaw-profiles__btn__ico svg {
    width: 100%;
    height: 100%
}

.uwaw-profiles__btn__name {
    flex: 1;
    min-height: 3.5rem;
    display: flex;
    align-items: center
}

.uwaw-profiles__btn__active-icon {
    visibility: hidden;
    opacity: 0
}

.uwaw-profiles__btn.active .uwaw-profiles__btn__active-icon {
    visibility: visible;
    opacity: 1
}

.uwaw-profiles__btn.active .uwaw-profiles__btn__ico {
    background: rgba(0,0,0,.3)
}

.uwaw_oversized .uwaw-profiles__btn {
    font-size: 1.40625rem
}

.uwaw_oversized .uwaw-profiles__btn__name {
    width: calc(100% - 3.75rem)
}

.uwaw_oversized .uwaw-profiles__btn__ico {
    width: 2.625rem;
    height: 2.625rem
}

.uwaw_oversized .uwaw-profiles__item {
    width: 100%
}

@media(hover: hover) {
    .uwaw-profiles__btn:hover,.uwaw-profiles__btn.active {
        background-color:rgba(var(--colorAccesibilidad), 1);
        color: #fff
    }

    .is-white .uwaw-profiles__btn:hover,.is-white .uwaw-profiles__btn.active {
        background: rgba(0,0,0,.8);
        color: #fff
    }

    .uw-dark-theme:not(.is-white) .uwaw-profiles__btn:hover,.uw-dark-theme:not(.is-white) .uwaw-profiles__btn.active {
        color: #000
    }

    .uwaw-profiles__btn.active .uwaw-profiles__btn__ico,.uwaw-profiles__btn:hover .uwaw-profiles__btn__ico {
        background: rgba(0,0,0,.6)
    }

    .uw-dark-theme .uwaw-profiles__btn.active .uwaw-profiles__btn__ico,.uw-dark-theme .uwaw-profiles__btn:hover .uwaw-profiles__btn__ico {
        color: #fff
    }
}

.spinner__main {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    -ms-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

.spinner__main:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    -ms-animation-play-state: paused;
    -animation-play-state: paused
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -transform: rotate(360deg)
    }
}

.spinner__inside {
    width: 100%;
    height: 50%;
    position: absolute;
    margin-top: 50%;
    background: linear-gradient(90deg, rgb(255, 255, 255), rgb(180, 190, 210))
}

.spinner__inside:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    margin-top: -50%;
    background: linear-gradient(90deg, rgb(150, 160, 180), rgb(180, 190, 210))
}

.spinner__inside:after {
    content: "";
    width: 80%;
    height: 160%;
    position: absolute;
    margin-top: -40%;
    margin-left: 10%;
    background: #fff;
    border-radius: 50%
}

.uwaw-main-tooltip-container {
    position: absolute;
    left: 0;
    top: 0
}

.uwaw-main-tooltip-container:hover .uwaw-main-tooltip,.uwaw-main-tooltip-container:focus .uwaw-main-tooltip,.uwaw-main-tooltip-container:focus-within .uwaw-main-tooltip {
    opacity: 1;
    visibility: visible
}

.uwaw-main-tooltip-container:focus-within,.uwaw-main-tooltip-container:focus,.uwaw-main-tooltip-container:focus-visible {
    outline: 1px solid rgba(255,255,255,0)
}

.uwaw-main-tooltip-container:focus-within .uwaw-main-tooltip-icon,.uwaw-main-tooltip-container:focus .uwaw-main-tooltip-icon,.uwaw-main-tooltip-container:focus-visible .uwaw-main-tooltip-icon {
    outline: 1px solid rgba(255,255,255,0)
}

.uwaw-main-tooltip-container:focus-within .uwaw-main-tooltip-icon:before,.uwaw-main-tooltip-container:focus .uwaw-main-tooltip-icon:before,.uwaw-main-tooltip-container:focus-visible .uwaw-main-tooltip-icon:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 18px;
    height: 18px;
    transform: translate(-50%, -50%);
    border: 2px solid rgba(var(--colorAccesibilidad), 1);
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(var(--colorAccesibilidad), 0.22);
    z-index: 2
}

.is-white .uwaw-main-tooltip-container:focus-within .uwaw-main-tooltip-icon:before,.uw-dark-theme .uwaw-main-tooltip-container:focus-within .uwaw-main-tooltip-icon:before,.is-white .uwaw-main-tooltip-container:focus .uwaw-main-tooltip-icon:before,.uw-dark-theme .uwaw-main-tooltip-container:focus .uwaw-main-tooltip-icon:before,.is-white .uwaw-main-tooltip-container:focus-visible .uwaw-main-tooltip-icon:before,.uw-dark-theme .uwaw-main-tooltip-container:focus-visible .uwaw-main-tooltip-icon:before {
    border: 2px solid #000;
    box-shadow: 0 0 0 3px rgba(0,0,0,.22)
}

.uwaw-main-tooltip-container .uwaw-main-tooltip {
    display: block;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    font-size: 0.875rem;
    line-height: 1rem;
    color: #afabc2;
    font-weight: 500;
    top: 100%;
    left: 15px;
    padding-top: 53px
}

.uwaw_rtl .uwaw-features .uwaw-main-tooltip-container .uwaw-main-tooltip {
    left: -10px
}

.uwaw_rtl.uwaw_oversized .uwaw-features .uwaw-main-tooltip-container .uwaw-main-tooltip {
    left: 65px;
    top: 10px
}

.uwaw-main-tooltip-container .uwaw-main-tooltip__tail {
    position: absolute;
    top: 33px
}

.uwaw-main-tooltip-container .uwaw-main-tooltip__tail path {
    fill: #000
}

.uwaw_rtl .uwaw-features .uwaw-main-tooltip-container .uwaw-main-tooltip__tail {
    transform: scaleX(-1)
}

.uwaw-main-tooltip-container .uwaw-main-tooltip__i {
    padding: 1rem 0.4375rem;
    border-radius: 0 12px 12px 12px;
    background: #0a0910;
    display: block
}

.uwaw_rtl .uwaw-features .uwaw-main-tooltip-container .uwaw-main-tooltip__i {
    border-radius: 12px 0 12px 12px
}

.uwaw-main-tooltip-container .uwaw-main-tooltip__title {
    font-size: 0.875rem;
    letter-spacing: -0.006875rem;
    line-height: 1.25rem
}

.uwaw-main-tooltip-container .uwaw-main-tooltip-icon {
    border-radius: 50%;
    width: 16px;
    height: 16px;
    background: rgba(12,156,159,.16);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0.625rem;
    top: 0.625rem;
    color: #0c9c9f;
    cursor: pointer
}

.uwaw_rtl .uwaw-features .uwaw-main-tooltip-container .uwaw-main-tooltip-icon {
    left: 7.5rem
}

.uwaw_oversized.uwaw_rtl .uwaw-features .uwaw-main-tooltip-container .uwaw-main-tooltip-icon {
    left: 12rem
}

.uwaw-main-tooltip-container .uwaw-main-tooltip__keys {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: .5rem;
    width: 8rem;
    color: #fff
}

.uwaw-main-tooltip-container .uwaw-main-tooltip__plus {
    margin: 0 5px
}

.uwaw_oversized .uwaw-main-tooltip-container .uwaw-main-tooltip-icon {
    width: 24px;
    height: 24px
}

.custom-scroll {
    min-height: 0;
    min-width: 0
}

.custom-scroll .outer-container {
    overflow: hidden
}

.custom-scroll .outer-container .positioning {
    position: relative
}

.custom-scroll .outer-container:hover .custom-scrollbar {
    opacity: 1;
    transition-duration: .2s
}

.custom-scroll .inner-container {
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.uwaw .custom-scroll .inner-container {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.uwaw .custom-scroll .inner-container::-webkit-scrollbar {
    display: none
}

.custom-scroll .inner-container:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.05) 60%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    transition: height .1s ease-in;
    will-change: height
}

.custom-scroll .inner-container.content-scrolled:after {
    height: 5px;
    transition: height .15s ease-out
}

.custom-scroll.scroll-handle-dragged .inner-container {
    user-select: none
}

.custom-scroll .custom-scrollbar {
    position: absolute;
    height: 100%;
    width: 5px;
    right: 5px;
    background: #c7ccd8;
    opacity: 0;
    z-index: 1;
    transition: opacity .4s ease-out;
    padding: 6px 0;
    top: 10px;
    bottom: 10px;
    box-sizing: border-box;
    will-change: opacity;
    pointer-events: none;
    border-radius: 3px
}

.uwaw_rtl .custom-scroll .custom-scrollbar {
    right: auto;
    left: 5px
}

.custom-scroll .custom-scrollbar.custom-scrollbar-rtl {
    right: auto;
    left: 5px
}

.custom-scroll.scroll-handle-dragged .custom-scrollbar {
    opacity: 1
}

.custom-scroll .custom-scroll-handle {
    position: absolute;
    width: 100%;
    top: 0
}

.custom-scroll .inner-handle {
    height: 100%;
    background-color: rgba(var(--colorAccesibilidad), 1);
    border-radius: 3px
}

.uw-dark-theme .custom-scroll .inner-handle,.is-white .custom-scroll .inner-handle {
    background-color: #000
}

.toast {
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 999;
    width: calc(100% - 40px);
    border-radius: 12px;
    box-shadow: 0 4px 20px 0 rgba(0,89,91,.38);
    padding: 14px;
    margin: 0 20px 20px 20px;
    box-sizing: border-box
}

.toast_initialPage {
    top: 20px
}

.toast_success {
    background-color: #00595b
}

.toast_error {
    background-color: #b92323
}

.toast__icon-wrapper {
    border-radius: 50%;
    background: rgba(0,0,0,.36);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    width: 28px;
    min-width: 28px;
    margin-right: 15px
}

.uwaw_rtl .toast__icon-wrapper {
    margin-right: 0;
    margin-left: 15px
}

.toast__text {
    font-size: 14px;
    font-family: "Metropolis",sans-serif;
    font-weight: 600;
    color: #fff;
    margin: 0;
    padding: 0
}

.uwaw_oversized .toast__text {
    font-size: 16px
}

@keyframes shimmer {
    100% {
        transform: translateX(100%)
    }
}

.uwaw-switcher {
    position: relative;
    overflow: visible;
    font-size: 16px
}

.uwaw-switcher-wrap_fw {
    width: 100%
}

.uwaw-switcher:focus-within .uwaw-switcher__outline {
    display: block
}

.uwaw-switcher:focus-within .uwaw-switcher__outline:before {
    content: "";
    position: absolute;
    cursor: pointer;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid #3368f2;
    border-radius: 22px;
    box-shadow: 0 0 0 3px rgba(51,104,242,.22);
    z-index: 2
}

.uwaw-initial .uwaw-switcher:focus-within .uwaw-switcher__outline:before {
    border: 2px solid rgba(var(--colorAccesibilidad), 1);
    box-shadow: 0 0 0 3px rgba(var(--colorAccesibilidad), 0.22)
}

.uwaw-initial.is-white .uwaw-switcher:focus-within .uwaw-switcher__outline:before,.uwaw-initial.uw-dark-theme .uwaw-switcher:focus-within .uwaw-switcher__outline:before {
    border: 2px solid #000;
    box-shadow: 0 0 0 3px rgba(0,0,0,.22)
}

.uwaw-switcher_has-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    width: 100%
}

.uwaw-switcher__flex-item-1 {
    flex-grow: 1
}

.uwaw-switcher__label {
    display: table;
    table-layout: fixed;
    letter-spacing: -0.00625rem;
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1.2;
    color: #000;
    cursor: pointer;
    width: calc(100% - 3.6875rem)
}

.uwaw-switcher__label-text {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.uwaw-switcher__outline {
    width: 2.8125rem;
    height: 1.5rem;
    border-radius: 22px;
    position: relative
}

.uwaw-switcher__body {
    background: #313d5c;
    width: 2.8125rem;
    height: 1.5rem;
    border-radius: 22px;
    display: block;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    transition: background-color .15s ease
}

.uwaw-switcher__body:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: block;
    background: #3368f2;
    transform: translateX(-100%);
    transition: transform .15s ease
}

.uwaw-initial.uw-light-theme .uwaw-switcher__body:before {
    background: rgba(var(--colorAccesibilidad), 1)
}

.uwaw-initial.uw-dark-theme .uwaw-switcher__body:before,.uwaw-initial.is-white .uwaw-switcher__body:before {
    background: #000
}

.uwaw-switcher__trigger {
    position: absolute;
    left: 0.125rem;
    top: 0.125rem;
    bottom: 0.125rem;
    width: 1.375rem;
    font-size: 0.625rem;
    text-transform: uppercase;
    line-height: 1.232;
    color: #313d5c;
    background: #fff;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    transition: transform .15s ease
}

.uwaw-switcher__state {
    user-select: none;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center
}

.uwaw-switcher__state_on {
    display: none
}

.uwaw-initial.uw-dark-theme .uwaw-switcher__state_on span,.uwaw-initial.is-white .uwaw-switcher__state_on span {
    color: #000 !important
}

.uwaw-switcher__input-label {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center
}

.uwaw-switcher__input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%
}

.uwaw-switcher__input:checked+.uwaw-switcher__outline .uwaw-switcher__body:before {
    transform: translateX(0)
}

.uwaw-switcher__input:checked+.uwaw-switcher__outline .uwaw-switcher__body .uwaw-switcher__trigger {
    transform: translateX(1.1875rem)
}

.uwaw-switcher__input:checked+.uwaw-switcher__outline .uwaw-switcher__body .uwaw-switcher__trigger .uwaw-switcher__state_on {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    color: #3368f2
}

.uwaw-initial .uwaw-switcher__input:checked+.uwaw-switcher__outline .uwaw-switcher__body .uwaw-switcher__trigger .uwaw-switcher__state_on {
    color: rgba(var(--colorAccesibilidad), 1)
}

.uwaw-initial.uw-dark-theme .uwaw-switcher__input:checked+.uwaw-switcher__outline .uwaw-switcher__body .uwaw-switcher__trigger .uwaw-switcher__state_on,.uwaw-initial.is-white .uwaw-switcher__input:checked+.uwaw-switcher__outline .uwaw-switcher__body .uwaw-switcher__trigger .uwaw-switcher__state_on {
    color: #000
}

.uwaw-switcher__input:checked+.uwaw-switcher__outline .uwaw-switcher__body .uwaw-switcher__trigger .uwaw-switcher__state_off {
    display: none
}

.uwaw_oversized .uwaw-switcher__body,.uwaw_oversized .uwaw-switcher__outline {
    width: 2.9375rem;
    height: 1.75rem
}

.uwaw_oversized .uwaw-switcher__trigger {
    width: 1.5rem;
    font-size: 0.71875rem
}

.uwaw_oversized .uwaw-switcher__label {
    font-size: 1.0625rem
}

.icon {
    background-color: #000;
    display: inline-block;
    width: 24px;
    height: 24px;
    mask-size: contain;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat
}

.icon-add-photo {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 17 15"><g fill="none" fill-rule="evenodd" stroke="currentColor" stroke-width="1.35714286"><path d="M14.2745449 14.0454541H2.19997185c-.66196731 0-1.19732885-.5380455-1.19732885-1.2006273V5.57335409c0-.66258182.53536154-1.20062727 1.19732885-1.20062727h2.41997884l.87538846-1.75439091c.20256923-.40746364.61614808-.66379091 1.06951731-.66379091h3.34480385c.45336923 0 .86815384.25632727 1.07072307.6637909l.87418272 1.75439092h2.4199788c.6619673 0 1.1973289.53804545 1.1973289 1.20062727v7.27147271c0 .6625818-.5353616 1.2006273-1.1973289 1.2006273Z"/><path stroke-linecap="round" d="M5.82596108 7.99999955H10.649038m-2.41153846 2.41818181V5.58181773"/></g></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 17 15"><g fill="none" fill-rule="evenodd" stroke="currentColor" stroke-width="1.35714286"><path d="M14.2745449 14.0454541H2.19997185c-.66196731 0-1.19732885-.5380455-1.19732885-1.2006273V5.57335409c0-.66258182.53536154-1.20062727 1.19732885-1.20062727h2.41997884l.87538846-1.75439091c.20256923-.40746364.61614808-.66379091 1.06951731-.66379091h3.34480385c.45336923 0 .86815384.25632727 1.07072307.6637909l.87418272 1.75439092h2.4199788c.6619673 0 1.1973289.53804545 1.1973289 1.20062727v7.27147271c0 .6625818-.5353616 1.2006273-1.1973289 1.2006273Z"/><path stroke-linecap="round" d="M5.82596108 7.99999955H10.649038m-2.41153846 2.41818181V5.58181773"/></g></svg>')
}

.icon-adhd {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 16 16"><g fill="none" fill-rule="evenodd" stroke="currentColor" transform="translate(1 1)"><circle cx="7" cy="7" r="7" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"/><circle cx="7" cy="7" r="3.5" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"/><circle cx="7" cy="7" r="1" fill="currentColor"/></g></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 16 16"><g fill="none" fill-rule="evenodd" stroke="currentColor" transform="translate(1 1)"><circle cx="7" cy="7" r="7" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"/><circle cx="7" cy="7" r="3.5" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"/><circle cx="7" cy="7" r="1" fill="currentColor"/></g></svg>')
}

.icon-anim-2 {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 36 36"><g fill="none" fill-rule="evenodd"><path fill="currentColor" d="M14 13.6845422v8.6309156c0 .5522848.4477153 1 1 1 .167319 0 .3319635-.0419834.4788521-.1221044l7.9116727-4.3154578c.4848483-.2644628.6635062-.8718994.3990434-1.3567477-.0919453-.1685665-.2304769-.3070981-.3990434-.3990435l-7.9116727-4.3154578c-.4848483-.2644627-1.0922849-.0858049-1.3567477.3990435-.080121.1468886-.1221044.3115331-.1221044.4788521Z"/><path stroke="currentColor" stroke-linecap="round" stroke-width="1.88888889" d="M18 4.77777778V1m0 34v-3.7777778M31.2222222 18H35M1 18h3.77777778m3.87278889-9.34943333L5.97873333 5.97967778M30.0204167 30.0204167l-2.6708889-2.6708889m-.0000945-18.69896113 2.6708889-2.67088889M5.97911111 30.0204167l2.67183333-2.6708889M23.0542889 5.78219444l1.4440555-3.49066666M11.5013722 33.7087556l1.4440556-3.4906667m17.2723778-7.1638 3.4906666 1.4440555M2.29124444 11.5013722l3.49066667 1.4440556m7.15274999-7.15860558L11.4877722 2.2971m13.0246445 31.4061778-1.4468889-3.4897222m7.14765-17.2788945L33.7029 11.4877722M2.29672222 24.5124167l3.48972222-1.4468889"/></g></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 36 36"><g fill="none" fill-rule="evenodd"><path fill="currentColor" d="M14 13.6845422v8.6309156c0 .5522848.4477153 1 1 1 .167319 0 .3319635-.0419834.4788521-.1221044l7.9116727-4.3154578c.4848483-.2644628.6635062-.8718994.3990434-1.3567477-.0919453-.1685665-.2304769-.3070981-.3990434-.3990435l-7.9116727-4.3154578c-.4848483-.2644627-1.0922849-.0858049-1.3567477.3990435-.080121.1468886-.1221044.3115331-.1221044.4788521Z"/><path stroke="currentColor" stroke-linecap="round" stroke-width="1.88888889" d="M18 4.77777778V1m0 34v-3.7777778M31.2222222 18H35M1 18h3.77777778m3.87278889-9.34943333L5.97873333 5.97967778M30.0204167 30.0204167l-2.6708889-2.6708889m-.0000945-18.69896113 2.6708889-2.67088889M5.97911111 30.0204167l2.67183333-2.6708889M23.0542889 5.78219444l1.4440555-3.49066666M11.5013722 33.7087556l1.4440556-3.4906667m17.2723778-7.1638 3.4906666 1.4440555M2.29124444 11.5013722l3.49066667 1.4440556m7.15274999-7.15860558L11.4877722 2.2971m13.0246445 31.4061778-1.4468889-3.4897222m7.14765-17.2788945L33.7029 11.4877722M2.29672222 24.5124167l3.48972222-1.4468889"/></g></svg>')
}

.icon-aria-editor {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 34 16"><g fill="none" fill-rule="evenodd"><path stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M1 8h3v1.5c0 .82842712.67157288 1.5 1.5 1.5S7 10.32842712 7 9.5v-4C7 4.6715729 7.67157288 4 8.5 4s1.5.6715729 1.5 1.5v7.984375C10 14.32143157 10.67856843 15 11.515625 15c.8370566 0 1.515625-.67856843 1.515625-1.515625v-11C13.03125 1.6645773 13.6958273 1 14.515625 1S16 1.6645773 16 2.484375V11c0 .82842712.6715729 1.5 1.5 1.5S19 11.82842712 19 11V8.20117188h0V5"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m22.48051667 11.3087722.957-2.87038887 6.73016666-6.73016666c.33305556-.33305556.87327778-.33305556 1.20633334 0l1.23811113 1.2375c.3330555.33366666.3330555.87388889 0 1.20694444l-6.73016669 6.73016667-2.87038889.95700002c-.32816666.1087778-.64044444-.2028889-.53105555-.5310556Zm5.84582777-7.75939998 2.44444445 2.44444445"/><path fill="currentColor" d="m26.1761 4.08585 2 2"/></g></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 34 16"><g fill="none" fill-rule="evenodd"><path stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M1 8h3v1.5c0 .82842712.67157288 1.5 1.5 1.5S7 10.32842712 7 9.5v-4C7 4.6715729 7.67157288 4 8.5 4s1.5.6715729 1.5 1.5v7.984375C10 14.32143157 10.67856843 15 11.515625 15c.8370566 0 1.515625-.67856843 1.515625-1.515625v-11C13.03125 1.6645773 13.6958273 1 14.515625 1S16 1.6645773 16 2.484375V11c0 .82842712.6715729 1.5 1.5 1.5S19 11.82842712 19 11V8.20117188h0V5"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m22.48051667 11.3087722.957-2.87038887 6.73016666-6.73016666c.33305556-.33305556.87327778-.33305556 1.20633334 0l1.23811113 1.2375c.3330555.33366666.3330555.87388889 0 1.20694444l-6.73016669 6.73016667-2.87038889.95700002c-.32816666.1087778-.64044444-.2028889-.53105555-.5310556Zm5.84582777-7.75939998 2.44444445 2.44444445"/><path fill="currentColor" d="m26.1761 4.08585 2 2"/></g></svg>')
}

.icon-arrow-dot {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 23 16"><g fill="none" fill-rule="evenodd" stroke="currentColor" transform="translate(2 4)"><path fill="currentColor" stroke-linecap="round" stroke-width="2.5" d="M3.75 0 0 4l3.75 4z"/><path stroke-width="2.5" d="M1.25 4H14"/><circle cx="19" cy="4" r="1.5" fill="currentColor"/></g></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 23 16"><g fill="none" fill-rule="evenodd" stroke="currentColor" transform="translate(2 4)"><path fill="currentColor" stroke-linecap="round" stroke-width="2.5" d="M3.75 0 0 4l3.75 4z"/><path stroke-width="2.5" d="M1.25 4H14"/><circle cx="19" cy="4" r="1.5" fill="currentColor"/></g></svg>')
}

.icon-arrow-left {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 8 14"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 1 1 7l6 6"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 8 14"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 1 1 7l6 6"/></svg>')
}

.icon-arrow-nav {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 7 12"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M6 1 1 6l5 5"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 7 12"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M6 1 1 6l5 5"/></svg>')
}

.icon-arrow {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 17 16"><g fill="none" fill-rule="evenodd" stroke="currentColor" stroke-width="2.5"><path fill="currentColor" stroke-linecap="round" d="M5.75 4 2 8l3.75 4z"/><path d="M3.25 8H16"/></g></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 17 16"><g fill="none" fill-rule="evenodd" stroke="currentColor" stroke-width="2.5"><path fill="currentColor" stroke-linecap="round" d="M5.75 4 2 8l3.75 4z"/><path d="M3.25 8H16"/></g></svg>')
}

.icon-back-arrow {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 8 14"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 1 1 7l6 6"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 8 14"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 1 1 7l6 6"/></svg>')
}

.icon-bigger-text-1 {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 36 23"><g fill="none" fill-rule="evenodd" stroke="currentColor" stroke-linecap="round" stroke-width="2"><path stroke-linejoin="round" d="M26.58 21.3225806V1m-7.92 4.06451613V1H34.5v4.06451613"/><path d="M22.62 21.3225806h7.92"/><path stroke-linejoin="round" d="M6.78 18.6129032V5.06451613M1.5 7.77419355V5.06451613h10.56v2.70967742"/><path d="M4.14 18.6129032h5.28"/></g></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 36 23"><g fill="none" fill-rule="evenodd" stroke="currentColor" stroke-linecap="round" stroke-width="2"><path stroke-linejoin="round" d="M26.58 21.3225806V1m-7.92 4.06451613V1H34.5v4.06451613"/><path d="M22.62 21.3225806h7.92"/><path stroke-linejoin="round" d="M6.78 18.6129032V5.06451613M1.5 7.77419355V5.06451613h10.56v2.70967742"/><path d="M4.14 18.6129032h5.28"/></g></svg>')
}

.icon-bigger-text-2 {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 30 20"><g fill="none" fill-rule="evenodd" stroke="currentColor" stroke-linecap="round" stroke-width="1.7"><path stroke-linejoin="round" d="M22.28 18.4193548V1m-6.72 3.48387097V1H29v3.48387097"/><path d="M18.92 18.4193548h6.72"/><path stroke-linejoin="round" d="M5.48 16.0967742V4.48387097M1 6.80645161V4.48387097h8.96v2.32258064"/><path d="M3.24 16.0967742h4.48"/></g></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 30 20"><g fill="none" fill-rule="evenodd" stroke="currentColor" stroke-linecap="round" stroke-width="1.7"><path stroke-linejoin="round" d="M22.28 18.4193548V1m-6.72 3.48387097V1H29v3.48387097"/><path d="M18.92 18.4193548h6.72"/><path stroke-linejoin="round" d="M5.48 16.0967742V4.48387097M1 6.80645161V4.48387097h8.96v2.32258064"/><path d="M3.24 16.0967742h4.48"/></g></svg>')
}

.icon-bigger-text-3 {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 35 23"><g fill="none" fill-rule="evenodd" stroke="currentColor" stroke-linecap="round" stroke-width="2"><path stroke-linejoin="round" d="M26.08 21.3225806V1m-7.92 4.06451613V1H34v4.06451613"/><path d="M22.12 21.3225806h7.92"/><path stroke-linejoin="round" d="M6.28 18.6129032V5.06451613M1 7.77419355V5.06451613h10.56v2.70967742"/><path d="M3.64 18.6129032h5.28"/></g></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 35 23"><g fill="none" fill-rule="evenodd" stroke="currentColor" stroke-linecap="round" stroke-width="2"><path stroke-linejoin="round" d="M26.08 21.3225806V1m-7.92 4.06451613V1H34v4.06451613"/><path d="M22.12 21.3225806h7.92"/><path stroke-linejoin="round" d="M6.28 18.6129032V5.06451613M1 7.77419355V5.06451613h10.56v2.70967742"/><path d="M3.64 18.6129032h5.28"/></g></svg>')
}

.icon-bigger-text-4 {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 42 27"><g fill="none" fill-rule="evenodd" stroke="currentColor" stroke-linecap="round" stroke-width="2.3"><path stroke-linejoin="round" d="M30.88 25.2258065V2m-9.12 4.64516129V2H40v4.64516129"/><path d="M26.32 25.2258065h9.12"/><path stroke-linejoin="round" d="M8.08 22.1290323V6.64516129M2 9.74193548V6.64516129h12.16v3.09677419"/><path d="M5.04 22.1290323h6.08"/></g></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 42 27"><g fill="none" fill-rule="evenodd" stroke="currentColor" stroke-linecap="round" stroke-width="2.3"><path stroke-linejoin="round" d="M30.88 25.2258065V2m-9.12 4.64516129V2H40v4.64516129"/><path d="M26.32 25.2258065h9.12"/><path stroke-linejoin="round" d="M8.08 22.1290323V6.64516129M2 9.74193548V6.64516129h12.16v3.09677419"/><path d="M5.04 22.1290323h6.08"/></g></svg>')
}

.icon-bigger-text-5 {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 45 29"><g fill="none" fill-rule="evenodd" stroke="currentColor" stroke-linecap="round" stroke-width="2.5"><path stroke-linejoin="round" d="M33.16 27.1612903V2m-9.84 5.03225806V2H43v5.03225806"/><path d="M28.24 27.1612903h9.84"/><path stroke-linejoin="round" d="M8.56 23.8064516V7.03225806M2 10.38709677V7.03225806h13.12v3.35483871"/><path d="M5.28 23.8064516h6.56"/></g></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 45 29"><g fill="none" fill-rule="evenodd" stroke="currentColor" stroke-linecap="round" stroke-width="2.5"><path stroke-linejoin="round" d="M33.16 27.1612903V2m-9.84 5.03225806V2H43v5.03225806"/><path d="M28.24 27.1612903h9.84"/><path stroke-linejoin="round" d="M8.56 23.8064516V7.03225806M2 10.38709677V7.03225806h13.12v3.35483871"/><path d="M5.28 23.8064516h6.56"/></g></svg>')
}

.icon-bin {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 14 16"><path fill="currentColor" fill-rule="evenodd" d="M1.05365766 4.01383348 2.37432433 15.9236668H11.605208l1.3200156-11.90983332zM.000022 2.38996682V.81352237h.29812403c1.36516279 0 2.73021706-.00366666 4.09527132.00411111.18677519.001.33773643-.03344444.44637209-.19255555.34815504-.51011111.81536434-.66611111 1.42018605-.61622222.68263566.05622222 1.3731938.00522222 2.05995349.01988889.12806201.00266666.3044186.05677777.37289922.15166666.39308527.54555556.90088372.67633333 1.5475969.64844445 1.2352558-.05311112 2.4743101-.01533334 3.7304031-.01533334v1.57644445H.000022Z"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 14 16"><path fill="currentColor" fill-rule="evenodd" d="M1.05365766 4.01383348 2.37432433 15.9236668H11.605208l1.3200156-11.90983332zM.000022 2.38996682V.81352237h.29812403c1.36516279 0 2.73021706-.00366666 4.09527132.00411111.18677519.001.33773643-.03344444.44637209-.19255555.34815504-.51011111.81536434-.66611111 1.42018605-.61622222.68263566.05622222 1.3731938.00522222 2.05995349.01988889.12806201.00266666.3044186.05677777.37289922.15166666.39308527.54555556.90088372.67633333 1.5475969.64844445 1.2352558-.05311112 2.4743101-.01533334 3.7304031-.01533334v1.57644445H.000022Z"/></svg>')
}

.icon-blind-reader {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 20 13"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M1 7.3823532h3.6V5.5211767c0-.5964675.48353247-1.08 1.08-1.08.5964675 0 1.08.4835325 1.08 1.08v5.4169853c0 .60268073.4885693 1.09125 1.09125 1.09125.6026807 0 1.09125-.48856927 1.09125-1.09125V2.5687502c0-.5902543.4784957-1.06875 1.06875-1.06875s1.06875.4784957 1.06875 1.06875v6.85125c0 .5964676.4835325 1.08 1.08 1.08.5964675 0 1.08-.4835324 1.08-1.08V5.5211767c0-.5964675.4835325-1.08 1.08-1.08.5964675 0 1.08.4835325 1.08 1.08v1.8611765H19"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 20 13"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M1 7.3823532h3.6V5.5211767c0-.5964675.48353247-1.08 1.08-1.08.5964675 0 1.08.4835325 1.08 1.08v5.4169853c0 .60268073.4885693 1.09125 1.09125 1.09125.6026807 0 1.09125-.48856927 1.09125-1.09125V2.5687502c0-.5902543.4784957-1.06875 1.06875-1.06875s1.06875.4784957 1.06875 1.06875v6.85125c0 .5964676.4835325 1.08 1.08 1.08.5964675 0 1.08-.4835324 1.08-1.08V5.5211767c0-.5964675.4835325-1.08 1.08-1.08.5964675 0 1.08.4835325 1.08 1.08v1.8611765H19"/></svg>')
}

.icon-check-toggle {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 12 9"><path fill="currentColor" d="M9.61611652.61611652c.48815538-.48815536 1.27961158-.48815536 1.76776698 0 .4881553.48815537.4881553 1.27961159 0 1.76776696l-6.00000002 6c-.48815537.48815536-1.27961159.48815536-1.76776696 0l-3-3c-.48815536-.48815537-.48815536-1.27961159 0-1.76776696.48815537-.48815536 1.27961159-.48815536 1.76776696 0L4.5 5.733 9.61611652.61611652Z"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 12 9"><path fill="currentColor" d="M9.61611652.61611652c.48815538-.48815536 1.27961158-.48815536 1.76776698 0 .4881553.48815537.4881553 1.27961159 0 1.76776696l-6.00000002 6c-.48815537.48815536-1.27961159.48815536-1.76776696 0l-3-3c-.48815536-.48815537-.48815536-1.27961159 0-1.76776696.48815537-.48815536 1.27961159-.48815536 1.76776696 0L4.5 5.733 9.61611652.61611652Z"/></svg>')
}

.icon-chevron-right {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 6 11"><path fill="currentColor" fill-rule="evenodd" d="m.5 10.5 5-5-5-5"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 6 11"><path fill="currentColor" fill-rule="evenodd" d="m.5 10.5 5-5-5-5"/></svg>')
}

.icon-close-thin {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 16 16"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M1 14.5 14.6097561 1M1 1l13.6097561 13.5"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 16 16"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M1 14.5 14.6097561 1M1 1l13.6097561 13.5"/></svg>')
}

.icon-close-toggle {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 11 11"><path fill="currentColor" d="M1.11611652 1.11611652c.48815537-.48815536 1.27961159-.48815536 1.76776696 0L5.5 3.733l2.61611652-2.61688348c.48815537-.48815536 1.27961159-.48815536 1.76776696 0 .48815536.48815537.48815536 1.27961159 0 1.76776696L7.267 5.5l2.61688348 2.61611652c.45561167.45561168.48598578 1.1754321.09112233 1.66627161l-.09112233.10149535c-.48815537.48815536-1.27961159.48815536-1.76776696 0L5.5 7.267 2.88388348 9.88388348c-.48815537.48815536-1.2796116.48815536-1.76776696 0-.48815536-.48815537-.48815536-1.27961159 0-1.76776696L3.733 5.5 1.11611652 2.88388348c-.45561167-.45561168-.48598578-1.1754321-.09112233-1.6662716Z"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 11 11"><path fill="currentColor" d="M1.11611652 1.11611652c.48815537-.48815536 1.27961159-.48815536 1.76776696 0L5.5 3.733l2.61611652-2.61688348c.48815537-.48815536 1.27961159-.48815536 1.76776696 0 .48815536.48815537.48815536 1.27961159 0 1.76776696L7.267 5.5l2.61688348 2.61611652c.45561167.45561168.48598578 1.1754321.09112233 1.66627161l-.09112233.10149535c-.48815537.48815536-1.27961159.48815536-1.76776696 0L5.5 7.267 2.88388348 9.88388348c-.48815537.48815536-1.2796116.48815536-1.76776696 0-.48815536-.48815537-.48815536-1.27961159 0-1.76776696L3.733 5.5 1.11611652 2.88388348c-.45561167-.45561168-.48598578-1.1754321-.09112233-1.6662716Z"/></svg>')
}

.icon-close {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 14 14"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="m2.30436241 2.30436238 9.39127515 9.39127515m-9.39127518 6e-8 9.39127515-9.39127515"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 14 14"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="m2.30436241 2.30436238 9.39127515 9.39127515m-9.39127518 6e-8 9.39127515-9.39127515"/></svg>')
}

.icon-cognitive-learning {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 12 12"><path fill="currentColor" fill-rule="evenodd" d="M3.4305674 2.28495811c0-.29900421-.0035071-.5816392.0006908-.86416789.0100965-.6746462.4400452-1.21600009 1.0909996-1.37910779.8740855-.2190182 1.7499778.45334269 1.7616153 1.35434135.0037729.29124478.0005845.58259585.0005845.88893433h.1520311c.6906493 0 1.3812986-.00031888 2.0719479.00015944.3570418.00021259.6691279.10900421.91208.38255108.1933733.21779582.2903522.47321957.2909368.76340147.0015941.7084476.0005313 1.4168952.0005313 2.1252896v.1565707c.2715941 0 .5314976-.0022853.7912949.0006378.254377.0028699.5002517.0418797.7295471.1649146.5329323.2859833.8426803.8785176.751281 1.448996-.1033024.6442993-.5548788 1.129849-1.1788385 1.2169567-.3001298.0418797-.6095589.0175916-.9148432.0229594-.0562744.0010098-.112655.0001063-.1784413.0001063v.161407c0 .6995721.0006377 1.3991442-.0002125 2.0987163-.000744.6465315-.4531174 1.1385651-1.0996612 1.159877-.5881439.0193986-1.1774569.0128615-1.766079.0028699-.3425349-.005793-.556101-.251172-.5632217-.5945007-.0040386-.1982378.0014348-.4022686-.0430958-.5930127-.1534127-.6571609-.7408127-1.1027973-1.4051581-1.0894574-.6564808.0132867-1.21763.4804476-1.3617434 1.1497791-.0368254.1711329-.0409171.3509819-.04469.5271637-.0077051.3596979-.2220153.5979553-.5828831.6018881-.6019069.006484-1.204239.0084504-1.8058802-.0078657-.51922249-.0140839-1.00156639-.4718909-1.02255635-.9932616-.0256662-.6364868-.01626057-1.2747805-.00797087-1.9120645.00334777-.2564336.23147406-.4753455.48739212-.4978266.16287144-.0143496.32717763-.0114266.49047418-.0220559.61556372-.0402854 1.12729352-.495063 1.26736832-1.1232589.1313599-.5889203-.1487896-1.2059553-.6753453-1.5050127-.2987482-.1696979-.61923025-.2269902-.95714199-.2183804-.23540635.0060056-.42771687-.0807301-.54106264-.2924671-.04410548-.0823777-.073332-.1834098-.07434164-.2763637-.00653612-.5755273-.00919307-1.1512672-.00138162-1.7267414.00903365-.65971191.50338699-1.12788258 1.18728759-1.13123083.6906493-.00334825 1.3812455-.00074406 2.0718948-.00074406h.1665911Z"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 12 12"><path fill="currentColor" fill-rule="evenodd" d="M3.4305674 2.28495811c0-.29900421-.0035071-.5816392.0006908-.86416789.0100965-.6746462.4400452-1.21600009 1.0909996-1.37910779.8740855-.2190182 1.7499778.45334269 1.7616153 1.35434135.0037729.29124478.0005845.58259585.0005845.88893433h.1520311c.6906493 0 1.3812986-.00031888 2.0719479.00015944.3570418.00021259.6691279.10900421.91208.38255108.1933733.21779582.2903522.47321957.2909368.76340147.0015941.7084476.0005313 1.4168952.0005313 2.1252896v.1565707c.2715941 0 .5314976-.0022853.7912949.0006378.254377.0028699.5002517.0418797.7295471.1649146.5329323.2859833.8426803.8785176.751281 1.448996-.1033024.6442993-.5548788 1.129849-1.1788385 1.2169567-.3001298.0418797-.6095589.0175916-.9148432.0229594-.0562744.0010098-.112655.0001063-.1784413.0001063v.161407c0 .6995721.0006377 1.3991442-.0002125 2.0987163-.000744.6465315-.4531174 1.1385651-1.0996612 1.159877-.5881439.0193986-1.1774569.0128615-1.766079.0028699-.3425349-.005793-.556101-.251172-.5632217-.5945007-.0040386-.1982378.0014348-.4022686-.0430958-.5930127-.1534127-.6571609-.7408127-1.1027973-1.4051581-1.0894574-.6564808.0132867-1.21763.4804476-1.3617434 1.1497791-.0368254.1711329-.0409171.3509819-.04469.5271637-.0077051.3596979-.2220153.5979553-.5828831.6018881-.6019069.006484-1.204239.0084504-1.8058802-.0078657-.51922249-.0140839-1.00156639-.4718909-1.02255635-.9932616-.0256662-.6364868-.01626057-1.2747805-.00797087-1.9120645.00334777-.2564336.23147406-.4753455.48739212-.4978266.16287144-.0143496.32717763-.0114266.49047418-.0220559.61556372-.0402854 1.12729352-.495063 1.26736832-1.1232589.1313599-.5889203-.1487896-1.2059553-.6753453-1.5050127-.2987482-.1696979-.61923025-.2269902-.95714199-.2183804-.23540635.0060056-.42771687-.0807301-.54106264-.2924671-.04410548-.0823777-.073332-.1834098-.07434164-.2763637-.00653612-.5755273-.00919307-1.1512672-.00138162-1.7267414.00903365-.65971191.50338699-1.12788258 1.18728759-1.13123083.6906493-.00334825 1.3812455-.00074406 2.0718948-.00074406h.1665911Z"/></svg>')
}

.icon-color-blind {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 12 16"><g fill="none" fill-rule="evenodd"><path stroke="currentColor" stroke-linejoin="round" stroke-width="1.5" d="M10.18462518 7.77262463 6 1 1.749375 7.8845C1.2775 8.59733333 1 9.43383333 1 10.33333333 1 12.9105 3.23875 15 6 15s5-2.0895 5-4.66666667c0-.88617554-.74237577-2.438274-.749375-2.44883333l-.06599982-.11187537Z"/><path fill="currentColor" d="M6 15c2.76125 0 5-2.0895 5-4.66666667 0-.88617554-.74237577-2.438274-.749375-2.44883333l-.06599982-.11187537L6 1"/></g></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 12 16"><g fill="none" fill-rule="evenodd"><path stroke="currentColor" stroke-linejoin="round" stroke-width="1.5" d="M10.18462518 7.77262463 6 1 1.749375 7.8845C1.2775 8.59733333 1 9.43383333 1 10.33333333 1 12.9105 3.23875 15 6 15s5-2.0895 5-4.66666667c0-.88617554-.74237577-2.438274-.749375-2.44883333l-.06599982-.11187537Z"/><path fill="currentColor" d="M6 15c2.76125 0 5-2.0895 5-4.66666667 0-.88617554-.74237577-2.438274-.749375-2.44883333l-.06599982-.11187537L6 1"/></g></svg>')
}

.icon-contrast-1 {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 21 28"><g fill="none" fill-rule="evenodd"><path stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M18.0323253 13.5777315 10.5 1 2.848875 13.7855C1.9995 15.1093333 1.5 16.6628333 1.5 18.3333333 1.5 23.1195 5.52975 27 10.5 27s9-3.8805 9-8.6666667c0-1.6457545-1.3362764-4.5282231-1.348875-4.5478333l-.1187997-.2077685Z"/><path fill="currentColor" d="M10.5 27c4.97025 0 9-3.8805 9-8.6666667 0-1.6457545-1.3362764-4.5282231-1.348875-4.5478333l-.1187997-.2077685L10.5 1"/></g></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 21 28"><g fill="none" fill-rule="evenodd"><path stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M18.0323253 13.5777315 10.5 1 2.848875 13.7855C1.9995 15.1093333 1.5 16.6628333 1.5 18.3333333 1.5 23.1195 5.52975 27 10.5 27s9-3.8805 9-8.6666667c0-1.6457545-1.3362764-4.5282231-1.348875-4.5478333l-.1187997-.2077685Z"/><path fill="currentColor" d="M10.5 27c4.97025 0 9-3.8805 9-8.6666667 0-1.6457545-1.3362764-4.5282231-1.348875-4.5478333l-.1187997-.2077685L10.5 1"/></g></svg>')
}

.icon-contrast-2 {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" version="1.2" viewBox="0 0 34 32"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M31 1H3c-1.10457 0-2 .89543-2 2v18.4c0 1.1046.89543 2 2 2h28c1.1046 0 2-.8954 2-2V3c0-1.10457-.8954-2-2-2ZM10.6016 29.8h12.8M17 23.4v6.4"/><path fill="currentColor" fill-rule="evenodd" d="m13.4062 14.7134 7.3695-5.15859c1.1307 1.74369.9318 4.09849-.5969 5.62719-1.7573 1.7573-4.6066 1.7573-6.3639 0-.1488-.1488-.285-.3055-.4087-.4686Z" clip-rule="evenodd"/><path fill="currentColor" fill-rule="evenodd" d="M13.4094 14.7134 2.57346 22.2986c-.16808.1176-.36829.1807-.57346.1807-.55228 0-1-.4477-1-1V3c0-1.10457.89543-2 2-2h28.7311c.1305 0 .2528.06368.3276.17062.1267.18097.0827.43039-.0983.55707L20.7788 9.55483c-.1692-.26089-.3681-.5081-.5968-.73681-1.7574-1.75736-4.6066-1.75736-6.364 0-1.6085 1.60858-1.7447 4.13188-.4086 5.89538Z" clip-rule="evenodd"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" version="1.2" viewBox="0 0 34 32"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M31 1H3c-1.10457 0-2 .89543-2 2v18.4c0 1.1046.89543 2 2 2h28c1.1046 0 2-.8954 2-2V3c0-1.10457-.8954-2-2-2ZM10.6016 29.8h12.8M17 23.4v6.4"/><path fill="currentColor" fill-rule="evenodd" d="m13.4062 14.7134 7.3695-5.15859c1.1307 1.74369.9318 4.09849-.5969 5.62719-1.7573 1.7573-4.6066 1.7573-6.3639 0-.1488-.1488-.285-.3055-.4087-.4686Z" clip-rule="evenodd"/><path fill="currentColor" fill-rule="evenodd" d="M13.4094 14.7134 2.57346 22.2986c-.16808.1176-.36829.1807-.57346.1807-.55228 0-1-.4477-1-1V3c0-1.10457.89543-2 2-2h28.7311c.1305 0 .2528.06368.3276.17062.1267.18097.0827.43039-.0983.55707L20.7788 9.55483c-.1692-.26089-.3681-.5081-.5968-.73681-1.7574-1.75736-4.6066-1.75736-6.364 0-1.6085 1.60858-1.7447 4.13188-.4086 5.89538Z" clip-rule="evenodd"/></svg>')
}

.icon-contrast-3 {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" version="1.2" viewBox="0 0 34 32"><path fill="currentColor" fill-rule="evenodd" d="M31 1H3c-1.10457 0-2 .89543-2 2v18.4c0 1.1046.89543 2 2 2h28c1.1046 0 2-.8954 2-2V3c0-1.10457-.8954-2-2-2ZM17 6.375c-3.1066 0-5.625 2.5184-5.625 5.625s2.5184 5.625 5.625 5.625 5.625-2.5184 5.625-5.625S20.1066 6.375 17 6.375Z" clip-rule="evenodd"/><path fill="currentColor" d="M3 2h28V0H3v2ZM2 3c0-.55228.44772-1 1-1V0C1.34315 0 0 1.34315 0 3h2Zm0 18.4V3H0v18.4h2Zm1 1c-.55229 0-1-.4477-1-1H0c0 1.6569 1.34315 3 3 3v-2Zm28 0H3v2h28v-2Zm1-1c0 .5523-.4477 1-1 1v2c1.6569 0 3-1.3431 3-3h-2ZM32 3v18.4h2V3h-2Zm-1-1c.5523 0 1 .44771 1 1h2c0-1.65685-1.3431-3-3-3v2ZM12.375 12c0-2.55432 2.0707-4.625 4.625-4.625v-2c-3.6589 0-6.625 2.96611-6.625 6.625h2ZM17 16.625c-2.5543 0-4.625-2.0707-4.625-4.625h-2c0 3.6589 2.9661 6.625 6.625 6.625v-2ZM21.625 12c0 2.5543-2.0707 4.625-4.625 4.625v2c3.6589 0 6.625-2.9661 6.625-6.625h-2ZM17 7.375c2.5543 0 4.625 2.07068 4.625 4.625h2c0-3.65889-2.9661-6.625-6.625-6.625v2Z"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 30h12.8M17 23v6.4"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" version="1.2" viewBox="0 0 34 32"><path fill="currentColor" fill-rule="evenodd" d="M31 1H3c-1.10457 0-2 .89543-2 2v18.4c0 1.1046.89543 2 2 2h28c1.1046 0 2-.8954 2-2V3c0-1.10457-.8954-2-2-2ZM17 6.375c-3.1066 0-5.625 2.5184-5.625 5.625s2.5184 5.625 5.625 5.625 5.625-2.5184 5.625-5.625S20.1066 6.375 17 6.375Z" clip-rule="evenodd"/><path fill="currentColor" d="M3 2h28V0H3v2ZM2 3c0-.55228.44772-1 1-1V0C1.34315 0 0 1.34315 0 3h2Zm0 18.4V3H0v18.4h2Zm1 1c-.55229 0-1-.4477-1-1H0c0 1.6569 1.34315 3 3 3v-2Zm28 0H3v2h28v-2Zm1-1c0 .5523-.4477 1-1 1v2c1.6569 0 3-1.3431 3-3h-2ZM32 3v18.4h2V3h-2Zm-1-1c.5523 0 1 .44771 1 1h2c0-1.65685-1.3431-3-3-3v2ZM12.375 12c0-2.55432 2.0707-4.625 4.625-4.625v-2c-3.6589 0-6.625 2.96611-6.625 6.625h2ZM17 16.625c-2.5543 0-4.625-2.0707-4.625-4.625h-2c0 3.6589 2.9661 6.625 6.625 6.625v-2ZM21.625 12c0 2.5543-2.0707 4.625-4.625 4.625v2c3.6589 0 6.625-2.9661 6.625-6.625h-2ZM17 7.375c2.5543 0 4.625 2.07068 4.625 4.625h2c0-3.65889-2.9661-6.625-6.625-6.625v2Z"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 30h12.8M17 23v6.4"/></svg>')
}

.icon-contrast-4 {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 34 32"><g fill="none" fill-rule="evenodd" transform="translate(1 1)"><rect width="32" height="22.4" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" rx="2"/><circle cx="16" cy="11" r="5" fill="currentColor" fill-rule="nonzero"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 29h12.8M16 23v5.4"/></g></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 34 32"><g fill="none" fill-rule="evenodd" transform="translate(1 1)"><rect width="32" height="22.4" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" rx="2"/><circle cx="16" cy="11" r="5" fill="currentColor" fill-rule="nonzero"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 29h12.8M16 23v5.4"/></g></svg>')
}

.icon-contrast-plus {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" version="1.2" viewBox="0 0 32 32"><circle cx="15.6286" cy="15.6286" r="14.6286" stroke="currentColor" stroke-width="1.8"/><circle cx="15.6286" cy="15.6286" r="13.9536" stroke="currentColor" stroke-width="1.35"/><path fill="currentColor" fill-rule="evenodd" d="M15.6286 1C7.54943 1 1 7.54943 1 15.6286c0 8.0791 6.54943 14.6285 14.6286 14.6285" clip-rule="evenodd"/><path stroke="currentColor" stroke-width="1.8" d="M15.6286 1C7.54943 1 1 7.54943 1 15.6286c0 8.0791 6.54943 14.6285 14.6286 14.6285"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" version="1.2" viewBox="0 0 32 32"><circle cx="15.6286" cy="15.6286" r="14.6286" stroke="currentColor" stroke-width="1.8"/><circle cx="15.6286" cy="15.6286" r="13.9536" stroke="currentColor" stroke-width="1.35"/><path fill="currentColor" fill-rule="evenodd" d="M15.6286 1C7.54943 1 1 7.54943 1 15.6286c0 8.0791 6.54943 14.6285 14.6286 14.6285" clip-rule="evenodd"/><path stroke="currentColor" stroke-width="1.8" d="M15.6286 1C7.54943 1 1 7.54943 1 15.6286c0 8.0791 6.54943 14.6285 14.6286 14.6285"/></svg>')
}

.icon-cursor-1 {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 27 27"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m15.9983464 11.5517813 9.5269972 9.52699721-4.4465655 4.44656549-9.5269972-9.52699717-4.05145413 9.06403815L1 1.0000004l24.0623846 6.5003268z"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 27 27"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m15.9983464 11.5517813 9.5269972 9.52699721-4.4465655 4.44656549-9.5269972-9.52699717-4.05145413 9.06403815L1 1.0000004l24.0623846 6.5003268z"/></svg>')
}

.icon-delete {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 14 16"><path fill="currentColor" fill-rule="evenodd" d="M1.05365766 4.01383348 2.37432433 15.9236668H11.605208l1.3200156-11.90983332zM.000022 2.38996682V.81352237h.29812403c1.36516279 0 2.73021706-.00366666 4.09527132.00411111.18677519.001.33773643-.03344444.44637209-.19255555.34815504-.51011111.81536434-.66611111 1.42018605-.61622222.68263566.05622222 1.3731938.00522222 2.05995349.01988889.12806201.00266666.3044186.05677777.37289922.15166666.39308527.54555556.90088372.67633333 1.5475969.64844445 1.2352558-.05311112 2.4743101-.01533334 3.7304031-.01533334v1.57644445H.000022Z"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 14 16"><path fill="currentColor" fill-rule="evenodd" d="M1.05365766 4.01383348 2.37432433 15.9236668H11.605208l1.3200156-11.90983332zM.000022 2.38996682V.81352237h.29812403c1.36516279 0 2.73021706-.00366666 4.09527132.00411111.18677519.001.33773643-.03344444.44637209-.19255555.34815504-.51011111.81536434-.66611111 1.42018605-.61622222.68263566.05622222 1.3731938.00522222 2.05995349.01988889.12806201.00266666.3044186.05677777.37289922.15166666.39308527.54555556.90088372.67633333 1.5475969.64844445 1.2352558-.05311112 2.4743101-.01533334 3.7304031-.01533334v1.57644445H.000022Z"/></svg>')
}

.icon-dictionary-default {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 69 70"><g fill="none" fill-rule="evenodd"><path fill="currentColor" d="M8 22H6c-2.209139 0-4 1.790861-4 4v34c0 2.209139 1.790861 4 4 4h20.763932c1.3704102 0 2.6232019.7742679 3.236068 2 .6128661 1.2257321 1.8656578 2 3.236068 2h3.527864c1.3704102 0 2.6232019-.7742679 3.236068-2 .6128661-1.2257321 1.8656578-2 3.236068-2H63c2.209139 0 4-1.790861 4-4V26c0-2.209139-1.790861-4-4-4h-2v-1c0-2.209139-1.790861-4-4-4H47v-4l4-3-16-8-18 8 6 3v4H12c-2.209139 0-4 1.790861-4 4v1Z" opacity=".19452486"/><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M16 17h-4c-2.209139 0-4 1.790861-4 4v33c0 2.209139 1.790861 4 4 4h19c2.209139 0 4 1.790861 4 4h0c0-2.209139 1.790861-4 4-4h18c2.209139 0 4-1.790861 4-4V21c0-2.209139-1.790861-4-4-4h-4 0-6v-4l6-3-18-8-18 8 6 3v4"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M8 22H6c-2.209139 0-4 1.790861-4 4v34c0 2.209139 1.790861 4 4 4h20.763932c1.3704102 0 2.6232019.7742679 3.236068 2 .6128661 1.2257321 1.8656578 2 3.236068 2h3.527864c1.3704102 0 2.6232019-.7742679 3.236068-2 .6128661-1.2257321 1.8656578-2 3.236068-2H63c2.209139 0 4-1.790861 4-4V26h0"/><path stroke="currentColor" stroke-linejoin="round" stroke-width="2.5" d="m17 10 18-8 18 8-18 8z"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M23 13v10c7.2666153 4.8444102 16.7333847 4.8444102 24 0h0V13"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M35 27v24"/></g></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 69 70"><g fill="none" fill-rule="evenodd"><path fill="currentColor" d="M8 22H6c-2.209139 0-4 1.790861-4 4v34c0 2.209139 1.790861 4 4 4h20.763932c1.3704102 0 2.6232019.7742679 3.236068 2 .6128661 1.2257321 1.8656578 2 3.236068 2h3.527864c1.3704102 0 2.6232019-.7742679 3.236068-2 .6128661-1.2257321 1.8656578-2 3.236068-2H63c2.209139 0 4-1.790861 4-4V26c0-2.209139-1.790861-4-4-4h-2v-1c0-2.209139-1.790861-4-4-4H47v-4l4-3-16-8-18 8 6 3v4H12c-2.209139 0-4 1.790861-4 4v1Z" opacity=".19452486"/><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M16 17h-4c-2.209139 0-4 1.790861-4 4v33c0 2.209139 1.790861 4 4 4h19c2.209139 0 4 1.790861 4 4h0c0-2.209139 1.790861-4 4-4h18c2.209139 0 4-1.790861 4-4V21c0-2.209139-1.790861-4-4-4h-4 0-6v-4l6-3-18-8-18 8 6 3v4"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M8 22H6c-2.209139 0-4 1.790861-4 4v34c0 2.209139 1.790861 4 4 4h20.763932c1.3704102 0 2.6232019.7742679 3.236068 2 .6128661 1.2257321 1.8656578 2 3.236068 2h3.527864c1.3704102 0 2.6232019-.7742679 3.236068-2 .6128661-1.2257321 1.8656578-2 3.236068-2H63c2.209139 0 4-1.790861 4-4V26h0"/><path stroke="currentColor" stroke-linejoin="round" stroke-width="2.5" d="m17 10 18-8 18 8-18 8z"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M23 13v10c7.2666153 4.8444102 16.7333847 4.8444102 24 0h0V13"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M35 27v24"/></g></svg>')
}

.icon-dictionary-not-found {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 78 58"><g fill="none" fill-rule="evenodd" transform="translate(2 2)"><path fill="currentColor" d="M6 8H4c-2.209139 0-4 1.790861-4 4v34c0 2.209139 1.790861 4 4 4h20.763932c1.3704102 0 2.6232019.7742679 3.236068 2 .6128661 1.2257321 1.8656578 2 3.236068 2h3.527864c1.3704102 0 2.6232019-.7742679 3.236068-2 .6128661-1.2257321 1.8656578-2 3.236068-2H61c2.209139 0 4-1.790861 4-4V12c0-2.209139-1.790861-4-4-4h-2V7c0-2.209139-1.790861-4-4-4H36l-3 2-3-2H10C7.790861 3 6 4.790861 6 7v1Z" opacity=".19452486"/><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M6 7v33c0 2.209139 1.790861 4 4 4h19c2.209139 0 4 1.790861 4 4h0c0-2.209139 1.790861-4 4-4h18c2.209139 0 4-1.790861 4-4V7c0-2.209139-1.790861-4-4-4H37c-2.209139 0-4 1.790861-4 4h0c0-2.209139-1.790861-4-4-4H10C7.790861 3 6 4.790861 6 7Z"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M6 8H4c-2.209139 0-4 1.790861-4 4v34c0 2.209139 1.790861 4 4 4h20.763932c1.3704102 0 2.6232019.7742679 3.236068 2 .6128661 1.2257321 1.8656578 2 3.236068 2h3.527864c1.3704102 0 2.6232019-.7742679 3.236068-2 .6128661-1.2257321 1.8656578-2 3.236068-2H61c2.209139 0 4-1.790861 4-4V31h0"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M33 7v30"/><circle cx="54" cy="12" r="12" fill="currentColor" stroke="currentColor" stroke-width="2.5"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="m63 21 11 11"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="m51 9 6 6m0-6-6 6"/></g></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 78 58"><g fill="none" fill-rule="evenodd" transform="translate(2 2)"><path fill="currentColor" d="M6 8H4c-2.209139 0-4 1.790861-4 4v34c0 2.209139 1.790861 4 4 4h20.763932c1.3704102 0 2.6232019.7742679 3.236068 2 .6128661 1.2257321 1.8656578 2 3.236068 2h3.527864c1.3704102 0 2.6232019-.7742679 3.236068-2 .6128661-1.2257321 1.8656578-2 3.236068-2H61c2.209139 0 4-1.790861 4-4V12c0-2.209139-1.790861-4-4-4h-2V7c0-2.209139-1.790861-4-4-4H36l-3 2-3-2H10C7.790861 3 6 4.790861 6 7v1Z" opacity=".19452486"/><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M6 7v33c0 2.209139 1.790861 4 4 4h19c2.209139 0 4 1.790861 4 4h0c0-2.209139 1.790861-4 4-4h18c2.209139 0 4-1.790861 4-4V7c0-2.209139-1.790861-4-4-4H37c-2.209139 0-4 1.790861-4 4h0c0-2.209139-1.790861-4-4-4H10C7.790861 3 6 4.790861 6 7Z"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M6 8H4c-2.209139 0-4 1.790861-4 4v34c0 2.209139 1.790861 4 4 4h20.763932c1.3704102 0 2.6232019.7742679 3.236068 2 .6128661 1.2257321 1.8656578 2 3.236068 2h3.527864c1.3704102 0 2.6232019-.7742679 3.236068-2 .6128661-1.2257321 1.8656578-2 3.236068-2H61c2.209139 0 4-1.790861 4-4V31h0"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M33 7v30"/><circle cx="54" cy="12" r="12" fill="currentColor" stroke="currentColor" stroke-width="2.5"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="m63 21 11 11"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="m51 9 6 6m0-6-6 6"/></g></svg>')
}

.icon-dictionary {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 31 35"><path d="M4 29h26a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1H4a4 4 0 0 0-4 4v27a4 4 0 0 0 4 4h26.12a1 1 0 0 0-.12-2H3.85A2 2 0 0 1 2 31v-.15A2 2 0 0 1 4 29ZM9 2h20v25H9ZM2 27.54V3.85A2 2 0 0 1 4 2h3v25H3.8a3.84 3.84 0 0 0-1.69.47Z"/><path d="M22.45 15.55c-.64-1.55-1.29-3.1-1.93-4.66-.29-.69-.57-1.39-.87-2.08a.93.93 0 0 0-1.72 0l-1.33 3.24c-.83 2-1.67 4-2.51 6.05a.93.93 0 0 0 .84 1.3 1.06 1.06 0 0 0 .88-.61l.71-1.71a.08.08 0 0 1 .09-.06H21a.1.1 0 0 1 .1.06l.57 1.39A1.71 1.71 0 0 0 22 19a.93.93 0 0 0 .73.38h.11a.92.92 0 0 0 .72-1.28c-.4-.85-.76-1.7-1.11-2.55Zm-5.14-.38c.49-1.2 1-2.39 1.49-3.6l1.5 3.6Z"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 31 35"><path d="M4 29h26a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1H4a4 4 0 0 0-4 4v27a4 4 0 0 0 4 4h26.12a1 1 0 0 0-.12-2H3.85A2 2 0 0 1 2 31v-.15A2 2 0 0 1 4 29ZM9 2h20v25H9ZM2 27.54V3.85A2 2 0 0 1 4 2h3v25H3.8a3.84 3.84 0 0 0-1.69.47Z"/><path d="M22.45 15.55c-.64-1.55-1.29-3.1-1.93-4.66-.29-.69-.57-1.39-.87-2.08a.93.93 0 0 0-1.72 0l-1.33 3.24c-.83 2-1.67 4-2.51 6.05a.93.93 0 0 0 .84 1.3 1.06 1.06 0 0 0 .88-.61l.71-1.71a.08.08 0 0 1 .09-.06H21a.1.1 0 0 1 .1.06l.57 1.39A1.71 1.71 0 0 0 22 19a.93.93 0 0 0 .73.38h.11a.92.92 0 0 0 .72-1.28c-.4-.85-.76-1.7-1.11-2.55Zm-5.14-.38c.49-1.2 1-2.39 1.49-3.6l1.5 3.6Z"/></svg>')
}

.icon-download {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 14 13"><g fill="none" fill-rule="evenodd" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M13 7v5H1V7"/><path d="m4 6 3 3 3-3M7 1v8"/></g></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 14 13"><g fill="none" fill-rule="evenodd" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M13 7v5H1V7"/><path d="m4 6 3 3 3-3M7 1v8"/></g></svg>')
}

.icon-dyslexia {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 14 11"><path fill="currentColor" fill-rule="evenodd" stroke="currentColor" stroke-width=".5" d="M1 10V1.4125h2.8968759c2.7220645 0 4.6449908 1.775 4.6449908 4.2875 0 2.5125-1.9229263 4.3-4.6449908 4.3H1Zm.97395-1.7631818h1.9229263c2.1476839 0 3.6585545-1.1706833 3.6585545-2.9740909C7.5554308 3.470591 6.0445602 2.3 3.8968763 2.3H1.97395v5.9368182ZM11.809437 2.65l.004584.8875h1.605048v.8375h-1.600688L12.008 10h-1.414166L10.812 4.375h-.969534v-.8375h1.023692l.030044-.8875c.0320746-.9625.6440977-1.65 1.482911-1.65.396736 0 .7919618.15 1.120887.4125l-.385091.6875c-.1391915-.15-.3806405-.2625-.651108-.2625-.3527837 0-.6568024.3375-.654364.8125Z"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 14 11"><path fill="currentColor" fill-rule="evenodd" stroke="currentColor" stroke-width=".5" d="M1 10V1.4125h2.8968759c2.7220645 0 4.6449908 1.775 4.6449908 4.2875 0 2.5125-1.9229263 4.3-4.6449908 4.3H1Zm.97395-1.7631818h1.9229263c2.1476839 0 3.6585545-1.1706833 3.6585545-2.9740909C7.5554308 3.470591 6.0445602 2.3 3.8968763 2.3H1.97395v5.9368182ZM11.809437 2.65l.004584.8875h1.605048v.8375h-1.600688L12.008 10h-1.414166L10.812 4.375h-.969534v-.8375h1.023692l.030044-.8875c.0320746-.9625.6440977-1.65 1.482911-1.65.396736 0 .7919618.15 1.120887.4125l-.385091.6875c-.1391915-.15-.3806405-.2625-.651108-.2625-.3527837 0-.6568024.3375-.654364.8125Z"/></svg>')
}

.icon-edit {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 18 18"><g fill="none" fill-rule="evenodd"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13.3627273 12.3590727v4.6363637H.99909091V4.6318h4.63636364"/><path fill="currentColor" d="M5.65956364 9.37000909c-.01390909.03863636-.04945455.068-.05563637.10972727l-.374 2.55463634c-.06181818.4265455.30290909.7928182.72945455.731l2.55618182-.3755454c.07109091-.0108182.12363636-.0602728.18545454-.0927273-.57027273-1.3445455-1.67527273-2.39854545-3.04145454-2.92709091m10.190418-5.62715482-1.598-1.598c-.41263637-.41263636-1.08027273-.41263636-1.49290909 0L6.73798164 8.16594518c1.34609091.65527273 2.43872727 1.72627273 3.128 3.05227272l5.984-5.98245454c.41263636-.41263636.41263636-1.08027272 0-1.49290909"/></g></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 18 18"><g fill="none" fill-rule="evenodd"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13.3627273 12.3590727v4.6363637H.99909091V4.6318h4.63636364"/><path fill="currentColor" d="M5.65956364 9.37000909c-.01390909.03863636-.04945455.068-.05563637.10972727l-.374 2.55463634c-.06181818.4265455.30290909.7928182.72945455.731l2.55618182-.3755454c.07109091-.0108182.12363636-.0602728.18545454-.0927273-.57027273-1.3445455-1.67527273-2.39854545-3.04145454-2.92709091m10.190418-5.62715482-1.598-1.598c-.41263637-.41263636-1.08027273-.41263636-1.49290909 0L6.73798164 8.16594518c1.34609091.65527273 2.43872727 1.72627273 3.128 3.05227272l5.984-5.98245454c.41263636-.41263636.41263636-1.08027272 0-1.49290909"/></g></svg>')
}

.icon-enabled-feature {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 10 8"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="m1.5 4.5 2 2 5-5"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 10 8"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="m1.5 4.5 2 2 5-5"/></svg>')
}

.icon-error {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="overflow:visible;enable-background:new 0 0 32 32" version="1.2" viewBox="0 0 32 32"><circle cx="16" cy="16" r="16" style="fill:#d72828"/><path d="M14.5 25h3v-3h-3v3zm0-19v13h3V6h-3z" style="fill:#e6e6e6"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="overflow:visible;enable-background:new 0 0 32 32" version="1.2" viewBox="0 0 32 32"><circle cx="16" cy="16" r="16" style="fill:#d72828"/><path d="M14.5 25h3v-3h-3v3zm0-19v13h3V6h-3z" style="fill:#e6e6e6"/></svg>')
}

.icon-favorite-checked {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 12 16"><path fill="currentColor" fill-rule="evenodd" d="M2 0h8c1.10457 0 2 .895431 2 2v12.131483c0 .552285-.44772 1-1 1-.19742 0-.39043-.058438-.5547-.16795L6 12l-4.4453 2.963533c-.45953.306353-1.0804.182179-1.38675-.27735C.05844 14.521916 0 14.328908 0 14.131483V2C0 .895431.89543 0 2 0Z"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 12 16"><path fill="currentColor" fill-rule="evenodd" d="M2 0h8c1.10457 0 2 .895431 2 2v12.131483c0 .552285-.44772 1-1 1-.19742 0-.39043-.058438-.5547-.16795L6 12l-4.4453 2.963533c-.45953.306353-1.0804.182179-1.38675-.27735C.05844 14.521916 0 14.328908 0 14.131483V2C0 .895431.89543 0 2 0Z"/></svg>')
}

.icon-favorite {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 12 16"><path fill="none" stroke="currentColor" stroke-width="1.5" d="M10 .75c.34518 0 .65768.139911.88388.366117.22621.226205.36612.538705.36612.883883v12.131483L6 11.098612l-4.86132 3.240883L.75 2c0-.345178.13991-.657678.36612-.883883C1.34232.889911 1.65482.75 2 .75Z"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 12 16"><path fill="none" stroke="currentColor" stroke-width="1.5" d="M10 .75c.34518 0 .65768.139911.88388.366117.22621.226205.36612.538705.36612.883883v12.131483L6 11.098612l-4.86132 3.240883L.75 2c0-.345178.13991-.657678.36612-.883883C1.34232.889911 1.65482.75 2 .75Z"/></svg>')
}

.icon-feature-tick {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 10 8"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="m1.5 4.5 2 2 5-5"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 10 8"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="m1.5 4.5 2 2 5-5"/></svg>')
}

.icon-font-1 {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 31 22"><path fill="currentColor" fill-rule="evenodd" d="M.5 22V1.0083333h7.2421899c6.8051611 0 11.6124768 4.3388889 11.6124768 10.4805556C19.3546667 17.6305556 14.547351 22 7.7421899 22H.5Zm2.4348742-4.31h4.8073157c5.3692097 0 9.1463863-2.8616703 9.1463863-7.27 0-4.3807776-3.7771766-7.2422222-9.1463863-7.2422222H2.9348742V17.69ZM26.2735913 4.0333333l.0114609 2.1694445h4.0126191V8.25h-4.001719L26.77 22h-3.535416L23.78 8.25h-2.4238344V6.2027778h2.55923l.0751088-2.1694445C24.0706908 1.6805556 25.6007488 0 27.697782 0 28.6896221 0 29.677687.3666667 30.5 1.0083333l-.9627285 1.6805556c-.3479788-.3666667-.9515992-.6416667-1.627768-.6416667-.8819593 0-1.6420082.825-1.6359122 1.9861111Z"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 31 22"><path fill="currentColor" fill-rule="evenodd" d="M.5 22V1.0083333h7.2421899c6.8051611 0 11.6124768 4.3388889 11.6124768 10.4805556C19.3546667 17.6305556 14.547351 22 7.7421899 22H.5Zm2.4348742-4.31h4.8073157c5.3692097 0 9.1463863-2.8616703 9.1463863-7.27 0-4.3807776-3.7771766-7.2422222-9.1463863-7.2422222H2.9348742V17.69ZM26.2735913 4.0333333l.0114609 2.1694445h4.0126191V8.25h-4.001719L26.77 22h-3.535416L23.78 8.25h-2.4238344V6.2027778h2.55923l.0751088-2.1694445C24.0706908 1.6805556 25.6007488 0 27.697782 0 28.6896221 0 29.677687.3666667 30.5 1.0083333l-.9627285 1.6805556c-.3479788-.3666667-.9515992-.6416667-1.627768-.6416667-.8819593 0-1.6420082.825-1.6359122 1.9861111Z"/></svg>')
}

.icon-font-2 {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 31 22"><path fill="currentColor" fill-rule="evenodd" d="M.5 22V1.0083333h7.24219c6.805161 0 11.612477 4.3388889 11.612477 10.4805556C19.354667 17.6305556 14.547351 22 7.74219 22H.5Zm2.434874-4.31H7.74219c5.36921 0 9.146386-2.8616703 9.146386-7.27 0-4.3807776-3.777176-7.2422222-9.146386-7.2422222H2.934874V17.69ZM26.273591 4.0333333l.011461 2.1694445h4.012619V8.25h-4.001719L26.77 22h-3.535416L23.78 8.25h-2.423834V6.2027778h2.55923l.075108-2.1694445C24.070691 1.6805556 25.600749 0 27.697782 0c.99184 0 1.979905.3666667 2.802218 1.0083333l-.962729 1.6805556c-.347978-.3666667-.951599-.6416667-1.627768-.6416667-.881959 0-1.642008.825-1.635912 1.9861111Z"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 31 22"><path fill="currentColor" fill-rule="evenodd" d="M.5 22V1.0083333h7.24219c6.805161 0 11.612477 4.3388889 11.612477 10.4805556C19.354667 17.6305556 14.547351 22 7.74219 22H.5Zm2.434874-4.31H7.74219c5.36921 0 9.146386-2.8616703 9.146386-7.27 0-4.3807776-3.777176-7.2422222-9.146386-7.2422222H2.934874V17.69ZM26.273591 4.0333333l.011461 2.1694445h4.012619V8.25h-4.001719L26.77 22h-3.535416L23.78 8.25h-2.423834V6.2027778h2.55923l.075108-2.1694445C24.070691 1.6805556 25.600749 0 27.697782 0c.99184 0 1.979905.3666667 2.802218 1.0083333l-.962729 1.6805556c-.347978-.3666667-.951599-.6416667-1.627768-.6416667-.881959 0-1.642008.825-1.635912 1.9861111Z"/></svg>')
}

.icon-font-3 {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 38 25"><path fill="currentColor" stroke="currentColor" stroke-width=".25" d="M2.28 23.72c.192 0 .346667-.05333.464-.16.117333-.10667.197333-.21333.24-.32l1.984-5.12h11.328l1.984 5.12c.042667.10667.122667.21333.24.32.117333.10667.272.16.464.16h.64c.170667 0 .32-.064.448-.192s.192-.27733.192-.448l-.064-.352L12.104 1.96c-.170667-.42667-.48-.64-.928-.64h-1.088c-.448 0-.757333.21333-.928.64L1.064 22.728 1 23.08c0 .17067.064.32.192.448s.277333.192.448.192h.64Zm13.248-7.52H5.736l4.896-12.608L15.528 16.2Zm15.204571 7.84c2.304 0 4.005334-.752 5.104-2.256 1.098667-1.504 1.68-3.33333 1.744-5.488.021334-.21333.032-.512.032-.896s-.010666-.68267-.032-.896c-.064-2.15467-.645333-3.984-1.744-5.488-1.098666-1.504-2.8-2.256-5.104-2.256-2.325333 0-4.117333.84267-5.376 2.528V1.704c0-.21333-.064-.384-.192-.512s-.298666-.192-.512-.192h-.544c-.213333 0-.384.064-.512.192s-.192.29867-.192.512v21.312c0 .21333.064.384.192.512s.298667.192.512.192h.544c.213334 0 .384-.064.512-.192s.192-.29867.192-.512v-1.504c1.237334 1.68533 3.029334 2.528 5.376 2.528Zm-.192-1.856c-1.685333 0-2.954666-.56-3.808-1.68-.853333-1.12-1.312-2.43733-1.376-3.952l-.032-1.248.032-1.248c.021334-.91733.224-1.78667.608-2.608.384-.82133.96-1.49867 1.728-2.032.768-.53333 1.717334-.8 2.848-.8 1.877334 0 3.2.63467 3.968 1.904.768 1.26933 1.152 2.896 1.152 4.88 0 .384-.010666.68267-.032.896-.064 1.728-.496 3.14133-1.296 4.24-.8 1.09867-2.064 1.648-3.792 1.648Z"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 38 25"><path fill="currentColor" stroke="currentColor" stroke-width=".25" d="M2.28 23.72c.192 0 .346667-.05333.464-.16.117333-.10667.197333-.21333.24-.32l1.984-5.12h11.328l1.984 5.12c.042667.10667.122667.21333.24.32.117333.10667.272.16.464.16h.64c.170667 0 .32-.064.448-.192s.192-.27733.192-.448l-.064-.352L12.104 1.96c-.170667-.42667-.48-.64-.928-.64h-1.088c-.448 0-.757333.21333-.928.64L1.064 22.728 1 23.08c0 .17067.064.32.192.448s.277333.192.448.192h.64Zm13.248-7.52H5.736l4.896-12.608L15.528 16.2Zm15.204571 7.84c2.304 0 4.005334-.752 5.104-2.256 1.098667-1.504 1.68-3.33333 1.744-5.488.021334-.21333.032-.512.032-.896s-.010666-.68267-.032-.896c-.064-2.15467-.645333-3.984-1.744-5.488-1.098666-1.504-2.8-2.256-5.104-2.256-2.325333 0-4.117333.84267-5.376 2.528V1.704c0-.21333-.064-.384-.192-.512s-.298666-.192-.512-.192h-.544c-.213333 0-.384.064-.512.192s-.192.29867-.192.512v21.312c0 .21333.064.384.192.512s.298667.192.512.192h.544c.213334 0 .384-.064.512-.192s.192-.29867.192-.512v-1.504c1.237334 1.68533 3.029334 2.528 5.376 2.528Zm-.192-1.856c-1.685333 0-2.954666-.56-3.808-1.68-.853333-1.12-1.312-2.43733-1.376-3.952l-.032-1.248.032-1.248c.021334-.91733.224-1.78667.608-2.608.384-.82133.96-1.49867 1.728-2.032.768-.53333 1.717334-.8 2.848-.8 1.877334 0 3.2.63467 3.968 1.904.768 1.26933 1.152 2.896 1.152 4.88 0 .384-.010666.68267-.032.896-.064 1.728-.496 3.14133-1.296 4.24-.8 1.09867-2.064 1.648-3.792 1.648Z"/></svg>')
}

.icon-gear {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 12 12"><path fill="currentColor" fill-rule="evenodd" d="M3.81818182 6c0-1.2049091.97690908-2.18181818 2.18181818-2.18181818S8.1818182 4.7950909 8.1818182 6 7.2049091 8.1818182 6 8.1818182 3.81818182 7.2049091 3.81818182 6ZM12 7.0909091V4.9090909l-1.5763636-.2956364c-.0823637-.264-.1903637-.5170909-.3169091-.75872723l.9070909-1.326L9.4712727.98618182l-1.326.90709091c-.2416363-.12654546-.4947272-.23454546-.7587272-.31690909L7.0909091 0H4.9090909l-.2956364 1.57636364c-.264.08236363-.5170909.19036363-.75872723.31690909l-1.326-.90709091L.98618182 2.52872727l.90709091 1.326c-.12654546.24163633-.23454546.49472723-.31690909.75872723L0 4.9090909v2.1818182l1.57636364.2956364c.08236363.264.19036363.5170909.31690909.7587272l-.90709091 1.326 1.54254545 1.5425455 1.326-.9070909c.24163633.1265454.49472723.2345454.75872723.3169091L4.9090909 12h2.1818182l.2956364-1.5763636c.264-.0823637.5170909-.1903637.7587272-.3169091l1.326.9070909 1.5425455-1.5425455-.9070909-1.326c.1265454-.2416363.2345454-.4947272.3169091-.7587272L12 7.0909091Z"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 12 12"><path fill="currentColor" fill-rule="evenodd" d="M3.81818182 6c0-1.2049091.97690908-2.18181818 2.18181818-2.18181818S8.1818182 4.7950909 8.1818182 6 7.2049091 8.1818182 6 8.1818182 3.81818182 7.2049091 3.81818182 6ZM12 7.0909091V4.9090909l-1.5763636-.2956364c-.0823637-.264-.1903637-.5170909-.3169091-.75872723l.9070909-1.326L9.4712727.98618182l-1.326.90709091c-.2416363-.12654546-.4947272-.23454546-.7587272-.31690909L7.0909091 0H4.9090909l-.2956364 1.57636364c-.264.08236363-.5170909.19036363-.75872723.31690909l-1.326-.90709091L.98618182 2.52872727l.90709091 1.326c-.12654546.24163633-.23454546.49472723-.31690909.75872723L0 4.9090909v2.1818182l1.57636364.2956364c.08236363.264.19036363.5170909.31690909.7587272l-.90709091 1.326 1.54254545 1.5425455 1.326-.9070909c.24163633.1265454.49472723.2345454.75872723.3169091L4.9090909 12h2.1818182l.2956364-1.5763636c.264-.0823637.5170909-.1903637.7587272-.3169091l1.326.9070909 1.5425455-1.5425455-.9070909-1.326c.1265454-.2416363.2345454-.4947272.3169091-.7587272L12 7.0909091Z"/></svg>')
}

.icon-hide-images {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 39 34"><path fill="currentColor" fill-rule="evenodd" d="M24.5 1c0 .701.209 1.401.627 2.001L5 3C3.343 3 2 4.343 2 6v13.585l8.293-8.292c.391-.391 1.023-.391 1.414 0L24 23.585l6.293-6.292c.391-.391 1.023-.391 1.414 0L35 20.586v-7.637l.525.526c.427.426.935.719 1.475.88V29c0 2.762-2.239 5-5 5H5c-2.761 0-5-2.238-5-5V6c0-2.762 2.239-5 5-5h19.5ZM11 13.414l-9 8.999V29c0 1.598 1.249 2.903 2.824 2.995L5 32h24.585L11 13.414Zm20 6L25.415 25l6.974 6.975c1.416-.183 2.522-1.354 2.606-2.798L35 29v-5.586l-4-4ZM28.707.293 33 4.585 37.293.293c.391-.391 1.023-.391 1.414 0s.391 1.023 0 1.414L34.415 6l4.292 4.293c.36.36.388.928.084 1.32l-.084.094c-.391.391-1.023.391-1.414 0L33 7.415l-4.293 4.292c-.391.391-1.023.391-1.414 0s-.391-1.023 0-1.414L31.585 6l-4.292-4.293c-.36-.36-.388-.928-.084-1.32l.084-.094c.391-.391 1.023-.391 1.414 0Z"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 39 34"><path fill="currentColor" fill-rule="evenodd" d="M24.5 1c0 .701.209 1.401.627 2.001L5 3C3.343 3 2 4.343 2 6v13.585l8.293-8.292c.391-.391 1.023-.391 1.414 0L24 23.585l6.293-6.292c.391-.391 1.023-.391 1.414 0L35 20.586v-7.637l.525.526c.427.426.935.719 1.475.88V29c0 2.762-2.239 5-5 5H5c-2.761 0-5-2.238-5-5V6c0-2.762 2.239-5 5-5h19.5ZM11 13.414l-9 8.999V29c0 1.598 1.249 2.903 2.824 2.995L5 32h24.585L11 13.414Zm20 6L25.415 25l6.974 6.975c1.416-.183 2.522-1.354 2.606-2.798L35 29v-5.586l-4-4ZM28.707.293 33 4.585 37.293.293c.391-.391 1.023-.391 1.414 0s.391 1.023 0 1.414L34.415 6l4.292 4.293c.36.36.388.928.084 1.32l-.084.094c-.391.391-1.023.391-1.414 0L33 7.415l-4.293 4.292c-.391.391-1.023.391-1.414 0s-.391-1.023 0-1.414L31.585 6l-4.292-4.293c-.36-.36-.388-.928-.084-1.32l.084-.094c.391-.391 1.023-.391 1.414 0Z"/></svg>')
}

.icon-highlight-links {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 38 16"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M16 15H6.631C3.521 15 1 12.479 1 9.369V6.631C1 3.521 3.521 1 6.631 1H16m6 0h9.369C34.479 1 37 3.521 37 6.631v2.738C37 12.479 34.479 15 31.369 15H22M12 8h14"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 38 16"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M16 15H6.631C3.521 15 1 12.479 1 9.369V6.631C1 3.521 3.521 1 6.631 1H16m6 0h9.369C34.479 1 37 3.521 37 6.631v2.738C37 12.479 34.479 15 31.369 15H22M12 8h14"/></svg>')
}

.icon-info {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 2 9"><g fill="none" fill-rule="evenodd" transform="translate(.13 .63)"><path stroke="currentColor" stroke-linecap="round" stroke-width="1.75" d="M.87 3.37v4"/><circle cx=".875" cy=".875" r="1" fill="currentColor"/></g></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 2 9"><g fill="none" fill-rule="evenodd" transform="translate(.13 .63)"><path stroke="currentColor" stroke-linecap="round" stroke-width="1.75" d="M.87 3.37v4"/><circle cx=".875" cy=".875" r="1" fill="currentColor"/></g></svg>')
}

.icon-key {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 16 16"><path fill="currentColor" fill-rule="evenodd" d="M2.006216 3.66304c0 .917952.758561 1.67435 1.672459 1.667836.909437-.006422 1.651079-.74793 1.659445-1.659182.00846-.915997-.743873-1.674722-1.662512-1.67668-.920128-.001858-1.669392.746723-1.669392 1.668026M15.996088 16c-.713196 0-1.394042 0-2.074887-.000166-.007716 0-.015525.000558-.023148-.000372-.193544-.022614-.809317-.712567-.809875-.910042-.001208-.416633-.000372-.833267-.000372-1.27391h-1.448888v-1.450632c-.360968 0-.707061-.019357-1.049901.005956-.288365.021218-.486371-.075845-.68633-.282067-.760792-.78441-1.543058-1.547881-2.311287-2.325125-.112762-.114-.195032-.143686-.353531-.06961C4.164768 11.128844.609292 9.229194.06389 5.866906-.393384 3.047628 1.657705.347096 4.494965.032923c2.754896-.305146 5.186382 1.540994 5.629062 4.287498.162123 1.006174.01069 1.978287-.420834 2.900427-.076786.164159-.054847.251078.068326.373825 2.020226 2.013371 4.034131 4.033163 6.053986 6.046813.125683.12526.17709.249217.174495.425661-.009768.634488-.003912 1.269163-.003912 1.932853"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 16 16"><path fill="currentColor" fill-rule="evenodd" d="M2.006216 3.66304c0 .917952.758561 1.67435 1.672459 1.667836.909437-.006422 1.651079-.74793 1.659445-1.659182.00846-.915997-.743873-1.674722-1.662512-1.67668-.920128-.001858-1.669392.746723-1.669392 1.668026M15.996088 16c-.713196 0-1.394042 0-2.074887-.000166-.007716 0-.015525.000558-.023148-.000372-.193544-.022614-.809317-.712567-.809875-.910042-.001208-.416633-.000372-.833267-.000372-1.27391h-1.448888v-1.450632c-.360968 0-.707061-.019357-1.049901.005956-.288365.021218-.486371-.075845-.68633-.282067-.760792-.78441-1.543058-1.547881-2.311287-2.325125-.112762-.114-.195032-.143686-.353531-.06961C4.164768 11.128844.609292 9.229194.06389 5.866906-.393384 3.047628 1.657705.347096 4.494965.032923c2.754896-.305146 5.186382 1.540994 5.629062 4.287498.162123 1.006174.01069 1.978287-.420834 2.900427-.076786.164159-.054847.251078.068326.373825 2.020226 2.013371 4.034131 4.033163 6.053986 6.046813.125683.12526.17709.249217.174495.425661-.009768.634488-.003912 1.269163-.003912 1.932853"/></svg>')
}

.icon-keyboard {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 30 20"><path fill="none" stroke="currentColor" stroke-width="2" d="M2.5 1h24.2195122c.8284271 0 1.5.67157287 1.5 1.5v15c0 .8284271-.6715729 1.5-1.5 1.5H2.5c-.82842713 0-1.5-.6715729-1.5-1.5v-15C1 1.67157287 1.67157287 1 2.5 1Zm6.06097561 13.5H20.6585366M8.56097561 10h3.02439029M8.56097561 5.5h3.02439029M4.02439024 10h3.02439025M4.02439024 5.5h3.02439025M13.097561 10h3.0243902M13.097561 5.5h3.0243902m1.5121951 4.5h3.0243903m-3.0243903-4.5h3.0243903m1.5121951 4.5h3.0243903m-3.0243903-4.5h3.0243903"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 30 20"><path fill="none" stroke="currentColor" stroke-width="2" d="M2.5 1h24.2195122c.8284271 0 1.5.67157287 1.5 1.5v15c0 .8284271-.6715729 1.5-1.5 1.5H2.5c-.82842713 0-1.5-.6715729-1.5-1.5v-15C1 1.67157287 1.67157287 1 2.5 1Zm6.06097561 13.5H20.6585366M8.56097561 10h3.02439029M8.56097561 5.5h3.02439029M4.02439024 10h3.02439025M4.02439024 5.5h3.02439025M13.097561 10h3.0243902M13.097561 5.5h3.0243902m1.5121951 4.5h3.0243903m-3.0243903-4.5h3.0243903m1.5121951 4.5h3.0243903m-3.0243903-4.5h3.0243903"/></svg>')
}

.icon-line-height-1 {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 47 25"><g fill="none" fill-rule="evenodd"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M3.99999962 2.71042226V22.7104223"/><path fill="currentColor" d="m.16814235 20.5270412 3.44487862 4.2104072c.17486379.2137224.48987514.2452235.70359754.0703597a.4999988.4999988 0 0 0 .07035976-.0703597l3.44487862-4.2104072c.17486378-.2137225.14336265-.5287338-.07035976-.7035976-.08933106-.073089-.20119771-.1130213-.31661889-.1130213H.555121c-.27614238 0-.5.2238576-.5.5 0 .1154211.0399323.2272878.11302135.3166189Zm0-16.1332381L3.61302097.18339592c.17486379-.21372241.48987514-.24522355.70359754-.07035976a.49999975.49999975 0 0 1 .07035976.07035976l3.44487862 4.2104072c.17486378.2137224.14336265.52873375-.07035976.70359754-.08933106.07308905-.20119771.11302135-.31661889.11302135H.555121c-.27614237 0-.5-.22385762-.5-.5 0-.11542118.0399323-.22728783.11302135-.3166189Z"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15.4999996 1.71042226h30m-30 7h30m-30 7.00000004h30m-30 7h24"/></g></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 47 25"><g fill="none" fill-rule="evenodd"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M3.99999962 2.71042226V22.7104223"/><path fill="currentColor" d="m.16814235 20.5270412 3.44487862 4.2104072c.17486379.2137224.48987514.2452235.70359754.0703597a.4999988.4999988 0 0 0 .07035976-.0703597l3.44487862-4.2104072c.17486378-.2137225.14336265-.5287338-.07035976-.7035976-.08933106-.073089-.20119771-.1130213-.31661889-.1130213H.555121c-.27614238 0-.5.2238576-.5.5 0 .1154211.0399323.2272878.11302135.3166189Zm0-16.1332381L3.61302097.18339592c.17486379-.21372241.48987514-.24522355.70359754-.07035976a.49999975.49999975 0 0 1 .07035976.07035976l3.44487862 4.2104072c.17486378.2137224.14336265.52873375-.07035976.70359754-.08933106.07308905-.20119771.11302135-.31661889.11302135H.555121c-.27614237 0-.5-.22385762-.5-.5 0-.11542118.0399323-.22728783.11302135-.3166189Z"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15.4999996 1.71042226h30m-30 7h30m-30 7.00000004h30m-30 7h24"/></g></svg>')
}

.icon-line-height-2 {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 47 19"><g fill="none" fill-rule="evenodd"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M3.94487862 2.71042226V16.7104223"/><path fill="currentColor" d="m.11302135 14.5270412 3.44487862 4.2104072c.17486379.2137224.48987514.2452235.70359754.0703597a.4999988.4999988 0 0 0 .07035976-.0703597l3.44487862-4.2104072c.17486378-.2137225.14336265-.5287338-.07035976-.7035976-.08933106-.073089-.20119771-.1130213-.31661889-.1130213H.5c-.27614237 0-.5.2238576-.5.5 0 .1154211.0399323.2272878.11302135.3166189Zm0-10.1332381L3.55789997.18339592c.17486379-.21372241.48987514-.24522355.70359754-.07035976a.49999975.49999975 0 0 1 .07035976.07035976l3.44487862 4.2104072c.17486378.2137224.14336265.52873375-.07035976.70359754-.08933106.07308905-.20119771.11302135-.31661889.11302135H.5c-.27614237 0-.5-.22385762-.5-.5 0-.11542118.0399323-.22728783.11302135-.3166189Z"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15.4448786 1.71042226h30m-30 5h30m-30 5.00000004h30m-30 5h24"/></g></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 47 19"><g fill="none" fill-rule="evenodd"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M3.94487862 2.71042226V16.7104223"/><path fill="currentColor" d="m.11302135 14.5270412 3.44487862 4.2104072c.17486379.2137224.48987514.2452235.70359754.0703597a.4999988.4999988 0 0 0 .07035976-.0703597l3.44487862-4.2104072c.17486378-.2137225.14336265-.5287338-.07035976-.7035976-.08933106-.073089-.20119771-.1130213-.31661889-.1130213H.5c-.27614237 0-.5.2238576-.5.5 0 .1154211.0399323.2272878.11302135.3166189Zm0-10.1332381L3.55789997.18339592c.17486379-.21372241.48987514-.24522355.70359754-.07035976a.49999975.49999975 0 0 1 .07035976.07035976l3.44487862 4.2104072c.17486378.2137224.14336265.52873375-.07035976.70359754-.08933106.07308905-.20119771.11302135-.31661889.11302135H.5c-.27614237 0-.5-.22385762-.5-.5 0-.11542118.0399323-.22728783.11302135-.3166189Z"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15.4448786 1.71042226h30m-30 5h30m-30 5.00000004h30m-30 5h24"/></g></svg>')
}

.icon-line-height-3 {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 47 23"><g fill="none" fill-rule="evenodd"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M3.94487862 2.71042226V20.7104223"/><path fill="currentColor" d="m.11302135 18.5270412 3.44487862 4.2104072c.17486379.2137224.48987514.2452235.70359754.0703597a.4999988.4999988 0 0 0 .07035976-.0703597l3.44487862-4.2104072c.17486378-.2137225.14336265-.5287338-.07035976-.7035976-.08933106-.073089-.20119771-.1130213-.31661889-.1130213H.5c-.27614237 0-.5.2238576-.5.5 0 .1154211.0399323.2272878.11302135.3166189Zm0-14.1332381L3.55789997.18339592c.17486379-.21372241.48987514-.24522355.70359754-.07035976a.49999975.49999975 0 0 1 .07035976.07035976l3.44487862 4.2104072c.17486378.2137224.14336265.52873375-.07035976.70359754-.08933106.07308905-.20119771.11302135-.31661889.11302135H.5c-.27614237 0-.5-.22385762-.5-.5 0-.11542118.0399323-.22728783.11302135-.3166189Z"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15.4448786 1.71042226h30m-30 6h30m-30 6.00000004h30m-30 6h24"/></g></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 47 23"><g fill="none" fill-rule="evenodd"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M3.94487862 2.71042226V20.7104223"/><path fill="currentColor" d="m.11302135 18.5270412 3.44487862 4.2104072c.17486379.2137224.48987514.2452235.70359754.0703597a.4999988.4999988 0 0 0 .07035976-.0703597l3.44487862-4.2104072c.17486378-.2137225.14336265-.5287338-.07035976-.7035976-.08933106-.073089-.20119771-.1130213-.31661889-.1130213H.5c-.27614237 0-.5.2238576-.5.5 0 .1154211.0399323.2272878.11302135.3166189Zm0-14.1332381L3.55789997.18339592c.17486379-.21372241.48987514-.24522355.70359754-.07035976a.49999975.49999975 0 0 1 .07035976.07035976l3.44487862 4.2104072c.17486378.2137224.14336265.52873375-.07035976.70359754-.08933106.07308905-.20119771.11302135-.31661889.11302135H.5c-.27614237 0-.5-.22385762-.5-.5 0-.11542118.0399323-.22728783.11302135-.3166189Z"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15.4448786 1.71042226h30m-30 6h30m-30 6.00000004h30m-30 6h24"/></g></svg>')
}

.icon-line-height-4 {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 47 25"><g fill="none" fill-rule="evenodd"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M3.94487862 2.71042226V22.7104223"/><path fill="currentColor" d="m.11302135 20.5270412 3.44487862 4.2104072c.17486379.2137224.48987514.2452235.70359754.0703597a.4999988.4999988 0 0 0 .07035976-.0703597l3.44487862-4.2104072c.17486378-.2137225.14336265-.5287338-.07035976-.7035976-.08933106-.073089-.20119771-.1130213-.31661889-.1130213H.5c-.27614237 0-.5.2238576-.5.5 0 .1154211.0399323.2272878.11302135.3166189Zm0-16.1332381L3.55789997.18339592c.17486379-.21372241.48987514-.24522355.70359754-.07035976a.49999975.49999975 0 0 1 .07035976.07035976l3.44487862 4.2104072c.17486378.2137224.14336265.52873375-.07035976.70359754-.08933106.07308905-.20119771.11302135-.31661889.11302135H.5c-.27614237 0-.5-.22385762-.5-.5 0-.11542118.0399323-.22728783.11302135-.3166189Z"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15.4448786 1.71042226h30m-30 7h30m-30 7.00000004h30m-30 7h24"/></g></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 47 25"><g fill="none" fill-rule="evenodd"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M3.94487862 2.71042226V22.7104223"/><path fill="currentColor" d="m.11302135 20.5270412 3.44487862 4.2104072c.17486379.2137224.48987514.2452235.70359754.0703597a.4999988.4999988 0 0 0 .07035976-.0703597l3.44487862-4.2104072c.17486378-.2137225.14336265-.5287338-.07035976-.7035976-.08933106-.073089-.20119771-.1130213-.31661889-.1130213H.5c-.27614237 0-.5.2238576-.5.5 0 .1154211.0399323.2272878.11302135.3166189Zm0-16.1332381L3.55789997.18339592c.17486379-.21372241.48987514-.24522355.70359754-.07035976a.49999975.49999975 0 0 1 .07035976.07035976l3.44487862 4.2104072c.17486378.2137224.14336265.52873375-.07035976.70359754-.08933106.07308905-.20119771.11302135-.31661889.11302135H.5c-.27614237 0-.5-.22385762-.5-.5 0-.11542118.0399323-.22728783.11302135-.3166189Z"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15.4448786 1.71042226h30m-30 7h30m-30 7.00000004h30m-30 7h24"/></g></svg>')
}

.icon-loader {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid" version="1.2" viewBox="0 0 100 100"><rect width="8" height="20" x="46" y="10" fill="currentColor" rx="4" ry="4"><animate attributeName="opacity" begin="-0.875s" dur="1s" keyTimes="0;1" repeatCount="indefinite" values="1;0"/></rect><rect width="8" height="20" x="46" y="10" fill="currentColor" rx="4" ry="4" transform="rotate(45 50 50)"><animate attributeName="opacity" begin="-0.75s" dur="1s" keyTimes="0;1" repeatCount="indefinite" values="1;0"/></rect><rect width="8" height="20" x="46" y="10" fill="currentColor" rx="4" ry="4" transform="rotate(90 50 50)"><animate attributeName="opacity" begin="-0.625s" dur="1s" keyTimes="0;1" repeatCount="indefinite" values="1;0"/></rect><rect width="8" height="20" x="46" y="10" fill="currentColor" rx="4" ry="4" transform="rotate(135 50 50)"><animate attributeName="opacity" begin="-0.5s" dur="1s" keyTimes="0;1" repeatCount="indefinite" values="1;0"/></rect><rect width="8" height="20" x="46" y="10" fill="currentColor" rx="4" ry="4" transform="rotate(180 50 50)"><animate attributeName="opacity" begin="-0.375s" dur="1s" keyTimes="0;1" repeatCount="indefinite" values="1;0"/></rect><rect width="8" height="20" x="46" y="10" fill="currentColor" rx="4" ry="4" transform="rotate(225 50 50)"><animate attributeName="opacity" begin="-0.25s" dur="1s" keyTimes="0;1" repeatCount="indefinite" values="1;0"/></rect><rect width="8" height="20" x="46" y="10" fill="currentColor" rx="4" ry="4" transform="rotate(270 50 50)"><animate attributeName="opacity" begin="-0.125s" dur="1s" keyTimes="0;1" repeatCount="indefinite" values="1;0"/></rect><rect width="8" height="20" x="46" y="10" fill="currentColor" rx="4" ry="4" transform="rotate(315 50 50)"><animate attributeName="opacity" begin="0s" dur="1s" keyTimes="0;1" repeatCount="indefinite" values="1;0"/></rect></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid" version="1.2" viewBox="0 0 100 100"><rect width="8" height="20" x="46" y="10" fill="currentColor" rx="4" ry="4"><animate attributeName="opacity" begin="-0.875s" dur="1s" keyTimes="0;1" repeatCount="indefinite" values="1;0"/></rect><rect width="8" height="20" x="46" y="10" fill="currentColor" rx="4" ry="4" transform="rotate(45 50 50)"><animate attributeName="opacity" begin="-0.75s" dur="1s" keyTimes="0;1" repeatCount="indefinite" values="1;0"/></rect><rect width="8" height="20" x="46" y="10" fill="currentColor" rx="4" ry="4" transform="rotate(90 50 50)"><animate attributeName="opacity" begin="-0.625s" dur="1s" keyTimes="0;1" repeatCount="indefinite" values="1;0"/></rect><rect width="8" height="20" x="46" y="10" fill="currentColor" rx="4" ry="4" transform="rotate(135 50 50)"><animate attributeName="opacity" begin="-0.5s" dur="1s" keyTimes="0;1" repeatCount="indefinite" values="1;0"/></rect><rect width="8" height="20" x="46" y="10" fill="currentColor" rx="4" ry="4" transform="rotate(180 50 50)"><animate attributeName="opacity" begin="-0.375s" dur="1s" keyTimes="0;1" repeatCount="indefinite" values="1;0"/></rect><rect width="8" height="20" x="46" y="10" fill="currentColor" rx="4" ry="4" transform="rotate(225 50 50)"><animate attributeName="opacity" begin="-0.25s" dur="1s" keyTimes="0;1" repeatCount="indefinite" values="1;0"/></rect><rect width="8" height="20" x="46" y="10" fill="currentColor" rx="4" ry="4" transform="rotate(270 50 50)"><animate attributeName="opacity" begin="-0.125s" dur="1s" keyTimes="0;1" repeatCount="indefinite" values="1;0"/></rect><rect width="8" height="20" x="46" y="10" fill="currentColor" rx="4" ry="4" transform="rotate(315 50 50)"><animate attributeName="opacity" begin="0s" dur="1s" keyTimes="0;1" repeatCount="indefinite" values="1;0"/></rect></svg>')
}

.icon-logo {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" viewBox="0 0 61 10"><defs><path id="a" d="M0 .04376842h8.02394449v8.26374899H0z"/></defs><g fill="currentColor" fill-rule="evenodd"><g transform="translate(0 .072364)"><mask id="b"><use xlink:href="#a"/></mask><path d="M7.09324596 7.18138785c.59519853-.6117085.93069853-1.44510121.93069853-2.44224291V.04398705h-2.4216103L5.60031581.04376841h-.34222794v4.69559514c0 .6702996-.358375 1.13006478-.86364338 1.27304454v.00043724l-.00022427-.00043724c-.10809559.03082591-.22067647.05225101-.34043382.05225101-.69140809 0-1.28772794-.52294737-1.28772794-1.32507692v-.93242915l-.0006728-.0008745.0006728.00065587V.04398704H-.00002243v4.6951579c0 2.10753036 1.53195221 3.49316599 3.86228677 3.56181376v-.00021862.00043725c.06010294.00174899.11841176.00634008.17963603.00634008.67705514 0 1.28369117-.11346559 1.81116176-.31940891.48822427-.19063967.90558088-.46304453 1.24018383-.80672065" mask="url(#b)"/></g><path d="M12.4839191 2.05707206c.1767206 0 .3875294.02995142.6171765.08110932l.0002243-.00043725v.00043725c.7151801.15959514 1.6153786.52906882 2.2561029.87187044l.7788713-1.59070445v.00021862l.0466471-.09531984.1760478-.35963562C15.7680515.59994656 15.0082426.3135498 14.1975257.15045668l.0011214.0008745-.0011214-.00065588c-.1226728-.02470445-.2471397-.04416194-.3718308-.06296356h-.0002243l.0002243-.00021862c-.3648787-.05531174-.735364-.0874494-1.1031581-.0874494-.0953125 0-.1872611.00437247-.2794339.0083077-.9017683.0382591-1.6566433.26103643-2.2161838.6359757-.68737131.46063968-1.08118013 1.14799191-1.08118013 2.00565183 0 .18845344.01973529.3602915.05494485.51944939.29288971 1.32660729 1.71921328 1.68493117 2.84524628 1.95646154.7876177.18954656 1.4278934.33711741 1.4278934.74375708 0 .29055061-.2621654.41844535-.667636.41844535-.3041029 0-.6902868-.07455061-1.0995699-.20113361l-.0004485.0008745.0002243-.0008745c-.7297574-.22561943-1.5337463-.6191417-2.08386766-1.06578947L8.5971875 7.04321781c.66225368.49299596 1.5084044.85809717 2.3915588 1.07497166l.0004486-.00131174-.0002243.00131174c.3969485.09728745.8004007.16637247 1.1998162.19982187v.00021862c.1995956.01661538.3980698.02689069.5931801.02689069 1.8838235 0 3.5173677-.80191093 3.5173677-2.61495547 0-.81306073-.3294449-1.35306073-.8051103-1.73106073-.7663125-.60864777-1.9140993-.79622672-2.6898309-1.01965992l-.0006728.00109312.0004485-.00109312c-.4911397-.14166801-.8329191-.29776518-.8329191-.58525506 0-.24376518.2027353-.33711741.5126691-.33711741m9.9537199 4.16099515h-2.6561912V5.2069336H23.6924V3.16127368h-3.9109522v-.99954655h4.3043125V.11628583h-7.0701691v8.1474413h7.1773676V6.21806721h-.7250478zm6.8472948-2.11535709h-1.2758419V2.16155223h.4453897l.0004485-.00021863-.0002242.00043725h.8302279c.5303861 0 .8609522.2774332.9277831.76408907h.0002243c.0080735.06034008.0139044.12221053.0139044.18889069 0 .62788664-.3458162.98795951-.9419118.98795951Zm2.344239 1.67662348-.1027132-.16549797c.8104926-.48272065 1.2648529-1.30080972 1.3137426-2.38824292h-.0002243c.0029155-.0642753.0096434-.1257085.0096434-.19195141 0-1.2968745-.6335478-2.20219434-1.7840257-2.63222673l-.0008971.00043725.0006728-.00065587C30.5659338.2144915 29.9702868.11611093 29.2847096.11611093h-4.0419228v2.24220243l.0002242.00021862v5.90523887h2.7660809V6.14837004h1.0372243l.0899301.18998381.9116361 1.925417h3.123783L31.6291728 5.7793336ZM45.0277107.12789474l-.8326949 2.59353036-.5577463 1.73674494-.8750809 2.72470445-.9517794-2.93327125-1.3372904-4.1217085-.9537978.01136842-1.1942096 3.71244534-1.0710882 3.33116599-1.1637096-3.58629959L34.9649533.12789474h-1.0253382l1.1502537 3.3545587 1.6395992 4.78129555h.9775699l1.434397-4.31890688.8430111-2.53843725.8993014 2.73738461 1.3541103 4.11995952h.9777941l1.2765147-3.70807288.3646545-1.0585749L46.0173908.12789474zm14.8461441 0-1.9966287 3.17178947-.6739154 1.07059919-.3516471-.55071255-1.3751912-2.15606478-.9798125-1.53561133h-.9896801l1.2457904 2.07495546 1.234353 2.05506073.7512867 1.25118219v2.75465587h.9419118V5.47411336l1.7595809-2.96672065 1.411522-2.37949797zm-9.2920941 5.18386882h-2.7389449l.160125-.35526316 1.6999265-3.77103643 1.6286103 3.56727935.0174926.03825911.1513787.33165182.2034081-.64734413.0358823-.11390283.1747022-.55552227L50.2274224.12798219h-.9896801l-2.1724522 4.72161133-.369364.8025668-1.2018346 2.61167612h1.0134522l.8369559-1.85195952.0928456-.20528745h4.5545919l.0282574.06208907.9019926 1.9951579h1.0372243l-.9450515-2.05987045-.1634889-.3565749-.1632648-.35635627-.0825294-.17927126h-1.4909117"/></g></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" viewBox="0 0 61 10"><defs><path id="a" d="M0 .04376842h8.02394449v8.26374899H0z"/></defs><g fill="currentColor" fill-rule="evenodd"><g transform="translate(0 .072364)"><mask id="b"><use xlink:href="#a"/></mask><path d="M7.09324596 7.18138785c.59519853-.6117085.93069853-1.44510121.93069853-2.44224291V.04398705h-2.4216103L5.60031581.04376841h-.34222794v4.69559514c0 .6702996-.358375 1.13006478-.86364338 1.27304454v.00043724l-.00022427-.00043724c-.10809559.03082591-.22067647.05225101-.34043382.05225101-.69140809 0-1.28772794-.52294737-1.28772794-1.32507692v-.93242915l-.0006728-.0008745.0006728.00065587V.04398704H-.00002243v4.6951579c0 2.10753036 1.53195221 3.49316599 3.86228677 3.56181376v-.00021862.00043725c.06010294.00174899.11841176.00634008.17963603.00634008.67705514 0 1.28369117-.11346559 1.81116176-.31940891.48822427-.19063967.90558088-.46304453 1.24018383-.80672065" mask="url(#b)"/></g><path d="M12.4839191 2.05707206c.1767206 0 .3875294.02995142.6171765.08110932l.0002243-.00043725v.00043725c.7151801.15959514 1.6153786.52906882 2.2561029.87187044l.7788713-1.59070445v.00021862l.0466471-.09531984.1760478-.35963562C15.7680515.59994656 15.0082426.3135498 14.1975257.15045668l.0011214.0008745-.0011214-.00065588c-.1226728-.02470445-.2471397-.04416194-.3718308-.06296356h-.0002243l.0002243-.00021862c-.3648787-.05531174-.735364-.0874494-1.1031581-.0874494-.0953125 0-.1872611.00437247-.2794339.0083077-.9017683.0382591-1.6566433.26103643-2.2161838.6359757-.68737131.46063968-1.08118013 1.14799191-1.08118013 2.00565183 0 .18845344.01973529.3602915.05494485.51944939.29288971 1.32660729 1.71921328 1.68493117 2.84524628 1.95646154.7876177.18954656 1.4278934.33711741 1.4278934.74375708 0 .29055061-.2621654.41844535-.667636.41844535-.3041029 0-.6902868-.07455061-1.0995699-.20113361l-.0004485.0008745.0002243-.0008745c-.7297574-.22561943-1.5337463-.6191417-2.08386766-1.06578947L8.5971875 7.04321781c.66225368.49299596 1.5084044.85809717 2.3915588 1.07497166l.0004486-.00131174-.0002243.00131174c.3969485.09728745.8004007.16637247 1.1998162.19982187v.00021862c.1995956.01661538.3980698.02689069.5931801.02689069 1.8838235 0 3.5173677-.80191093 3.5173677-2.61495547 0-.81306073-.3294449-1.35306073-.8051103-1.73106073-.7663125-.60864777-1.9140993-.79622672-2.6898309-1.01965992l-.0006728.00109312.0004485-.00109312c-.4911397-.14166801-.8329191-.29776518-.8329191-.58525506 0-.24376518.2027353-.33711741.5126691-.33711741m9.9537199 4.16099515h-2.6561912V5.2069336H23.6924V3.16127368h-3.9109522v-.99954655h4.3043125V.11628583h-7.0701691v8.1474413h7.1773676V6.21806721h-.7250478zm6.8472948-2.11535709h-1.2758419V2.16155223h.4453897l.0004485-.00021863-.0002242.00043725h.8302279c.5303861 0 .8609522.2774332.9277831.76408907h.0002243c.0080735.06034008.0139044.12221053.0139044.18889069 0 .62788664-.3458162.98795951-.9419118.98795951Zm2.344239 1.67662348-.1027132-.16549797c.8104926-.48272065 1.2648529-1.30080972 1.3137426-2.38824292h-.0002243c.0029155-.0642753.0096434-.1257085.0096434-.19195141 0-1.2968745-.6335478-2.20219434-1.7840257-2.63222673l-.0008971.00043725.0006728-.00065587C30.5659338.2144915 29.9702868.11611093 29.2847096.11611093h-4.0419228v2.24220243l.0002242.00021862v5.90523887h2.7660809V6.14837004h1.0372243l.0899301.18998381.9116361 1.925417h3.123783L31.6291728 5.7793336ZM45.0277107.12789474l-.8326949 2.59353036-.5577463 1.73674494-.8750809 2.72470445-.9517794-2.93327125-1.3372904-4.1217085-.9537978.01136842-1.1942096 3.71244534-1.0710882 3.33116599-1.1637096-3.58629959L34.9649533.12789474h-1.0253382l1.1502537 3.3545587 1.6395992 4.78129555h.9775699l1.434397-4.31890688.8430111-2.53843725.8993014 2.73738461 1.3541103 4.11995952h.9777941l1.2765147-3.70807288.3646545-1.0585749L46.0173908.12789474zm14.8461441 0-1.9966287 3.17178947-.6739154 1.07059919-.3516471-.55071255-1.3751912-2.15606478-.9798125-1.53561133h-.9896801l1.2457904 2.07495546 1.234353 2.05506073.7512867 1.25118219v2.75465587h.9419118V5.47411336l1.7595809-2.96672065 1.411522-2.37949797zm-9.2920941 5.18386882h-2.7389449l.160125-.35526316 1.6999265-3.77103643 1.6286103 3.56727935.0174926.03825911.1513787.33165182.2034081-.64734413.0358823-.11390283.1747022-.55552227L50.2274224.12798219h-.9896801l-2.1724522 4.72161133-.369364.8025668-1.2018346 2.61167612h1.0134522l.8369559-1.85195952.0928456-.20528745h4.5545919l.0282574.06208907.9019926 1.9951579h1.0372243l-.9450515-2.05987045-.1634889-.3565749-.1632648-.35635627-.0825294-.17927126h-1.4909117"/></g></svg>')
}

.icon-microphone {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 16 22"><g fill="none" fill-rule="evenodd"><path fill="currentColor" d="M8 0a4 4 0 0 1 4 4v6a4 4 0 1 1-8 0V4a4 4 0 0 1 4-4z"/><path stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M1 9v1a7 7 0 0 0 14 0V9h0m-7 8v4"/></g></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 16 22"><g fill="none" fill-rule="evenodd"><path fill="currentColor" d="M8 0a4 4 0 0 1 4 4v6a4 4 0 1 1-8 0V4a4 4 0 0 1 4-4z"/><path stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M1 9v1a7 7 0 0 0 14 0V9h0m-7 8v4"/></g></svg>')
}

.icon-minus {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 12 2"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M1 .99999967h10"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 12 2"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M1 .99999967h10"/></svg>')
}

.icon-motor-impared {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 12 15"><g fill="currentColor" fill-rule="evenodd"><path d="M4.50345823 7.64209974c0-.41467465-.00120904-.82930278.00023251-1.24397742.00330162-.94907699.63060841-1.71912059 1.56450035-1.87294326 1.06084135-.17466105 1.98041079.53189058 2.15428033 1.5192023.02134424.1213092.02938902.24629302.02976103.36969535.00255759.81767421.00306911 1.63539493-.00083703 2.45306913-.00051152.10121504.0259014.13396108.1296.13261216.42223467-.00530262.84465534.00372115 1.26684351-.00390719.39121807-.00702366.65548677.15847409.82912377.5137035.4690153.95972879.9528646 1.91224779 1.4295062 2.86825539.2241843.4495139.0312956.9351228-.4283264 1.0852708-.3444375.112518-.7322609-.04884-.8960396-.3759283-.4054476-.8098598-.81201122-1.6191614-1.2114601-2.4319516-.05738299-.1167043-.12122971-.1600091-.25427083-.1592183-1.00731799.0063724-2.01463598.0042328-3.02200047.0031164-.3655492-.0004186-.70914964-.083121-.99987774-.3150876-.37010635-.2951795-.58592035-.67631736-.59103553-1.15839117-.00483616-.46114239-.00102303-.92233129-.00102303-1.38352019h.00102303Z"/><path d="M0 10.4944147c.0432465-1.47519978.63781615-2.67424442 1.80826181-3.58029572.33137051-.25652615.77625147-.19196436 1.04665836.13693799.24250592.29494693.20521163.7335299-.08714403 1.00801056-.17219548.16154403-.36145705.30778487-.51667945.48416695-.62149408.70622604-.86107041 1.53431942-.69868677 2.45860432.19865491 1.1307617.85655976 1.9065266 1.92414384 2.3144566 1.22108592.4665846 2.6397107.0301878 3.41335807-1.0244301.24445899-.3332746.69464113-.4168608 1.03284738-.1918248.34136835.2270827.44478795.674922.20958278 1.0230812-.3568069.5280299-.8289378.9372159-1.37658732 1.2613272-.82763575.4897487-1.72548894.6831085-2.67616796.5948709-1.89731241-.176103-3.35304547-1.5186441-3.85307734-3.0891516C.08184284 11.4358169.00237158 10.9732325 0 10.4944147m6.75159277-7.49842122c-.83851712-.00177087-1.50167666-.67036687-1.49880292-1.51101912C5.25563581.66460233 5.93023474-.00241218 6.75470838 0c.83884264.00251833 1.50149066.6706957 1.49875555 1.51134795-.00265908.81986037-.676886 1.48636323-1.50187116 1.48464553"/></g></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 12 15"><g fill="currentColor" fill-rule="evenodd"><path d="M4.50345823 7.64209974c0-.41467465-.00120904-.82930278.00023251-1.24397742.00330162-.94907699.63060841-1.71912059 1.56450035-1.87294326 1.06084135-.17466105 1.98041079.53189058 2.15428033 1.5192023.02134424.1213092.02938902.24629302.02976103.36969535.00255759.81767421.00306911 1.63539493-.00083703 2.45306913-.00051152.10121504.0259014.13396108.1296.13261216.42223467-.00530262.84465534.00372115 1.26684351-.00390719.39121807-.00702366.65548677.15847409.82912377.5137035.4690153.95972879.9528646 1.91224779 1.4295062 2.86825539.2241843.4495139.0312956.9351228-.4283264 1.0852708-.3444375.112518-.7322609-.04884-.8960396-.3759283-.4054476-.8098598-.81201122-1.6191614-1.2114601-2.4319516-.05738299-.1167043-.12122971-.1600091-.25427083-.1592183-1.00731799.0063724-2.01463598.0042328-3.02200047.0031164-.3655492-.0004186-.70914964-.083121-.99987774-.3150876-.37010635-.2951795-.58592035-.67631736-.59103553-1.15839117-.00483616-.46114239-.00102303-.92233129-.00102303-1.38352019h.00102303Z"/><path d="M0 10.4944147c.0432465-1.47519978.63781615-2.67424442 1.80826181-3.58029572.33137051-.25652615.77625147-.19196436 1.04665836.13693799.24250592.29494693.20521163.7335299-.08714403 1.00801056-.17219548.16154403-.36145705.30778487-.51667945.48416695-.62149408.70622604-.86107041 1.53431942-.69868677 2.45860432.19865491 1.1307617.85655976 1.9065266 1.92414384 2.3144566 1.22108592.4665846 2.6397107.0301878 3.41335807-1.0244301.24445899-.3332746.69464113-.4168608 1.03284738-.1918248.34136835.2270827.44478795.674922.20958278 1.0230812-.3568069.5280299-.8289378.9372159-1.37658732 1.2613272-.82763575.4897487-1.72548894.6831085-2.67616796.5948709-1.89731241-.176103-3.35304547-1.5186441-3.85307734-3.0891516C.08184284 11.4358169.00237158 10.9732325 0 10.4944147m6.75159277-7.49842122c-.83851712-.00177087-1.50167666-.67036687-1.49880292-1.51101912C5.25563581.66460233 5.93023474-.00241218 6.75470838 0c.83884264.00251833 1.50149066.6706957 1.49875555 1.51134795-.00265908.81986037-.676886 1.48636323-1.50187116 1.48464553"/></g></svg>')
}

.icon-oversized {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 34 21"><path fill="currentColor" stroke="currentColor" stroke-width=".68827024" d="M14.360628 20c.170275 0 .327107-.048417.470497-.145251.179237-.123243.286779-.294903.322627-.514981.044809-.211274 0-.409343-.134428-.594208l-5.941708-8.239691 5.941708-8.252896c.134428-.176062.179237-.374131.134428-.594209-.035848-.211274-.14339-.382934-.322627-.51498-.179237-.123243-.380879-.167259-.604925-.132047-.215084.035213-.38984.145251-.524268.330116L8.08285 9.132587 2.463769 1.341853c-.125466-.184865-.300222-.294903-.524268-.330116-.215085-.035212-.416726.008804-.604925.132047-.179237.132046-.286779.303706-.322627.51498-.035847.220078.008962.418147.134428.594209l5.955151 8.252896-5.955151 8.239691c-.125466.184865-.170275.382934-.134428.594208.035848.220078.14339.391738.322627.514981.143389.096834.300222.145251.470497.145251.277817 0 .497383-.110039.658696-.330116l5.619081-7.803938 5.619082 7.803938c.161313.220077.380878.330116.658696.330116Zm17.832805 0c.224047 0 .412246-.074826.564597-.224479.161313-.158455.24197-.347722.24197-.567799 0-.211274-.080657-.396139-.24197-.554595-.152351-.149652-.34055-.224478-.564597-.224478H23.46907V1.896448c0-.220077-.076175-.404942-.228527-.554595-.161313-.158455-.349512-.237683-.564597-.237683-.224046 0-.416726.079228-.578039.237683-.152352.149653-.228527.334518-.228527.554595v17.311274c0 .220077.076175.409344.228527.567799.161313.149653.353993.224479.578039.224479h9.517487Z"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 34 21"><path fill="currentColor" stroke="currentColor" stroke-width=".68827024" d="M14.360628 20c.170275 0 .327107-.048417.470497-.145251.179237-.123243.286779-.294903.322627-.514981.044809-.211274 0-.409343-.134428-.594208l-5.941708-8.239691 5.941708-8.252896c.134428-.176062.179237-.374131.134428-.594209-.035848-.211274-.14339-.382934-.322627-.51498-.179237-.123243-.380879-.167259-.604925-.132047-.215084.035213-.38984.145251-.524268.330116L8.08285 9.132587 2.463769 1.341853c-.125466-.184865-.300222-.294903-.524268-.330116-.215085-.035212-.416726.008804-.604925.132047-.179237.132046-.286779.303706-.322627.51498-.035847.220078.008962.418147.134428.594209l5.955151 8.252896-5.955151 8.239691c-.125466.184865-.170275.382934-.134428.594208.035848.220078.14339.391738.322627.514981.143389.096834.300222.145251.470497.145251.277817 0 .497383-.110039.658696-.330116l5.619081-7.803938 5.619082 7.803938c.161313.220077.380878.330116.658696.330116Zm17.832805 0c.224047 0 .412246-.074826.564597-.224479.161313-.158455.24197-.347722.24197-.567799 0-.211274-.080657-.396139-.24197-.554595-.152351-.149652-.34055-.224478-.564597-.224478H23.46907V1.896448c0-.220077-.076175-.404942-.228527-.554595-.161313-.158455-.349512-.237683-.564597-.237683-.224046 0-.416726.079228-.578039.237683-.152352.149653-.228527.334518-.228527.554595v17.311274c0 .220077.076175.409344.228527.567799.161313.149653.353993.224479.578039.224479h9.517487Z"/></svg>')
}

.icon-page-structure {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 30 31"><g fill="none" fill-rule="evenodd" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M14.9054588 16.9529091 1.00016471 8.97645455 14.9054588 1l13.9052941 7.97645455z"/><path d="m28.8105882 15.0909091-13.9052941 7.9764545L1 15.0909091"/><path d="m28.8105882 21.0909091-13.9052941 7.9764545L1 21.0909091"/></g></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 30 31"><g fill="none" fill-rule="evenodd" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M14.9054588 16.9529091 1.00016471 8.97645455 14.9054588 1l13.9052941 7.97645455z"/><path d="m28.8105882 15.0909091-13.9052941 7.9764545L1 15.0909091"/><path d="m28.8105882 21.0909091-13.9052941 7.9764545L1 21.0909091"/></g></svg>')
}

.icon-pause-sign {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="enable-background:new 0 0 512 512" version="1.2" viewBox="0 0 512 512"><path fill="currentColor" d="M224 435.8V76.1c0-6.7-5.4-12.1-12.2-12.1h-71.6c-6.8 0-12.2 5.4-12.2 12.1v359.7c0 6.7 5.4 12.2 12.2 12.2h71.6c6.8 0 12.2-5.4 12.2-12.2zM371.8 64h-71.6c-6.7 0-12.2 5.4-12.2 12.1v359.7c0 6.7 5.4 12.2 12.2 12.2h71.6c6.7 0 12.2-5.4 12.2-12.2V76.1c0-6.7-5.4-12.1-12.2-12.1z"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="enable-background:new 0 0 512 512" version="1.2" viewBox="0 0 512 512"><path fill="currentColor" d="M224 435.8V76.1c0-6.7-5.4-12.1-12.2-12.1h-71.6c-6.8 0-12.2 5.4-12.2 12.1v359.7c0 6.7 5.4 12.2 12.2 12.2h71.6c6.8 0 12.2-5.4 12.2-12.2zM371.8 64h-71.6c-6.7 0-12.2 5.4-12.2 12.1v359.7c0 6.7 5.4 12.2 12.2 12.2h71.6c6.7 0 12.2-5.4 12.2-12.2V76.1c0-6.7-5.4-12.1-12.2-12.1z"/></svg>')
}

.icon-pause {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 37 36"><g fill="none" fill-rule="evenodd"><path fill="currentColor" d="M15.8087111 23.6666667h-1.2702778c-.4429444 0-.8018333-.3598334-.8018333-.8027778v-9.7277778c0-.4429444.3588889-.8027778.8018333-.8027778h1.2702778c.4429445 0 .8027778.3598334.8027778.8027778v9.7277778c0 .4429444-.3598333.8027778-.8027778.8027778m6.6525722 0h-1.2702777c-.442 0-.8018334-.3598334-.8018334-.8027778v-9.7277778c0-.4429444.3598334-.8027778.8018334-.8027778h1.2702777c.4438889 0 .8027778.3598334.8027778.8027778v9.7277778c0 .4429444-.3588889.8027778-.8027778.8027778"/><path stroke="currentColor" stroke-linecap="round" stroke-width="1.88888889" d="M18.5 4.77777778V1m0 34v-3.7777778M31.7222222 18H35.5m-34 0h3.77777778m3.87278889-9.34943333L6.47873333 5.97967778M30.5204167 30.0204167l-2.6708889-2.6708889m-.0000945-18.69896113 2.6708889-2.67088889M6.47911111 30.0204167l2.67183333-2.6708889M23.5542889 5.78219444l1.4440555-3.49066666M12.0013722 33.7087556l1.4440556-3.4906667m17.2723778-7.1638 3.4906666 1.4440555M2.79124444 11.5013722l3.49066667 1.4440556m7.15274999-7.15860558L11.9877722 2.2971m13.0246445 31.4061778-1.4468889-3.4897222m7.14765-17.2788945L34.2029 11.4877722M2.79672222 24.5124167l3.48972222-1.4468889"/></g></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 37 36"><g fill="none" fill-rule="evenodd"><path fill="currentColor" d="M15.8087111 23.6666667h-1.2702778c-.4429444 0-.8018333-.3598334-.8018333-.8027778v-9.7277778c0-.4429444.3588889-.8027778.8018333-.8027778h1.2702778c.4429445 0 .8027778.3598334.8027778.8027778v9.7277778c0 .4429444-.3598333.8027778-.8027778.8027778m6.6525722 0h-1.2702777c-.442 0-.8018334-.3598334-.8018334-.8027778v-9.7277778c0-.4429444.3598334-.8027778.8018334-.8027778h1.2702777c.4438889 0 .8027778.3598334.8027778.8027778v9.7277778c0 .4429444-.3588889.8027778-.8027778.8027778"/><path stroke="currentColor" stroke-linecap="round" stroke-width="1.88888889" d="M18.5 4.77777778V1m0 34v-3.7777778M31.7222222 18H35.5m-34 0h3.77777778m3.87278889-9.34943333L6.47873333 5.97967778M30.5204167 30.0204167l-2.6708889-2.6708889m-.0000945-18.69896113 2.6708889-2.67088889M6.47911111 30.0204167l2.67183333-2.6708889M23.5542889 5.78219444l1.4440555-3.49066666M12.0013722 33.7087556l1.4440556-3.4906667m17.2723778-7.1638 3.4906666 1.4440555M2.79124444 11.5013722l3.49066667 1.4440556m7.15274999-7.15860558L11.9877722 2.2971m13.0246445 31.4061778-1.4468889-3.4897222m7.14765-17.2788945L34.2029 11.4877722M2.79672222 24.5124167l3.48972222-1.4468889"/></g></svg>')
}

.icon-play-rounded {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 20 20"><path fill="currentColor" fill-rule="evenodd" d="m8.75193651 6.43862905 5.07911157 2.96281508c.23852596.13914014.31909408.44529901.17995394.68382497-.0434594.07450181-.10545212.13649454-.17995394.17995393l-5.07911157 2.96281509c-.23852595.13914014-.54468482.05857202-.68382496-.17995394-.04460635-.07646803-.06811055-.16340819-.06811055-.25193551V6.8705185c0-.27614237.22385763-.5.5-.5.08852732 0 .17546748.0235042.25193551.06811055Z"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 20 20"><path fill="currentColor" fill-rule="evenodd" d="m8.75193651 6.43862905 5.07911157 2.96281508c.23852596.13914014.31909408.44529901.17995394.68382497-.0434594.07450181-.10545212.13649454-.17995394.17995393l-5.07911157 2.96281509c-.23852595.13914014-.54468482.05857202-.68382496-.17995394-.04460635-.07646803-.06811055-.16340819-.06811055-.25193551V6.8705185c0-.27614237.22385763-.5.5-.5.08852732 0 .17546748.0235042.25193551.06811055Z"/></svg>')
}

.icon-play-sign {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 14 16"><path fill="currentColor" fill-rule="evenodd" stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M1.99999943 3 10.571428 8l-8.57142857 5z"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 14 16"><path fill="currentColor" fill-rule="evenodd" stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M1.99999943 3 10.571428 8l-8.57142857 5z"/></svg>')
}

.icon-play-small {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 7 8"><path fill="currentColor" fill-rule="evenodd" d="M.5 1.124643v5.750714c0 .414214.33579.75.75.75.13593 0 .26931-.036943.38587-.10688L6.42813 4.64312c.35519-.213111.47036-.673807.25725-1.028992-.06334-.105562-.15168-.19391-.25725-.257248L1.63587.481523C1.28069.268412.81999.383586.60688.738771.53694.855333.5.98871.5 1.124643Z"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 7 8"><path fill="currentColor" fill-rule="evenodd" d="M.5 1.124643v5.750714c0 .414214.33579.75.75.75.13593 0 .26931-.036943.38587-.10688L6.42813 4.64312c.35519-.213111.47036-.673807.25725-1.028992-.06334-.105562-.15168-.19391-.25725-.257248L1.63587.481523C1.28069.268412.81999.383586.60688.738771.53694.855333.5.98871.5 1.124643Z"/></svg>')
}

.icon-play {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 36 36"><g fill="none" fill-rule="evenodd"><path fill="currentColor" d="M14 13.6845422v8.6309156c0 .5522848.4477153 1 1 1 .167319 0 .3319635-.0419834.4788521-.1221044l7.9116727-4.3154578c.4848483-.2644628.6635062-.8718994.3990434-1.3567477-.0919453-.1685665-.2304769-.3070981-.3990434-.3990435l-7.9116727-4.3154578c-.4848483-.2644627-1.0922849-.0858049-1.3567477.3990435-.080121.1468886-.1221044.3115331-.1221044.4788521Z"/><path stroke="currentColor" stroke-linecap="round" stroke-width="1.88888889" d="M18 4.77777778V1m0 34v-3.7777778M31.2222222 18H35M1 18h3.77777778m3.87278889-9.34943333L5.97873333 5.97967778M30.0204167 30.0204167l-2.6708889-2.6708889m-.0000945-18.69896113 2.6708889-2.67088889M5.97911111 30.0204167l2.67183333-2.6708889M23.0542889 5.78219444l1.4440555-3.49066666M11.5013722 33.7087556l1.4440556-3.4906667m17.2723778-7.1638 3.4906666 1.4440555M2.29124444 11.5013722l3.49066667 1.4440556m7.15274999-7.15860558L11.4877722 2.2971m13.0246445 31.4061778-1.4468889-3.4897222m7.14765-17.2788945L33.7029 11.4877722M2.29672222 24.5124167l3.48972222-1.4468889"/></g></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 36 36"><g fill="none" fill-rule="evenodd"><path fill="currentColor" d="M14 13.6845422v8.6309156c0 .5522848.4477153 1 1 1 .167319 0 .3319635-.0419834.4788521-.1221044l7.9116727-4.3154578c.4848483-.2644628.6635062-.8718994.3990434-1.3567477-.0919453-.1685665-.2304769-.3070981-.3990434-.3990435l-7.9116727-4.3154578c-.4848483-.2644627-1.0922849-.0858049-1.3567477.3990435-.080121.1468886-.1221044.3115331-.1221044.4788521Z"/><path stroke="currentColor" stroke-linecap="round" stroke-width="1.88888889" d="M18 4.77777778V1m0 34v-3.7777778M31.2222222 18H35M1 18h3.77777778m3.87278889-9.34943333L5.97873333 5.97967778M30.0204167 30.0204167l-2.6708889-2.6708889m-.0000945-18.69896113 2.6708889-2.67088889M5.97911111 30.0204167l2.67183333-2.6708889M23.0542889 5.78219444l1.4440555-3.49066666M11.5013722 33.7087556l1.4440556-3.4906667m17.2723778-7.1638 3.4906666 1.4440555M2.29124444 11.5013722l3.49066667 1.4440556m7.15274999-7.15860558L11.4877722 2.2971m13.0246445 31.4061778-1.4468889-3.4897222m7.14765-17.2788945L33.7029 11.4877722M2.29672222 24.5124167l3.48972222-1.4468889"/></g></svg>')
}

.icon-plus {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 12 12"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M1 6h10M6 1v10"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 12 12"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M1 6h10M6 1v10"/></svg>')
}

.icon-profile {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 24 24"><g fill="none" fill-rule="evenodd"><path fill="currentColor" d="M12 0c6.627417 0 12 5.372583 12 12s-5.372583 12-12 12S0 18.627417 0 12 5.372583 0 12 0Zm4.7354808 9.47152282-.1085206.01347095c-3.0596685.57466383-6.200379.57466383-9.26330946-.00062883-.09333203-.01864939-.19242039-.01812858-.28846682.00208394-.09593384.02018882-.18682634.05958112-.26734205.11584443-.08029086.056136-.14860503.12780464-.20100307.21081558-.0522611.08286116-.08766334.17524393-.10423122.27189211-.01724873.092197-.01629673.1908309.00352393.2864083.01977268.0955923.05806351.1864428.11270512.2672263.05484222.0810605.12499841.1503344.2065445.203869.08178229.0536896.17331929.0904256.26934485.1080471 1.05753607.1977158 2.12658791.3310378 3.20056122.3990866.0655501.0046117.1312823.0232382.1914777.0546822.0604064.0315636.1140183.0754124.1574985.1289151.0436926.053764.0762327.1161308.0955899.1833301.0193726.0673169.0250825.1380548.0167486.2077853l-.0930524.8126589-.0466642.3803831-.0549404.374039c-.158359.9955974-.4113792 1.9758184-.75546409 2.9248369l-.5801849 1.5773596-.02344642.0770503-.01552299.0868134c-.01809935.1433761.00241892.2798303.05789612.4039962.08054821.1802784.2287431.3211011.41227036.3911064.18417884.0702973.38854412.0633157.56766262-.0193475.1783359-.0823021.3167379-.2327306.3851182-.4179393l.132573-.2722052.2774285-.6119827.2691827-.6167871.1745867-.4131228c.1150781-.2758957.2275188-.552725.3372517-.8303222l.1997945-.5172516.1547774.4016017c.3341951.8508075.7005073 1.7096002 1.1016307 2.5860868l.148306.3221275.035186.0702665.0497248.0757382c.0517528.0706012.1097786.1262939.1757777.1716018.1180312.081057.2569842.1257226.3998576.1283785.0957982-.0007119.1836954-.0179553.2662741-.0508323.0830796-.0290811.1683605-.0801996.2411479-.146682.0725663-.0662848.1312809-.1464644.1727703-.2358314.0414046-.0892272.0648238-.1857927.0689566-.2841549.0041311-.0983223-.01109-.1964983-.0448023-.2888656l-.5808499-1.5790749-.1248882-.3590352-.1156442-.3594946c-.2970897-.9623716-.5036651-1.9538501-.6160163-2.9589316l-.0899595-.8168245-.0041118-.0665552.0021549-.0430116c.0030732-.0307866.0094345-.0650698.0191721-.0984822.0194475-.066648.0520023-.128536.0955871-.1817954.0433983-.0530315.0967961-.0964037.156956-.1275732.059925-.0310756.125295-.0493709.1922177-.053854 1.0641002-.0674537 2.1242314-.1987717 3.1739231-.3932155.1721701-.0296953.3313055-.120966.4468688-.25719.1149797-.1355362.1797169-.3071568.1833218-.4854424 0-.1149573-.0237748-.22332759-.0698726-.32263252-.0462729-.09968218-.1138303-.18783713-.1978901-.2580962-.0844397-.07054096-.1833017-.12125287-.2895034-.1483992-.1064178-.02721249-.2175245-.03011298-.325203-.00846921Zm-3.4239963-3.92821291c-.7252221-.73705689-1.9027746-.73705689-2.6279686.00000409-.72291791.73468261-.72291791 1.92418279.000008 2.65887358.7251891.7370234 1.9027354.7370234 2.6279566 0 .722897-.73469389.722897-1.92418787.000004-2.65887767Z"/><circle cx="12" cy="12" r="10.3636364" stroke="currentColor" stroke-width=".54545455"/></g></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 24 24"><g fill="none" fill-rule="evenodd"><path fill="currentColor" d="M12 0c6.627417 0 12 5.372583 12 12s-5.372583 12-12 12S0 18.627417 0 12 5.372583 0 12 0Zm4.7354808 9.47152282-.1085206.01347095c-3.0596685.57466383-6.200379.57466383-9.26330946-.00062883-.09333203-.01864939-.19242039-.01812858-.28846682.00208394-.09593384.02018882-.18682634.05958112-.26734205.11584443-.08029086.056136-.14860503.12780464-.20100307.21081558-.0522611.08286116-.08766334.17524393-.10423122.27189211-.01724873.092197-.01629673.1908309.00352393.2864083.01977268.0955923.05806351.1864428.11270512.2672263.05484222.0810605.12499841.1503344.2065445.203869.08178229.0536896.17331929.0904256.26934485.1080471 1.05753607.1977158 2.12658791.3310378 3.20056122.3990866.0655501.0046117.1312823.0232382.1914777.0546822.0604064.0315636.1140183.0754124.1574985.1289151.0436926.053764.0762327.1161308.0955899.1833301.0193726.0673169.0250825.1380548.0167486.2077853l-.0930524.8126589-.0466642.3803831-.0549404.374039c-.158359.9955974-.4113792 1.9758184-.75546409 2.9248369l-.5801849 1.5773596-.02344642.0770503-.01552299.0868134c-.01809935.1433761.00241892.2798303.05789612.4039962.08054821.1802784.2287431.3211011.41227036.3911064.18417884.0702973.38854412.0633157.56766262-.0193475.1783359-.0823021.3167379-.2327306.3851182-.4179393l.132573-.2722052.2774285-.6119827.2691827-.6167871.1745867-.4131228c.1150781-.2758957.2275188-.552725.3372517-.8303222l.1997945-.5172516.1547774.4016017c.3341951.8508075.7005073 1.7096002 1.1016307 2.5860868l.148306.3221275.035186.0702665.0497248.0757382c.0517528.0706012.1097786.1262939.1757777.1716018.1180312.081057.2569842.1257226.3998576.1283785.0957982-.0007119.1836954-.0179553.2662741-.0508323.0830796-.0290811.1683605-.0801996.2411479-.146682.0725663-.0662848.1312809-.1464644.1727703-.2358314.0414046-.0892272.0648238-.1857927.0689566-.2841549.0041311-.0983223-.01109-.1964983-.0448023-.2888656l-.5808499-1.5790749-.1248882-.3590352-.1156442-.3594946c-.2970897-.9623716-.5036651-1.9538501-.6160163-2.9589316l-.0899595-.8168245-.0041118-.0665552.0021549-.0430116c.0030732-.0307866.0094345-.0650698.0191721-.0984822.0194475-.066648.0520023-.128536.0955871-.1817954.0433983-.0530315.0967961-.0964037.156956-.1275732.059925-.0310756.125295-.0493709.1922177-.053854 1.0641002-.0674537 2.1242314-.1987717 3.1739231-.3932155.1721701-.0296953.3313055-.120966.4468688-.25719.1149797-.1355362.1797169-.3071568.1833218-.4854424 0-.1149573-.0237748-.22332759-.0698726-.32263252-.0462729-.09968218-.1138303-.18783713-.1978901-.2580962-.0844397-.07054096-.1833017-.12125287-.2895034-.1483992-.1064178-.02721249-.2175245-.03011298-.325203-.00846921Zm-3.4239963-3.92821291c-.7252221-.73705689-1.9027746-.73705689-2.6279686.00000409-.72291791.73468261-.72291791 1.92418279.000008 2.65887358.7251891.7370234 1.9027354.7370234 2.6279566 0 .722897-.73469389.722897-1.92418787.000004-2.65887767Z"/><circle cx="12" cy="12" r="10.3636364" stroke="currentColor" stroke-width=".54545455"/></g></svg>')
}

.icon-reading-1 {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 40 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M1 15.3846154h6.0714286c.8284271 0 1.5-.6715729 1.5-1.5V8.0357143C8.5714286 6.7733491 9.5947777 5.75 10.8571429 5.75c1.2623651 0 2.2857142 1.0233491 2.2857142 2.2857143V20.75c0 1.2426407 1.0073594 2.25 2.25 2.25h.0714286c1.2426407 0 2.25-1.0073593 2.25-2.25V3.25c0-1.2426407 1.0073593-2.25 2.25-2.25h.0714286c1.2426407 0 2.25 1.0073593 2.25 2.25v17.5c0 1.2426407 1.0073593 2.25 2.25 2.25h.1428571c1.2426407 0 2.25-1.0073593 2.25-2.25V7.7115385c0-1.2426407 1.0073593-2.25 2.25-2.25s2.25 1.0073593 2.25 2.25v6.1730769c0 .8284271.6715729 1.5 1.5 1.5H39"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 40 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M1 15.3846154h6.0714286c.8284271 0 1.5-.6715729 1.5-1.5V8.0357143C8.5714286 6.7733491 9.5947777 5.75 10.8571429 5.75c1.2623651 0 2.2857142 1.0233491 2.2857142 2.2857143V20.75c0 1.2426407 1.0073594 2.25 2.25 2.25h.0714286c1.2426407 0 2.25-1.0073593 2.25-2.25V3.25c0-1.2426407 1.0073593-2.25 2.25-2.25h.0714286c1.2426407 0 2.25 1.0073593 2.25 2.25v17.5c0 1.2426407 1.0073593 2.25 2.25 2.25h.1428571c1.2426407 0 2.25-1.0073593 2.25-2.25V7.7115385c0-1.2426407 1.0073593-2.25 2.25-2.25s2.25 1.0073593 2.25 2.25v6.1730769c0 .8284271.6715729 1.5 1.5 1.5H39"/></svg>')
}

.icon-reading-2 {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 52 29"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M1 17h4.75c.8284271 0 1.5-.6715729 1.5-1.5v-3.1666667C7.25 11.1827401 8.1827401 10.25 9.3333333 10.25c1.1505933 0 2.0833334.9327401 2.0833334 2.0833333V21c0 1.1045695.8954305 2 2 2h.1666666c1.1045695 0 2-.8954305 2-2V7c0-1.1045695.8954305-2 2-2H17.75c1.1045695 0 2 .8954305 2 2v19c0 1.1045695.8954305 2 2 2h.2317708c1.1045695 0 2-.8954305 2-2V3c0-1.1045695.8954305-2 2-2h.1015625c1.1045695 0 2 .8954305 2 2v20c0 1.1045695.8954305 2 2 2H30.25c1.1045695 0 2-.8954305 2-2V9c0-1.1045695.8954305-2 2-2h.1666667c1.1045695 0 2 .8954305 2 2v12c0 1.1045695.8954305 2 2 2h.1666666c1.1045695 0 2-.8954305 2-2v-8c0-1.1045695.8954305-2 2-2H42.75c1.1045695 0 2 .8954305 2 2v2.5c0 .8284271.6715729 1.5 1.5 1.5H51"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 52 29"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M1 17h4.75c.8284271 0 1.5-.6715729 1.5-1.5v-3.1666667C7.25 11.1827401 8.1827401 10.25 9.3333333 10.25c1.1505933 0 2.0833334.9327401 2.0833334 2.0833333V21c0 1.1045695.8954305 2 2 2h.1666666c1.1045695 0 2-.8954305 2-2V7c0-1.1045695.8954305-2 2-2H17.75c1.1045695 0 2 .8954305 2 2v19c0 1.1045695.8954305 2 2 2h.2317708c1.1045695 0 2-.8954305 2-2V3c0-1.1045695.8954305-2 2-2h.1015625c1.1045695 0 2 .8954305 2 2v20c0 1.1045695.8954305 2 2 2H30.25c1.1045695 0 2-.8954305 2-2V9c0-1.1045695.8954305-2 2-2h.1666667c1.1045695 0 2 .8954305 2 2v12c0 1.1045695.8954305 2 2 2h.1666666c1.1045695 0 2-.8954305 2-2v-8c0-1.1045695.8954305-2 2-2H42.75c1.1045695 0 2 .8954305 2 2v2.5c0 .8284271.6715729 1.5 1.5 1.5H51"/></svg>')
}

.icon-reading-3 {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 70 31"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M69 18h-4.875c-.8284271 0-1.5-.6715729-1.5-1.5v-2.125c0-1.1736051-.9513949-2.125-2.125-2.125s-2.125.9513949-2.125 2.125V20.5c0 1.1045695-.8954305 2-2 2h-.25c-1.1045695 0-2-.8954305-2-2v-9.625c0-1.1736051-.9513949-2.125-2.125-2.125s-2.125.9513949-2.125 2.125V22.5c0 1.1045695-.8954305 2-2 2h-.25c-1.1045695 0-2-.8954305-2-2V7.75c0-1.1045695-.8954305-2-2-2h-.25c-1.1045695 0-2 .8954305-2 2v18c0 1.1045695-.8954305 2-2 2h-.3164062c-1.1045695 0-2-.8954305-2-2V3c0-1.1045695-.8954306-2-2-2H34.875c-1.1045695 0-2 .8954305-2 2v24.5c0 1.1045695-.8954305 2-2 2h-.25c-1.1045695 0-2-.8954305-2-2v-21c0-1.1045695-.8954305-2-2-2h-.25c-1.1045695 0-2 .8954305-2 2v17.25c0 1.1045695-.8954305 2-2 2h-.25c-1.1045695 0-2-.8954305-2-2v-13c0-1.1045695-.8954305-2-2-2h-.25c-1.1045695 0-2 .8954305-2 2v8.75c0 1.1045695-.8954305 2-2 2h-.25c-1.1045695 0-2-.8954305-2-2v-5.125c0-1.1736051-.9513949-2.125-2.125-2.125-1.173605 0-2.125.9513949-2.125 2.125V16.5c0 .8284271-.671573 1.5-1.5 1.5H1h0"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 70 31"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M69 18h-4.875c-.8284271 0-1.5-.6715729-1.5-1.5v-2.125c0-1.1736051-.9513949-2.125-2.125-2.125s-2.125.9513949-2.125 2.125V20.5c0 1.1045695-.8954305 2-2 2h-.25c-1.1045695 0-2-.8954305-2-2v-9.625c0-1.1736051-.9513949-2.125-2.125-2.125s-2.125.9513949-2.125 2.125V22.5c0 1.1045695-.8954305 2-2 2h-.25c-1.1045695 0-2-.8954305-2-2V7.75c0-1.1045695-.8954305-2-2-2h-.25c-1.1045695 0-2 .8954305-2 2v18c0 1.1045695-.8954305 2-2 2h-.3164062c-1.1045695 0-2-.8954305-2-2V3c0-1.1045695-.8954306-2-2-2H34.875c-1.1045695 0-2 .8954305-2 2v24.5c0 1.1045695-.8954305 2-2 2h-.25c-1.1045695 0-2-.8954305-2-2v-21c0-1.1045695-.8954305-2-2-2h-.25c-1.1045695 0-2 .8954305-2 2v17.25c0 1.1045695-.8954305 2-2 2h-.25c-1.1045695 0-2-.8954305-2-2v-13c0-1.1045695-.8954305-2-2-2h-.25c-1.1045695 0-2 .8954305-2 2v8.75c0 1.1045695-.8954305 2-2 2h-.25c-1.1045695 0-2-.8954305-2-2v-5.125c0-1.1736051-.9513949-2.125-2.125-2.125-1.173605 0-2.125.9513949-2.125 2.125V16.5c0 .8284271-.671573 1.5-1.5 1.5H1h0"/></svg>')
}

.icon-reading-4 {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 46 30"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M1 15h5.1c.8284271 0 1.5.6715729 1.5 1.5V19c0 1.1045695.8954305 2 2 2h.4c1.1045695 0 2-.8954305 2-2V9c0-1.1045695.8954305-2 2-2h.4c1.1045695 0 2 .8954305 2 2v18c0 1.1045695.8954305 2 2 2h.46875c1.1045695 0 2-.8954305 2-2V3c0-1.1045695.8954305-2 2-2H23.2c1.1045695 0 2 .8954305 2 2v19c0 1.1045695.8954305 2 2 2h.4c1.1045695 0 2-.8954305 2-2V11c0-1.1045695.8954305-2 2-2h.4c1.1045695 0 2 .8954305 2 2v8c0 1.1045695.8954305 2 2 2h.4c1.1045695 0 2-.8954305 2-2v-2.5c0-.8284271.6715729-1.5 1.5-1.5H45"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 46 30"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M1 15h5.1c.8284271 0 1.5.6715729 1.5 1.5V19c0 1.1045695.8954305 2 2 2h.4c1.1045695 0 2-.8954305 2-2V9c0-1.1045695.8954305-2 2-2h.4c1.1045695 0 2 .8954305 2 2v18c0 1.1045695.8954305 2 2 2h.46875c1.1045695 0 2-.8954305 2-2V3c0-1.1045695.8954305-2 2-2H23.2c1.1045695 0 2 .8954305 2 2v19c0 1.1045695.8954305 2 2 2h.4c1.1045695 0 2-.8954305 2-2V11c0-1.1045695.8954305-2 2-2h.4c1.1045695 0 2 .8954305 2 2v8c0 1.1045695.8954305 2 2 2h.4c1.1045695 0 2-.8954305 2-2v-2.5c0-.8284271.6715729-1.5 1.5-1.5H45"/></svg>')
}

.icon-reading-guide {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" version="1.2" viewBox="0 0 36 26"><path fill="currentColor" fill-rule="evenodd" d="M28.993.0000711V0l-.0113.0000223-24.98564.049276C3.44479.0503855 2.94455.275608 2.58439.636476 2.22424.997344 2 1.49803 2 2.04929V24c0 .552.22484 1.0533.58579 1.4142C2.94673 25.7751 3.44796 26 4 26h28c.552 0 1.0533-.2249 1.4142-.5858C33.7752 25.0533 34 24.552 34 24V13.778c-.014.1248-.1199.2219-.2484.2219H32.2V24c0 .0555-.0214.1042-.0586.1414S32.0555 24.2 32 24.2H4c-.05548 0-.10424-.0214-.14142-.0586C3.8214 24.1042 3.8 24.0555 3.8 24V13.9999H2.25156c-.13807 0-.25-.112-.25-.25v-1.5c0-.1381.11193-.25.25-.25H3.8V2.04929c0-.05539.02135-.10411.05844-.14128.03709-.03716.08577-.05861.14117-.05872l24.97999-.04926 3.0225.03203h.0001c.055.0006.1033.02223.14.05932.0367.0371.0578.08561.0578.14067v9.96785h1.5516c.1285 0 .2344.097.2484.2218V2.03205c0-.54789-.2216-1.046139-.5783-1.406664-.3567-.360523-.8525-.5873892-1.4004-.5932238v-4e-7L28.993.0000711Z" clip-rule="evenodd"/><path fill="currentColor" fill-rule="evenodd" d="M35 8.99976H1c-.552285 0-1 .44771-1 1v6.00004c0 .5522.447715 1 1 1h34c.5523 0 1-.4478 1-1V9.99976c0-.55229-.4477-1-1-1ZM2.25 11.9998h31.5c.1381 0 .25.1119.25.25v1.5c0 .138-.1119.25-.25.25H2.25c-.13807 0-.25-.112-.25-.25v-1.5c0-.1381.11193-.25.25-.25Z" clip-rule="evenodd"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" version="1.2" viewBox="0 0 36 26"><path fill="currentColor" fill-rule="evenodd" d="M28.993.0000711V0l-.0113.0000223-24.98564.049276C3.44479.0503855 2.94455.275608 2.58439.636476 2.22424.997344 2 1.49803 2 2.04929V24c0 .552.22484 1.0533.58579 1.4142C2.94673 25.7751 3.44796 26 4 26h28c.552 0 1.0533-.2249 1.4142-.5858C33.7752 25.0533 34 24.552 34 24V13.778c-.014.1248-.1199.2219-.2484.2219H32.2V24c0 .0555-.0214.1042-.0586.1414S32.0555 24.2 32 24.2H4c-.05548 0-.10424-.0214-.14142-.0586C3.8214 24.1042 3.8 24.0555 3.8 24V13.9999H2.25156c-.13807 0-.25-.112-.25-.25v-1.5c0-.1381.11193-.25.25-.25H3.8V2.04929c0-.05539.02135-.10411.05844-.14128.03709-.03716.08577-.05861.14117-.05872l24.97999-.04926 3.0225.03203h.0001c.055.0006.1033.02223.14.05932.0367.0371.0578.08561.0578.14067v9.96785h1.5516c.1285 0 .2344.097.2484.2218V2.03205c0-.54789-.2216-1.046139-.5783-1.406664-.3567-.360523-.8525-.5873892-1.4004-.5932238v-4e-7L28.993.0000711Z" clip-rule="evenodd"/><path fill="currentColor" fill-rule="evenodd" d="M35 8.99976H1c-.552285 0-1 .44771-1 1v6.00004c0 .5522.447715 1 1 1h34c.5523 0 1-.4478 1-1V9.99976c0-.55229-.4477-1-1-1ZM2.25 11.9998h31.5c.1381 0 .25.1119.25.25v1.5c0 .138-.1119.25-.25.25H2.25c-.13807 0-.25-.112-.25-.25v-1.5c0-.1381.11193-.25.25-.25Z" clip-rule="evenodd"/></svg>')
}

.icon-reading-mask {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 36 26"><path fill="currentColor" d="m29.012621 0 3.008677.03216C33.117497.04383 34 .93578 34 2.03204V6.999l1 .00098c.552285 0 1 .44772 1 1v10c0 .55229-.447715 1-1 1l-1-.00098V24c0 1.10457-.895431 2-2 2H4c-1.104569 0-2-.89543-2-2v-5.001l-1 .00098c-.552285 0-1-.44771-1-1v-10c0-.55228.447715-1 1-1L2 6.999V2.04929c0-1.10303.893028-1.99782 1.996056-2L28.987378 0h.025243ZM5 18.999H3.8V24c0 .11046.089543.2.2.2h28c.110457 0 .2-.08954.2-.2v-5.001H31V22c0 .55228-.447715 1-1 1H6c-.552285 0-1-.44772-1-1v-3.001Zm28.75-8.99901H2.25c-.138071 0-.25.11193-.25.25v5.5c0 .13807.111929.25.25.25h31.5c.138071 0 .25-.11193.25-.25v-5.5c0-.13807-.111929-.25-.25-.25Zm-4.756547-8.19998-24.993847.04928c-.110303.00022-.199606.0897-.199606.2V6.999H5V4.0507c0-.5513.446172-.9986.997466-1l19.989356-.05066.026356.00011 3.997466.04255c.548101.00583.989356.45181.989356.99994V6.999h1.2V2.03204c0-.10962-.08825-.19882-.19787-.19999l-3.008677-.03204Z"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 36 26"><path fill="currentColor" d="m29.012621 0 3.008677.03216C33.117497.04383 34 .93578 34 2.03204V6.999l1 .00098c.552285 0 1 .44772 1 1v10c0 .55229-.447715 1-1 1l-1-.00098V24c0 1.10457-.895431 2-2 2H4c-1.104569 0-2-.89543-2-2v-5.001l-1 .00098c-.552285 0-1-.44771-1-1v-10c0-.55228.447715-1 1-1L2 6.999V2.04929c0-1.10303.893028-1.99782 1.996056-2L28.987378 0h.025243ZM5 18.999H3.8V24c0 .11046.089543.2.2.2h28c.110457 0 .2-.08954.2-.2v-5.001H31V22c0 .55228-.447715 1-1 1H6c-.552285 0-1-.44772-1-1v-3.001Zm28.75-8.99901H2.25c-.138071 0-.25.11193-.25.25v5.5c0 .13807.111929.25.25.25h31.5c.138071 0 .25-.11193.25-.25v-5.5c0-.13807-.111929-.25-.25-.25Zm-4.756547-8.19998-24.993847.04928c-.110303.00022-.199606.0897-.199606.2V6.999H5V4.0507c0-.5513.446172-.9986.997466-1l19.989356-.05066.026356.00011 3.997466.04255c.548101.00583.989356.45181.989356.99994V6.999h1.2V2.03204c0-.10962-.08825-.19882-.19787-.19999l-3.008677-.03204Z"/></svg>')
}

.icon-reload {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 19 16"><g fill="none" fill-rule="evenodd" stroke="currentColor" stroke-linecap="round" stroke-width="1.84"><path d="M16.20106 8c0 .9667-.189683 1.8872-.5324673 2.7251-.3427843.8372-.8386698 1.5911-1.4517524 2.2246-.6130825.6335-1.3426846 1.1459-2.152902 1.5001-.8108948.3542-1.70172746.5502-2.6372711.5502-.93554365 0-1.8263763-.196-2.63727112-.5502-.81021738-.3542-1.53981948-.8666-2.15290203-1.5001M2.6522744 8c0-.9667.189683-1.8872.53246728-2.7251.34278427-.8372.83866982-1.5911 1.45175237-2.2246.61308255-.6335 1.34268465-1.1459 2.15290203-1.5001C7.6002909 1.196 8.49112355 1 9.4266672 1c.93554364 0 1.8263763.196 2.6372711.5502.8102174.3542 1.5398195.8666 2.152902 1.5001"/><path stroke-linejoin="round" d="m4.92576062 6.96092-2.48958935 1.484L1 5.87242m13.0125924 2.93832 2.3886509-1.652L18 9.62694"/></g></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 19 16"><g fill="none" fill-rule="evenodd" stroke="currentColor" stroke-linecap="round" stroke-width="1.84"><path d="M16.20106 8c0 .9667-.189683 1.8872-.5324673 2.7251-.3427843.8372-.8386698 1.5911-1.4517524 2.2246-.6130825.6335-1.3426846 1.1459-2.152902 1.5001-.8108948.3542-1.70172746.5502-2.6372711.5502-.93554365 0-1.8263763-.196-2.63727112-.5502-.81021738-.3542-1.53981948-.8666-2.15290203-1.5001M2.6522744 8c0-.9667.189683-1.8872.53246728-2.7251.34278427-.8372.83866982-1.5911 1.45175237-2.2246.61308255-.6335 1.34268465-1.1459 2.15290203-1.5001C7.6002909 1.196 8.49112355 1 9.4266672 1c.93554364 0 1.8263763.196 2.6372711.5502.8102174.3542 1.5398195.8666 2.152902 1.5001"/><path stroke-linejoin="round" d="m4.92576062 6.96092-2.48958935 1.484L1 5.87242m13.0125924 2.93832 2.3886509-1.652L18 9.62694"/></g></svg>')
}

.icon-reply-btn {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 16 13"><path fill="currentColor" fill-rule="evenodd" d="M9.42905316.00001c2.20881014 2.04526563 4.35756964 4.03497656 6.52759494 6.04428906-2.1683038 2.1003125-4.3194937 4.18407034-6.51756962 6.31332814V8.779885c-.51686076 0-.99605063-.02305469-1.47240506.00426562-1.47118988.08460157-2.91372152.32997657-4.29083545.87648438-1.20253164.4771406-2.27716455 1.145625-3.05488607 2.2104063-.23564557.3223593-.41346836.6870703-.62096203 1.0379687.03777216-.9552969.20648102-1.8887578.4793924-2.8033281.46410127-1.55553127 1.2006076-2.95577346 2.37377216-4.09753909C4.19857215 4.69910375 5.83806582 4.0113225 7.6724962 3.76005688c.49994937-.06845313 1.00739241-.09313282 1.51220253-.108875.20921519-.0065.24941773-.07820313.248-.26761719C9.42500253 2.3684475 9.42905316 1.35322875 9.42905316.33801v-.338Z"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 16 13"><path fill="currentColor" fill-rule="evenodd" d="M9.42905316.00001c2.20881014 2.04526563 4.35756964 4.03497656 6.52759494 6.04428906-2.1683038 2.1003125-4.3194937 4.18407034-6.51756962 6.31332814V8.779885c-.51686076 0-.99605063-.02305469-1.47240506.00426562-1.47118988.08460157-2.91372152.32997657-4.29083545.87648438-1.20253164.4771406-2.27716455 1.145625-3.05488607 2.2104063-.23564557.3223593-.41346836.6870703-.62096203 1.0379687.03777216-.9552969.20648102-1.8887578.4793924-2.8033281.46410127-1.55553127 1.2006076-2.95577346 2.37377216-4.09753909C4.19857215 4.69910375 5.83806582 4.0113225 7.6724962 3.76005688c.49994937-.06845313 1.00739241-.09313282 1.51220253-.108875.20921519-.0065.24941773-.07820313.248-.26761719C9.42500253 2.3684475 9.42905316 1.35322875 9.42905316.33801v-.338Z"/></svg>')
}

.icon-saturation-1 {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" version="1.2" viewBox="0 0 20 28"><path stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M17.5323 13.5777 10 1 2.34888 13.7855C1.4995 15.1093 1 16.6628 1 18.3333 1 23.1195 5.02975 27 10 27c4.9703 0 9-3.8805 9-8.6667 0-1.6457-1.3363-4.5282-1.3489-4.5478l-.1188-.2078Z" clip-rule="evenodd"/><path fill="currentColor" fill-rule="evenodd" d="M10 27c4.9703 0 9-3.8805 9-8.6667 0-1.6457-1.3363-4.5282-1.3489-4.5478l-.1188-.2078L10 1" clip-rule="evenodd"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" version="1.2" viewBox="0 0 20 28"><path stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M17.5323 13.5777 10 1 2.34888 13.7855C1.4995 15.1093 1 16.6628 1 18.3333 1 23.1195 5.02975 27 10 27c4.9703 0 9-3.8805 9-8.6667 0-1.6457-1.3363-4.5282-1.3489-4.5478l-.1188-.2078Z" clip-rule="evenodd"/><path fill="currentColor" fill-rule="evenodd" d="M10 27c4.9703 0 9-3.8805 9-8.6667 0-1.6457-1.3363-4.5282-1.3489-4.5478l-.1188-.2078L10 1" clip-rule="evenodd"/></svg>')
}

.icon-saturation-2 {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" version="1.2" viewBox="0 0 20 28"><path stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M17.5323 13.5777 10 1 2.34888 13.7855C1.4995 15.1093 1 16.6628 1 18.3333 1 23.1195 5.02975 27 10 27c4.9703 0 9-3.8805 9-8.6667 0-1.6457-1.3363-4.5282-1.3489-4.5478l-.1188-.2078Z" clip-rule="evenodd"/><path fill="currentColor" fill-opacity=".35" fill-rule="evenodd" d="M10 27c4.9703 0 9-3.8805 9-8.6667 0-1.6457-1.3363-4.5282-1.3489-4.5478l-.1188-.2078L10 1" clip-rule="evenodd"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" version="1.2" viewBox="0 0 20 28"><path stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M17.5323 13.5777 10 1 2.34888 13.7855C1.4995 15.1093 1 16.6628 1 18.3333 1 23.1195 5.02975 27 10 27c4.9703 0 9-3.8805 9-8.6667 0-1.6457-1.3363-4.5282-1.3489-4.5478l-.1188-.2078Z" clip-rule="evenodd"/><path fill="currentColor" fill-opacity=".35" fill-rule="evenodd" d="M10 27c4.9703 0 9-3.8805 9-8.6667 0-1.6457-1.3363-4.5282-1.3489-4.5478l-.1188-.2078L10 1" clip-rule="evenodd"/></svg>')
}

.icon-saturation-3 {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" version="1.2" viewBox="0 0 21 28"><path stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M18.0323 13.5777 10.5 1 2.84888 13.7855C1.9995 15.1093 1.5 16.6628 1.5 18.3333 1.5 23.1195 5.52975 27 10.5 27c4.9703 0 9-3.8805 9-8.6667 0-1.6457-1.3363-4.5282-1.3489-4.5478l-.1188-.2078Z" clip-rule="evenodd"/><path fill="currentColor" fill-rule="evenodd" d="M10.5 27c4.9703 0 9-3.8805 9-8.6667 0-1.6457-1.3363-4.5282-1.3489-4.5478l-.1188-.2078L10.5 1" clip-rule="evenodd"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" version="1.2" viewBox="0 0 21 28"><path stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M18.0323 13.5777 10.5 1 2.84888 13.7855C1.9995 15.1093 1.5 16.6628 1.5 18.3333 1.5 23.1195 5.52975 27 10.5 27c4.9703 0 9-3.8805 9-8.6667 0-1.6457-1.3363-4.5282-1.3489-4.5478l-.1188-.2078Z" clip-rule="evenodd"/><path fill="currentColor" fill-rule="evenodd" d="M10.5 27c4.9703 0 9-3.8805 9-8.6667 0-1.6457-1.3363-4.5282-1.3489-4.5478l-.1188-.2078L10.5 1" clip-rule="evenodd"/></svg>')
}

.icon-saturation-4 {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 21 28"><g fill="none" fill-rule="evenodd" transform="translate(1.5 1)"><path stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M16.532 12.578 9 0 1.349 12.785C.5 14.109 0 15.663 0 17.333 0 22.12 4.03 26 9 26s9-3.88 9-8.667c0-1.645-1.336-4.528-1.349-4.548l-.119-.207Z"/><circle cx="12.5" cy="8" r="1" fill="currentColor" fill-rule="nonzero"/><circle cx="9.5" cy="23" r="1" fill="currentColor" fill-rule="nonzero"/><circle cx="9.5" cy="20" r="1" fill="currentColor" fill-rule="nonzero"/><circle cx="9.5" cy="17" r="1" fill="currentColor" fill-rule="nonzero"/><circle cx="9.5" cy="14" r="1" fill="currentColor" fill-rule="nonzero"/><circle cx="9.5" cy="11" r="1" fill="currentColor" fill-rule="nonzero"/><circle cx="9.5" cy="8" r="1" fill="currentColor" fill-rule="nonzero"/><circle cx="9.5" cy="5" r="1" fill="currentColor" fill-rule="nonzero"/><circle cx="12.5" cy="23" r="1" fill="currentColor" fill-rule="nonzero"/><circle cx="12.5" cy="20" r="1" fill="currentColor" fill-rule="nonzero"/><circle cx="12.5" cy="17" r="1" fill="currentColor" fill-rule="nonzero"/><circle cx="12.5" cy="14" r="1" fill="currentColor" fill-rule="nonzero"/><circle cx="12.5" cy="11" r="1" fill="currentColor" fill-rule="nonzero"/><circle cx="15.5" cy="17" r="1" fill="currentColor" fill-rule="nonzero"/><circle cx="15.5" cy="14" r="1" fill="currentColor" fill-rule="nonzero"/><circle cx="15.5" cy="20" r="1" fill="currentColor" fill-rule="nonzero"/><circle cx="15.5" cy="11" r="1" fill="currentColor" fill-rule="nonzero"/><circle cx="9.5" cy="2" r="1" fill="currentColor" fill-rule="nonzero"/><circle cx="15.5" cy="23" r="1" fill="currentColor" fill-rule="nonzero"/></g></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 21 28"><g fill="none" fill-rule="evenodd" transform="translate(1.5 1)"><path stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M16.532 12.578 9 0 1.349 12.785C.5 14.109 0 15.663 0 17.333 0 22.12 4.03 26 9 26s9-3.88 9-8.667c0-1.645-1.336-4.528-1.349-4.548l-.119-.207Z"/><circle cx="12.5" cy="8" r="1" fill="currentColor" fill-rule="nonzero"/><circle cx="9.5" cy="23" r="1" fill="currentColor" fill-rule="nonzero"/><circle cx="9.5" cy="20" r="1" fill="currentColor" fill-rule="nonzero"/><circle cx="9.5" cy="17" r="1" fill="currentColor" fill-rule="nonzero"/><circle cx="9.5" cy="14" r="1" fill="currentColor" fill-rule="nonzero"/><circle cx="9.5" cy="11" r="1" fill="currentColor" fill-rule="nonzero"/><circle cx="9.5" cy="8" r="1" fill="currentColor" fill-rule="nonzero"/><circle cx="9.5" cy="5" r="1" fill="currentColor" fill-rule="nonzero"/><circle cx="12.5" cy="23" r="1" fill="currentColor" fill-rule="nonzero"/><circle cx="12.5" cy="20" r="1" fill="currentColor" fill-rule="nonzero"/><circle cx="12.5" cy="17" r="1" fill="currentColor" fill-rule="nonzero"/><circle cx="12.5" cy="14" r="1" fill="currentColor" fill-rule="nonzero"/><circle cx="12.5" cy="11" r="1" fill="currentColor" fill-rule="nonzero"/><circle cx="15.5" cy="17" r="1" fill="currentColor" fill-rule="nonzero"/><circle cx="15.5" cy="14" r="1" fill="currentColor" fill-rule="nonzero"/><circle cx="15.5" cy="20" r="1" fill="currentColor" fill-rule="nonzero"/><circle cx="15.5" cy="11" r="1" fill="currentColor" fill-rule="nonzero"/><circle cx="9.5" cy="2" r="1" fill="currentColor" fill-rule="nonzero"/><circle cx="15.5" cy="23" r="1" fill="currentColor" fill-rule="nonzero"/></g></svg>')
}

.icon-search {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 16 16"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M6.67908563 12.3581713c3.13647239 0 5.67908567-2.54261328 5.67908567-5.67908567S9.81555802 1 6.67908563 1 1 3.54261324 1 6.67908563s2.54261324 5.67908567 5.67908563 5.67908567ZM15 15l-4.13033661-4.13033661"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 16 16"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M6.67908563 12.3581713c3.13647239 0 5.67908567-2.54261328 5.67908567-5.67908567S9.81555802 1 6.67908563 1 1 3.54261324 1 6.67908563s2.54261324 5.67908567 5.67908563 5.67908567ZM15 15l-4.13033661-4.13033661"/></svg>')
}

.icon-seizure {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 14 15"><g fill="currentColor" fill-rule="evenodd"><path d="M12.6685391 7.05850295c.0618316-.19052057.1261678-.37674459.1827945-.56531581.1901517-.63298661.0691105-1.20892447-.3105667-1.73811736-.2320249-.32343543-.5267033-.57804635-.8488928-.80063199-.4551274-.31444449-.949193-.54968111-1.4690478-.73240423-.0926691-.03258224-.1837338-.08716445-.25828386-.15209024-.11458409-.09985522-.15238745-.24005036-.15485288-.3932943-.00579182-.36170664-.02320641-.72257784-.15453982-1.06550692-.08781649-.22926918-.22419817-.41752213-.47082008-.47986202-.45430556-.11477383-.8951882-.08736337-1.29388448.1876562-.21590179.14894739-.35893623.34408279-.35870172.63298662.00293533 3.74608251.00187872 7.49216503.00273966 11.2382475.00003914.0758264.00113489.1539999.01823641.2270414.07020623.2999635.29510882.4285022.56403705.4781115.36421931.0671935.72820381.0273309 1.08487027-.065244.32899879-.0853742.51555014-.3113812.5669721-.6475074.02547618-.166253.03349863-.3357682.04156021-.5042092.01267939-.2651932.16279707-.4605275.41751974-.5162236.3201153-.070018.627747-.1711463.91589-.3323071.5559363-.3109436.9714602-.7461293 1.1581681-1.3741431.1915213-.64412581.1881558-1.2948954.0078268-1.94057279-.1229979-.44071558-.3600711-.80739509-.7503928-1.05416877-.4400217-.27820221-1.0393575-.32439023-1.4937022.10045196-.12542419.11728016-.22764196.26272665-.32821611.40431419-.10284392.14469061-.2257244.24852413-.40440984.26395991-.21410162.0184593-.38531248-.06810842-.49837035-.2509111-.11153164-.18041571-.10660077-.37018041-.00183929-.55588725.15594863-.27633241.35686213-.51300122.60242742-.71112034.83977457-.67758331 2.11737937-.75225592 2.98399987.105027.0788156.0779746.1591184.15427831.2494786.24172124M1.33117128 7.04079954c.2056487-.17345369.3867213-.36715691.60340577-.50166308.82568638-.51248404 1.65254678-.45718573 2.46034896.05283177.3388214.21395273.60047072.5097788.78749168.86702974.12812443.24466519.03557273.54371367-.19386939.68546034-.23312071.14405409-.53531276.08270877-.69713148-.14230363-.04418219-.06150445-.08515539-.1253561-.12922018-.18694012-.39161304-.54713499-.99051841-.71609321-1.57995337-.43383313-.40660133.194658-.67102917.52911332-.83085206.94894285-.22920731.60215483-.24004741 1.22260982-.12436757 1.84911182.10319612.5589903.37071554 1.022422.81320267 1.3731883.37259396.2953884.79117027.4946215 1.25623766.5918113.35564898.0743145.48698239.2434319.49559185.6144477.00273937.1157684.00994001.2318551.02344121.346788.04844778.413345.23711236.6374026.62892108.73686.3122886.0792874.63224746.1071752.95118883.068546.36985459-.0447558.67678185-.2368677.67549449-.7603319-.00931793-3.71962682-.00622635-7.43925366-.00227383-11.15884073.00031308-.26666515-.099361-.46725082-.29733945-.62618373-.3210546-.25775377-.69364857-.32208281-1.08866626-.28401052-.4610366.04443756-.66746798.22584784-.79148334.67869723-.08030279.29320039-.10080896.5928854-.10190471.89551435-.00105661.29439387-.12922017.46991628-.4022966.56519646-.1015525.03540683-.20314413.07121149-.30285733.11143206-.60665388.24446626-1.17757851.55011872-1.65943435 1.00730445-.30461836.28898339-.54990971.61906258-.6827302 1.02592288-.19367373.59320366-.01592751 1.14105475.18905592 1.67502159m5.66741207 7.44816506c-.28849519.2665458-.62625997.4362997-1.00632851.4715474-.33205123.0307522-.66985515.014481-1.00413701-.0017505-.2780073-.0135659-.5421612-.0983434-.79664902-.218289-.37952067-.1789438-.63486944-.472542-.77594718-.8643245-.07787649-.2162204-.12526765-.4441768-.17895938-.668672-.01487088-.0624194-.03592493-.093291-.09916533-.1123073-.86133737-.2591064-1.56739139-.7393264-2.05715228-1.5177993-.43810413-.6964007-.59831836-1.4663998-.5677939-2.28429758.01267938-.33958731.07337608-.67097934.17246314-.99477282.02034963-.06643753.01224891-.11620601-.02230633-.17500522C.36299833 7.6132365.14005244 7.0728646.04429176 6.48300271c-.1419387-.87446916.0588574-1.66336519.57718605-2.37030832.39568297-.53961602.89871026-.95666075 1.46685637-1.29473631.32939013-.19605041.67298586-.36305926 1.03728344-.48189095.05596149-.01826038.07294561-.04726215.07791561-.10454961.03197241-.36747517.09885226-.72751092.22916818-1.07370221.24924388-.6619486.72327294-1.04068235 1.4098774-1.1297564.48404734-.06281728.96347688-.02558043 1.4213045.16661103.27652022.11608667.5238074.27903765.73587406.49637195.51198895-.51646234 1.14141877-.69472977 1.83925467-.68800645.34484802.00334177.67232058.0711717.97768249.23861817.41622827.22823482.65948467.59913132.78897877 1.04342738.0864077.29654215.1285158.60684921.1819335.91250167.0133056.07658219.0311506.11811559.1103577.14663997.8877919.31965606 1.66957.80938425 2.2922688 1.53494581.7690596.89599174.9932969 1.9198459.6599934 3.06519721-.1189671.40873009-.2932304.79239693-.5023229 1.16015057-.0401514.07069432-.0512654.12985157-.0279025.21144642.2663454.92925029.2396952 1.84990746-.1370078 2.74152306-.4371258 1.0346354-1.217182 1.6900198-2.2678884 2.0190248-.1016699.0318662-.1391993.0773381-.1626014.1813307-.0513045.2279962-.1091053.4573051-.1935954.6742814-.2175454.558672-.66077611.8470189-1.21393393.9716589-.46424558.1046292-.93663102.1289763-1.40842945.0479782-.33056414-.0567702-.62716005-.195573-.88403504-.4174823-.01682758-.0146003-.03412477-.0287233-.05392653-.0453128"/><path d="M5.58862769 11.5399893c.01952782.1658154-.02504571.3549436-.19958295.494343-.16369715.1307268-.34711779.1524881-.5335126.0699783-.18248143-.0807992-.29084323-.2281155-.31072325-.4353051-.0243413-.253497-.04473006-.5075112-.07713294-.7599341-.01068356-.0833055-.04586494-.1660143-.08261169-.2426362-.11892795-.2480865-.334908-.3621045-.60309269-.3153993-.18979947.0330198-.36069726-.0008752-.49653106-.1398769-.14557815-.1489872-.19891767-.33019852-.13364231-.53802468.06895395-.21944279.22693755-.33206834.43974776-.3743974.6623023-.1316418 1.30765962.17520414 1.64788984.78197378.24525222.4373738.33060328.9156047.34919189 1.4592786M3.93288758 5.72742491c-.24458694.01965278-.45172273-.05553701-.57213777-.29662172-.16788448-.33616598.06222291-.73984364.43199924-.76474777.14624342-.00982639.29260425-.01929473.43845633-.03349725.40832322-.03974317.53734773-.30246982.50290989-.70944946-.00880513-.10375395-.01643625-.21443013.00888339-.31305208.06124457-.23798165.25945783-.37801765.50091406-.37809725.230577-.00007953.4363431.1438552.49441783.37702311.16694526.67070086-.00770938 1.46699651-.80960235 1.87349876-.31154506.15793834-.64167873.23523662-.99584062.24494366m4.48415915 5.69321559c.02066271-.5199235.12409363-1.0172105.41470205-1.45800561.34958323-.53034659.97153847-.78957233 1.58488422-.66286362.2862646.05915726.4635803.27903766.451801.5602236-.0108401.25823113-.2097969.47222373-.4707809.50062873-.0541222.0059276-.1106707-.0005968-.1650277-.0087523-.30289649-.0454719-.52138111.074235-.64199182.362383-.11607118.2772076-.12953325.5723574-.12972892.8677856-.0001174.1843144-.059327.3371606-.20224405.4523322-.15994029.1288968-.34003455.1508968-.52431613.0735985-.18068127-.0757468-.29397394-.2174934-.31569326-.4197102-.0094704-.0881988-.00160449-.178347-.00160449-.2676199m1.65053917-5.69259498c-.49437865-.01698732-.95506305-.14266168-1.33779269-.47461066-.49919217-.43295792-.61088035-.99672219-.47567269-1.62183178.06230119-.28778991.35048331-.4521333.62449895-.3891171.27773336.06389143.43892594.33791643.40006597.63752188-.0177668.13673402-.00277851.28281703.02387168.41927257.03467265.17731264.16706267.27748612.33506454.3064879.18541647.03202528.37439414.04459669.56231514.0592766.2284638.01786255.4087146.1603651.4714462.38167769.0620664.21904495-.0144012.44739912-.1947694.58154725-.1053094.07833264-.2178585.10562375-.4090277.09977565"/></g></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 14 15"><g fill="currentColor" fill-rule="evenodd"><path d="M12.6685391 7.05850295c.0618316-.19052057.1261678-.37674459.1827945-.56531581.1901517-.63298661.0691105-1.20892447-.3105667-1.73811736-.2320249-.32343543-.5267033-.57804635-.8488928-.80063199-.4551274-.31444449-.949193-.54968111-1.4690478-.73240423-.0926691-.03258224-.1837338-.08716445-.25828386-.15209024-.11458409-.09985522-.15238745-.24005036-.15485288-.3932943-.00579182-.36170664-.02320641-.72257784-.15453982-1.06550692-.08781649-.22926918-.22419817-.41752213-.47082008-.47986202-.45430556-.11477383-.8951882-.08736337-1.29388448.1876562-.21590179.14894739-.35893623.34408279-.35870172.63298662.00293533 3.74608251.00187872 7.49216503.00273966 11.2382475.00003914.0758264.00113489.1539999.01823641.2270414.07020623.2999635.29510882.4285022.56403705.4781115.36421931.0671935.72820381.0273309 1.08487027-.065244.32899879-.0853742.51555014-.3113812.5669721-.6475074.02547618-.166253.03349863-.3357682.04156021-.5042092.01267939-.2651932.16279707-.4605275.41751974-.5162236.3201153-.070018.627747-.1711463.91589-.3323071.5559363-.3109436.9714602-.7461293 1.1581681-1.3741431.1915213-.64412581.1881558-1.2948954.0078268-1.94057279-.1229979-.44071558-.3600711-.80739509-.7503928-1.05416877-.4400217-.27820221-1.0393575-.32439023-1.4937022.10045196-.12542419.11728016-.22764196.26272665-.32821611.40431419-.10284392.14469061-.2257244.24852413-.40440984.26395991-.21410162.0184593-.38531248-.06810842-.49837035-.2509111-.11153164-.18041571-.10660077-.37018041-.00183929-.55588725.15594863-.27633241.35686213-.51300122.60242742-.71112034.83977457-.67758331 2.11737937-.75225592 2.98399987.105027.0788156.0779746.1591184.15427831.2494786.24172124M1.33117128 7.04079954c.2056487-.17345369.3867213-.36715691.60340577-.50166308.82568638-.51248404 1.65254678-.45718573 2.46034896.05283177.3388214.21395273.60047072.5097788.78749168.86702974.12812443.24466519.03557273.54371367-.19386939.68546034-.23312071.14405409-.53531276.08270877-.69713148-.14230363-.04418219-.06150445-.08515539-.1253561-.12922018-.18694012-.39161304-.54713499-.99051841-.71609321-1.57995337-.43383313-.40660133.194658-.67102917.52911332-.83085206.94894285-.22920731.60215483-.24004741 1.22260982-.12436757 1.84911182.10319612.5589903.37071554 1.022422.81320267 1.3731883.37259396.2953884.79117027.4946215 1.25623766.5918113.35564898.0743145.48698239.2434319.49559185.6144477.00273937.1157684.00994001.2318551.02344121.346788.04844778.413345.23711236.6374026.62892108.73686.3122886.0792874.63224746.1071752.95118883.068546.36985459-.0447558.67678185-.2368677.67549449-.7603319-.00931793-3.71962682-.00622635-7.43925366-.00227383-11.15884073.00031308-.26666515-.099361-.46725082-.29733945-.62618373-.3210546-.25775377-.69364857-.32208281-1.08866626-.28401052-.4610366.04443756-.66746798.22584784-.79148334.67869723-.08030279.29320039-.10080896.5928854-.10190471.89551435-.00105661.29439387-.12922017.46991628-.4022966.56519646-.1015525.03540683-.20314413.07121149-.30285733.11143206-.60665388.24446626-1.17757851.55011872-1.65943435 1.00730445-.30461836.28898339-.54990971.61906258-.6827302 1.02592288-.19367373.59320366-.01592751 1.14105475.18905592 1.67502159m5.66741207 7.44816506c-.28849519.2665458-.62625997.4362997-1.00632851.4715474-.33205123.0307522-.66985515.014481-1.00413701-.0017505-.2780073-.0135659-.5421612-.0983434-.79664902-.218289-.37952067-.1789438-.63486944-.472542-.77594718-.8643245-.07787649-.2162204-.12526765-.4441768-.17895938-.668672-.01487088-.0624194-.03592493-.093291-.09916533-.1123073-.86133737-.2591064-1.56739139-.7393264-2.05715228-1.5177993-.43810413-.6964007-.59831836-1.4663998-.5677939-2.28429758.01267938-.33958731.07337608-.67097934.17246314-.99477282.02034963-.06643753.01224891-.11620601-.02230633-.17500522C.36299833 7.6132365.14005244 7.0728646.04429176 6.48300271c-.1419387-.87446916.0588574-1.66336519.57718605-2.37030832.39568297-.53961602.89871026-.95666075 1.46685637-1.29473631.32939013-.19605041.67298586-.36305926 1.03728344-.48189095.05596149-.01826038.07294561-.04726215.07791561-.10454961.03197241-.36747517.09885226-.72751092.22916818-1.07370221.24924388-.6619486.72327294-1.04068235 1.4098774-1.1297564.48404734-.06281728.96347688-.02558043 1.4213045.16661103.27652022.11608667.5238074.27903765.73587406.49637195.51198895-.51646234 1.14141877-.69472977 1.83925467-.68800645.34484802.00334177.67232058.0711717.97768249.23861817.41622827.22823482.65948467.59913132.78897877 1.04342738.0864077.29654215.1285158.60684921.1819335.91250167.0133056.07658219.0311506.11811559.1103577.14663997.8877919.31965606 1.66957.80938425 2.2922688 1.53494581.7690596.89599174.9932969 1.9198459.6599934 3.06519721-.1189671.40873009-.2932304.79239693-.5023229 1.16015057-.0401514.07069432-.0512654.12985157-.0279025.21144642.2663454.92925029.2396952 1.84990746-.1370078 2.74152306-.4371258 1.0346354-1.217182 1.6900198-2.2678884 2.0190248-.1016699.0318662-.1391993.0773381-.1626014.1813307-.0513045.2279962-.1091053.4573051-.1935954.6742814-.2175454.558672-.66077611.8470189-1.21393393.9716589-.46424558.1046292-.93663102.1289763-1.40842945.0479782-.33056414-.0567702-.62716005-.195573-.88403504-.4174823-.01682758-.0146003-.03412477-.0287233-.05392653-.0453128"/><path d="M5.58862769 11.5399893c.01952782.1658154-.02504571.3549436-.19958295.494343-.16369715.1307268-.34711779.1524881-.5335126.0699783-.18248143-.0807992-.29084323-.2281155-.31072325-.4353051-.0243413-.253497-.04473006-.5075112-.07713294-.7599341-.01068356-.0833055-.04586494-.1660143-.08261169-.2426362-.11892795-.2480865-.334908-.3621045-.60309269-.3153993-.18979947.0330198-.36069726-.0008752-.49653106-.1398769-.14557815-.1489872-.19891767-.33019852-.13364231-.53802468.06895395-.21944279.22693755-.33206834.43974776-.3743974.6623023-.1316418 1.30765962.17520414 1.64788984.78197378.24525222.4373738.33060328.9156047.34919189 1.4592786M3.93288758 5.72742491c-.24458694.01965278-.45172273-.05553701-.57213777-.29662172-.16788448-.33616598.06222291-.73984364.43199924-.76474777.14624342-.00982639.29260425-.01929473.43845633-.03349725.40832322-.03974317.53734773-.30246982.50290989-.70944946-.00880513-.10375395-.01643625-.21443013.00888339-.31305208.06124457-.23798165.25945783-.37801765.50091406-.37809725.230577-.00007953.4363431.1438552.49441783.37702311.16694526.67070086-.00770938 1.46699651-.80960235 1.87349876-.31154506.15793834-.64167873.23523662-.99584062.24494366m4.48415915 5.69321559c.02066271-.5199235.12409363-1.0172105.41470205-1.45800561.34958323-.53034659.97153847-.78957233 1.58488422-.66286362.2862646.05915726.4635803.27903766.451801.5602236-.0108401.25823113-.2097969.47222373-.4707809.50062873-.0541222.0059276-.1106707-.0005968-.1650277-.0087523-.30289649-.0454719-.52138111.074235-.64199182.362383-.11607118.2772076-.12953325.5723574-.12972892.8677856-.0001174.1843144-.059327.3371606-.20224405.4523322-.15994029.1288968-.34003455.1508968-.52431613.0735985-.18068127-.0757468-.29397394-.2174934-.31569326-.4197102-.0094704-.0881988-.00160449-.178347-.00160449-.2676199m1.65053917-5.69259498c-.49437865-.01698732-.95506305-.14266168-1.33779269-.47461066-.49919217-.43295792-.61088035-.99672219-.47567269-1.62183178.06230119-.28778991.35048331-.4521333.62449895-.3891171.27773336.06389143.43892594.33791643.40006597.63752188-.0177668.13673402-.00277851.28281703.02387168.41927257.03467265.17731264.16706267.27748612.33506454.3064879.18541647.03202528.37439414.04459669.56231514.0592766.2284638.01786255.4087146.1603651.4714462.38167769.0620664.21904495-.0144012.44739912-.1947694.58154725-.1053094.07833264-.2178585.10562375-.4090277.09977565"/></g></svg>')
}

.icon-smart-contrast {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" version="1.2" viewBox="0 0 35 35"><path fill="currentColor" fill-rule="evenodd" d="M1.89998 15.6285c0-7.58203 6.14649-13.72852 13.72852-13.72852 7.5821 0 13.7286 6.14649 13.7286 13.72852 0 .6081-.0395 1.2069-.1161 1.794.5933.2913 1.1478.6497 1.6534 1.0654.1725-.9268.2627-1.8825.2627-2.8594 0-8.57615-6.9524-15.5285244-15.5286-15.5285244C7.05235.0999756.0999756 7.05235.0999756 15.6285c0 8.5762 6.9523744 15.5286 15.5285244 15.5286 1.2241 0 2.415-.1416 3.5574-.4093-.4388-.4866-.8222-1.0242-1.1402-1.6028-.7847.1394-1.5924.2121-2.4172.2121-7.58203 0-13.72852-6.1465-13.72852-13.7286Z" clip-rule="evenodd"/><path fill="currentColor" fill-rule="evenodd" d="M2.35 15.6286C2.35 8.29502 8.29502 2.35 15.6286 2.35c7.3335 0 13.2785 5.94502 13.2785 13.2786 0 .5408-.0323 1.0741-.0951 1.5979.444.1881.8687.4128 1.2703.6703.1151-.7392.1748-1.4967.1748-2.2682C30.2571 7.54943 23.7077 1 15.6286 1 7.54943 1 1 7.54943 1 15.6286c0 8.0791 6.54943 14.6285 14.6286 14.6285 1.0033 0 1.9831-.101 2.9297-.2934-.276-.3898-.52-.8038-.7282-1.2382-.716.1195-1.4515.1816-2.2015.1816-7.33358 0-13.2786-5.945-13.2786-13.2785Z" clip-rule="evenodd"/><path fill="currentColor" fill-rule="evenodd" d="M15.6286 1C7.54943 1 1 7.54943 1 15.6286c0 8.0791 6.54943 14.6285 14.6286 14.6285" clip-rule="evenodd"/><path stroke="currentColor" stroke-width="1.8" d="M15.6286 1C7.54943 1 1 7.54943 1 15.6286c0 8.0791 6.54943 14.6285 14.6286 14.6285"/><path fill="currentColor" fill-rule="evenodd" d="M22.8729 25.114c0-1.3811 1.0901-2.5007 2.4359-2.5007 1.3459 0 2.436 1.1196 2.436 2.5007 0 1.38-1.0901 2.4997-2.436 2.4997-1.3458 0-2.4359-1.1197-2.4359-2.4997Zm7.2258-2.0373c-.0899-.2248-.071-.4785.0512-.6875l.912-1.5598c.0898-.1532.0668-.3504-.0574-.4779l-1.0556-1.0832c-.1232-.1264-.3153-.1511-.4657-.0589l-1.5225.9374c-.201.1237-.4495.1427-.667.051-.2181-.092-.3797-.2819-.4358-.5118l-.4329-1.7763c-.0428-.1735-.1953-.2957-.3696-.2957h-1.4931c-.1744 0-.3268.1222-.3696.2957l-.433 1.7763c-.056.2299-.2177.4198-.4357.5118-.2176.0917-.466.0727-.6671-.051l-1.5225-.9374c-.1503-.0922-.3424-.0675-.4656.0589l-1.0556 1.0832c-.1243.1275-.1473.3247-.0575.4779l.9121 1.5598c.1222.209.1411.4627.0511.6875-.0895.2239-.2806.3916-.5142.4514l-1.7165.4395c-.1692.0439-.2882.2003-.2882.3803v1.5311c0 .18.119.3364.2882.3804l1.7165.4394c.2336.0599.4247.2276.5142.4515.09.2247.0711.4785-.0511.6874l-.9121 1.5599c-.0898.1532-.0668.3503.0575.4778l1.0556 1.0833c.1232.1264.3153.151.4656.0589l1.5225-.9374c.2011-.1238.4495-.1428.6671-.051.218.092.3797.2818.4357.5118l.433 1.7762c.0428.1736.1952.2968.3696.2968h1.4931c.1743 0 .3268-.1232.3696-.2968l.4329-1.7762c.0561-.23.2177-.4198.4358-.5118.2175-.0918.466-.0728.667.051l1.5225.9374c.1504.0921.3425.0675.4657-.0589l1.0556-1.0833c.1242-.1275.1472-.3246.0574-.4778l-.912-1.5599c-.1222-.2089-.1411-.4627-.0512-.6874.0896-.2239.2806-.3916.5142-.4515l1.7166-.4394c.1691-.044.2881-.2004.2881-.3804v-1.5311c0-.18-.119-.3364-.2881-.3803l-1.7166-.4395c-.2336-.0598-.4246-.2275-.5142-.4514Z" clip-rule="evenodd"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" version="1.2" viewBox="0 0 35 35"><path fill="currentColor" fill-rule="evenodd" d="M1.89998 15.6285c0-7.58203 6.14649-13.72852 13.72852-13.72852 7.5821 0 13.7286 6.14649 13.7286 13.72852 0 .6081-.0395 1.2069-.1161 1.794.5933.2913 1.1478.6497 1.6534 1.0654.1725-.9268.2627-1.8825.2627-2.8594 0-8.57615-6.9524-15.5285244-15.5286-15.5285244C7.05235.0999756.0999756 7.05235.0999756 15.6285c0 8.5762 6.9523744 15.5286 15.5285244 15.5286 1.2241 0 2.415-.1416 3.5574-.4093-.4388-.4866-.8222-1.0242-1.1402-1.6028-.7847.1394-1.5924.2121-2.4172.2121-7.58203 0-13.72852-6.1465-13.72852-13.7286Z" clip-rule="evenodd"/><path fill="currentColor" fill-rule="evenodd" d="M2.35 15.6286C2.35 8.29502 8.29502 2.35 15.6286 2.35c7.3335 0 13.2785 5.94502 13.2785 13.2786 0 .5408-.0323 1.0741-.0951 1.5979.444.1881.8687.4128 1.2703.6703.1151-.7392.1748-1.4967.1748-2.2682C30.2571 7.54943 23.7077 1 15.6286 1 7.54943 1 1 7.54943 1 15.6286c0 8.0791 6.54943 14.6285 14.6286 14.6285 1.0033 0 1.9831-.101 2.9297-.2934-.276-.3898-.52-.8038-.7282-1.2382-.716.1195-1.4515.1816-2.2015.1816-7.33358 0-13.2786-5.945-13.2786-13.2785Z" clip-rule="evenodd"/><path fill="currentColor" fill-rule="evenodd" d="M15.6286 1C7.54943 1 1 7.54943 1 15.6286c0 8.0791 6.54943 14.6285 14.6286 14.6285" clip-rule="evenodd"/><path stroke="currentColor" stroke-width="1.8" d="M15.6286 1C7.54943 1 1 7.54943 1 15.6286c0 8.0791 6.54943 14.6285 14.6286 14.6285"/><path fill="currentColor" fill-rule="evenodd" d="M22.8729 25.114c0-1.3811 1.0901-2.5007 2.4359-2.5007 1.3459 0 2.436 1.1196 2.436 2.5007 0 1.38-1.0901 2.4997-2.436 2.4997-1.3458 0-2.4359-1.1197-2.4359-2.4997Zm7.2258-2.0373c-.0899-.2248-.071-.4785.0512-.6875l.912-1.5598c.0898-.1532.0668-.3504-.0574-.4779l-1.0556-1.0832c-.1232-.1264-.3153-.1511-.4657-.0589l-1.5225.9374c-.201.1237-.4495.1427-.667.051-.2181-.092-.3797-.2819-.4358-.5118l-.4329-1.7763c-.0428-.1735-.1953-.2957-.3696-.2957h-1.4931c-.1744 0-.3268.1222-.3696.2957l-.433 1.7763c-.056.2299-.2177.4198-.4357.5118-.2176.0917-.466.0727-.6671-.051l-1.5225-.9374c-.1503-.0922-.3424-.0675-.4656.0589l-1.0556 1.0832c-.1243.1275-.1473.3247-.0575.4779l.9121 1.5598c.1222.209.1411.4627.0511.6875-.0895.2239-.2806.3916-.5142.4514l-1.7165.4395c-.1692.0439-.2882.2003-.2882.3803v1.5311c0 .18.119.3364.2882.3804l1.7165.4394c.2336.0599.4247.2276.5142.4515.09.2247.0711.4785-.0511.6874l-.9121 1.5599c-.0898.1532-.0668.3503.0575.4778l1.0556 1.0833c.1232.1264.3153.151.4656.0589l1.5225-.9374c.2011-.1238.4495-.1428.6671-.051.218.092.3797.2818.4357.5118l.433 1.7762c.0428.1736.1952.2968.3696.2968h1.4931c.1743 0 .3268-.1232.3696-.2968l.4329-1.7762c.0561-.23.2177-.4198.4358-.5118.2175-.0918.466-.0728.667.051l1.5225.9374c.1504.0921.3425.0675.4657-.0589l1.0556-1.0833c.1242-.1275.1472-.3246.0574-.4778l-.912-1.5599c-.1222-.2089-.1411-.4627-.0512-.6874.0896-.2239.2806-.3916.5142-.4515l1.7166-.4394c.1691-.044.2881-.2004.2881-.3804v-1.5311c0-.18-.119-.3364-.2881-.3803l-1.7166-.4395c-.2336-.0598-.4246-.2275-.5142-.4514Z" clip-rule="evenodd"/></svg>')
}

.icon-sound-wave {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 18 13"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.25" d="M1 7.3823532h1.925V5.6561767c0-.671026.54397403-1.215 1.215-1.215.67102597 0 1.215.543974 1.215 1.215v5.14557905c0 .67801582.54964043 1.22765625 1.22765625 1.22765625.67801585 0 1.22765625-.54964043 1.22765625-1.22765625V2.702344c0-.6640361.5383076-1.2023438 1.2023438-1.2023438.6640361 0 1.2023437.5383077 1.2023437 1.2023438v6.58265624c0 .67102597.543974 1.215 1.215 1.215.671026 0 1.215-.54397403 1.215-1.215V5.6561767c0-.671026.543974-1.215 1.215-1.215.671026 0 1.215.543974 1.215 1.215v1.7261765H17"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 18 13"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.25" d="M1 7.3823532h1.925V5.6561767c0-.671026.54397403-1.215 1.215-1.215.67102597 0 1.215.543974 1.215 1.215v5.14557905c0 .67801582.54964043 1.22765625 1.22765625 1.22765625.67801585 0 1.22765625-.54964043 1.22765625-1.22765625V2.702344c0-.6640361.5383076-1.2023438 1.2023438-1.2023438.6640361 0 1.2023437.5383077 1.2023437 1.2023438v6.58265624c0 .67102597.543974 1.215 1.215 1.215.671026 0 1.215-.54397403 1.215-1.215V5.6561767c0-.671026.543974-1.215 1.215-1.215.671026 0 1.215.543974 1.215 1.215v1.7261765H17"/></svg>')
}

.icon-sound {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 20 18"><g fill="currentColor"><path d="M7.8408111 1.36365436c.63376936-.71077453 1.79077871-.30986575 1.88232543.59981064l.00577913.11631577V15.8206729c0 .951027-1.13165857 1.4184078-1.8062731.7992268l-.08183146-.0831004-3.67127582-4.1199799H1.20569062c-.62412731 0-1.13770494-.4734269-1.19946414-1.080405L0 11.2133388V6.68711486c0-.62327434.47456966-1.1350466 1.08244027-1.19658347l.12325035-.00620386h2.96384466L7.8408111 1.36365436ZM8.228 14.716V3.183L4.84210266 6.98432753 1.5 6.984v3.932l3.34202738.0008194L8.228 14.716Zm2.9869713-9.38959827c.2725295-.31193031.7463279-.34387094 1.0582582-.0713414 1.0600498.926152 1.6804379 2.26128242 1.6804379 3.69551313 0 1.43393834-.620733 2.76981094-1.6806925 3.69504214-.3120531.272389-.785837.2402349-1.0582259-.0718182-.272389-.3120531-.2402348-.785837.0718182-1.058226.7370219-.64334121 1.1671002-1.56890786 1.1671002-2.56499794 0-.99649096-.429849-1.92156416-1.1673547-2.56591353-.3119303-.27252955-.343871-.74632788-.0713414-1.0582582Z"/><path d="M13.0451194 3.24001938c.2724417-.31200704.746231-.34408107 1.058238-.07163937 1.6590582 1.4486745 2.6298612 3.53750926 2.6298612 5.78163885 0 2.24426154-.9709222 4.33376164-2.6298612 5.78233214-.312007.2724417-.7857963.2403676-1.058238-.0716394s-.2403677-.7857964.0716393-1.0582381c1.3361499-1.1667139 2.1164599-2.84600176 2.1164599-4.65245464 0-1.80627852-.7801612-3.48491759-2.1164599-4.65176142-.312007-.27244171-.344081-.74623103-.0716393-1.05823806Z"/><path d="M14.8758154 1.15270403c.2725245-.31193467.7463224-.34388288 1.058257-.07135832 2.2580163 1.97273642 3.5789754 4.81513956 3.5789754 7.86888113 0 3.05374156-1.3209591 5.89614466-3.5789754 7.86888116-.3119346.2725245-.7857325.2405763-1.058257-.0713584-.2725246-.3119346-.2405764-.7857325.0713583-1.058257 1.9354805-1.6909501 3.0658741-4.1232997 3.0658741-6.73926576 0-2.61596607-1.1303936-5.04831563-3.0658741-6.73926575-.3119347-.27252456-.3438829-.74632239-.0713583-1.05825706Z"/></g></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 20 18"><g fill="currentColor"><path d="M7.8408111 1.36365436c.63376936-.71077453 1.79077871-.30986575 1.88232543.59981064l.00577913.11631577V15.8206729c0 .951027-1.13165857 1.4184078-1.8062731.7992268l-.08183146-.0831004-3.67127582-4.1199799H1.20569062c-.62412731 0-1.13770494-.4734269-1.19946414-1.080405L0 11.2133388V6.68711486c0-.62327434.47456966-1.1350466 1.08244027-1.19658347l.12325035-.00620386h2.96384466L7.8408111 1.36365436ZM8.228 14.716V3.183L4.84210266 6.98432753 1.5 6.984v3.932l3.34202738.0008194L8.228 14.716Zm2.9869713-9.38959827c.2725295-.31193031.7463279-.34387094 1.0582582-.0713414 1.0600498.926152 1.6804379 2.26128242 1.6804379 3.69551313 0 1.43393834-.620733 2.76981094-1.6806925 3.69504214-.3120531.272389-.785837.2402349-1.0582259-.0718182-.272389-.3120531-.2402348-.785837.0718182-1.058226.7370219-.64334121 1.1671002-1.56890786 1.1671002-2.56499794 0-.99649096-.429849-1.92156416-1.1673547-2.56591353-.3119303-.27252955-.343871-.74632788-.0713414-1.0582582Z"/><path d="M13.0451194 3.24001938c.2724417-.31200704.746231-.34408107 1.058238-.07163937 1.6590582 1.4486745 2.6298612 3.53750926 2.6298612 5.78163885 0 2.24426154-.9709222 4.33376164-2.6298612 5.78233214-.312007.2724417-.7857963.2403676-1.058238-.0716394s-.2403677-.7857964.0716393-1.0582381c1.3361499-1.1667139 2.1164599-2.84600176 2.1164599-4.65245464 0-1.80627852-.7801612-3.48491759-2.1164599-4.65176142-.312007-.27244171-.344081-.74623103-.0716393-1.05823806Z"/><path d="M14.8758154 1.15270403c.2725245-.31193467.7463224-.34388288 1.058257-.07135832 2.2580163 1.97273642 3.5789754 4.81513956 3.5789754 7.86888113 0 3.05374156-1.3209591 5.89614466-3.5789754 7.86888116-.3119346.2725245-.7857325.2405763-1.058257-.0713584-.2725246-.3119346-.2405764-.7857325.0713583-1.058257 1.9354805-1.6909501 3.0658741-4.1232997 3.0658741-6.73926576 0-2.61596607-1.1303936-5.04831563-3.0658741-6.73926575-.3119347-.27252456-.3438829-.74632239-.0713583-1.05825706Z"/></g></svg>')
}

.icon-spacing-1 {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 55 14"><g fill="none" fill-rule="evenodd" stroke="currentColor" stroke-linecap="round" stroke-width="2"><path stroke-dasharray="4,7" d="M3.5 7h48"/><path stroke-linejoin="round" d="M7 13 1 7l6-6m41 12 6-6-6-6"/></g></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 55 14"><g fill="none" fill-rule="evenodd" stroke="currentColor" stroke-linecap="round" stroke-width="2"><path stroke-dasharray="4,7" d="M3.5 7h48"/><path stroke-linejoin="round" d="M7 13 1 7l6-6m41 12 6-6-6-6"/></g></svg>')
}

.icon-spacing-2 {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 32 14"><g fill="none" fill-rule="evenodd" stroke="currentColor" stroke-linecap="round" stroke-width="2"><path stroke-dasharray="4,7" d="M3 7h26"/><path stroke-linejoin="round" d="M7 13 1 7l6-6m18 12 6-6-6-6"/></g></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 32 14"><g fill="none" fill-rule="evenodd" stroke="currentColor" stroke-linecap="round" stroke-width="2"><path stroke-dasharray="4,7" d="M3 7h26"/><path stroke-linejoin="round" d="M7 13 1 7l6-6m18 12 6-6-6-6"/></g></svg>')
}

.icon-spacing-3 {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 55 14"><g fill="none" fill-rule="evenodd" stroke="currentColor" stroke-linecap="round" stroke-width="2"><path stroke-dasharray="4,7" d="M3.5 7h48"/><path stroke-linejoin="round" d="M7 13 1 7l6-6m41 12 6-6-6-6"/></g></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 55 14"><g fill="none" fill-rule="evenodd" stroke="currentColor" stroke-linecap="round" stroke-width="2"><path stroke-dasharray="4,7" d="M3.5 7h48"/><path stroke-linejoin="round" d="M7 13 1 7l6-6m41 12 6-6-6-6"/></g></svg>')
}

.icon-spacing-4 {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 66 14"><g fill="none" fill-rule="evenodd" stroke="currentColor" stroke-linecap="round" stroke-width="2"><path stroke-dasharray="4,7" d="M3 7h62"/><path stroke-linejoin="round" d="M7 13 1 7l6-6m51 12 6-6-6-6"/></g></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 66 14"><g fill="none" fill-rule="evenodd" stroke="currentColor" stroke-linecap="round" stroke-width="2"><path stroke-dasharray="4,7" d="M3 7h62"/><path stroke-linejoin="round" d="M7 13 1 7l6-6m51 12 6-6-6-6"/></g></svg>')
}

.icon-text-align-1 {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 32 23"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M1 1h30M1 8h25M1 15h30M1 22h24"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 32 23"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M1 1h30M1 8h25M1 15h30M1 22h24"/></svg>')
}

.icon-text-align-2 {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 32 23"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M1 1h30M1 8h25M1 15h30M1 22h24"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 32 23"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M1 1h30M1 8h25M1 15h30M1 22h24"/></svg>')
}

.icon-text-align-3 {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 32 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M1 1.5h30m-25 7h25m-30 7h30m-24 7h24"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 32 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M1 1.5h30m-25 7h25m-30 7h30m-24 7h24"/></svg>')
}

.icon-text-align-4 {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 32 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M1 1.5h30m-26 7h22m-26 7h30m-26 7h22"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 32 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M1 1.5h30m-26 7h22m-26 7h30m-26 7h22"/></svg>')
}

.icon-text-align-5 {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 32 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M1 1.5h30m-30 7h30m-30 7h30m-30 7h30"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 32 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M1 1.5h30m-30 7h30m-30 7h30m-30 7h30"/></svg>')
}

.icon-tick {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 12 8"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="m1.625 4.625 2.5 2.5 6.25-6.25"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 12 8"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="m1.625 4.625 2.5 2.5 6.25-6.25"/></svg>')
}

.icon-tooltip {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 2 9"><g fill="none" fill-rule="evenodd" transform="translate(.13 .63)"><path stroke="currentColor" stroke-linecap="round" stroke-width="1.75" d="M.87 3.37v4"/><circle cx=".875" cy=".875" r="1" fill="currentColor"/></g></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 2 9"><g fill="none" fill-rule="evenodd" transform="translate(.13 .63)"><path stroke="currentColor" stroke-linecap="round" stroke-width="1.75" d="M.87 3.37v4"/><circle cx=".875" cy=".875" r="1" fill="currentColor"/></g></svg>')
}

.icon-tooltip-tail-left {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 22 17"><path fill="currentColor" fill-rule="evenodd" d="M154 16H21.242641c-.79565 0-1.558712-.3160705-2.121321-.8786797l-14-13.99999996c-1.171573-1.17157287-3.071067-1.17157287-4.24264 0C.316071 1.68392948 0 2.44699122 0 3.24264069V48c0 6.627417 5.372583 12 12 12h142c6.627417 0 12-5.372583 12-12V28c0-6.627417-5.372583-12-12-12Z"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 22 17"><path fill="currentColor" fill-rule="evenodd" d="M154 16H21.242641c-.79565 0-1.558712-.3160705-2.121321-.8786797l-14-13.99999996c-1.171573-1.17157287-3.071067-1.17157287-4.24264 0C.316071 1.68392948 0 2.44699122 0 3.24264069V48c0 6.627417 5.372583 12 12 12h142c6.627417 0 12-5.372583 12-12V28c0-6.627417-5.372583-12-12-12Z"/></svg>')
}

.icon-tooltips {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 30 31"><g fill="none" fill-rule="evenodd" transform="translate(1 1)"><path stroke="currentColor" stroke-width="2" d="M7.12734007 22.9836493 1.59329966 28.714951C1.00533246 29.3238763 0 28.8926106 0 28.0314601V3.97380852C0 1.77913468 1.7179 0 3.83703704 0H24.162963C26.2821 0 28 1.77913468 28 3.97380852V19.0098408c0 2.1946738-1.7179 3.9738085-3.837037 3.9738085H7.12734007Z"/><path fill="currentColor" fill-rule="nonzero" d="M13 8.92811506v7.14376984C13 16.5844687 13.4477153 17 14 17s1-.4155313 1-.9281151V8.92811506C15 8.41553127 14.5522847 8 14 8s-1 .41553127-1 .92811506Z"/><circle cx="14" cy="6" r="1" fill="currentColor"/></g></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 30 31"><g fill="none" fill-rule="evenodd" transform="translate(1 1)"><path stroke="currentColor" stroke-width="2" d="M7.12734007 22.9836493 1.59329966 28.714951C1.00533246 29.3238763 0 28.8926106 0 28.0314601V3.97380852C0 1.77913468 1.7179 0 3.83703704 0H24.162963C26.2821 0 28 1.77913468 28 3.97380852V19.0098408c0 2.1946738-1.7179 3.9738085-3.837037 3.9738085H7.12734007Z"/><path fill="currentColor" fill-rule="nonzero" d="M13 8.92811506v7.14376984C13 16.5844687 13.4477153 17 14 17s1-.4155313 1-.9281151V8.92811506C15 8.41553127 14.5522847 8 14 8s-1 .41553127-1 .92811506Z"/><circle cx="14" cy="6" r="1" fill="currentColor"/></g></svg>')
}

.icon-visually-impaired {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 14 10"><g fill="none" fill-rule="evenodd" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.25" d="m1 4.99999994 2.20371699-2.57100316C5.00082774.33236757 8.15732765.08955988 10.25395687 1.88667064a4.99999938 4.99999938 0 0 1 .54232614.54232614L13 4.99999994h0l-2.20371699 2.57100315c-1.79711075 2.09662921-4.95361066 2.3394369-7.05023988.54232614a4.99999938 4.99999938 0 0 1-.54232614-.54232614L1 4.99999994h0Z"/><path stroke-width="1.75" d="M7 3.37499994c.44873136 0 .85498136.18188432 1.14904852.47595148S8.625 4.55126858 8.625 4.99999994c0 .44873135-.18188432.85498135-.47595148 1.14904851C7.85498136 6.44311561 7.44873136 6.62499994 7 6.62499994s-.85498136-.18188433-1.14904852-.47595149S5.375 5.44873129 5.375 4.99999994c0-.44873136.18188432-.85498136.47595148-1.14904852S6.55126864 3.37499994 7 3.37499994Z"/></g></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 14 10"><g fill="none" fill-rule="evenodd" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.25" d="m1 4.99999994 2.20371699-2.57100316C5.00082774.33236757 8.15732765.08955988 10.25395687 1.88667064a4.99999938 4.99999938 0 0 1 .54232614.54232614L13 4.99999994h0l-2.20371699 2.57100315c-1.79711075 2.09662921-4.95361066 2.3394369-7.05023988.54232614a4.99999938 4.99999938 0 0 1-.54232614-.54232614L1 4.99999994h0Z"/><path stroke-width="1.75" d="M7 3.37499994c.44873136 0 .85498136.18188432 1.14904852.47595148S8.625 4.55126858 8.625 4.99999994c0 .44873135-.18188432.85498135-.47595148 1.14904851C7.85498136 6.44311561 7.44873136 6.62499994 7 6.62499994s-.85498136-.18188433-1.14904852-.47595149S5.375 5.44873129 5.375 4.99999994c0-.44873136.18188432-.85498136.47595148-1.14904852S6.55126864 3.37499994 7 3.37499994Z"/></g></svg>')
}

.icon-voice-navigation {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 37 40"><g fill="none" fill-rule="evenodd" transform="translate(1 1)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M0 .08216006h.42046648C.99757103.06006946 1.57521074-.0141591 2.15060282.00238266c1.07104697.03078026 2.13021364.14793369 3.1864905.36978188 1.35553212.28456034 2.6181624.78039471 3.81571857 1.42761769 1.42563661.7704487 2.66996481 1.77729817 3.75952791 2.97071369.6861679.75160365 1.293776 1.55052934 1.7908222 2.43237326.5040033.89419791.9484979 1.81436012 1.2440071 2.79545468.1639697.54441274.2833079 1.10149354.4375378 1.64894244.1049962.3727133.233753.7390402.3549107 1.1072517.1963996.5967601.3986859 1.1916357.5920887 1.7893381.1988613.6142441.3866986 1.2318385.5848107 1.8463967.2295789.7122384.4680412 1.4217548.697192 2.1340979.1950082.6061826.3816682 1.2148779.5731444 1.8221075.1733883.5495428.3458132 1.0993996.5232686 1.6476861.1455605.4502921.291014.900689.4497391 1.3466886.1132375.3182721.0577961.4077861-.2935826.4082049-.9720445.0010469-1.9441959.0002094-2.9163474.0006282-.4517727.0002093-.4519867.0007328-.4519867.4308189 0 2.5561224.000107 5.1123496.000214 7.6684721v.4092518c-.1567986 0-.2708923 0-.3849861.0001047-2.631006.0001046-5.2620119.0002093-7.89291086.0006281-.40157572 0-.48773469.0823948-.48794875.470917-.00085624 1.6313537-.00042812 3.2628121-.00053515 4.8941658V38H0"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M23 27v2m6-5v7m6-10v12"/><circle cx="10.5" cy="16.5" r="1.5" fill="currentColor"/></g></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 37 40"><g fill="none" fill-rule="evenodd" transform="translate(1 1)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M0 .08216006h.42046648C.99757103.06006946 1.57521074-.0141591 2.15060282.00238266c1.07104697.03078026 2.13021364.14793369 3.1864905.36978188 1.35553212.28456034 2.6181624.78039471 3.81571857 1.42761769 1.42563661.7704487 2.66996481 1.77729817 3.75952791 2.97071369.6861679.75160365 1.293776 1.55052934 1.7908222 2.43237326.5040033.89419791.9484979 1.81436012 1.2440071 2.79545468.1639697.54441274.2833079 1.10149354.4375378 1.64894244.1049962.3727133.233753.7390402.3549107 1.1072517.1963996.5967601.3986859 1.1916357.5920887 1.7893381.1988613.6142441.3866986 1.2318385.5848107 1.8463967.2295789.7122384.4680412 1.4217548.697192 2.1340979.1950082.6061826.3816682 1.2148779.5731444 1.8221075.1733883.5495428.3458132 1.0993996.5232686 1.6476861.1455605.4502921.291014.900689.4497391 1.3466886.1132375.3182721.0577961.4077861-.2935826.4082049-.9720445.0010469-1.9441959.0002094-2.9163474.0006282-.4517727.0002093-.4519867.0007328-.4519867.4308189 0 2.5561224.000107 5.1123496.000214 7.6684721v.4092518c-.1567986 0-.2708923 0-.3849861.0001047-2.631006.0001046-5.2620119.0002093-7.89291086.0006281-.40157572 0-.48773469.0823948-.48794875.470917-.00085624 1.6313537-.00042812 3.2628121-.00053515 4.8941658V38H0"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M23 27v2m6-5v7m6-10v12"/><circle cx="10.5" cy="16.5" r="1.5" fill="currentColor"/></g></svg>')
}
/* .icon-cancel {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 12 8"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.2" d="m2.625 7.2 4.5 -6.5"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 12 8"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.2" d="m2.625 7.2 4.5 -6.5"/></svg>')
} */
.icon-voice-navigation-cancel {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 37 40"><g fill="none" fill-rule="evenodd" transform="translate(1 1)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M0 .08216006h.42046648C.99757103.06006946 1.57521074-.0141591 2.15060282.00238266c1.07104697.03078026 2.13021364.14793369 3.1864905.36978188 1.35553212.28456034 2.6181624.78039471 3.81571857 1.42761769 1.42563661.7704487 2.66996481 1.77729817 3.75952791 2.97071369.6861679.75160365 1.293776 1.55052934 1.7908222 2.43237326.5040033.89419791.9484979 1.81436012 1.2440071 2.79545468.1639697.54441274.2833079 1.10149354.4375378 1.64894244.1049962.3727133.233753.7390402.3549107 1.1072517.1963996.5967601.3986859 1.1916357.5920887 1.7893381.1988613.6142441.3866986 1.2318385.5848107 1.8463967.2295789.7122384.4680412 1.4217548.697192 2.1340979.1950082.6061826.3816682 1.2148779.5731444 1.8221075.1733883.5495428.3458132 1.0993996.5232686 1.6476861.1455605.4502921.291014.900689.4497391 1.3466886.1132375.3182721.0577961.4077861-.2935826.4082049-.9720445.0010469-1.9441959.0002094-2.9163474.0006282-.4517727.0002093-.4519867.0007328-.4519867.4308189 0 2.5561224.000107 5.1123496.000214 7.6684721v.4092518c-.1567986 0-.2708923 0-.3849861.0001047-2.631006.0001046-5.2620119.0002093-7.89291086.0006281-.40157572 0-.48773469.0823948-.48794875.470917-.00085624 1.6313537-.00042812 3.2628121-.00053515 4.8941658V38H0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.8" d="m2.625 38.2 30.5 -35.5"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M23 27v2m6-5v7m6-10v12"/><circle cx="10.5" cy="16.5" r="1.5" fill="currentColor"/></g></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 37 40"><g fill="none" fill-rule="evenodd" transform="translate(1 1)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M0 .08216006h.42046648C.99757103.06006946 1.57521074-.0141591 2.15060282.00238266c1.07104697.03078026 2.13021364.14793369 3.1864905.36978188 1.35553212.28456034 2.6181624.78039471 3.81571857 1.42761769 1.42563661.7704487 2.66996481 1.77729817 3.75952791 2.97071369.6861679.75160365 1.293776 1.55052934 1.7908222 2.43237326.5040033.89419791.9484979 1.81436012 1.2440071 2.79545468.1639697.54441274.2833079 1.10149354.4375378 1.64894244.1049962.3727133.233753.7390402.3549107 1.1072517.1963996.5967601.3986859 1.1916357.5920887 1.7893381.1988613.6142441.3866986 1.2318385.5848107 1.8463967.2295789.7122384.4680412 1.4217548.697192 2.1340979.1950082.6061826.3816682 1.2148779.5731444 1.8221075.1733883.5495428.3458132 1.0993996.5232686 1.6476861.1455605.4502921.291014.900689.4497391 1.3466886.1132375.3182721.0577961.4077861-.2935826.4082049-.9720445.0010469-1.9441959.0002094-2.9163474.0006282-.4517727.0002093-.4519867.0007328-.4519867.4308189 0 2.5561224.000107 5.1123496.000214 7.6684721v.4092518c-.1567986 0-.2708923 0-.3849861.0001047-2.631006.0001046-5.2620119.0002093-7.89291086.0006281-.40157572 0-.48773469.0823948-.48794875.470917-.00085624 1.6313537-.00042812 3.2628121-.00053515 4.8941658V38H0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.8" d="m2.625 38.2 30.5 -35.5"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M23 27v2m6-5v7m6-10v12"/><circle cx="10.5" cy="16.5" r="1.5" fill="currentColor"/></g></svg>')
}

.icon-voice {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 35 25"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M1 13h4.95v3.4928571c0 .9112699.73873 1.65 1.65 1.65.91127 0 1.65-.7387301 1.65-1.65v-8.7c0-.9112698.73873-1.65 1.65-1.65.91127 0 1.65.7387302 1.65 1.65v14.54047623C12.55 23.25380792 13.296192 24 14.216667 24h.018229c.920474 0 1.666666-.74619208 1.666666-1.66666667V2.6242188C15.901562 1.7271875 16.62875 1 17.525781 1 18.422812 1 19.15 1.7271875 19.15 2.6242188v16.4400669c0 .9112699.73873 1.65 1.65 1.65.91127 0 1.65-.7387301 1.65-1.65V9.5071429c0-.9112699.73873-1.65 1.65-1.65.91127 0 1.65.7387301 1.65 1.65v6.9857142c0 .9112699.73873 1.65 1.65 1.65.91127 0 1.65-.7387301 1.65-1.65V13H34"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 35 25"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M1 13h4.95v3.4928571c0 .9112699.73873 1.65 1.65 1.65.91127 0 1.65-.7387301 1.65-1.65v-8.7c0-.9112698.73873-1.65 1.65-1.65.91127 0 1.65.7387302 1.65 1.65v14.54047623C12.55 23.25380792 13.296192 24 14.216667 24h.018229c.920474 0 1.666666-.74619208 1.666666-1.66666667V2.6242188C15.901562 1.7271875 16.62875 1 17.525781 1 18.422812 1 19.15 1.7271875 19.15 2.6242188v16.4400669c0 .9112699.73873 1.65 1.65 1.65.91127 0 1.65-.7387301 1.65-1.65V9.5071429c0-.9112699.73873-1.65 1.65-1.65.91127 0 1.65.7387301 1.65 1.65v6.9857142c0 .9112699.73873 1.65 1.65 1.65.91127 0 1.65-.7387301 1.65-1.65V13H34"/></svg>')
}

.icon-www {
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" viewBox="0 0 24 24"><defs><path id="a" d="M12 0c6.627417 0 12 5.372583 12 12s-5.372583 12-12 12S0 18.627417 0 12 5.372583 0 12 0Z"/></defs><g fill="currentColor" fill-rule="evenodd"><mask id="b"><use xlink:href="#a"/></mask><use xlink:href="#a" opacity=".12"/><ellipse cx="12" cy="2" mask="url(#b)" opacity=".1" rx="12" ry="4"/><ellipse cx="12" cy="22" mask="url(#b)" opacity=".1" rx="12" ry="4"/><ellipse cx="12" cy="12" opacity=".1" rx="5" ry="12"/><path fill-rule="nonzero" d="M3.494 14.3H4.67l.864-2.382.858 2.382h1.176l1.14-4.122H7.454L6.95 12.56l-.792-2.382H4.904l-.798 2.382-.504-2.382H2.348zm6.456 0h1.176l.864-2.382.858 2.382h1.176l1.14-4.122H13.91l-.504 2.382-.792-2.382H11.36l-.798 2.382-.504-2.382H8.804zm6.456 0h1.176l.864-2.382.858 2.382h1.176l1.14-4.122h-1.254l-.504 2.382-.792-2.382h-1.254l-.798 2.382-.504-2.382H15.26z"/></g></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" viewBox="0 0 24 24"><defs><path id="a" d="M12 0c6.627417 0 12 5.372583 12 12s-5.372583 12-12 12S0 18.627417 0 12 5.372583 0 12 0Z"/></defs><g fill="currentColor" fill-rule="evenodd"><mask id="b"><use xlink:href="#a"/></mask><use xlink:href="#a" opacity=".12"/><ellipse cx="12" cy="2" mask="url(#b)" opacity=".1" rx="12" ry="4"/><ellipse cx="12" cy="22" mask="url(#b)" opacity=".1" rx="12" ry="4"/><ellipse cx="12" cy="12" opacity=".1" rx="5" ry="12"/><path fill-rule="nonzero" d="M3.494 14.3H4.67l.864-2.382.858 2.382h1.176l1.14-4.122H7.454L6.95 12.56l-.792-2.382H4.904l-.798 2.382-.504-2.382H2.348zm6.456 0h1.176l.864-2.382.858 2.382h1.176l1.14-4.122H13.91l-.504 2.382-.792-2.382H11.36l-.798 2.382-.504-2.382H8.804zm6.456 0h1.176l.864-2.382.858 2.382h1.176l1.14-4.122h-1.254l-.504 2.382-.792-2.382h-1.254l-.798 2.382-.504-2.382H15.26z"/></g></svg>')
}