@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        transform: translateX(0)
    }
    to {
        opacity: 0;
        transform: translateX(-50%);
        filter: blur(20px)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        transform: translateX(0)
    }
    to {
        opacity: 0;
        transform: translateX(50%);
        filter: blur(20px)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(50%);
        filter: blur(20px)
    }
    to {
        opacity: 1;
        transform: translateX(0);
        filter: blur(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-50%);
        filter: blur(20px)
    }
    to {
        opacity: 1;
        transform: translateX(0);
        filter: blur(0)
    }
}

.v10-sitecore-container .slider-scrollbar {
    cursor: grabbing;
    scrollbar-width: thin;
    scrollbar-color: #242e22 #e6eaec;
    transition: scrollbar-color .3s ease-out
}

.v10-sitecore-container .slider-scrollbar::-webkit-scrollbar {
    cursor: grabbing;
    width: .25rem;
    height: .5rem
}

.v10-sitecore-container .slider-scrollbar::-webkit-scrollbar-track {
    background-color: #e6eaec;
    border-radius: .25rem;
    border: 1px solid transparent;
    background-clip: padding-box
}

.v10-sitecore-container .slider-scrollbar::-webkit-scrollbar-track:hover {
    border: 0
}

.v10-sitecore-container .slider-scrollbar::-webkit-scrollbar-thumb {
    background-color: #242e22;
    border-radius: .5rem;
    border: 1px solid transparent;
    background-clip: padding-box
}

.v10-sitecore-container .slider-scrollbar::-webkit-scrollbar-thumb:hover {
    border: 0
}

.v10-sitecore-container .radio-button.radio-wrapper>label {
    position: relative;
    background: none;
    border: 0;
    box-shadow: inset 0 0 0 1px #575c61
}

.v10-sitecore-container .radio-button.radio-wrapper>label:after,
.v10-sitecore-container .radio-button.radio-wrapper>label:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%
}

.v10-sitecore-container .radio-button.radio-wrapper>label>span:after,
.v10-sitecore-container .radio-button.radio-wrapper>label>span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.v10-sitecore-container .radio-button.radio-border:after,
.v10-sitecore-container .radio-button.radio-border:before {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: .375rem
}

.v10-sitecore-container .radio-button.radio-border:before {
    border-bottom: 2px solid #468145;
    transform: scaleX(0)
}

.v10-sitecore-container .radio-button.radio-border.radio-checked:before {
    transform: scaleX(1);
    transition: transform .1s
}

.v10-sitecore-container .radio-button.radio-border:after {
    border-left: 2px solid #468145;
    border-right: 2px solid #468145;
    transform: scaleY(0);
    transform-origin: bottom
}

.v10-sitecore-container .radio-button.radio-border.radio-checked:after {
    transform: scaleX(1);
    transition: transform .1s .1s
}

.v10-sitecore-container .radio-button.radio-top-left-border:before {
    border-top: 2px solid #468145;
    transform: scaleX(0);
    transform-origin: top left;
    border-radius: .375rem
}

.v10-sitecore-container .radio-button.radio-top-right-border:after {
    border-top: 2px solid #468145;
    transform: scaleX(0);
    transform-origin: top right;
    border-radius: .375rem
}

.v10-sitecore-container .radio-button.radio-top-left-border.radio-checked:before,
.v10-sitecore-container .radio-button.radio-top-right-border.radio-checked:after {
    transform: scaleX(1);
    transition: transform .1s .2s
}

/*
! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com
*/

.v10-sitecore-container *,
.v10-sitecore-container :after,
.v10-sitecore-container :before {
    box-sizing: border-box;
    border: 0 solid #e5e7eb
}

.v10-sitecore-container :after,
.v10-sitecore-container :before {
    --tw-content: ""
}

.v10-sitecore-container html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-family: var(--font-open-sans);
    font-feature-settings: normal;
    font-variation-settings: normal
}

.v10-sitecore-container body {
    margin: 0;
    line-height: inherit
}

.v10-sitecore-container hr {
    height: 0;
    color: inherit;
    border-top-width: 1px
}

.v10-sitecore-container abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

.v10-sitecore-container h1,
.v10-sitecore-container h2,
.v10-sitecore-container h3,
.v10-sitecore-container h4,
.v10-sitecore-container h5,
.v10-sitecore-container h6 {
    font-size: inherit;
    font-weight: inherit
}

.v10-sitecore-container a {
    color: inherit;
    text-decoration: inherit
}

.v10-sitecore-container b,
.v10-sitecore-container strong {
    font-weight: bolder
}

.v10-sitecore-container code,
.v10-sitecore-container kbd,
.v10-sitecore-container pre,
.v10-sitecore-container samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

.v10-sitecore-container small {
    font-size: 80%
}

.v10-sitecore-container sub,
.v10-sitecore-container sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

.v10-sitecore-container sub {
    bottom: -.25em
}

.v10-sitecore-container sup {
    top: -.5em
}

.v10-sitecore-container table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse
}

.v10-sitecore-container button,
.v10-sitecore-container input,
.v10-sitecore-container optgroup,
.v10-sitecore-container select,
.v10-sitecore-container textarea {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0
}

.v10-sitecore-container button,
.v10-sitecore-container select {
    text-transform: none
}

.v10-sitecore-container [type=button],
.v10-sitecore-container [type=reset],
.v10-sitecore-container [type=submit],
.v10-sitecore-container button {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none
}

.v10-sitecore-container :-moz-focusring {
    outline: auto
}

.v10-sitecore-container :-moz-ui-invalid {
    box-shadow: none
}

.v10-sitecore-container progress {
    vertical-align: baseline
}

.v10-sitecore-container ::-webkit-inner-spin-button,
.v10-sitecore-container ::-webkit-outer-spin-button {
    height: auto
}

.v10-sitecore-container [type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

.v10-sitecore-container ::-webkit-search-decoration {
    -webkit-appearance: none
}

.v10-sitecore-container ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

.v10-sitecore-container summary {
    display: list-item
}

.v10-sitecore-container blockquote,
.v10-sitecore-container dd,
.v10-sitecore-container dl,
.v10-sitecore-container figure,
.v10-sitecore-container h1,
.v10-sitecore-container h2,
.v10-sitecore-container h3,
.v10-sitecore-container h4,
.v10-sitecore-container h5,
.v10-sitecore-container h6,
.v10-sitecore-container hr,
.v10-sitecore-container p,
.v10-sitecore-container pre {
    margin: 0
}

.v10-sitecore-container fieldset {
    margin: 0
}

.v10-sitecore-container fieldset,
.v10-sitecore-container legend {
    padding: 0
}

.v10-sitecore-container menu,
.v10-sitecore-containerol,
.v10-sitecore-container ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.v10-sitecore-container textarea {
    resize: vertical
}

.v10-sitecore-container input::-moz-placeholder,
.v10-sitecore-container textarea::-moz-placeholder {
    color: #9ca3af
}

.v10-sitecore-container input::placeholder,
.v10-sitecore-container textarea::placeholder {
    color: #9ca3af
}

.v10-sitecore-container [role=button],
.v10-sitecore-container button {
    cursor: pointer
}

.v10-sitecore-container :disabled {
    cursor: default
}

.v10-sitecore-container audio,
.v10-sitecore-container canvas,
.v10-sitecore-container embed,
.v10-sitecore-container iframe,
.v10-sitecore-container img,
.v10-sitecore-container object,
.v10-sitecore-container svg,
.v10-sitecore-container video {
    display: block;
}

.v10-sitecore-container img,
.v10-sitecore-container video {
    max-width: 100%;
    height: auto
}

.v10-sitecore-container [hid] {
    display: none
}

.v10-sitecore-container [multiple],
.v10-sitecore-container [type=date],
.v10-sitecore-container [type=datetime-local],
.v10-sitecore-container [type=email],
.v10-sitecore-container [type=month],
.v10-sitecore-container [type=number],
.v10-sitecore-container [type=password],
.v10-sitecore-container [type=search],
.v10-sitecore-container [type=tel],
.v10-sitecore-container [type=text],
.v10-sitecore-container [type=time],
.v10-sitecore-container [type=url],
.v10-sitecore-container [type=week],
.v10-sitecore-container select,
.v10-sitecore-container textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    border-radius: 0;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000
}

.v10-sitecore-container [multiple]:focus,
.v10-sitecore-container [type=date]:focus,
.v10-sitecore-container [type=datetime-local]:focus,
.v10-sitecore-container [type=email]:focus,
.v10-sitecore-container [type=month]:focus,
.v10-sitecore-container [type=number]:focus,
.v10-sitecore-container [type=password]:focus,
.v10-sitecore-container [type=search]:focus,
.v10-sitecore-container [type=tel]:focus,
.v10-sitecore-container [type=text]:focus,
.v10-sitecore-container [type=time]:focus,
.v10-sitecore-container [type=url]:focus,
.v10-sitecore-container [type=week]:focus,
.v10-sitecore-container select:focus,
.v10-sitecore-container textarea:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    border-color: #2563eb
}

.v10-sitecore-container input::-moz-placeholder,
.v10-sitecore-container textarea::-moz-placeholder {
    color: #6b7280;
    opacity: 1
}

.v10-sitecore-container input::placeholder,
.v10-sitecore-container textarea::placeholder {
    color: #6b7280;
    opacity: 1
}

.v10-sitecore-container ::-webkit-datetime-edit-fields-wrapper {
    padding: 0
}

.v10-sitecore-container ::-webkit-date-and-time-value {
    min-height: 1.5em
}

.v10-sitecore-container ::-webkit-datetime-edit,
.v10-sitecore-container ::-webkit-datetime-edit-day-field,
.v10-sitecore-container ::-webkit-datetime-edit-hour-field,
.v10-sitecore-container ::-webkit-datetime-edit-meridiem-field,
.v10-sitecore-container ::-webkit-datetime-edit-millisecond-field,
.v10-sitecore-container ::-webkit-datetime-edit-minute-field,
.v10-sitecore-container ::-webkit-datetime-edit-month-field,
.v10-sitecore-container ::-webkit-datetime-edit-second-field,
.v10-sitecore-container ::-webkit-datetime-edit-year-field {
    padding-top: 0;
    padding-bottom: 0
}

.v10-sitecore-container select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right .5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact
}

.v10-sitecore-container [multiple] {
    background-image: none;
    background-position: 0 0;
    background-repeat: unset;
    background-size: initial;
    padding-right: .75rem;
    -webkit-print-color-adjust: unset;
    print-color-adjust: unset
}

.v10-sitecore-container [type=checkbox],
.v10-sitecore-container [type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: #2563eb;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    --tw-shadow: 0 0 #0000
}

.v10-sitecore-container [type=checkbox] {
    border-radius: 0
}

.v10-sitecore-container [type=radio] {
    border-radius: 100%
}

.v10-sitecore-container [type=checkbox]:focus,
.v10-sitecore-container [type=radio]:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
}

.v10-sitecore-container[type=checkbox]:checked,
.v10-sitecore-container [type=radio]:checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: 50%;
    background-repeat: no-repeat
}

.v10-sitecore-container [type=checkbox]:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")
}

.v10-sitecore-container [type=radio]:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")
}

.v10-sitecore-container [type=checkbox]:checked:focus,
.v10-sitecore-container [type=checkbox]:checked:hover,
.v10-sitecore-container [type=radio]:checked:focus,
.v10-sitecore-container [type=radio]:checked:hover {
    border-color: transparent;
    background-color: currentColor
}

.v10-sitecore-container [type=checkbox]:indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: 50%;
    background-repeat: no-repeat
}

.v10-sitecore-container [type=checkbox]:indeterminate:focus,
.v10-sitecore-container [type=checkbox]:indeterminate:hover {
    border-color: transparent;
    background-color: currentColor
}

.v10-sitecore-container [type=file] {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit
}

.v10-sitecore-container [type=file]:focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color
}

.v10-sitecore-container :root {
    --aa-primary-color-rgb: 0, 0, 0 !important;
    --aa-icon-color-rgb: 0, 0, 0 !important;
    --aa-selected-color-rgb: 70, 129, 69 !important;
    --aa-background-color-alpha: 0 !important;
    --aa-overlay-color-alpha: 0 !important;
    --aa-panel-shadow: none !important
}

.v10-sitecore-container body,
.v10-sitecore-container header {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.v10-sitecore-container .path-finder-result:hover img {
    scale: 1.1
}

.v10-sitecore-container .content-component:hover .primary-cta {
    border-radius: 2.5rem;
    transition-duration: .5s
}

.v10-sitecore-container *,
.v10-sitecore-container :after,
.v10-sitecore-container :before {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia:
}

.v10-sitecore-container ::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia:
}

.v10-sitecore-container .container {
    width: 100%
}

@media (min-width:768px) {
    .v10-sitecore-container .container {
        max-width: 768px
    }
}

@media (min-width:1024px) {
    .v10-sitecore-container .container {
        max-width: 1024px
    }
}

@media (min-width:1200px) {
    .v10-sitecore-container .container {
        max-width: 1200px
    }
}

@media (min-width:1440px) {
    .v10-sitecore-container .container {
        max-width: 1440px
    }
}

.v10-sitecore-container .focus-lime:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.v10-sitecore-container .focus-lime:focus-visible {
    outline-width: 2px;
    outline-offset: 2px;
    outline-color: #9ac23c
}

.v10-sitecore-container .focus-dark-green:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.v10-sitecore-container .focus-dark-green:focus-visible {
    outline-width: 2px;
    outline-offset: 2px;
    outline-color: #9ac23c;
    outline-color: #242e22
}

.v10-sitecore-container .focus-isc2-green:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.v10-sitecore-container .focus-isc2-green:focus-visible {
    outline-width: 2px;
    outline-offset: 2px;
    outline-color: #9ac23c;
    outline-color: #468145
}

.v10-sitecore-container .focus-underline-lime:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.v10-sitecore-container .focus-underline-lime:focus-visible {
    text-decoration-line: underline;
    text-decoration-color: #9ac23c;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px
}

.v10-sitecore-container .focus-underline-dark-green:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.v10-sitecore-container .focus-underline-dark-green:focus-visible {
    text-decoration-line: underline;
    text-decoration-color: #9ac23c;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
    text-decoration-color: #242e22
}

.v10-sitecore-container .focus-underline-isc2-green:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.v10-sitecore-container .focus-underline-isc2-green:focus-visible {
    text-decoration-line: underline;
    text-decoration-color: #9ac23c;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
    text-decoration-color: #468145
}

.v10-sitecore-container .headline-xxl {
    font-size: 4rem;
    line-height: 4.5rem
}

.v10-sitecore-container .headline-xl,
.v10-sitecore-container .headline-xxl {
    font-weight: 300;
    letter-spacing: -.025em
}

.v10-sitecore-container .v10-sitecore-container .headline-xl {
    font-size: 3.125rem;
    line-height: 3.625rem
}

.v10-sitecore-container .headline-l {
    font-size: 2.5rem;
    line-height: 3rem
}

.v10-sitecore-container .headline-l,
.v10-sitecore-container .headline-m {
    font-weight: 300;
    letter-spacing: -.025em
}

.v10-sitecore-container .headline-m {
    font-size: 2rem;
    line-height: 2.5rem
}

.v10-sitecore-container .headline-s {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.875rem
}

.v10-sitecore-container .eyebrow,
.v10-sitecore-container .headline-s {
    letter-spacing: -.025em
}

.v10-sitecore-container .eyebrow {
    font-size: .75rem;
    font-weight: 400;
    text-transform: uppercase;
    line-height: .875rem
}

.v10-sitecore-container .body-l {
    font-size: 1.125rem;
    line-height: 1.625rem
}

.v10-sitecore-container .body-l,
.v10-sitecore-container .body-m {
    font-weight: 400;
    letter-spacing: -.05em
}

.v10-sitecore-container .body-m {
    font-size: .875rem;
    line-height: 1.4375rem
}

.v10-sitecore-container .body-s {
    font-size: .75rem;
    line-height: 1.25rem
}

.v10-sitecore-container .body-s,
.v10-sitecore-container .navigation-type {
    font-weight: 400;
    letter-spacing: -.05em
}

.v10-sitecore-container .navigation-type {
    font-size: .875rem;
    line-height: 1.75rem
}

.v10-sitecore-container .cta {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25rem;
    letter-spacing: -.05em
}

.v10-sitecore-container .primary-cta:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.v10-sitecore-container .primary-cta:focus-visible {
    outline-width: 2px;
    outline-offset: 2px;
    outline-color: #9ac23c;
    outline-color: #242e22
}

.v10-sitecore-container .primary-cta {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25rem;
    letter-spacing: -.05em;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    border-radius: .25rem;
    --tw-bg-opacity: 1;
    background-color: rgb(36 46 34/var(--tw-bg-opacity));
    padding: .5rem 1rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.v10-sitecore-container .primary-cta:hover {
    border-radius: 2.5rem
}

@media (min-width:768px) {
    .v10-sitecore-container .primary-cta {
        padding: .75rem 2rem
    }
}

.v10-sitecore-container .primary-cta.disabled {
    --tw-bg-opacity: 1;
    background-color: rgb(206 211 217/var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(247 247 250/var(--tw-text-opacity))
}

.v10-sitecore-container .primary-cta.light {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(51 51 58/var(--tw-text-opacity))
}

.v10-sitecore-container .secondary-cta:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.v10-sitecore-container .secondary-cta:focus-visible {
    outline-width: 2px;
    outline-offset: 2px;
    outline-color: #9ac23c;
    outline-color: #242e22
}

.v10-sitecore-container .secondary-cta {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25rem;
    letter-spacing: -.05em;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    border-radius: .25rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(206 211 217/var(--tw-border-opacity));
    background-color: transparent;
    padding: .5rem 1rem;
    --tw-text-opacity: 1;
    color: rgb(36 46 34/var(--tw-text-opacity))
}

.v10-sitecore-container .secondary-cta:hover {
    border-radius: 2.5rem;
    --tw-border-opacity: 1;
    border-color: rgb(36 46 34/var(--tw-border-opacity))
}

@media (min-width:768px) {
    .v10-sitecore-container .secondary-cta {
        padding: .75rem 2rem
    }
}

.v10-sitecore-container .secondary-cta.light:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.v10-sitecore-container .secondary-cta.light:focus-visible {
    outline-width: 2px;
    outline-offset: 2px;
    outline-color: #9ac23c
}

.v10-sitecore-container .secondary-cta.light {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255/var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.v10-sitecore-container .rich-text {
    overflow-x: auto
}

.v10-sitecore-container .rich-text h1 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 3rem;
    letter-spacing: -.025em
}

@media (min-width:1024px) {
    .v10-sitecore-container .rich-text h1 {
        font-size: 4rem;
        font-weight: 300;
        line-height: 4.5rem;
        letter-spacing: -.025em
    }
}

.v10-sitecore-container .rich-text h2 {
    font-size: 2rem;
    font-weight: 300;
    line-height: 2.5rem;
    letter-spacing: -.025em
}

.v10-sitecore-container .rich-text h3,
.v10-sitecore-container .rich-text h4 {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.875rem;
    letter-spacing: -.025em
}

@media (min-width:1024px) {
    .v10-sitecore-container .rich-text h4 {
        font-size: 2rem;
        font-weight: 300;
        line-height: 2.5rem;
        letter-spacing: -.025em
    }
}

.v10-sitecore-container .rich-text h5 {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.625rem;
    letter-spacing: -.05em
}

@media (min-width:1024px) {
    .v10-sitecore-container .rich-text h5 {
        font-size: 1.5rem;
        font-weight: 300;
        line-height: 1.875rem;
        letter-spacing: -.025em
    }
}

.v10-sitecore-container .rich-text h6 {
    font-size: .75rem;
    font-weight: 400;
    text-transform: uppercase;
    line-height: .875rem;
    letter-spacing: -.025em
}

.v10-sitecore-container .rich-text p {
    padding-bottom: 1.5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4375rem;
    letter-spacing: -.01rem
}

.v10-sitecore-container .rich-text hr {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.v10-sitecore-container .rich-text nav {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.75rem;
    letter-spacing: -.05em
}

.v10-sitecore-container .rich-text ul {
    margin-left: 2.5rem;
    list-style-position: outside;
    list-style-type: none
}

.v10-sitecore-container .rich-text li {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4375rem;
    margin-top: .75rem
}

.v10-sitecore-container .rich-text ul li ::marker {
    display: none
}

.v10-sitecore-container .rich-text ul li::marker {
    display: none
}

.v10-sitecore-container .rich-text ul li:before {
    position: relative;
    right: .5rem;
    margin-left: -1rem;
    margin-right: .625rem;
    margin-bottom: 0;
    display: inline-block;
    height: .5rem;
    width: .5rem;
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(154 194 60/var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(154 194 60/var(--tw-text-opacity));
    --tw-content: "";
    content: var(--tw-content)
}

.v10-sitecore-container .rich-text ol {
    list-style-type: decimal;
    padding-left: 2rem
}

.v10-sitecore-container .rich-text ol,
.v10-sitecore-container ul {
    margin-bottom: 1.5rem
}

.v10-sitecore-container .rich-text h1,
.v10-sitecore-container .rich-text h2 {
    margin-bottom: 1.25rem
}

@media (min-width:768px) {
    .v10-sitecore-container .rich-text h1,
    .v10-sitecore-container .rich-text h2 {
        margin-bottom: 1.5rem
    }
}

.v10-sitecore-container .rich-text h3,
.v10-sitecore-container .rich-text h4,
.v10-sitecore-container .rich-text h5,
.v10-sitecore-container .rich-text h6 {
    margin-bottom: .75rem
}

.v10-sitecore-container .rich-text .primary-cta,
.v10-sitecore-container .rich-text .secondary-cta {
    margin-bottom: 1.25rem;
    display: inline-block
}

.v10-sitecore-container .rich-text a:not([class]):focus,
.v10-sitecore-container .rich-text a[class=""]:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.v10-sitecore-container .rich-text a:not([class]):focus-visible,
.v10-sitecore-container .rich-text a[class=""]:focus-visible {
    text-decoration-line: underline;
    text-decoration-color: #9ac23c;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
    text-decoration-color: #242e22
}

.v10-sitecore-container .rich-text a:not([class]),
.v10-sitecore-container .rich-text a[class=""] {
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    border-bottom-width: 1px;
    border-style: dotted;
    --tw-border-opacity: 1;
    border-color: rgb(35 125 182/var(--tw-border-opacity));
    letter-spacing: -.01rem;
    --tw-text-opacity: 1;
    color: rgb(35 125 182/var(--tw-text-opacity))
}

.v10-sitecore-container .rich-text a:not([class]):hover,
.v10-sitecore-container .rich-text a[class=""]:hover {
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(51 51 58/var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(51 51 58/var(--tw-text-opacity))
}

.v10-sitecore-container.rich-text blockquote,
.v10-sitecore-container .rich-text quote {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.875rem;
    letter-spacing: -.025em;
    quotes: "\0022""\0021";
    display: block;
    padding-left: 2rem
}

@media (min-width:1024px) {
    .v10-sitecore-container .rich-text blockquote,
    .v10-sitecore-container .rich-text quote {
        font-size: 2rem;
        font-weight: 300;
        line-height: 2.5rem;
        letter-spacing: -.025em
    }
}

.v10-sitecore-container .rich-text table {
    border-collapse: separate;
    --tw-border-spacing-x: 0px;
    --tw-border-spacing-y: 0px;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
    padding-bottom: 1rem
}

.v10-sitecore-container .rich-text thead tr:nth-child(odd) th {
    --tw-bg-opacity: 1;
    background-color: rgb(36 46 34/var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.v10-sitecore-container .rich-text thead tr:nth-child(2n) th {
    background-color: rgb(230 234 236/var(--tw-bg-opacity))
}

.v10-sitecore-container .rich-text tbody tr:nth-child(odd) td,
.v10-sitecore-container .rich-text thead tr:nth-child(2n) th {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity))
}

.v10-sitecore-container .rich-text tbody tr:nth-child(odd) td {
    background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.v10-sitecore-container .rich-text tbody tr:nth-child(2n) td {
    --tw-bg-opacity: 1;
    background-color: rgb(247 247 250/var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity))
}

.v10-sitecore-container .rich-text th {
    border-left-width: 1px;
    border-right-width: 1px;
    border-color: rgb(255 255 255/var(--tw-border-opacity));
    padding: 1rem;
    font-weight: 400
}

.v10-sitecore-container .rich-text td,
.v10-sitecore-container .rich-text th {
    --tw-border-opacity: 1;
    text-align: center
}

.v10-sitecore-container .rich-text td {
    border-width: 1px;
    border-color: rgb(230 234 236/var(--tw-border-opacity));
    padding: .75rem 1rem
}

.v10-sitecore-container .rich-text thead tr:first-child th:first-child {
    border-top-left-radius: 1rem
}

.v10-sitecore-container .rich-text thead tr:first-child th:last-child {
    border-top-right-radius: 1rem
}

.v10-sitecore-container .rich-text tbody tr:last-child td:first-child {
    border-bottom-left-radius: 1rem
}

.v10-sitecore-container .rich-text tbody tr:last-child td:last-child {
    border-bottom-right-radius: 1rem
}

.v10-sitecore-container .with-chevron {
    display: inline-block
}

.v10-sitecore-container .with-chevron:after {
    margin-left: .5rem;
    --tw-content: "\203A";
    content: var(--tw-content)
}

.v10-sitecore-container .modal-overlay {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .75)
}

.v10-sitecore-container .video-modal iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%
}

.v10-sitecore-container .pointer-events-none {
    pointer-events: none
}

.v10-sitecore-container .invisible {
    visibility: hid
}

.v10-sitecore-container .static {
    position: static
}

.v10-sitecore-container .fixed {
    position: fixed
}

.v10-sitecore-container .absolute {
    position: absolute
}

.v10-sitecore-container .\!relative {
    position: relative !important
}

.v10-sitecore-container .relative {
    position: relative
}

.v10-sitecore-container .sticky {
    position: sticky
}

.v10-sitecore-container .inset-0 {
    inset: 0
}

.v10-sitecore-container .\!inset-x-0 {
    left: 0 !important;
    right: 0 !important
}

.v10-sitecore-container .\!inset-y-0 {
    top: 0 !important;
    bottom: 0 !important
}

.v10-sitecore-container .inset-x-0 {
    left: 0;
    right: 0
}

.v10-sitecore-container .inset-y-0 {
    top: 0;
    bottom: 0
}

.v10-sitecore-container .\!-top-25 {
    top: -6.25rem !important
}

.v10-sitecore-container .\!top-0 {
    top: 0 !important
}

.v10-sitecore-container .-left-1 {
    left: -.25rem
}

.v10-sitecore-container .-left-1\.5 {
    left: -.375rem
}

.v10-sitecore-container .-right-1 {
    right: -.25rem
}

.v10-sitecore-container .-right-1\.5 {
    right: -.375rem
}

.v10-sitecore-container .-top-px {
    top: -1px
}

.v10-sitecore-container .bottom-0 {
    bottom: 0
}

.v10-sitecore-container .bottom-14 {
    bottom: 3.5rem
}

.v10-sitecore-container .bottom-4 {
    bottom: 1rem
}

.v10-sitecore-container .bottom-5 {
    bottom: 1.25rem
}

.v10-sitecore-container .bottom-full {
    bottom: 100%
}

.v10-sitecore-container .left-0 {
    left: 0
}

.v10-sitecore-container .left-2\/4 {
    left: 50%
}

.v10-sitecore-container .left-4 {
    left: 1rem
}

.v10-sitecore-container .left-5 {
    left: 1.25rem
}

.v10-sitecore-container .left-6 {
    left: 1.5rem
}

.v10-sitecore-container .left-full {
    left: 100%
}

.v10-sitecore-container .right-0 {
    right: 0
}

.v10-sitecore-container .right-2\/4 {
    right: 50%
}

.v10-sitecore-container .right-3 {
    right: .75rem
}

.v10-sitecore-container .right-4 {
    right: 1rem
}

.v10-sitecore-container .right-5 {
    right: 1.25rem
}

.v10-sitecore-container .right-full {
    right: 100%
}

.v10-sitecore-container .top-0 {
    top: 0
}

.v10-sitecore-container .top-1 {
    top: .25rem
}

.v10-sitecore-container .top-1\.5 {
    top: .375rem
}

.v10-sitecore-container .top-2\/4 {
    top: 50%
}

.v10-sitecore-container .top-28 {
    top: 7rem
}

.v10-sitecore-container .top-36 {
    top: 9rem
}

.v10-sitecore-container .top-4 {
    top: 1rem
}

.v10-sitecore-container .top-462 {
    top: 28.875rem
}

.v10-sitecore-container .top-5 {
    top: 1.25rem
}

.v10-sitecore-container .top-6 {
    top: 1.5rem
}

.v10-sitecore-container .top-8 {
    top: 2rem
}

.v10-sitecore-container .top-full {
    top: 100%
}

.v10-sitecore-container .-z-scroll-to-top {
    z-index: -2001
}

.v10-sitecore-container .z-1 {
    z-index: 1
}

.v10-sitecore-container .z-10 {
    z-index: 10
}

.v10-sitecore-container .z-50 {
    z-index: 50
}

.v10-sitecore-container .z-filters-menu {
    z-index: 3001
}

.v10-sitecore-container .z-header {
    z-index: 1000
}

.v10-sitecore-container .z-modal-content {
    z-index: 2001
}

.v10-sitecore-container .z-modal-overlay {
    z-index: 2000
}

.v10-sitecore-container .z-scroll-to-top {
    z-index: 2001
}

.v10-sitecore-container .z-tooltip {
    z-index: 100
}

.v10-sitecore-container .z-user-menu {
    z-index: 1001
}

.v10-sitecore-container .col-span-1 {
    grid-column: span 1/span 1
}

.v10-sitecore-container .col-start-1 {
    grid-column-start: 1
}

.v10-sitecore-container .col-end-1 {
    grid-column-end: 1
}

.v10-sitecore-container .\!m-0 {
    margin: 0 !important
}

.v10-sitecore-container .m-4 {
    margin: 1rem
}

.v10-sitecore-container .m-auto {
    margin: auto
}

.v10-sitecore-container .mx-1 {
    margin-left: .25rem;
    margin-right: .25rem
}

.v10-sitecore-container .mx-2 {
    margin-left: .5rem;
    margin-right: .5rem
}

.v10-sitecore-container .mx-4 {
    margin-left: 1rem;
    margin-right: 1rem
}

.v10-sitecore-container .mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem
}

.v10-sitecore-container .mx-auto {
    margin-left: auto;
    margin-right: auto
}

.v10-sitecore-container .my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

.v10-sitecore-container .my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.v10-sitecore-container .\!ml-4 {
    margin-left: 1rem !important
}

.v10-sitecore-container .\!mr-3 {
    margin-right: .75rem !important
}

.v10-sitecore-container .-ml-100 {
    margin-left: -25rem
}

.v10-sitecore-container .-mr-100 {
    margin-right: -25rem
}

.v10-sitecore-container .mb-0 {
    margin-bottom: 0
}

.v10-sitecore-container .mb-1 {
    margin-bottom: .25rem
}

.v10-sitecore-container .mb-10 {
    margin-bottom: 2.5rem
}

.v10-sitecore-container .mb-14 {
    margin-bottom: 3.5rem
}

.v10-sitecore-container .mb-2 {
    margin-bottom: .5rem
}

.v10-sitecore-container .mb-4 {
    margin-bottom: 1rem
}

.v10-sitecore-container .mb-5 {
    margin-bottom: 1.25rem
}

.v10-sitecore-container .mb-6 {
    margin-bottom: 1.5rem
}

.v10-sitecore-container .mb-8 {
    margin-bottom: 2rem
}

.v10-sitecore-container .ml-10 {
    margin-left: 2.5rem
}

.v10-sitecore-container .ml-2 {
    margin-left: .5rem
}

.v10-sitecore-container .ml-4 {
    margin-left: 1rem
}

.v10-sitecore-container .mr-2 {
    margin-right: .5rem
}

.v10-sitecore-container .mr-3 {
    margin-right: .75rem
}

.v10-sitecore-container .mr-4 {
    margin-right: 1rem
}

.v10-sitecore-container .mr-6 {
    margin-right: 1.5rem
}

.v10-sitecore-container .mt-0 {
    margin-top: 0
}

.v10-sitecore-container .mt-1 {
    margin-top: .25rem
}

.v10-sitecore-container .mt-10 {
    margin-top: 2.5rem
}

.v10-sitecore-container .mt-2 {
    margin-top: .5rem
}

.v10-sitecore-container .mt-2\.5 {
    margin-top: .625rem
}

.v10-sitecore-container .mt-20 {
    margin-top: 5rem
}

.v10-sitecore-container .mt-4 {
    margin-top: 1rem
}

.v10-sitecore-container .mt-6 {
    margin-top: 1.5rem
}

.v10-sitecore-container .mt-7 {
    margin-top: 1.75rem
}

.v10-sitecore-container .mt-7\.5 {
    margin-top: 1.875rem
}

.v10-sitecore-container .mt-8 {
    margin-top: 2rem
}

.v10-sitecore-container .mt-9 {
    margin-top: 2.25rem
}

.v10-sitecore-container .mt-auto {
    margin-top: auto
}

.v10-sitecore-container .line-clamp-2 {
    -webkit-line-clamp: 2
}

.v10-sitecore-container .line-clamp-2,
.v10-sitecore-container .line-clamp-3 {
    overflow: hid;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.v10-sitecore-container .line-clamp-3 {
    -webkit-line-clamp: 3
}

.v10-sitecore-container .line-clamp-4 {
    overflow: hid;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4
}

.v10-sitecore-container .block {
    display: block
}

.v10-sitecore-container .inline-block {
    display: inline-block
}

.v10-sitecore-container .inline {
    display: inline
}

.v10-sitecore-container .\!flex {
    display: flex !important
}

.v10-sitecore-container .flex {
    display: flex
}

.v10-sitecore-container .grid {
    display: grid
}

.v10-sitecore-container .\!hid {
    display: none !important
}

.v10-sitecore-container .hid {
    display: none
}

.v10-sitecore-container .aspect-4\/3 {
    aspect-ratio: 4/3
}

.v10-sitecore-container .aspect-square {
    aspect-ratio: 1/1
}

.v10-sitecore-container .aspect-video {
    aspect-ratio: 16/9
}

.v10-sitecore-container .\!h-7 {
    height: 1.75rem !important
}

.v10-sitecore-container .h-0 {
    height: 0
}

.v10-sitecore-container .h-10 {
    height: 2.5rem
}

.v10-sitecore-container .h-11 {
    height: 2.75rem
}

.v10-sitecore-container .h-12 {
    height: 3rem
}

.v10-sitecore-container .h-13 {
    height: 3.25rem
}

.v10-sitecore-container .h-14 {
    height: 3.5rem
}

.v10-sitecore-container .h-166 {
    height: 10.375rem
}

.v10-sitecore-container .h-2 {
    height: .5rem
}

.v10-sitecore-container .h-247 {
    height: 15.4375rem
}

.v10-sitecore-container .h-3 {
    height: .75rem
}

.v10-sitecore-container .h-4 {
    height: 1rem
}

.v10-sitecore-container .h-5 {
    height: 1.25rem
}

.v10-sitecore-container .h-500 {
    height: 31.25rem
}

.v10-sitecore-container .h-56 {
    height: 14rem
}

.v10-sitecore-container .h-6 {
    height: 1.5rem
}

.v10-sitecore-container .h-64 {
    height: 16rem
}

.v10-sitecore-container .h-877 {
    height: 54.813rem
}

.v10-sitecore-container .h-\[563px\] {
    height: 563px
}

.v10-sitecore-container .h-auto {
    height: auto
}

.v10-sitecore-container .h-dynamic-screen {
    height: 100dvh
}

.v10-sitecore-container .h-full {
    height: 100%
}

.v10-sitecore-container .max-h-400 {
    max-height: 29rem
}

.v10-sitecore-container .max-h-screen {
    max-height: 100vh
}

.v10-sitecore-container .\!w-7 {
    width: 1.75rem !important
}

.v10-sitecore-container .w-10\/12 {
    width: 83.333333%
}

.v10-sitecore-container .w-11\/12 {
    width: 91.666667%
}

.v10-sitecore-container .w-12 {
    width: 3rem
}

.v10-sitecore-container .w-170 {
    width: 10.625rem
}

.v10-sitecore-container .w-2\/12 {
    width: 16.666667%
}

.v10-sitecore-container .w-20 {
    width: 5rem
}

.v10-sitecore-container .w-214 {
    width: 13.375rem
}

.v10-sitecore-container .w-218 {
    width: 13.625rem
}

.v10-sitecore-container .w-23 {
    width: 5.75rem
}

.v10-sitecore-container .w-247 {
    width: 15.4375rem
}

.v10-sitecore-container .w-28 {
    width: 7rem
}

.v10-sitecore-container .w-3 {
    width: .75rem
}

.v10-sitecore-container .w-3\/12 {
    width: 25%
}

.v10-sitecore-container .w-30 {
    width: 7.5rem
}

.v10-sitecore-container .w-304 {
    width: 19rem
}

.v10-sitecore-container .w-36 {
    width: 9rem
}

.v10-sitecore-container .w-4 {
    width: 1rem
}

.v10-sitecore-container .w-4\/12 {
    width: 33.333333%
}

.v10-sitecore-container .w-4\/5 {
    width: 80%
}

.v10-sitecore-container .w-416 {
    width: 26rem
}

.v10-sitecore-container .w-5 {
    width: 1.25rem
}

.v10-sitecore-container .w-5\/12 {
    width: 41.666667%
}

.v10-sitecore-container .w-52 {
    width: 13rem
}

.v10-sitecore-container .w-56 {
    width: 14rem
}

.v10-sitecore-container .w-6 {
    width: 1.5rem
}

.v10-sitecore-container .w-6\/12 {
    width: 50%
}

.v10-sitecore-container .w-60 {
    width: 14rem
}

.v10-sitecore-container .w-8\/12 {
    width: 66.666667%
}

.v10-sitecore-container .w-auto {
    width: auto
}

.v10-sitecore-container .w-full {
    width: 100%
}

.v10-sitecore-container .min-w-247 {
    min-width: 15.4375rem
}

.v10-sitecore-container .min-w-336 {
    min-width: 21rem
}

.v10-sitecore-container .max-w-2xl {
    max-width: 42rem
}

.v10-sitecore-container .max-w-312 {
    max-width: 19.5rem
}

.v10-sitecore-container .max-w-416 {
    max-width: 26rem
}

.v10-sitecore-container .max-w-500 {
    max-width: 31.25rem
}

.v10-sitecore-container .max-w-none {
    max-width: none
}

.v10-sitecore-container .max-w-xs {
    max-width: 20rem
}

.v10-sitecore-container .flex-1 {
    flex: 1 1 0%
}

.v10-sitecore-container .flex-none {
    flex: none
}

.v10-sitecore-container .flex-shrink-0,
.v10-sitecore-container .shrink-0 {
    flex-shrink: 0
}

.v10-sitecore-container .grow {
    flex-grow: 1
}

.v10-sitecore-container .-translate-x-2\/4 {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.v10-sitecore-container .-translate-y-1\/2,
.v10-sitecore-container .-translate-y-2\/4 {
    --tw-translate-y: -50%
}

.v10-sitecore-container .-translate-y-1\/2,
.v10-sitecore-container .-translate-y-2\/4,
.v10-sitecore-container .translate-x-1\/2 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.v10-sitecore-container .translate-x-1\/2 {
    --tw-translate-x: 50%
}

.v10-sitecore-container .translate-y-1\/2 {
    --tw-translate-y: 50%
}

.v10-sitecore-container .-rotate-90,
.v10-sitecore-container .translate-y-1\/2 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.v10-sitecore-container .-rotate-90 {
    --tw-rotate: -90deg
}

.v10-sitecore-container .rotate-180 {
    --tw-rotate: 180deg
}

.v10-sitecore-container .rotate-180,
.v10-sitecore-container .rotate-45 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.v10-sitecore-container .rotate-45 {
    --tw-rotate: 45deg
}

.v10-sitecore-container .rotate-90 {
    --tw-rotate: 90deg
}

.v10-sitecore-container .rotate-90,
.v10-sitecore-container .transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

@keyframes pulse {
    50% {
        opacity: .5
    }
}

.v10-sitecore-container .animate-pulse {
    animation: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite
}

.v10-sitecore-container .cursor-context-menu {
    cursor: context-menu
}

.v10-sitecore-container .cursor-default {
    cursor: default
}

.v10-sitecore-container .cursor-pointer {
    cursor: pointer
}

.v10-sitecore-container .resize {
    resize: both
}

.v10-sitecore-container .appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.v10-sitecore-container .auto-cols-auto {
    grid-auto-columns: auto
}

.v10-sitecore-container .auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr)
}

.v10-sitecore-container .auto-cols-max {
    grid-auto-columns: max-content
}

.v10-sitecore-container .auto-cols-min {
    grid-auto-columns: min-content
}

.v10-sitecore-container .auto-rows-auto {
    grid-auto-rows: auto
}

.v10-sitecore-container .auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr)
}

.v10-sitecore-container .auto-rows-max {
    grid-auto-rows: max-content
}

.v10-sitecore-container .auto-rows-min {
    grid-auto-rows: min-content
}

.v10-sitecore-container .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
}

.v10-sitecore-container .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

.v10-sitecore-container .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
}

.v10-sitecore-container .grid-rows-accordion-closed {
    grid-template-rows: 0fr
}

.v10-sitecore-container .grid-rows-accordion-open {
    grid-template-rows: 1fr
}

.v10-sitecore-container .flex-row {
    flex-direction: row
}

.v10-sitecore-container .flex-col {
    flex-direction: column
}

.v10-sitecore-container .flex-col-reverse {
    flex-direction: column-reverse
}

.v10-sitecore-container .flex-wrap {
    flex-wrap: wrap
}

.v10-sitecore-container .flex-nowrap {
    flex-wrap: nowrap
}

.v10-sitecore-container .items-start {
    align-items: flex-start
}

.v10-sitecore-container .items-end {
    align-items: flex-end
}

.v10-sitecore-container .\!items-center {
    align-items: center !important
}

.v10-sitecore-container .items-center {
    align-items: center
}

.v10-sitecore-container .justify-start {
    justify-content: flex-start
}

.v10-sitecore-container .justify-end {
    justify-content: flex-end
}

.v10-sitecore-container .\!justify-center {
    justify-content: center !important
}

.v10-sitecore-container .justify-center {
    justify-content: center
}

.v10-sitecore-container .justify-between {
    justify-content: space-between
}

.v10-sitecore-container .justify-evenly {
    justify-content: space-evenly
}

.v10-sitecore-container .gap-10 {
    gap: 2.5rem
}

.v10-sitecore-container .gap-14 {
    gap: 3.5rem
}

.v10-sitecore-container .gap-2 {
    gap: .5rem
}

.v10-sitecore-container .gap-20 {
    gap: 5rem
}

.v10-sitecore-container .gap-5 {
    gap: 1.25rem
}

.v10-sitecore-container .gap-6 {
    gap: 1.5rem
}

.v10-sitecore-container .gap-8 {
    gap: 2rem
}

.v10-sitecore-container .gap-x-5 {
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem
}

.v10-sitecore-container .gap-x-8 {
    -moz-column-gap: 2rem;
    column-gap: 2rem
}

.v10-sitecore-container .gap-y-2 {
    row-gap: .5rem
}

.v10-sitecore-container .gap-y-2\.5 {
    row-gap: .625rem
}

.v10-sitecore-container .gap-y-9 {
    row-gap: 2.25rem
}

.v10-sitecore-container .\!space-x-5>:not([hid])~:not([hid]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important
}

.v10-sitecore-container .\!space-y-0>:not([hid])~:not([hid]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important
}

.v10-sitecore-container .space-x-1>:not([hid])~:not([hid]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(.25rem * var(--tw-space-x-reverse));
    margin-left: calc(.25rem * calc(1 - var(--tw-space-x-reverse)))
}

.v10-sitecore-container .space-x-2>:not([hid])~:not([hid]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(.5rem * var(--tw-space-x-reverse));
    margin-left: calc(.5rem * calc(1 - var(--tw-space-x-reverse)))
}

.v10-sitecore-container .space-x-4>:not([hid])~:not([hid]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)))
}

.v10-sitecore-container .space-x-5>:not([hid])~:not([hid]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)))
}

.v10-sitecore-container .space-x-6>:not([hid])~:not([hid]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))
}

.v10-sitecore-container .space-x-7>:not([hid])~:not([hid]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)))
}

.v10-sitecore-container .space-x-8>:not([hid])~:not([hid]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)))
}

.v10-sitecore-container .space-y-10>:not([hid])~:not([hid]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse))
}

.v10-sitecore-container .space-y-12>:not([hid])~:not([hid]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse))
}

.v10-sitecore-container .space-y-16>:not([hid])~:not([hid]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse))
}

.v10-sitecore-container .space-y-2>:not([hid])~:not([hid]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.5rem * var(--tw-space-y-reverse))
}

.v10-sitecore-container .space-y-2\.5>:not([hid])~:not([hid]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.625rem * var(--tw-space-y-reverse))
}

.v10-sitecore-container .space-y-4>:not([hid])~:not([hid]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse))
}

.v10-sitecore-container .space-y-5>:not([hid])~:not([hid]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse))
}

.v10-sitecore-container .space-y-6>:not([hid])~:not([hid]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse))
}

.v10-sitecore-container .space-y-8>:not([hid])~:not([hid]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse))
}

.v10-sitecore-container .space-y-9>:not([hid])~:not([hid]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse))
}

.v10-sitecore-container .divide-y>:not([hid])~:not([hid]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse))
}

.v10-sitecore-container .divide-gray-50>:not([hid])~:not([hid]) {
    --tw-divide-opacity: 1;
    border-color: rgb(206 211 217/var(--tw-divide-opacity))
}

.v10-sitecore-container .justify-self-center {
    justify-self: center
}

.v10-sitecore-container .overflow-auto {
    overflow: auto
}

.v10-sitecore-container .overflow-hid {
    overflow: hid
}

.v10-sitecore-container .overflow-visible {
    overflow: visible
}

.v10-sitecore-container .overflow-x-auto {
    overflow-x: auto
}

.v10-sitecore-container .overflow-y-auto {
    overflow-y: auto
}

.v10-sitecore-container .overflow-x-hid {
    overflow-x: hid
}

.v10-sitecore-container .overflow-y-hid {
    overflow-y: hid
}

.v10-sitecore-container .overscroll-x-auto {
    overscroll-behavior-x: auto
}

.v10-sitecore-container .truncate {
    overflow: hid;
    white-space: nowrap
}

.v10-sitecore-container .text-ellipsis,
.v10-sitecore-container .truncate {
    text-overflow: ellipsis
}

.v10-sitecore-container .text-clip {
    text-overflow: clip
}

.v10-sitecore-container .whitespace-nowrap {
    white-space: nowrap
}

.v10-sitecore-container .break-words {
    overflow-wrap: break-word
}

.v10-sitecore-container .\!rounded-full {
    border-radius: 9999px !important
}

.v10-sitecore-container .rounded {
    border-radius: .25rem
}

.v10-sitecore-container .rounded-2xl {
    border-radius: 1rem
}

.v10-sitecore-container .rounded-3xl {
    border-radius: 1.5rem
}

.v10-sitecore-container .rounded-full {
    border-radius: 9999px
}

.v10-sitecore-container .rounded-lg {
    border-radius: .5rem
}

.v10-sitecore-container .rounded-md {
    border-radius: .375rem
}

.v10-sitecore-container .rounded-none {
    border-radius: 0
}

.v10-sitecore-container .rounded-sm {
    border-radius: .125rem
}

.v10-sitecore-container .rounded-tag {
    border-radius: 1.25rem
}

.v10-sitecore-container .rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem
}

.v10-sitecore-container .rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem
}

.v10-sitecore-container .rounded-bl-lg {
    border-bottom-left-radius: .5rem
}

.v10-sitecore-container .rounded-br-lg {
    border-bottom-right-radius: .5rem
}

.v10-sitecore-container .border {
    border-width: 1px
}

.v10-sitecore-container .border-0 {
    border-width: 0
}

.v10-sitecore-container .border-2 {
    border-width: 2px
}

.v10-sitecore-container .border-x {
    border-left-width: 1px;
    border-right-width: 1px
}

.v10-sitecore-container .border-y {
    border-top-width: 1px
}

.v10-sitecore-container .border-b,
.v10-sitecore-container .border-y {
    border-bottom-width: 1px
}

.v10-sitecore-container .border-l {
    border-left-width: 1px
}

.v10-sitecore-container .border-r {
    border-right-width: 1px
}

.v10-sitecore-container .border-t {
    border-top-width: 1px
}

.v10-sitecore-container .border-solid {
    border-style: solid
}

.v10-sitecore-container .border-none {
    border-style: none
}

.v10-sitecore-container .\!border-black-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(0 0 0/var(--tw-border-opacity)) !important
}

.v10-sitecore-container .\!border-isc2-green {
    --tw-border-opacity: 1 !important;
    border-color: rgb(70 129 69/var(--tw-border-opacity)) !important
}

.v10-sitecore-container .border-black-100 {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0/var(--tw-border-opacity))
}

.v10-sitecore-container .border-gray-05 {
    --tw-border-opacity: 1;
    border-color: rgb(217 217 217/var(--tw-border-opacity))
}

.v10-sitecore-container .border-gray-30 {
    --tw-border-opacity: 1;
    border-color: rgb(230 234 236/var(--tw-border-opacity))
}

.v10-sitecore-container .border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219/var(--tw-border-opacity))
}

.v10-sitecore-container .border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgb(206 211 217/var(--tw-border-opacity))
}

.v10-sitecore-container .border-gray-70 {
    --tw-border-opacity: 1;
    border-color: rgb(87 92 97/var(--tw-border-opacity))
}

.v10-sitecore-container .border-isc2-green {
    --tw-border-opacity: 1;
    border-color: rgb(70 129 69/var(--tw-border-opacity))
}

.v10-sitecore-container .border-transparent {
    border-color: transparent
}

.v10-sitecore-container .border-white-00 {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255/var(--tw-border-opacity))
}

.v10-sitecore-container .\!bg-gray-10 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(247 247 250/var(--tw-bg-opacity)) !important
}

.v10-sitecore-container .\!bg-gray-30 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(230 234 236/var(--tw-bg-opacity)) !important
}

.v10-sitecore-container .\!bg-white-00 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255/var(--tw-bg-opacity)) !important
}

.v10-sitecore-container .bg-amber-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 243 199/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-amber-100\/0 {
    background-color: hsla(48, 96%, 89%, 0)
}

.v10-sitecore-container .bg-amber-100\/10 {
    background-color: hsla(48, 96%, 89%, .1)
}

.v10-sitecore-container .bg-amber-100\/100 {
    background-color: #fef3c7
}

.v10-sitecore-container .bg-amber-100\/20 {
    background-color: hsla(48, 96%, 89%, .2)
}

.v10-sitecore-container .bg-amber-100\/25 {
    background-color: hsla(48, 96%, 89%, .25)
}

.v10-sitecore-container .bg-amber-100\/30 {
    background-color: hsla(48, 96%, 89%, .3)
}

.v10-sitecore-container .bg-amber-100\/40 {
    background-color: hsla(48, 96%, 89%, .4)
}

.v10-sitecore-container .bg-amber-100\/5 {
    background-color: hsla(48, 96%, 89%, .05)
}

.v10-sitecore-container .bg-amber-100\/50 {
    background-color: hsla(48, 96%, 89%, .5)
}

.v10-sitecore-container .bg-amber-100\/60 {
    background-color: hsla(48, 96%, 89%, .6)
}

.v10-sitecore-container .bg-amber-100\/70 {
    background-color: hsla(48, 96%, 89%, .7)
}

.v10-sitecore-container .bg-amber-100\/75 {
    background-color: hsla(48, 96%, 89%, .75)
}

.v10-sitecore-container .bg-amber-100\/80 {
    background-color: hsla(48, 96%, 89%, .8)
}

.v10-sitecore-container .bg-amber-100\/90 {
    background-color: hsla(48, 96%, 89%, .9)
}

.v10-sitecore-container .bg-amber-100\/95 {
    background-color: hsla(48, 96%, 89%, .95)
}

.v10-sitecore-container .bg-amber-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(253 230 138/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-amber-200\/0 {
    background-color: hsla(48, 97%, 77%, 0)
}

.v10-sitecore-container .bg-amber-200\/10 {
    background-color: hsla(48, 97%, 77%, .1)
}

.v10-sitecore-container .bg-amber-200\/100 {
    background-color: #fde68a
}

.v10-sitecore-container .bg-amber-200\/20 {
    background-color: hsla(48, 97%, 77%, .2)
}

.v10-sitecore-container .bg-amber-200\/25 {
    background-color: hsla(48, 97%, 77%, .25)
}

.v10-sitecore-container .bg-amber-200\/30 {
    background-color: hsla(48, 97%, 77%, .3)
}

.v10-sitecore-container .bg-amber-200\/40 {
    background-color: hsla(48, 97%, 77%, .4)
}

.v10-sitecore-container .bg-amber-200\/5 {
    background-color: hsla(48, 97%, 77%, .05)
}

.v10-sitecore-container .bg-amber-200\/50 {
    background-color: hsla(48, 97%, 77%, .5)
}

.v10-sitecore-container .bg-amber-200\/60 {
    background-color: hsla(48, 97%, 77%, .6)
}

.v10-sitecore-container .bg-amber-200\/70 {
    background-color: hsla(48, 97%, 77%, .7)
}

.v10-sitecore-container .bg-amber-200\/75 {
    background-color: hsla(48, 97%, 77%, .75)
}

.v10-sitecore-container .bg-amber-200\/80 {
    background-color: hsla(48, 97%, 77%, .8)
}

.v10-sitecore-container .bg-amber-200\/90 {
    background-color: hsla(48, 97%, 77%, .9)
}

.v10-sitecore-container .bg-amber-200\/95 {
    background-color: hsla(48, 97%, 77%, .95)
}

.v10-sitecore-container .bg-amber-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(252 211 77/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-amber-300\/0 {
    background-color: rgba(252, 211, 77, 0)
}

.v10-sitecore-container .bg-amber-300\/10 {
    background-color: rgba(252, 211, 77, .1)
}

.v10-sitecore-container .bg-amber-300\/100 {
    background-color: #fcd34d
}

.v10-sitecore-container .bg-amber-300\/20 {
    background-color: rgba(252, 211, 77, .2)
}

.v10-sitecore-container .bg-amber-300\/25 {
    background-color: rgba(252, 211, 77, .25)
}

.v10-sitecore-container .bg-amber-300\/30 {
    background-color: rgba(252, 211, 77, .3)
}

.v10-sitecore-container .bg-amber-300\/40 {
    background-color: rgba(252, 211, 77, .4)
}

.v10-sitecore-container .bg-amber-300\/5 {
    background-color: rgba(252, 211, 77, .05)
}

.v10-sitecore-container .bg-amber-300\/50 {
    background-color: rgba(252, 211, 77, .5)
}

.v10-sitecore-container .bg-amber-300\/60 {
    background-color: rgba(252, 211, 77, .6)
}

.v10-sitecore-container .bg-amber-300\/70 {
    background-color: rgba(252, 211, 77, .7)
}

.v10-sitecore-container .bg-amber-300\/75 {
    background-color: rgba(252, 211, 77, .75)
}

.v10-sitecore-container .bg-amber-300\/80 {
    background-color: rgba(252, 211, 77, .8)
}

.v10-sitecore-container .bg-amber-300\/90 {
    background-color: rgba(252, 211, 77, .9)
}

.v10-sitecore-container .bg-amber-300\/95 {
    background-color: rgba(252, 211, 77, .95)
}

.v10-sitecore-container .bg-amber-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(251 191 36/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-amber-400\/0 {
    background-color: rgba(251, 191, 36, 0)
}

.v10-sitecore-container .bg-amber-400\/10 {
    background-color: rgba(251, 191, 36, .1)
}

.v10-sitecore-container .bg-amber-400\/100 {
    background-color: #fbbf24
}

.v10-sitecore-container .bg-amber-400\/20 {
    background-color: rgba(251, 191, 36, .2)
}

.v10-sitecore-container .bg-amber-400\/25 {
    background-color: rgba(251, 191, 36, .25)
}

.v10-sitecore-container .bg-amber-400\/30 {
    background-color: rgba(251, 191, 36, .3)
}

.v10-sitecore-container .bg-amber-400\/40 {
    background-color: rgba(251, 191, 36, .4)
}

.v10-sitecore-container .bg-amber-400\/5 {
    background-color: rgba(251, 191, 36, .05)
}

.v10-sitecore-container .bg-amber-400\/50 {
    background-color: rgba(251, 191, 36, .5)
}

.v10-sitecore-container .bg-amber-400\/60 {
    background-color: rgba(251, 191, 36, .6)
}

.v10-sitecore-container .bg-amber-400\/70 {
    background-color: rgba(251, 191, 36, .7)
}

.v10-sitecore-container .bg-amber-400\/75 {
    background-color: rgba(251, 191, 36, .75)
}

.v10-sitecore-container .bg-amber-400\/80 {
    background-color: rgba(251, 191, 36, .8)
}

.v10-sitecore-container .bg-amber-400\/90 {
    background-color: rgba(251, 191, 36, .9)
}

.v10-sitecore-container .bg-amber-400\/95 {
    background-color: rgba(251, 191, 36, .95)
}

.v10-sitecore-container .bg-amber-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 251 235/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-amber-50\/0 {
    background-color: rgba(255, 251, 235, 0)
}

.v10-sitecore-container .bg-amber-50\/10 {
    background-color: rgba(255, 251, 235, .1)
}

.v10-sitecore-container .bg-amber-50\/100 {
    background-color: #fffbeb
}

.v10-sitecore-container .bg-amber-50\/20 {
    background-color: rgba(255, 251, 235, .2)
}

.v10-sitecore-container .bg-amber-50\/25 {
    background-color: rgba(255, 251, 235, .25)
}

.v10-sitecore-container .bg-amber-50\/30 {
    background-color: rgba(255, 251, 235, .3)
}

.v10-sitecore-container .bg-amber-50\/40 {
    background-color: rgba(255, 251, 235, .4)
}

.v10-sitecore-container .bg-amber-50\/5 {
    background-color: rgba(255, 251, 235, .05)
}

.v10-sitecore-container .bg-amber-50\/50 {
    background-color: rgba(255, 251, 235, .5)
}

.v10-sitecore-container .bg-amber-50\/60 {
    background-color: rgba(255, 251, 235, .6)
}

.v10-sitecore-container .bg-amber-50\/70 {
    background-color: rgba(255, 251, 235, .7)
}

.v10-sitecore-container .bg-amber-50\/75 {
    background-color: rgba(255, 251, 235, .75)
}

.v10-sitecore-container .bg-amber-50\/80 {
    background-color: rgba(255, 251, 235, .8)
}

.v10-sitecore-container .bg-amber-50\/90 {
    background-color: rgba(255, 251, 235, .9)
}

.v10-sitecore-container .bg-amber-50\/95 {
    background-color: rgba(255, 251, 235, .95)
}

.v10-sitecore-container .bg-amber-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(245 158 11/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-amber-500\/0 {
    background-color: rgba(245, 158, 11, 0)
}

.v10-sitecore-container .bg-amber-500\/10 {
    background-color: rgba(245, 158, 11, .1)
}

.v10-sitecore-container .bg-amber-500\/100 {
    background-color: #f59e0b
}

.v10-sitecore-container .bg-amber-500\/20 {
    background-color: rgba(245, 158, 11, .2)
}

.v10-sitecore-container .bg-amber-500\/25 {
    background-color: rgba(245, 158, 11, .25)
}

.v10-sitecore-container .bg-amber-500\/30 {
    background-color: rgba(245, 158, 11, .3)
}

.v10-sitecore-container .bg-amber-500\/40 {
    background-color: rgba(245, 158, 11, .4)
}

.v10-sitecore-container .bg-amber-500\/5 {
    background-color: rgba(245, 158, 11, .05)
}

.v10-sitecore-container .bg-amber-500\/50 {
    background-color: rgba(245, 158, 11, .5)
}

.v10-sitecore-container .bg-amber-500\/60 {
    background-color: rgba(245, 158, 11, .6)
}

.v10-sitecore-container .bg-amber-500\/70 {
    background-color: rgba(245, 158, 11, .7)
}

.v10-sitecore-container .bg-amber-500\/75 {
    background-color: rgba(245, 158, 11, .75)
}

.v10-sitecore-container .bg-amber-500\/80 {
    background-color: rgba(245, 158, 11, .8)
}

.v10-sitecore-container .bg-amber-500\/90 {
    background-color: rgba(245, 158, 11, .9)
}

.v10-sitecore-container .bg-amber-500\/95 {
    background-color: rgba(245, 158, 11, .95)
}

.v10-sitecore-container .bg-amber-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(217 119 6/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-amber-600\/0 {
    background-color: rgba(217, 119, 6, 0)
}

.v10-sitecore-container .bg-amber-600\/10 {
    background-color: rgba(217, 119, 6, .1)
}

.v10-sitecore-container .bg-amber-600\/100 {
    background-color: #d97706
}

.v10-sitecore-container .bg-amber-600\/20 {
    background-color: rgba(217, 119, 6, .2)
}

.v10-sitecore-container .bg-amber-600\/25 {
    background-color: rgba(217, 119, 6, .25)
}

.v10-sitecore-container .bg-amber-600\/30 {
    background-color: rgba(217, 119, 6, .3)
}

.v10-sitecore-container .bg-amber-600\/40 {
    background-color: rgba(217, 119, 6, .4)
}

.v10-sitecore-container .bg-amber-600\/5 {
    background-color: rgba(217, 119, 6, .05)
}

.v10-sitecore-container .bg-amber-600\/50 {
    background-color: rgba(217, 119, 6, .5)
}

.v10-sitecore-container .bg-amber-600\/60 {
    background-color: rgba(217, 119, 6, .6)
}

.v10-sitecore-container .bg-amber-600\/70 {
    background-color: rgba(217, 119, 6, .7)
}

.v10-sitecore-container .bg-amber-600\/75 {
    background-color: rgba(217, 119, 6, .75)
}

.v10-sitecore-container .bg-amber-600\/80 {
    background-color: rgba(217, 119, 6, .8)
}

.v10-sitecore-container .bg-amber-600\/90 {
    background-color: rgba(217, 119, 6, .9)
}

.v10-sitecore-container .bg-amber-600\/95 {
    background-color: rgba(217, 119, 6, .95)
}

.v10-sitecore-container .bg-amber-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(180 83 9/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-amber-700\/0 {
    background-color: rgba(180, 83, 9, 0)
}

.v10-sitecore-container .bg-amber-700\/10 {
    background-color: rgba(180, 83, 9, .1)
}

.v10-sitecore-container .bg-amber-700\/100 {
    background-color: #b45309
}

.v10-sitecore-container .bg-amber-700\/20 {
    background-color: rgba(180, 83, 9, .2)
}

.v10-sitecore-container .bg-amber-700\/25 {
    background-color: rgba(180, 83, 9, .25)
}

.v10-sitecore-container .bg-amber-700\/30 {
    background-color: rgba(180, 83, 9, .3)
}

.v10-sitecore-container .bg-amber-700\/40 {
    background-color: rgba(180, 83, 9, .4)
}

.v10-sitecore-container .bg-amber-700\/5 {
    background-color: rgba(180, 83, 9, .05)
}

.v10-sitecore-container .bg-amber-700\/50 {
    background-color: rgba(180, 83, 9, .5)
}

.v10-sitecore-container .bg-amber-700\/60 {
    background-color: rgba(180, 83, 9, .6)
}

.v10-sitecore-container .bg-amber-700\/70 {
    background-color: rgba(180, 83, 9, .7)
}

.v10-sitecore-container .bg-amber-700\/75 {
    background-color: rgba(180, 83, 9, .75)
}

.v10-sitecore-container .bg-amber-700\/80 {
    background-color: rgba(180, 83, 9, .8)
}

.v10-sitecore-container .bg-amber-700\/90 {
    background-color: rgba(180, 83, 9, .9)
}

.v10-sitecore-container .bg-amber-700\/95 {
    background-color: rgba(180, 83, 9, .95)
}

.v10-sitecore-container .bg-amber-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(146 64 14/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-amber-800\/0 {
    background-color: rgba(146, 64, 14, 0)
}

.v10-sitecore-container .bg-amber-800\/10 {
    background-color: rgba(146, 64, 14, .1)
}

.v10-sitecore-container .bg-amber-800\/100 {
    background-color: #92400e
}

.v10-sitecore-container .bg-amber-800\/20 {
    background-color: rgba(146, 64, 14, .2)
}

.v10-sitecore-container .bg-amber-800\/25 {
    background-color: rgba(146, 64, 14, .25)
}

.v10-sitecore-container .bg-amber-800\/30 {
    background-color: rgba(146, 64, 14, .3)
}

.v10-sitecore-container .bg-amber-800\/40 {
    background-color: rgba(146, 64, 14, .4)
}

.v10-sitecore-container .bg-amber-800\/5 {
    background-color: rgba(146, 64, 14, .05)
}

.v10-sitecore-container .bg-amber-800\/50 {
    background-color: rgba(146, 64, 14, .5)
}

.v10-sitecore-container .bg-amber-800\/60 {
    background-color: rgba(146, 64, 14, .6)
}

.v10-sitecore-container .bg-amber-800\/70 {
    background-color: rgba(146, 64, 14, .7)
}

.v10-sitecore-container .bg-amber-800\/75 {
    background-color: rgba(146, 64, 14, .75)
}

.v10-sitecore-container .bg-amber-800\/80 {
    background-color: rgba(146, 64, 14, .8)
}

.v10-sitecore-container .bg-amber-800\/90 {
    background-color: rgba(146, 64, 14, .9)
}

.v10-sitecore-container .bg-amber-800\/95 {
    background-color: rgba(146, 64, 14, .95)
}

.v10-sitecore-container .bg-amber-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(120 53 15/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-amber-900\/0 {
    background-color: rgba(120, 53, 15, 0)
}

.v10-sitecore-container .bg-amber-900\/10 {
    background-color: rgba(120, 53, 15, .1)
}

.v10-sitecore-container .bg-amber-900\/100 {
    background-color: #78350f
}

.v10-sitecore-container .bg-amber-900\/20 {
    background-color: rgba(120, 53, 15, .2)
}

.v10-sitecore-container .bg-amber-900\/25 {
    background-color: rgba(120, 53, 15, .25)
}

.v10-sitecore-container .bg-amber-900\/30 {
    background-color: rgba(120, 53, 15, .3)
}

.v10-sitecore-container .bg-amber-900\/40 {
    background-color: rgba(120, 53, 15, .4)
}

.v10-sitecore-container .bg-amber-900\/5 {
    background-color: rgba(120, 53, 15, .05)
}

.v10-sitecore-container .bg-amber-900\/50 {
    background-color: rgba(120, 53, 15, .5)
}

.v10-sitecore-container .bg-amber-900\/60 {
    background-color: rgba(120, 53, 15, .6)
}

.v10-sitecore-container .bg-amber-900\/70 {
    background-color: rgba(120, 53, 15, .7)
}

.v10-sitecore-container .bg-amber-900\/75 {
    background-color: rgba(120, 53, 15, .75)
}

.v10-sitecore-container .bg-amber-900\/80 {
    background-color: rgba(120, 53, 15, .8)
}

.v10-sitecore-container .bg-amber-900\/90 {
    background-color: rgba(120, 53, 15, .9)
}

.v10-sitecore-container .bg-amber-900\/95 {
    background-color: rgba(120, 53, 15, .95)
}

.v10-sitecore-container .bg-amber-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(69 26 3/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-amber-950\/0 {
    background-color: rgba(69, 26, 3, 0)
}

.v10-sitecore-container .bg-amber-950\/10 {
    background-color: rgba(69, 26, 3, .1)
}

.v10-sitecore-container .bg-amber-950\/100 {
    background-color: #451a03
}

.v10-sitecore-container .bg-amber-950\/20 {
    background-color: rgba(69, 26, 3, .2)
}

.v10-sitecore-container .bg-amber-950\/25 {
    background-color: rgba(69, 26, 3, .25)
}

.v10-sitecore-container .bg-amber-950\/30 {
    background-color: rgba(69, 26, 3, .3)
}

.v10-sitecore-container .bg-amber-950\/40 {
    background-color: rgba(69, 26, 3, .4)
}

.v10-sitecore-container .bg-amber-950\/5 {
    background-color: rgba(69, 26, 3, .05)
}

.v10-sitecore-container .bg-amber-950\/50 {
    background-color: rgba(69, 26, 3, .5)
}

.v10-sitecore-container .bg-amber-950\/60 {
    background-color: rgba(69, 26, 3, .6)
}

.v10-sitecore-container .bg-amber-950\/70 {
    background-color: rgba(69, 26, 3, .7)
}

.v10-sitecore-container .bg-amber-950\/75 {
    background-color: rgba(69, 26, 3, .75)
}

.v10-sitecore-container .bg-amber-950\/80 {
    background-color: rgba(69, 26, 3, .8)
}

.v10-sitecore-container .bg-amber-950\/90 {
    background-color: rgba(69, 26, 3, .9)
}

.v10-sitecore-container .bg-amber-950\/95 {
    background-color: rgba(69, 26, 3, .95)
}

.v10-sitecore-container .bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-black-05 {
    background-color: rgba(0, 0, 0, .05)
}

.v10-sitecore-container .bg-black-05\/0 {
    background-color: transparent
}

.v10-sitecore-container .bg-black-05\/10 {
    background-color: rgba(0, 0, 0, .1)
}

.v10-sitecore-container .bg-black-05\/100 {
    background-color: #000
}

.v10-sitecore-container .bg-black-05\/20 {
    background-color: rgba(0, 0, 0, .2)
}

.v10-sitecore-container .bg-black-05\/25 {
    background-color: rgba(0, 0, 0, .25)
}

.v10-sitecore-container .bg-black-05\/30 {
    background-color: rgba(0, 0, 0, .3)
}

.v10-sitecore-container .bg-black-05\/40 {
    background-color: rgba(0, 0, 0, .4)
}

.v10-sitecore-container .bg-black-05\/5 {
    background-color: rgba(0, 0, 0, .05)
}

.v10-sitecore-container .bg-black-05\/50 {
    background-color: rgba(0, 0, 0, .5)
}

.v10-sitecore-container .bg-black-05\/60 {
    background-color: rgba(0, 0, 0, .6)
}

.v10-sitecore-container .bg-black-05\/70 {
    background-color: rgba(0, 0, 0, .7)
}

.v10-sitecore-container .bg-black-05\/75 {
    background-color: rgba(0, 0, 0, .75)
}

.v10-sitecore-container .bg-black-05\/80 {
    background-color: rgba(0, 0, 0, .8)
}

.v10-sitecore-container .bg-black-05\/90 {
    background-color: rgba(0, 0, 0, .9)
}

.v10-sitecore-container .bg-black-05\/95 {
    background-color: rgba(0, 0, 0, .95)
}

.v10-sitecore-container .bg-black-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-black-100\/0 {
    background-color: transparent
}

.v10-sitecore-container .bg-black-100\/10 {
    background-color: rgba(0, 0, 0, .1)
}

.v10-sitecore-container .bg-black-100\/100 {
    background-color: #000
}

.v10-sitecore-container .bg-black-100\/20 {
    background-color: rgba(0, 0, 0, .2)
}

.v10-sitecore-container .bg-black-100\/25 {
    background-color: rgba(0, 0, 0, .25)
}

.v10-sitecore-container .bg-black-100\/30 {
    background-color: rgba(0, 0, 0, .3)
}

.v10-sitecore-container .bg-black-100\/40 {
    background-color: rgba(0, 0, 0, .4)
}

.v10-sitecore-container .bg-black-100\/5 {
    background-color: rgba(0, 0, 0, .05)
}

.v10-sitecore-container .bg-black-100\/50 {
    background-color: rgba(0, 0, 0, .5)
}

.v10-sitecore-container .bg-black-100\/60 {
    background-color: rgba(0, 0, 0, .6)
}

.v10-sitecore-container .bg-black-100\/70 {
    background-color: rgba(0, 0, 0, .7)
}

.v10-sitecore-container .bg-black-100\/75 {
    background-color: rgba(0, 0, 0, .75)
}

.v10-sitecore-container .bg-black-100\/80 {
    background-color: rgba(0, 0, 0, .8)
}

.v10-sitecore-container .bg-black-100\/90 {
    background-color: rgba(0, 0, 0, .9)
}

.v10-sitecore-container .bg-black-100\/95 {
    background-color: rgba(0, 0, 0, .95)
}

.v10-sitecore-container .bg-black-50 {
    background-color: rgba(0, 0, 0, .5)
}

.v10-sitecore-container .bg-black-50\/0 {
    background-color: transparent
}

.v10-sitecore-container .bg-black-50\/10 {
    background-color: rgba(0, 0, 0, .1)
}

.v10-sitecore-container .bg-black-50\/100 {
    background-color: #000
}

.v10-sitecore-container .bg-black-50\/20 {
    background-color: rgba(0, 0, 0, .2)
}

.v10-sitecore-container .bg-black-50\/25 {
    background-color: rgba(0, 0, 0, .25)
}

.v10-sitecore-container .bg-black-50\/30 {
    background-color: rgba(0, 0, 0, .3)
}

.v10-sitecore-container .bg-black-50\/40 {
    background-color: rgba(0, 0, 0, .4)
}

.v10-sitecore-container .bg-black-50\/5 {
    background-color: rgba(0, 0, 0, .05)
}

.v10-sitecore-container .bg-black-50\/50 {
    background-color: rgba(0, 0, 0, .5)
}

.v10-sitecore-container .bg-black-50\/60 {
    background-color: rgba(0, 0, 0, .6)
}

.v10-sitecore-container .bg-black-50\/70 {
    background-color: rgba(0, 0, 0, .7)
}

.v10-sitecore-container .bg-black-50\/75 {
    background-color: rgba(0, 0, 0, .75)
}

.v10-sitecore-container .bg-black-50\/80 {
    background-color: rgba(0, 0, 0, .8)
}

.v10-sitecore-container .bg-black-50\/90 {
    background-color: rgba(0, 0, 0, .9)
}

.v10-sitecore-container .bg-black-50\/95 {
    background-color: rgba(0, 0, 0, .95)
}

.v10-sitecore-container .bg-black-75 {
    background-color: rgba(0, 0, 0, .75)
}

.v10-sitecore-container .bg-black-75\/0 {
    background-color: transparent
}

.v10-sitecore-container .bg-black-75\/10 {
    background-color: rgba(0, 0, 0, .1)
}

.v10-sitecore-container .bg-black-75\/100 {
    background-color: #000
}

.v10-sitecore-container .bg-black-75\/20 {
    background-color: rgba(0, 0, 0, .2)
}

.v10-sitecore-container .bg-black-75\/25 {
    background-color: rgba(0, 0, 0, .25)
}

.v10-sitecore-container .bg-black-75\/30 {
    background-color: rgba(0, 0, 0, .3)
}

.v10-sitecore-container .bg-black-75\/40 {
    background-color: rgba(0, 0, 0, .4)
}

.v10-sitecore-container .bg-black-75\/5 {
    background-color: rgba(0, 0, 0, .05)
}

.v10-sitecore-container .bg-black-75\/50 {
    background-color: rgba(0, 0, 0, .5)
}

.v10-sitecore-container .bg-black-75\/60 {
    background-color: rgba(0, 0, 0, .6)
}

.v10-sitecore-container .bg-black-75\/70 {
    background-color: rgba(0, 0, 0, .7)
}

.v10-sitecore-container .bg-black-75\/75 {
    background-color: rgba(0, 0, 0, .75)
}

.v10-sitecore-container .bg-black-75\/80 {
    background-color: rgba(0, 0, 0, .8)
}

.v10-sitecore-container .bg-black-75\/90 {
    background-color: rgba(0, 0, 0, .9)
}

.v10-sitecore-container .bg-black-75\/95 {
    background-color: rgba(0, 0, 0, .95)
}

.v10-sitecore-container .bg-black\/0 {
    background-color: transparent
}

.v10-sitecore-container .bg-black\/10 {
    background-color: rgba(0, 0, 0, .1)
}

.v10-sitecore-container .bg-black\/100 {
    background-color: #000
}

.v10-sitecore-container .bg-black\/20 {
    background-color: rgba(0, 0, 0, .2)
}

.v10-sitecore-container .bg-black\/25 {
    background-color: rgba(0, 0, 0, .25)
}

.v10-sitecore-container .bg-black\/30 {
    background-color: rgba(0, 0, 0, .3)
}

.v10-sitecore-container .bg-black\/40 {
    background-color: rgba(0, 0, 0, .4)
}

.v10-sitecore-container .bg-black\/5 {
    background-color: rgba(0, 0, 0, .05)
}

.v10-sitecore-container .bg-black\/50 {
    background-color: rgba(0, 0, 0, .5)
}

.v10-sitecore-container .bg-black\/60 {
    background-color: rgba(0, 0, 0, .6)
}

.v10-sitecore-container .bg-black\/70 {
    background-color: rgba(0, 0, 0, .7)
}

.v10-sitecore-container .bg-black\/75 {
    background-color: rgba(0, 0, 0, .75)
}

.v10-sitecore-container .bg-black\/80 {
    background-color: rgba(0, 0, 0, .8)
}

.v10-sitecore-container .bg-black\/90 {
    background-color: rgba(0, 0, 0, .9)
}

.v10-sitecore-container .bg-black\/95 {
    background-color: rgba(0, 0, 0, .95)
}

.v10-sitecore-container .bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(219 234 254/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-blue-100\/0 {
    background-color: rgba(219, 234, 254, 0)
}

.v10-sitecore-container .bg-blue-100\/10 {
    background-color: rgba(219, 234, 254, .1)
}

.v10-sitecore-container .bg-blue-100\/100 {
    background-color: #dbeafe
}

.v10-sitecore-container .bg-blue-100\/20 {
    background-color: rgba(219, 234, 254, .2)
}

.v10-sitecore-container .bg-blue-100\/25 {
    background-color: rgba(219, 234, 254, .25)
}

.v10-sitecore-container .bg-blue-100\/30 {
    background-color: rgba(219, 234, 254, .3)
}

.v10-sitecore-container .bg-blue-100\/40 {
    background-color: rgba(219, 234, 254, .4)
}

.v10-sitecore-container .bg-blue-100\/5 {
    background-color: rgba(219, 234, 254, .05)
}

.v10-sitecore-container .bg-blue-100\/50 {
    background-color: rgba(219, 234, 254, .5)
}

.v10-sitecore-container .bg-blue-100\/60 {
    background-color: rgba(219, 234, 254, .6)
}

.v10-sitecore-container .bg-blue-100\/70 {
    background-color: rgba(219, 234, 254, .7)
}

.v10-sitecore-container .bg-blue-100\/75 {
    background-color: rgba(219, 234, 254, .75)
}

.v10-sitecore-container .bg-blue-100\/80 {
    background-color: rgba(219, 234, 254, .8)
}

.v10-sitecore-container .bg-blue-100\/90 {
    background-color: rgba(219, 234, 254, .9)
}

.v10-sitecore-container .bg-blue-100\/95 {
    background-color: rgba(219, 234, 254, .95)
}

.v10-sitecore-container .bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(191 219 254/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-blue-200\/0 {
    background-color: rgba(191, 219, 254, 0)
}

.v10-sitecore-container .bg-blue-200\/10 {
    background-color: rgba(191, 219, 254, .1)
}

.v10-sitecore-container .bg-blue-200\/100 {
    background-color: #bfdbfe
}

.v10-sitecore-container .bg-blue-200\/20 {
    background-color: rgba(191, 219, 254, .2)
}

.v10-sitecore-container .bg-blue-200\/25 {
    background-color: rgba(191, 219, 254, .25)
}

.v10-sitecore-container .bg-blue-200\/30 {
    background-color: rgba(191, 219, 254, .3)
}

.v10-sitecore-container .bg-blue-200\/40 {
    background-color: rgba(191, 219, 254, .4)
}

.v10-sitecore-container .bg-blue-200\/5 {
    background-color: rgba(191, 219, 254, .05)
}

.v10-sitecore-container .bg-blue-200\/50 {
    background-color: rgba(191, 219, 254, .5)
}

.v10-sitecore-container .bg-blue-200\/60 {
    background-color: rgba(191, 219, 254, .6)
}

.v10-sitecore-container .bg-blue-200\/70 {
    background-color: rgba(191, 219, 254, .7)
}

.v10-sitecore-container .bg-blue-200\/75 {
    background-color: rgba(191, 219, 254, .75)
}

.v10-sitecore-container .bg-blue-200\/80 {
    background-color: rgba(191, 219, 254, .8)
}

.v10-sitecore-container .bg-blue-200\/90 {
    background-color: rgba(191, 219, 254, .9)
}

.v10-sitecore-container .bg-blue-200\/95 {
    background-color: rgba(191, 219, 254, .95)
}

.v10-sitecore-container .bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(147 197 253/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-blue-300\/0 {
    background-color: rgba(147, 197, 253, 0)
}

.v10-sitecore-container .bg-blue-300\/10 {
    background-color: rgba(147, 197, 253, .1)
}

.v10-sitecore-container .bg-blue-300\/100 {
    background-color: #93c5fd
}

.v10-sitecore-container .bg-blue-300\/20 {
    background-color: rgba(147, 197, 253, .2)
}

.v10-sitecore-container .bg-blue-300\/25 {
    background-color: rgba(147, 197, 253, .25)
}

.v10-sitecore-container .bg-blue-300\/30 {
    background-color: rgba(147, 197, 253, .3)
}

.v10-sitecore-container .bg-blue-300\/40 {
    background-color: rgba(147, 197, 253, .4)
}

.v10-sitecore-container .bg-blue-300\/5 {
    background-color: rgba(147, 197, 253, .05)
}

.v10-sitecore-container .bg-blue-300\/50 {
    background-color: rgba(147, 197, 253, .5)
}

.v10-sitecore-container .bg-blue-300\/60 {
    background-color: rgba(147, 197, 253, .6)
}

.v10-sitecore-container .bg-blue-300\/70 {
    background-color: rgba(147, 197, 253, .7)
}

.v10-sitecore-container .bg-blue-300\/75 {
    background-color: rgba(147, 197, 253, .75)
}

.v10-sitecore-container .bg-blue-300\/80 {
    background-color: rgba(147, 197, 253, .8)
}

.v10-sitecore-container .bg-blue-300\/90 {
    background-color: rgba(147, 197, 253, .9)
}

.v10-sitecore-container .bg-blue-300\/95 {
    background-color: rgba(147, 197, 253, .95)
}

.v10-sitecore-container .bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(96 165 250/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-blue-400\/0 {
    background-color: rgba(96, 165, 250, 0)
}

.v10-sitecore-container .bg-blue-400\/10 {
    background-color: rgba(96, 165, 250, .1)
}

.v10-sitecore-container .bg-blue-400\/100 {
    background-color: #60a5fa
}

.v10-sitecore-container .bg-blue-400\/20 {
    background-color: rgba(96, 165, 250, .2)
}

.v10-sitecore-container .bg-blue-400\/25 {
    background-color: rgba(96, 165, 250, .25)
}

.v10-sitecore-container .bg-blue-400\/30 {
    background-color: rgba(96, 165, 250, .3)
}

.v10-sitecore-container .bg-blue-400\/40 {
    background-color: rgba(96, 165, 250, .4)
}

.v10-sitecore-container .bg-blue-400\/5 {
    background-color: rgba(96, 165, 250, .05)
}

.v10-sitecore-container .bg-blue-400\/50 {
    background-color: rgba(96, 165, 250, .5)
}

.v10-sitecore-container .bg-blue-400\/60 {
    background-color: rgba(96, 165, 250, .6)
}

.v10-sitecore-container .bg-blue-400\/70 {
    background-color: rgba(96, 165, 250, .7)
}

.v10-sitecore-container .bg-blue-400\/75 {
    background-color: rgba(96, 165, 250, .75)
}

.v10-sitecore-container .bg-blue-400\/80 {
    background-color: rgba(96, 165, 250, .8)
}

.v10-sitecore-container .bg-blue-400\/90 {
    background-color: rgba(96, 165, 250, .9)
}

.v10-sitecore-container .bg-blue-400\/95 {
    background-color: rgba(96, 165, 250, .95)
}

.v10-sitecore-container .bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(239 246 255/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-blue-50\/0 {
    background-color: rgba(239, 246, 255, 0)
}

.v10-sitecore-container .bg-blue-50\/10 {
    background-color: rgba(239, 246, 255, .1)
}

.v10-sitecore-container .bg-blue-50\/100 {
    background-color: #eff6ff
}

.v10-sitecore-container .bg-blue-50\/20 {
    background-color: rgba(239, 246, 255, .2)
}

.v10-sitecore-container .bg-blue-50\/25 {
    background-color: rgba(239, 246, 255, .25)
}

.v10-sitecore-container .bg-blue-50\/30 {
    background-color: rgba(239, 246, 255, .3)
}

.v10-sitecore-container .bg-blue-50\/40 {
    background-color: rgba(239, 246, 255, .4)
}

.v10-sitecore-container .bg-blue-50\/5 {
    background-color: rgba(239, 246, 255, .05)
}

.v10-sitecore-container .bg-blue-50\/50 {
    background-color: rgba(239, 246, 255, .5)
}

.v10-sitecore-container .bg-blue-50\/60 {
    background-color: rgba(239, 246, 255, .6)
}

.v10-sitecore-container .bg-blue-50\/70 {
    background-color: rgba(239, 246, 255, .7)
}

.v10-sitecore-container .bg-blue-50\/75 {
    background-color: rgba(239, 246, 255, .75)
}

.v10-sitecore-container .bg-blue-50\/80 {
    background-color: rgba(239, 246, 255, .8)
}

.v10-sitecore-container .bg-blue-50\/90 {
    background-color: rgba(239, 246, 255, .9)
}

.v10-sitecore-container .bg-blue-50\/95 {
    background-color: rgba(239, 246, 255, .95)
}

.v10-sitecore-container .bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(59 130 246/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-blue-500\/0 {
    background-color: rgba(59, 130, 246, 0)
}

.v10-sitecore-container .bg-blue-500\/10 {
    background-color: rgba(59, 130, 246, .1)
}

.v10-sitecore-container .bg-blue-500\/100 {
    background-color: #3b82f6
}

.v10-sitecore-container .bg-blue-500\/20 {
    background-color: rgba(59, 130, 246, .2)
}

.v10-sitecore-container .bg-blue-500\/25 {
    background-color: rgba(59, 130, 246, .25)
}

.v10-sitecore-container .bg-blue-500\/30 {
    background-color: rgba(59, 130, 246, .3)
}

.v10-sitecore-container .bg-blue-500\/40 {
    background-color: rgba(59, 130, 246, .4)
}

.v10-sitecore-container .bg-blue-500\/5 {
    background-color: rgba(59, 130, 246, .05)
}

.v10-sitecore-container .bg-blue-500\/50 {
    background-color: rgba(59, 130, 246, .5)
}

.v10-sitecore-container .bg-blue-500\/60 {
    background-color: rgba(59, 130, 246, .6)
}

.v10-sitecore-container .bg-blue-500\/70 {
    background-color: rgba(59, 130, 246, .7)
}

.v10-sitecore-container .bg-blue-500\/75 {
    background-color: rgba(59, 130, 246, .75)
}

.v10-sitecore-container .bg-blue-500\/80 {
    background-color: rgba(59, 130, 246, .8)
}

.v10-sitecore-container .bg-blue-500\/90 {
    background-color: rgba(59, 130, 246, .9)
}

.v10-sitecore-container .bg-blue-500\/95 {
    background-color: rgba(59, 130, 246, .95)
}

.v10-sitecore-container .bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(37 99 235/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-blue-600\/0 {
    background-color: rgba(37, 99, 235, 0)
}

.v10-sitecore-container .bg-blue-600\/10 {
    background-color: rgba(37, 99, 235, .1)
}

.v10-sitecore-container .bg-blue-600\/100 {
    background-color: #2563eb
}

.v10-sitecore-container .bg-blue-600\/20 {
    background-color: rgba(37, 99, 235, .2)
}

.v10-sitecore-container .bg-blue-600\/25 {
    background-color: rgba(37, 99, 235, .25)
}

.v10-sitecore-container .bg-blue-600\/30 {
    background-color: rgba(37, 99, 235, .3)
}

.v10-sitecore-container .bg-blue-600\/40 {
    background-color: rgba(37, 99, 235, .4)
}

.v10-sitecore-container .bg-blue-600\/5 {
    background-color: rgba(37, 99, 235, .05)
}

.v10-sitecore-container .bg-blue-600\/50 {
    background-color: rgba(37, 99, 235, .5)
}

.v10-sitecore-container .bg-blue-600\/60 {
    background-color: rgba(37, 99, 235, .6)
}

.v10-sitecore-container .bg-blue-600\/70 {
    background-color: rgba(37, 99, 235, .7)
}

.v10-sitecore-container .bg-blue-600\/75 {
    background-color: rgba(37, 99, 235, .75)
}

.v10-sitecore-container .bg-blue-600\/80 {
    background-color: rgba(37, 99, 235, .8)
}

.v10-sitecore-container .bg-blue-600\/90 {
    background-color: rgba(37, 99, 235, .9)
}

.v10-sitecore-container .bg-blue-600\/95 {
    background-color: rgba(37, 99, 235, .95)
}

.v10-sitecore-container .bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(29 78 216/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-blue-700\/0 {
    background-color: rgba(29, 78, 216, 0)
}

.v10-sitecore-container .bg-blue-700\/10 {
    background-color: rgba(29, 78, 216, .1)
}

.v10-sitecore-container .bg-blue-700\/100 {
    background-color: #1d4ed8
}

.v10-sitecore-container .bg-blue-700\/20 {
    background-color: rgba(29, 78, 216, .2)
}

.v10-sitecore-container .bg-blue-700\/25 {
    background-color: rgba(29, 78, 216, .25)
}

.v10-sitecore-container .bg-blue-700\/30 {
    background-color: rgba(29, 78, 216, .3)
}

.v10-sitecore-container .bg-blue-700\/40 {
    background-color: rgba(29, 78, 216, .4)
}

.v10-sitecore-container .bg-blue-700\/5 {
    background-color: rgba(29, 78, 216, .05)
}

.v10-sitecore-container .bg-blue-700\/50 {
    background-color: rgba(29, 78, 216, .5)
}

.v10-sitecore-container .bg-blue-700\/60 {
    background-color: rgba(29, 78, 216, .6)
}

.v10-sitecore-container .bg-blue-700\/70 {
    background-color: rgba(29, 78, 216, .7)
}

.v10-sitecore-container .bg-blue-700\/75 {
    background-color: rgba(29, 78, 216, .75)
}

.v10-sitecore-container .bg-blue-700\/80 {
    background-color: rgba(29, 78, 216, .8)
}

.v10-sitecore-container .bg-blue-700\/90 {
    background-color: rgba(29, 78, 216, .9)
}

.v10-sitecore-container .bg-blue-700\/95 {
    background-color: rgba(29, 78, 216, .95)
}

.v10-sitecore-container .bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(30 64 175/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-blue-800\/0 {
    background-color: rgba(30, 64, 175, 0)
}

.v10-sitecore-container .bg-blue-800\/10 {
    background-color: rgba(30, 64, 175, .1)
}

.v10-sitecore-container .bg-blue-800\/100 {
    background-color: #1e40af
}

.v10-sitecore-container .bg-blue-800\/20 {
    background-color: rgba(30, 64, 175, .2)
}

.v10-sitecore-container .bg-blue-800\/25 {
    background-color: rgba(30, 64, 175, .25)
}

.v10-sitecore-container .bg-blue-800\/30 {
    background-color: rgba(30, 64, 175, .3)
}

.v10-sitecore-container .bg-blue-800\/40 {
    background-color: rgba(30, 64, 175, .4)
}

.v10-sitecore-container .bg-blue-800\/5 {
    background-color: rgba(30, 64, 175, .05)
}

.v10-sitecore-container .bg-blue-800\/50 {
    background-color: rgba(30, 64, 175, .5)
}

.v10-sitecore-container .bg-blue-800\/60 {
    background-color: rgba(30, 64, 175, .6)
}

.v10-sitecore-container .bg-blue-800\/70 {
    background-color: rgba(30, 64, 175, .7)
}

.v10-sitecore-container .bg-blue-800\/75 {
    background-color: rgba(30, 64, 175, .75)
}

.v10-sitecore-container .bg-blue-800\/80 {
    background-color: rgba(30, 64, 175, .8)
}

.v10-sitecore-container .bg-blue-800\/90 {
    background-color: rgba(30, 64, 175, .9)
}

.v10-sitecore-container .bg-blue-800\/95 {
    background-color: rgba(30, 64, 175, .95)
}

.v10-sitecore-container .bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(30 58 138/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-blue-900\/0 {
    background-color: rgba(30, 58, 138, 0)
}

.v10-sitecore-container .bg-blue-900\/10 {
    background-color: rgba(30, 58, 138, .1)
}

.v10-sitecore-container .bg-blue-900\/100 {
    background-color: #1e3a8a
}

.v10-sitecore-container .bg-blue-900\/20 {
    background-color: rgba(30, 58, 138, .2)
}

.v10-sitecore-container .bg-blue-900\/25 {
    background-color: rgba(30, 58, 138, .25)
}

.v10-sitecore-container .bg-blue-900\/30 {
    background-color: rgba(30, 58, 138, .3)
}

.v10-sitecore-container .bg-blue-900\/40 {
    background-color: rgba(30, 58, 138, .4)
}

.v10-sitecore-container .bg-blue-900\/5 {
    background-color: rgba(30, 58, 138, .05)
}

.v10-sitecore-container .bg-blue-900\/50 {
    background-color: rgba(30, 58, 138, .5)
}

.v10-sitecore-container .bg-blue-900\/60 {
    background-color: rgba(30, 58, 138, .6)
}

.v10-sitecore-container .bg-blue-900\/70 {
    background-color: rgba(30, 58, 138, .7)
}

.v10-sitecore-container .bg-blue-900\/75 {
    background-color: rgba(30, 58, 138, .75)
}

.v10-sitecore-container .bg-blue-900\/80 {
    background-color: rgba(30, 58, 138, .8)
}

.v10-sitecore-container .bg-blue-900\/90 {
    background-color: rgba(30, 58, 138, .9)
}

.v10-sitecore-container .bg-blue-900\/95 {
    background-color: rgba(30, 58, 138, .95)
}

.v10-sitecore-container .bg-blue-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(23 37 84/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-blue-950\/0 {
    background-color: rgba(23, 37, 84, 0)
}

.v10-sitecore-container .bg-blue-950\/10 {
    background-color: rgba(23, 37, 84, .1)
}

.v10-sitecore-container .bg-blue-950\/100 {
    background-color: #172554
}

.v10-sitecore-container .bg-blue-950\/20 {
    background-color: rgba(23, 37, 84, .2)
}

.v10-sitecore-container .bg-blue-950\/25 {
    background-color: rgba(23, 37, 84, .25)
}

.v10-sitecore-container .bg-blue-950\/30 {
    background-color: rgba(23, 37, 84, .3)
}

.v10-sitecore-container .bg-blue-950\/40 {
    background-color: rgba(23, 37, 84, .4)
}

.v10-sitecore-container .bg-blue-950\/5 {
    background-color: rgba(23, 37, 84, .05)
}

.v10-sitecore-container .bg-blue-950\/50 {
    background-color: rgba(23, 37, 84, .5)
}

.v10-sitecore-container .bg-blue-950\/60 {
    background-color: rgba(23, 37, 84, .6)
}

.v10-sitecore-container .bg-blue-950\/70 {
    background-color: rgba(23, 37, 84, .7)
}

.v10-sitecore-container .bg-blue-950\/75 {
    background-color: rgba(23, 37, 84, .75)
}

.v10-sitecore-container .bg-blue-950\/80 {
    background-color: rgba(23, 37, 84, .8)
}

.v10-sitecore-container .bg-blue-950\/90 {
    background-color: rgba(23, 37, 84, .9)
}

.v10-sitecore-container .bg-blue-950\/95 {
    background-color: rgba(23, 37, 84, .95)
}

.v10-sitecore-container .bg-cc-lime {
    --tw-bg-opacity: 1;
    background-color: rgb(154 194 60/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-cc-lime\/0 {
    background-color: rgba(154, 194, 60, 0)
}

.v10-sitecore-container .bg-cc-lime\/10 {
    background-color: rgba(154, 194, 60, .1)
}

.v10-sitecore-container .bg-cc-lime\/100 {
    background-color: #9ac23c
}

.v10-sitecore-container .bg-cc-lime\/20 {
    background-color: rgba(154, 194, 60, .2)
}

.v10-sitecore-container .bg-cc-lime\/25 {
    background-color: rgba(154, 194, 60, .25)
}

.v10-sitecore-container .bg-cc-lime\/30 {
    background-color: rgba(154, 194, 60, .3)
}

.v10-sitecore-container .bg-cc-lime\/40 {
    background-color: rgba(154, 194, 60, .4)
}

.v10-sitecore-container .bg-cc-lime\/5 {
    background-color: rgba(154, 194, 60, .05)
}

.v10-sitecore-container .bg-cc-lime\/50 {
    background-color: rgba(154, 194, 60, .5)
}

.v10-sitecore-container .bg-cc-lime\/60 {
    background-color: rgba(154, 194, 60, .6)
}

.v10-sitecore-container .bg-cc-lime\/70 {
    background-color: rgba(154, 194, 60, .7)
}

.v10-sitecore-container .bg-cc-lime\/75 {
    background-color: rgba(154, 194, 60, .75)
}

.v10-sitecore-container .bg-cc-lime\/80 {
    background-color: rgba(154, 194, 60, .8)
}

.v10-sitecore-container .bg-cc-lime\/90 {
    background-color: rgba(154, 194, 60, .9)
}

.v10-sitecore-container .bg-cc-lime\/95 {
    background-color: rgba(154, 194, 60, .95)
}

.v10-sitecore-container .bg-ccslp-marigold {
    --tw-bg-opacity: 1;
    background-color: rgb(238 190 54/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-ccslp-marigold\/0 {
    background-color: rgba(238, 190, 54, 0)
}

.v10-sitecore-container .bg-ccslp-marigold\/10 {
    background-color: rgba(238, 190, 54, .1)
}

.v10-sitecore-container .bg-ccslp-marigold\/100 {
    background-color: #eebe36
}

.v10-sitecore-container .bg-ccslp-marigold\/20 {
    background-color: rgba(238, 190, 54, .2)
}

.v10-sitecore-container .bg-ccslp-marigold\/25 {
    background-color: rgba(238, 190, 54, .25)
}

.v10-sitecore-container .bg-ccslp-marigold\/30 {
    background-color: rgba(238, 190, 54, .3)
}

.v10-sitecore-container .bg-ccslp-marigold\/40 {
    background-color: rgba(238, 190, 54, .4)
}

.v10-sitecore-container .bg-ccslp-marigold\/5 {
    background-color: rgba(238, 190, 54, .05)
}

.v10-sitecore-container .bg-ccslp-marigold\/50 {
    background-color: rgba(238, 190, 54, .5)
}

.v10-sitecore-container .bg-ccslp-marigold\/60 {
    background-color: rgba(238, 190, 54, .6)
}

.v10-sitecore-container .bg-ccslp-marigold\/70 {
    background-color: rgba(238, 190, 54, .7)
}

.v10-sitecore-container .bg-ccslp-marigold\/75 {
    background-color: rgba(238, 190, 54, .75)
}

.v10-sitecore-container .bg-ccslp-marigold\/80 {
    background-color: rgba(238, 190, 54, .8)
}

.v10-sitecore-container .bg-ccslp-marigold\/90 {
    background-color: rgba(238, 190, 54, .9)
}

.v10-sitecore-container .bg-ccslp-marigold\/95 {
    background-color: rgba(238, 190, 54, .95)
}

.v10-sitecore-container .bg-cgrc-cornflower {
    --tw-bg-opacity: 1;
    background-color: rgb(84 102 174/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-cgrc-cornflower\/0 {
    background-color: rgba(84, 102, 174, 0)
}

.v10-sitecore-container .bg-cgrc-cornflower\/10 {
    background-color: rgba(84, 102, 174, .1)
}

.v10-sitecore-container .bg-cgrc-cornflower\/100 {
    background-color: #5466ae
}

.v10-sitecore-container .bg-cgrc-cornflower\/20 {
    background-color: rgba(84, 102, 174, .2)
}

.v10-sitecore-container .bg-cgrc-cornflower\/25 {
    background-color: rgba(84, 102, 174, .25)
}

.v10-sitecore-container .bg-cgrc-cornflower\/30 {
    background-color: rgba(84, 102, 174, .3)
}

.v10-sitecore-container .bg-cgrc-cornflower\/40 {
    background-color: rgba(84, 102, 174, .4)
}

.v10-sitecore-container .bg-cgrc-cornflower\/5 {
    background-color: rgba(84, 102, 174, .05)
}

.v10-sitecore-container .bg-cgrc-cornflower\/50 {
    background-color: rgba(84, 102, 174, .5)
}

.v10-sitecore-container .bg-cgrc-cornflower\/60 {
    background-color: rgba(84, 102, 174, .6)
}

.v10-sitecore-container .bg-cgrc-cornflower\/70 {
    background-color: rgba(84, 102, 174, .7)
}

.v10-sitecore-container .bg-cgrc-cornflower\/75 {
    background-color: rgba(84, 102, 174, .75)
}

.v10-sitecore-container .bg-cgrc-cornflower\/80 {
    background-color: rgba(84, 102, 174, .8)
}

.v10-sitecore-container .bg-cgrc-cornflower\/90 {
    background-color: rgba(84, 102, 174, .9)
}

.v10-sitecore-container .bg-cgrc-cornflower\/95 {
    background-color: rgba(84, 102, 174, .95)
}

.v10-sitecore-container .bg-cissp-green {
    --tw-bg-opacity: 1;
    background-color: rgb(70 129 69/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-cissp-green\/0 {
    background-color: rgba(70, 129, 69, 0)
}

.v10-sitecore-container .bg-cissp-green\/10 {
    background-color: rgba(70, 129, 69, .1)
}

.v10-sitecore-container .bg-cissp-green\/100 {
    background-color: #468145
}

.v10-sitecore-container .bg-cissp-green\/20 {
    background-color: rgba(70, 129, 69, .2)
}

.v10-sitecore-container .bg-cissp-green\/25 {
    background-color: rgba(70, 129, 69, .25)
}

.v10-sitecore-container .bg-cissp-green\/30 {
    background-color: rgba(70, 129, 69, .3)
}

.v10-sitecore-container .bg-cissp-green\/40 {
    background-color: rgba(70, 129, 69, .4)
}

.v10-sitecore-container .bg-cissp-green\/5 {
    background-color: rgba(70, 129, 69, .05)
}

.v10-sitecore-container .bg-cissp-green\/50 {
    background-color: rgba(70, 129, 69, .5)
}

.v10-sitecore-container .bg-cissp-green\/60 {
    background-color: rgba(70, 129, 69, .6)
}

.v10-sitecore-container .bg-cissp-green\/70 {
    background-color: rgba(70, 129, 69, .7)
}

.v10-sitecore-container .bg-cissp-green\/75 {
    background-color: rgba(70, 129, 69, .75)
}

.v10-sitecore-container .bg-cissp-green\/80 {
    background-color: rgba(70, 129, 69, .8)
}

.v10-sitecore-container .bg-cissp-green\/90 {
    background-color: rgba(70, 129, 69, .9)
}

.v10-sitecore-container .bg-cissp-green\/95 {
    background-color: rgba(70, 129, 69, .95)
}

.v10-sitecore-container .bg-cssp-cobalt {
    --tw-bg-opacity: 1;
    background-color: rgb(0 127 173/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-cssp-cobalt\/0 {
    background-color: rgba(0, 127, 173, 0)
}

.v10-sitecore-container .bg-cssp-cobalt\/10 {
    background-color: rgba(0, 127, 173, .1)
}

.v10-sitecore-container .bg-cssp-cobalt\/100 {
    background-color: #007fad
}

.v10-sitecore-container .bg-cssp-cobalt\/20 {
    background-color: rgba(0, 127, 173, .2)
}

.v10-sitecore-container .bg-cssp-cobalt\/25 {
    background-color: rgba(0, 127, 173, .25)
}

.v10-sitecore-container .bg-cssp-cobalt\/30 {
    background-color: rgba(0, 127, 173, .3)
}

.v10-sitecore-container .bg-cssp-cobalt\/40 {
    background-color: rgba(0, 127, 173, .4)
}

.v10-sitecore-container .bg-cssp-cobalt\/5 {
    background-color: rgba(0, 127, 173, .05)
}

.v10-sitecore-container .bg-cssp-cobalt\/50 {
    background-color: rgba(0, 127, 173, .5)
}

.v10-sitecore-container .bg-cssp-cobalt\/60 {
    background-color: rgba(0, 127, 173, .6)
}

.v10-sitecore-container .bg-cssp-cobalt\/70 {
    background-color: rgba(0, 127, 173, .7)
}

.v10-sitecore-container .bg-cssp-cobalt\/75 {
    background-color: rgba(0, 127, 173, .75)
}

.v10-sitecore-container .bg-cssp-cobalt\/80 {
    background-color: rgba(0, 127, 173, .8)
}

.v10-sitecore-container .bg-cssp-cobalt\/90 {
    background-color: rgba(0, 127, 173, .9)
}

.v10-sitecore-container .bg-cssp-cobalt\/95 {
    background-color: rgba(0, 127, 173, .95)
}

.v10-sitecore-container .bg-current {
    background-color: currentColor
}

.v10-sitecore-container .bg-cyan-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(207 250 254/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-cyan-100\/0 {
    background-color: rgba(207, 250, 254, 0)
}

.v10-sitecore-container .bg-cyan-100\/10 {
    background-color: rgba(207, 250, 254, .1)
}

.v10-sitecore-container .bg-cyan-100\/100 {
    background-color: #cffafe
}

.v10-sitecore-container .bg-cyan-100\/20 {
    background-color: rgba(207, 250, 254, .2)
}

.v10-sitecore-container .bg-cyan-100\/25 {
    background-color: rgba(207, 250, 254, .25)
}

.v10-sitecore-container .bg-cyan-100\/30 {
    background-color: rgba(207, 250, 254, .3)
}

.v10-sitecore-container .bg-cyan-100\/40 {
    background-color: rgba(207, 250, 254, .4)
}

.v10-sitecore-container .bg-cyan-100\/5 {
    background-color: rgba(207, 250, 254, .05)
}

.v10-sitecore-container .bg-cyan-100\/50 {
    background-color: rgba(207, 250, 254, .5)
}

.v10-sitecore-container .bg-cyan-100\/60 {
    background-color: rgba(207, 250, 254, .6)
}

.v10-sitecore-container .bg-cyan-100\/70 {
    background-color: rgba(207, 250, 254, .7)
}

.v10-sitecore-container .bg-cyan-100\/75 {
    background-color: rgba(207, 250, 254, .75)
}

.v10-sitecore-container .bg-cyan-100\/80 {
    background-color: rgba(207, 250, 254, .8)
}

.v10-sitecore-container .bg-cyan-100\/90 {
    background-color: rgba(207, 250, 254, .9)
}

.v10-sitecore-container .bg-cyan-100\/95 {
    background-color: rgba(207, 250, 254, .95)
}

.v10-sitecore-container .bg-cyan-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(165 243 252/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-cyan-200\/0 {
    background-color: rgba(165, 243, 252, 0)
}

.v10-sitecore-container .bg-cyan-200\/10 {
    background-color: rgba(165, 243, 252, .1)
}

.v10-sitecore-container .bg-cyan-200\/100 {
    background-color: #a5f3fc
}

.v10-sitecore-container .bg-cyan-200\/20 {
    background-color: rgba(165, 243, 252, .2)
}

.v10-sitecore-container .bg-cyan-200\/25 {
    background-color: rgba(165, 243, 252, .25)
}

.v10-sitecore-container .bg-cyan-200\/30 {
    background-color: rgba(165, 243, 252, .3)
}

.v10-sitecore-container .bg-cyan-200\/40 {
    background-color: rgba(165, 243, 252, .4)
}

.v10-sitecore-container .bg-cyan-200\/5 {
    background-color: rgba(165, 243, 252, .05)
}

.v10-sitecore-container .bg-cyan-200\/50 {
    background-color: rgba(165, 243, 252, .5)
}

.v10-sitecore-container .bg-cyan-200\/60 {
    background-color: rgba(165, 243, 252, .6)
}

.v10-sitecore-container .bg-cyan-200\/70 {
    background-color: rgba(165, 243, 252, .7)
}

.v10-sitecore-container .bg-cyan-200\/75 {
    background-color: rgba(165, 243, 252, .75)
}

.v10-sitecore-container .bg-cyan-200\/80 {
    background-color: rgba(165, 243, 252, .8)
}

.v10-sitecore-container .bg-cyan-200\/90 {
    background-color: rgba(165, 243, 252, .9)
}

.v10-sitecore-container .bg-cyan-200\/95 {
    background-color: rgba(165, 243, 252, .95)
}

.v10-sitecore-container .bg-cyan-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(103 232 249/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-cyan-300\/0 {
    background-color: rgba(103, 232, 249, 0)
}

.v10-sitecore-container .bg-cyan-300\/10 {
    background-color: rgba(103, 232, 249, .1)
}

.v10-sitecore-container .bg-cyan-300\/100 {
    background-color: #67e8f9
}

.v10-sitecore-container .bg-cyan-300\/20 {
    background-color: rgba(103, 232, 249, .2)
}

.v10-sitecore-container .bg-cyan-300\/25 {
    background-color: rgba(103, 232, 249, .25)
}

.v10-sitecore-container .bg-cyan-300\/30 {
    background-color: rgba(103, 232, 249, .3)
}

.v10-sitecore-container .bg-cyan-300\/40 {
    background-color: rgba(103, 232, 249, .4)
}

.v10-sitecore-container .bg-cyan-300\/5 {
    background-color: rgba(103, 232, 249, .05)
}

.v10-sitecore-container .bg-cyan-300\/50 {
    background-color: rgba(103, 232, 249, .5)
}

.v10-sitecore-container .bg-cyan-300\/60 {
    background-color: rgba(103, 232, 249, .6)
}

.v10-sitecore-container .bg-cyan-300\/70 {
    background-color: rgba(103, 232, 249, .7)
}

.v10-sitecore-container .bg-cyan-300\/75 {
    background-color: rgba(103, 232, 249, .75)
}

.v10-sitecore-container .bg-cyan-300\/80 {
    background-color: rgba(103, 232, 249, .8)
}

.v10-sitecore-container .bg-cyan-300\/90 {
    background-color: rgba(103, 232, 249, .9)
}

.v10-sitecore-container .bg-cyan-300\/95 {
    background-color: rgba(103, 232, 249, .95)
}

.v10-sitecore-container .bg-cyan-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(34 211 238/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-cyan-400\/0 {
    background-color: rgba(34, 211, 238, 0)
}

.v10-sitecore-container .bg-cyan-400\/10 {
    background-color: rgba(34, 211, 238, .1)
}

.v10-sitecore-container .bg-cyan-400\/100 {
    background-color: #22d3ee
}

.v10-sitecore-container .bg-cyan-400\/20 {
    background-color: rgba(34, 211, 238, .2)
}

.v10-sitecore-container .bg-cyan-400\/25 {
    background-color: rgba(34, 211, 238, .25)
}

.v10-sitecore-container .bg-cyan-400\/30 {
    background-color: rgba(34, 211, 238, .3)
}

.v10-sitecore-container .bg-cyan-400\/40 {
    background-color: rgba(34, 211, 238, .4)
}

.v10-sitecore-container .bg-cyan-400\/5 {
    background-color: rgba(34, 211, 238, .05)
}

.v10-sitecore-container .bg-cyan-400\/50 {
    background-color: rgba(34, 211, 238, .5)
}

.v10-sitecore-container .bg-cyan-400\/60 {
    background-color: rgba(34, 211, 238, .6)
}

.v10-sitecore-container .bg-cyan-400\/70 {
    background-color: rgba(34, 211, 238, .7)
}

.v10-sitecore-container .bg-cyan-400\/75 {
    background-color: rgba(34, 211, 238, .75)
}

.v10-sitecore-container .bg-cyan-400\/80 {
    background-color: rgba(34, 211, 238, .8)
}

.v10-sitecore-container .bg-cyan-400\/90 {
    background-color: rgba(34, 211, 238, .9)
}

.v10-sitecore-container .bg-cyan-400\/95 {
    background-color: rgba(34, 211, 238, .95)
}

.v10-sitecore-container .bg-cyan-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(236 254 255/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-cyan-50\/0 {
    background-color: rgba(236, 254, 255, 0)
}

.v10-sitecore-container .bg-cyan-50\/10 {
    background-color: rgba(236, 254, 255, .1)
}

.v10-sitecore-container .bg-cyan-50\/100 {
    background-color: #ecfeff
}

.v10-sitecore-container .bg-cyan-50\/20 {
    background-color: rgba(236, 254, 255, .2)
}

.v10-sitecore-container .bg-cyan-50\/25 {
    background-color: rgba(236, 254, 255, .25)
}

.v10-sitecore-container .bg-cyan-50\/30 {
    background-color: rgba(236, 254, 255, .3)
}

.v10-sitecore-container .bg-cyan-50\/40 {
    background-color: rgba(236, 254, 255, .4)
}

.v10-sitecore-container .bg-cyan-50\/5 {
    background-color: rgba(236, 254, 255, .05)
}

.v10-sitecore-container .bg-cyan-50\/50 {
    background-color: rgba(236, 254, 255, .5)
}

.v10-sitecore-container .bg-cyan-50\/60 {
    background-color: rgba(236, 254, 255, .6)
}

.v10-sitecore-container .bg-cyan-50\/70 {
    background-color: rgba(236, 254, 255, .7)
}

.v10-sitecore-container .bg-cyan-50\/75 {
    background-color: rgba(236, 254, 255, .75)
}

.v10-sitecore-container .bg-cyan-50\/80 {
    background-color: rgba(236, 254, 255, .8)
}

.v10-sitecore-container .bg-cyan-50\/90 {
    background-color: rgba(236, 254, 255, .9)
}

.v10-sitecore-container .bg-cyan-50\/95 {
    background-color: rgba(236, 254, 255, .95)
}

.v10-sitecore-container .bg-cyan-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(6 182 212/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-cyan-500\/0 {
    background-color: rgba(6, 182, 212, 0)
}

.v10-sitecore-container .bg-cyan-500\/10 {
    background-color: rgba(6, 182, 212, .1)
}

.v10-sitecore-container .bg-cyan-500\/100 {
    background-color: #06b6d4
}

.v10-sitecore-container .bg-cyan-500\/20 {
    background-color: rgba(6, 182, 212, .2)
}

.v10-sitecore-container .bg-cyan-500\/25 {
    background-color: rgba(6, 182, 212, .25)
}

.v10-sitecore-container .bg-cyan-500\/30 {
    background-color: rgba(6, 182, 212, .3)
}

.v10-sitecore-container .bg-cyan-500\/40 {
    background-color: rgba(6, 182, 212, .4)
}

.v10-sitecore-container .bg-cyan-500\/5 {
    background-color: rgba(6, 182, 212, .05)
}

.v10-sitecore-container .bg-cyan-500\/50 {
    background-color: rgba(6, 182, 212, .5)
}

.v10-sitecore-container .bg-cyan-500\/60 {
    background-color: rgba(6, 182, 212, .6)
}

.v10-sitecore-container .bg-cyan-500\/70 {
    background-color: rgba(6, 182, 212, .7)
}

.v10-sitecore-container .bg-cyan-500\/75 {
    background-color: rgba(6, 182, 212, .75)
}

.v10-sitecore-container .bg-cyan-500\/80 {
    background-color: rgba(6, 182, 212, .8)
}

.v10-sitecore-container .bg-cyan-500\/90 {
    background-color: rgba(6, 182, 212, .9)
}

.v10-sitecore-container .bg-cyan-500\/95 {
    background-color: rgba(6, 182, 212, .95)
}

.v10-sitecore-container .bg-cyan-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(8 145 178/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-cyan-600\/0 {
    background-color: rgba(8, 145, 178, 0)
}

.v10-sitecore-container .bg-cyan-600\/10 {
    background-color: rgba(8, 145, 178, .1)
}

.v10-sitecore-container .bg-cyan-600\/100 {
    background-color: #0891b2
}

.v10-sitecore-container .bg-cyan-600\/20 {
    background-color: rgba(8, 145, 178, .2)
}

.v10-sitecore-container .bg-cyan-600\/25 {
    background-color: rgba(8, 145, 178, .25)
}

.v10-sitecore-container .bg-cyan-600\/30 {
    background-color: rgba(8, 145, 178, .3)
}

.v10-sitecore-container .bg-cyan-600\/40 {
    background-color: rgba(8, 145, 178, .4)
}

.v10-sitecore-container .bg-cyan-600\/5 {
    background-color: rgba(8, 145, 178, .05)
}

.v10-sitecore-container .bg-cyan-600\/50 {
    background-color: rgba(8, 145, 178, .5)
}

.v10-sitecore-container .bg-cyan-600\/60 {
    background-color: rgba(8, 145, 178, .6)
}

.v10-sitecore-container .bg-cyan-600\/70 {
    background-color: rgba(8, 145, 178, .7)
}

.v10-sitecore-container .bg-cyan-600\/75 {
    background-color: rgba(8, 145, 178, .75)
}

.v10-sitecore-container .bg-cyan-600\/80 {
    background-color: rgba(8, 145, 178, .8)
}

.v10-sitecore-container .bg-cyan-600\/90 {
    background-color: rgba(8, 145, 178, .9)
}

.v10-sitecore-container .bg-cyan-600\/95 {
    background-color: rgba(8, 145, 178, .95)
}

.v10-sitecore-container .bg-cyan-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(14 116 144/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-cyan-700\/0 {
    background-color: rgba(14, 116, 144, 0)
}

.v10-sitecore-container .bg-cyan-700\/10 {
    background-color: rgba(14, 116, 144, .1)
}

.v10-sitecore-container .bg-cyan-700\/100 {
    background-color: #0e7490
}

.v10-sitecore-container .bg-cyan-700\/20 {
    background-color: rgba(14, 116, 144, .2)
}

.v10-sitecore-container .bg-cyan-700\/25 {
    background-color: rgba(14, 116, 144, .25)
}

.v10-sitecore-container .bg-cyan-700\/30 {
    background-color: rgba(14, 116, 144, .3)
}

.v10-sitecore-container .bg-cyan-700\/40 {
    background-color: rgba(14, 116, 144, .4)
}

.v10-sitecore-container .bg-cyan-700\/5 {
    background-color: rgba(14, 116, 144, .05)
}

.v10-sitecore-container .bg-cyan-700\/50 {
    background-color: rgba(14, 116, 144, .5)
}

.v10-sitecore-container .bg-cyan-700\/60 {
    background-color: rgba(14, 116, 144, .6)
}

.v10-sitecore-container .bg-cyan-700\/70 {
    background-color: rgba(14, 116, 144, .7)
}

.v10-sitecore-container .bg-cyan-700\/75 {
    background-color: rgba(14, 116, 144, .75)
}

.v10-sitecore-container .bg-cyan-700\/80 {
    background-color: rgba(14, 116, 144, .8)
}

.v10-sitecore-container .bg-cyan-700\/90 {
    background-color: rgba(14, 116, 144, .9)
}

.v10-sitecore-container .bg-cyan-700\/95 {
    background-color: rgba(14, 116, 144, .95)
}

.v10-sitecore-container .bg-cyan-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(21 94 117/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-cyan-800\/0 {
    background-color: rgba(21, 94, 117, 0)
}

.v10-sitecore-container .bg-cyan-800\/10 {
    background-color: rgba(21, 94, 117, .1)
}

.v10-sitecore-container .bg-cyan-800\/100 {
    background-color: #155e75
}

.v10-sitecore-container .bg-cyan-800\/20 {
    background-color: rgba(21, 94, 117, .2)
}

.v10-sitecore-container .bg-cyan-800\/25 {
    background-color: rgba(21, 94, 117, .25)
}

.v10-sitecore-container .bg-cyan-800\/30 {
    background-color: rgba(21, 94, 117, .3)
}

.v10-sitecore-container .bg-cyan-800\/40 {
    background-color: rgba(21, 94, 117, .4)
}

.v10-sitecore-container .bg-cyan-800\/5 {
    background-color: rgba(21, 94, 117, .05)
}

.v10-sitecore-container .bg-cyan-800\/50 {
    background-color: rgba(21, 94, 117, .5)
}

.v10-sitecore-container .bg-cyan-800\/60 {
    background-color: rgba(21, 94, 117, .6)
}

.v10-sitecore-container .bg-cyan-800\/70 {
    background-color: rgba(21, 94, 117, .7)
}

.v10-sitecore-container .bg-cyan-800\/75 {
    background-color: rgba(21, 94, 117, .75)
}

.v10-sitecore-container .bg-cyan-800\/80 {
    background-color: rgba(21, 94, 117, .8)
}

.v10-sitecore-container .bg-cyan-800\/90 {
    background-color: rgba(21, 94, 117, .9)
}

.v10-sitecore-container .bg-cyan-800\/95 {
    background-color: rgba(21, 94, 117, .95)
}

.v10-sitecore-container .bg-cyan-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(22 78 99/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-cyan-900\/0 {
    background-color: rgba(22, 78, 99, 0)
}

.v10-sitecore-container .bg-cyan-900\/10 {
    background-color: rgba(22, 78, 99, .1)
}

.v10-sitecore-container .bg-cyan-900\/100 {
    background-color: #164e63
}

.v10-sitecore-container .bg-cyan-900\/20 {
    background-color: rgba(22, 78, 99, .2)
}

.v10-sitecore-container .bg-cyan-900\/25 {
    background-color: rgba(22, 78, 99, .25)
}

.v10-sitecore-container .bg-cyan-900\/30 {
    background-color: rgba(22, 78, 99, .3)
}

.v10-sitecore-container .bg-cyan-900\/40 {
    background-color: rgba(22, 78, 99, .4)
}

.v10-sitecore-container .bg-cyan-900\/5 {
    background-color: rgba(22, 78, 99, .05)
}

.v10-sitecore-container .bg-cyan-900\/50 {
    background-color: rgba(22, 78, 99, .5)
}

.v10-sitecore-container .bg-cyan-900\/60 {
    background-color: rgba(22, 78, 99, .6)
}

.v10-sitecore-container .bg-cyan-900\/70 {
    background-color: rgba(22, 78, 99, .7)
}

.v10-sitecore-container .bg-cyan-900\/75 {
    background-color: rgba(22, 78, 99, .75)
}

.v10-sitecore-container .bg-cyan-900\/80 {
    background-color: rgba(22, 78, 99, .8)
}

.v10-sitecore-container .bg-cyan-900\/90 {
    background-color: rgba(22, 78, 99, .9)
}

.v10-sitecore-container .bg-cyan-900\/95 {
    background-color: rgba(22, 78, 99, .95)
}

.v10-sitecore-container .bg-cyan-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(8 51 68/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-cyan-950\/0 {
    background-color: rgba(8, 51, 68, 0)
}

.v10-sitecore-container .bg-cyan-950\/10 {
    background-color: rgba(8, 51, 68, .1)
}

.v10-sitecore-container .bg-cyan-950\/100 {
    background-color: #083344
}

.v10-sitecore-container .bg-cyan-950\/20 {
    background-color: rgba(8, 51, 68, .2)
}

.v10-sitecore-container .bg-cyan-950\/25 {
    background-color: rgba(8, 51, 68, .25)
}

.v10-sitecore-container .bg-cyan-950\/30 {
    background-color: rgba(8, 51, 68, .3)
}

.v10-sitecore-container .bg-cyan-950\/40 {
    background-color: rgba(8, 51, 68, .4)
}

.v10-sitecore-container .bg-cyan-950\/5 {
    background-color: rgba(8, 51, 68, .05)
}

.v10-sitecore-container .bg-cyan-950\/50 {
    background-color: rgba(8, 51, 68, .5)
}

.v10-sitecore-container .bg-cyan-950\/60 {
    background-color: rgba(8, 51, 68, .6)
}

.v10-sitecore-container .bg-cyan-950\/70 {
    background-color: rgba(8, 51, 68, .7)
}

.v10-sitecore-container .bg-cyan-950\/75 {
    background-color: rgba(8, 51, 68, .75)
}

.v10-sitecore-container .bg-cyan-950\/80 {
    background-color: rgba(8, 51, 68, .8)
}

.v10-sitecore-container .bg-cyan-950\/90 {
    background-color: rgba(8, 51, 68, .9)
}

.v10-sitecore-container .bg-cyan-950\/95 {
    background-color: rgba(8, 51, 68, .95)
}

.v10-sitecore-container .bg-dark-blue {
    --tw-bg-opacity: 1;
    background-color: rgb(21 41 50/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-dark-blue\/0 {
    background-color: rgba(21, 41, 50, 0)
}

.v10-sitecore-container .bg-dark-blue\/10 {
    background-color: rgba(21, 41, 50, .1)
}

.v10-sitecore-container .bg-dark-blue\/100 {
    background-color: #152932
}

.v10-sitecore-container .bg-dark-blue\/20 {
    background-color: rgba(21, 41, 50, .2)
}

.v10-sitecore-container .bg-dark-blue\/25 {
    background-color: rgba(21, 41, 50, .25)
}

.v10-sitecore-container .bg-dark-blue\/30 {
    background-color: rgba(21, 41, 50, .3)
}

.v10-sitecore-container .bg-dark-blue\/40 {
    background-color: rgba(21, 41, 50, .4)
}

.v10-sitecore-container .bg-dark-blue\/5 {
    background-color: rgba(21, 41, 50, .05)
}

.v10-sitecore-container .bg-dark-blue\/50 {
    background-color: rgba(21, 41, 50, .5)
}

.v10-sitecore-container .bg-dark-blue\/60 {
    background-color: rgba(21, 41, 50, .6)
}

.v10-sitecore-container .bg-dark-blue\/70 {
    background-color: rgba(21, 41, 50, .7)
}

.v10-sitecore-container .bg-dark-blue\/75 {
    background-color: rgba(21, 41, 50, .75)
}

.v10-sitecore-container .bg-dark-blue\/80 {
    background-color: rgba(21, 41, 50, .8)
}

.v10-sitecore-container .bg-dark-blue\/90 {
    background-color: rgba(21, 41, 50, .9)
}

.v10-sitecore-container .bg-dark-blue\/95 {
    background-color: rgba(21, 41, 50, .95)
}

.v10-sitecore-container .bg-dark-green {
    --tw-bg-opacity: 1;
    background-color: rgb(36 46 34/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-dark-green\/0 {
    background-color: rgba(36, 46, 34, 0)
}

.v10-sitecore-container .bg-dark-green\/10 {
    background-color: rgba(36, 46, 34, .1)
}

.v10-sitecore-container .bg-dark-green\/100 {
    background-color: #242e22
}

.v10-sitecore-container .bg-dark-green\/20 {
    background-color: rgba(36, 46, 34, .2)
}

.v10-sitecore-container .bg-dark-green\/25 {
    background-color: rgba(36, 46, 34, .25)
}

.v10-sitecore-container .bg-dark-green\/30 {
    background-color: rgba(36, 46, 34, .3)
}

.v10-sitecore-container .bg-dark-green\/40 {
    background-color: rgba(36, 46, 34, .4)
}

.v10-sitecore-container .bg-dark-green\/5 {
    background-color: rgba(36, 46, 34, .05)
}

.v10-sitecore-container .bg-dark-green\/50 {
    background-color: rgba(36, 46, 34, .5)
}

.v10-sitecore-container .bg-dark-green\/60 {
    background-color: rgba(36, 46, 34, .6)
}

.v10-sitecore-container .bg-dark-green\/70 {
    background-color: rgba(36, 46, 34, .7)
}

.v10-sitecore-container .bg-dark-green\/75 {
    background-color: rgba(36, 46, 34, .75)
}

.v10-sitecore-container .bg-dark-green\/80 {
    background-color: rgba(36, 46, 34, .8)
}

.v10-sitecore-container .bg-dark-green\/90 {
    background-color: rgba(36, 46, 34, .9)
}

.v10-sitecore-container .bg-dark-green\/95 {
    background-color: rgba(36, 46, 34, .95)
}

.v10-sitecore-container .bg-darker-blue {
    --tw-bg-opacity: 1;
    background-color: rgb(17 33 40/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-darker-blue\/0 {
    background-color: rgba(17, 33, 40, 0)
}

.v10-sitecore-container .bg-darker-blue\/10 {
    background-color: rgba(17, 33, 40, .1)
}

.v10-sitecore-container .bg-darker-blue\/100 {
    background-color: #112128
}

.v10-sitecore-container .bg-darker-blue\/20 {
    background-color: rgba(17, 33, 40, .2)
}

.v10-sitecore-container .bg-darker-blue\/25 {
    background-color: rgba(17, 33, 40, .25)
}

.v10-sitecore-container .bg-darker-blue\/30 {
    background-color: rgba(17, 33, 40, .3)
}

.v10-sitecore-container .bg-darker-blue\/40 {
    background-color: rgba(17, 33, 40, .4)
}

.v10-sitecore-container .bg-darker-blue\/5 {
    background-color: rgba(17, 33, 40, .05)
}

.v10-sitecore-container .bg-darker-blue\/50 {
    background-color: rgba(17, 33, 40, .5)
}

.v10-sitecore-container .bg-darker-blue\/60 {
    background-color: rgba(17, 33, 40, .6)
}

.v10-sitecore-container .bg-darker-blue\/70 {
    background-color: rgba(17, 33, 40, .7)
}

.v10-sitecore-container .bg-darker-blue\/75 {
    background-color: rgba(17, 33, 40, .75)
}

.v10-sitecore-container .bg-darker-blue\/80 {
    background-color: rgba(17, 33, 40, .8)
}

.v10-sitecore-container .bg-darker-blue\/90 {
    background-color: rgba(17, 33, 40, .9)
}

.v10-sitecore-container .bg-darker-blue\/95 {
    background-color: rgba(17, 33, 40, .95)
}

.v10-sitecore-container .bg-darker-green {
    --tw-bg-opacity: 1;
    background-color: rgb(28 37 26/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-darker-green\/0 {
    background-color: rgba(28, 37, 26, 0)
}

.v10-sitecore-container .bg-darker-green\/10 {
    background-color: rgba(28, 37, 26, .1)
}

.v10-sitecore-container .bg-darker-green\/100 {
    background-color: #1c251a
}

.v10-sitecore-container .bg-darker-green\/20 {
    background-color: rgba(28, 37, 26, .2)
}

.v10-sitecore-container .bg-darker-green\/25 {
    background-color: rgba(28, 37, 26, .25)
}

.v10-sitecore-container .bg-darker-green\/30 {
    background-color: rgba(28, 37, 26, .3)
}

.v10-sitecore-container .bg-darker-green\/40 {
    background-color: rgba(28, 37, 26, .4)
}

.v10-sitecore-container .bg-darker-green\/5 {
    background-color: rgba(28, 37, 26, .05)
}

.v10-sitecore-container .bg-darker-green\/50 {
    background-color: rgba(28, 37, 26, .5)
}

.v10-sitecore-container .bg-darker-green\/60 {
    background-color: rgba(28, 37, 26, .6)
}

.v10-sitecore-container .bg-darker-green\/70 {
    background-color: rgba(28, 37, 26, .7)
}

.v10-sitecore-container .bg-darker-green\/75 {
    background-color: rgba(28, 37, 26, .75)
}

.v10-sitecore-container .bg-darker-green\/80 {
    background-color: rgba(28, 37, 26, .8)
}

.v10-sitecore-container .bg-darker-green\/90 {
    background-color: rgba(28, 37, 26, .9)
}

.v10-sitecore-container .bg-darker-green\/95 {
    background-color: rgba(28, 37, 26, .95)
}

.v10-sitecore-container .bg-emerald-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(209 250 229/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-emerald-100\/0 {
    background-color: rgba(209, 250, 229, 0)
}

.v10-sitecore-container .bg-emerald-100\/10 {
    background-color: rgba(209, 250, 229, .1)
}

.v10-sitecore-container .bg-emerald-100\/100 {
    background-color: #d1fae5
}

.v10-sitecore-container .bg-emerald-100\/20 {
    background-color: rgba(209, 250, 229, .2)
}

.v10-sitecore-container .bg-emerald-100\/25 {
    background-color: rgba(209, 250, 229, .25)
}

.v10-sitecore-container .bg-emerald-100\/30 {
    background-color: rgba(209, 250, 229, .3)
}

.v10-sitecore-container .bg-emerald-100\/40 {
    background-color: rgba(209, 250, 229, .4)
}

.v10-sitecore-container .bg-emerald-100\/5 {
    background-color: rgba(209, 250, 229, .05)
}

.v10-sitecore-container .bg-emerald-100\/50 {
    background-color: rgba(209, 250, 229, .5)
}

.v10-sitecore-container .bg-emerald-100\/60 {
    background-color: rgba(209, 250, 229, .6)
}

.v10-sitecore-container .bg-emerald-100\/70 {
    background-color: rgba(209, 250, 229, .7)
}

.v10-sitecore-container .bg-emerald-100\/75 {
    background-color: rgba(209, 250, 229, .75)
}

.v10-sitecore-container .bg-emerald-100\/80 {
    background-color: rgba(209, 250, 229, .8)
}

.v10-sitecore-container .bg-emerald-100\/90 {
    background-color: rgba(209, 250, 229, .9)
}

.v10-sitecore-container .bg-emerald-100\/95 {
    background-color: rgba(209, 250, 229, .95)
}

.v10-sitecore-container .bg-emerald-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(167 243 208/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-emerald-200\/0 {
    background-color: rgba(167, 243, 208, 0)
}

.v10-sitecore-container .bg-emerald-200\/10 {
    background-color: rgba(167, 243, 208, .1)
}

.v10-sitecore-container .bg-emerald-200\/100 {
    background-color: #a7f3d0
}

.v10-sitecore-container .bg-emerald-200\/20 {
    background-color: rgba(167, 243, 208, .2)
}

.v10-sitecore-container .bg-emerald-200\/25 {
    background-color: rgba(167, 243, 208, .25)
}

.v10-sitecore-container .bg-emerald-200\/30 {
    background-color: rgba(167, 243, 208, .3)
}

.v10-sitecore-container .bg-emerald-200\/40 {
    background-color: rgba(167, 243, 208, .4)
}

.v10-sitecore-container .bg-emerald-200\/5 {
    background-color: rgba(167, 243, 208, .05)
}

.v10-sitecore-container .bg-emerald-200\/50 {
    background-color: rgba(167, 243, 208, .5)
}

.v10-sitecore-container .bg-emerald-200\/60 {
    background-color: rgba(167, 243, 208, .6)
}

.v10-sitecore-container .bg-emerald-200\/70 {
    background-color: rgba(167, 243, 208, .7)
}

.v10-sitecore-container .bg-emerald-200\/75 {
    background-color: rgba(167, 243, 208, .75)
}

.v10-sitecore-container .bg-emerald-200\/80 {
    background-color: rgba(167, 243, 208, .8)
}

.v10-sitecore-container .bg-emerald-200\/90 {
    background-color: rgba(167, 243, 208, .9)
}

.v10-sitecore-container .bg-emerald-200\/95 {
    background-color: rgba(167, 243, 208, .95)
}

.v10-sitecore-container .bg-emerald-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(110 231 183/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-emerald-300\/0 {
    background-color: rgba(110, 231, 183, 0)
}

.v10-sitecore-container .bg-emerald-300\/10 {
    background-color: rgba(110, 231, 183, .1)
}

.v10-sitecore-container .bg-emerald-300\/100 {
    background-color: #6ee7b7
}

.v10-sitecore-container .bg-emerald-300\/20 {
    background-color: rgba(110, 231, 183, .2)
}

.v10-sitecore-container .bg-emerald-300\/25 {
    background-color: rgba(110, 231, 183, .25)
}

.v10-sitecore-container .bg-emerald-300\/30 {
    background-color: rgba(110, 231, 183, .3)
}

.v10-sitecore-container .bg-emerald-300\/40 {
    background-color: rgba(110, 231, 183, .4)
}

.v10-sitecore-container .bg-emerald-300\/5 {
    background-color: rgba(110, 231, 183, .05)
}

.v10-sitecore-container .bg-emerald-300\/50 {
    background-color: rgba(110, 231, 183, .5)
}

.v10-sitecore-container .bg-emerald-300\/60 {
    background-color: rgba(110, 231, 183, .6)
}

.v10-sitecore-container .bg-emerald-300\/70 {
    background-color: rgba(110, 231, 183, .7)
}

.v10-sitecore-container .bg-emerald-300\/75 {
    background-color: rgba(110, 231, 183, .75)
}

.v10-sitecore-container .bg-emerald-300\/80 {
    background-color: rgba(110, 231, 183, .8)
}

.v10-sitecore-container .bg-emerald-300\/90 {
    background-color: rgba(110, 231, 183, .9)
}

.v10-sitecore-container .bg-emerald-300\/95 {
    background-color: rgba(110, 231, 183, .95)
}

.v10-sitecore-container .bg-emerald-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(52 211 153/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-emerald-400\/0 {
    background-color: rgba(52, 211, 153, 0)
}

.v10-sitecore-container .bg-emerald-400\/10 {
    background-color: rgba(52, 211, 153, .1)
}

.v10-sitecore-container .bg-emerald-400\/100 {
    background-color: #34d399
}

.v10-sitecore-container .bg-emerald-400\/20 {
    background-color: rgba(52, 211, 153, .2)
}

.v10-sitecore-container .bg-emerald-400\/25 {
    background-color: rgba(52, 211, 153, .25)
}

.v10-sitecore-container .bg-emerald-400\/30 {
    background-color: rgba(52, 211, 153, .3)
}

.v10-sitecore-container .bg-emerald-400\/40 {
    background-color: rgba(52, 211, 153, .4)
}

.v10-sitecore-container .bg-emerald-400\/5 {
    background-color: rgba(52, 211, 153, .05)
}

.v10-sitecore-container .bg-emerald-400\/50 {
    background-color: rgba(52, 211, 153, .5)
}

.v10-sitecore-container .bg-emerald-400\/60 {
    background-color: rgba(52, 211, 153, .6)
}

.v10-sitecore-container .bg-emerald-400\/70 {
    background-color: rgba(52, 211, 153, .7)
}

.v10-sitecore-container .bg-emerald-400\/75 {
    background-color: rgba(52, 211, 153, .75)
}

.v10-sitecore-container .bg-emerald-400\/80 {
    background-color: rgba(52, 211, 153, .8)
}

.v10-sitecore-container .bg-emerald-400\/90 {
    background-color: rgba(52, 211, 153, .9)
}

.v10-sitecore-container .bg-emerald-400\/95 {
    background-color: rgba(52, 211, 153, .95)
}

.v10-sitecore-container .bg-emerald-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(236 253 245/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-emerald-50\/0 {
    background-color: rgba(236, 253, 245, 0)
}

.v10-sitecore-container .bg-emerald-50\/10 {
    background-color: rgba(236, 253, 245, .1)
}

.v10-sitecore-container .bg-emerald-50\/100 {
    background-color: #ecfdf5
}

.v10-sitecore-container .bg-emerald-50\/20 {
    background-color: rgba(236, 253, 245, .2)
}

.v10-sitecore-container .bg-emerald-50\/25 {
    background-color: rgba(236, 253, 245, .25)
}

.v10-sitecore-container .bg-emerald-50\/30 {
    background-color: rgba(236, 253, 245, .3)
}

.v10-sitecore-container .bg-emerald-50\/40 {
    background-color: rgba(236, 253, 245, .4)
}

.v10-sitecore-container .bg-emerald-50\/5 {
    background-color: rgba(236, 253, 245, .05)
}

.v10-sitecore-container .bg-emerald-50\/50 {
    background-color: rgba(236, 253, 245, .5)
}

.v10-sitecore-container .bg-emerald-50\/60 {
    background-color: rgba(236, 253, 245, .6)
}

.v10-sitecore-container .bg-emerald-50\/70 {
    background-color: rgba(236, 253, 245, .7)
}

.v10-sitecore-container .bg-emerald-50\/75 {
    background-color: rgba(236, 253, 245, .75)
}

.v10-sitecore-container .bg-emerald-50\/80 {
    background-color: rgba(236, 253, 245, .8)
}

.v10-sitecore-container .bg-emerald-50\/90 {
    background-color: rgba(236, 253, 245, .9)
}

.v10-sitecore-container .bg-emerald-50\/95 {
    background-color: rgba(236, 253, 245, .95)
}

.v10-sitecore-container .bg-emerald-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(16 185 129/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-emerald-500\/0 {
    background-color: rgba(16, 185, 129, 0)
}

.v10-sitecore-container .bg-emerald-500\/10 {
    background-color: rgba(16, 185, 129, .1)
}

.v10-sitecore-container .bg-emerald-500\/100 {
    background-color: #10b981
}

.v10-sitecore-container .bg-emerald-500\/20 {
    background-color: rgba(16, 185, 129, .2)
}

.v10-sitecore-container .bg-emerald-500\/25 {
    background-color: rgba(16, 185, 129, .25)
}

.v10-sitecore-container .bg-emerald-500\/30 {
    background-color: rgba(16, 185, 129, .3)
}

.v10-sitecore-container .bg-emerald-500\/40 {
    background-color: rgba(16, 185, 129, .4)
}

.v10-sitecore-container .bg-emerald-500\/5 {
    background-color: rgba(16, 185, 129, .05)
}

.v10-sitecore-container .bg-emerald-500\/50 {
    background-color: rgba(16, 185, 129, .5)
}

.v10-sitecore-container .bg-emerald-500\/60 {
    background-color: rgba(16, 185, 129, .6)
}

.v10-sitecore-container .bg-emerald-500\/70 {
    background-color: rgba(16, 185, 129, .7)
}

.v10-sitecore-container .bg-emerald-500\/75 {
    background-color: rgba(16, 185, 129, .75)
}

.v10-sitecore-container .bg-emerald-500\/80 {
    background-color: rgba(16, 185, 129, .8)
}

.v10-sitecore-container .bg-emerald-500\/90 {
    background-color: rgba(16, 185, 129, .9)
}

.v10-sitecore-container .bg-emerald-500\/95 {
    background-color: rgba(16, 185, 129, .95)
}

.v10-sitecore-container .bg-emerald-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(5 150 105/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-emerald-600\/0 {
    background-color: rgba(5, 150, 105, 0)
}

.v10-sitecore-container .bg-emerald-600\/10 {
    background-color: rgba(5, 150, 105, .1)
}

.v10-sitecore-container .bg-emerald-600\/100 {
    background-color: #059669
}

.v10-sitecore-container .bg-emerald-600\/20 {
    background-color: rgba(5, 150, 105, .2)
}

.v10-sitecore-container .bg-emerald-600\/25 {
    background-color: rgba(5, 150, 105, .25)
}

.v10-sitecore-container .bg-emerald-600\/30 {
    background-color: rgba(5, 150, 105, .3)
}

.v10-sitecore-container .bg-emerald-600\/40 {
    background-color: rgba(5, 150, 105, .4)
}

.v10-sitecore-container .bg-emerald-600\/5 {
    background-color: rgba(5, 150, 105, .05)
}

.v10-sitecore-container .bg-emerald-600\/50 {
    background-color: rgba(5, 150, 105, .5)
}

.v10-sitecore-container .bg-emerald-600\/60 {
    background-color: rgba(5, 150, 105, .6)
}

.v10-sitecore-container .bg-emerald-600\/70 {
    background-color: rgba(5, 150, 105, .7)
}

.v10-sitecore-container .bg-emerald-600\/75 {
    background-color: rgba(5, 150, 105, .75)
}

.v10-sitecore-container .bg-emerald-600\/80 {
    background-color: rgba(5, 150, 105, .8)
}

.v10-sitecore-container .bg-emerald-600\/90 {
    background-color: rgba(5, 150, 105, .9)
}

.v10-sitecore-container .bg-emerald-600\/95 {
    background-color: rgba(5, 150, 105, .95)
}

.v10-sitecore-container .bg-emerald-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(4 120 87/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-emerald-700\/0 {
    background-color: rgba(4, 120, 87, 0)
}

.v10-sitecore-container .bg-emerald-700\/10 {
    background-color: rgba(4, 120, 87, .1)
}

.v10-sitecore-container .bg-emerald-700\/100 {
    background-color: #047857
}

.v10-sitecore-container .bg-emerald-700\/20 {
    background-color: rgba(4, 120, 87, .2)
}

.v10-sitecore-container .bg-emerald-700\/25 {
    background-color: rgba(4, 120, 87, .25)
}

.v10-sitecore-container .bg-emerald-700\/30 {
    background-color: rgba(4, 120, 87, .3)
}

.v10-sitecore-container .bg-emerald-700\/40 {
    background-color: rgba(4, 120, 87, .4)
}

.v10-sitecore-container .bg-emerald-700\/5 {
    background-color: rgba(4, 120, 87, .05)
}

.v10-sitecore-container .bg-emerald-700\/50 {
    background-color: rgba(4, 120, 87, .5)
}

.v10-sitecore-container .bg-emerald-700\/60 {
    background-color: rgba(4, 120, 87, .6)
}

.v10-sitecore-container .bg-emerald-700\/70 {
    background-color: rgba(4, 120, 87, .7)
}

.v10-sitecore-container .bg-emerald-700\/75 {
    background-color: rgba(4, 120, 87, .75)
}

.v10-sitecore-container .bg-emerald-700\/80 {
    background-color: rgba(4, 120, 87, .8)
}

.v10-sitecore-container .bg-emerald-700\/90 {
    background-color: rgba(4, 120, 87, .9)
}

.v10-sitecore-container .bg-emerald-700\/95 {
    background-color: rgba(4, 120, 87, .95)
}

.v10-sitecore-container .bg-emerald-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(6 95 70/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-emerald-800\/0 {
    background-color: rgba(6, 95, 70, 0)
}

.v10-sitecore-container .bg-emerald-800\/10 {
    background-color: rgba(6, 95, 70, .1)
}

.v10-sitecore-container .bg-emerald-800\/100 {
    background-color: #065f46
}

.v10-sitecore-container .bg-emerald-800\/20 {
    background-color: rgba(6, 95, 70, .2)
}

.v10-sitecore-container .bg-emerald-800\/25 {
    background-color: rgba(6, 95, 70, .25)
}

.v10-sitecore-container .bg-emerald-800\/30 {
    background-color: rgba(6, 95, 70, .3)
}

.v10-sitecore-container .bg-emerald-800\/40 {
    background-color: rgba(6, 95, 70, .4)
}

.v10-sitecore-container .bg-emerald-800\/5 {
    background-color: rgba(6, 95, 70, .05)
}

.v10-sitecore-container .bg-emerald-800\/50 {
    background-color: rgba(6, 95, 70, .5)
}

.v10-sitecore-container .bg-emerald-800\/60 {
    background-color: rgba(6, 95, 70, .6)
}

.v10-sitecore-container .bg-emerald-800\/70 {
    background-color: rgba(6, 95, 70, .7)
}

.v10-sitecore-container .bg-emerald-800\/75 {
    background-color: rgba(6, 95, 70, .75)
}

.v10-sitecore-container .bg-emerald-800\/80 {
    background-color: rgba(6, 95, 70, .8)
}

.v10-sitecore-container .bg-emerald-800\/90 {
    background-color: rgba(6, 95, 70, .9)
}

.v10-sitecore-container .bg-emerald-800\/95 {
    background-color: rgba(6, 95, 70, .95)
}

.v10-sitecore-container .bg-emerald-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(6 78 59/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-emerald-900\/0 {
    background-color: rgba(6, 78, 59, 0)
}

.v10-sitecore-container .bg-emerald-900\/10 {
    background-color: rgba(6, 78, 59, .1)
}

.v10-sitecore-container .bg-emerald-900\/100 {
    background-color: #064e3b
}

.v10-sitecore-container .bg-emerald-900\/20 {
    background-color: rgba(6, 78, 59, .2)
}

.v10-sitecore-container .bg-emerald-900\/25 {
    background-color: rgba(6, 78, 59, .25)
}

.v10-sitecore-container .bg-emerald-900\/30 {
    background-color: rgba(6, 78, 59, .3)
}

.v10-sitecore-container .bg-emerald-900\/40 {
    background-color: rgba(6, 78, 59, .4)
}

.v10-sitecore-container .bg-emerald-900\/5 {
    background-color: rgba(6, 78, 59, .05)
}

.v10-sitecore-container .bg-emerald-900\/50 {
    background-color: rgba(6, 78, 59, .5)
}

.v10-sitecore-container .bg-emerald-900\/60 {
    background-color: rgba(6, 78, 59, .6)
}

.v10-sitecore-container .bg-emerald-900\/70 {
    background-color: rgba(6, 78, 59, .7)
}

.v10-sitecore-container .bg-emerald-900\/75 {
    background-color: rgba(6, 78, 59, .75)
}

.v10-sitecore-container .bg-emerald-900\/80 {
    background-color: rgba(6, 78, 59, .8)
}

.v10-sitecore-container .bg-emerald-900\/90 {
    background-color: rgba(6, 78, 59, .9)
}

.v10-sitecore-container .bg-emerald-900\/95 {
    background-color: rgba(6, 78, 59, .95)
}

.v10-sitecore-container .bg-emerald-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(2 44 34/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-emerald-950\/0 {
    background-color: rgba(2, 44, 34, 0)
}

.v10-sitecore-container .bg-emerald-950\/10 {
    background-color: rgba(2, 44, 34, .1)
}

.v10-sitecore-container .bg-emerald-950\/100 {
    background-color: #022c22
}

.v10-sitecore-container .bg-emerald-950\/20 {
    background-color: rgba(2, 44, 34, .2)
}

.v10-sitecore-container .bg-emerald-950\/25 {
    background-color: rgba(2, 44, 34, .25)
}

.v10-sitecore-container .bg-emerald-950\/30 {
    background-color: rgba(2, 44, 34, .3)
}

.v10-sitecore-container .bg-emerald-950\/40 {
    background-color: rgba(2, 44, 34, .4)
}

.v10-sitecore-container .bg-emerald-950\/5 {
    background-color: rgba(2, 44, 34, .05)
}

.v10-sitecore-container .bg-emerald-950\/50 {
    background-color: rgba(2, 44, 34, .5)
}

.v10-sitecore-container .bg-emerald-950\/60 {
    background-color: rgba(2, 44, 34, .6)
}

.v10-sitecore-container .bg-emerald-950\/70 {
    background-color: rgba(2, 44, 34, .7)
}

.v10-sitecore-container .bg-emerald-950\/75 {
    background-color: rgba(2, 44, 34, .75)
}

.v10-sitecore-container .bg-emerald-950\/80 {
    background-color: rgba(2, 44, 34, .8)
}

.v10-sitecore-container .bg-emerald-950\/90 {
    background-color: rgba(2, 44, 34, .9)
}

.v10-sitecore-container .bg-emerald-950\/95 {
    background-color: rgba(2, 44, 34, .95)
}

.v10-sitecore-container .bg-fuchsia-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 232 255/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-fuchsia-100\/0 {
    background-color: rgba(250, 232, 255, 0)
}

.v10-sitecore-container .bg-fuchsia-100\/10 {
    background-color: rgba(250, 232, 255, .1)
}

.v10-sitecore-container .bg-fuchsia-100\/100 {
    background-color: #fae8ff
}

.v10-sitecore-container .bg-fuchsia-100\/20 {
    background-color: rgba(250, 232, 255, .2)
}

.v10-sitecore-container .bg-fuchsia-100\/25 {
    background-color: rgba(250, 232, 255, .25)
}

.v10-sitecore-container .bg-fuchsia-100\/30 {
    background-color: rgba(250, 232, 255, .3)
}

.v10-sitecore-container .bg-fuchsia-100\/40 {
    background-color: rgba(250, 232, 255, .4)
}

.v10-sitecore-container .bg-fuchsia-100\/5 {
    background-color: rgba(250, 232, 255, .05)
}

.v10-sitecore-container .bg-fuchsia-100\/50 {
    background-color: rgba(250, 232, 255, .5)
}

.v10-sitecore-container .bg-fuchsia-100\/60 {
    background-color: rgba(250, 232, 255, .6)
}

.v10-sitecore-container .bg-fuchsia-100\/70 {
    background-color: rgba(250, 232, 255, .7)
}

.v10-sitecore-container .bg-fuchsia-100\/75 {
    background-color: rgba(250, 232, 255, .75)
}

.v10-sitecore-container .bg-fuchsia-100\/80 {
    background-color: rgba(250, 232, 255, .8)
}

.v10-sitecore-container .bg-fuchsia-100\/90 {
    background-color: rgba(250, 232, 255, .9)
}

.v10-sitecore-container .bg-fuchsia-100\/95 {
    background-color: rgba(250, 232, 255, .95)
}

.v10-sitecore-container .bg-fuchsia-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(245 208 254/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-fuchsia-200\/0 {
    background-color: rgba(245, 208, 254, 0)
}

.v10-sitecore-container .bg-fuchsia-200\/10 {
    background-color: rgba(245, 208, 254, .1)
}

.v10-sitecore-container .bg-fuchsia-200\/100 {
    background-color: #f5d0fe
}

.v10-sitecore-container .bg-fuchsia-200\/20 {
    background-color: rgba(245, 208, 254, .2)
}

.v10-sitecore-container .bg-fuchsia-200\/25 {
    background-color: rgba(245, 208, 254, .25)
}

.v10-sitecore-container .bg-fuchsia-200\/30 {
    background-color: rgba(245, 208, 254, .3)
}

.v10-sitecore-container .bg-fuchsia-200\/40 {
    background-color: rgba(245, 208, 254, .4)
}

.v10-sitecore-container .bg-fuchsia-200\/5 {
    background-color: rgba(245, 208, 254, .05)
}

.v10-sitecore-container .bg-fuchsia-200\/50 {
    background-color: rgba(245, 208, 254, .5)
}

.v10-sitecore-container .bg-fuchsia-200\/60 {
    background-color: rgba(245, 208, 254, .6)
}

.v10-sitecore-container .bg-fuchsia-200\/70 {
    background-color: rgba(245, 208, 254, .7)
}

.v10-sitecore-container .bg-fuchsia-200\/75 {
    background-color: rgba(245, 208, 254, .75)
}

.v10-sitecore-container .bg-fuchsia-200\/80 {
    background-color: rgba(245, 208, 254, .8)
}

.v10-sitecore-container .bg-fuchsia-200\/90 {
    background-color: rgba(245, 208, 254, .9)
}

.v10-sitecore-container .bg-fuchsia-200\/95 {
    background-color: rgba(245, 208, 254, .95)
}

.v10-sitecore-container .bg-fuchsia-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(240 171 252/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-fuchsia-300\/0 {
    background-color: rgba(240, 171, 252, 0)
}

.v10-sitecore-container .bg-fuchsia-300\/10 {
    background-color: rgba(240, 171, 252, .1)
}

.v10-sitecore-container .bg-fuchsia-300\/100 {
    background-color: #f0abfc
}

.v10-sitecore-container .bg-fuchsia-300\/20 {
    background-color: rgba(240, 171, 252, .2)
}

.v10-sitecore-container .bg-fuchsia-300\/25 {
    background-color: rgba(240, 171, 252, .25)
}

.v10-sitecore-container .bg-fuchsia-300\/30 {
    background-color: rgba(240, 171, 252, .3)
}

.v10-sitecore-container .bg-fuchsia-300\/40 {
    background-color: rgba(240, 171, 252, .4)
}

.v10-sitecore-container .bg-fuchsia-300\/5 {
    background-color: rgba(240, 171, 252, .05)
}

.v10-sitecore-container .bg-fuchsia-300\/50 {
    background-color: rgba(240, 171, 252, .5)
}

.v10-sitecore-container .bg-fuchsia-300\/60 {
    background-color: rgba(240, 171, 252, .6)
}

.v10-sitecore-container .bg-fuchsia-300\/70 {
    background-color: rgba(240, 171, 252, .7)
}

.v10-sitecore-container .bg-fuchsia-300\/75 {
    background-color: rgba(240, 171, 252, .75)
}

.v10-sitecore-container .bg-fuchsia-300\/80 {
    background-color: rgba(240, 171, 252, .8)
}

.v10-sitecore-container .bg-fuchsia-300\/90 {
    background-color: rgba(240, 171, 252, .9)
}

.v10-sitecore-container .bg-fuchsia-300\/95 {
    background-color: rgba(240, 171, 252, .95)
}

.v10-sitecore-container .bg-fuchsia-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(232 121 249/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-fuchsia-400\/0 {
    background-color: rgba(232, 121, 249, 0)
}

.v10-sitecore-container .bg-fuchsia-400\/10 {
    background-color: rgba(232, 121, 249, .1)
}

.v10-sitecore-container .bg-fuchsia-400\/100 {
    background-color: #e879f9
}

.v10-sitecore-container .bg-fuchsia-400\/20 {
    background-color: rgba(232, 121, 249, .2)
}

.v10-sitecore-container .bg-fuchsia-400\/25 {
    background-color: rgba(232, 121, 249, .25)
}

.v10-sitecore-container .bg-fuchsia-400\/30 {
    background-color: rgba(232, 121, 249, .3)
}

.v10-sitecore-container .bg-fuchsia-400\/40 {
    background-color: rgba(232, 121, 249, .4)
}

.v10-sitecore-container .bg-fuchsia-400\/5 {
    background-color: rgba(232, 121, 249, .05)
}

.v10-sitecore-container .bg-fuchsia-400\/50 {
    background-color: rgba(232, 121, 249, .5)
}

.v10-sitecore-container .bg-fuchsia-400\/60 {
    background-color: rgba(232, 121, 249, .6)
}

.v10-sitecore-container .bg-fuchsia-400\/70 {
    background-color: rgba(232, 121, 249, .7)
}

.v10-sitecore-container .bg-fuchsia-400\/75 {
    background-color: rgba(232, 121, 249, .75)
}

.v10-sitecore-container .bg-fuchsia-400\/80 {
    background-color: rgba(232, 121, 249, .8)
}

.v10-sitecore-container .bg-fuchsia-400\/90 {
    background-color: rgba(232, 121, 249, .9)
}

.v10-sitecore-container .bg-fuchsia-400\/95 {
    background-color: rgba(232, 121, 249, .95)
}

.v10-sitecore-container .bg-fuchsia-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(253 244 255/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-fuchsia-50\/0 {
    background-color: rgba(253, 244, 255, 0)
}

.v10-sitecore-container .bg-fuchsia-50\/10 {
    background-color: rgba(253, 244, 255, .1)
}

.v10-sitecore-container .bg-fuchsia-50\/100 {
    background-color: #fdf4ff
}

.v10-sitecore-container .bg-fuchsia-50\/20 {
    background-color: rgba(253, 244, 255, .2)
}

.v10-sitecore-container .bg-fuchsia-50\/25 {
    background-color: rgba(253, 244, 255, .25)
}

.v10-sitecore-container .bg-fuchsia-50\/30 {
    background-color: rgba(253, 244, 255, .3)
}

.v10-sitecore-container .bg-fuchsia-50\/40 {
    background-color: rgba(253, 244, 255, .4)
}

.v10-sitecore-container .bg-fuchsia-50\/5 {
    background-color: rgba(253, 244, 255, .05)
}

.v10-sitecore-container .bg-fuchsia-50\/50 {
    background-color: rgba(253, 244, 255, .5)
}

.v10-sitecore-container .bg-fuchsia-50\/60 {
    background-color: rgba(253, 244, 255, .6)
}

.v10-sitecore-container .bg-fuchsia-50\/70 {
    background-color: rgba(253, 244, 255, .7)
}

.v10-sitecore-container .bg-fuchsia-50\/75 {
    background-color: rgba(253, 244, 255, .75)
}

.v10-sitecore-container .bg-fuchsia-50\/80 {
    background-color: rgba(253, 244, 255, .8)
}

.v10-sitecore-container .bg-fuchsia-50\/90 {
    background-color: rgba(253, 244, 255, .9)
}

.v10-sitecore-container .bg-fuchsia-50\/95 {
    background-color: rgba(253, 244, 255, .95)
}

.v10-sitecore-container .bg-fuchsia-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(217 70 239/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-fuchsia-500\/0 {
    background-color: rgba(217, 70, 239, 0)
}

.v10-sitecore-container .bg-fuchsia-500\/10 {
    background-color: rgba(217, 70, 239, .1)
}

.v10-sitecore-container .bg-fuchsia-500\/100 {
    background-color: #d946ef
}

.v10-sitecore-container .bg-fuchsia-500\/20 {
    background-color: rgba(217, 70, 239, .2)
}

.v10-sitecore-container .bg-fuchsia-500\/25 {
    background-color: rgba(217, 70, 239, .25)
}

.v10-sitecore-container .bg-fuchsia-500\/30 {
    background-color: rgba(217, 70, 239, .3)
}

.v10-sitecore-container .bg-fuchsia-500\/40 {
    background-color: rgba(217, 70, 239, .4)
}

.v10-sitecore-container .bg-fuchsia-500\/5 {
    background-color: rgba(217, 70, 239, .05)
}

.v10-sitecore-container .bg-fuchsia-500\/50 {
    background-color: rgba(217, 70, 239, .5)
}

.v10-sitecore-container .bg-fuchsia-500\/60 {
    background-color: rgba(217, 70, 239, .6)
}

.v10-sitecore-container .bg-fuchsia-500\/70 {
    background-color: rgba(217, 70, 239, .7)
}

.v10-sitecore-container .bg-fuchsia-500\/75 {
    background-color: rgba(217, 70, 239, .75)
}

.v10-sitecore-container .bg-fuchsia-500\/80 {
    background-color: rgba(217, 70, 239, .8)
}

.v10-sitecore-container .bg-fuchsia-500\/90 {
    background-color: rgba(217, 70, 239, .9)
}

.v10-sitecore-container .bg-fuchsia-500\/95 {
    background-color: rgba(217, 70, 239, .95)
}

.v10-sitecore-container .bg-fuchsia-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(192 38 211/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-fuchsia-600\/0 {
    background-color: rgba(192, 38, 211, 0)
}

.v10-sitecore-container .bg-fuchsia-600\/10 {
    background-color: rgba(192, 38, 211, .1)
}

.v10-sitecore-container .bg-fuchsia-600\/100 {
    background-color: #c026d3
}

.v10-sitecore-container .bg-fuchsia-600\/20 {
    background-color: rgba(192, 38, 211, .2)
}

.v10-sitecore-container .bg-fuchsia-600\/25 {
    background-color: rgba(192, 38, 211, .25)
}

.v10-sitecore-container .bg-fuchsia-600\/30 {
    background-color: rgba(192, 38, 211, .3)
}

.v10-sitecore-container .bg-fuchsia-600\/40 {
    background-color: rgba(192, 38, 211, .4)
}

.v10-sitecore-container .bg-fuchsia-600\/5 {
    background-color: rgba(192, 38, 211, .05)
}

.v10-sitecore-container .bg-fuchsia-600\/50 {
    background-color: rgba(192, 38, 211, .5)
}

.v10-sitecore-container .bg-fuchsia-600\/60 {
    background-color: rgba(192, 38, 211, .6)
}

.v10-sitecore-container .bg-fuchsia-600\/70 {
    background-color: rgba(192, 38, 211, .7)
}

.v10-sitecore-container .bg-fuchsia-600\/75 {
    background-color: rgba(192, 38, 211, .75)
}

.v10-sitecore-container .bg-fuchsia-600\/80 {
    background-color: rgba(192, 38, 211, .8)
}

.v10-sitecore-container .bg-fuchsia-600\/90 {
    background-color: rgba(192, 38, 211, .9)
}

.v10-sitecore-container .bg-fuchsia-600\/95 {
    background-color: rgba(192, 38, 211, .95)
}

.v10-sitecore-container .bg-fuchsia-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(162 28 175/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-fuchsia-700\/0 {
    background-color: rgba(162, 28, 175, 0)
}

.v10-sitecore-container .bg-fuchsia-700\/10 {
    background-color: rgba(162, 28, 175, .1)
}

.v10-sitecore-container .bg-fuchsia-700\/100 {
    background-color: #a21caf
}

.v10-sitecore-container .bg-fuchsia-700\/20 {
    background-color: rgba(162, 28, 175, .2)
}

.v10-sitecore-container .bg-fuchsia-700\/25 {
    background-color: rgba(162, 28, 175, .25)
}

.v10-sitecore-container .bg-fuchsia-700\/30 {
    background-color: rgba(162, 28, 175, .3)
}

.v10-sitecore-container .bg-fuchsia-700\/40 {
    background-color: rgba(162, 28, 175, .4)
}

.v10-sitecore-container .bg-fuchsia-700\/5 {
    background-color: rgba(162, 28, 175, .05)
}

.v10-sitecore-container .bg-fuchsia-700\/50 {
    background-color: rgba(162, 28, 175, .5)
}

.v10-sitecore-container .bg-fuchsia-700\/60 {
    background-color: rgba(162, 28, 175, .6)
}

.v10-sitecore-container .bg-fuchsia-700\/70 {
    background-color: rgba(162, 28, 175, .7)
}

.v10-sitecore-container .bg-fuchsia-700\/75 {
    background-color: rgba(162, 28, 175, .75)
}

.v10-sitecore-container .bg-fuchsia-700\/80 {
    background-color: rgba(162, 28, 175, .8)
}

.v10-sitecore-container .bg-fuchsia-700\/90 {
    background-color: rgba(162, 28, 175, .9)
}

.v10-sitecore-container .bg-fuchsia-700\/95 {
    background-color: rgba(162, 28, 175, .95)
}

.v10-sitecore-container .bg-fuchsia-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(134 25 143/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-fuchsia-800\/0 {
    background-color: rgba(134, 25, 143, 0)
}

.v10-sitecore-container .bg-fuchsia-800\/10 {
    background-color: rgba(134, 25, 143, .1)
}

.v10-sitecore-container .bg-fuchsia-800\/100 {
    background-color: #86198f
}

.v10-sitecore-container .bg-fuchsia-800\/20 {
    background-color: rgba(134, 25, 143, .2)
}

.v10-sitecore-container .bg-fuchsia-800\/25 {
    background-color: rgba(134, 25, 143, .25)
}

.v10-sitecore-container .bg-fuchsia-800\/30 {
    background-color: rgba(134, 25, 143, .3)
}

.v10-sitecore-container .bg-fuchsia-800\/40 {
    background-color: rgba(134, 25, 143, .4)
}

.v10-sitecore-container .bg-fuchsia-800\/5 {
    background-color: rgba(134, 25, 143, .05)
}

.v10-sitecore-container .bg-fuchsia-800\/50 {
    background-color: rgba(134, 25, 143, .5)
}

.v10-sitecore-container .bg-fuchsia-800\/60 {
    background-color: rgba(134, 25, 143, .6)
}

.v10-sitecore-container .bg-fuchsia-800\/70 {
    background-color: rgba(134, 25, 143, .7)
}

.v10-sitecore-container .bg-fuchsia-800\/75 {
    background-color: rgba(134, 25, 143, .75)
}

.v10-sitecore-container .bg-fuchsia-800\/80 {
    background-color: rgba(134, 25, 143, .8)
}

.v10-sitecore-container .bg-fuchsia-800\/90 {
    background-color: rgba(134, 25, 143, .9)
}

.v10-sitecore-container .bg-fuchsia-800\/95 {
    background-color: rgba(134, 25, 143, .95)
}

.v10-sitecore-container .bg-fuchsia-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(112 26 117/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-fuchsia-900\/0 {
    background-color: rgba(112, 26, 117, 0)
}

.v10-sitecore-container .bg-fuchsia-900\/10 {
    background-color: rgba(112, 26, 117, .1)
}

.v10-sitecore-container .bg-fuchsia-900\/100 {
    background-color: #701a75
}

.v10-sitecore-container .bg-fuchsia-900\/20 {
    background-color: rgba(112, 26, 117, .2)
}

.v10-sitecore-container .bg-fuchsia-900\/25 {
    background-color: rgba(112, 26, 117, .25)
}

.v10-sitecore-container .bg-fuchsia-900\/30 {
    background-color: rgba(112, 26, 117, .3)
}

.v10-sitecore-container .bg-fuchsia-900\/40 {
    background-color: rgba(112, 26, 117, .4)
}

.v10-sitecore-container .bg-fuchsia-900\/5 {
    background-color: rgba(112, 26, 117, .05)
}

.v10-sitecore-container .bg-fuchsia-900\/50 {
    background-color: rgba(112, 26, 117, .5)
}

.v10-sitecore-container .bg-fuchsia-900\/60 {
    background-color: rgba(112, 26, 117, .6)
}

.v10-sitecore-container .bg-fuchsia-900\/70 {
    background-color: rgba(112, 26, 117, .7)
}

.v10-sitecore-container .bg-fuchsia-900\/75 {
    background-color: rgba(112, 26, 117, .75)
}

.v10-sitecore-container .bg-fuchsia-900\/80 {
    background-color: rgba(112, 26, 117, .8)
}

.v10-sitecore-container .bg-fuchsia-900\/90 {
    background-color: rgba(112, 26, 117, .9)
}

.v10-sitecore-container .bg-fuchsia-900\/95 {
    background-color: rgba(112, 26, 117, .95)
}

.v10-sitecore-container .bg-fuchsia-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(74 4 78/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-fuchsia-950\/0 {
    background-color: rgba(74, 4, 78, 0)
}

.v10-sitecore-container .bg-fuchsia-950\/10 {
    background-color: rgba(74, 4, 78, .1)
}

.v10-sitecore-container .bg-fuchsia-950\/100 {
    background-color: #4a044e
}

.v10-sitecore-container .bg-fuchsia-950\/20 {
    background-color: rgba(74, 4, 78, .2)
}

.v10-sitecore-container .bg-fuchsia-950\/25 {
    background-color: rgba(74, 4, 78, .25)
}

.v10-sitecore-container .bg-fuchsia-950\/30 {
    background-color: rgba(74, 4, 78, .3)
}

.v10-sitecore-container .bg-fuchsia-950\/40 {
    background-color: rgba(74, 4, 78, .4)
}

.v10-sitecore-container .bg-fuchsia-950\/5 {
    background-color: rgba(74, 4, 78, .05)
}

.v10-sitecore-container .bg-fuchsia-950\/50 {
    background-color: rgba(74, 4, 78, .5)
}

.v10-sitecore-container .bg-fuchsia-950\/60 {
    background-color: rgba(74, 4, 78, .6)
}

.v10-sitecore-container .bg-fuchsia-950\/70 {
    background-color: rgba(74, 4, 78, .7)
}

.v10-sitecore-container .bg-fuchsia-950\/75 {
    background-color: rgba(74, 4, 78, .75)
}

.v10-sitecore-container .bg-fuchsia-950\/80 {
    background-color: rgba(74, 4, 78, .8)
}

.v10-sitecore-container .bg-fuchsia-950\/90 {
    background-color: rgba(74, 4, 78, .9)
}

.v10-sitecore-container .bg-fuchsia-950\/95 {
    background-color: rgba(74, 4, 78, .95)
}

.v10-sitecore-container .bg-gray-05 {
    --tw-bg-opacity: 1;
    background-color: rgb(217 217 217/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-gray-05\/0 {
    background-color: hsla(0, 0%, 85%, 0)
}

.v10-sitecore-container .bg-gray-05\/10 {
    background-color: hsla(0, 0%, 85%, .1)
}

.v10-sitecore-container .bg-gray-05\/100 {
    background-color: #d9d9d9
}

.v10-sitecore-container .bg-gray-05\/20 {
    background-color: hsla(0, 0%, 85%, .2)
}

.v10-sitecore-container .bg-gray-05\/25 {
    background-color: hsla(0, 0%, 85%, .25)
}

.v10-sitecore-container .bg-gray-05\/30 {
    background-color: hsla(0, 0%, 85%, .3)
}

.v10-sitecore-container .bg-gray-05\/40 {
    background-color: hsla(0, 0%, 85%, .4)
}

.v10-sitecore-container .bg-gray-05\/5 {
    background-color: hsla(0, 0%, 85%, .05)
}

.v10-sitecore-container .bg-gray-05\/50 {
    background-color: hsla(0, 0%, 85%, .5)
}

.v10-sitecore-container .bg-gray-05\/60 {
    background-color: hsla(0, 0%, 85%, .6)
}

.v10-sitecore-container .bg-gray-05\/70 {
    background-color: hsla(0, 0%, 85%, .7)
}

.v10-sitecore-container .bg-gray-05\/75 {
    background-color: hsla(0, 0%, 85%, .75)
}

.v10-sitecore-container .bg-gray-05\/80 {
    background-color: hsla(0, 0%, 85%, .8)
}

.v10-sitecore-container .bg-gray-05\/90 {
    background-color: hsla(0, 0%, 85%, .9)
}

.v10-sitecore-container .bg-gray-05\/95 {
    background-color: hsla(0, 0%, 85%, .95)
}

.v10-sitecore-container .bg-gray-10 {
    --tw-bg-opacity: 1;
    background-color: rgb(247 247 250/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-gray-10\/0 {
    background-color: rgba(247, 247, 250, 0)
}

.v10-sitecore-container .bg-gray-10\/10 {
    background-color: rgba(247, 247, 250, .1)
}

.v10-sitecore-container .bg-gray-10\/100 {
    background-color: #f7f7fa
}

.v10-sitecore-container .bg-gray-10\/20 {
    background-color: rgba(247, 247, 250, .2)
}

.v10-sitecore-container .bg-gray-10\/25 {
    background-color: rgba(247, 247, 250, .25)
}

.v10-sitecore-container .bg-gray-10\/30 {
    background-color: rgba(247, 247, 250, .3)
}

.v10-sitecore-container .bg-gray-10\/40 {
    background-color: rgba(247, 247, 250, .4)
}

.v10-sitecore-container .bg-gray-10\/5 {
    background-color: rgba(247, 247, 250, .05)
}

.v10-sitecore-container .bg-gray-10\/50 {
    background-color: rgba(247, 247, 250, .5)
}

.v10-sitecore-container .bg-gray-10\/60 {
    background-color: rgba(247, 247, 250, .6)
}

.v10-sitecore-container .bg-gray-10\/70 {
    background-color: rgba(247, 247, 250, .7)
}

.v10-sitecore-container .bg-gray-10\/75 {
    background-color: rgba(247, 247, 250, .75)
}

.v10-sitecore-container .bg-gray-10\/80 {
    background-color: rgba(247, 247, 250, .8)
}

.v10-sitecore-container .bg-gray-10\/90 {
    background-color: rgba(247, 247, 250, .9)
}

.v10-sitecore-container .bg-gray-10\/95 {
    background-color: rgba(247, 247, 250, .95)
}

.v10-sitecore-container .bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-gray-100\/0 {
    background-color: rgba(243, 244, 246, 0)
}

.v10-sitecore-container .bg-gray-100\/10 {
    background-color: rgba(243, 244, 246, .1)
}

.v10-sitecore-container .bg-gray-100\/100 {
    background-color: #f3f4f6
}

.v10-sitecore-container .bg-gray-100\/20 {
    background-color: rgba(243, 244, 246, .2)
}

.v10-sitecore-container .bg-gray-100\/25 {
    background-color: rgba(243, 244, 246, .25)
}

.v10-sitecore-container .bg-gray-100\/30 {
    background-color: rgba(243, 244, 246, .3)
}

.v10-sitecore-container .bg-gray-100\/40 {
    background-color: rgba(243, 244, 246, .4)
}

.v10-sitecore-container .bg-gray-100\/5 {
    background-color: rgba(243, 244, 246, .05)
}

.v10-sitecore-container .bg-gray-100\/50 {
    background-color: rgba(243, 244, 246, .5)
}

.v10-sitecore-container .bg-gray-100\/60 {
    background-color: rgba(243, 244, 246, .6)
}

.v10-sitecore-container .bg-gray-100\/70 {
    background-color: rgba(243, 244, 246, .7)
}

.v10-sitecore-container .bg-gray-100\/75 {
    background-color: rgba(243, 244, 246, .75)
}

.v10-sitecore-container .bg-gray-100\/80 {
    background-color: rgba(243, 244, 246, .8)
}

.v10-sitecore-container .bg-gray-100\/90 {
    background-color: rgba(243, 244, 246, .9)
}

.v10-sitecore-container .bg-gray-100\/95 {
    background-color: rgba(243, 244, 246, .95)
}

.v10-sitecore-container .bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-gray-200\/0 {
    background-color: rgba(229, 231, 235, 0)
}

.v10-sitecore-container .bg-gray-200\/10 {
    background-color: rgba(229, 231, 235, .1)
}

.v10-sitecore-container .bg-gray-200\/100 {
    background-color: #e5e7eb
}

.v10-sitecore-container .bg-gray-200\/20 {
    background-color: rgba(229, 231, 235, .2)
}

.v10-sitecore-container .bg-gray-200\/25 {
    background-color: rgba(229, 231, 235, .25)
}

.v10-sitecore-container .bg-gray-200\/30 {
    background-color: rgba(229, 231, 235, .3)
}

.v10-sitecore-container .bg-gray-200\/40 {
    background-color: rgba(229, 231, 235, .4)
}

.v10-sitecore-container .bg-gray-200\/5 {
    background-color: rgba(229, 231, 235, .05)
}

.v10-sitecore-container .bg-gray-200\/50 {
    background-color: rgba(229, 231, 235, .5)
}

.v10-sitecore-container .bg-gray-200\/60 {
    background-color: rgba(229, 231, 235, .6)
}

.v10-sitecore-container .bg-gray-200\/70 {
    background-color: rgba(229, 231, 235, .7)
}

.v10-sitecore-container .bg-gray-200\/75 {
    background-color: rgba(229, 231, 235, .75)
}

.v10-sitecore-container .bg-gray-200\/80 {
    background-color: rgba(229, 231, 235, .8)
}

.v10-sitecore-container .bg-gray-200\/90 {
    background-color: rgba(229, 231, 235, .9)
}

.v10-sitecore-container .bg-gray-200\/95 {
    background-color: rgba(229, 231, 235, .95)
}

.v10-sitecore-container .bg-gray-30 {
    --tw-bg-opacity: 1;
    background-color: rgb(230 234 236/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-gray-30\/0 {
    background-color: rgba(230, 234, 236, 0)
}

.v10-sitecore-container .bg-gray-30\/10 {
    background-color: rgba(230, 234, 236, .1)
}

.v10-sitecore-container .bg-gray-30\/100 {
    background-color: #e6eaec
}

.v10-sitecore-container .bg-gray-30\/20 {
    background-color: rgba(230, 234, 236, .2)
}

.v10-sitecore-container .bg-gray-30\/25 {
    background-color: rgba(230, 234, 236, .25)
}

.v10-sitecore-container .bg-gray-30\/30 {
    background-color: rgba(230, 234, 236, .3)
}

.v10-sitecore-container .bg-gray-30\/40 {
    background-color: rgba(230, 234, 236, .4)
}

.v10-sitecore-container .bg-gray-30\/5 {
    background-color: rgba(230, 234, 236, .05)
}

.v10-sitecore-container .bg-gray-30\/50 {
    background-color: rgba(230, 234, 236, .5)
}

.v10-sitecore-container .bg-gray-30\/60 {
    background-color: rgba(230, 234, 236, .6)
}

.v10-sitecore-container .bg-gray-30\/70 {
    background-color: rgba(230, 234, 236, .7)
}

.v10-sitecore-container .bg-gray-30\/75 {
    background-color: rgba(230, 234, 236, .75)
}

.v10-sitecore-container .bg-gray-30\/80 {
    background-color: rgba(230, 234, 236, .8)
}

.v10-sitecore-container .bg-gray-30\/90 {
    background-color: rgba(230, 234, 236, .9)
}

.v10-sitecore-container .bg-gray-30\/95 {
    background-color: rgba(230, 234, 236, .95)
}

.v10-sitecore-container .bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-gray-300\/0 {
    background-color: rgba(209, 213, 219, 0)
}

.v10-sitecore-container .bg-gray-300\/10 {
    background-color: rgba(209, 213, 219, .1)
}

.v10-sitecore-container .bg-gray-300\/100 {
    background-color: #d1d5db
}

.v10-sitecore-container .bg-gray-300\/20 {
    background-color: rgba(209, 213, 219, .2)
}

.v10-sitecore-container .bg-gray-300\/25 {
    background-color: rgba(209, 213, 219, .25)
}

.v10-sitecore-container .bg-gray-300\/30 {
    background-color: rgba(209, 213, 219, .3)
}

.v10-sitecore-container .bg-gray-300\/40 {
    background-color: rgba(209, 213, 219, .4)
}

.v10-sitecore-container .bg-gray-300\/5 {
    background-color: rgba(209, 213, 219, .05)
}

.v10-sitecore-container .bg-gray-300\/50 {
    background-color: rgba(209, 213, 219, .5)
}

.v10-sitecore-container .bg-gray-300\/60 {
    background-color: rgba(209, 213, 219, .6)
}

.v10-sitecore-container .bg-gray-300\/70 {
    background-color: rgba(209, 213, 219, .7)
}

.v10-sitecore-container .bg-gray-300\/75 {
    background-color: rgba(209, 213, 219, .75)
}

.v10-sitecore-container .bg-gray-300\/80 {
    background-color: rgba(209, 213, 219, .8)
}

.v10-sitecore-container .bg-gray-300\/90 {
    background-color: rgba(209, 213, 219, .9)
}

.v10-sitecore-container .bg-gray-300\/95 {
    background-color: rgba(209, 213, 219, .95)
}

.v10-sitecore-container .bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(156 163 175/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-gray-400\/0 {
    background-color: rgba(156, 163, 175, 0)
}

.v10-sitecore-container .bg-gray-400\/10 {
    background-color: rgba(156, 163, 175, .1)
}

.v10-sitecore-container .bg-gray-400\/100 {
    background-color: #9ca3af
}

.v10-sitecore-container .bg-gray-400\/20 {
    background-color: rgba(156, 163, 175, .2)
}

.v10-sitecore-container .bg-gray-400\/25 {
    background-color: rgba(156, 163, 175, .25)
}

.v10-sitecore-container .bg-gray-400\/30 {
    background-color: rgba(156, 163, 175, .3)
}

.v10-sitecore-container .bg-gray-400\/40 {
    background-color: rgba(156, 163, 175, .4)
}

.v10-sitecore-container .bg-gray-400\/5 {
    background-color: rgba(156, 163, 175, .05)
}

.v10-sitecore-container .bg-gray-400\/50 {
    background-color: rgba(156, 163, 175, .5)
}

.v10-sitecore-container .bg-gray-400\/60 {
    background-color: rgba(156, 163, 175, .6)
}

.v10-sitecore-container .bg-gray-400\/70 {
    background-color: rgba(156, 163, 175, .7)
}

.v10-sitecore-container .bg-gray-400\/75 {
    background-color: rgba(156, 163, 175, .75)
}

.v10-sitecore-container .bg-gray-400\/80 {
    background-color: rgba(156, 163, 175, .8)
}

.v10-sitecore-container .bg-gray-400\/90 {
    background-color: rgba(156, 163, 175, .9)
}

.v10-sitecore-container .bg-gray-400\/95 {
    background-color: rgba(156, 163, 175, .95)
}

.v10-sitecore-container .bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(206 211 217/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-gray-50\/0 {
    background-color: rgba(206, 211, 217, 0)
}

.v10-sitecore-container .bg-gray-50\/10 {
    background-color: rgba(206, 211, 217, .1)
}

.v10-sitecore-container .bg-gray-50\/100 {
    background-color: #ced3d9
}

.v10-sitecore-container .bg-gray-50\/20 {
    background-color: rgba(206, 211, 217, .2)
}

.v10-sitecore-container .bg-gray-50\/25 {
    background-color: rgba(206, 211, 217, .25)
}

.v10-sitecore-container .bg-gray-50\/30 {
    background-color: rgba(206, 211, 217, .3)
}

.v10-sitecore-container .bg-gray-50\/40 {
    background-color: rgba(206, 211, 217, .4)
}

.v10-sitecore-container .bg-gray-50\/5 {
    background-color: rgba(206, 211, 217, .05)
}

.v10-sitecore-container .bg-gray-50\/50 {
    background-color: rgba(206, 211, 217, .5)
}

.v10-sitecore-container .bg-gray-50\/60 {
    background-color: rgba(206, 211, 217, .6)
}

.v10-sitecore-container .bg-gray-50\/70 {
    background-color: rgba(206, 211, 217, .7)
}

.v10-sitecore-container .bg-gray-50\/75 {
    background-color: rgba(206, 211, 217, .75)
}

.v10-sitecore-container .bg-gray-50\/80 {
    background-color: rgba(206, 211, 217, .8)
}

.v10-sitecore-container .bg-gray-50\/90 {
    background-color: rgba(206, 211, 217, .9)
}

.v10-sitecore-container .bg-gray-50\/95 {
    background-color: rgba(206, 211, 217, .95)
}

.v10-sitecore-container .bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(107 114 128/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-gray-500\/0 {
    background-color: hsla(220, 9%, 46%, 0)
}

.v10-sitecore-container .bg-gray-500\/10 {
    background-color: hsla(220, 9%, 46%, .1)
}

.v10-sitecore-container .bg-gray-500\/100 {
    background-color: #6b7280
}

.v10-sitecore-container .bg-gray-500\/20 {
    background-color: hsla(220, 9%, 46%, .2)
}

.v10-sitecore-container .bg-gray-500\/25 {
    background-color: hsla(220, 9%, 46%, .25)
}

.v10-sitecore-container .bg-gray-500\/30 {
    background-color: hsla(220, 9%, 46%, .3)
}

.v10-sitecore-container .bg-gray-500\/40 {
    background-color: hsla(220, 9%, 46%, .4)
}

.v10-sitecore-container .bg-gray-500\/5 {
    background-color: hsla(220, 9%, 46%, .05)
}

.v10-sitecore-container .bg-gray-500\/50 {
    background-color: hsla(220, 9%, 46%, .5)
}

.v10-sitecore-container .bg-gray-500\/60 {
    background-color: hsla(220, 9%, 46%, .6)
}

.v10-sitecore-container .bg-gray-500\/70 {
    background-color: hsla(220, 9%, 46%, .7)
}

.v10-sitecore-container .bg-gray-500\/75 {
    background-color: hsla(220, 9%, 46%, .75)
}

.v10-sitecore-container .bg-gray-500\/80 {
    background-color: hsla(220, 9%, 46%, .8)
}

.v10-sitecore-container .bg-gray-500\/90 {
    background-color: hsla(220, 9%, 46%, .9)
}

.v10-sitecore-container .bg-gray-500\/95 {
    background-color: hsla(220, 9%, 46%, .95)
}

.v10-sitecore-container .bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(75 85 99/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-gray-600\/0 {
    background-color: rgba(75, 85, 99, 0)
}

.v10-sitecore-container .bg-gray-600\/10 {
    background-color: rgba(75, 85, 99, .1)
}

.v10-sitecore-container .bg-gray-600\/100 {
    background-color: #4b5563
}

.v10-sitecore-container .bg-gray-600\/20 {
    background-color: rgba(75, 85, 99, .2)
}

.v10-sitecore-container .bg-gray-600\/25 {
    background-color: rgba(75, 85, 99, .25)
}

.v10-sitecore-container .bg-gray-600\/30 {
    background-color: rgba(75, 85, 99, .3)
}

.v10-sitecore-container .bg-gray-600\/40 {
    background-color: rgba(75, 85, 99, .4)
}

.v10-sitecore-container .bg-gray-600\/5 {
    background-color: rgba(75, 85, 99, .05)
}

.v10-sitecore-container .bg-gray-600\/50 {
    background-color: rgba(75, 85, 99, .5)
}

.v10-sitecore-container .bg-gray-600\/60 {
    background-color: rgba(75, 85, 99, .6)
}

.v10-sitecore-container .bg-gray-600\/70 {
    background-color: rgba(75, 85, 99, .7)
}

.v10-sitecore-container .bg-gray-600\/75 {
    background-color: rgba(75, 85, 99, .75)
}

.v10-sitecore-container .bg-gray-600\/80 {
    background-color: rgba(75, 85, 99, .8)
}

.v10-sitecore-container .bg-gray-600\/90 {
    background-color: rgba(75, 85, 99, .9)
}

.v10-sitecore-container .bg-gray-600\/95 {
    background-color: rgba(75, 85, 99, .95)
}

.v10-sitecore-container .bg-gray-70 {
    --tw-bg-opacity: 1;
    background-color: rgb(87 92 97/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-gray-70\/0 {
    background-color: rgba(87, 92, 97, 0)
}

.v10-sitecore-container .bg-gray-70\/10 {
    background-color: rgba(87, 92, 97, .1)
}

.v10-sitecore-container .bg-gray-70\/100 {
    background-color: #575c61
}

.v10-sitecore-container .bg-gray-70\/20 {
    background-color: rgba(87, 92, 97, .2)
}

.v10-sitecore-container .bg-gray-70\/25 {
    background-color: rgba(87, 92, 97, .25)
}

.v10-sitecore-container .bg-gray-70\/30 {
    background-color: rgba(87, 92, 97, .3)
}

.v10-sitecore-container .bg-gray-70\/40 {
    background-color: rgba(87, 92, 97, .4)
}

.v10-sitecore-container .bg-gray-70\/5 {
    background-color: rgba(87, 92, 97, .05)
}

.v10-sitecore-container .bg-gray-70\/50 {
    background-color: rgba(87, 92, 97, .5)
}

.v10-sitecore-container .bg-gray-70\/60 {
    background-color: rgba(87, 92, 97, .6)
}

.v10-sitecore-container .bg-gray-70\/70 {
    background-color: rgba(87, 92, 97, .7)
}

.v10-sitecore-container .bg-gray-70\/75 {
    background-color: rgba(87, 92, 97, .75)
}

.v10-sitecore-container .bg-gray-70\/80 {
    background-color: rgba(87, 92, 97, .8)
}

.v10-sitecore-container .bg-gray-70\/90 {
    background-color: rgba(87, 92, 97, .9)
}

.v10-sitecore-container .bg-gray-70\/95 {
    background-color: rgba(87, 92, 97, .95)
}

.v10-sitecore-container .bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-gray-700\/0 {
    background-color: rgba(55, 65, 81, 0)
}

.v10-sitecore-container .bg-gray-700\/10 {
    background-color: rgba(55, 65, 81, .1)
}

.v10-sitecore-container .bg-gray-700\/100 {
    background-color: #374151
}

.v10-sitecore-container .bg-gray-700\/20 {
    background-color: rgba(55, 65, 81, .2)
}

.v10-sitecore-container .bg-gray-700\/25 {
    background-color: rgba(55, 65, 81, .25)
}

.v10-sitecore-container .bg-gray-700\/30 {
    background-color: rgba(55, 65, 81, .3)
}

.v10-sitecore-container .bg-gray-700\/40 {
    background-color: rgba(55, 65, 81, .4)
}

.v10-sitecore-container .bg-gray-700\/5 {
    background-color: rgba(55, 65, 81, .05)
}

.v10-sitecore-container .bg-gray-700\/50 {
    background-color: rgba(55, 65, 81, .5)
}

.v10-sitecore-container .bg-gray-700\/60 {
    background-color: rgba(55, 65, 81, .6)
}

.v10-sitecore-container .bg-gray-700\/70 {
    background-color: rgba(55, 65, 81, .7)
}

.v10-sitecore-container .bg-gray-700\/75 {
    background-color: rgba(55, 65, 81, .75)
}

.v10-sitecore-container .bg-gray-700\/80 {
    background-color: rgba(55, 65, 81, .8)
}

.v10-sitecore-container .bg-gray-700\/90 {
    background-color: rgba(55, 65, 81, .9)
}

.v10-sitecore-container .bg-gray-700\/95 {
    background-color: rgba(55, 65, 81, .95)
}

.v10-sitecore-container .bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-gray-800\/0 {
    background-color: rgba(31, 41, 55, 0)
}

.v10-sitecore-container .bg-gray-800\/10 {
    background-color: rgba(31, 41, 55, .1)
}

.v10-sitecore-container .bg-gray-800\/100 {
    background-color: #1f2937
}

.v10-sitecore-container .bg-gray-800\/20 {
    background-color: rgba(31, 41, 55, .2)
}

.v10-sitecore-container .bg-gray-800\/25 {
    background-color: rgba(31, 41, 55, .25)
}

.v10-sitecore-container .bg-gray-800\/30 {
    background-color: rgba(31, 41, 55, .3)
}

.v10-sitecore-container .bg-gray-800\/40 {
    background-color: rgba(31, 41, 55, .4)
}

.v10-sitecore-container .bg-gray-800\/5 {
    background-color: rgba(31, 41, 55, .05)
}

.v10-sitecore-container .bg-gray-800\/50 {
    background-color: rgba(31, 41, 55, .5)
}

.v10-sitecore-container .bg-gray-800\/60 {
    background-color: rgba(31, 41, 55, .6)
}

.v10-sitecore-container .bg-gray-800\/70 {
    background-color: rgba(31, 41, 55, .7)
}

.v10-sitecore-container .bg-gray-800\/75 {
    background-color: rgba(31, 41, 55, .75)
}

.v10-sitecore-container .bg-gray-800\/80 {
    background-color: rgba(31, 41, 55, .8)
}

.v10-sitecore-container .bg-gray-800\/90 {
    background-color: rgba(31, 41, 55, .9)
}

.v10-sitecore-container .bg-gray-800\/95 {
    background-color: rgba(31, 41, 55, .95)
}

.v10-sitecore-container .bg-gray-90 {
    --tw-bg-opacity: 1;
    background-color: rgb(51 51 58/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-gray-90\/0 {
    background-color: rgba(51, 51, 58, 0)
}

.v10-sitecore-container .bg-gray-90\/10 {
    background-color: rgba(51, 51, 58, .1)
}

.v10-sitecore-container .bg-gray-90\/100 {
    background-color: #33333a
}

.v10-sitecore-container .bg-gray-90\/20 {
    background-color: rgba(51, 51, 58, .2)
}

.v10-sitecore-container .bg-gray-90\/25 {
    background-color: rgba(51, 51, 58, .25)
}

.v10-sitecore-container .bg-gray-90\/30 {
    background-color: rgba(51, 51, 58, .3)
}

.v10-sitecore-container .bg-gray-90\/40 {
    background-color: rgba(51, 51, 58, .4)
}

.v10-sitecore-container .bg-gray-90\/5 {
    background-color: rgba(51, 51, 58, .05)
}

.v10-sitecore-container .bg-gray-90\/50 {
    background-color: rgba(51, 51, 58, .5)
}

.v10-sitecore-container .bg-gray-90\/60 {
    background-color: rgba(51, 51, 58, .6)
}

.v10-sitecore-container .bg-gray-90\/70 {
    background-color: rgba(51, 51, 58, .7)
}

.v10-sitecore-container .bg-gray-90\/75 {
    background-color: rgba(51, 51, 58, .75)
}

.v10-sitecore-container .bg-gray-90\/80 {
    background-color: rgba(51, 51, 58, .8)
}

.v10-sitecore-container .bg-gray-90\/90 {
    background-color: rgba(51, 51, 58, .9)
}

.v10-sitecore-container .bg-gray-90\/95 {
    background-color: rgba(51, 51, 58, .95)
}

.v10-sitecore-container .bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-gray-900\/0 {
    background-color: rgba(17, 24, 39, 0)
}

.v10-sitecore-container .bg-gray-900\/10 {
    background-color: rgba(17, 24, 39, .1)
}

.v10-sitecore-container .bg-gray-900\/100 {
    background-color: #111827
}

.v10-sitecore-container .bg-gray-900\/20 {
    background-color: rgba(17, 24, 39, .2)
}

.v10-sitecore-container .bg-gray-900\/25 {
    background-color: rgba(17, 24, 39, .25)
}

.v10-sitecore-container .bg-gray-900\/30 {
    background-color: rgba(17, 24, 39, .3)
}

.v10-sitecore-container .bg-gray-900\/40 {
    background-color: rgba(17, 24, 39, .4)
}

.v10-sitecore-container .bg-gray-900\/5 {
    background-color: rgba(17, 24, 39, .05)
}

.v10-sitecore-container .bg-gray-900\/50 {
    background-color: rgba(17, 24, 39, .5)
}

.v10-sitecore-container .bg-gray-900\/60 {
    background-color: rgba(17, 24, 39, .6)
}

.v10-sitecore-container .bg-gray-900\/70 {
    background-color: rgba(17, 24, 39, .7)
}

.v10-sitecore-container .bg-gray-900\/75 {
    background-color: rgba(17, 24, 39, .75)
}

.v10-sitecore-container .bg-gray-900\/80 {
    background-color: rgba(17, 24, 39, .8)
}

.v10-sitecore-container .bg-gray-900\/90 {
    background-color: rgba(17, 24, 39, .9)
}

.v10-sitecore-container .bg-gray-900\/95 {
    background-color: rgba(17, 24, 39, .95)
}

.v10-sitecore-container .bg-gray-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(3 7 18/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-gray-950\/0 {
    background-color: rgba(3, 7, 18, 0)
}

.v10-sitecore-container .bg-gray-950\/10 {
    background-color: rgba(3, 7, 18, .1)
}

.v10-sitecore-container .bg-gray-950\/100 {
    background-color: #030712
}

.v10-sitecore-container .bg-gray-950\/20 {
    background-color: rgba(3, 7, 18, .2)
}

.v10-sitecore-container .bg-gray-950\/25 {
    background-color: rgba(3, 7, 18, .25)
}

.v10-sitecore-container .bg-gray-950\/30 {
    background-color: rgba(3, 7, 18, .3)
}

.v10-sitecore-container .bg-gray-950\/40 {
    background-color: rgba(3, 7, 18, .4)
}

.v10-sitecore-container .bg-gray-950\/5 {
    background-color: rgba(3, 7, 18, .05)
}

.v10-sitecore-container .bg-gray-950\/50 {
    background-color: rgba(3, 7, 18, .5)
}

.v10-sitecore-container .bg-gray-950\/60 {
    background-color: rgba(3, 7, 18, .6)
}

.v10-sitecore-container .bg-gray-950\/70 {
    background-color: rgba(3, 7, 18, .7)
}

.v10-sitecore-container .bg-gray-950\/75 {
    background-color: rgba(3, 7, 18, .75)
}

.v10-sitecore-container .bg-gray-950\/80 {
    background-color: rgba(3, 7, 18, .8)
}

.v10-sitecore-container .bg-gray-950\/90 {
    background-color: rgba(3, 7, 18, .9)
}

.v10-sitecore-container .bg-gray-950\/95 {
    background-color: rgba(3, 7, 18, .95)
}

.v10-sitecore-container .bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(220 252 231/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-green-100\/0 {
    background-color: rgba(220, 252, 231, 0)
}

.v10-sitecore-container .bg-green-100\/10 {
    background-color: rgba(220, 252, 231, .1)
}

.v10-sitecore-container .bg-green-100\/100 {
    background-color: #dcfce7
}

.v10-sitecore-container .bg-green-100\/20 {
    background-color: rgba(220, 252, 231, .2)
}

.v10-sitecore-container .bg-green-100\/25 {
    background-color: rgba(220, 252, 231, .25)
}

.v10-sitecore-container .bg-green-100\/30 {
    background-color: rgba(220, 252, 231, .3)
}

.v10-sitecore-container .bg-green-100\/40 {
    background-color: rgba(220, 252, 231, .4)
}

.v10-sitecore-container .bg-green-100\/5 {
    background-color: rgba(220, 252, 231, .05)
}

.v10-sitecore-container .bg-green-100\/50 {
    background-color: rgba(220, 252, 231, .5)
}

.v10-sitecore-container .bg-green-100\/60 {
    background-color: rgba(220, 252, 231, .6)
}

.v10-sitecore-container .bg-green-100\/70 {
    background-color: rgba(220, 252, 231, .7)
}

.v10-sitecore-container .bg-green-100\/75 {
    background-color: rgba(220, 252, 231, .75)
}

.v10-sitecore-container .bg-green-100\/80 {
    background-color: rgba(220, 252, 231, .8)
}

.v10-sitecore-container .bg-green-100\/90 {
    background-color: rgba(220, 252, 231, .9)
}

.v10-sitecore-container .bg-green-100\/95 {
    background-color: rgba(220, 252, 231, .95)
}

.v10-sitecore-container .bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(187 247 208/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-green-200\/0 {
    background-color: rgba(187, 247, 208, 0)
}

.v10-sitecore-container .bg-green-200\/10 {
    background-color: rgba(187, 247, 208, .1)
}

.v10-sitecore-container .bg-green-200\/100 {
    background-color: #bbf7d0
}

.v10-sitecore-container .bg-green-200\/20 {
    background-color: rgba(187, 247, 208, .2)
}

.v10-sitecore-container .bg-green-200\/25 {
    background-color: rgba(187, 247, 208, .25)
}

.v10-sitecore-container .bg-green-200\/30 {
    background-color: rgba(187, 247, 208, .3)
}

.v10-sitecore-container .bg-green-200\/40 {
    background-color: rgba(187, 247, 208, .4)
}

.v10-sitecore-container .bg-green-200\/5 {
    background-color: rgba(187, 247, 208, .05)
}

.v10-sitecore-container .bg-green-200\/50 {
    background-color: rgba(187, 247, 208, .5)
}

.v10-sitecore-container .bg-green-200\/60 {
    background-color: rgba(187, 247, 208, .6)
}

.v10-sitecore-container .bg-green-200\/70 {
    background-color: rgba(187, 247, 208, .7)
}

.v10-sitecore-container .bg-green-200\/75 {
    background-color: rgba(187, 247, 208, .75)
}

.v10-sitecore-container .bg-green-200\/80 {
    background-color: rgba(187, 247, 208, .8)
}

.v10-sitecore-container .bg-green-200\/90 {
    background-color: rgba(187, 247, 208, .9)
}

.v10-sitecore-container .bg-green-200\/95 {
    background-color: rgba(187, 247, 208, .95)
}

.v10-sitecore-container .bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(134 239 172/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-green-300\/0 {
    background-color: rgba(134, 239, 172, 0)
}

.v10-sitecore-container .bg-green-300\/10 {
    background-color: rgba(134, 239, 172, .1)
}

.v10-sitecore-container .bg-green-300\/100 {
    background-color: #86efac
}

.v10-sitecore-container .bg-green-300\/20 {
    background-color: rgba(134, 239, 172, .2)
}

.v10-sitecore-container .bg-green-300\/25 {
    background-color: rgba(134, 239, 172, .25)
}

.v10-sitecore-container .bg-green-300\/30 {
    background-color: rgba(134, 239, 172, .3)
}

.v10-sitecore-container .bg-green-300\/40 {
    background-color: rgba(134, 239, 172, .4)
}

.v10-sitecore-container .bg-green-300\/5 {
    background-color: rgba(134, 239, 172, .05)
}

.v10-sitecore-container .bg-green-300\/50 {
    background-color: rgba(134, 239, 172, .5)
}

.v10-sitecore-container .bg-green-300\/60 {
    background-color: rgba(134, 239, 172, .6)
}

.v10-sitecore-container .bg-green-300\/70 {
    background-color: rgba(134, 239, 172, .7)
}

.v10-sitecore-container .bg-green-300\/75 {
    background-color: rgba(134, 239, 172, .75)
}

.v10-sitecore-container .bg-green-300\/80 {
    background-color: rgba(134, 239, 172, .8)
}

.v10-sitecore-container .bg-green-300\/90 {
    background-color: rgba(134, 239, 172, .9)
}

.v10-sitecore-container .bg-green-300\/95 {
    background-color: rgba(134, 239, 172, .95)
}

.v10-sitecore-container .bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(74 222 128/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-green-400\/0 {
    background-color: rgba(74, 222, 128, 0)
}

.v10-sitecore-container .bg-green-400\/10 {
    background-color: rgba(74, 222, 128, .1)
}

.v10-sitecore-container .bg-green-400\/100 {
    background-color: #4ade80
}

.v10-sitecore-container .bg-green-400\/20 {
    background-color: rgba(74, 222, 128, .2)
}

.v10-sitecore-container .bg-green-400\/25 {
    background-color: rgba(74, 222, 128, .25)
}

.v10-sitecore-container .bg-green-400\/30 {
    background-color: rgba(74, 222, 128, .3)
}

.v10-sitecore-container .bg-green-400\/40 {
    background-color: rgba(74, 222, 128, .4)
}

.v10-sitecore-container .bg-green-400\/5 {
    background-color: rgba(74, 222, 128, .05)
}

.v10-sitecore-container .bg-green-400\/50 {
    background-color: rgba(74, 222, 128, .5)
}

.v10-sitecore-container .bg-green-400\/60 {
    background-color: rgba(74, 222, 128, .6)
}

.v10-sitecore-container .bg-green-400\/70 {
    background-color: rgba(74, 222, 128, .7)
}

.v10-sitecore-container .bg-green-400\/75 {
    background-color: rgba(74, 222, 128, .75)
}

.v10-sitecore-container .bg-green-400\/80 {
    background-color: rgba(74, 222, 128, .8)
}

.v10-sitecore-container .bg-green-400\/90 {
    background-color: rgba(74, 222, 128, .9)
}

.v10-sitecore-container .bg-green-400\/95 {
    background-color: rgba(74, 222, 128, .95)
}

.v10-sitecore-container .bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(240 253 244/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-green-50\/0 {
    background-color: rgba(240, 253, 244, 0)
}

.v10-sitecore-container .bg-green-50\/10 {
    background-color: rgba(240, 253, 244, .1)
}

.v10-sitecore-container .bg-green-50\/100 {
    background-color: #f0fdf4
}

.v10-sitecore-container .bg-green-50\/20 {
    background-color: rgba(240, 253, 244, .2)
}

.v10-sitecore-container .bg-green-50\/25 {
    background-color: rgba(240, 253, 244, .25)
}

.v10-sitecore-container .bg-green-50\/30 {
    background-color: rgba(240, 253, 244, .3)
}

.v10-sitecore-container .bg-green-50\/40 {
    background-color: rgba(240, 253, 244, .4)
}

.v10-sitecore-container .bg-green-50\/5 {
    background-color: rgba(240, 253, 244, .05)
}

.v10-sitecore-container .bg-green-50\/50 {
    background-color: rgba(240, 253, 244, .5)
}

.v10-sitecore-container .bg-green-50\/60 {
    background-color: rgba(240, 253, 244, .6)
}

.v10-sitecore-container .bg-green-50\/70 {
    background-color: rgba(240, 253, 244, .7)
}

.v10-sitecore-container .bg-green-50\/75 {
    background-color: rgba(240, 253, 244, .75)
}

.v10-sitecore-container .bg-green-50\/80 {
    background-color: rgba(240, 253, 244, .8)
}

.v10-sitecore-container .bg-green-50\/90 {
    background-color: rgba(240, 253, 244, .9)
}

.v10-sitecore-container .bg-green-50\/95 {
    background-color: rgba(240, 253, 244, .95)
}

.v10-sitecore-container .bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(34 197 94/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-green-500\/0 {
    background-color: rgba(34, 197, 94, 0)
}

.v10-sitecore-container .bg-green-500\/10 {
    background-color: rgba(34, 197, 94, .1)
}

.v10-sitecore-container .bg-green-500\/100 {
    background-color: #22c55e
}

.v10-sitecore-container .bg-green-500\/20 {
    background-color: rgba(34, 197, 94, .2)
}

.v10-sitecore-container .bg-green-500\/25 {
    background-color: rgba(34, 197, 94, .25)
}

.v10-sitecore-container .bg-green-500\/30 {
    background-color: rgba(34, 197, 94, .3)
}

.v10-sitecore-container .bg-green-500\/40 {
    background-color: rgba(34, 197, 94, .4)
}

.v10-sitecore-container .bg-green-500\/5 {
    background-color: rgba(34, 197, 94, .05)
}

.v10-sitecore-container .bg-green-500\/50 {
    background-color: rgba(34, 197, 94, .5)
}

.v10-sitecore-container .bg-green-500\/60 {
    background-color: rgba(34, 197, 94, .6)
}

.v10-sitecore-container .bg-green-500\/70 {
    background-color: rgba(34, 197, 94, .7)
}

.v10-sitecore-container .bg-green-500\/75 {
    background-color: rgba(34, 197, 94, .75)
}

.v10-sitecore-container .bg-green-500\/80 {
    background-color: rgba(34, 197, 94, .8)
}

.v10-sitecore-container .bg-green-500\/90 {
    background-color: rgba(34, 197, 94, .9)
}

.v10-sitecore-container .bg-green-500\/95 {
    background-color: rgba(34, 197, 94, .95)
}

.v10-sitecore-container .bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(22 163 74/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-green-600\/0 {
    background-color: rgba(22, 163, 74, 0)
}

.v10-sitecore-container .bg-green-600\/10 {
    background-color: rgba(22, 163, 74, .1)
}

.v10-sitecore-container .bg-green-600\/100 {
    background-color: #16a34a
}

.v10-sitecore-container .bg-green-600\/20 {
    background-color: rgba(22, 163, 74, .2)
}

.v10-sitecore-container .bg-green-600\/25 {
    background-color: rgba(22, 163, 74, .25)
}

.v10-sitecore-container .bg-green-600\/30 {
    background-color: rgba(22, 163, 74, .3)
}

.v10-sitecore-container .bg-green-600\/40 {
    background-color: rgba(22, 163, 74, .4)
}

.v10-sitecore-container .bg-green-600\/5 {
    background-color: rgba(22, 163, 74, .05)
}

.v10-sitecore-container .bg-green-600\/50 {
    background-color: rgba(22, 163, 74, .5)
}

.v10-sitecore-container .bg-green-600\/60 {
    background-color: rgba(22, 163, 74, .6)
}

.v10-sitecore-container .bg-green-600\/70 {
    background-color: rgba(22, 163, 74, .7)
}

.v10-sitecore-container .bg-green-600\/75 {
    background-color: rgba(22, 163, 74, .75)
}

.v10-sitecore-container .bg-green-600\/80 {
    background-color: rgba(22, 163, 74, .8)
}

.v10-sitecore-container .bg-green-600\/90 {
    background-color: rgba(22, 163, 74, .9)
}

.v10-sitecore-container .bg-green-600\/95 {
    background-color: rgba(22, 163, 74, .95)
}

.v10-sitecore-container .bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(21 128 61/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-green-700\/0 {
    background-color: rgba(21, 128, 61, 0)
}

.v10-sitecore-container .bg-green-700\/10 {
    background-color: rgba(21, 128, 61, .1)
}

.v10-sitecore-container .bg-green-700\/100 {
    background-color: #15803d
}

.v10-sitecore-container .bg-green-700\/20 {
    background-color: rgba(21, 128, 61, .2)
}

.v10-sitecore-container .bg-green-700\/25 {
    background-color: rgba(21, 128, 61, .25)
}

.v10-sitecore-container .bg-green-700\/30 {
    background-color: rgba(21, 128, 61, .3)
}

.v10-sitecore-container .bg-green-700\/40 {
    background-color: rgba(21, 128, 61, .4)
}

.v10-sitecore-container .bg-green-700\/5 {
    background-color: rgba(21, 128, 61, .05)
}

.v10-sitecore-container .bg-green-700\/50 {
    background-color: rgba(21, 128, 61, .5)
}

.v10-sitecore-container .bg-green-700\/60 {
    background-color: rgba(21, 128, 61, .6)
}

.v10-sitecore-container .bg-green-700\/70 {
    background-color: rgba(21, 128, 61, .7)
}

.v10-sitecore-container .bg-green-700\/75 {
    background-color: rgba(21, 128, 61, .75)
}

.v10-sitecore-container .bg-green-700\/80 {
    background-color: rgba(21, 128, 61, .8)
}

.v10-sitecore-container .bg-green-700\/90 {
    background-color: rgba(21, 128, 61, .9)
}

.v10-sitecore-container .bg-green-700\/95 {
    background-color: rgba(21, 128, 61, .95)
}

.v10-sitecore-container .bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(22 101 52/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-green-800\/0 {
    background-color: rgba(22, 101, 52, 0)
}

.v10-sitecore-container .bg-green-800\/10 {
    background-color: rgba(22, 101, 52, .1)
}

.v10-sitecore-container .bg-green-800\/100 {
    background-color: #166534
}

.v10-sitecore-container .bg-green-800\/20 {
    background-color: rgba(22, 101, 52, .2)
}

.v10-sitecore-container .bg-green-800\/25 {
    background-color: rgba(22, 101, 52, .25)
}

.v10-sitecore-container .bg-green-800\/30 {
    background-color: rgba(22, 101, 52, .3)
}

.v10-sitecore-container .bg-green-800\/40 {
    background-color: rgba(22, 101, 52, .4)
}

.v10-sitecore-container .bg-green-800\/5 {
    background-color: rgba(22, 101, 52, .05)
}

.v10-sitecore-container .bg-green-800\/50 {
    background-color: rgba(22, 101, 52, .5)
}

.v10-sitecore-container .bg-green-800\/60 {
    background-color: rgba(22, 101, 52, .6)
}

.v10-sitecore-container .bg-green-800\/70 {
    background-color: rgba(22, 101, 52, .7)
}

.v10-sitecore-container .bg-green-800\/75 {
    background-color: rgba(22, 101, 52, .75)
}

.v10-sitecore-container .bg-green-800\/80 {
    background-color: rgba(22, 101, 52, .8)
}

.v10-sitecore-container .bg-green-800\/90 {
    background-color: rgba(22, 101, 52, .9)
}

.v10-sitecore-container .bg-green-800\/95 {
    background-color: rgba(22, 101, 52, .95)
}

.v10-sitecore-container .bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(20 83 45/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-green-900\/0 {
    background-color: rgba(20, 83, 45, 0)
}

.v10-sitecore-container .bg-green-900\/10 {
    background-color: rgba(20, 83, 45, .1)
}

.v10-sitecore-container .bg-green-900\/100 {
    background-color: #14532d
}

.v10-sitecore-container .bg-green-900\/20 {
    background-color: rgba(20, 83, 45, .2)
}

.v10-sitecore-container .bg-green-900\/25 {
    background-color: rgba(20, 83, 45, .25)
}

.v10-sitecore-container .bg-green-900\/30 {
    background-color: rgba(20, 83, 45, .3)
}

.v10-sitecore-container .bg-green-900\/40 {
    background-color: rgba(20, 83, 45, .4)
}

.v10-sitecore-container .bg-green-900\/5 {
    background-color: rgba(20, 83, 45, .05)
}

.v10-sitecore-container .bg-green-900\/50 {
    background-color: rgba(20, 83, 45, .5)
}

.v10-sitecore-container .bg-green-900\/60 {
    background-color: rgba(20, 83, 45, .6)
}

.v10-sitecore-container .bg-green-900\/70 {
    background-color: rgba(20, 83, 45, .7)
}

.v10-sitecore-container .bg-green-900\/75 {
    background-color: rgba(20, 83, 45, .75)
}

.v10-sitecore-container .bg-green-900\/80 {
    background-color: rgba(20, 83, 45, .8)
}

.v10-sitecore-container .bg-green-900\/90 {
    background-color: rgba(20, 83, 45, .9)
}

.v10-sitecore-container .bg-green-900\/95 {
    background-color: rgba(20, 83, 45, .95)
}

.v10-sitecore-container .bg-green-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(5 46 22/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-green-950\/0 {
    background-color: rgba(5, 46, 22, 0)
}

.v10-sitecore-container .bg-green-950\/10 {
    background-color: rgba(5, 46, 22, .1)
}

.v10-sitecore-container .bg-green-950\/100 {
    background-color: #052e16
}

.v10-sitecore-container .bg-green-950\/20 {
    background-color: rgba(5, 46, 22, .2)
}

.v10-sitecore-container .bg-green-950\/25 {
    background-color: rgba(5, 46, 22, .25)
}

.v10-sitecore-container .bg-green-950\/30 {
    background-color: rgba(5, 46, 22, .3)
}

.v10-sitecore-container .bg-green-950\/40 {
    background-color: rgba(5, 46, 22, .4)
}

.v10-sitecore-container .bg-green-950\/5 {
    background-color: rgba(5, 46, 22, .05)
}

.v10-sitecore-container .bg-green-950\/50 {
    background-color: rgba(5, 46, 22, .5)
}

.v10-sitecore-container .bg-green-950\/60 {
    background-color: rgba(5, 46, 22, .6)
}

.v10-sitecore-container .bg-green-950\/70 {
    background-color: rgba(5, 46, 22, .7)
}

.v10-sitecore-container .bg-green-950\/75 {
    background-color: rgba(5, 46, 22, .75)
}

.v10-sitecore-container .bg-green-950\/80 {
    background-color: rgba(5, 46, 22, .8)
}

.v10-sitecore-container .bg-green-950\/90 {
    background-color: rgba(5, 46, 22, .9)
}

.v10-sitecore-container .bg-green-950\/95 {
    background-color: rgba(5, 46, 22, .95)
}

.v10-sitecore-container .bg-hcisp-azalea {
    --tw-bg-opacity: 1;
    background-color: rgb(198 69 136/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-hcisp-azalea\/0 {
    background-color: rgba(198, 69, 136, 0)
}

.v10-sitecore-container .bg-hcisp-azalea\/10 {
    background-color: rgba(198, 69, 136, .1)
}

.v10-sitecore-container .bg-hcisp-azalea\/100 {
    background-color: #c64588
}

.v10-sitecore-container .bg-hcisp-azalea\/20 {
    background-color: rgba(198, 69, 136, .2)
}

.v10-sitecore-container .bg-hcisp-azalea\/25 {
    background-color: rgba(198, 69, 136, .25)
}

.v10-sitecore-container .bg-hcisp-azalea\/30 {
    background-color: rgba(198, 69, 136, .3)
}

.v10-sitecore-container .bg-hcisp-azalea\/40 {
    background-color: rgba(198, 69, 136, .4)
}

.v10-sitecore-container .bg-hcisp-azalea\/5 {
    background-color: rgba(198, 69, 136, .05)
}

.v10-sitecore-container .bg-hcisp-azalea\/50 {
    background-color: rgba(198, 69, 136, .5)
}

.v10-sitecore-container .bg-hcisp-azalea\/60 {
    background-color: rgba(198, 69, 136, .6)
}

.v10-sitecore-container .bg-hcisp-azalea\/70 {
    background-color: rgba(198, 69, 136, .7)
}

.v10-sitecore-container .bg-hcisp-azalea\/75 {
    background-color: rgba(198, 69, 136, .75)
}

.v10-sitecore-container .bg-hcisp-azalea\/80 {
    background-color: rgba(198, 69, 136, .8)
}

.v10-sitecore-container .bg-hcisp-azalea\/90 {
    background-color: rgba(198, 69, 136, .9)
}

.v10-sitecore-container .bg-hcisp-azalea\/95 {
    background-color: rgba(198, 69, 136, .95)
}

.v10-sitecore-container .bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(224 231 255/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-indigo-100\/0 {
    background-color: rgba(224, 231, 255, 0)
}

.v10-sitecore-container .bg-indigo-100\/10 {
    background-color: rgba(224, 231, 255, .1)
}

.v10-sitecore-container .bg-indigo-100\/100 {
    background-color: #e0e7ff
}

.v10-sitecore-container .bg-indigo-100\/20 {
    background-color: rgba(224, 231, 255, .2)
}

.v10-sitecore-container .bg-indigo-100\/25 {
    background-color: rgba(224, 231, 255, .25)
}

.v10-sitecore-container .bg-indigo-100\/30 {
    background-color: rgba(224, 231, 255, .3)
}

.v10-sitecore-container .bg-indigo-100\/40 {
    background-color: rgba(224, 231, 255, .4)
}

.v10-sitecore-container .bg-indigo-100\/5 {
    background-color: rgba(224, 231, 255, .05)
}

.v10-sitecore-container .bg-indigo-100\/50 {
    background-color: rgba(224, 231, 255, .5)
}

.v10-sitecore-container .bg-indigo-100\/60 {
    background-color: rgba(224, 231, 255, .6)
}

.v10-sitecore-container .bg-indigo-100\/70 {
    background-color: rgba(224, 231, 255, .7)
}

.v10-sitecore-container .bg-indigo-100\/75 {
    background-color: rgba(224, 231, 255, .75)
}

.v10-sitecore-container .bg-indigo-100\/80 {
    background-color: rgba(224, 231, 255, .8)
}

.v10-sitecore-container .bg-indigo-100\/90 {
    background-color: rgba(224, 231, 255, .9)
}

.v10-sitecore-container .bg-indigo-100\/95 {
    background-color: rgba(224, 231, 255, .95)
}

.v10-sitecore-container .bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(199 210 254/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-indigo-200\/0 {
    background-color: rgba(199, 210, 254, 0)
}

.v10-sitecore-container .bg-indigo-200\/10 {
    background-color: rgba(199, 210, 254, .1)
}

.v10-sitecore-container .bg-indigo-200\/100 {
    background-color: #c7d2fe
}

.v10-sitecore-container .bg-indigo-200\/20 {
    background-color: rgba(199, 210, 254, .2)
}

.v10-sitecore-container .bg-indigo-200\/25 {
    background-color: rgba(199, 210, 254, .25)
}

.v10-sitecore-container .bg-indigo-200\/30 {
    background-color: rgba(199, 210, 254, .3)
}

.v10-sitecore-container .bg-indigo-200\/40 {
    background-color: rgba(199, 210, 254, .4)
}

.v10-sitecore-container .bg-indigo-200\/5 {
    background-color: rgba(199, 210, 254, .05)
}

.v10-sitecore-container .bg-indigo-200\/50 {
    background-color: rgba(199, 210, 254, .5)
}

.v10-sitecore-container .bg-indigo-200\/60 {
    background-color: rgba(199, 210, 254, .6)
}

.v10-sitecore-container .bg-indigo-200\/70 {
    background-color: rgba(199, 210, 254, .7)
}

.v10-sitecore-container .bg-indigo-200\/75 {
    background-color: rgba(199, 210, 254, .75)
}

.v10-sitecore-container .bg-indigo-200\/80 {
    background-color: rgba(199, 210, 254, .8)
}

.v10-sitecore-container .bg-indigo-200\/90 {
    background-color: rgba(199, 210, 254, .9)
}

.v10-sitecore-container .bg-indigo-200\/95 {
    background-color: rgba(199, 210, 254, .95)
}

.v10-sitecore-container .bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(165 180 252/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-indigo-300\/0 {
    background-color: rgba(165, 180, 252, 0)
}

.v10-sitecore-container .bg-indigo-300\/10 {
    background-color: rgba(165, 180, 252, .1)
}

.v10-sitecore-container .bg-indigo-300\/100 {
    background-color: #a5b4fc
}

.v10-sitecore-container .bg-indigo-300\/20 {
    background-color: rgba(165, 180, 252, .2)
}

.v10-sitecore-container .bg-indigo-300\/25 {
    background-color: rgba(165, 180, 252, .25)
}

.v10-sitecore-container .bg-indigo-300\/30 {
    background-color: rgba(165, 180, 252, .3)
}

.v10-sitecore-container .bg-indigo-300\/40 {
    background-color: rgba(165, 180, 252, .4)
}

.v10-sitecore-container .bg-indigo-300\/5 {
    background-color: rgba(165, 180, 252, .05)
}

.v10-sitecore-container .bg-indigo-300\/50 {
    background-color: rgba(165, 180, 252, .5)
}

.v10-sitecore-container .bg-indigo-300\/60 {
    background-color: rgba(165, 180, 252, .6)
}

.v10-sitecore-container .bg-indigo-300\/70 {
    background-color: rgba(165, 180, 252, .7)
}

.v10-sitecore-container .bg-indigo-300\/75 {
    background-color: rgba(165, 180, 252, .75)
}

.v10-sitecore-container .bg-indigo-300\/80 {
    background-color: rgba(165, 180, 252, .8)
}

.v10-sitecore-container .bg-indigo-300\/90 {
    background-color: rgba(165, 180, 252, .9)
}

.v10-sitecore-container .bg-indigo-300\/95 {
    background-color: rgba(165, 180, 252, .95)
}

.v10-sitecore-container .bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(129 140 248/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-indigo-400\/0 {
    background-color: rgba(129, 140, 248, 0)
}

.v10-sitecore-container .bg-indigo-400\/10 {
    background-color: rgba(129, 140, 248, .1)
}

.v10-sitecore-container .bg-indigo-400\/100 {
    background-color: #818cf8
}

.v10-sitecore-container .bg-indigo-400\/20 {
    background-color: rgba(129, 140, 248, .2)
}

.v10-sitecore-container .bg-indigo-400\/25 {
    background-color: rgba(129, 140, 248, .25)
}

.v10-sitecore-container .bg-indigo-400\/30 {
    background-color: rgba(129, 140, 248, .3)
}

.v10-sitecore-container .bg-indigo-400\/40 {
    background-color: rgba(129, 140, 248, .4)
}

.v10-sitecore-container .bg-indigo-400\/5 {
    background-color: rgba(129, 140, 248, .05)
}

.v10-sitecore-container .bg-indigo-400\/50 {
    background-color: rgba(129, 140, 248, .5)
}

.v10-sitecore-container .bg-indigo-400\/60 {
    background-color: rgba(129, 140, 248, .6)
}

.v10-sitecore-container .bg-indigo-400\/70 {
    background-color: rgba(129, 140, 248, .7)
}

.v10-sitecore-container .bg-indigo-400\/75 {
    background-color: rgba(129, 140, 248, .75)
}

.v10-sitecore-container .bg-indigo-400\/80 {
    background-color: rgba(129, 140, 248, .8)
}

.v10-sitecore-container .bg-indigo-400\/90 {
    background-color: rgba(129, 140, 248, .9)
}

.v10-sitecore-container .bg-indigo-400\/95 {
    background-color: rgba(129, 140, 248, .95)
}

.v10-sitecore-container .bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(238 242 255/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-indigo-50\/0 {
    background-color: rgba(238, 242, 255, 0)
}

.v10-sitecore-container .bg-indigo-50\/10 {
    background-color: rgba(238, 242, 255, .1)
}

.v10-sitecore-container .bg-indigo-50\/100 {
    background-color: #eef2ff
}

.v10-sitecore-container .bg-indigo-50\/20 {
    background-color: rgba(238, 242, 255, .2)
}

.v10-sitecore-container .bg-indigo-50\/25 {
    background-color: rgba(238, 242, 255, .25)
}

.v10-sitecore-container .bg-indigo-50\/30 {
    background-color: rgba(238, 242, 255, .3)
}

.v10-sitecore-container .bg-indigo-50\/40 {
    background-color: rgba(238, 242, 255, .4)
}

.v10-sitecore-container .bg-indigo-50\/5 {
    background-color: rgba(238, 242, 255, .05)
}

.v10-sitecore-container .bg-indigo-50\/50 {
    background-color: rgba(238, 242, 255, .5)
}

.v10-sitecore-container .bg-indigo-50\/60 {
    background-color: rgba(238, 242, 255, .6)
}

.v10-sitecore-container .bg-indigo-50\/70 {
    background-color: rgba(238, 242, 255, .7)
}

.v10-sitecore-container .bg-indigo-50\/75 {
    background-color: rgba(238, 242, 255, .75)
}

.v10-sitecore-container .bg-indigo-50\/80 {
    background-color: rgba(238, 242, 255, .8)
}

.v10-sitecore-container .bg-indigo-50\/90 {
    background-color: rgba(238, 242, 255, .9)
}

.v10-sitecore-container .bg-indigo-50\/95 {
    background-color: rgba(238, 242, 255, .95)
}

.v10-sitecore-container .bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(99 102 241/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-indigo-500\/0 {
    background-color: rgba(99, 102, 241, 0)
}

.v10-sitecore-container .bg-indigo-500\/10 {
    background-color: rgba(99, 102, 241, .1)
}

.v10-sitecore-container .bg-indigo-500\/100 {
    background-color: #6366f1
}

.v10-sitecore-container .bg-indigo-500\/20 {
    background-color: rgba(99, 102, 241, .2)
}

.v10-sitecore-container .bg-indigo-500\/25 {
    background-color: rgba(99, 102, 241, .25)
}

.v10-sitecore-container .bg-indigo-500\/30 {
    background-color: rgba(99, 102, 241, .3)
}

.v10-sitecore-container .bg-indigo-500\/40 {
    background-color: rgba(99, 102, 241, .4)
}

.v10-sitecore-container .bg-indigo-500\/5 {
    background-color: rgba(99, 102, 241, .05)
}

.v10-sitecore-container .bg-indigo-500\/50 {
    background-color: rgba(99, 102, 241, .5)
}

.v10-sitecore-container .bg-indigo-500\/60 {
    background-color: rgba(99, 102, 241, .6)
}

.v10-sitecore-container .bg-indigo-500\/70 {
    background-color: rgba(99, 102, 241, .7)
}

.v10-sitecore-container .bg-indigo-500\/75 {
    background-color: rgba(99, 102, 241, .75)
}

.v10-sitecore-container .bg-indigo-500\/80 {
    background-color: rgba(99, 102, 241, .8)
}

.v10-sitecore-container .bg-indigo-500\/90 {
    background-color: rgba(99, 102, 241, .9)
}

.v10-sitecore-container .bg-indigo-500\/95 {
    background-color: rgba(99, 102, 241, .95)
}

.v10-sitecore-container .bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(79 70 229/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-indigo-600\/0 {
    background-color: rgba(79, 70, 229, 0)
}

.v10-sitecore-container .bg-indigo-600\/10 {
    background-color: rgba(79, 70, 229, .1)
}

.v10-sitecore-container .bg-indigo-600\/100 {
    background-color: #4f46e5
}

.v10-sitecore-container .bg-indigo-600\/20 {
    background-color: rgba(79, 70, 229, .2)
}

.v10-sitecore-container .bg-indigo-600\/25 {
    background-color: rgba(79, 70, 229, .25)
}

.v10-sitecore-container .bg-indigo-600\/30 {
    background-color: rgba(79, 70, 229, .3)
}

.v10-sitecore-container .bg-indigo-600\/40 {
    background-color: rgba(79, 70, 229, .4)
}

.v10-sitecore-container .bg-indigo-600\/5 {
    background-color: rgba(79, 70, 229, .05)
}

.v10-sitecore-container .bg-indigo-600\/50 {
    background-color: rgba(79, 70, 229, .5)
}

.v10-sitecore-container .bg-indigo-600\/60 {
    background-color: rgba(79, 70, 229, .6)
}

.v10-sitecore-container .bg-indigo-600\/70 {
    background-color: rgba(79, 70, 229, .7)
}

.v10-sitecore-container .bg-indigo-600\/75 {
    background-color: rgba(79, 70, 229, .75)
}

.v10-sitecore-container .bg-indigo-600\/80 {
    background-color: rgba(79, 70, 229, .8)
}

.v10-sitecore-container .bg-indigo-600\/90 {
    background-color: rgba(79, 70, 229, .9)
}

.v10-sitecore-container .bg-indigo-600\/95 {
    background-color: rgba(79, 70, 229, .95)
}

.v10-sitecore-container .bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(67 56 202/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-indigo-700\/0 {
    background-color: rgba(67, 56, 202, 0)
}

.v10-sitecore-container .bg-indigo-700\/10 {
    background-color: rgba(67, 56, 202, .1)
}

.v10-sitecore-container .bg-indigo-700\/100 {
    background-color: #4338ca
}

.v10-sitecore-container .bg-indigo-700\/20 {
    background-color: rgba(67, 56, 202, .2)
}

.v10-sitecore-container .bg-indigo-700\/25 {
    background-color: rgba(67, 56, 202, .25)
}

.v10-sitecore-container .bg-indigo-700\/30 {
    background-color: rgba(67, 56, 202, .3)
}

.v10-sitecore-container .bg-indigo-700\/40 {
    background-color: rgba(67, 56, 202, .4)
}

.v10-sitecore-container .bg-indigo-700\/5 {
    background-color: rgba(67, 56, 202, .05)
}

.v10-sitecore-container .bg-indigo-700\/50 {
    background-color: rgba(67, 56, 202, .5)
}

.v10-sitecore-container .bg-indigo-700\/60 {
    background-color: rgba(67, 56, 202, .6)
}

.v10-sitecore-container .bg-indigo-700\/70 {
    background-color: rgba(67, 56, 202, .7)
}

.v10-sitecore-container .bg-indigo-700\/75 {
    background-color: rgba(67, 56, 202, .75)
}

.v10-sitecore-container .bg-indigo-700\/80 {
    background-color: rgba(67, 56, 202, .8)
}

.v10-sitecore-container .bg-indigo-700\/90 {
    background-color: rgba(67, 56, 202, .9)
}

.v10-sitecore-container .bg-indigo-700\/95 {
    background-color: rgba(67, 56, 202, .95)
}

.v10-sitecore-container .bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(55 48 163/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-indigo-800\/0 {
    background-color: rgba(55, 48, 163, 0)
}

.v10-sitecore-container .bg-indigo-800\/10 {
    background-color: rgba(55, 48, 163, .1)
}

.v10-sitecore-container .bg-indigo-800\/100 {
    background-color: #3730a3
}

.v10-sitecore-container .bg-indigo-800\/20 {
    background-color: rgba(55, 48, 163, .2)
}

.v10-sitecore-container .bg-indigo-800\/25 {
    background-color: rgba(55, 48, 163, .25)
}

.v10-sitecore-container .bg-indigo-800\/30 {
    background-color: rgba(55, 48, 163, .3)
}

.v10-sitecore-container .bg-indigo-800\/40 {
    background-color: rgba(55, 48, 163, .4)
}

.v10-sitecore-container .bg-indigo-800\/5 {
    background-color: rgba(55, 48, 163, .05)
}

.v10-sitecore-container .bg-indigo-800\/50 {
    background-color: rgba(55, 48, 163, .5)
}

.v10-sitecore-container .bg-indigo-800\/60 {
    background-color: rgba(55, 48, 163, .6)
}

.v10-sitecore-container .bg-indigo-800\/70 {
    background-color: rgba(55, 48, 163, .7)
}

.v10-sitecore-container .bg-indigo-800\/75 {
    background-color: rgba(55, 48, 163, .75)
}

.v10-sitecore-container .bg-indigo-800\/80 {
    background-color: rgba(55, 48, 163, .8)
}

.v10-sitecore-container .bg-indigo-800\/90 {
    background-color: rgba(55, 48, 163, .9)
}

.v10-sitecore-container .bg-indigo-800\/95 {
    background-color: rgba(55, 48, 163, .95)
}

.v10-sitecore-container .bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(49 46 129/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-indigo-900\/0 {
    background-color: rgba(49, 46, 129, 0)
}

.v10-sitecore-container .bg-indigo-900\/10 {
    background-color: rgba(49, 46, 129, .1)
}

.v10-sitecore-container .bg-indigo-900\/100 {
    background-color: #312e81
}

.v10-sitecore-container .bg-indigo-900\/20 {
    background-color: rgba(49, 46, 129, .2)
}

.v10-sitecore-container .bg-indigo-900\/25 {
    background-color: rgba(49, 46, 129, .25)
}

.v10-sitecore-container .bg-indigo-900\/30 {
    background-color: rgba(49, 46, 129, .3)
}

.v10-sitecore-container .bg-indigo-900\/40 {
    background-color: rgba(49, 46, 129, .4)
}

.v10-sitecore-container .bg-indigo-900\/5 {
    background-color: rgba(49, 46, 129, .05)
}

.v10-sitecore-container .bg-indigo-900\/50 {
    background-color: rgba(49, 46, 129, .5)
}

.v10-sitecore-container .bg-indigo-900\/60 {
    background-color: rgba(49, 46, 129, .6)
}

.v10-sitecore-container .bg-indigo-900\/70 {
    background-color: rgba(49, 46, 129, .7)
}

.v10-sitecore-container .bg-indigo-900\/75 {
    background-color: rgba(49, 46, 129, .75)
}

.v10-sitecore-container .bg-indigo-900\/80 {
    background-color: rgba(49, 46, 129, .8)
}

.v10-sitecore-container .bg-indigo-900\/90 {
    background-color: rgba(49, 46, 129, .9)
}

.v10-sitecore-container .bg-indigo-900\/95 {
    background-color: rgba(49, 46, 129, .95)
}

.v10-sitecore-container .bg-indigo-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(30 27 75/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-indigo-950\/0 {
    background-color: rgba(30, 27, 75, 0)
}

.v10-sitecore-container .bg-indigo-950\/10 {
    background-color: rgba(30, 27, 75, .1)
}

.v10-sitecore-container .bg-indigo-950\/100 {
    background-color: #1e1b4b
}

.v10-sitecore-container .bg-indigo-950\/20 {
    background-color: rgba(30, 27, 75, .2)
}

.v10-sitecore-container .bg-indigo-950\/25 {
    background-color: rgba(30, 27, 75, .25)
}

.v10-sitecore-container .bg-indigo-950\/30 {
    background-color: rgba(30, 27, 75, .3)
}

.v10-sitecore-container .bg-indigo-950\/40 {
    background-color: rgba(30, 27, 75, .4)
}

.v10-sitecore-container .bg-indigo-950\/5 {
    background-color: rgba(30, 27, 75, .05)
}

.v10-sitecore-container .bg-indigo-950\/50 {
    background-color: rgba(30, 27, 75, .5)
}

.v10-sitecore-container .bg-indigo-950\/60 {
    background-color: rgba(30, 27, 75, .6)
}

.v10-sitecore-container .bg-indigo-950\/70 {
    background-color: rgba(30, 27, 75, .7)
}

.v10-sitecore-container .bg-indigo-950\/75 {
    background-color: rgba(30, 27, 75, .75)
}

.v10-sitecore-container .bg-indigo-950\/80 {
    background-color: rgba(30, 27, 75, .8)
}

.v10-sitecore-container .bg-indigo-950\/90 {
    background-color: rgba(30, 27, 75, .9)
}

.v10-sitecore-container .bg-indigo-950\/95 {
    background-color: rgba(30, 27, 75, .95)
}

.v10-sitecore-container .bg-inherit {
    background-color: inherit
}

.v10-sitecore-container .bg-isc2-green {
    --tw-bg-opacity: 1;
    background-color: rgb(70 129 69/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-isc2-green\/0 {
    background-color: rgba(70, 129, 69, 0)
}

.v10-sitecore-container .bg-isc2-green\/10 {
    background-color: rgba(70, 129, 69, .1)
}

.v10-sitecore-container .bg-isc2-green\/100 {
    background-color: #468145
}

.v10-sitecore-container .bg-isc2-green\/20 {
    background-color: rgba(70, 129, 69, .2)
}

.v10-sitecore-container .bg-isc2-green\/25 {
    background-color: rgba(70, 129, 69, .25)
}

.v10-sitecore-container .bg-isc2-green\/30 {
    background-color: rgba(70, 129, 69, .3)
}

.v10-sitecore-container .bg-isc2-green\/40 {
    background-color: rgba(70, 129, 69, .4)
}

.v10-sitecore-container .bg-isc2-green\/5 {
    background-color: rgba(70, 129, 69, .05)
}

.v10-sitecore-container .bg-isc2-green\/50 {
    background-color: rgba(70, 129, 69, .5)
}

.v10-sitecore-container .bg-isc2-green\/60 {
    background-color: rgba(70, 129, 69, .6)
}

.v10-sitecore-container .bg-isc2-green\/70 {
    background-color: rgba(70, 129, 69, .7)
}

.v10-sitecore-container .bg-isc2-green\/75 {
    background-color: rgba(70, 129, 69, .75)
}

.v10-sitecore-container .bg-isc2-green\/80 {
    background-color: rgba(70, 129, 69, .8)
}

.v10-sitecore-container .bg-isc2-green\/90 {
    background-color: rgba(70, 129, 69, .9)
}

.v10-sitecore-container .bg-isc2-green\/95 {
    background-color: rgba(70, 129, 69, .95)
}

.v10-sitecore-container .bg-lime {
    --tw-bg-opacity: 1;
    background-color: rgb(154 194 60/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-lime\/0 {
    background-color: rgba(154, 194, 60, 0)
}

.v10-sitecore-container .bg-lime\/10 {
    background-color: rgba(154, 194, 60, .1)
}

.v10-sitecore-container .bg-lime\/100 {
    background-color: #9ac23c
}

.v10-sitecore-container .bg-lime\/20 {
    background-color: rgba(154, 194, 60, .2)
}

.v10-sitecore-container .bg-lime\/25 {
    background-color: rgba(154, 194, 60, .25)
}

.v10-sitecore-container .bg-lime\/30 {
    background-color: rgba(154, 194, 60, .3)
}

.v10-sitecore-container .bg-lime\/40 {
    background-color: rgba(154, 194, 60, .4)
}

.v10-sitecore-container .bg-lime\/5 {
    background-color: rgba(154, 194, 60, .05)
}

.v10-sitecore-container .bg-lime\/50 {
    background-color: rgba(154, 194, 60, .5)
}

.v10-sitecore-container .bg-lime\/60 {
    background-color: rgba(154, 194, 60, .6)
}

.v10-sitecore-container .bg-lime\/70 {
    background-color: rgba(154, 194, 60, .7)
}

.v10-sitecore-container .bg-lime\/75 {
    background-color: rgba(154, 194, 60, .75)
}

.v10-sitecore-container .bg-lime\/80 {
    background-color: rgba(154, 194, 60, .8)
}

.v10-sitecore-container .bg-lime\/90 {
    background-color: rgba(154, 194, 60, .9)
}

.v10-sitecore-container .bg-lime\/95 {
    background-color: rgba(154, 194, 60, .95)
}

.v10-sitecore-container .bg-link-blue {
    --tw-bg-opacity: 1;
    background-color: rgb(35 125 182/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-link-blue\/0 {
    background-color: rgba(35, 125, 182, 0)
}

.v10-sitecore-container .bg-link-blue\/10 {
    background-color: rgba(35, 125, 182, .1)
}

.v10-sitecore-container .bg-link-blue\/100 {
    background-color: #237db6
}

.v10-sitecore-container .bg-link-blue\/20 {
    background-color: rgba(35, 125, 182, .2)
}

.v10-sitecore-container .bg-link-blue\/25 {
    background-color: rgba(35, 125, 182, .25)
}

.v10-sitecore-container .bg-link-blue\/30 {
    background-color: rgba(35, 125, 182, .3)
}

.v10-sitecore-container .bg-link-blue\/40 {
    background-color: rgba(35, 125, 182, .4)
}

.v10-sitecore-container .bg-link-blue\/5 {
    background-color: rgba(35, 125, 182, .05)
}

.v10-sitecore-container .bg-link-blue\/50 {
    background-color: rgba(35, 125, 182, .5)
}

.v10-sitecore-container .bg-link-blue\/60 {
    background-color: rgba(35, 125, 182, .6)
}

.v10-sitecore-container .bg-link-blue\/70 {
    background-color: rgba(35, 125, 182, .7)
}

.v10-sitecore-container .bg-link-blue\/75 {
    background-color: rgba(35, 125, 182, .75)
}

.v10-sitecore-container .bg-link-blue\/80 {
    background-color: rgba(35, 125, 182, .8)
}

.v10-sitecore-container .bg-link-blue\/90 {
    background-color: rgba(35, 125, 182, .9)
}

.v10-sitecore-container .bg-link-blue\/95 {
    background-color: rgba(35, 125, 182, .95)
}

.v10-sitecore-container .bg-neutral-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-neutral-100\/0 {
    background-color: hsla(0, 0%, 96%, 0)
}

.v10-sitecore-container .bg-neutral-100\/10 {
    background-color: hsla(0, 0%, 96%, .1)
}

.v10-sitecore-container .bg-neutral-100\/100 {
    background-color: #f5f5f5
}

.v10-sitecore-container .bg-neutral-100\/20 {
    background-color: hsla(0, 0%, 96%, .2)
}

.v10-sitecore-container .bg-neutral-100\/25 {
    background-color: hsla(0, 0%, 96%, .25)
}

.v10-sitecore-container .bg-neutral-100\/30 {
    background-color: hsla(0, 0%, 96%, .3)
}

.v10-sitecore-container .bg-neutral-100\/40 {
    background-color: hsla(0, 0%, 96%, .4)
}

.v10-sitecore-container .bg-neutral-100\/5 {
    background-color: hsla(0, 0%, 96%, .05)
}

.v10-sitecore-container .bg-neutral-100\/50 {
    background-color: hsla(0, 0%, 96%, .5)
}

.v10-sitecore-container .bg-neutral-100\/60 {
    background-color: hsla(0, 0%, 96%, .6)
}

.v10-sitecore-container .bg-neutral-100\/70 {
    background-color: hsla(0, 0%, 96%, .7)
}

.v10-sitecore-container .bg-neutral-100\/75 {
    background-color: hsla(0, 0%, 96%, .75)
}

.v10-sitecore-container .bg-neutral-100\/80 {
    background-color: hsla(0, 0%, 96%, .8)
}

.v10-sitecore-container .bg-neutral-100\/90 {
    background-color: hsla(0, 0%, 96%, .9)
}

.v10-sitecore-container .bg-neutral-100\/95 {
    background-color: hsla(0, 0%, 96%, .95)
}

.v10-sitecore-container .bg-neutral-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(229 229 229/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-neutral-200\/0 {
    background-color: hsla(0, 0%, 90%, 0)
}

.v10-sitecore-container .bg-neutral-200\/10 {
    background-color: hsla(0, 0%, 90%, .1)
}

.v10-sitecore-container .bg-neutral-200\/100 {
    background-color: #e5e5e5
}

.v10-sitecore-container .bg-neutral-200\/20 {
    background-color: hsla(0, 0%, 90%, .2)
}

.v10-sitecore-container .bg-neutral-200\/25 {
    background-color: hsla(0, 0%, 90%, .25)
}

.v10-sitecore-container .bg-neutral-200\/30 {
    background-color: hsla(0, 0%, 90%, .3)
}

.v10-sitecore-container .bg-neutral-200\/40 {
    background-color: hsla(0, 0%, 90%, .4)
}

.v10-sitecore-container .bg-neutral-200\/5 {
    background-color: hsla(0, 0%, 90%, .05)
}

.v10-sitecore-container .bg-neutral-200\/50 {
    background-color: hsla(0, 0%, 90%, .5)
}

.v10-sitecore-container .bg-neutral-200\/60 {
    background-color: hsla(0, 0%, 90%, .6)
}

.v10-sitecore-container .bg-neutral-200\/70 {
    background-color: hsla(0, 0%, 90%, .7)
}

.v10-sitecore-container .bg-neutral-200\/75 {
    background-color: hsla(0, 0%, 90%, .75)
}

.v10-sitecore-container .bg-neutral-200\/80 {
    background-color: hsla(0, 0%, 90%, .8)
}

.v10-sitecore-container .bg-neutral-200\/90 {
    background-color: hsla(0, 0%, 90%, .9)
}

.v10-sitecore-container .bg-neutral-200\/95 {
    background-color: hsla(0, 0%, 90%, .95)
}

.v10-sitecore-container .bg-neutral-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(212 212 212/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-neutral-300\/0 {
    background-color: hsla(0, 0%, 83%, 0)
}

.v10-sitecore-container .bg-neutral-300\/10 {
    background-color: hsla(0, 0%, 83%, .1)
}

.v10-sitecore-container .bg-neutral-300\/100 {
    background-color: #d4d4d4
}

.v10-sitecore-container .bg-neutral-300\/20 {
    background-color: hsla(0, 0%, 83%, .2)
}

.v10-sitecore-container .bg-neutral-300\/25 {
    background-color: hsla(0, 0%, 83%, .25)
}

.v10-sitecore-container .bg-neutral-300\/30 {
    background-color: hsla(0, 0%, 83%, .3)
}

.v10-sitecore-container .bg-neutral-300\/40 {
    background-color: hsla(0, 0%, 83%, .4)
}

.v10-sitecore-container .bg-neutral-300\/5 {
    background-color: hsla(0, 0%, 83%, .05)
}

.v10-sitecore-container .bg-neutral-300\/50 {
    background-color: hsla(0, 0%, 83%, .5)
}

.v10-sitecore-container .bg-neutral-300\/60 {
    background-color: hsla(0, 0%, 83%, .6)
}

.v10-sitecore-container .bg-neutral-300\/70 {
    background-color: hsla(0, 0%, 83%, .7)
}

.v10-sitecore-container .bg-neutral-300\/75 {
    background-color: hsla(0, 0%, 83%, .75)
}

.v10-sitecore-container .bg-neutral-300\/80 {
    background-color: hsla(0, 0%, 83%, .8)
}

.v10-sitecore-container .bg-neutral-300\/90 {
    background-color: hsla(0, 0%, 83%, .9)
}

.v10-sitecore-container .bg-neutral-300\/95 {
    background-color: hsla(0, 0%, 83%, .95)
}

.v10-sitecore-container .bg-neutral-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(163 163 163/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-neutral-400\/0 {
    background-color: hsla(0, 0%, 64%, 0)
}

.v10-sitecore-container .bg-neutral-400\/10 {
    background-color: hsla(0, 0%, 64%, .1)
}

.v10-sitecore-container .bg-neutral-400\/100 {
    background-color: #a3a3a3
}

.v10-sitecore-container .bg-neutral-400\/20 {
    background-color: hsla(0, 0%, 64%, .2)
}

.v10-sitecore-container .bg-neutral-400\/25 {
    background-color: hsla(0, 0%, 64%, .25)
}

.v10-sitecore-container .bg-neutral-400\/30 {
    background-color: hsla(0, 0%, 64%, .3)
}

.v10-sitecore-container .bg-neutral-400\/40 {
    background-color: hsla(0, 0%, 64%, .4)
}

.v10-sitecore-container .bg-neutral-400\/5 {
    background-color: hsla(0, 0%, 64%, .05)
}

.v10-sitecore-container .bg-neutral-400\/50 {
    background-color: hsla(0, 0%, 64%, .5)
}

.v10-sitecore-container .bg-neutral-400\/60 {
    background-color: hsla(0, 0%, 64%, .6)
}

.v10-sitecore-container .bg-neutral-400\/70 {
    background-color: hsla(0, 0%, 64%, .7)
}

.v10-sitecore-container .bg-neutral-400\/75 {
    background-color: hsla(0, 0%, 64%, .75)
}

.v10-sitecore-container .bg-neutral-400\/80 {
    background-color: hsla(0, 0%, 64%, .8)
}

.v10-sitecore-container .bg-neutral-400\/90 {
    background-color: hsla(0, 0%, 64%, .9)
}

.v10-sitecore-container .bg-neutral-400\/95 {
    background-color: hsla(0, 0%, 64%, .95)
}

.v10-sitecore-container .bg-neutral-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-neutral-50\/0 {
    background-color: hsla(0, 0%, 98%, 0)
}

.v10-sitecore-container .bg-neutral-50\/10 {
    background-color: hsla(0, 0%, 98%, .1)
}

.v10-sitecore-container .bg-neutral-50\/100 {
    background-color: #fafafa
}

.v10-sitecore-container .bg-neutral-50\/20 {
    background-color: hsla(0, 0%, 98%, .2)
}

.v10-sitecore-container .bg-neutral-50\/25 {
    background-color: hsla(0, 0%, 98%, .25)
}

.v10-sitecore-container .bg-neutral-50\/30 {
    background-color: hsla(0, 0%, 98%, .3)
}

.v10-sitecore-container .bg-neutral-50\/40 {
    background-color: hsla(0, 0%, 98%, .4)
}

.v10-sitecore-container .bg-neutral-50\/5 {
    background-color: hsla(0, 0%, 98%, .05)
}

.v10-sitecore-container .bg-neutral-50\/50 {
    background-color: hsla(0, 0%, 98%, .5)
}

.v10-sitecore-container .bg-neutral-50\/60 {
    background-color: hsla(0, 0%, 98%, .6)
}

.v10-sitecore-container .bg-neutral-50\/70 {
    background-color: hsla(0, 0%, 98%, .7)
}

.v10-sitecore-container .bg-neutral-50\/75 {
    background-color: hsla(0, 0%, 98%, .75)
}

.v10-sitecore-container .bg-neutral-50\/80 {
    background-color: hsla(0, 0%, 98%, .8)
}

.v10-sitecore-container .bg-neutral-50\/90 {
    background-color: hsla(0, 0%, 98%, .9)
}

.v10-sitecore-container .bg-neutral-50\/95 {
    background-color: hsla(0, 0%, 98%, .95)
}

.v10-sitecore-container .bg-neutral-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(115 115 115/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-neutral-500\/0 {
    background-color: hsla(0, 0%, 45%, 0)
}

.v10-sitecore-container .bg-neutral-500\/10 {
    background-color: hsla(0, 0%, 45%, .1)
}

.v10-sitecore-container .bg-neutral-500\/100 {
    background-color: #737373
}

.v10-sitecore-container .bg-neutral-500\/20 {
    background-color: hsla(0, 0%, 45%, .2)
}

.v10-sitecore-container .bg-neutral-500\/25 {
    background-color: hsla(0, 0%, 45%, .25)
}

.v10-sitecore-container .bg-neutral-500\/30 {
    background-color: hsla(0, 0%, 45%, .3)
}

.v10-sitecore-container .bg-neutral-500\/40 {
    background-color: hsla(0, 0%, 45%, .4)
}

.v10-sitecore-container .bg-neutral-500\/5 {
    background-color: hsla(0, 0%, 45%, .05)
}

.v10-sitecore-container .bg-neutral-500\/50 {
    background-color: hsla(0, 0%, 45%, .5)
}

.v10-sitecore-container .bg-neutral-500\/60 {
    background-color: hsla(0, 0%, 45%, .6)
}

.v10-sitecore-container .bg-neutral-500\/70 {
    background-color: hsla(0, 0%, 45%, .7)
}

.v10-sitecore-container .bg-neutral-500\/75 {
    background-color: hsla(0, 0%, 45%, .75)
}

.v10-sitecore-container .bg-neutral-500\/80 {
    background-color: hsla(0, 0%, 45%, .8)
}

.v10-sitecore-container .bg-neutral-500\/90 {
    background-color: hsla(0, 0%, 45%, .9)
}

.v10-sitecore-container .bg-neutral-500\/95 {
    background-color: hsla(0, 0%, 45%, .95)
}

.v10-sitecore-container .bg-neutral-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(82 82 82/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-neutral-600\/0 {
    background-color: rgba(82, 82, 82, 0)
}

.v10-sitecore-container .bg-neutral-600\/10 {
    background-color: rgba(82, 82, 82, .1)
}

.v10-sitecore-container .bg-neutral-600\/100 {
    background-color: #525252
}

.v10-sitecore-container .bg-neutral-600\/20 {
    background-color: rgba(82, 82, 82, .2)
}

.v10-sitecore-container .bg-neutral-600\/25 {
    background-color: rgba(82, 82, 82, .25)
}

.v10-sitecore-container .bg-neutral-600\/30 {
    background-color: rgba(82, 82, 82, .3)
}

.v10-sitecore-container .bg-neutral-600\/40 {
    background-color: rgba(82, 82, 82, .4)
}

.v10-sitecore-container .bg-neutral-600\/5 {
    background-color: rgba(82, 82, 82, .05)
}

.v10-sitecore-container .bg-neutral-600\/50 {
    background-color: rgba(82, 82, 82, .5)
}

.v10-sitecore-container .bg-neutral-600\/60 {
    background-color: rgba(82, 82, 82, .6)
}

.v10-sitecore-container .bg-neutral-600\/70 {
    background-color: rgba(82, 82, 82, .7)
}

.v10-sitecore-container .bg-neutral-600\/75 {
    background-color: rgba(82, 82, 82, .75)
}

.v10-sitecore-container .bg-neutral-600\/80 {
    background-color: rgba(82, 82, 82, .8)
}

.v10-sitecore-container .bg-neutral-600\/90 {
    background-color: rgba(82, 82, 82, .9)
}

.v10-sitecore-container .bg-neutral-600\/95 {
    background-color: rgba(82, 82, 82, .95)
}

.v10-sitecore-container .bg-neutral-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(64 64 64/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-neutral-700\/0 {
    background-color: rgba(64, 64, 64, 0)
}

.v10-sitecore-container .bg-neutral-700\/10 {
    background-color: rgba(64, 64, 64, .1)
}

.v10-sitecore-container .bg-neutral-700\/100 {
    background-color: #404040
}

.v10-sitecore-container .bg-neutral-700\/20 {
    background-color: rgba(64, 64, 64, .2)
}

.v10-sitecore-container .bg-neutral-700\/25 {
    background-color: rgba(64, 64, 64, .25)
}

.v10-sitecore-container .bg-neutral-700\/30 {
    background-color: rgba(64, 64, 64, .3)
}

.v10-sitecore-container .bg-neutral-700\/40 {
    background-color: rgba(64, 64, 64, .4)
}

.v10-sitecore-container .bg-neutral-700\/5 {
    background-color: rgba(64, 64, 64, .05)
}

.v10-sitecore-container .bg-neutral-700\/50 {
    background-color: rgba(64, 64, 64, .5)
}

.v10-sitecore-container .bg-neutral-700\/60 {
    background-color: rgba(64, 64, 64, .6)
}

.v10-sitecore-container .bg-neutral-700\/70 {
    background-color: rgba(64, 64, 64, .7)
}

.v10-sitecore-container .bg-neutral-700\/75 {
    background-color: rgba(64, 64, 64, .75)
}

.v10-sitecore-container .bg-neutral-700\/80 {
    background-color: rgba(64, 64, 64, .8)
}

.v10-sitecore-container .bg-neutral-700\/90 {
    background-color: rgba(64, 64, 64, .9)
}

.v10-sitecore-container .bg-neutral-700\/95 {
    background-color: rgba(64, 64, 64, .95)
}

.v10-sitecore-container .bg-neutral-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(38 38 38/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-neutral-800\/0 {
    background-color: rgba(38, 38, 38, 0)
}

.v10-sitecore-container .bg-neutral-800\/10 {
    background-color: rgba(38, 38, 38, .1)
}

.v10-sitecore-container .bg-neutral-800\/100 {
    background-color: #262626
}

.v10-sitecore-container .bg-neutral-800\/20 {
    background-color: rgba(38, 38, 38, .2)
}

.v10-sitecore-container .bg-neutral-800\/25 {
    background-color: rgba(38, 38, 38, .25)
}

.v10-sitecore-container .bg-neutral-800\/30 {
    background-color: rgba(38, 38, 38, .3)
}

.v10-sitecore-container .bg-neutral-800\/40 {
    background-color: rgba(38, 38, 38, .4)
}

.v10-sitecore-container .bg-neutral-800\/5 {
    background-color: rgba(38, 38, 38, .05)
}

.v10-sitecore-container .bg-neutral-800\/50 {
    background-color: rgba(38, 38, 38, .5)
}

.v10-sitecore-container .bg-neutral-800\/60 {
    background-color: rgba(38, 38, 38, .6)
}

.v10-sitecore-container .bg-neutral-800\/70 {
    background-color: rgba(38, 38, 38, .7)
}

.v10-sitecore-container .bg-neutral-800\/75 {
    background-color: rgba(38, 38, 38, .75)
}

.v10-sitecore-container .bg-neutral-800\/80 {
    background-color: rgba(38, 38, 38, .8)
}

.v10-sitecore-container .bg-neutral-800\/90 {
    background-color: rgba(38, 38, 38, .9)
}

.v10-sitecore-container .bg-neutral-800\/95 {
    background-color: rgba(38, 38, 38, .95)
}

.v10-sitecore-container .bg-neutral-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(23 23 23/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-neutral-900\/0 {
    background-color: hsla(0, 0%, 9%, 0)
}

.v10-sitecore-container .bg-neutral-900\/10 {
    background-color: hsla(0, 0%, 9%, .1)
}

.v10-sitecore-container .bg-neutral-900\/100 {
    background-color: #171717
}

.v10-sitecore-container .bg-neutral-900\/20 {
    background-color: hsla(0, 0%, 9%, .2)
}

.v10-sitecore-container .bg-neutral-900\/25 {
    background-color: hsla(0, 0%, 9%, .25)
}

.v10-sitecore-container .bg-neutral-900\/30 {
    background-color: hsla(0, 0%, 9%, .3)
}

.v10-sitecore-container .bg-neutral-900\/40 {
    background-color: hsla(0, 0%, 9%, .4)
}

.v10-sitecore-container .bg-neutral-900\/5 {
    background-color: hsla(0, 0%, 9%, .05)
}

.v10-sitecore-container .bg-neutral-900\/50 {
    background-color: hsla(0, 0%, 9%, .5)
}

.v10-sitecore-container .bg-neutral-900\/60 {
    background-color: hsla(0, 0%, 9%, .6)
}

.v10-sitecore-container .bg-neutral-900\/70 {
    background-color: hsla(0, 0%, 9%, .7)
}

.v10-sitecore-container .bg-neutral-900\/75 {
    background-color: hsla(0, 0%, 9%, .75)
}

.v10-sitecore-container .bg-neutral-900\/80 {
    background-color: hsla(0, 0%, 9%, .8)
}

.v10-sitecore-container .bg-neutral-900\/90 {
    background-color: hsla(0, 0%, 9%, .9)
}

.v10-sitecore-container .bg-neutral-900\/95 {
    background-color: hsla(0, 0%, 9%, .95)
}

.v10-sitecore-container .bg-neutral-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(10 10 10/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-neutral-950\/0 {
    background-color: hsla(0, 0%, 4%, 0)
}

.v10-sitecore-container .bg-neutral-950\/10 {
    background-color: hsla(0, 0%, 4%, .1)
}

.v10-sitecore-container .bg-neutral-950\/100 {
    background-color: #0a0a0a
}

.v10-sitecore-container .bg-neutral-950\/20 {
    background-color: hsla(0, 0%, 4%, .2)
}

.v10-sitecore-container .bg-neutral-950\/25 {
    background-color: hsla(0, 0%, 4%, .25)
}

.v10-sitecore-container .bg-neutral-950\/30 {
    background-color: hsla(0, 0%, 4%, .3)
}

.v10-sitecore-container .bg-neutral-950\/40 {
    background-color: hsla(0, 0%, 4%, .4)
}

.v10-sitecore-container .bg-neutral-950\/5 {
    background-color: hsla(0, 0%, 4%, .05)
}

.v10-sitecore-container .bg-neutral-950\/50 {
    background-color: hsla(0, 0%, 4%, .5)
}

.v10-sitecore-container .bg-neutral-950\/60 {
    background-color: hsla(0, 0%, 4%, .6)
}

.v10-sitecore-container .bg-neutral-950\/70 {
    background-color: hsla(0, 0%, 4%, .7)
}

.v10-sitecore-container .bg-neutral-950\/75 {
    background-color: hsla(0, 0%, 4%, .75)
}

.v10-sitecore-container .bg-neutral-950\/80 {
    background-color: hsla(0, 0%, 4%, .8)
}

.v10-sitecore-container .bg-neutral-950\/90 {
    background-color: hsla(0, 0%, 4%, .9)
}

.v10-sitecore-container .bg-neutral-950\/95 {
    background-color: hsla(0, 0%, 4%, .95)
}

.v10-sitecore-container .bg-orange-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 237 213/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-orange-100\/0 {
    background-color: rgba(255, 237, 213, 0)
}

.v10-sitecore-container .bg-orange-100\/10 {
    background-color: rgba(255, 237, 213, .1)
}

.v10-sitecore-container .bg-orange-100\/100 {
    background-color: #ffedd5
}

.v10-sitecore-container .bg-orange-100\/20 {
    background-color: rgba(255, 237, 213, .2)
}

.v10-sitecore-container .bg-orange-100\/25 {
    background-color: rgba(255, 237, 213, .25)
}

.v10-sitecore-container .bg-orange-100\/30 {
    background-color: rgba(255, 237, 213, .3)
}

.v10-sitecore-container .bg-orange-100\/40 {
    background-color: rgba(255, 237, 213, .4)
}

.v10-sitecore-container .bg-orange-100\/5 {
    background-color: rgba(255, 237, 213, .05)
}

.v10-sitecore-container .bg-orange-100\/50 {
    background-color: rgba(255, 237, 213, .5)
}

.v10-sitecore-container .bg-orange-100\/60 {
    background-color: rgba(255, 237, 213, .6)
}

.v10-sitecore-container .bg-orange-100\/70 {
    background-color: rgba(255, 237, 213, .7)
}

.v10-sitecore-container .bg-orange-100\/75 {
    background-color: rgba(255, 237, 213, .75)
}

.v10-sitecore-container .bg-orange-100\/80 {
    background-color: rgba(255, 237, 213, .8)
}

.v10-sitecore-container .bg-orange-100\/90 {
    background-color: rgba(255, 237, 213, .9)
}

.v10-sitecore-container .bg-orange-100\/95 {
    background-color: rgba(255, 237, 213, .95)
}

.v10-sitecore-container .bg-orange-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 215 170/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-orange-200\/0 {
    background-color: hsla(32, 98%, 83%, 0)
}

.v10-sitecore-container .bg-orange-200\/10 {
    background-color: hsla(32, 98%, 83%, .1)
}

.v10-sitecore-container .bg-orange-200\/100 {
    background-color: #fed7aa
}

.v10-sitecore-container .bg-orange-200\/20 {
    background-color: hsla(32, 98%, 83%, .2)
}

.v10-sitecore-container .bg-orange-200\/25 {
    background-color: hsla(32, 98%, 83%, .25)
}

.v10-sitecore-container .bg-orange-200\/30 {
    background-color: hsla(32, 98%, 83%, .3)
}

.v10-sitecore-container .bg-orange-200\/40 {
    background-color: hsla(32, 98%, 83%, .4)
}

.v10-sitecore-container .bg-orange-200\/5 {
    background-color: hsla(32, 98%, 83%, .05)
}

.v10-sitecore-container .bg-orange-200\/50 {
    background-color: hsla(32, 98%, 83%, .5)
}

.v10-sitecore-container .bg-orange-200\/60 {
    background-color: hsla(32, 98%, 83%, .6)
}

.v10-sitecore-container .bg-orange-200\/70 {
    background-color: hsla(32, 98%, 83%, .7)
}

.v10-sitecore-container .bg-orange-200\/75 {
    background-color: hsla(32, 98%, 83%, .75)
}

.v10-sitecore-container .bg-orange-200\/80 {
    background-color: hsla(32, 98%, 83%, .8)
}

.v10-sitecore-container .bg-orange-200\/90 {
    background-color: hsla(32, 98%, 83%, .9)
}

.v10-sitecore-container .bg-orange-200\/95 {
    background-color: hsla(32, 98%, 83%, .95)
}

.v10-sitecore-container .bg-orange-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(253 186 116/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-orange-300\/0 {
    background-color: hsla(31, 97%, 72%, 0)
}

.v10-sitecore-container .bg-orange-300\/10 {
    background-color: hsla(31, 97%, 72%, .1)
}

.v10-sitecore-container .bg-orange-300\/100 {
    background-color: #fdba74
}

.v10-sitecore-container .bg-orange-300\/20 {
    background-color: hsla(31, 97%, 72%, .2)
}

.v10-sitecore-container .bg-orange-300\/25 {
    background-color: hsla(31, 97%, 72%, .25)
}

.v10-sitecore-container .bg-orange-300\/30 {
    background-color: hsla(31, 97%, 72%, .3)
}

.v10-sitecore-container .bg-orange-300\/40 {
    background-color: hsla(31, 97%, 72%, .4)
}

.v10-sitecore-container .bg-orange-300\/5 {
    background-color: hsla(31, 97%, 72%, .05)
}

.v10-sitecore-container .bg-orange-300\/50 {
    background-color: hsla(31, 97%, 72%, .5)
}

.v10-sitecore-container .bg-orange-300\/60 {
    background-color: hsla(31, 97%, 72%, .6)
}

.v10-sitecore-container .bg-orange-300\/70 {
    background-color: hsla(31, 97%, 72%, .7)
}

.v10-sitecore-container .bg-orange-300\/75 {
    background-color: hsla(31, 97%, 72%, .75)
}

.v10-sitecore-container .bg-orange-300\/80 {
    background-color: hsla(31, 97%, 72%, .8)
}

.v10-sitecore-container .bg-orange-300\/90 {
    background-color: hsla(31, 97%, 72%, .9)
}

.v10-sitecore-container .bg-orange-300\/95 {
    background-color: hsla(31, 97%, 72%, .95)
}

.v10-sitecore-container .bg-orange-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(251 146 60/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-orange-400\/0 {
    background-color: rgba(251, 146, 60, 0)
}

.v10-sitecore-container .bg-orange-400\/10 {
    background-color: rgba(251, 146, 60, .1)
}

.v10-sitecore-container .bg-orange-400\/100 {
    background-color: #fb923c
}

.v10-sitecore-container .bg-orange-400\/20 {
    background-color: rgba(251, 146, 60, .2)
}

.v10-sitecore-container .bg-orange-400\/25 {
    background-color: rgba(251, 146, 60, .25)
}

.v10-sitecore-container .bg-orange-400\/30 {
    background-color: rgba(251, 146, 60, .3)
}

.v10-sitecore-container .bg-orange-400\/40 {
    background-color: rgba(251, 146, 60, .4)
}

.v10-sitecore-container .bg-orange-400\/5 {
    background-color: rgba(251, 146, 60, .05)
}

.v10-sitecore-container .bg-orange-400\/50 {
    background-color: rgba(251, 146, 60, .5)
}

.v10-sitecore-container .bg-orange-400\/60 {
    background-color: rgba(251, 146, 60, .6)
}

.v10-sitecore-container .bg-orange-400\/70 {
    background-color: rgba(251, 146, 60, .7)
}

.v10-sitecore-container .bg-orange-400\/75 {
    background-color: rgba(251, 146, 60, .75)
}

.v10-sitecore-container .bg-orange-400\/80 {
    background-color: rgba(251, 146, 60, .8)
}

.v10-sitecore-container .bg-orange-400\/90 {
    background-color: rgba(251, 146, 60, .9)
}

.v10-sitecore-container .bg-orange-400\/95 {
    background-color: rgba(251, 146, 60, .95)
}

.v10-sitecore-container .bg-orange-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 247 237/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-orange-50\/0 {
    background-color: rgba(255, 247, 237, 0)
}

.v10-sitecore-container .bg-orange-50\/10 {
    background-color: rgba(255, 247, 237, .1)
}

.v10-sitecore-container .bg-orange-50\/100 {
    background-color: #fff7ed
}

.v10-sitecore-container .bg-orange-50\/20 {
    background-color: rgba(255, 247, 237, .2)
}

.v10-sitecore-container .bg-orange-50\/25 {
    background-color: rgba(255, 247, 237, .25)
}

.v10-sitecore-container .bg-orange-50\/30 {
    background-color: rgba(255, 247, 237, .3)
}

.v10-sitecore-container .bg-orange-50\/40 {
    background-color: rgba(255, 247, 237, .4)
}

.v10-sitecore-container .bg-orange-50\/5 {
    background-color: rgba(255, 247, 237, .05)
}

.v10-sitecore-container .bg-orange-50\/50 {
    background-color: rgba(255, 247, 237, .5)
}

.v10-sitecore-container .bg-orange-50\/60 {
    background-color: rgba(255, 247, 237, .6)
}

.v10-sitecore-container .bg-orange-50\/70 {
    background-color: rgba(255, 247, 237, .7)
}

.v10-sitecore-container .bg-orange-50\/75 {
    background-color: rgba(255, 247, 237, .75)
}

.v10-sitecore-container .bg-orange-50\/80 {
    background-color: rgba(255, 247, 237, .8)
}

.v10-sitecore-container .bg-orange-50\/90 {
    background-color: rgba(255, 247, 237, .9)
}

.v10-sitecore-container .bg-orange-50\/95 {
    background-color: rgba(255, 247, 237, .95)
}

.v10-sitecore-container .bg-orange-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 115 22/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-orange-500\/0 {
    background-color: rgba(249, 115, 22, 0)
}

.v10-sitecore-container .bg-orange-500\/10 {
    background-color: rgba(249, 115, 22, .1)
}

.v10-sitecore-container .bg-orange-500\/100 {
    background-color: #f97316
}

.v10-sitecore-container .bg-orange-500\/20 {
    background-color: rgba(249, 115, 22, .2)
}

.v10-sitecore-container .bg-orange-500\/25 {
    background-color: rgba(249, 115, 22, .25)
}

.v10-sitecore-container .bg-orange-500\/30 {
    background-color: rgba(249, 115, 22, .3)
}

.v10-sitecore-container .bg-orange-500\/40 {
    background-color: rgba(249, 115, 22, .4)
}

.v10-sitecore-container .bg-orange-500\/5 {
    background-color: rgba(249, 115, 22, .05)
}

.v10-sitecore-container .bg-orange-500\/50 {
    background-color: rgba(249, 115, 22, .5)
}

.v10-sitecore-container .bg-orange-500\/60 {
    background-color: rgba(249, 115, 22, .6)
}

.v10-sitecore-container .bg-orange-500\/70 {
    background-color: rgba(249, 115, 22, .7)
}

.v10-sitecore-container .bg-orange-500\/75 {
    background-color: rgba(249, 115, 22, .75)
}

.v10-sitecore-container .bg-orange-500\/80 {
    background-color: rgba(249, 115, 22, .8)
}

.v10-sitecore-container .bg-orange-500\/90 {
    background-color: rgba(249, 115, 22, .9)
}

.v10-sitecore-container .bg-orange-500\/95 {
    background-color: rgba(249, 115, 22, .95)
}

.v10-sitecore-container .bg-orange-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(234 88 12/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-orange-600\/0 {
    background-color: rgba(234, 88, 12, 0)
}

.v10-sitecore-container .bg-orange-600\/10 {
    background-color: rgba(234, 88, 12, .1)
}

.v10-sitecore-container .bg-orange-600\/100 {
    background-color: #ea580c
}

.v10-sitecore-container .bg-orange-600\/20 {
    background-color: rgba(234, 88, 12, .2)
}

.v10-sitecore-container .bg-orange-600\/25 {
    background-color: rgba(234, 88, 12, .25)
}

.v10-sitecore-container .bg-orange-600\/30 {
    background-color: rgba(234, 88, 12, .3)
}

.v10-sitecore-container .bg-orange-600\/40 {
    background-color: rgba(234, 88, 12, .4)
}

.v10-sitecore-container .bg-orange-600\/5 {
    background-color: rgba(234, 88, 12, .05)
}

.v10-sitecore-container .bg-orange-600\/50 {
    background-color: rgba(234, 88, 12, .5)
}

.v10-sitecore-container .bg-orange-600\/60 {
    background-color: rgba(234, 88, 12, .6)
}

.v10-sitecore-container .bg-orange-600\/70 {
    background-color: rgba(234, 88, 12, .7)
}

.v10-sitecore-container .bg-orange-600\/75 {
    background-color: rgba(234, 88, 12, .75)
}

.v10-sitecore-container .bg-orange-600\/80 {
    background-color: rgba(234, 88, 12, .8)
}

.v10-sitecore-container .bg-orange-600\/90 {
    background-color: rgba(234, 88, 12, .9)
}

.v10-sitecore-container .bg-orange-600\/95 {
    background-color: rgba(234, 88, 12, .95)
}

.v10-sitecore-container .bg-orange-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(194 65 12/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-orange-700\/0 {
    background-color: rgba(194, 65, 12, 0)
}

.v10-sitecore-container .bg-orange-700\/10 {
    background-color: rgba(194, 65, 12, .1)
}

.v10-sitecore-container .bg-orange-700\/100 {
    background-color: #c2410c
}

.v10-sitecore-container .bg-orange-700\/20 {
    background-color: rgba(194, 65, 12, .2)
}

.v10-sitecore-container .bg-orange-700\/25 {
    background-color: rgba(194, 65, 12, .25)
}

.v10-sitecore-container .bg-orange-700\/30 {
    background-color: rgba(194, 65, 12, .3)
}

.v10-sitecore-container .bg-orange-700\/40 {
    background-color: rgba(194, 65, 12, .4)
}

.v10-sitecore-container .bg-orange-700\/5 {
    background-color: rgba(194, 65, 12, .05)
}

.v10-sitecore-container .bg-orange-700\/50 {
    background-color: rgba(194, 65, 12, .5)
}

.v10-sitecore-container .bg-orange-700\/60 {
    background-color: rgba(194, 65, 12, .6)
}

.v10-sitecore-container .bg-orange-700\/70 {
    background-color: rgba(194, 65, 12, .7)
}

.v10-sitecore-container .bg-orange-700\/75 {
    background-color: rgba(194, 65, 12, .75)
}

.v10-sitecore-container .bg-orange-700\/80 {
    background-color: rgba(194, 65, 12, .8)
}

.v10-sitecore-container .bg-orange-700\/90 {
    background-color: rgba(194, 65, 12, .9)
}

.v10-sitecore-container .bg-orange-700\/95 {
    background-color: rgba(194, 65, 12, .95)
}

.v10-sitecore-container .bg-orange-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(154 52 18/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-orange-800\/0 {
    background-color: rgba(154, 52, 18, 0)
}

.v10-sitecore-container .bg-orange-800\/10 {
    background-color: rgba(154, 52, 18, .1)
}

.v10-sitecore-container .bg-orange-800\/100 {
    background-color: #9a3412
}

.v10-sitecore-container .bg-orange-800\/20 {
    background-color: rgba(154, 52, 18, .2)
}

.v10-sitecore-container .bg-orange-800\/25 {
    background-color: rgba(154, 52, 18, .25)
}

.v10-sitecore-container .bg-orange-800\/30 {
    background-color: rgba(154, 52, 18, .3)
}

.v10-sitecore-container .bg-orange-800\/40 {
    background-color: rgba(154, 52, 18, .4)
}

.v10-sitecore-container .bg-orange-800\/5 {
    background-color: rgba(154, 52, 18, .05)
}

.v10-sitecore-container .bg-orange-800\/50 {
    background-color: rgba(154, 52, 18, .5)
}

.v10-sitecore-container .bg-orange-800\/60 {
    background-color: rgba(154, 52, 18, .6)
}

.v10-sitecore-container .bg-orange-800\/70 {
    background-color: rgba(154, 52, 18, .7)
}

.v10-sitecore-container .bg-orange-800\/75 {
    background-color: rgba(154, 52, 18, .75)
}

.v10-sitecore-container .bg-orange-800\/80 {
    background-color: rgba(154, 52, 18, .8)
}

.v10-sitecore-container .bg-orange-800\/90 {
    background-color: rgba(154, 52, 18, .9)
}

.v10-sitecore-container .bg-orange-800\/95 {
    background-color: rgba(154, 52, 18, .95)
}

.v10-sitecore-container .bg-orange-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(124 45 18/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-orange-900\/0 {
    background-color: rgba(124, 45, 18, 0)
}

.v10-sitecore-container .bg-orange-900\/10 {
    background-color: rgba(124, 45, 18, .1)
}

.v10-sitecore-container .bg-orange-900\/100 {
    background-color: #7c2d12
}

.v10-sitecore-container .bg-orange-900\/20 {
    background-color: rgba(124, 45, 18, .2)
}

.v10-sitecore-container .bg-orange-900\/25 {
    background-color: rgba(124, 45, 18, .25)
}

.v10-sitecore-container .bg-orange-900\/30 {
    background-color: rgba(124, 45, 18, .3)
}

.v10-sitecore-container .bg-orange-900\/40 {
    background-color: rgba(124, 45, 18, .4)
}

.v10-sitecore-container .bg-orange-900\/5 {
    background-color: rgba(124, 45, 18, .05)
}

.v10-sitecore-container .bg-orange-900\/50 {
    background-color: rgba(124, 45, 18, .5)
}

.v10-sitecore-container .bg-orange-900\/60 {
    background-color: rgba(124, 45, 18, .6)
}

.v10-sitecore-container .bg-orange-900\/70 {
    background-color: rgba(124, 45, 18, .7)
}

.v10-sitecore-container .bg-orange-900\/75 {
    background-color: rgba(124, 45, 18, .75)
}

.v10-sitecore-container .bg-orange-900\/80 {
    background-color: rgba(124, 45, 18, .8)
}

.v10-sitecore-container .bg-orange-900\/90 {
    background-color: rgba(124, 45, 18, .9)
}

.v10-sitecore-container .bg-orange-900\/95 {
    background-color: rgba(124, 45, 18, .95)
}

.v10-sitecore-container .bg-orange-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(67 20 7/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-orange-950\/0 {
    background-color: rgba(67, 20, 7, 0)
}

.v10-sitecore-container .bg-orange-950\/10 {
    background-color: rgba(67, 20, 7, .1)
}

.v10-sitecore-container .bg-orange-950\/100 {
    background-color: #431407
}

.v10-sitecore-container .bg-orange-950\/20 {
    background-color: rgba(67, 20, 7, .2)
}

.v10-sitecore-container .bg-orange-950\/25 {
    background-color: rgba(67, 20, 7, .25)
}

.v10-sitecore-container .bg-orange-950\/30 {
    background-color: rgba(67, 20, 7, .3)
}

.v10-sitecore-container .bg-orange-950\/40 {
    background-color: rgba(67, 20, 7, .4)
}

.v10-sitecore-container .bg-orange-950\/5 {
    background-color: rgba(67, 20, 7, .05)
}

.v10-sitecore-container .bg-orange-950\/50 {
    background-color: rgba(67, 20, 7, .5)
}

.v10-sitecore-container .bg-orange-950\/60 {
    background-color: rgba(67, 20, 7, .6)
}

.v10-sitecore-container .bg-orange-950\/70 {
    background-color: rgba(67, 20, 7, .7)
}

.v10-sitecore-container .bg-orange-950\/75 {
    background-color: rgba(67, 20, 7, .75)
}

.v10-sitecore-container .bg-orange-950\/80 {
    background-color: rgba(67, 20, 7, .8)
}

.v10-sitecore-container .bg-orange-950\/90 {
    background-color: rgba(67, 20, 7, .9)
}

.v10-sitecore-container .bg-orange-950\/95 {
    background-color: rgba(67, 20, 7, .95)
}

.v10-sitecore-container .bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(252 231 243/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-pink-100\/0 {
    background-color: rgba(252, 231, 243, 0)
}

.v10-sitecore-container .bg-pink-100\/10 {
    background-color: rgba(252, 231, 243, .1)
}

.v10-sitecore-container .bg-pink-100\/100 {
    background-color: #fce7f3
}

.v10-sitecore-container .bg-pink-100\/20 {
    background-color: rgba(252, 231, 243, .2)
}

.v10-sitecore-container .bg-pink-100\/25 {
    background-color: rgba(252, 231, 243, .25)
}

.v10-sitecore-container .bg-pink-100\/30 {
    background-color: rgba(252, 231, 243, .3)
}

.v10-sitecore-container .bg-pink-100\/40 {
    background-color: rgba(252, 231, 243, .4)
}

.v10-sitecore-container .bg-pink-100\/5 {
    background-color: rgba(252, 231, 243, .05)
}

.v10-sitecore-container .bg-pink-100\/50 {
    background-color: rgba(252, 231, 243, .5)
}

.v10-sitecore-container .bg-pink-100\/60 {
    background-color: rgba(252, 231, 243, .6)
}

.v10-sitecore-container .bg-pink-100\/70 {
    background-color: rgba(252, 231, 243, .7)
}

.v10-sitecore-container .bg-pink-100\/75 {
    background-color: rgba(252, 231, 243, .75)
}

.v10-sitecore-container .bg-pink-100\/80 {
    background-color: rgba(252, 231, 243, .8)
}

.v10-sitecore-container .bg-pink-100\/90 {
    background-color: rgba(252, 231, 243, .9)
}

.v10-sitecore-container .bg-pink-100\/95 {
    background-color: rgba(252, 231, 243, .95)
}

.v10-sitecore-container .bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(251 207 232/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-pink-200\/0 {
    background-color: rgba(251, 207, 232, 0)
}

.v10-sitecore-container .bg-pink-200\/10 {
    background-color: rgba(251, 207, 232, .1)
}

.v10-sitecore-container .bg-pink-200\/100 {
    background-color: #fbcfe8
}

.v10-sitecore-container .bg-pink-200\/20 {
    background-color: rgba(251, 207, 232, .2)
}

.v10-sitecore-container .bg-pink-200\/25 {
    background-color: rgba(251, 207, 232, .25)
}

.v10-sitecore-container .bg-pink-200\/30 {
    background-color: rgba(251, 207, 232, .3)
}

.v10-sitecore-container .bg-pink-200\/40 {
    background-color: rgba(251, 207, 232, .4)
}

.v10-sitecore-container .bg-pink-200\/5 {
    background-color: rgba(251, 207, 232, .05)
}

.v10-sitecore-container .bg-pink-200\/50 {
    background-color: rgba(251, 207, 232, .5)
}

.v10-sitecore-container .bg-pink-200\/60 {
    background-color: rgba(251, 207, 232, .6)
}

.v10-sitecore-container .bg-pink-200\/70 {
    background-color: rgba(251, 207, 232, .7)
}

.v10-sitecore-container .bg-pink-200\/75 {
    background-color: rgba(251, 207, 232, .75)
}

.v10-sitecore-container .bg-pink-200\/80 {
    background-color: rgba(251, 207, 232, .8)
}

.v10-sitecore-container .bg-pink-200\/90 {
    background-color: rgba(251, 207, 232, .9)
}

.v10-sitecore-container .bg-pink-200\/95 {
    background-color: rgba(251, 207, 232, .95)
}

.v10-sitecore-container .bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 168 212/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-pink-300\/0 {
    background-color: rgba(249, 168, 212, 0)
}

.v10-sitecore-container .bg-pink-300\/10 {
    background-color: rgba(249, 168, 212, .1)
}

.v10-sitecore-container .bg-pink-300\/100 {
    background-color: #f9a8d4
}

.v10-sitecore-container .bg-pink-300\/20 {
    background-color: rgba(249, 168, 212, .2)
}

.v10-sitecore-container .bg-pink-300\/25 {
    background-color: rgba(249, 168, 212, .25)
}

.v10-sitecore-container .bg-pink-300\/30 {
    background-color: rgba(249, 168, 212, .3)
}

.v10-sitecore-container .bg-pink-300\/40 {
    background-color: rgba(249, 168, 212, .4)
}

.v10-sitecore-container .bg-pink-300\/5 {
    background-color: rgba(249, 168, 212, .05)
}

.v10-sitecore-container .bg-pink-300\/50 {
    background-color: rgba(249, 168, 212, .5)
}

.v10-sitecore-container .bg-pink-300\/60 {
    background-color: rgba(249, 168, 212, .6)
}

.v10-sitecore-container .bg-pink-300\/70 {
    background-color: rgba(249, 168, 212, .7)
}

.v10-sitecore-container .bg-pink-300\/75 {
    background-color: rgba(249, 168, 212, .75)
}

.v10-sitecore-container .bg-pink-300\/80 {
    background-color: rgba(249, 168, 212, .8)
}

.v10-sitecore-container .bg-pink-300\/90 {
    background-color: rgba(249, 168, 212, .9)
}

.v10-sitecore-container .bg-pink-300\/95 {
    background-color: rgba(249, 168, 212, .95)
}

.v10-sitecore-container .bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(244 114 182/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-pink-400\/0 {
    background-color: rgba(244, 114, 182, 0)
}

.v10-sitecore-container .bg-pink-400\/10 {
    background-color: rgba(244, 114, 182, .1)
}

.v10-sitecore-container .bg-pink-400\/100 {
    background-color: #f472b6
}

.v10-sitecore-container .bg-pink-400\/20 {
    background-color: rgba(244, 114, 182, .2)
}

.v10-sitecore-container .bg-pink-400\/25 {
    background-color: rgba(244, 114, 182, .25)
}

.v10-sitecore-container .bg-pink-400\/30 {
    background-color: rgba(244, 114, 182, .3)
}

.v10-sitecore-container .bg-pink-400\/40 {
    background-color: rgba(244, 114, 182, .4)
}

.v10-sitecore-container .bg-pink-400\/5 {
    background-color: rgba(244, 114, 182, .05)
}

.v10-sitecore-container .bg-pink-400\/50 {
    background-color: rgba(244, 114, 182, .5)
}

.v10-sitecore-container .bg-pink-400\/60 {
    background-color: rgba(244, 114, 182, .6)
}

.v10-sitecore-container .bg-pink-400\/70 {
    background-color: rgba(244, 114, 182, .7)
}

.v10-sitecore-container .bg-pink-400\/75 {
    background-color: rgba(244, 114, 182, .75)
}

.v10-sitecore-container .bg-pink-400\/80 {
    background-color: rgba(244, 114, 182, .8)
}

.v10-sitecore-container .bg-pink-400\/90 {
    background-color: rgba(244, 114, 182, .9)
}

.v10-sitecore-container .bg-pink-400\/95 {
    background-color: rgba(244, 114, 182, .95)
}

.v10-sitecore-container .bg-pink-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(253 242 248/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-pink-50\/0 {
    background-color: rgba(253, 242, 248, 0)
}

.v10-sitecore-container .bg-pink-50\/10 {
    background-color: rgba(253, 242, 248, .1)
}

.v10-sitecore-container .bg-pink-50\/100 {
    background-color: #fdf2f8
}

.v10-sitecore-container .bg-pink-50\/20 {
    background-color: rgba(253, 242, 248, .2)
}

.v10-sitecore-container .bg-pink-50\/25 {
    background-color: rgba(253, 242, 248, .25)
}

.v10-sitecore-container .bg-pink-50\/30 {
    background-color: rgba(253, 242, 248, .3)
}

.v10-sitecore-container .bg-pink-50\/40 {
    background-color: rgba(253, 242, 248, .4)
}

.v10-sitecore-container .bg-pink-50\/5 {
    background-color: rgba(253, 242, 248, .05)
}

.v10-sitecore-container .bg-pink-50\/50 {
    background-color: rgba(253, 242, 248, .5)
}

.v10-sitecore-container .bg-pink-50\/60 {
    background-color: rgba(253, 242, 248, .6)
}

.v10-sitecore-container .bg-pink-50\/70 {
    background-color: rgba(253, 242, 248, .7)
}

.v10-sitecore-container .bg-pink-50\/75 {
    background-color: rgba(253, 242, 248, .75)
}

.v10-sitecore-container .bg-pink-50\/80 {
    background-color: rgba(253, 242, 248, .8)
}

.v10-sitecore-container .bg-pink-50\/90 {
    background-color: rgba(253, 242, 248, .9)
}

.v10-sitecore-container .bg-pink-50\/95 {
    background-color: rgba(253, 242, 248, .95)
}

.v10-sitecore-container .bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(236 72 153/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-pink-500\/0 {
    background-color: rgba(236, 72, 153, 0)
}

.v10-sitecore-container .bg-pink-500\/10 {
    background-color: rgba(236, 72, 153, .1)
}

.v10-sitecore-container .bg-pink-500\/100 {
    background-color: #ec4899
}

.v10-sitecore-container .bg-pink-500\/20 {
    background-color: rgba(236, 72, 153, .2)
}

.v10-sitecore-container .bg-pink-500\/25 {
    background-color: rgba(236, 72, 153, .25)
}

.v10-sitecore-container .bg-pink-500\/30 {
    background-color: rgba(236, 72, 153, .3)
}

.v10-sitecore-container .bg-pink-500\/40 {
    background-color: rgba(236, 72, 153, .4)
}

.v10-sitecore-container .bg-pink-500\/5 {
    background-color: rgba(236, 72, 153, .05)
}

.v10-sitecore-container .bg-pink-500\/50 {
    background-color: rgba(236, 72, 153, .5)
}

.v10-sitecore-container .bg-pink-500\/60 {
    background-color: rgba(236, 72, 153, .6)
}

.v10-sitecore-container .bg-pink-500\/70 {
    background-color: rgba(236, 72, 153, .7)
}

.v10-sitecore-container .bg-pink-500\/75 {
    background-color: rgba(236, 72, 153, .75)
}

.v10-sitecore-container .bg-pink-500\/80 {
    background-color: rgba(236, 72, 153, .8)
}

.v10-sitecore-container .bg-pink-500\/90 {
    background-color: rgba(236, 72, 153, .9)
}

.v10-sitecore-container .bg-pink-500\/95 {
    background-color: rgba(236, 72, 153, .95)
}

.v10-sitecore-container .bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(219 39 119/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-pink-600\/0 {
    background-color: rgba(219, 39, 119, 0)
}

.v10-sitecore-container .bg-pink-600\/10 {
    background-color: rgba(219, 39, 119, .1)
}

.v10-sitecore-container .bg-pink-600\/100 {
    background-color: #db2777
}

.v10-sitecore-container .bg-pink-600\/20 {
    background-color: rgba(219, 39, 119, .2)
}

.v10-sitecore-container .bg-pink-600\/25 {
    background-color: rgba(219, 39, 119, .25)
}

.v10-sitecore-container .bg-pink-600\/30 {
    background-color: rgba(219, 39, 119, .3)
}

.v10-sitecore-container .bg-pink-600\/40 {
    background-color: rgba(219, 39, 119, .4)
}

.v10-sitecore-container .bg-pink-600\/5 {
    background-color: rgba(219, 39, 119, .05)
}

.v10-sitecore-container .bg-pink-600\/50 {
    background-color: rgba(219, 39, 119, .5)
}

.v10-sitecore-container .bg-pink-600\/60 {
    background-color: rgba(219, 39, 119, .6)
}

.v10-sitecore-container .bg-pink-600\/70 {
    background-color: rgba(219, 39, 119, .7)
}

.v10-sitecore-container .bg-pink-600\/75 {
    background-color: rgba(219, 39, 119, .75)
}

.v10-sitecore-container .bg-pink-600\/80 {
    background-color: rgba(219, 39, 119, .8)
}

.v10-sitecore-container .bg-pink-600\/90 {
    background-color: rgba(219, 39, 119, .9)
}

.v10-sitecore-container .bg-pink-600\/95 {
    background-color: rgba(219, 39, 119, .95)
}

.v10-sitecore-container .bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(190 24 93/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-pink-700\/0 {
    background-color: rgba(190, 24, 93, 0)
}

.v10-sitecore-container .bg-pink-700\/10 {
    background-color: rgba(190, 24, 93, .1)
}

.v10-sitecore-container .bg-pink-700\/100 {
    background-color: #be185d
}

.v10-sitecore-container .bg-pink-700\/20 {
    background-color: rgba(190, 24, 93, .2)
}

.v10-sitecore-container .bg-pink-700\/25 {
    background-color: rgba(190, 24, 93, .25)
}

.v10-sitecore-container .bg-pink-700\/30 {
    background-color: rgba(190, 24, 93, .3)
}

.v10-sitecore-container .bg-pink-700\/40 {
    background-color: rgba(190, 24, 93, .4)
}

.v10-sitecore-container .bg-pink-700\/5 {
    background-color: rgba(190, 24, 93, .05)
}

.v10-sitecore-container .bg-pink-700\/50 {
    background-color: rgba(190, 24, 93, .5)
}

.v10-sitecore-container .bg-pink-700\/60 {
    background-color: rgba(190, 24, 93, .6)
}

.v10-sitecore-container .bg-pink-700\/70 {
    background-color: rgba(190, 24, 93, .7)
}

.v10-sitecore-container .bg-pink-700\/75 {
    background-color: rgba(190, 24, 93, .75)
}

.v10-sitecore-container .bg-pink-700\/80 {
    background-color: rgba(190, 24, 93, .8)
}

.v10-sitecore-container .bg-pink-700\/90 {
    background-color: rgba(190, 24, 93, .9)
}

.v10-sitecore-container .bg-pink-700\/95 {
    background-color: rgba(190, 24, 93, .95)
}

.v10-sitecore-container .bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(157 23 77/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-pink-800\/0 {
    background-color: rgba(157, 23, 77, 0)
}

.v10-sitecore-container .bg-pink-800\/10 {
    background-color: rgba(157, 23, 77, .1)
}

.v10-sitecore-container .bg-pink-800\/100 {
    background-color: #9d174d
}

.v10-sitecore-container .bg-pink-800\/20 {
    background-color: rgba(157, 23, 77, .2)
}

.v10-sitecore-container .bg-pink-800\/25 {
    background-color: rgba(157, 23, 77, .25)
}

.v10-sitecore-container .bg-pink-800\/30 {
    background-color: rgba(157, 23, 77, .3)
}

.v10-sitecore-container .bg-pink-800\/40 {
    background-color: rgba(157, 23, 77, .4)
}

.v10-sitecore-container .bg-pink-800\/5 {
    background-color: rgba(157, 23, 77, .05)
}

.v10-sitecore-container .bg-pink-800\/50 {
    background-color: rgba(157, 23, 77, .5)
}

.v10-sitecore-container .bg-pink-800\/60 {
    background-color: rgba(157, 23, 77, .6)
}

.v10-sitecore-container .bg-pink-800\/70 {
    background-color: rgba(157, 23, 77, .7)
}

.v10-sitecore-container .bg-pink-800\/75 {
    background-color: rgba(157, 23, 77, .75)
}

.v10-sitecore-container .bg-pink-800\/80 {
    background-color: rgba(157, 23, 77, .8)
}

.v10-sitecore-container .bg-pink-800\/90 {
    background-color: rgba(157, 23, 77, .9)
}

.v10-sitecore-container .bg-pink-800\/95 {
    background-color: rgba(157, 23, 77, .95)
}

.v10-sitecore-container .bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(131 24 67/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-pink-900\/0 {
    background-color: rgba(131, 24, 67, 0)
}

.v10-sitecore-container .bg-pink-900\/10 {
    background-color: rgba(131, 24, 67, .1)
}

.v10-sitecore-container .bg-pink-900\/100 {
    background-color: #831843
}

.v10-sitecore-container .bg-pink-900\/20 {
    background-color: rgba(131, 24, 67, .2)
}

.v10-sitecore-container .bg-pink-900\/25 {
    background-color: rgba(131, 24, 67, .25)
}

.v10-sitecore-container .bg-pink-900\/30 {
    background-color: rgba(131, 24, 67, .3)
}

.v10-sitecore-container .bg-pink-900\/40 {
    background-color: rgba(131, 24, 67, .4)
}

.v10-sitecore-container .bg-pink-900\/5 {
    background-color: rgba(131, 24, 67, .05)
}

.v10-sitecore-container .bg-pink-900\/50 {
    background-color: rgba(131, 24, 67, .5)
}

.v10-sitecore-container .bg-pink-900\/60 {
    background-color: rgba(131, 24, 67, .6)
}

.v10-sitecore-container .bg-pink-900\/70 {
    background-color: rgba(131, 24, 67, .7)
}

.v10-sitecore-container .bg-pink-900\/75 {
    background-color: rgba(131, 24, 67, .75)
}

.v10-sitecore-container .bg-pink-900\/80 {
    background-color: rgba(131, 24, 67, .8)
}

.v10-sitecore-container .bg-pink-900\/90 {
    background-color: rgba(131, 24, 67, .9)
}

.v10-sitecore-container .bg-pink-900\/95 {
    background-color: rgba(131, 24, 67, .95)
}

.v10-sitecore-container .bg-pink-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(80 7 36/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-pink-950\/0 {
    background-color: rgba(80, 7, 36, 0)
}

.v10-sitecore-container .bg-pink-950\/10 {
    background-color: rgba(80, 7, 36, .1)
}

.v10-sitecore-container .bg-pink-950\/100 {
    background-color: #500724
}

.v10-sitecore-container .bg-pink-950\/20 {
    background-color: rgba(80, 7, 36, .2)
}

.v10-sitecore-container .bg-pink-950\/25 {
    background-color: rgba(80, 7, 36, .25)
}

.v10-sitecore-container .bg-pink-950\/30 {
    background-color: rgba(80, 7, 36, .3)
}

.v10-sitecore-container .bg-pink-950\/40 {
    background-color: rgba(80, 7, 36, .4)
}

.v10-sitecore-container .bg-pink-950\/5 {
    background-color: rgba(80, 7, 36, .05)
}

.v10-sitecore-container .bg-pink-950\/50 {
    background-color: rgba(80, 7, 36, .5)
}

.v10-sitecore-container .bg-pink-950\/60 {
    background-color: rgba(80, 7, 36, .6)
}

.v10-sitecore-container .bg-pink-950\/70 {
    background-color: rgba(80, 7, 36, .7)
}

.v10-sitecore-container .bg-pink-950\/75 {
    background-color: rgba(80, 7, 36, .75)
}

.v10-sitecore-container .bg-pink-950\/80 {
    background-color: rgba(80, 7, 36, .8)
}

.v10-sitecore-container .bg-pink-950\/90 {
    background-color: rgba(80, 7, 36, .9)
}

.v10-sitecore-container .bg-pink-950\/95 {
    background-color: rgba(80, 7, 36, .95)
}

.v10-sitecore-container .bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 232 255/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-purple-100\/0 {
    background-color: rgba(243, 232, 255, 0)
}

.v10-sitecore-container .bg-purple-100\/10 {
    background-color: rgba(243, 232, 255, .1)
}

.v10-sitecore-container .bg-purple-100\/100 {
    background-color: #f3e8ff
}

.v10-sitecore-container .bg-purple-100\/20 {
    background-color: rgba(243, 232, 255, .2)
}

.v10-sitecore-container .bg-purple-100\/25 {
    background-color: rgba(243, 232, 255, .25)
}

.v10-sitecore-container .bg-purple-100\/30 {
    background-color: rgba(243, 232, 255, .3)
}

.v10-sitecore-container .bg-purple-100\/40 {
    background-color: rgba(243, 232, 255, .4)
}

.v10-sitecore-container .bg-purple-100\/5 {
    background-color: rgba(243, 232, 255, .05)
}

.v10-sitecore-container .bg-purple-100\/50 {
    background-color: rgba(243, 232, 255, .5)
}

.v10-sitecore-container .bg-purple-100\/60 {
    background-color: rgba(243, 232, 255, .6)
}

.v10-sitecore-container .bg-purple-100\/70 {
    background-color: rgba(243, 232, 255, .7)
}

.v10-sitecore-container .bg-purple-100\/75 {
    background-color: rgba(243, 232, 255, .75)
}

.v10-sitecore-container .bg-purple-100\/80 {
    background-color: rgba(243, 232, 255, .8)
}

.v10-sitecore-container .bg-purple-100\/90 {
    background-color: rgba(243, 232, 255, .9)
}

.v10-sitecore-container .bg-purple-100\/95 {
    background-color: rgba(243, 232, 255, .95)
}

.v10-sitecore-container .bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(233 213 255/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-purple-200\/0 {
    background-color: rgba(233, 213, 255, 0)
}

.v10-sitecore-container .bg-purple-200\/10 {
    background-color: rgba(233, 213, 255, .1)
}

.v10-sitecore-container .bg-purple-200\/100 {
    background-color: #e9d5ff
}

.v10-sitecore-container .bg-purple-200\/20 {
    background-color: rgba(233, 213, 255, .2)
}

.v10-sitecore-container .bg-purple-200\/25 {
    background-color: rgba(233, 213, 255, .25)
}

.v10-sitecore-container .bg-purple-200\/30 {
    background-color: rgba(233, 213, 255, .3)
}

.v10-sitecore-container .bg-purple-200\/40 {
    background-color: rgba(233, 213, 255, .4)
}

.v10-sitecore-container .bg-purple-200\/5 {
    background-color: rgba(233, 213, 255, .05)
}

.v10-sitecore-container .bg-purple-200\/50 {
    background-color: rgba(233, 213, 255, .5)
}

.v10-sitecore-container .bg-purple-200\/60 {
    background-color: rgba(233, 213, 255, .6)
}

.v10-sitecore-container .bg-purple-200\/70 {
    background-color: rgba(233, 213, 255, .7)
}

.v10-sitecore-container .bg-purple-200\/75 {
    background-color: rgba(233, 213, 255, .75)
}

.v10-sitecore-container .bg-purple-200\/80 {
    background-color: rgba(233, 213, 255, .8)
}

.v10-sitecore-container .bg-purple-200\/90 {
    background-color: rgba(233, 213, 255, .9)
}

.v10-sitecore-container .bg-purple-200\/95 {
    background-color: rgba(233, 213, 255, .95)
}

.v10-sitecore-container .bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(216 180 254/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-purple-300\/0 {
    background-color: rgba(216, 180, 254, 0)
}

.v10-sitecore-container .bg-purple-300\/10 {
    background-color: rgba(216, 180, 254, .1)
}

.v10-sitecore-container .bg-purple-300\/100 {
    background-color: #d8b4fe
}

.v10-sitecore-container .bg-purple-300\/20 {
    background-color: rgba(216, 180, 254, .2)
}

.v10-sitecore-container .bg-purple-300\/25 {
    background-color: rgba(216, 180, 254, .25)
}

.v10-sitecore-container .bg-purple-300\/30 {
    background-color: rgba(216, 180, 254, .3)
}

.v10-sitecore-container .bg-purple-300\/40 {
    background-color: rgba(216, 180, 254, .4)
}

.v10-sitecore-container .bg-purple-300\/5 {
    background-color: rgba(216, 180, 254, .05)
}

.v10-sitecore-container .bg-purple-300\/50 {
    background-color: rgba(216, 180, 254, .5)
}

.v10-sitecore-container .bg-purple-300\/60 {
    background-color: rgba(216, 180, 254, .6)
}

.v10-sitecore-container .bg-purple-300\/70 {
    background-color: rgba(216, 180, 254, .7)
}

.v10-sitecore-container .bg-purple-300\/75 {
    background-color: rgba(216, 180, 254, .75)
}

.v10-sitecore-container .bg-purple-300\/80 {
    background-color: rgba(216, 180, 254, .8)
}

.v10-sitecore-container .bg-purple-300\/90 {
    background-color: rgba(216, 180, 254, .9)
}

.v10-sitecore-container .bg-purple-300\/95 {
    background-color: rgba(216, 180, 254, .95)
}

.v10-sitecore-container .bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(192 132 252/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-purple-400\/0 {
    background-color: rgba(192, 132, 252, 0)
}

.v10-sitecore-container .bg-purple-400\/10 {
    background-color: rgba(192, 132, 252, .1)
}

.v10-sitecore-container .bg-purple-400\/100 {
    background-color: #c084fc
}

.v10-sitecore-container .bg-purple-400\/20 {
    background-color: rgba(192, 132, 252, .2)
}

.v10-sitecore-container .bg-purple-400\/25 {
    background-color: rgba(192, 132, 252, .25)
}

.v10-sitecore-container .bg-purple-400\/30 {
    background-color: rgba(192, 132, 252, .3)
}

.v10-sitecore-container .bg-purple-400\/40 {
    background-color: rgba(192, 132, 252, .4)
}

.v10-sitecore-container .bg-purple-400\/5 {
    background-color: rgba(192, 132, 252, .05)
}

.v10-sitecore-container .bg-purple-400\/50 {
    background-color: rgba(192, 132, 252, .5)
}

.v10-sitecore-container .bg-purple-400\/60 {
    background-color: rgba(192, 132, 252, .6)
}

.v10-sitecore-container .bg-purple-400\/70 {
    background-color: rgba(192, 132, 252, .7)
}

.v10-sitecore-container .bg-purple-400\/75 {
    background-color: rgba(192, 132, 252, .75)
}

.v10-sitecore-container .bg-purple-400\/80 {
    background-color: rgba(192, 132, 252, .8)
}

.v10-sitecore-container .bg-purple-400\/90 {
    background-color: rgba(192, 132, 252, .9)
}

.v10-sitecore-container .bg-purple-400\/95 {
    background-color: rgba(192, 132, 252, .95)
}

.v10-sitecore-container .bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 245 255/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-purple-50\/0 {
    background-color: rgba(250, 245, 255, 0)
}

.v10-sitecore-container .bg-purple-50\/10 {
    background-color: rgba(250, 245, 255, .1)
}

.v10-sitecore-container .bg-purple-50\/100 {
    background-color: #faf5ff
}

.v10-sitecore-container .bg-purple-50\/20 {
    background-color: rgba(250, 245, 255, .2)
}

.v10-sitecore-container .bg-purple-50\/25 {
    background-color: rgba(250, 245, 255, .25)
}

.v10-sitecore-container .bg-purple-50\/30 {
    background-color: rgba(250, 245, 255, .3)
}

.v10-sitecore-container .bg-purple-50\/40 {
    background-color: rgba(250, 245, 255, .4)
}

.v10-sitecore-container .bg-purple-50\/5 {
    background-color: rgba(250, 245, 255, .05)
}

.v10-sitecore-container .bg-purple-50\/50 {
    background-color: rgba(250, 245, 255, .5)
}

.v10-sitecore-container .bg-purple-50\/60 {
    background-color: rgba(250, 245, 255, .6)
}

.v10-sitecore-container .bg-purple-50\/70 {
    background-color: rgba(250, 245, 255, .7)
}

.v10-sitecore-container .bg-purple-50\/75 {
    background-color: rgba(250, 245, 255, .75)
}

.v10-sitecore-container .bg-purple-50\/80 {
    background-color: rgba(250, 245, 255, .8)
}

.v10-sitecore-container .bg-purple-50\/90 {
    background-color: rgba(250, 245, 255, .9)
}

.v10-sitecore-container .bg-purple-50\/95 {
    background-color: rgba(250, 245, 255, .95)
}

.v10-sitecore-container .bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(168 85 247/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-purple-500\/0 {
    background-color: rgba(168, 85, 247, 0)
}

.v10-sitecore-container .bg-purple-500\/10 {
    background-color: rgba(168, 85, 247, .1)
}

.v10-sitecore-container .bg-purple-500\/100 {
    background-color: #a855f7
}

.v10-sitecore-container .bg-purple-500\/20 {
    background-color: rgba(168, 85, 247, .2)
}

.v10-sitecore-container .bg-purple-500\/25 {
    background-color: rgba(168, 85, 247, .25)
}

.v10-sitecore-container .bg-purple-500\/30 {
    background-color: rgba(168, 85, 247, .3)
}

.v10-sitecore-container .bg-purple-500\/40 {
    background-color: rgba(168, 85, 247, .4)
}

.v10-sitecore-container .bg-purple-500\/5 {
    background-color: rgba(168, 85, 247, .05)
}

.v10-sitecore-container .bg-purple-500\/50 {
    background-color: rgba(168, 85, 247, .5)
}

.v10-sitecore-container .bg-purple-500\/60 {
    background-color: rgba(168, 85, 247, .6)
}

.v10-sitecore-container .bg-purple-500\/70 {
    background-color: rgba(168, 85, 247, .7)
}

.v10-sitecore-container .bg-purple-500\/75 {
    background-color: rgba(168, 85, 247, .75)
}

.v10-sitecore-container .bg-purple-500\/80 {
    background-color: rgba(168, 85, 247, .8)
}

.v10-sitecore-container .bg-purple-500\/90 {
    background-color: rgba(168, 85, 247, .9)
}

.v10-sitecore-container .bg-purple-500\/95 {
    background-color: rgba(168, 85, 247, .95)
}

.v10-sitecore-container .bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(147 51 234/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-purple-600\/0 {
    background-color: rgba(147, 51, 234, 0)
}

.v10-sitecore-container .bg-purple-600\/10 {
    background-color: rgba(147, 51, 234, .1)
}

.v10-sitecore-container .bg-purple-600\/100 {
    background-color: #9333ea
}

.v10-sitecore-container .bg-purple-600\/20 {
    background-color: rgba(147, 51, 234, .2)
}

.v10-sitecore-container .bg-purple-600\/25 {
    background-color: rgba(147, 51, 234, .25)
}

.v10-sitecore-container .bg-purple-600\/30 {
    background-color: rgba(147, 51, 234, .3)
}

.v10-sitecore-container .bg-purple-600\/40 {
    background-color: rgba(147, 51, 234, .4)
}

.v10-sitecore-container .bg-purple-600\/5 {
    background-color: rgba(147, 51, 234, .05)
}

.v10-sitecore-container .bg-purple-600\/50 {
    background-color: rgba(147, 51, 234, .5)
}

.v10-sitecore-container .bg-purple-600\/60 {
    background-color: rgba(147, 51, 234, .6)
}

.v10-sitecore-container .bg-purple-600\/70 {
    background-color: rgba(147, 51, 234, .7)
}

.v10-sitecore-container .bg-purple-600\/75 {
    background-color: rgba(147, 51, 234, .75)
}

.v10-sitecore-container .bg-purple-600\/80 {
    background-color: rgba(147, 51, 234, .8)
}

.v10-sitecore-container .bg-purple-600\/90 {
    background-color: rgba(147, 51, 234, .9)
}

.v10-sitecore-container .bg-purple-600\/95 {
    background-color: rgba(147, 51, 234, .95)
}

.v10-sitecore-container .bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(126 34 206/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-purple-700\/0 {
    background-color: rgba(126, 34, 206, 0)
}

.v10-sitecore-container .bg-purple-700\/10 {
    background-color: rgba(126, 34, 206, .1)
}

.v10-sitecore-container .bg-purple-700\/100 {
    background-color: #7e22ce
}

.v10-sitecore-container .bg-purple-700\/20 {
    background-color: rgba(126, 34, 206, .2)
}

.v10-sitecore-container .bg-purple-700\/25 {
    background-color: rgba(126, 34, 206, .25)
}

.v10-sitecore-container .bg-purple-700\/30 {
    background-color: rgba(126, 34, 206, .3)
}

.v10-sitecore-container .bg-purple-700\/40 {
    background-color: rgba(126, 34, 206, .4)
}

.v10-sitecore-container .bg-purple-700\/5 {
    background-color: rgba(126, 34, 206, .05)
}

.v10-sitecore-container .bg-purple-700\/50 {
    background-color: rgba(126, 34, 206, .5)
}

.v10-sitecore-container .bg-purple-700\/60 {
    background-color: rgba(126, 34, 206, .6)
}

.v10-sitecore-container .bg-purple-700\/70 {
    background-color: rgba(126, 34, 206, .7)
}

.v10-sitecore-container .bg-purple-700\/75 {
    background-color: rgba(126, 34, 206, .75)
}

.v10-sitecore-container .bg-purple-700\/80 {
    background-color: rgba(126, 34, 206, .8)
}

.v10-sitecore-container .bg-purple-700\/90 {
    background-color: rgba(126, 34, 206, .9)
}

.v10-sitecore-container .bg-purple-700\/95 {
    background-color: rgba(126, 34, 206, .95)
}

.v10-sitecore-container .bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(107 33 168/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-purple-800\/0 {
    background-color: rgba(107, 33, 168, 0)
}

.v10-sitecore-container .bg-purple-800\/10 {
    background-color: rgba(107, 33, 168, .1)
}

.v10-sitecore-container .bg-purple-800\/100 {
    background-color: #6b21a8
}

.v10-sitecore-container .bg-purple-800\/20 {
    background-color: rgba(107, 33, 168, .2)
}

.v10-sitecore-container .bg-purple-800\/25 {
    background-color: rgba(107, 33, 168, .25)
}

.v10-sitecore-container .bg-purple-800\/30 {
    background-color: rgba(107, 33, 168, .3)
}

.v10-sitecore-container .bg-purple-800\/40 {
    background-color: rgba(107, 33, 168, .4)
}

.v10-sitecore-container .bg-purple-800\/5 {
    background-color: rgba(107, 33, 168, .05)
}

.v10-sitecore-container .bg-purple-800\/50 {
    background-color: rgba(107, 33, 168, .5)
}

.v10-sitecore-container .bg-purple-800\/60 {
    background-color: rgba(107, 33, 168, .6)
}

.v10-sitecore-container .bg-purple-800\/70 {
    background-color: rgba(107, 33, 168, .7)
}

.v10-sitecore-container .bg-purple-800\/75 {
    background-color: rgba(107, 33, 168, .75)
}

.v10-sitecore-container .bg-purple-800\/80 {
    background-color: rgba(107, 33, 168, .8)
}

.v10-sitecore-container .bg-purple-800\/90 {
    background-color: rgba(107, 33, 168, .9)
}

.v10-sitecore-container .bg-purple-800\/95 {
    background-color: rgba(107, 33, 168, .95)
}

.v10-sitecore-container .bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(88 28 135/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-purple-900\/0 {
    background-color: rgba(88, 28, 135, 0)
}

.v10-sitecore-container .bg-purple-900\/10 {
    background-color: rgba(88, 28, 135, .1)
}

.v10-sitecore-container .bg-purple-900\/100 {
    background-color: #581c87
}

.v10-sitecore-container .bg-purple-900\/20 {
    background-color: rgba(88, 28, 135, .2)
}

.v10-sitecore-container .bg-purple-900\/25 {
    background-color: rgba(88, 28, 135, .25)
}

.v10-sitecore-container .bg-purple-900\/30 {
    background-color: rgba(88, 28, 135, .3)
}

.v10-sitecore-container .bg-purple-900\/40 {
    background-color: rgba(88, 28, 135, .4)
}

.v10-sitecore-container .bg-purple-900\/5 {
    background-color: rgba(88, 28, 135, .05)
}

.v10-sitecore-container .bg-purple-900\/50 {
    background-color: rgba(88, 28, 135, .5)
}

.v10-sitecore-container .bg-purple-900\/60 {
    background-color: rgba(88, 28, 135, .6)
}

.v10-sitecore-container .bg-purple-900\/70 {
    background-color: rgba(88, 28, 135, .7)
}

.v10-sitecore-container .bg-purple-900\/75 {
    background-color: rgba(88, 28, 135, .75)
}

.v10-sitecore-container .bg-purple-900\/80 {
    background-color: rgba(88, 28, 135, .8)
}

.v10-sitecore-container .bg-purple-900\/90 {
    background-color: rgba(88, 28, 135, .9)
}

.v10-sitecore-container .bg-purple-900\/95 {
    background-color: rgba(88, 28, 135, .95)
}

.v10-sitecore-container .bg-purple-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(59 7 100/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-purple-950\/0 {
    background-color: rgba(59, 7, 100, 0)
}

.v10-sitecore-container .bg-purple-950\/10 {
    background-color: rgba(59, 7, 100, .1)
}

.v10-sitecore-container .bg-purple-950\/100 {
    background-color: #3b0764
}

.v10-sitecore-container .bg-purple-950\/20 {
    background-color: rgba(59, 7, 100, .2)
}

.v10-sitecore-container .bg-purple-950\/25 {
    background-color: rgba(59, 7, 100, .25)
}

.v10-sitecore-container .bg-purple-950\/30 {
    background-color: rgba(59, 7, 100, .3)
}

.v10-sitecore-container .bg-purple-950\/40 {
    background-color: rgba(59, 7, 100, .4)
}

.v10-sitecore-container .bg-purple-950\/5 {
    background-color: rgba(59, 7, 100, .05)
}

.v10-sitecore-container .bg-purple-950\/50 {
    background-color: rgba(59, 7, 100, .5)
}

.v10-sitecore-container .bg-purple-950\/60 {
    background-color: rgba(59, 7, 100, .6)
}

.v10-sitecore-container .bg-purple-950\/70 {
    background-color: rgba(59, 7, 100, .7)
}

.v10-sitecore-container .bg-purple-950\/75 {
    background-color: rgba(59, 7, 100, .75)
}

.v10-sitecore-container .bg-purple-950\/80 {
    background-color: rgba(59, 7, 100, .8)
}

.v10-sitecore-container .bg-purple-950\/90 {
    background-color: rgba(59, 7, 100, .9)
}

.v10-sitecore-container .bg-purple-950\/95 {
    background-color: rgba(59, 7, 100, .95)
}

.v10-sitecore-container .bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 226 226/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-red-100\/0 {
    background-color: hsla(0, 93%, 94%, 0)
}

.v10-sitecore-container .bg-red-100\/10 {
    background-color: hsla(0, 93%, 94%, .1)
}

.v10-sitecore-container .bg-red-100\/100 {
    background-color: #fee2e2
}

.v10-sitecore-container .bg-red-100\/20 {
    background-color: hsla(0, 93%, 94%, .2)
}

.v10-sitecore-container .bg-red-100\/25 {
    background-color: hsla(0, 93%, 94%, .25)
}

.v10-sitecore-container .bg-red-100\/30 {
    background-color: hsla(0, 93%, 94%, .3)
}

.v10-sitecore-container .bg-red-100\/40 {
    background-color: hsla(0, 93%, 94%, .4)
}

.v10-sitecore-container .bg-red-100\/5 {
    background-color: hsla(0, 93%, 94%, .05)
}

.v10-sitecore-container .bg-red-100\/50 {
    background-color: hsla(0, 93%, 94%, .5)
}

.v10-sitecore-container .bg-red-100\/60 {
    background-color: hsla(0, 93%, 94%, .6)
}

.v10-sitecore-container .bg-red-100\/70 {
    background-color: hsla(0, 93%, 94%, .7)
}

.v10-sitecore-container .bg-red-100\/75 {
    background-color: hsla(0, 93%, 94%, .75)
}

.v10-sitecore-container .bg-red-100\/80 {
    background-color: hsla(0, 93%, 94%, .8)
}

.v10-sitecore-container .bg-red-100\/90 {
    background-color: hsla(0, 93%, 94%, .9)
}

.v10-sitecore-container .bg-red-100\/95 {
    background-color: hsla(0, 93%, 94%, .95)
}

.v10-sitecore-container .bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 202 202/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-red-200\/0 {
    background-color: hsla(0, 96%, 89%, 0)
}

.v10-sitecore-container .bg-red-200\/10 {
    background-color: hsla(0, 96%, 89%, .1)
}

.v10-sitecore-container .bg-red-200\/100 {
    background-color: #fecaca
}

.v10-sitecore-container .bg-red-200\/20 {
    background-color: hsla(0, 96%, 89%, .2)
}

.v10-sitecore-container .bg-red-200\/25 {
    background-color: hsla(0, 96%, 89%, .25)
}

.v10-sitecore-container .bg-red-200\/30 {
    background-color: hsla(0, 96%, 89%, .3)
}

.v10-sitecore-container .bg-red-200\/40 {
    background-color: hsla(0, 96%, 89%, .4)
}

.v10-sitecore-container .bg-red-200\/5 {
    background-color: hsla(0, 96%, 89%, .05)
}

.v10-sitecore-container .bg-red-200\/50 {
    background-color: hsla(0, 96%, 89%, .5)
}

.v10-sitecore-container .bg-red-200\/60 {
    background-color: hsla(0, 96%, 89%, .6)
}

.v10-sitecore-container .bg-red-200\/70 {
    background-color: hsla(0, 96%, 89%, .7)
}

.v10-sitecore-container .bg-red-200\/75 {
    background-color: hsla(0, 96%, 89%, .75)
}

.v10-sitecore-container .bg-red-200\/80 {
    background-color: hsla(0, 96%, 89%, .8)
}

.v10-sitecore-container .bg-red-200\/90 {
    background-color: hsla(0, 96%, 89%, .9)
}

.v10-sitecore-container .bg-red-200\/95 {
    background-color: hsla(0, 96%, 89%, .95)
}

.v10-sitecore-container .bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(252 165 165/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-red-300\/0 {
    background-color: hsla(0, 94%, 82%, 0)
}

.v10-sitecore-container .bg-red-300\/10 {
    background-color: hsla(0, 94%, 82%, .1)
}

.v10-sitecore-container .bg-red-300\/100 {
    background-color: #fca5a5
}

.v10-sitecore-container .bg-red-300\/20 {
    background-color: hsla(0, 94%, 82%, .2)
}

.v10-sitecore-container .bg-red-300\/25 {
    background-color: hsla(0, 94%, 82%, .25)
}

.v10-sitecore-container .bg-red-300\/30 {
    background-color: hsla(0, 94%, 82%, .3)
}

.v10-sitecore-container .bg-red-300\/40 {
    background-color: hsla(0, 94%, 82%, .4)
}

.v10-sitecore-container .bg-red-300\/5 {
    background-color: hsla(0, 94%, 82%, .05)
}

.v10-sitecore-container .bg-red-300\/50 {
    background-color: hsla(0, 94%, 82%, .5)
}

.v10-sitecore-container .bg-red-300\/60 {
    background-color: hsla(0, 94%, 82%, .6)
}

.v10-sitecore-container .bg-red-300\/70 {
    background-color: hsla(0, 94%, 82%, .7)
}

.v10-sitecore-container .bg-red-300\/75 {
    background-color: hsla(0, 94%, 82%, .75)
}

.v10-sitecore-container .bg-red-300\/80 {
    background-color: hsla(0, 94%, 82%, .8)
}

.v10-sitecore-container .bg-red-300\/90 {
    background-color: hsla(0, 94%, 82%, .9)
}

.v10-sitecore-container .bg-red-300\/95 {
    background-color: hsla(0, 94%, 82%, .95)
}

.v10-sitecore-container .bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(248 113 113/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-red-400\/0 {
    background-color: hsla(0, 91%, 71%, 0)
}

.v10-sitecore-container .bg-red-400\/10 {
    background-color: hsla(0, 91%, 71%, .1)
}

.v10-sitecore-container .bg-red-400\/100 {
    background-color: #f87171
}

.v10-sitecore-container .bg-red-400\/20 {
    background-color: hsla(0, 91%, 71%, .2)
}

.v10-sitecore-container .bg-red-400\/25 {
    background-color: hsla(0, 91%, 71%, .25)
}

.v10-sitecore-container .bg-red-400\/30 {
    background-color: hsla(0, 91%, 71%, .3)
}

.v10-sitecore-container .bg-red-400\/40 {
    background-color: hsla(0, 91%, 71%, .4)
}

.v10-sitecore-container .bg-red-400\/5 {
    background-color: hsla(0, 91%, 71%, .05)
}

.v10-sitecore-container .bg-red-400\/50 {
    background-color: hsla(0, 91%, 71%, .5)
}

.v10-sitecore-container .bg-red-400\/60 {
    background-color: hsla(0, 91%, 71%, .6)
}

.v10-sitecore-container .bg-red-400\/70 {
    background-color: hsla(0, 91%, 71%, .7)
}

.v10-sitecore-container .bg-red-400\/75 {
    background-color: hsla(0, 91%, 71%, .75)
}

.v10-sitecore-container .bg-red-400\/80 {
    background-color: hsla(0, 91%, 71%, .8)
}

.v10-sitecore-container .bg-red-400\/90 {
    background-color: hsla(0, 91%, 71%, .9)
}

.v10-sitecore-container .bg-red-400\/95 {
    background-color: hsla(0, 91%, 71%, .95)
}

.v10-sitecore-container .bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 242 242/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-red-50\/0 {
    background-color: hsla(0, 86%, 97%, 0)
}

.v10-sitecore-container .bg-red-50\/10 {
    background-color: hsla(0, 86%, 97%, .1)
}

.v10-sitecore-container .bg-red-50\/100 {
    background-color: #fef2f2
}

.v10-sitecore-container .bg-red-50\/20 {
    background-color: hsla(0, 86%, 97%, .2)
}

.v10-sitecore-container .bg-red-50\/25 {
    background-color: hsla(0, 86%, 97%, .25)
}

.v10-sitecore-container .bg-red-50\/30 {
    background-color: hsla(0, 86%, 97%, .3)
}

.v10-sitecore-container .bg-red-50\/40 {
    background-color: hsla(0, 86%, 97%, .4)
}

.v10-sitecore-container .bg-red-50\/5 {
    background-color: hsla(0, 86%, 97%, .05)
}

.v10-sitecore-container .bg-red-50\/50 {
    background-color: hsla(0, 86%, 97%, .5)
}

.v10-sitecore-container .bg-red-50\/60 {
    background-color: hsla(0, 86%, 97%, .6)
}

.v10-sitecore-container .bg-red-50\/70 {
    background-color: hsla(0, 86%, 97%, .7)
}

.v10-sitecore-container .bg-red-50\/75 {
    background-color: hsla(0, 86%, 97%, .75)
}

.v10-sitecore-container .bg-red-50\/80 {
    background-color: hsla(0, 86%, 97%, .8)
}

.v10-sitecore-container .bg-red-50\/90 {
    background-color: hsla(0, 86%, 97%, .9)
}

.v10-sitecore-container .bg-red-50\/95 {
    background-color: hsla(0, 86%, 97%, .95)
}

.v10-sitecore-container .bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(239 68 68/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-red-500\/0 {
    background-color: rgba(239, 68, 68, 0)
}

.v10-sitecore-container .bg-red-500\/10 {
    background-color: rgba(239, 68, 68, .1)
}

.v10-sitecore-container .bg-red-500\/100 {
    background-color: #ef4444
}

.v10-sitecore-container .bg-red-500\/20 {
    background-color: rgba(239, 68, 68, .2)
}

.v10-sitecore-container .bg-red-500\/25 {
    background-color: rgba(239, 68, 68, .25)
}

.v10-sitecore-container .bg-red-500\/30 {
    background-color: rgba(239, 68, 68, .3)
}

.v10-sitecore-container .bg-red-500\/40 {
    background-color: rgba(239, 68, 68, .4)
}

.v10-sitecore-container .bg-red-500\/5 {
    background-color: rgba(239, 68, 68, .05)
}

.v10-sitecore-container .bg-red-500\/50 {
    background-color: rgba(239, 68, 68, .5)
}

.v10-sitecore-container .bg-red-500\/60 {
    background-color: rgba(239, 68, 68, .6)
}

.v10-sitecore-container .bg-red-500\/70 {
    background-color: rgba(239, 68, 68, .7)
}

.v10-sitecore-container .bg-red-500\/75 {
    background-color: rgba(239, 68, 68, .75)
}

.v10-sitecore-container .bg-red-500\/80 {
    background-color: rgba(239, 68, 68, .8)
}

.v10-sitecore-container .bg-red-500\/90 {
    background-color: rgba(239, 68, 68, .9)
}

.v10-sitecore-container .bg-red-500\/95 {
    background-color: rgba(239, 68, 68, .95)
}

.v10-sitecore-container .bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(220 38 38/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-red-600\/0 {
    background-color: rgba(220, 38, 38, 0)
}

.v10-sitecore-container .bg-red-600\/10 {
    background-color: rgba(220, 38, 38, .1)
}

.v10-sitecore-container .bg-red-600\/100 {
    background-color: #dc2626
}

.v10-sitecore-container .bg-red-600\/20 {
    background-color: rgba(220, 38, 38, .2)
}

.v10-sitecore-container .bg-red-600\/25 {
    background-color: rgba(220, 38, 38, .25)
}

.v10-sitecore-container .bg-red-600\/30 {
    background-color: rgba(220, 38, 38, .3)
}

.v10-sitecore-container .bg-red-600\/40 {
    background-color: rgba(220, 38, 38, .4)
}

.v10-sitecore-container .bg-red-600\/5 {
    background-color: rgba(220, 38, 38, .05)
}

.v10-sitecore-container .bg-red-600\/50 {
    background-color: rgba(220, 38, 38, .5)
}

.v10-sitecore-container .bg-red-600\/60 {
    background-color: rgba(220, 38, 38, .6)
}

.v10-sitecore-container .bg-red-600\/70 {
    background-color: rgba(220, 38, 38, .7)
}

.v10-sitecore-container .bg-red-600\/75 {
    background-color: rgba(220, 38, 38, .75)
}

.v10-sitecore-container .bg-red-600\/80 {
    background-color: rgba(220, 38, 38, .8)
}

.v10-sitecore-container .bg-red-600\/90 {
    background-color: rgba(220, 38, 38, .9)
}

.v10-sitecore-container .bg-red-600\/95 {
    background-color: rgba(220, 38, 38, .95)
}

.v10-sitecore-container .bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(185 28 28/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-red-700\/0 {
    background-color: rgba(185, 28, 28, 0)
}

.v10-sitecore-container .bg-red-700\/10 {
    background-color: rgba(185, 28, 28, .1)
}

.v10-sitecore-container .bg-red-700\/100 {
    background-color: #b91c1c
}

.v10-sitecore-container .bg-red-700\/20 {
    background-color: rgba(185, 28, 28, .2)
}

.v10-sitecore-container .bg-red-700\/25 {
    background-color: rgba(185, 28, 28, .25)
}

.v10-sitecore-container .bg-red-700\/30 {
    background-color: rgba(185, 28, 28, .3)
}

.v10-sitecore-container .bg-red-700\/40 {
    background-color: rgba(185, 28, 28, .4)
}

.v10-sitecore-container .bg-red-700\/5 {
    background-color: rgba(185, 28, 28, .05)
}

.v10-sitecore-container .bg-red-700\/50 {
    background-color: rgba(185, 28, 28, .5)
}

.v10-sitecore-container .bg-red-700\/60 {
    background-color: rgba(185, 28, 28, .6)
}

.v10-sitecore-container .bg-red-700\/70 {
    background-color: rgba(185, 28, 28, .7)
}

.v10-sitecore-container .bg-red-700\/75 {
    background-color: rgba(185, 28, 28, .75)
}

.v10-sitecore-container .bg-red-700\/80 {
    background-color: rgba(185, 28, 28, .8)
}

.v10-sitecore-container .bg-red-700\/90 {
    background-color: rgba(185, 28, 28, .9)
}

.v10-sitecore-container .bg-red-700\/95 {
    background-color: rgba(185, 28, 28, .95)
}

.v10-sitecore-container .bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(153 27 27/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-red-800\/0 {
    background-color: rgba(153, 27, 27, 0)
}

.v10-sitecore-container .bg-red-800\/10 {
    background-color: rgba(153, 27, 27, .1)
}

.v10-sitecore-container .bg-red-800\/100 {
    background-color: #991b1b
}

.v10-sitecore-container .bg-red-800\/20 {
    background-color: rgba(153, 27, 27, .2)
}

.v10-sitecore-container .bg-red-800\/25 {
    background-color: rgba(153, 27, 27, .25)
}

.v10-sitecore-container .bg-red-800\/30 {
    background-color: rgba(153, 27, 27, .3)
}

.v10-sitecore-container .bg-red-800\/40 {
    background-color: rgba(153, 27, 27, .4)
}

.v10-sitecore-container .bg-red-800\/5 {
    background-color: rgba(153, 27, 27, .05)
}

.v10-sitecore-container .bg-red-800\/50 {
    background-color: rgba(153, 27, 27, .5)
}

.v10-sitecore-container .bg-red-800\/60 {
    background-color: rgba(153, 27, 27, .6)
}

.v10-sitecore-container .bg-red-800\/70 {
    background-color: rgba(153, 27, 27, .7)
}

.v10-sitecore-container .bg-red-800\/75 {
    background-color: rgba(153, 27, 27, .75)
}

.v10-sitecore-container .bg-red-800\/80 {
    background-color: rgba(153, 27, 27, .8)
}

.v10-sitecore-container .bg-red-800\/90 {
    background-color: rgba(153, 27, 27, .9)
}

.v10-sitecore-container .bg-red-800\/95 {
    background-color: rgba(153, 27, 27, .95)
}

.v10-sitecore-container .bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(127 29 29/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-red-900\/0 {
    background-color: rgba(127, 29, 29, 0)
}

.v10-sitecore-container .bg-red-900\/10 {
    background-color: rgba(127, 29, 29, .1)
}

.v10-sitecore-container .bg-red-900\/100 {
    background-color: #7f1d1d
}

.v10-sitecore-container .bg-red-900\/20 {
    background-color: rgba(127, 29, 29, .2)
}

.v10-sitecore-container .bg-red-900\/25 {
    background-color: rgba(127, 29, 29, .25)
}

.v10-sitecore-container .bg-red-900\/30 {
    background-color: rgba(127, 29, 29, .3)
}

.v10-sitecore-container .bg-red-900\/40 {
    background-color: rgba(127, 29, 29, .4)
}

.v10-sitecore-container .bg-red-900\/5 {
    background-color: rgba(127, 29, 29, .05)
}

.v10-sitecore-container .bg-red-900\/50 {
    background-color: rgba(127, 29, 29, .5)
}

.v10-sitecore-container .bg-red-900\/60 {
    background-color: rgba(127, 29, 29, .6)
}

.v10-sitecore-container .bg-red-900\/70 {
    background-color: rgba(127, 29, 29, .7)
}

.v10-sitecore-container .bg-red-900\/75 {
    background-color: rgba(127, 29, 29, .75)
}

.v10-sitecore-container .bg-red-900\/80 {
    background-color: rgba(127, 29, 29, .8)
}

.v10-sitecore-container .bg-red-900\/90 {
    background-color: rgba(127, 29, 29, .9)
}

.v10-sitecore-container .bg-red-900\/95 {
    background-color: rgba(127, 29, 29, .95)
}

.v10-sitecore-container .bg-red-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(69 10 10/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-red-950\/0 {
    background-color: rgba(69, 10, 10, 0)
}

.v10-sitecore-container .bg-red-950\/10 {
    background-color: rgba(69, 10, 10, .1)
}

.v10-sitecore-container .bg-red-950\/100 {
    background-color: #450a0a
}

.v10-sitecore-container .bg-red-950\/20 {
    background-color: rgba(69, 10, 10, .2)
}

.v10-sitecore-container .bg-red-950\/25 {
    background-color: rgba(69, 10, 10, .25)
}

.v10-sitecore-container .bg-red-950\/30 {
    background-color: rgba(69, 10, 10, .3)
}

.v10-sitecore-container .bg-red-950\/40 {
    background-color: rgba(69, 10, 10, .4)
}

.v10-sitecore-container .bg-red-950\/5 {
    background-color: rgba(69, 10, 10, .05)
}

.v10-sitecore-container .bg-red-950\/50 {
    background-color: rgba(69, 10, 10, .5)
}

.v10-sitecore-container .bg-red-950\/60 {
    background-color: rgba(69, 10, 10, .6)
}

.v10-sitecore-container .bg-red-950\/70 {
    background-color: rgba(69, 10, 10, .7)
}

.v10-sitecore-container .bg-red-950\/75 {
    background-color: rgba(69, 10, 10, .75)
}

.v10-sitecore-container .bg-red-950\/80 {
    background-color: rgba(69, 10, 10, .8)
}

.v10-sitecore-container .bg-red-950\/90 {
    background-color: rgba(69, 10, 10, .9)
}

.v10-sitecore-container .bg-red-950\/95 {
    background-color: rgba(69, 10, 10, .95)
}

.v10-sitecore-container .bg-red-error {
    --tw-bg-opacity: 1;
    background-color: rgb(221 54 74/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-red-error\/0 {
    background-color: rgba(221, 54, 74, 0)
}

.v10-sitecore-container .bg-red-error\/10 {
    background-color: rgba(221, 54, 74, .1)
}

.v10-sitecore-container .bg-red-error\/100 {
    background-color: #dd364a
}

.v10-sitecore-container .bg-red-error\/20 {
    background-color: rgba(221, 54, 74, .2)
}

.v10-sitecore-container .bg-red-error\/25 {
    background-color: rgba(221, 54, 74, .25)
}

.v10-sitecore-container .bg-red-error\/30 {
    background-color: rgba(221, 54, 74, .3)
}

.v10-sitecore-container .bg-red-error\/40 {
    background-color: rgba(221, 54, 74, .4)
}

.v10-sitecore-container .bg-red-error\/5 {
    background-color: rgba(221, 54, 74, .05)
}

.v10-sitecore-container .bg-red-error\/50 {
    background-color: rgba(221, 54, 74, .5)
}

.v10-sitecore-container .bg-red-error\/60 {
    background-color: rgba(221, 54, 74, .6)
}

.v10-sitecore-container .bg-red-error\/70 {
    background-color: rgba(221, 54, 74, .7)
}

.v10-sitecore-container .bg-red-error\/75 {
    background-color: rgba(221, 54, 74, .75)
}

.v10-sitecore-container .bg-red-error\/80 {
    background-color: rgba(221, 54, 74, .8)
}

.v10-sitecore-container .bg-red-error\/90 {
    background-color: rgba(221, 54, 74, .9)
}

.v10-sitecore-container .bg-red-error\/95 {
    background-color: rgba(221, 54, 74, .95)
}

.v10-sitecore-container .bg-rose-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 228 230/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-rose-100\/0 {
    background-color: rgba(255, 228, 230, 0)
}

.v10-sitecore-container .bg-rose-100\/10 {
    background-color: rgba(255, 228, 230, .1)
}

.v10-sitecore-container .bg-rose-100\/100 {
    background-color: #ffe4e6
}

.v10-sitecore-container .bg-rose-100\/20 {
    background-color: rgba(255, 228, 230, .2)
}

.v10-sitecore-container .bg-rose-100\/25 {
    background-color: rgba(255, 228, 230, .25)
}

.v10-sitecore-container .bg-rose-100\/30 {
    background-color: rgba(255, 228, 230, .3)
}

.v10-sitecore-container .bg-rose-100\/40 {
    background-color: rgba(255, 228, 230, .4)
}

.v10-sitecore-container .bg-rose-100\/5 {
    background-color: rgba(255, 228, 230, .05)
}

.v10-sitecore-container .bg-rose-100\/50 {
    background-color: rgba(255, 228, 230, .5)
}

.v10-sitecore-container .bg-rose-100\/60 {
    background-color: rgba(255, 228, 230, .6)
}

.v10-sitecore-container .bg-rose-100\/70 {
    background-color: rgba(255, 228, 230, .7)
}

.v10-sitecore-container .bg-rose-100\/75 {
    background-color: rgba(255, 228, 230, .75)
}

.v10-sitecore-container .bg-rose-100\/80 {
    background-color: rgba(255, 228, 230, .8)
}

.v10-sitecore-container .bg-rose-100\/90 {
    background-color: rgba(255, 228, 230, .9)
}

.v10-sitecore-container .bg-rose-100\/95 {
    background-color: rgba(255, 228, 230, .95)
}

.v10-sitecore-container .bg-rose-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 205 211/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-rose-200\/0 {
    background-color: rgba(254, 205, 211, 0)
}

.v10-sitecore-container .bg-rose-200\/10 {
    background-color: rgba(254, 205, 211, .1)
}

.v10-sitecore-container .bg-rose-200\/100 {
    background-color: #fecdd3
}

.v10-sitecore-container .bg-rose-200\/20 {
    background-color: rgba(254, 205, 211, .2)
}

.v10-sitecore-container .bg-rose-200\/25 {
    background-color: rgba(254, 205, 211, .25)
}

.v10-sitecore-container .bg-rose-200\/30 {
    background-color: rgba(254, 205, 211, .3)
}

.v10-sitecore-container .bg-rose-200\/40 {
    background-color: rgba(254, 205, 211, .4)
}

.v10-sitecore-container .bg-rose-200\/5 {
    background-color: rgba(254, 205, 211, .05)
}

.v10-sitecore-container .bg-rose-200\/50 {
    background-color: rgba(254, 205, 211, .5)
}

.v10-sitecore-container .bg-rose-200\/60 {
    background-color: rgba(254, 205, 211, .6)
}

.v10-sitecore-container .bg-rose-200\/70 {
    background-color: rgba(254, 205, 211, .7)
}

.v10-sitecore-container .bg-rose-200\/75 {
    background-color: rgba(254, 205, 211, .75)
}

.v10-sitecore-container .bg-rose-200\/80 {
    background-color: rgba(254, 205, 211, .8)
}

.v10-sitecore-container .bg-rose-200\/90 {
    background-color: rgba(254, 205, 211, .9)
}

.v10-sitecore-container .bg-rose-200\/95 {
    background-color: rgba(254, 205, 211, .95)
}

.v10-sitecore-container .bg-rose-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(253 164 175/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-rose-300\/0 {
    background-color: rgba(253, 164, 175, 0)
}

.v10-sitecore-container .bg-rose-300\/10 {
    background-color: rgba(253, 164, 175, .1)
}

.v10-sitecore-container .bg-rose-300\/100 {
    background-color: #fda4af
}

.v10-sitecore-container .bg-rose-300\/20 {
    background-color: rgba(253, 164, 175, .2)
}

.v10-sitecore-container .bg-rose-300\/25 {
    background-color: rgba(253, 164, 175, .25)
}

.v10-sitecore-container .bg-rose-300\/30 {
    background-color: rgba(253, 164, 175, .3)
}

.v10-sitecore-container .bg-rose-300\/40 {
    background-color: rgba(253, 164, 175, .4)
}

.v10-sitecore-container .bg-rose-300\/5 {
    background-color: rgba(253, 164, 175, .05)
}

.v10-sitecore-container .bg-rose-300\/50 {
    background-color: rgba(253, 164, 175, .5)
}

.v10-sitecore-container .bg-rose-300\/60 {
    background-color: rgba(253, 164, 175, .6)
}

.v10-sitecore-container .bg-rose-300\/70 {
    background-color: rgba(253, 164, 175, .7)
}

.v10-sitecore-container .bg-rose-300\/75 {
    background-color: rgba(253, 164, 175, .75)
}

.v10-sitecore-container .bg-rose-300\/80 {
    background-color: rgba(253, 164, 175, .8)
}

.v10-sitecore-container .bg-rose-300\/90 {
    background-color: rgba(253, 164, 175, .9)
}

.v10-sitecore-container .bg-rose-300\/95 {
    background-color: rgba(253, 164, 175, .95)
}

.v10-sitecore-container .bg-rose-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(251 113 133/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-rose-400\/0 {
    background-color: rgba(251, 113, 133, 0)
}

.v10-sitecore-container .bg-rose-400\/10 {
    background-color: rgba(251, 113, 133, .1)
}

.v10-sitecore-container .bg-rose-400\/100 {
    background-color: #fb7185
}

.v10-sitecore-container .bg-rose-400\/20 {
    background-color: rgba(251, 113, 133, .2)
}

.v10-sitecore-container .bg-rose-400\/25 {
    background-color: rgba(251, 113, 133, .25)
}

.v10-sitecore-container .bg-rose-400\/30 {
    background-color: rgba(251, 113, 133, .3)
}

.v10-sitecore-container .bg-rose-400\/40 {
    background-color: rgba(251, 113, 133, .4)
}

.v10-sitecore-container .bg-rose-400\/5 {
    background-color: rgba(251, 113, 133, .05)
}

.v10-sitecore-container .bg-rose-400\/50 {
    background-color: rgba(251, 113, 133, .5)
}

.v10-sitecore-container .bg-rose-400\/60 {
    background-color: rgba(251, 113, 133, .6)
}

.v10-sitecore-container .bg-rose-400\/70 {
    background-color: rgba(251, 113, 133, .7)
}

.v10-sitecore-container .bg-rose-400\/75 {
    background-color: rgba(251, 113, 133, .75)
}

.v10-sitecore-container .bg-rose-400\/80 {
    background-color: rgba(251, 113, 133, .8)
}

.v10-sitecore-container .bg-rose-400\/90 {
    background-color: rgba(251, 113, 133, .9)
}

.v10-sitecore-container .bg-rose-400\/95 {
    background-color: rgba(251, 113, 133, .95)
}

.v10-sitecore-container .bg-rose-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 241 242/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-rose-50\/0 {
    background-color: rgba(255, 241, 242, 0)
}

.v10-sitecore-container .bg-rose-50\/10 {
    background-color: rgba(255, 241, 242, .1)
}

.v10-sitecore-container .bg-rose-50\/100 {
    background-color: #fff1f2
}

.v10-sitecore-container .bg-rose-50\/20 {
    background-color: rgba(255, 241, 242, .2)
}

.v10-sitecore-container .bg-rose-50\/25 {
    background-color: rgba(255, 241, 242, .25)
}

.v10-sitecore-container .bg-rose-50\/30 {
    background-color: rgba(255, 241, 242, .3)
}

.v10-sitecore-container .bg-rose-50\/40 {
    background-color: rgba(255, 241, 242, .4)
}

.v10-sitecore-container .bg-rose-50\/5 {
    background-color: rgba(255, 241, 242, .05)
}

.v10-sitecore-container .bg-rose-50\/50 {
    background-color: rgba(255, 241, 242, .5)
}

.v10-sitecore-container .bg-rose-50\/60 {
    background-color: rgba(255, 241, 242, .6)
}

.v10-sitecore-container .bg-rose-50\/70 {
    background-color: rgba(255, 241, 242, .7)
}

.v10-sitecore-container .bg-rose-50\/75 {
    background-color: rgba(255, 241, 242, .75)
}

.v10-sitecore-container .bg-rose-50\/80 {
    background-color: rgba(255, 241, 242, .8)
}

.v10-sitecore-container .bg-rose-50\/90 {
    background-color: rgba(255, 241, 242, .9)
}

.v10-sitecore-container .bg-rose-50\/95 {
    background-color: rgba(255, 241, 242, .95)
}

.v10-sitecore-container .bg-rose-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(244 63 94/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-rose-500\/0 {
    background-color: rgba(244, 63, 94, 0)
}

.v10-sitecore-container .bg-rose-500\/10 {
    background-color: rgba(244, 63, 94, .1)
}

.v10-sitecore-container .bg-rose-500\/100 {
    background-color: #f43f5e
}

.v10-sitecore-container .bg-rose-500\/20 {
    background-color: rgba(244, 63, 94, .2)
}

.v10-sitecore-container .bg-rose-500\/25 {
    background-color: rgba(244, 63, 94, .25)
}

.v10-sitecore-container .bg-rose-500\/30 {
    background-color: rgba(244, 63, 94, .3)
}

.v10-sitecore-container .bg-rose-500\/40 {
    background-color: rgba(244, 63, 94, .4)
}

.v10-sitecore-container .bg-rose-500\/5 {
    background-color: rgba(244, 63, 94, .05)
}

.v10-sitecore-container .bg-rose-500\/50 {
    background-color: rgba(244, 63, 94, .5)
}

.v10-sitecore-container .bg-rose-500\/60 {
    background-color: rgba(244, 63, 94, .6)
}

.v10-sitecore-container .bg-rose-500\/70 {
    background-color: rgba(244, 63, 94, .7)
}

.v10-sitecore-container .bg-rose-500\/75 {
    background-color: rgba(244, 63, 94, .75)
}

.v10-sitecore-container .bg-rose-500\/80 {
    background-color: rgba(244, 63, 94, .8)
}

.v10-sitecore-container .bg-rose-500\/90 {
    background-color: rgba(244, 63, 94, .9)
}

.v10-sitecore-container .bg-rose-500\/95 {
    background-color: rgba(244, 63, 94, .95)
}

.v10-sitecore-container .bg-rose-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(225 29 72/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-rose-600\/0 {
    background-color: rgba(225, 29, 72, 0)
}

.v10-sitecore-container .bg-rose-600\/10 {
    background-color: rgba(225, 29, 72, .1)
}

.v10-sitecore-container .bg-rose-600\/100 {
    background-color: #e11d48
}

.v10-sitecore-container .bg-rose-600\/20 {
    background-color: rgba(225, 29, 72, .2)
}

.v10-sitecore-container .bg-rose-600\/25 {
    background-color: rgba(225, 29, 72, .25)
}

.v10-sitecore-container .bg-rose-600\/30 {
    background-color: rgba(225, 29, 72, .3)
}

.v10-sitecore-container .bg-rose-600\/40 {
    background-color: rgba(225, 29, 72, .4)
}

.v10-sitecore-container .bg-rose-600\/5 {
    background-color: rgba(225, 29, 72, .05)
}

.v10-sitecore-container .bg-rose-600\/50 {
    background-color: rgba(225, 29, 72, .5)
}

.v10-sitecore-container .bg-rose-600\/60 {
    background-color: rgba(225, 29, 72, .6)
}

.v10-sitecore-container .bg-rose-600\/70 {
    background-color: rgba(225, 29, 72, .7)
}

.v10-sitecore-container .bg-rose-600\/75 {
    background-color: rgba(225, 29, 72, .75)
}

.v10-sitecore-container .bg-rose-600\/80 {
    background-color: rgba(225, 29, 72, .8)
}

.v10-sitecore-container .bg-rose-600\/90 {
    background-color: rgba(225, 29, 72, .9)
}

.v10-sitecore-container .bg-rose-600\/95 {
    background-color: rgba(225, 29, 72, .95)
}

.v10-sitecore-container .bg-rose-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(190 18 60/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-rose-700\/0 {
    background-color: rgba(190, 18, 60, 0)
}

.v10-sitecore-container .bg-rose-700\/10 {
    background-color: rgba(190, 18, 60, .1)
}

.v10-sitecore-container .bg-rose-700\/100 {
    background-color: #be123c
}

.v10-sitecore-container .bg-rose-700\/20 {
    background-color: rgba(190, 18, 60, .2)
}

.v10-sitecore-container .bg-rose-700\/25 {
    background-color: rgba(190, 18, 60, .25)
}

.v10-sitecore-container .bg-rose-700\/30 {
    background-color: rgba(190, 18, 60, .3)
}

.v10-sitecore-container .bg-rose-700\/40 {
    background-color: rgba(190, 18, 60, .4)
}

.v10-sitecore-container .bg-rose-700\/5 {
    background-color: rgba(190, 18, 60, .05)
}

.v10-sitecore-container .bg-rose-700\/50 {
    background-color: rgba(190, 18, 60, .5)
}

.v10-sitecore-container .bg-rose-700\/60 {
    background-color: rgba(190, 18, 60, .6)
}

.v10-sitecore-container .bg-rose-700\/70 {
    background-color: rgba(190, 18, 60, .7)
}

.v10-sitecore-container .bg-rose-700\/75 {
    background-color: rgba(190, 18, 60, .75)
}

.v10-sitecore-container .bg-rose-700\/80 {
    background-color: rgba(190, 18, 60, .8)
}

.v10-sitecore-container .bg-rose-700\/90 {
    background-color: rgba(190, 18, 60, .9)
}

.v10-sitecore-container .bg-rose-700\/95 {
    background-color: rgba(190, 18, 60, .95)
}

.v10-sitecore-container .bg-rose-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(159 18 57/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-rose-800\/0 {
    background-color: rgba(159, 18, 57, 0)
}

.v10-sitecore-container .bg-rose-800\/10 {
    background-color: rgba(159, 18, 57, .1)
}

.v10-sitecore-container .bg-rose-800\/100 {
    background-color: #9f1239
}

.v10-sitecore-container .bg-rose-800\/20 {
    background-color: rgba(159, 18, 57, .2)
}

.v10-sitecore-container .bg-rose-800\/25 {
    background-color: rgba(159, 18, 57, .25)
}

.v10-sitecore-container .bg-rose-800\/30 {
    background-color: rgba(159, 18, 57, .3)
}

.v10-sitecore-container .bg-rose-800\/40 {
    background-color: rgba(159, 18, 57, .4)
}

.v10-sitecore-container .bg-rose-800\/5 {
    background-color: rgba(159, 18, 57, .05)
}

.v10-sitecore-container .bg-rose-800\/50 {
    background-color: rgba(159, 18, 57, .5)
}

.v10-sitecore-container .bg-rose-800\/60 {
    background-color: rgba(159, 18, 57, .6)
}

.v10-sitecore-container .bg-rose-800\/70 {
    background-color: rgba(159, 18, 57, .7)
}

.v10-sitecore-container .bg-rose-800\/75 {
    background-color: rgba(159, 18, 57, .75)
}

.v10-sitecore-container .bg-rose-800\/80 {
    background-color: rgba(159, 18, 57, .8)
}

.v10-sitecore-container .bg-rose-800\/90 {
    background-color: rgba(159, 18, 57, .9)
}

.v10-sitecore-container .bg-rose-800\/95 {
    background-color: rgba(159, 18, 57, .95)
}

.v10-sitecore-container .bg-rose-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(136 19 55/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-rose-900\/0 {
    background-color: rgba(136, 19, 55, 0)
}

.v10-sitecore-container .bg-rose-900\/10 {
    background-color: rgba(136, 19, 55, .1)
}

.v10-sitecore-container .bg-rose-900\/100 {
    background-color: #881337
}

.v10-sitecore-container .bg-rose-900\/20 {
    background-color: rgba(136, 19, 55, .2)
}

.v10-sitecore-container .bg-rose-900\/25 {
    background-color: rgba(136, 19, 55, .25)
}

.v10-sitecore-container .bg-rose-900\/30 {
    background-color: rgba(136, 19, 55, .3)
}

.v10-sitecore-container .bg-rose-900\/40 {
    background-color: rgba(136, 19, 55, .4)
}

.v10-sitecore-container .bg-rose-900\/5 {
    background-color: rgba(136, 19, 55, .05)
}

.v10-sitecore-container .bg-rose-900\/50 {
    background-color: rgba(136, 19, 55, .5)
}

.v10-sitecore-container .bg-rose-900\/60 {
    background-color: rgba(136, 19, 55, .6)
}

.v10-sitecore-container .bg-rose-900\/70 {
    background-color: rgba(136, 19, 55, .7)
}

.v10-sitecore-container .bg-rose-900\/75 {
    background-color: rgba(136, 19, 55, .75)
}

.v10-sitecore-container .bg-rose-900\/80 {
    background-color: rgba(136, 19, 55, .8)
}

.v10-sitecore-container .bg-rose-900\/90 {
    background-color: rgba(136, 19, 55, .9)
}

.v10-sitecore-container .bg-rose-900\/95 {
    background-color: rgba(136, 19, 55, .95)
}

.v10-sitecore-container .bg-rose-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(76 5 25/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-rose-950\/0 {
    background-color: rgba(76, 5, 25, 0)
}

.v10-sitecore-container .bg-rose-950\/10 {
    background-color: rgba(76, 5, 25, .1)
}

.v10-sitecore-container .bg-rose-950\/100 {
    background-color: #4c0519
}

.v10-sitecore-container .bg-rose-950\/20 {
    background-color: rgba(76, 5, 25, .2)
}

.v10-sitecore-container .bg-rose-950\/25 {
    background-color: rgba(76, 5, 25, .25)
}

.v10-sitecore-container .bg-rose-950\/30 {
    background-color: rgba(76, 5, 25, .3)
}

.v10-sitecore-container .bg-rose-950\/40 {
    background-color: rgba(76, 5, 25, .4)
}

.v10-sitecore-container .bg-rose-950\/5 {
    background-color: rgba(76, 5, 25, .05)
}

.v10-sitecore-container .bg-rose-950\/50 {
    background-color: rgba(76, 5, 25, .5)
}

.v10-sitecore-container .bg-rose-950\/60 {
    background-color: rgba(76, 5, 25, .6)
}

.v10-sitecore-container .bg-rose-950\/70 {
    background-color: rgba(76, 5, 25, .7)
}

.v10-sitecore-container .bg-rose-950\/75 {
    background-color: rgba(76, 5, 25, .75)
}

.v10-sitecore-container .bg-rose-950\/80 {
    background-color: rgba(76, 5, 25, .8)
}

.v10-sitecore-container .bg-rose-950\/90 {
    background-color: rgba(76, 5, 25, .9)
}

.v10-sitecore-container .bg-rose-950\/95 {
    background-color: rgba(76, 5, 25, .95)
}

.v10-sitecore-container .bg-sky-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(224 242 254/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-sky-100\/0 {
    background-color: rgba(224, 242, 254, 0)
}

.v10-sitecore-container .bg-sky-100\/10 {
    background-color: rgba(224, 242, 254, .1)
}

.v10-sitecore-container .bg-sky-100\/100 {
    background-color: #e0f2fe
}

.v10-sitecore-container .bg-sky-100\/20 {
    background-color: rgba(224, 242, 254, .2)
}

.v10-sitecore-container .bg-sky-100\/25 {
    background-color: rgba(224, 242, 254, .25)
}

.v10-sitecore-container .bg-sky-100\/30 {
    background-color: rgba(224, 242, 254, .3)
}

.v10-sitecore-container .bg-sky-100\/40 {
    background-color: rgba(224, 242, 254, .4)
}

.v10-sitecore-container .bg-sky-100\/5 {
    background-color: rgba(224, 242, 254, .05)
}

.v10-sitecore-container .bg-sky-100\/50 {
    background-color: rgba(224, 242, 254, .5)
}

.v10-sitecore-container .bg-sky-100\/60 {
    background-color: rgba(224, 242, 254, .6)
}

.v10-sitecore-container .bg-sky-100\/70 {
    background-color: rgba(224, 242, 254, .7)
}

.v10-sitecore-container .bg-sky-100\/75 {
    background-color: rgba(224, 242, 254, .75)
}

.v10-sitecore-container .bg-sky-100\/80 {
    background-color: rgba(224, 242, 254, .8)
}

.v10-sitecore-container .bg-sky-100\/90 {
    background-color: rgba(224, 242, 254, .9)
}

.v10-sitecore-container .bg-sky-100\/95 {
    background-color: rgba(224, 242, 254, .95)
}

.v10-sitecore-container .bg-sky-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(186 230 253/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-sky-200\/0 {
    background-color: rgba(186, 230, 253, 0)
}

.v10-sitecore-container .bg-sky-200\/10 {
    background-color: rgba(186, 230, 253, .1)
}

.v10-sitecore-container .bg-sky-200\/100 {
    background-color: #bae6fd
}

.v10-sitecore-container .bg-sky-200\/20 {
    background-color: rgba(186, 230, 253, .2)
}

.v10-sitecore-container .bg-sky-200\/25 {
    background-color: rgba(186, 230, 253, .25)
}

.v10-sitecore-container .bg-sky-200\/30 {
    background-color: rgba(186, 230, 253, .3)
}

.v10-sitecore-container .bg-sky-200\/40 {
    background-color: rgba(186, 230, 253, .4)
}

.v10-sitecore-container .bg-sky-200\/5 {
    background-color: rgba(186, 230, 253, .05)
}

.v10-sitecore-container .bg-sky-200\/50 {
    background-color: rgba(186, 230, 253, .5)
}

.v10-sitecore-container .bg-sky-200\/60 {
    background-color: rgba(186, 230, 253, .6)
}

.v10-sitecore-container .bg-sky-200\/70 {
    background-color: rgba(186, 230, 253, .7)
}

.v10-sitecore-container .bg-sky-200\/75 {
    background-color: rgba(186, 230, 253, .75)
}

.v10-sitecore-container .bg-sky-200\/80 {
    background-color: rgba(186, 230, 253, .8)
}

.v10-sitecore-container .bg-sky-200\/90 {
    background-color: rgba(186, 230, 253, .9)
}

.v10-sitecore-container .bg-sky-200\/95 {
    background-color: rgba(186, 230, 253, .95)
}

.v10-sitecore-container .bg-sky-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(125 211 252/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-sky-300\/0 {
    background-color: rgba(125, 211, 252, 0)
}

.v10-sitecore-container .bg-sky-300\/10 {
    background-color: rgba(125, 211, 252, .1)
}

.v10-sitecore-container .bg-sky-300\/100 {
    background-color: #7dd3fc
}

.v10-sitecore-container .bg-sky-300\/20 {
    background-color: rgba(125, 211, 252, .2)
}

.v10-sitecore-container .bg-sky-300\/25 {
    background-color: rgba(125, 211, 252, .25)
}

.v10-sitecore-container .bg-sky-300\/30 {
    background-color: rgba(125, 211, 252, .3)
}

.v10-sitecore-container .bg-sky-300\/40 {
    background-color: rgba(125, 211, 252, .4)
}

.v10-sitecore-container .bg-sky-300\/5 {
    background-color: rgba(125, 211, 252, .05)
}

.v10-sitecore-container .bg-sky-300\/50 {
    background-color: rgba(125, 211, 252, .5)
}

.v10-sitecore-container .bg-sky-300\/60 {
    background-color: rgba(125, 211, 252, .6)
}

.v10-sitecore-container .bg-sky-300\/70 {
    background-color: rgba(125, 211, 252, .7)
}

.v10-sitecore-container .bg-sky-300\/75 {
    background-color: rgba(125, 211, 252, .75)
}

.v10-sitecore-container .bg-sky-300\/80 {
    background-color: rgba(125, 211, 252, .8)
}

.v10-sitecore-container .bg-sky-300\/90 {
    background-color: rgba(125, 211, 252, .9)
}

.v10-sitecore-container .bg-sky-300\/95 {
    background-color: rgba(125, 211, 252, .95)
}

.v10-sitecore-container .bg-sky-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(56 189 248/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-sky-400\/0 {
    background-color: rgba(56, 189, 248, 0)
}

.v10-sitecore-container .bg-sky-400\/10 {
    background-color: rgba(56, 189, 248, .1)
}

.v10-sitecore-container .bg-sky-400\/100 {
    background-color: #38bdf8
}

.v10-sitecore-container .bg-sky-400\/20 {
    background-color: rgba(56, 189, 248, .2)
}

.v10-sitecore-container .bg-sky-400\/25 {
    background-color: rgba(56, 189, 248, .25)
}

.v10-sitecore-container .bg-sky-400\/30 {
    background-color: rgba(56, 189, 248, .3)
}

.v10-sitecore-container .bg-sky-400\/40 {
    background-color: rgba(56, 189, 248, .4)
}

.v10-sitecore-container .bg-sky-400\/5 {
    background-color: rgba(56, 189, 248, .05)
}

.v10-sitecore-container .bg-sky-400\/50 {
    background-color: rgba(56, 189, 248, .5)
}

.v10-sitecore-container .bg-sky-400\/60 {
    background-color: rgba(56, 189, 248, .6)
}

.v10-sitecore-container .bg-sky-400\/70 {
    background-color: rgba(56, 189, 248, .7)
}

.v10-sitecore-container .bg-sky-400\/75 {
    background-color: rgba(56, 189, 248, .75)
}

.v10-sitecore-container .bg-sky-400\/80 {
    background-color: rgba(56, 189, 248, .8)
}

.v10-sitecore-container .bg-sky-400\/90 {
    background-color: rgba(56, 189, 248, .9)
}

.v10-sitecore-container .bg-sky-400\/95 {
    background-color: rgba(56, 189, 248, .95)
}

.v10-sitecore-container .bg-sky-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(240 249 255/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-sky-50\/0 {
    background-color: rgba(240, 249, 255, 0)
}

.v10-sitecore-container .bg-sky-50\/10 {
    background-color: rgba(240, 249, 255, .1)
}

.v10-sitecore-container .bg-sky-50\/100 {
    background-color: #f0f9ff
}

.v10-sitecore-container .bg-sky-50\/20 {
    background-color: rgba(240, 249, 255, .2)
}

.v10-sitecore-container .bg-sky-50\/25 {
    background-color: rgba(240, 249, 255, .25)
}

.v10-sitecore-container .bg-sky-50\/30 {
    background-color: rgba(240, 249, 255, .3)
}

.v10-sitecore-container .bg-sky-50\/40 {
    background-color: rgba(240, 249, 255, .4)
}

.v10-sitecore-container .bg-sky-50\/5 {
    background-color: rgba(240, 249, 255, .05)
}

.v10-sitecore-container .bg-sky-50\/50 {
    background-color: rgba(240, 249, 255, .5)
}

.v10-sitecore-container .bg-sky-50\/60 {
    background-color: rgba(240, 249, 255, .6)
}

.v10-sitecore-container .bg-sky-50\/70 {
    background-color: rgba(240, 249, 255, .7)
}

.v10-sitecore-container .bg-sky-50\/75 {
    background-color: rgba(240, 249, 255, .75)
}

.v10-sitecore-container .bg-sky-50\/80 {
    background-color: rgba(240, 249, 255, .8)
}

.v10-sitecore-container .bg-sky-50\/90 {
    background-color: rgba(240, 249, 255, .9)
}

.v10-sitecore-container .bg-sky-50\/95 {
    background-color: rgba(240, 249, 255, .95)
}

.v10-sitecore-container .bg-sky-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(14 165 233/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-sky-500\/0 {
    background-color: rgba(14, 165, 233, 0)
}

.v10-sitecore-container .bg-sky-500\/10 {
    background-color: rgba(14, 165, 233, .1)
}

.v10-sitecore-container .bg-sky-500\/100 {
    background-color: #0ea5e9
}

.v10-sitecore-container .bg-sky-500\/20 {
    background-color: rgba(14, 165, 233, .2)
}

.v10-sitecore-container .bg-sky-500\/25 {
    background-color: rgba(14, 165, 233, .25)
}

.v10-sitecore-container .bg-sky-500\/30 {
    background-color: rgba(14, 165, 233, .3)
}

.v10-sitecore-container .bg-sky-500\/40 {
    background-color: rgba(14, 165, 233, .4)
}

.v10-sitecore-container .bg-sky-500\/5 {
    background-color: rgba(14, 165, 233, .05)
}

.v10-sitecore-container .bg-sky-500\/50 {
    background-color: rgba(14, 165, 233, .5)
}

.v10-sitecore-container .bg-sky-500\/60 {
    background-color: rgba(14, 165, 233, .6)
}

.v10-sitecore-container .bg-sky-500\/70 {
    background-color: rgba(14, 165, 233, .7)
}

.v10-sitecore-container .bg-sky-500\/75 {
    background-color: rgba(14, 165, 233, .75)
}

.v10-sitecore-container .bg-sky-500\/80 {
    background-color: rgba(14, 165, 233, .8)
}

.v10-sitecore-container .bg-sky-500\/90 {
    background-color: rgba(14, 165, 233, .9)
}

.v10-sitecore-container .bg-sky-500\/95 {
    background-color: rgba(14, 165, 233, .95)
}

.v10-sitecore-container .bg-sky-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(2 132 199/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-sky-600\/0 {
    background-color: rgba(2, 132, 199, 0)
}

.v10-sitecore-container .bg-sky-600\/10 {
    background-color: rgba(2, 132, 199, .1)
}

.v10-sitecore-container .bg-sky-600\/100 {
    background-color: #0284c7
}

.v10-sitecore-container .bg-sky-600\/20 {
    background-color: rgba(2, 132, 199, .2)
}

.v10-sitecore-container .bg-sky-600\/25 {
    background-color: rgba(2, 132, 199, .25)
}

.v10-sitecore-container .bg-sky-600\/30 {
    background-color: rgba(2, 132, 199, .3)
}

.v10-sitecore-container .bg-sky-600\/40 {
    background-color: rgba(2, 132, 199, .4)
}

.v10-sitecore-container .bg-sky-600\/5 {
    background-color: rgba(2, 132, 199, .05)
}

.v10-sitecore-container .bg-sky-600\/50 {
    background-color: rgba(2, 132, 199, .5)
}

.v10-sitecore-container .bg-sky-600\/60 {
    background-color: rgba(2, 132, 199, .6)
}

.v10-sitecore-container .bg-sky-600\/70 {
    background-color: rgba(2, 132, 199, .7)
}

.v10-sitecore-container .bg-sky-600\/75 {
    background-color: rgba(2, 132, 199, .75)
}

.v10-sitecore-container .bg-sky-600\/80 {
    background-color: rgba(2, 132, 199, .8)
}

.v10-sitecore-container .bg-sky-600\/90 {
    background-color: rgba(2, 132, 199, .9)
}

.v10-sitecore-container .bg-sky-600\/95 {
    background-color: rgba(2, 132, 199, .95)
}

.v10-sitecore-container .bg-sky-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(3 105 161/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-sky-700\/0 {
    background-color: rgba(3, 105, 161, 0)
}

.v10-sitecore-container .bg-sky-700\/10 {
    background-color: rgba(3, 105, 161, .1)
}

.v10-sitecore-container .bg-sky-700\/100 {
    background-color: #0369a1
}

.v10-sitecore-container .bg-sky-700\/20 {
    background-color: rgba(3, 105, 161, .2)
}

.v10-sitecore-container .bg-sky-700\/25 {
    background-color: rgba(3, 105, 161, .25)
}

.v10-sitecore-container .bg-sky-700\/30 {
    background-color: rgba(3, 105, 161, .3)
}

.v10-sitecore-container .bg-sky-700\/40 {
    background-color: rgba(3, 105, 161, .4)
}

.v10-sitecore-container .bg-sky-700\/5 {
    background-color: rgba(3, 105, 161, .05)
}

.v10-sitecore-container .bg-sky-700\/50 {
    background-color: rgba(3, 105, 161, .5)
}

.v10-sitecore-container .bg-sky-700\/60 {
    background-color: rgba(3, 105, 161, .6)
}

.v10-sitecore-container .bg-sky-700\/70 {
    background-color: rgba(3, 105, 161, .7)
}

.v10-sitecore-container .bg-sky-700\/75 {
    background-color: rgba(3, 105, 161, .75)
}

.v10-sitecore-container .bg-sky-700\/80 {
    background-color: rgba(3, 105, 161, .8)
}

.v10-sitecore-container .bg-sky-700\/90 {
    background-color: rgba(3, 105, 161, .9)
}

.v10-sitecore-container .bg-sky-700\/95 {
    background-color: rgba(3, 105, 161, .95)
}

.v10-sitecore-container .bg-sky-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(7 89 133/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-sky-800\/0 {
    background-color: rgba(7, 89, 133, 0)
}

.v10-sitecore-container .bg-sky-800\/10 {
    background-color: rgba(7, 89, 133, .1)
}

.v10-sitecore-container .bg-sky-800\/100 {
    background-color: #075985
}

.v10-sitecore-container .bg-sky-800\/20 {
    background-color: rgba(7, 89, 133, .2)
}

.v10-sitecore-container .bg-sky-800\/25 {
    background-color: rgba(7, 89, 133, .25)
}

.v10-sitecore-container .bg-sky-800\/30 {
    background-color: rgba(7, 89, 133, .3)
}

.v10-sitecore-container .bg-sky-800\/40 {
    background-color: rgba(7, 89, 133, .4)
}

.v10-sitecore-container .bg-sky-800\/5 {
    background-color: rgba(7, 89, 133, .05)
}

.v10-sitecore-container .bg-sky-800\/50 {
    background-color: rgba(7, 89, 133, .5)
}

.v10-sitecore-container .bg-sky-800\/60 {
    background-color: rgba(7, 89, 133, .6)
}

.v10-sitecore-container .bg-sky-800\/70 {
    background-color: rgba(7, 89, 133, .7)
}

.v10-sitecore-container .bg-sky-800\/75 {
    background-color: rgba(7, 89, 133, .75)
}

.v10-sitecore-container .bg-sky-800\/80 {
    background-color: rgba(7, 89, 133, .8)
}

.v10-sitecore-container .bg-sky-800\/90 {
    background-color: rgba(7, 89, 133, .9)
}

.v10-sitecore-container .bg-sky-800\/95 {
    background-color: rgba(7, 89, 133, .95)
}

.v10-sitecore-container .bg-sky-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(12 74 110/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-sky-900\/0 {
    background-color: rgba(12, 74, 110, 0)
}

.v10-sitecore-container .bg-sky-900\/10 {
    background-color: rgba(12, 74, 110, .1)
}

.v10-sitecore-container .bg-sky-900\/100 {
    background-color: #0c4a6e
}

.v10-sitecore-container .bg-sky-900\/20 {
    background-color: rgba(12, 74, 110, .2)
}

.v10-sitecore-container .bg-sky-900\/25 {
    background-color: rgba(12, 74, 110, .25)
}

.v10-sitecore-container .bg-sky-900\/30 {
    background-color: rgba(12, 74, 110, .3)
}

.v10-sitecore-container .bg-sky-900\/40 {
    background-color: rgba(12, 74, 110, .4)
}

.v10-sitecore-container .bg-sky-900\/5 {
    background-color: rgba(12, 74, 110, .05)
}

.v10-sitecore-container .bg-sky-900\/50 {
    background-color: rgba(12, 74, 110, .5)
}

.v10-sitecore-container .bg-sky-900\/60 {
    background-color: rgba(12, 74, 110, .6)
}

.v10-sitecore-container .bg-sky-900\/70 {
    background-color: rgba(12, 74, 110, .7)
}

.v10-sitecore-container .bg-sky-900\/75 {
    background-color: rgba(12, 74, 110, .75)
}

.v10-sitecore-container .bg-sky-900\/80 {
    background-color: rgba(12, 74, 110, .8)
}

.v10-sitecore-container .bg-sky-900\/90 {
    background-color: rgba(12, 74, 110, .9)
}

.v10-sitecore-container .bg-sky-900\/95 {
    background-color: rgba(12, 74, 110, .95)
}

.v10-sitecore-container .bg-sky-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(8 47 73/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-sky-950\/0 {
    background-color: rgba(8, 47, 73, 0)
}

.v10-sitecore-container .bg-sky-950\/10 {
    background-color: rgba(8, 47, 73, .1)
}

.v10-sitecore-container .bg-sky-950\/100 {
    background-color: #082f49
}

.v10-sitecore-container .bg-sky-950\/20 {
    background-color: rgba(8, 47, 73, .2)
}

.v10-sitecore-container .bg-sky-950\/25 {
    background-color: rgba(8, 47, 73, .25)
}

.v10-sitecore-container .bg-sky-950\/30 {
    background-color: rgba(8, 47, 73, .3)
}

.v10-sitecore-container .bg-sky-950\/40 {
    background-color: rgba(8, 47, 73, .4)
}

.v10-sitecore-container .bg-sky-950\/5 {
    background-color: rgba(8, 47, 73, .05)
}

.v10-sitecore-container .bg-sky-950\/50 {
    background-color: rgba(8, 47, 73, .5)
}

.v10-sitecore-container .bg-sky-950\/60 {
    background-color: rgba(8, 47, 73, .6)
}

.v10-sitecore-container .bg-sky-950\/70 {
    background-color: rgba(8, 47, 73, .7)
}

.v10-sitecore-container .bg-sky-950\/75 {
    background-color: rgba(8, 47, 73, .75)
}

.v10-sitecore-container .bg-sky-950\/80 {
    background-color: rgba(8, 47, 73, .8)
}

.v10-sitecore-container .bg-sky-950\/90 {
    background-color: rgba(8, 47, 73, .9)
}

.v10-sitecore-container .bg-sky-950\/95 {
    background-color: rgba(8, 47, 73, .95)
}

.v10-sitecore-container .bg-slate-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(241 245 249/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-slate-100\/0 {
    background-color: rgba(241, 245, 249, 0)
}

.v10-sitecore-container .bg-slate-100\/10 {
    background-color: rgba(241, 245, 249, .1)
}

.v10-sitecore-container .bg-slate-100\/100 {
    background-color: #f1f5f9
}

.v10-sitecore-container .bg-slate-100\/20 {
    background-color: rgba(241, 245, 249, .2)
}

.v10-sitecore-container .bg-slate-100\/25 {
    background-color: rgba(241, 245, 249, .25)
}

.v10-sitecore-container .bg-slate-100\/30 {
    background-color: rgba(241, 245, 249, .3)
}

.v10-sitecore-container .bg-slate-100\/40 {
    background-color: rgba(241, 245, 249, .4)
}

.v10-sitecore-container .bg-slate-100\/5 {
    background-color: rgba(241, 245, 249, .05)
}

.v10-sitecore-container .bg-slate-100\/50 {
    background-color: rgba(241, 245, 249, .5)
}

.v10-sitecore-container .bg-slate-100\/60 {
    background-color: rgba(241, 245, 249, .6)
}

.v10-sitecore-container .bg-slate-100\/70 {
    background-color: rgba(241, 245, 249, .7)
}

.v10-sitecore-container .bg-slate-100\/75 {
    background-color: rgba(241, 245, 249, .75)
}

.v10-sitecore-container .bg-slate-100\/80 {
    background-color: rgba(241, 245, 249, .8)
}

.v10-sitecore-container .bg-slate-100\/90 {
    background-color: rgba(241, 245, 249, .9)
}

.v10-sitecore-container .bg-slate-100\/95 {
    background-color: rgba(241, 245, 249, .95)
}

.v10-sitecore-container .bg-slate-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(226 232 240/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-slate-200\/0 {
    background-color: rgba(226, 232, 240, 0)
}

.v10-sitecore-container .bg-slate-200\/10 {
    background-color: rgba(226, 232, 240, .1)
}

.v10-sitecore-container .bg-slate-200\/100 {
    background-color: #e2e8f0
}

.v10-sitecore-container .bg-slate-200\/20 {
    background-color: rgba(226, 232, 240, .2)
}

.v10-sitecore-container .bg-slate-200\/25 {
    background-color: rgba(226, 232, 240, .25)
}

.v10-sitecore-container .bg-slate-200\/30 {
    background-color: rgba(226, 232, 240, .3)
}

.v10-sitecore-container .bg-slate-200\/40 {
    background-color: rgba(226, 232, 240, .4)
}

.v10-sitecore-container .bg-slate-200\/5 {
    background-color: rgba(226, 232, 240, .05)
}

.v10-sitecore-container .bg-slate-200\/50 {
    background-color: rgba(226, 232, 240, .5)
}

.v10-sitecore-container .bg-slate-200\/60 {
    background-color: rgba(226, 232, 240, .6)
}

.v10-sitecore-container .bg-slate-200\/70 {
    background-color: rgba(226, 232, 240, .7)
}

.v10-sitecore-container .bg-slate-200\/75 {
    background-color: rgba(226, 232, 240, .75)
}

.v10-sitecore-container .bg-slate-200\/80 {
    background-color: rgba(226, 232, 240, .8)
}

.v10-sitecore-container .bg-slate-200\/90 {
    background-color: rgba(226, 232, 240, .9)
}

.v10-sitecore-container .bg-slate-200\/95 {
    background-color: rgba(226, 232, 240, .95)
}

.v10-sitecore-container .bg-slate-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(203 213 225/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-slate-300\/0 {
    background-color: rgba(203, 213, 225, 0)
}

.v10-sitecore-container .bg-slate-300\/10 {
    background-color: rgba(203, 213, 225, .1)
}

.v10-sitecore-container .bg-slate-300\/100 {
    background-color: #cbd5e1
}

.v10-sitecore-container .bg-slate-300\/20 {
    background-color: rgba(203, 213, 225, .2)
}

.v10-sitecore-container .bg-slate-300\/25 {
    background-color: rgba(203, 213, 225, .25)
}

.v10-sitecore-container .bg-slate-300\/30 {
    background-color: rgba(203, 213, 225, .3)
}

.v10-sitecore-container .bg-slate-300\/40 {
    background-color: rgba(203, 213, 225, .4)
}

.v10-sitecore-container .bg-slate-300\/5 {
    background-color: rgba(203, 213, 225, .05)
}

.v10-sitecore-container .bg-slate-300\/50 {
    background-color: rgba(203, 213, 225, .5)
}

.v10-sitecore-container .bg-slate-300\/60 {
    background-color: rgba(203, 213, 225, .6)
}

.v10-sitecore-container .bg-slate-300\/70 {
    background-color: rgba(203, 213, 225, .7)
}

.v10-sitecore-container .bg-slate-300\/75 {
    background-color: rgba(203, 213, 225, .75)
}

.v10-sitecore-container .bg-slate-300\/80 {
    background-color: rgba(203, 213, 225, .8)
}

.v10-sitecore-container .bg-slate-300\/90 {
    background-color: rgba(203, 213, 225, .9)
}

.v10-sitecore-container .bg-slate-300\/95 {
    background-color: rgba(203, 213, 225, .95)
}

.v10-sitecore-container .bg-slate-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(148 163 184/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-slate-400\/0 {
    background-color: rgba(148, 163, 184, 0)
}

.v10-sitecore-container .bg-slate-400\/10 {
    background-color: rgba(148, 163, 184, .1)
}

.v10-sitecore-container .bg-slate-400\/100 {
    background-color: #94a3b8
}

.v10-sitecore-container .bg-slate-400\/20 {
    background-color: rgba(148, 163, 184, .2)
}

.v10-sitecore-container .bg-slate-400\/25 {
    background-color: rgba(148, 163, 184, .25)
}

.v10-sitecore-container .bg-slate-400\/30 {
    background-color: rgba(148, 163, 184, .3)
}

.v10-sitecore-container .bg-slate-400\/40 {
    background-color: rgba(148, 163, 184, .4)
}

.v10-sitecore-container .bg-slate-400\/5 {
    background-color: rgba(148, 163, 184, .05)
}

.v10-sitecore-container .bg-slate-400\/50 {
    background-color: rgba(148, 163, 184, .5)
}

.v10-sitecore-container .bg-slate-400\/60 {
    background-color: rgba(148, 163, 184, .6)
}

.v10-sitecore-container .bg-slate-400\/70 {
    background-color: rgba(148, 163, 184, .7)
}

.v10-sitecore-container .bg-slate-400\/75 {
    background-color: rgba(148, 163, 184, .75)
}

.v10-sitecore-container .bg-slate-400\/80 {
    background-color: rgba(148, 163, 184, .8)
}

.v10-sitecore-container .bg-slate-400\/90 {
    background-color: rgba(148, 163, 184, .9)
}

.v10-sitecore-container .bg-slate-400\/95 {
    background-color: rgba(148, 163, 184, .95)
}

.v10-sitecore-container .bg-slate-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(248 250 252/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-slate-50\/0 {
    background-color: rgba(248, 250, 252, 0)
}

.v10-sitecore-container .bg-slate-50\/10 {
    background-color: rgba(248, 250, 252, .1)
}

.v10-sitecore-container .bg-slate-50\/100 {
    background-color: #f8fafc
}

.v10-sitecore-container .bg-slate-50\/20 {
    background-color: rgba(248, 250, 252, .2)
}

.v10-sitecore-container .bg-slate-50\/25 {
    background-color: rgba(248, 250, 252, .25)
}

.v10-sitecore-container .bg-slate-50\/30 {
    background-color: rgba(248, 250, 252, .3)
}

.v10-sitecore-container .bg-slate-50\/40 {
    background-color: rgba(248, 250, 252, .4)
}

.v10-sitecore-container .bg-slate-50\/5 {
    background-color: rgba(248, 250, 252, .05)
}

.v10-sitecore-container .bg-slate-50\/50 {
    background-color: rgba(248, 250, 252, .5)
}

.v10-sitecore-container .bg-slate-50\/60 {
    background-color: rgba(248, 250, 252, .6)
}

.v10-sitecore-container .bg-slate-50\/70 {
    background-color: rgba(248, 250, 252, .7)
}

.v10-sitecore-container .bg-slate-50\/75 {
    background-color: rgba(248, 250, 252, .75)
}

.v10-sitecore-container .bg-slate-50\/80 {
    background-color: rgba(248, 250, 252, .8)
}

.v10-sitecore-container .bg-slate-50\/90 {
    background-color: rgba(248, 250, 252, .9)
}

.v10-sitecore-container .bg-slate-50\/95 {
    background-color: rgba(248, 250, 252, .95)
}

.v10-sitecore-container .bg-slate-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(100 116 139/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-slate-500\/0 {
    background-color: rgba(100, 116, 139, 0)
}

.v10-sitecore-container .bg-slate-500\/10 {
    background-color: rgba(100, 116, 139, .1)
}

.v10-sitecore-container .bg-slate-500\/100 {
    background-color: #64748b
}

.v10-sitecore-container .bg-slate-500\/20 {
    background-color: rgba(100, 116, 139, .2)
}

.v10-sitecore-container .bg-slate-500\/25 {
    background-color: rgba(100, 116, 139, .25)
}

.v10-sitecore-container .bg-slate-500\/30 {
    background-color: rgba(100, 116, 139, .3)
}

.v10-sitecore-container .bg-slate-500\/40 {
    background-color: rgba(100, 116, 139, .4)
}

.v10-sitecore-container .bg-slate-500\/5 {
    background-color: rgba(100, 116, 139, .05)
}

.v10-sitecore-container .bg-slate-500\/50 {
    background-color: rgba(100, 116, 139, .5)
}

.v10-sitecore-container .bg-slate-500\/60 {
    background-color: rgba(100, 116, 139, .6)
}

.v10-sitecore-container .bg-slate-500\/70 {
    background-color: rgba(100, 116, 139, .7)
}

.v10-sitecore-container .bg-slate-500\/75 {
    background-color: rgba(100, 116, 139, .75)
}

.v10-sitecore-container .bg-slate-500\/80 {
    background-color: rgba(100, 116, 139, .8)
}

.v10-sitecore-container .bg-slate-500\/90 {
    background-color: rgba(100, 116, 139, .9)
}

.v10-sitecore-container .bg-slate-500\/95 {
    background-color: rgba(100, 116, 139, .95)
}

.v10-sitecore-container .bg-slate-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(71 85 105/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-slate-600\/0 {
    background-color: rgba(71, 85, 105, 0)
}

.v10-sitecore-container .bg-slate-600\/10 {
    background-color: rgba(71, 85, 105, .1)
}

.v10-sitecore-container .bg-slate-600\/100 {
    background-color: #475569
}

.v10-sitecore-container .bg-slate-600\/20 {
    background-color: rgba(71, 85, 105, .2)
}

.v10-sitecore-container .bg-slate-600\/25 {
    background-color: rgba(71, 85, 105, .25)
}

.v10-sitecore-container .bg-slate-600\/30 {
    background-color: rgba(71, 85, 105, .3)
}

.v10-sitecore-container .bg-slate-600\/40 {
    background-color: rgba(71, 85, 105, .4)
}

.v10-sitecore-container .bg-slate-600\/5 {
    background-color: rgba(71, 85, 105, .05)
}

.v10-sitecore-container .bg-slate-600\/50 {
    background-color: rgba(71, 85, 105, .5)
}

.v10-sitecore-container .bg-slate-600\/60 {
    background-color: rgba(71, 85, 105, .6)
}

.v10-sitecore-container .bg-slate-600\/70 {
    background-color: rgba(71, 85, 105, .7)
}

.v10-sitecore-container .bg-slate-600\/75 {
    background-color: rgba(71, 85, 105, .75)
}

.v10-sitecore-container .bg-slate-600\/80 {
    background-color: rgba(71, 85, 105, .8)
}

.v10-sitecore-container .bg-slate-600\/90 {
    background-color: rgba(71, 85, 105, .9)
}

.v10-sitecore-container .bg-slate-600\/95 {
    background-color: rgba(71, 85, 105, .95)
}

.v10-sitecore-container .bg-slate-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(51 65 85/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-slate-700\/0 {
    background-color: rgba(51, 65, 85, 0)
}

.v10-sitecore-container .bg-slate-700\/10 {
    background-color: rgba(51, 65, 85, .1)
}

.v10-sitecore-container .bg-slate-700\/100 {
    background-color: #334155
}

.v10-sitecore-container .bg-slate-700\/20 {
    background-color: rgba(51, 65, 85, .2)
}

.v10-sitecore-container .bg-slate-700\/25 {
    background-color: rgba(51, 65, 85, .25)
}

.v10-sitecore-container .bg-slate-700\/30 {
    background-color: rgba(51, 65, 85, .3)
}

.v10-sitecore-container .bg-slate-700\/40 {
    background-color: rgba(51, 65, 85, .4)
}

.v10-sitecore-container .bg-slate-700\/5 {
    background-color: rgba(51, 65, 85, .05)
}

.v10-sitecore-container .bg-slate-700\/50 {
    background-color: rgba(51, 65, 85, .5)
}

.v10-sitecore-container .bg-slate-700\/60 {
    background-color: rgba(51, 65, 85, .6)
}

.v10-sitecore-container .bg-slate-700\/70 {
    background-color: rgba(51, 65, 85, .7)
}

.v10-sitecore-container .bg-slate-700\/75 {
    background-color: rgba(51, 65, 85, .75)
}

.v10-sitecore-container .bg-slate-700\/80 {
    background-color: rgba(51, 65, 85, .8)
}

.v10-sitecore-container .bg-slate-700\/90 {
    background-color: rgba(51, 65, 85, .9)
}

.v10-sitecore-container .bg-slate-700\/95 {
    background-color: rgba(51, 65, 85, .95)
}

.v10-sitecore-container .bg-slate-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(30 41 59/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-slate-800\/0 {
    background-color: rgba(30, 41, 59, 0)
}

.v10-sitecore-container .bg-slate-800\/10 {
    background-color: rgba(30, 41, 59, .1)
}

.v10-sitecore-container .bg-slate-800\/100 {
    background-color: #1e293b
}

.v10-sitecore-container .bg-slate-800\/20 {
    background-color: rgba(30, 41, 59, .2)
}

.v10-sitecore-container .bg-slate-800\/25 {
    background-color: rgba(30, 41, 59, .25)
}

.v10-sitecore-container .bg-slate-800\/30 {
    background-color: rgba(30, 41, 59, .3)
}

.v10-sitecore-container .bg-slate-800\/40 {
    background-color: rgba(30, 41, 59, .4)
}

.v10-sitecore-container .bg-slate-800\/5 {
    background-color: rgba(30, 41, 59, .05)
}

.v10-sitecore-container .bg-slate-800\/50 {
    background-color: rgba(30, 41, 59, .5)
}

.v10-sitecore-container .bg-slate-800\/60 {
    background-color: rgba(30, 41, 59, .6)
}

.v10-sitecore-container .bg-slate-800\/70 {
    background-color: rgba(30, 41, 59, .7)
}

.v10-sitecore-container .bg-slate-800\/75 {
    background-color: rgba(30, 41, 59, .75)
}

.v10-sitecore-container .bg-slate-800\/80 {
    background-color: rgba(30, 41, 59, .8)
}

.v10-sitecore-container .bg-slate-800\/90 {
    background-color: rgba(30, 41, 59, .9)
}

.v10-sitecore-container .bg-slate-800\/95 {
    background-color: rgba(30, 41, 59, .95)
}

.v10-sitecore-container .bg-slate-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(15 23 42/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-slate-900\/0 {
    background-color: rgba(15, 23, 42, 0)
}

.v10-sitecore-container .bg-slate-900\/10 {
    background-color: rgba(15, 23, 42, .1)
}

.v10-sitecore-container .bg-slate-900\/100 {
    background-color: #0f172a
}

.v10-sitecore-container .bg-slate-900\/20 {
    background-color: rgba(15, 23, 42, .2)
}

.v10-sitecore-container .bg-slate-900\/25 {
    background-color: rgba(15, 23, 42, .25)
}

.v10-sitecore-container .bg-slate-900\/30 {
    background-color: rgba(15, 23, 42, .3)
}

.v10-sitecore-container .bg-slate-900\/40 {
    background-color: rgba(15, 23, 42, .4)
}

.v10-sitecore-container .bg-slate-900\/5 {
    background-color: rgba(15, 23, 42, .05)
}

.v10-sitecore-container .bg-slate-900\/50 {
    background-color: rgba(15, 23, 42, .5)
}

.v10-sitecore-container .bg-slate-900\/60 {
    background-color: rgba(15, 23, 42, .6)
}

.v10-sitecore-container .bg-slate-900\/70 {
    background-color: rgba(15, 23, 42, .7)
}

.v10-sitecore-container .bg-slate-900\/75 {
    background-color: rgba(15, 23, 42, .75)
}

.v10-sitecore-container .bg-slate-900\/80 {
    background-color: rgba(15, 23, 42, .8)
}

.v10-sitecore-container .bg-slate-900\/90 {
    background-color: rgba(15, 23, 42, .9)
}

.v10-sitecore-container .bg-slate-900\/95 {
    background-color: rgba(15, 23, 42, .95)
}

.v10-sitecore-container .bg-slate-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(2 6 23/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-slate-950\/0 {
    background-color: rgba(2, 6, 23, 0)
}

.v10-sitecore-container .bg-slate-950\/10 {
    background-color: rgba(2, 6, 23, .1)
}

.v10-sitecore-container .bg-slate-950\/100 {
    background-color: #020617
}

.v10-sitecore-container .bg-slate-950\/20 {
    background-color: rgba(2, 6, 23, .2)
}

.v10-sitecore-container .bg-slate-950\/25 {
    background-color: rgba(2, 6, 23, .25)
}

.v10-sitecore-container .bg-slate-950\/30 {
    background-color: rgba(2, 6, 23, .3)
}

.v10-sitecore-container .bg-slate-950\/40 {
    background-color: rgba(2, 6, 23, .4)
}

.v10-sitecore-container .bg-slate-950\/5 {
    background-color: rgba(2, 6, 23, .05)
}

.v10-sitecore-container .bg-slate-950\/50 {
    background-color: rgba(2, 6, 23, .5)
}

.v10-sitecore-container .bg-slate-950\/60 {
    background-color: rgba(2, 6, 23, .6)
}

.v10-sitecore-container .bg-slate-950\/70 {
    background-color: rgba(2, 6, 23, .7)
}

.v10-sitecore-container .bg-slate-950\/75 {
    background-color: rgba(2, 6, 23, .75)
}

.v10-sitecore-container .bg-slate-950\/80 {
    background-color: rgba(2, 6, 23, .8)
}

.v10-sitecore-container .bg-slate-950\/90 {
    background-color: rgba(2, 6, 23, .9)
}

.v10-sitecore-container .bg-slate-950\/95 {
    background-color: rgba(2, 6, 23, .95)
}

.v10-sitecore-container .bg-sscp-tangerine {
    --tw-bg-opacity: 1;
    background-color: rgb(239 107 42/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-sscp-tangerine\/0 {
    background-color: rgba(239, 107, 42, 0)
}

.v10-sitecore-container .bg-sscp-tangerine\/10 {
    background-color: rgba(239, 107, 42, .1)
}

.v10-sitecore-container .bg-sscp-tangerine\/100 {
    background-color: #ef6b2a
}

.v10-sitecore-container .bg-sscp-tangerine\/20 {
    background-color: rgba(239, 107, 42, .2)
}

.v10-sitecore-container .bg-sscp-tangerine\/25 {
    background-color: rgba(239, 107, 42, .25)
}

.v10-sitecore-container .bg-sscp-tangerine\/30 {
    background-color: rgba(239, 107, 42, .3)
}

.v10-sitecore-container .bg-sscp-tangerine\/40 {
    background-color: rgba(239, 107, 42, .4)
}

.v10-sitecore-container .bg-sscp-tangerine\/5 {
    background-color: rgba(239, 107, 42, .05)
}

.v10-sitecore-container .bg-sscp-tangerine\/50 {
    background-color: rgba(239, 107, 42, .5)
}

.v10-sitecore-container .bg-sscp-tangerine\/60 {
    background-color: rgba(239, 107, 42, .6)
}

.v10-sitecore-container .bg-sscp-tangerine\/70 {
    background-color: rgba(239, 107, 42, .7)
}

.v10-sitecore-container .bg-sscp-tangerine\/75 {
    background-color: rgba(239, 107, 42, .75)
}

.v10-sitecore-container .bg-sscp-tangerine\/80 {
    background-color: rgba(239, 107, 42, .8)
}

.v10-sitecore-container .bg-sscp-tangerine\/90 {
    background-color: rgba(239, 107, 42, .9)
}

.v10-sitecore-container .bg-sscp-tangerine\/95 {
    background-color: rgba(239, 107, 42, .95)
}

.v10-sitecore-container .bg-stone-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 244/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-stone-100\/0 {
    background-color: hsla(60, 5%, 96%, 0)
}

.v10-sitecore-container .bg-stone-100\/10 {
    background-color: hsla(60, 5%, 96%, .1)
}

.v10-sitecore-container .bg-stone-100\/100 {
    background-color: #f5f5f4
}

.v10-sitecore-container .bg-stone-100\/20 {
    background-color: hsla(60, 5%, 96%, .2)
}

.v10-sitecore-container .bg-stone-100\/25 {
    background-color: hsla(60, 5%, 96%, .25)
}

.v10-sitecore-container .bg-stone-100\/30 {
    background-color: hsla(60, 5%, 96%, .3)
}

.v10-sitecore-container .bg-stone-100\/40 {
    background-color: hsla(60, 5%, 96%, .4)
}

.v10-sitecore-container .bg-stone-100\/5 {
    background-color: hsla(60, 5%, 96%, .05)
}

.v10-sitecore-container .bg-stone-100\/50 {
    background-color: hsla(60, 5%, 96%, .5)
}

.v10-sitecore-container .bg-stone-100\/60 {
    background-color: hsla(60, 5%, 96%, .6)
}

.v10-sitecore-container .bg-stone-100\/70 {
    background-color: hsla(60, 5%, 96%, .7)
}

.v10-sitecore-container .bg-stone-100\/75 {
    background-color: hsla(60, 5%, 96%, .75)
}

.v10-sitecore-container .bg-stone-100\/80 {
    background-color: hsla(60, 5%, 96%, .8)
}

.v10-sitecore-container .bg-stone-100\/90 {
    background-color: hsla(60, 5%, 96%, .9)
}

.v10-sitecore-container .bg-stone-100\/95 {
    background-color: hsla(60, 5%, 96%, .95)
}

.v10-sitecore-container .bg-stone-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(231 229 228/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-stone-200\/0 {
    background-color: hsla(20, 6%, 90%, 0)
}

.v10-sitecore-container .bg-stone-200\/10 {
    background-color: hsla(20, 6%, 90%, .1)
}

.v10-sitecore-container .bg-stone-200\/100 {
    background-color: #e7e5e4
}

.v10-sitecore-container .bg-stone-200\/20 {
    background-color: hsla(20, 6%, 90%, .2)
}

.v10-sitecore-container .bg-stone-200\/25 {
    background-color: hsla(20, 6%, 90%, .25)
}

.v10-sitecore-container .bg-stone-200\/30 {
    background-color: hsla(20, 6%, 90%, .3)
}

.v10-sitecore-container .bg-stone-200\/40 {
    background-color: hsla(20, 6%, 90%, .4)
}

.v10-sitecore-container .bg-stone-200\/5 {
    background-color: hsla(20, 6%, 90%, .05)
}

.v10-sitecore-container .bg-stone-200\/50 {
    background-color: hsla(20, 6%, 90%, .5)
}

.v10-sitecore-container .bg-stone-200\/60 {
    background-color: hsla(20, 6%, 90%, .6)
}

.v10-sitecore-container .bg-stone-200\/70 {
    background-color: hsla(20, 6%, 90%, .7)
}

.v10-sitecore-container .bg-stone-200\/75 {
    background-color: hsla(20, 6%, 90%, .75)
}

.v10-sitecore-container .bg-stone-200\/80 {
    background-color: hsla(20, 6%, 90%, .8)
}

.v10-sitecore-container .bg-stone-200\/90 {
    background-color: hsla(20, 6%, 90%, .9)
}

.v10-sitecore-container .bg-stone-200\/95 {
    background-color: hsla(20, 6%, 90%, .95)
}

.v10-sitecore-container .bg-stone-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(214 211 209/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-stone-300\/0 {
    background-color: hsla(24, 6%, 83%, 0)
}

.v10-sitecore-container .bg-stone-300\/10 {
    background-color: hsla(24, 6%, 83%, .1)
}

.v10-sitecore-container .bg-stone-300\/100 {
    background-color: #d6d3d1
}

.v10-sitecore-container .bg-stone-300\/20 {
    background-color: hsla(24, 6%, 83%, .2)
}

.v10-sitecore-container .bg-stone-300\/25 {
    background-color: hsla(24, 6%, 83%, .25)
}

.v10-sitecore-container .bg-stone-300\/30 {
    background-color: hsla(24, 6%, 83%, .3)
}

.v10-sitecore-container .bg-stone-300\/40 {
    background-color: hsla(24, 6%, 83%, .4)
}

.v10-sitecore-container .bg-stone-300\/5 {
    background-color: hsla(24, 6%, 83%, .05)
}

.v10-sitecore-container .bg-stone-300\/50 {
    background-color: hsla(24, 6%, 83%, .5)
}

.v10-sitecore-container .bg-stone-300\/60 {
    background-color: hsla(24, 6%, 83%, .6)
}

.v10-sitecore-container .bg-stone-300\/70 {
    background-color: hsla(24, 6%, 83%, .7)
}

.v10-sitecore-container .bg-stone-300\/75 {
    background-color: hsla(24, 6%, 83%, .75)
}

.v10-sitecore-container .bg-stone-300\/80 {
    background-color: hsla(24, 6%, 83%, .8)
}

.v10-sitecore-container .bg-stone-300\/90 {
    background-color: hsla(24, 6%, 83%, .9)
}

.v10-sitecore-container .bg-stone-300\/95 {
    background-color: hsla(24, 6%, 83%, .95)
}

.v10-sitecore-container .bg-stone-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(168 162 158/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-stone-400\/0 {
    background-color: hsla(24, 5%, 64%, 0)
}

.v10-sitecore-container .bg-stone-400\/10 {
    background-color: hsla(24, 5%, 64%, .1)
}

.v10-sitecore-container .bg-stone-400\/100 {
    background-color: #a8a29e
}

.v10-sitecore-container .bg-stone-400\/20 {
    background-color: hsla(24, 5%, 64%, .2)
}

.v10-sitecore-container .bg-stone-400\/25 {
    background-color: hsla(24, 5%, 64%, .25)
}

.v10-sitecore-container .bg-stone-400\/30 {
    background-color: hsla(24, 5%, 64%, .3)
}

.v10-sitecore-container .bg-stone-400\/40 {
    background-color: hsla(24, 5%, 64%, .4)
}

.v10-sitecore-container .bg-stone-400\/5 {
    background-color: hsla(24, 5%, 64%, .05)
}

.v10-sitecore-container .bg-stone-400\/50 {
    background-color: hsla(24, 5%, 64%, .5)
}

.v10-sitecore-container .bg-stone-400\/60 {
    background-color: hsla(24, 5%, 64%, .6)
}

.v10-sitecore-container .bg-stone-400\/70 {
    background-color: hsla(24, 5%, 64%, .7)
}

.v10-sitecore-container .bg-stone-400\/75 {
    background-color: hsla(24, 5%, 64%, .75)
}

.v10-sitecore-container .bg-stone-400\/80 {
    background-color: hsla(24, 5%, 64%, .8)
}

.v10-sitecore-container .bg-stone-400\/90 {
    background-color: hsla(24, 5%, 64%, .9)
}

.v10-sitecore-container .bg-stone-400\/95 {
    background-color: hsla(24, 5%, 64%, .95)
}

.v10-sitecore-container .bg-stone-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 249/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-stone-50\/0 {
    background-color: hsla(60, 9%, 98%, 0)
}

.v10-sitecore-container .bg-stone-50\/10 {
    background-color: hsla(60, 9%, 98%, .1)
}

.v10-sitecore-container .bg-stone-50\/100 {
    background-color: #fafaf9
}

.v10-sitecore-container .bg-stone-50\/20 {
    background-color: hsla(60, 9%, 98%, .2)
}

.v10-sitecore-container .bg-stone-50\/25 {
    background-color: hsla(60, 9%, 98%, .25)
}

.v10-sitecore-container .bg-stone-50\/30 {
    background-color: hsla(60, 9%, 98%, .3)
}

.v10-sitecore-container .bg-stone-50\/40 {
    background-color: hsla(60, 9%, 98%, .4)
}

.v10-sitecore-container .bg-stone-50\/5 {
    background-color: hsla(60, 9%, 98%, .05)
}

.v10-sitecore-container .bg-stone-50\/50 {
    background-color: hsla(60, 9%, 98%, .5)
}

.v10-sitecore-container .bg-stone-50\/60 {
    background-color: hsla(60, 9%, 98%, .6)
}

.v10-sitecore-container .bg-stone-50\/70 {
    background-color: hsla(60, 9%, 98%, .7)
}

.v10-sitecore-container .bg-stone-50\/75 {
    background-color: hsla(60, 9%, 98%, .75)
}

.v10-sitecore-container .bg-stone-50\/80 {
    background-color: hsla(60, 9%, 98%, .8)
}

.v10-sitecore-container .bg-stone-50\/90 {
    background-color: hsla(60, 9%, 98%, .9)
}

.v10-sitecore-container .bg-stone-50\/95 {
    background-color: hsla(60, 9%, 98%, .95)
}

.v10-sitecore-container .bg-stone-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(120 113 108/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-stone-500\/0 {
    background-color: hsla(25, 5%, 45%, 0)
}

.v10-sitecore-container .bg-stone-500\/10 {
    background-color: hsla(25, 5%, 45%, .1)
}

.v10-sitecore-container .bg-stone-500\/100 {
    background-color: #78716c
}

.v10-sitecore-container .bg-stone-500\/20 {
    background-color: hsla(25, 5%, 45%, .2)
}

.v10-sitecore-container .bg-stone-500\/25 {
    background-color: hsla(25, 5%, 45%, .25)
}

.v10-sitecore-container .bg-stone-500\/30 {
    background-color: hsla(25, 5%, 45%, .3)
}

.v10-sitecore-container .bg-stone-500\/40 {
    background-color: hsla(25, 5%, 45%, .4)
}

.v10-sitecore-container .bg-stone-500\/5 {
    background-color: hsla(25, 5%, 45%, .05)
}

.v10-sitecore-container .bg-stone-500\/50 {
    background-color: hsla(25, 5%, 45%, .5)
}

.v10-sitecore-container .bg-stone-500\/60 {
    background-color: hsla(25, 5%, 45%, .6)
}

.v10-sitecore-container .bg-stone-500\/70 {
    background-color: hsla(25, 5%, 45%, .7)
}

.v10-sitecore-container .bg-stone-500\/75 {
    background-color: hsla(25, 5%, 45%, .75)
}

.v10-sitecore-container .bg-stone-500\/80 {
    background-color: hsla(25, 5%, 45%, .8)
}

.v10-sitecore-container .bg-stone-500\/90 {
    background-color: hsla(25, 5%, 45%, .9)
}

.v10-sitecore-container .bg-stone-500\/95 {
    background-color: hsla(25, 5%, 45%, .95)
}

.v10-sitecore-container .bg-stone-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(87 83 78/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-stone-600\/0 {
    background-color: rgba(87, 83, 78, 0)
}

.v10-sitecore-container .bg-stone-600\/10 {
    background-color: rgba(87, 83, 78, .1)
}

.v10-sitecore-container .bg-stone-600\/100 {
    background-color: #57534e
}

.v10-sitecore-container .bg-stone-600\/20 {
    background-color: rgba(87, 83, 78, .2)
}

.v10-sitecore-container .bg-stone-600\/25 {
    background-color: rgba(87, 83, 78, .25)
}

.v10-sitecore-container .bg-stone-600\/30 {
    background-color: rgba(87, 83, 78, .3)
}

.v10-sitecore-container .bg-stone-600\/40 {
    background-color: rgba(87, 83, 78, .4)
}

.v10-sitecore-container .bg-stone-600\/5 {
    background-color: rgba(87, 83, 78, .05)
}

.v10-sitecore-container .bg-stone-600\/50 {
    background-color: rgba(87, 83, 78, .5)
}

.v10-sitecore-container .bg-stone-600\/60 {
    background-color: rgba(87, 83, 78, .6)
}

.v10-sitecore-container .bg-stone-600\/70 {
    background-color: rgba(87, 83, 78, .7)
}

.v10-sitecore-container .bg-stone-600\/75 {
    background-color: rgba(87, 83, 78, .75)
}

.v10-sitecore-container .bg-stone-600\/80 {
    background-color: rgba(87, 83, 78, .8)
}

.v10-sitecore-container .bg-stone-600\/90 {
    background-color: rgba(87, 83, 78, .9)
}

.v10-sitecore-container .bg-stone-600\/95 {
    background-color: rgba(87, 83, 78, .95)
}

.v10-sitecore-container .bg-stone-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(68 64 60/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-stone-700\/0 {
    background-color: rgba(68, 64, 60, 0)
}

.v10-sitecore-container .bg-stone-700\/10 {
    background-color: rgba(68, 64, 60, .1)
}

.v10-sitecore-container .bg-stone-700\/100 {
    background-color: #44403c
}

.v10-sitecore-container .bg-stone-700\/20 {
    background-color: rgba(68, 64, 60, .2)
}

.v10-sitecore-container .bg-stone-700\/25 {
    background-color: rgba(68, 64, 60, .25)
}

.v10-sitecore-container .bg-stone-700\/30 {
    background-color: rgba(68, 64, 60, .3)
}

.v10-sitecore-container .bg-stone-700\/40 {
    background-color: rgba(68, 64, 60, .4)
}

.v10-sitecore-container .bg-stone-700\/5 {
    background-color: rgba(68, 64, 60, .05)
}

.v10-sitecore-container .bg-stone-700\/50 {
    background-color: rgba(68, 64, 60, .5)
}

.v10-sitecore-container .bg-stone-700\/60 {
    background-color: rgba(68, 64, 60, .6)
}

.v10-sitecore-container .bg-stone-700\/70 {
    background-color: rgba(68, 64, 60, .7)
}

.v10-sitecore-container .bg-stone-700\/75 {
    background-color: rgba(68, 64, 60, .75)
}

.v10-sitecore-container .bg-stone-700\/80 {
    background-color: rgba(68, 64, 60, .8)
}

.v10-sitecore-container .bg-stone-700\/90 {
    background-color: rgba(68, 64, 60, .9)
}

.v10-sitecore-container .bg-stone-700\/95 {
    background-color: rgba(68, 64, 60, .95)
}

.v10-sitecore-container .bg-stone-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(41 37 36/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-stone-800\/0 {
    background-color: rgba(41, 37, 36, 0)
}

.v10-sitecore-container .bg-stone-800\/10 {
    background-color: rgba(41, 37, 36, .1)
}

.v10-sitecore-container .bg-stone-800\/100 {
    background-color: #292524
}

.v10-sitecore-container .bg-stone-800\/20 {
    background-color: rgba(41, 37, 36, .2)
}

.v10-sitecore-container .bg-stone-800\/25 {
    background-color: rgba(41, 37, 36, .25)
}

.v10-sitecore-container .bg-stone-800\/30 {
    background-color: rgba(41, 37, 36, .3)
}

.v10-sitecore-container .bg-stone-800\/40 {
    background-color: rgba(41, 37, 36, .4)
}

.v10-sitecore-container .bg-stone-800\/5 {
    background-color: rgba(41, 37, 36, .05)
}

.v10-sitecore-container .bg-stone-800\/50 {
    background-color: rgba(41, 37, 36, .5)
}

.v10-sitecore-container .bg-stone-800\/60 {
    background-color: rgba(41, 37, 36, .6)
}

.v10-sitecore-container .bg-stone-800\/70 {
    background-color: rgba(41, 37, 36, .7)
}

.v10-sitecore-container .bg-stone-800\/75 {
    background-color: rgba(41, 37, 36, .75)
}

.v10-sitecore-container .bg-stone-800\/80 {
    background-color: rgba(41, 37, 36, .8)
}

.v10-sitecore-container .bg-stone-800\/90 {
    background-color: rgba(41, 37, 36, .9)
}

.v10-sitecore-container .bg-stone-800\/95 {
    background-color: rgba(41, 37, 36, .95)
}

.v10-sitecore-container .bg-stone-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(28 25 23/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-stone-900\/0 {
    background-color: rgba(28, 25, 23, 0)
}

.v10-sitecore-container .bg-stone-900\/10 {
    background-color: rgba(28, 25, 23, .1)
}

.v10-sitecore-container .bg-stone-900\/100 {
    background-color: #1c1917
}

.v10-sitecore-container .bg-stone-900\/20 {
    background-color: rgba(28, 25, 23, .2)
}

.v10-sitecore-container .bg-stone-900\/25 {
    background-color: rgba(28, 25, 23, .25)
}

.v10-sitecore-container .bg-stone-900\/30 {
    background-color: rgba(28, 25, 23, .3)
}

.v10-sitecore-container .bg-stone-900\/40 {
    background-color: rgba(28, 25, 23, .4)
}

.v10-sitecore-container .bg-stone-900\/5 {
    background-color: rgba(28, 25, 23, .05)
}

.v10-sitecore-container .bg-stone-900\/50 {
    background-color: rgba(28, 25, 23, .5)
}

.v10-sitecore-container .bg-stone-900\/60 {
    background-color: rgba(28, 25, 23, .6)
}

.v10-sitecore-container .bg-stone-900\/70 {
    background-color: rgba(28, 25, 23, .7)
}

.v10-sitecore-container .bg-stone-900\/75 {
    background-color: rgba(28, 25, 23, .75)
}

.v10-sitecore-container .bg-stone-900\/80 {
    background-color: rgba(28, 25, 23, .8)
}

.v10-sitecore-container .bg-stone-900\/90 {
    background-color: rgba(28, 25, 23, .9)
}

.v10-sitecore-container .bg-stone-900\/95 {
    background-color: rgba(28, 25, 23, .95)
}

.v10-sitecore-container .bg-stone-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(12 10 9/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-stone-950\/0 {
    background-color: rgba(12, 10, 9, 0)
}

.v10-sitecore-container .bg-stone-950\/10 {
    background-color: rgba(12, 10, 9, .1)
}

.v10-sitecore-container .bg-stone-950\/100 {
    background-color: #0c0a09
}

.v10-sitecore-container .bg-stone-950\/20 {
    background-color: rgba(12, 10, 9, .2)
}

.v10-sitecore-container .bg-stone-950\/25 {
    background-color: rgba(12, 10, 9, .25)
}

.v10-sitecore-container .bg-stone-950\/30 {
    background-color: rgba(12, 10, 9, .3)
}

.v10-sitecore-container .bg-stone-950\/40 {
    background-color: rgba(12, 10, 9, .4)
}

.v10-sitecore-container .bg-stone-950\/5 {
    background-color: rgba(12, 10, 9, .05)
}

.v10-sitecore-container .bg-stone-950\/50 {
    background-color: rgba(12, 10, 9, .5)
}

.v10-sitecore-container .bg-stone-950\/60 {
    background-color: rgba(12, 10, 9, .6)
}

.v10-sitecore-container .bg-stone-950\/70 {
    background-color: rgba(12, 10, 9, .7)
}

.v10-sitecore-container .bg-stone-950\/75 {
    background-color: rgba(12, 10, 9, .75)
}

.v10-sitecore-container .bg-stone-950\/80 {
    background-color: rgba(12, 10, 9, .8)
}

.v10-sitecore-container .bg-stone-950\/90 {
    background-color: rgba(12, 10, 9, .9)
}

.v10-sitecore-container .bg-stone-950\/95 {
    background-color: rgba(12, 10, 9, .95)
}

.v10-sitecore-container .bg-teal-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(204 251 241/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-teal-100\/0 {
    background-color: rgba(204, 251, 241, 0)
}

.v10-sitecore-container .bg-teal-100\/10 {
    background-color: rgba(204, 251, 241, .1)
}

.v10-sitecore-container .bg-teal-100\/100 {
    background-color: #ccfbf1
}

.v10-sitecore-container .bg-teal-100\/20 {
    background-color: rgba(204, 251, 241, .2)
}

.v10-sitecore-container .bg-teal-100\/25 {
    background-color: rgba(204, 251, 241, .25)
}

.v10-sitecore-container .bg-teal-100\/30 {
    background-color: rgba(204, 251, 241, .3)
}

.v10-sitecore-container .bg-teal-100\/40 {
    background-color: rgba(204, 251, 241, .4)
}

.v10-sitecore-container .bg-teal-100\/5 {
    background-color: rgba(204, 251, 241, .05)
}

.v10-sitecore-container .bg-teal-100\/50 {
    background-color: rgba(204, 251, 241, .5)
}

.v10-sitecore-container .bg-teal-100\/60 {
    background-color: rgba(204, 251, 241, .6)
}

.v10-sitecore-container .bg-teal-100\/70 {
    background-color: rgba(204, 251, 241, .7)
}

.v10-sitecore-container .bg-teal-100\/75 {
    background-color: rgba(204, 251, 241, .75)
}

.v10-sitecore-container .bg-teal-100\/80 {
    background-color: rgba(204, 251, 241, .8)
}

.v10-sitecore-container .bg-teal-100\/90 {
    background-color: rgba(204, 251, 241, .9)
}

.v10-sitecore-container .bg-teal-100\/95 {
    background-color: rgba(204, 251, 241, .95)
}

.v10-sitecore-container .bg-teal-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(153 246 228/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-teal-200\/0 {
    background-color: rgba(153, 246, 228, 0)
}

.v10-sitecore-container .bg-teal-200\/10 {
    background-color: rgba(153, 246, 228, .1)
}

.v10-sitecore-container .bg-teal-200\/100 {
    background-color: #99f6e4
}

.v10-sitecore-container .bg-teal-200\/20 {
    background-color: rgba(153, 246, 228, .2)
}

.v10-sitecore-container .bg-teal-200\/25 {
    background-color: rgba(153, 246, 228, .25)
}

.v10-sitecore-container .bg-teal-200\/30 {
    background-color: rgba(153, 246, 228, .3)
}

.v10-sitecore-container .bg-teal-200\/40 {
    background-color: rgba(153, 246, 228, .4)
}

.v10-sitecore-container .bg-teal-200\/5 {
    background-color: rgba(153, 246, 228, .05)
}

.v10-sitecore-container .bg-teal-200\/50 {
    background-color: rgba(153, 246, 228, .5)
}

.v10-sitecore-container .bg-teal-200\/60 {
    background-color: rgba(153, 246, 228, .6)
}

.v10-sitecore-container .bg-teal-200\/70 {
    background-color: rgba(153, 246, 228, .7)
}

.v10-sitecore-container .bg-teal-200\/75 {
    background-color: rgba(153, 246, 228, .75)
}

.v10-sitecore-container .bg-teal-200\/80 {
    background-color: rgba(153, 246, 228, .8)
}

.v10-sitecore-container .bg-teal-200\/90 {
    background-color: rgba(153, 246, 228, .9)
}

.v10-sitecore-container .bg-teal-200\/95 {
    background-color: rgba(153, 246, 228, .95)
}

.v10-sitecore-container .bg-teal-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(94 234 212/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-teal-300\/0 {
    background-color: rgba(94, 234, 212, 0)
}

.v10-sitecore-container .bg-teal-300\/10 {
    background-color: rgba(94, 234, 212, .1)
}

.v10-sitecore-container .bg-teal-300\/100 {
    background-color: #5eead4
}

.v10-sitecore-container .bg-teal-300\/20 {
    background-color: rgba(94, 234, 212, .2)
}

.v10-sitecore-container .bg-teal-300\/25 {
    background-color: rgba(94, 234, 212, .25)
}

.v10-sitecore-container .bg-teal-300\/30 {
    background-color: rgba(94, 234, 212, .3)
}

.v10-sitecore-container .bg-teal-300\/40 {
    background-color: rgba(94, 234, 212, .4)
}

.v10-sitecore-container .bg-teal-300\/5 {
    background-color: rgba(94, 234, 212, .05)
}

.v10-sitecore-container .bg-teal-300\/50 {
    background-color: rgba(94, 234, 212, .5)
}

.v10-sitecore-container .bg-teal-300\/60 {
    background-color: rgba(94, 234, 212, .6)
}

.v10-sitecore-container .bg-teal-300\/70 {
    background-color: rgba(94, 234, 212, .7)
}

.v10-sitecore-container .bg-teal-300\/75 {
    background-color: rgba(94, 234, 212, .75)
}

.v10-sitecore-container .bg-teal-300\/80 {
    background-color: rgba(94, 234, 212, .8)
}

.v10-sitecore-container .bg-teal-300\/90 {
    background-color: rgba(94, 234, 212, .9)
}

.v10-sitecore-container .bg-teal-300\/95 {
    background-color: rgba(94, 234, 212, .95)
}

.v10-sitecore-container .bg-teal-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(45 212 191/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-teal-400\/0 {
    background-color: rgba(45, 212, 191, 0)
}

.v10-sitecore-container .bg-teal-400\/10 {
    background-color: rgba(45, 212, 191, .1)
}

.v10-sitecore-container .bg-teal-400\/100 {
    background-color: #2dd4bf
}

.v10-sitecore-container .bg-teal-400\/20 {
    background-color: rgba(45, 212, 191, .2)
}

.v10-sitecore-container .bg-teal-400\/25 {
    background-color: rgba(45, 212, 191, .25)
}

.v10-sitecore-container .bg-teal-400\/30 {
    background-color: rgba(45, 212, 191, .3)
}

.v10-sitecore-container .bg-teal-400\/40 {
    background-color: rgba(45, 212, 191, .4)
}

.v10-sitecore-container .bg-teal-400\/5 {
    background-color: rgba(45, 212, 191, .05)
}

.v10-sitecore-container .bg-teal-400\/50 {
    background-color: rgba(45, 212, 191, .5)
}

.v10-sitecore-container .bg-teal-400\/60 {
    background-color: rgba(45, 212, 191, .6)
}

.v10-sitecore-container .bg-teal-400\/70 {
    background-color: rgba(45, 212, 191, .7)
}

.v10-sitecore-container .bg-teal-400\/75 {
    background-color: rgba(45, 212, 191, .75)
}

.v10-sitecore-container .bg-teal-400\/80 {
    background-color: rgba(45, 212, 191, .8)
}

.v10-sitecore-container .bg-teal-400\/90 {
    background-color: rgba(45, 212, 191, .9)
}

.v10-sitecore-container .bg-teal-400\/95 {
    background-color: rgba(45, 212, 191, .95)
}

.v10-sitecore-container .bg-teal-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(240 253 250/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-teal-50\/0 {
    background-color: rgba(240, 253, 250, 0)
}

.v10-sitecore-container .bg-teal-50\/10 {
    background-color: rgba(240, 253, 250, .1)
}

.v10-sitecore-container .bg-teal-50\/100 {
    background-color: #f0fdfa
}

.v10-sitecore-container .bg-teal-50\/20 {
    background-color: rgba(240, 253, 250, .2)
}

.v10-sitecore-container .bg-teal-50\/25 {
    background-color: rgba(240, 253, 250, .25)
}

.v10-sitecore-container .bg-teal-50\/30 {
    background-color: rgba(240, 253, 250, .3)
}

.v10-sitecore-container .bg-teal-50\/40 {
    background-color: rgba(240, 253, 250, .4)
}

.v10-sitecore-container .bg-teal-50\/5 {
    background-color: rgba(240, 253, 250, .05)
}

.v10-sitecore-container .bg-teal-50\/50 {
    background-color: rgba(240, 253, 250, .5)
}

.v10-sitecore-container .bg-teal-50\/60 {
    background-color: rgba(240, 253, 250, .6)
}

.v10-sitecore-container .bg-teal-50\/70 {
    background-color: rgba(240, 253, 250, .7)
}

.v10-sitecore-container .bg-teal-50\/75 {
    background-color: rgba(240, 253, 250, .75)
}

.v10-sitecore-container .bg-teal-50\/80 {
    background-color: rgba(240, 253, 250, .8)
}

.v10-sitecore-container .bg-teal-50\/90 {
    background-color: rgba(240, 253, 250, .9)
}

.v10-sitecore-container .bg-teal-50\/95 {
    background-color: rgba(240, 253, 250, .95)
}

.v10-sitecore-container .bg-teal-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(20 184 166/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-teal-500\/0 {
    background-color: rgba(20, 184, 166, 0)
}

.v10-sitecore-container .bg-teal-500\/10 {
    background-color: rgba(20, 184, 166, .1)
}

.v10-sitecore-container .bg-teal-500\/100 {
    background-color: #14b8a6
}

.v10-sitecore-container .bg-teal-500\/20 {
    background-color: rgba(20, 184, 166, .2)
}

.v10-sitecore-container .bg-teal-500\/25 {
    background-color: rgba(20, 184, 166, .25)
}

.v10-sitecore-container .bg-teal-500\/30 {
    background-color: rgba(20, 184, 166, .3)
}

.v10-sitecore-container .bg-teal-500\/40 {
    background-color: rgba(20, 184, 166, .4)
}

.v10-sitecore-container .bg-teal-500\/5 {
    background-color: rgba(20, 184, 166, .05)
}

.v10-sitecore-container .bg-teal-500\/50 {
    background-color: rgba(20, 184, 166, .5)
}

.v10-sitecore-container .bg-teal-500\/60 {
    background-color: rgba(20, 184, 166, .6)
}

.v10-sitecore-container .bg-teal-500\/70 {
    background-color: rgba(20, 184, 166, .7)
}

.v10-sitecore-container .bg-teal-500\/75 {
    background-color: rgba(20, 184, 166, .75)
}

.v10-sitecore-container .bg-teal-500\/80 {
    background-color: rgba(20, 184, 166, .8)
}

.v10-sitecore-container .bg-teal-500\/90 {
    background-color: rgba(20, 184, 166, .9)
}

.v10-sitecore-container .bg-teal-500\/95 {
    background-color: rgba(20, 184, 166, .95)
}

.v10-sitecore-container .bg-teal-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(13 148 136/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-teal-600\/0 {
    background-color: rgba(13, 148, 136, 0)
}

.v10-sitecore-container .bg-teal-600\/10 {
    background-color: rgba(13, 148, 136, .1)
}

.v10-sitecore-container .bg-teal-600\/100 {
    background-color: #0d9488
}

.v10-sitecore-container .bg-teal-600\/20 {
    background-color: rgba(13, 148, 136, .2)
}

.v10-sitecore-container .bg-teal-600\/25 {
    background-color: rgba(13, 148, 136, .25)
}

.v10-sitecore-container .bg-teal-600\/30 {
    background-color: rgba(13, 148, 136, .3)
}

.v10-sitecore-container .bg-teal-600\/40 {
    background-color: rgba(13, 148, 136, .4)
}

.v10-sitecore-container .bg-teal-600\/5 {
    background-color: rgba(13, 148, 136, .05)
}

.v10-sitecore-container .bg-teal-600\/50 {
    background-color: rgba(13, 148, 136, .5)
}

.v10-sitecore-container .bg-teal-600\/60 {
    background-color: rgba(13, 148, 136, .6)
}

.v10-sitecore-container .bg-teal-600\/70 {
    background-color: rgba(13, 148, 136, .7)
}

.v10-sitecore-container .bg-teal-600\/75 {
    background-color: rgba(13, 148, 136, .75)
}

.v10-sitecore-container .bg-teal-600\/80 {
    background-color: rgba(13, 148, 136, .8)
}

.v10-sitecore-container .bg-teal-600\/90 {
    background-color: rgba(13, 148, 136, .9)
}

.v10-sitecore-container .bg-teal-600\/95 {
    background-color: rgba(13, 148, 136, .95)
}

.v10-sitecore-container .bg-teal-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(15 118 110/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-teal-700\/0 {
    background-color: rgba(15, 118, 110, 0)
}

.v10-sitecore-container .bg-teal-700\/10 {
    background-color: rgba(15, 118, 110, .1)
}

.v10-sitecore-container .bg-teal-700\/100 {
    background-color: #0f766e
}

.v10-sitecore-container .bg-teal-700\/20 {
    background-color: rgba(15, 118, 110, .2)
}

.v10-sitecore-container .bg-teal-700\/25 {
    background-color: rgba(15, 118, 110, .25)
}

.v10-sitecore-container .bg-teal-700\/30 {
    background-color: rgba(15, 118, 110, .3)
}

.v10-sitecore-container .bg-teal-700\/40 {
    background-color: rgba(15, 118, 110, .4)
}

.v10-sitecore-container .bg-teal-700\/5 {
    background-color: rgba(15, 118, 110, .05)
}

.v10-sitecore-container .bg-teal-700\/50 {
    background-color: rgba(15, 118, 110, .5)
}

.v10-sitecore-container .bg-teal-700\/60 {
    background-color: rgba(15, 118, 110, .6)
}

.v10-sitecore-container .bg-teal-700\/70 {
    background-color: rgba(15, 118, 110, .7)
}

.v10-sitecore-container .bg-teal-700\/75 {
    background-color: rgba(15, 118, 110, .75)
}

.v10-sitecore-container .bg-teal-700\/80 {
    background-color: rgba(15, 118, 110, .8)
}

.v10-sitecore-container .bg-teal-700\/90 {
    background-color: rgba(15, 118, 110, .9)
}

.v10-sitecore-container .bg-teal-700\/95 {
    background-color: rgba(15, 118, 110, .95)
}

.v10-sitecore-container .bg-teal-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(17 94 89/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-teal-800\/0 {
    background-color: rgba(17, 94, 89, 0)
}

.v10-sitecore-container .bg-teal-800\/10 {
    background-color: rgba(17, 94, 89, .1)
}

.v10-sitecore-container .bg-teal-800\/100 {
    background-color: #115e59
}

.v10-sitecore-container .bg-teal-800\/20 {
    background-color: rgba(17, 94, 89, .2)
}

.v10-sitecore-container .bg-teal-800\/25 {
    background-color: rgba(17, 94, 89, .25)
}

.v10-sitecore-container .bg-teal-800\/30 {
    background-color: rgba(17, 94, 89, .3)
}

.v10-sitecore-container .bg-teal-800\/40 {
    background-color: rgba(17, 94, 89, .4)
}

.v10-sitecore-container .bg-teal-800\/5 {
    background-color: rgba(17, 94, 89, .05)
}

.v10-sitecore-container .bg-teal-800\/50 {
    background-color: rgba(17, 94, 89, .5)
}

.v10-sitecore-container .bg-teal-800\/60 {
    background-color: rgba(17, 94, 89, .6)
}

.v10-sitecore-container .bg-teal-800\/70 {
    background-color: rgba(17, 94, 89, .7)
}

.v10-sitecore-container .bg-teal-800\/75 {
    background-color: rgba(17, 94, 89, .75)
}

.v10-sitecore-container .bg-teal-800\/80 {
    background-color: rgba(17, 94, 89, .8)
}

.v10-sitecore-container .bg-teal-800\/90 {
    background-color: rgba(17, 94, 89, .9)
}

.v10-sitecore-container .bg-teal-800\/95 {
    background-color: rgba(17, 94, 89, .95)
}

.v10-sitecore-container .bg-teal-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(19 78 74/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-teal-900\/0 {
    background-color: rgba(19, 78, 74, 0)
}

.v10-sitecore-container .bg-teal-900\/10 {
    background-color: rgba(19, 78, 74, .1)
}

.v10-sitecore-container .bg-teal-900\/100 {
    background-color: #134e4a
}

.v10-sitecore-container .bg-teal-900\/20 {
    background-color: rgba(19, 78, 74, .2)
}

.v10-sitecore-container .bg-teal-900\/25 {
    background-color: rgba(19, 78, 74, .25)
}

.v10-sitecore-container .bg-teal-900\/30 {
    background-color: rgba(19, 78, 74, .3)
}

.v10-sitecore-container .bg-teal-900\/40 {
    background-color: rgba(19, 78, 74, .4)
}

.v10-sitecore-container .bg-teal-900\/5 {
    background-color: rgba(19, 78, 74, .05)
}

.v10-sitecore-container .bg-teal-900\/50 {
    background-color: rgba(19, 78, 74, .5)
}

.v10-sitecore-container .bg-teal-900\/60 {
    background-color: rgba(19, 78, 74, .6)
}

.v10-sitecore-container .bg-teal-900\/70 {
    background-color: rgba(19, 78, 74, .7)
}

.v10-sitecore-container .bg-teal-900\/75 {
    background-color: rgba(19, 78, 74, .75)
}

.v10-sitecore-container .bg-teal-900\/80 {
    background-color: rgba(19, 78, 74, .8)
}

.v10-sitecore-container .bg-teal-900\/90 {
    background-color: rgba(19, 78, 74, .9)
}

.v10-sitecore-container .bg-teal-900\/95 {
    background-color: rgba(19, 78, 74, .95)
}

.v10-sitecore-container .bg-teal-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(4 47 46/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-teal-950\/0 {
    background-color: rgba(4, 47, 46, 0)
}

.v10-sitecore-container .bg-teal-950\/10 {
    background-color: rgba(4, 47, 46, .1)
}

.v10-sitecore-container .bg-teal-950\/100 {
    background-color: #042f2e
}

.v10-sitecore-container .bg-teal-950\/20 {
    background-color: rgba(4, 47, 46, .2)
}

.v10-sitecore-container .bg-teal-950\/25 {
    background-color: rgba(4, 47, 46, .25)
}

.v10-sitecore-container .bg-teal-950\/30 {
    background-color: rgba(4, 47, 46, .3)
}

.v10-sitecore-container .bg-teal-950\/40 {
    background-color: rgba(4, 47, 46, .4)
}

.v10-sitecore-container .bg-teal-950\/5 {
    background-color: rgba(4, 47, 46, .05)
}

.v10-sitecore-container .bg-teal-950\/50 {
    background-color: rgba(4, 47, 46, .5)
}

.v10-sitecore-container .bg-teal-950\/60 {
    background-color: rgba(4, 47, 46, .6)
}

.v10-sitecore-container .bg-teal-950\/70 {
    background-color: rgba(4, 47, 46, .7)
}

.v10-sitecore-container .bg-teal-950\/75 {
    background-color: rgba(4, 47, 46, .75)
}

.v10-sitecore-container .bg-teal-950\/80 {
    background-color: rgba(4, 47, 46, .8)
}

.v10-sitecore-container .bg-teal-950\/90 {
    background-color: rgba(4, 47, 46, .9)
}

.v10-sitecore-container .bg-teal-950\/95 {
    background-color: rgba(4, 47, 46, .95)
}

.bg-transparent,
.v10-sitecore-container .bg-transparent\/0 {
    background-color: transparent
}

.v10-sitecore-container .bg-transparent\/10 {
    background-color: rgba(0, 0, 0, .1)
}

.v10-sitecore-container .bg-transparent\/100 {
    background-color: #000
}

.v10-sitecore-container .bg-transparent\/20 {
    background-color: rgba(0, 0, 0, .2)
}

.v10-sitecore-container .bg-transparent\/25 {
    background-color: rgba(0, 0, 0, .25)
}

.v10-sitecore-container .bg-transparent\/30 {
    background-color: rgba(0, 0, 0, .3)
}

.v10-sitecore-container .bg-transparent\/40 {
    background-color: rgba(0, 0, 0, .4)
}

.v10-sitecore-container .bg-transparent\/5 {
    background-color: rgba(0, 0, 0, .05)
}

.v10-sitecore-container .bg-transparent\/50 {
    background-color: rgba(0, 0, 0, .5)
}

.v10-sitecore-container .bg-transparent\/60 {
    background-color: rgba(0, 0, 0, .6)
}

.v10-sitecore-container .bg-transparent\/70 {
    background-color: rgba(0, 0, 0, .7)
}

.v10-sitecore-container .bg-transparent\/75 {
    background-color: rgba(0, 0, 0, .75)
}

.v10-sitecore-container .bg-transparent\/80 {
    background-color: rgba(0, 0, 0, .8)
}

.v10-sitecore-container .bg-transparent\/90 {
    background-color: rgba(0, 0, 0, .9)
}

.v10-sitecore-container .bg-transparent\/95 {
    background-color: rgba(0, 0, 0, .95)
}

.v10-sitecore-container .bg-violet-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(237 233 254/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-violet-100\/0 {
    background-color: rgba(237, 233, 254, 0)
}

.v10-sitecore-container .bg-violet-100\/10 {
    background-color: rgba(237, 233, 254, .1)
}

.v10-sitecore-container .bg-violet-100\/100 {
    background-color: #ede9fe
}

.v10-sitecore-container .bg-violet-100\/20 {
    background-color: rgba(237, 233, 254, .2)
}

.v10-sitecore-container .bg-violet-100\/25 {
    background-color: rgba(237, 233, 254, .25)
}

.v10-sitecore-container .bg-violet-100\/30 {
    background-color: rgba(237, 233, 254, .3)
}

.v10-sitecore-container .bg-violet-100\/40 {
    background-color: rgba(237, 233, 254, .4)
}

.v10-sitecore-container .bg-violet-100\/5 {
    background-color: rgba(237, 233, 254, .05)
}

.v10-sitecore-container .bg-violet-100\/50 {
    background-color: rgba(237, 233, 254, .5)
}

.v10-sitecore-container .bg-violet-100\/60 {
    background-color: rgba(237, 233, 254, .6)
}

.v10-sitecore-container .bg-violet-100\/70 {
    background-color: rgba(237, 233, 254, .7)
}

.v10-sitecore-container .bg-violet-100\/75 {
    background-color: rgba(237, 233, 254, .75)
}

.v10-sitecore-container .bg-violet-100\/80 {
    background-color: rgba(237, 233, 254, .8)
}

.v10-sitecore-container .bg-violet-100\/90 {
    background-color: rgba(237, 233, 254, .9)
}

.v10-sitecore-container .bg-violet-100\/95 {
    background-color: rgba(237, 233, 254, .95)
}

.v10-sitecore-container .bg-violet-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(221 214 254/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-violet-200\/0 {
    background-color: rgba(221, 214, 254, 0)
}

.v10-sitecore-container .bg-violet-200\/10 {
    background-color: rgba(221, 214, 254, .1)
}

.v10-sitecore-container .bg-violet-200\/100 {
    background-color: #ddd6fe
}

.v10-sitecore-container .bg-violet-200\/20 {
    background-color: rgba(221, 214, 254, .2)
}

.v10-sitecore-container .bg-violet-200\/25 {
    background-color: rgba(221, 214, 254, .25)
}

.v10-sitecore-container .bg-violet-200\/30 {
    background-color: rgba(221, 214, 254, .3)
}

.v10-sitecore-container .bg-violet-200\/40 {
    background-color: rgba(221, 214, 254, .4)
}

.v10-sitecore-container .bg-violet-200\/5 {
    background-color: rgba(221, 214, 254, .05)
}

.v10-sitecore-container .bg-violet-200\/50 {
    background-color: rgba(221, 214, 254, .5)
}

.v10-sitecore-container .bg-violet-200\/60 {
    background-color: rgba(221, 214, 254, .6)
}

.v10-sitecore-container .bg-violet-200\/70 {
    background-color: rgba(221, 214, 254, .7)
}

.v10-sitecore-container .bg-violet-200\/75 {
    background-color: rgba(221, 214, 254, .75)
}

.v10-sitecore-container .bg-violet-200\/80 {
    background-color: rgba(221, 214, 254, .8)
}

.v10-sitecore-container .bg-violet-200\/90 {
    background-color: rgba(221, 214, 254, .9)
}

.v10-sitecore-container .bg-violet-200\/95 {
    background-color: rgba(221, 214, 254, .95)
}

.v10-sitecore-container .bg-violet-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(196 181 253/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-violet-300\/0 {
    background-color: rgba(196, 181, 253, 0)
}

.v10-sitecore-container .bg-violet-300\/10 {
    background-color: rgba(196, 181, 253, .1)
}

.v10-sitecore-container .bg-violet-300\/100 {
    background-color: #c4b5fd
}

.v10-sitecore-container .bg-violet-300\/20 {
    background-color: rgba(196, 181, 253, .2)
}

.v10-sitecore-container .bg-violet-300\/25 {
    background-color: rgba(196, 181, 253, .25)
}

.v10-sitecore-container .bg-violet-300\/30 {
    background-color: rgba(196, 181, 253, .3)
}

.v10-sitecore-container .bg-violet-300\/40 {
    background-color: rgba(196, 181, 253, .4)
}

.v10-sitecore-container .bg-violet-300\/5 {
    background-color: rgba(196, 181, 253, .05)
}

.v10-sitecore-container .bg-violet-300\/50 {
    background-color: rgba(196, 181, 253, .5)
}

.v10-sitecore-container .bg-violet-300\/60 {
    background-color: rgba(196, 181, 253, .6)
}

.v10-sitecore-container .bg-violet-300\/70 {
    background-color: rgba(196, 181, 253, .7)
}

.v10-sitecore-container .bg-violet-300\/75 {
    background-color: rgba(196, 181, 253, .75)
}

.v10-sitecore-container .bg-violet-300\/80 {
    background-color: rgba(196, 181, 253, .8)
}

.v10-sitecore-container .bg-violet-300\/90 {
    background-color: rgba(196, 181, 253, .9)
}

.v10-sitecore-container .bg-violet-300\/95 {
    background-color: rgba(196, 181, 253, .95)
}

.v10-sitecore-container .bg-violet-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(167 139 250/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-violet-400\/0 {
    background-color: rgba(167, 139, 250, 0)
}

.v10-sitecore-container .bg-violet-400\/10 {
    background-color: rgba(167, 139, 250, .1)
}

.v10-sitecore-container .bg-violet-400\/100 {
    background-color: #a78bfa
}

.v10-sitecore-container .bg-violet-400\/20 {
    background-color: rgba(167, 139, 250, .2)
}

.v10-sitecore-container .bg-violet-400\/25 {
    background-color: rgba(167, 139, 250, .25)
}

.v10-sitecore-container .bg-violet-400\/30 {
    background-color: rgba(167, 139, 250, .3)
}

.v10-sitecore-container .bg-violet-400\/40 {
    background-color: rgba(167, 139, 250, .4)
}

.v10-sitecore-container .bg-violet-400\/5 {
    background-color: rgba(167, 139, 250, .05)
}

.v10-sitecore-container .bg-violet-400\/50 {
    background-color: rgba(167, 139, 250, .5)
}

.v10-sitecore-container .bg-violet-400\/60 {
    background-color: rgba(167, 139, 250, .6)
}

.v10-sitecore-container .bg-violet-400\/70 {
    background-color: rgba(167, 139, 250, .7)
}

.v10-sitecore-container .bg-violet-400\/75 {
    background-color: rgba(167, 139, 250, .75)
}

.v10-sitecore-container .bg-violet-400\/80 {
    background-color: rgba(167, 139, 250, .8)
}

.v10-sitecore-container .bg-violet-400\/90 {
    background-color: rgba(167, 139, 250, .9)
}

.v10-sitecore-container .bg-violet-400\/95 {
    background-color: rgba(167, 139, 250, .95)
}

.v10-sitecore-container .bg-violet-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(245 243 255/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-violet-50\/0 {
    background-color: rgba(245, 243, 255, 0)
}

.v10-sitecore-container .bg-violet-50\/10 {
    background-color: rgba(245, 243, 255, .1)
}

.v10-sitecore-container .bg-violet-50\/100 {
    background-color: #f5f3ff
}

.v10-sitecore-container .bg-violet-50\/20 {
    background-color: rgba(245, 243, 255, .2)
}

.v10-sitecore-container .bg-violet-50\/25 {
    background-color: rgba(245, 243, 255, .25)
}

.v10-sitecore-container .bg-violet-50\/30 {
    background-color: rgba(245, 243, 255, .3)
}

.v10-sitecore-container .bg-violet-50\/40 {
    background-color: rgba(245, 243, 255, .4)
}

.v10-sitecore-container .bg-violet-50\/5 {
    background-color: rgba(245, 243, 255, .05)
}

.v10-sitecore-container .bg-violet-50\/50 {
    background-color: rgba(245, 243, 255, .5)
}

.v10-sitecore-container .bg-violet-50\/60 {
    background-color: rgba(245, 243, 255, .6)
}

.v10-sitecore-container .bg-violet-50\/70 {
    background-color: rgba(245, 243, 255, .7)
}

.v10-sitecore-container .bg-violet-50\/75 {
    background-color: rgba(245, 243, 255, .75)
}

.v10-sitecore-container .bg-violet-50\/80 {
    background-color: rgba(245, 243, 255, .8)
}

.v10-sitecore-container .bg-violet-50\/90 {
    background-color: rgba(245, 243, 255, .9)
}

.v10-sitecore-container .bg-violet-50\/95 {
    background-color: rgba(245, 243, 255, .95)
}

.v10-sitecore-container .bg-violet-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(139 92 246/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-violet-500\/0 {
    background-color: rgba(139, 92, 246, 0)
}

.v10-sitecore-container .bg-violet-500\/10 {
    background-color: rgba(139, 92, 246, .1)
}

.v10-sitecore-container .bg-violet-500\/100 {
    background-color: #8b5cf6
}

.v10-sitecore-container .bg-violet-500\/20 {
    background-color: rgba(139, 92, 246, .2)
}

.v10-sitecore-container .bg-violet-500\/25 {
    background-color: rgba(139, 92, 246, .25)
}

.v10-sitecore-container .bg-violet-500\/30 {
    background-color: rgba(139, 92, 246, .3)
}

.v10-sitecore-container .bg-violet-500\/40 {
    background-color: rgba(139, 92, 246, .4)
}

.v10-sitecore-container .bg-violet-500\/5 {
    background-color: rgba(139, 92, 246, .05)
}

.v10-sitecore-container .bg-violet-500\/50 {
    background-color: rgba(139, 92, 246, .5)
}

.v10-sitecore-container .bg-violet-500\/60 {
    background-color: rgba(139, 92, 246, .6)
}

.v10-sitecore-container .bg-violet-500\/70 {
    background-color: rgba(139, 92, 246, .7)
}

.v10-sitecore-container .bg-violet-500\/75 {
    background-color: rgba(139, 92, 246, .75)
}

.v10-sitecore-container .bg-violet-500\/80 {
    background-color: rgba(139, 92, 246, .8)
}

.v10-sitecore-container .bg-violet-500\/90 {
    background-color: rgba(139, 92, 246, .9)
}

.v10-sitecore-container .bg-violet-500\/95 {
    background-color: rgba(139, 92, 246, .95)
}

.v10-sitecore-container .bg-violet-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(124 58 237/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-violet-600\/0 {
    background-color: rgba(124, 58, 237, 0)
}

.v10-sitecore-container .bg-violet-600\/10 {
    background-color: rgba(124, 58, 237, .1)
}

.v10-sitecore-container .bg-violet-600\/100 {
    background-color: #7c3aed
}

.v10-sitecore-container .bg-violet-600\/20 {
    background-color: rgba(124, 58, 237, .2)
}

.v10-sitecore-container .bg-violet-600\/25 {
    background-color: rgba(124, 58, 237, .25)
}

.v10-sitecore-container .bg-violet-600\/30 {
    background-color: rgba(124, 58, 237, .3)
}

.v10-sitecore-container .bg-violet-600\/40 {
    background-color: rgba(124, 58, 237, .4)
}

.v10-sitecore-container .bg-violet-600\/5 {
    background-color: rgba(124, 58, 237, .05)
}

.v10-sitecore-container .bg-violet-600\/50 {
    background-color: rgba(124, 58, 237, .5)
}

.v10-sitecore-container .bg-violet-600\/60 {
    background-color: rgba(124, 58, 237, .6)
}

.v10-sitecore-container .bg-violet-600\/70 {
    background-color: rgba(124, 58, 237, .7)
}

.v10-sitecore-container .bg-violet-600\/75 {
    background-color: rgba(124, 58, 237, .75)
}

.v10-sitecore-container .bg-violet-600\/80 {
    background-color: rgba(124, 58, 237, .8)
}

.v10-sitecore-container .bg-violet-600\/90 {
    background-color: rgba(124, 58, 237, .9)
}

.v10-sitecore-container .bg-violet-600\/95 {
    background-color: rgba(124, 58, 237, .95)
}

.v10-sitecore-container .bg-violet-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(109 40 217/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-violet-700\/0 {
    background-color: rgba(109, 40, 217, 0)
}

.v10-sitecore-container .bg-violet-700\/10 {
    background-color: rgba(109, 40, 217, .1)
}

.v10-sitecore-container .bg-violet-700\/100 {
    background-color: #6d28d9
}

.v10-sitecore-container .bg-violet-700\/20 {
    background-color: rgba(109, 40, 217, .2)
}

.v10-sitecore-container .bg-violet-700\/25 {
    background-color: rgba(109, 40, 217, .25)
}

.v10-sitecore-container .bg-violet-700\/30 {
    background-color: rgba(109, 40, 217, .3)
}

.v10-sitecore-container .bg-violet-700\/40 {
    background-color: rgba(109, 40, 217, .4)
}

.v10-sitecore-container .bg-violet-700\/5 {
    background-color: rgba(109, 40, 217, .05)
}

.v10-sitecore-container .bg-violet-700\/50 {
    background-color: rgba(109, 40, 217, .5)
}

.v10-sitecore-container .bg-violet-700\/60 {
    background-color: rgba(109, 40, 217, .6)
}

.v10-sitecore-container .bg-violet-700\/70 {
    background-color: rgba(109, 40, 217, .7)
}

.v10-sitecore-container .bg-violet-700\/75 {
    background-color: rgba(109, 40, 217, .75)
}

.v10-sitecore-container .bg-violet-700\/80 {
    background-color: rgba(109, 40, 217, .8)
}

.v10-sitecore-container .bg-violet-700\/90 {
    background-color: rgba(109, 40, 217, .9)
}

.v10-sitecore-container .bg-violet-700\/95 {
    background-color: rgba(109, 40, 217, .95)
}

.v10-sitecore-container .bg-violet-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(91 33 182/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-violet-800\/0 {
    background-color: rgba(91, 33, 182, 0)
}

.v10-sitecore-container .bg-violet-800\/10 {
    background-color: rgba(91, 33, 182, .1)
}

.v10-sitecore-container .bg-violet-800\/100 {
    background-color: #5b21b6
}

.v10-sitecore-container .bg-violet-800\/20 {
    background-color: rgba(91, 33, 182, .2)
}

.v10-sitecore-container .bg-violet-800\/25 {
    background-color: rgba(91, 33, 182, .25)
}

.v10-sitecore-container .bg-violet-800\/30 {
    background-color: rgba(91, 33, 182, .3)
}

.v10-sitecore-container .bg-violet-800\/40 {
    background-color: rgba(91, 33, 182, .4)
}

.v10-sitecore-container .bg-violet-800\/5 {
    background-color: rgba(91, 33, 182, .05)
}

.v10-sitecore-container .bg-violet-800\/50 {
    background-color: rgba(91, 33, 182, .5)
}

.v10-sitecore-container .bg-violet-800\/60 {
    background-color: rgba(91, 33, 182, .6)
}

.v10-sitecore-container .bg-violet-800\/70 {
    background-color: rgba(91, 33, 182, .7)
}

.v10-sitecore-container .bg-violet-800\/75 {
    background-color: rgba(91, 33, 182, .75)
}

.v10-sitecore-container .bg-violet-800\/80 {
    background-color: rgba(91, 33, 182, .8)
}

.v10-sitecore-container .bg-violet-800\/90 {
    background-color: rgba(91, 33, 182, .9)
}

.v10-sitecore-container .bg-violet-800\/95 {
    background-color: rgba(91, 33, 182, .95)
}

.v10-sitecore-container .bg-violet-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(76 29 149/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-violet-900\/0 {
    background-color: rgba(76, 29, 149, 0)
}

.v10-sitecore-container .bg-violet-900\/10 {
    background-color: rgba(76, 29, 149, .1)
}

.v10-sitecore-container .bg-violet-900\/100 {
    background-color: #4c1d95
}

.v10-sitecore-container .bg-violet-900\/20 {
    background-color: rgba(76, 29, 149, .2)
}

.v10-sitecore-container .bg-violet-900\/25 {
    background-color: rgba(76, 29, 149, .25)
}

.v10-sitecore-container .bg-violet-900\/30 {
    background-color: rgba(76, 29, 149, .3)
}

.v10-sitecore-container .bg-violet-900\/40 {
    background-color: rgba(76, 29, 149, .4)
}

.v10-sitecore-container .bg-violet-900\/5 {
    background-color: rgba(76, 29, 149, .05)
}

.v10-sitecore-container .bg-violet-900\/50 {
    background-color: rgba(76, 29, 149, .5)
}

.v10-sitecore-container .bg-violet-900\/60 {
    background-color: rgba(76, 29, 149, .6)
}

.v10-sitecore-container .bg-violet-900\/70 {
    background-color: rgba(76, 29, 149, .7)
}

.v10-sitecore-container .bg-violet-900\/75 {
    background-color: rgba(76, 29, 149, .75)
}

.v10-sitecore-container .bg-violet-900\/80 {
    background-color: rgba(76, 29, 149, .8)
}

.v10-sitecore-container .bg-violet-900\/90 {
    background-color: rgba(76, 29, 149, .9)
}

.v10-sitecore-container .bg-violet-900\/95 {
    background-color: rgba(76, 29, 149, .95)
}

.v10-sitecore-container .bg-violet-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(46 16 101/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-violet-950\/0 {
    background-color: rgba(46, 16, 101, 0)
}

.v10-sitecore-container .bg-violet-950\/10 {
    background-color: rgba(46, 16, 101, .1)
}

.v10-sitecore-container .bg-violet-950\/100 {
    background-color: #2e1065
}

.v10-sitecore-container .bg-violet-950\/20 {
    background-color: rgba(46, 16, 101, .2)
}

.v10-sitecore-container .bg-violet-950\/25 {
    background-color: rgba(46, 16, 101, .25)
}

.v10-sitecore-container .bg-violet-950\/30 {
    background-color: rgba(46, 16, 101, .3)
}

.v10-sitecore-container .bg-violet-950\/40 {
    background-color: rgba(46, 16, 101, .4)
}

.v10-sitecore-container .bg-violet-950\/5 {
    background-color: rgba(46, 16, 101, .05)
}

.v10-sitecore-container .bg-violet-950\/50 {
    background-color: rgba(46, 16, 101, .5)
}

.v10-sitecore-container .bg-violet-950\/60 {
    background-color: rgba(46, 16, 101, .6)
}

.v10-sitecore-container .bg-violet-950\/70 {
    background-color: rgba(46, 16, 101, .7)
}

.v10-sitecore-container .bg-violet-950\/75 {
    background-color: rgba(46, 16, 101, .75)
}

.v10-sitecore-container .bg-violet-950\/80 {
    background-color: rgba(46, 16, 101, .8)
}

.v10-sitecore-container .bg-violet-950\/90 {
    background-color: rgba(46, 16, 101, .9)
}

.v10-sitecore-container .bg-violet-950\/95 {
    background-color: rgba(46, 16, 101, .95)
}

.bg-white,
.v10-sitecore-container .bg-white-00 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-white-00\/0 {
    background-color: hsla(0, 0%, 100%, 0)
}

.v10-sitecore-container .bg-white-00\/10 {
    background-color: hsla(0, 0%, 100%, .1)
}

.v10-sitecore-container .bg-white-00\/100 {
    background-color: #fff
}

.v10-sitecore-container .bg-white-00\/20 {
    background-color: hsla(0, 0%, 100%, .2)
}

.v10-sitecore-container .bg-white-00\/25 {
    background-color: hsla(0, 0%, 100%, .25)
}

.v10-sitecore-container .bg-white-00\/30 {
    background-color: hsla(0, 0%, 100%, .3)
}

.v10-sitecore-container .bg-white-00\/40 {
    background-color: hsla(0, 0%, 100%, .4)
}

.v10-sitecore-container .bg-white-00\/5 {
    background-color: hsla(0, 0%, 100%, .05)
}

.v10-sitecore-container .bg-white-00\/50 {
    background-color: hsla(0, 0%, 100%, .5)
}

.v10-sitecore-container .bg-white-00\/60 {
    background-color: hsla(0, 0%, 100%, .6)
}

.v10-sitecore-container .bg-white-00\/70 {
    background-color: hsla(0, 0%, 100%, .7)
}

.v10-sitecore-container .bg-white-00\/75 {
    background-color: hsla(0, 0%, 100%, .75)
}

.v10-sitecore-container .bg-white-00\/80 {
    background-color: hsla(0, 0%, 100%, .8)
}

.v10-sitecore-container .bg-white-00\/90 {
    background-color: hsla(0, 0%, 100%, .9)
}

.v10-sitecore-container .bg-white-00\/95 {
    background-color: hsla(0, 0%, 100%, .95)
}

.v10-sitecore-container .bg-white\/0 {
    background-color: hsla(0, 0%, 100%, 0)
}

.v10-sitecore-container .bg-white\/10 {
    background-color: hsla(0, 0%, 100%, .1)
}

.v10-sitecore-container .bg-white\/100 {
    background-color: #fff
}

.v10-sitecore-container .bg-white\/20 {
    background-color: hsla(0, 0%, 100%, .2)
}

.v10-sitecore-container .bg-white\/25 {
    background-color: hsla(0, 0%, 100%, .25)
}

.v10-sitecore-container .bg-white\/30 {
    background-color: hsla(0, 0%, 100%, .3)
}

.v10-sitecore-container .bg-white\/40 {
    background-color: hsla(0, 0%, 100%, .4)
}

.v10-sitecore-container .bg-white\/5 {
    background-color: hsla(0, 0%, 100%, .05)
}

.v10-sitecore-container .bg-white\/50 {
    background-color: hsla(0, 0%, 100%, .5)
}

.v10-sitecore-container .bg-white\/60 {
    background-color: hsla(0, 0%, 100%, .6)
}

.v10-sitecore-container .bg-white\/70 {
    background-color: hsla(0, 0%, 100%, .7)
}

.v10-sitecore-container .bg-white\/75 {
    background-color: hsla(0, 0%, 100%, .75)
}

.v10-sitecore-container .bg-white\/80 {
    background-color: hsla(0, 0%, 100%, .8)
}

.v10-sitecore-container .bg-white\/90 {
    background-color: hsla(0, 0%, 100%, .9)
}

.v10-sitecore-container .bg-white\/95 {
    background-color: hsla(0, 0%, 100%, .95)
}

.v10-sitecore-container .bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 249 195/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-yellow-100\/0 {
    background-color: hsla(55, 97%, 88%, 0)
}

.v10-sitecore-container .bg-yellow-100\/10 {
    background-color: hsla(55, 97%, 88%, .1)
}

.v10-sitecore-container .bg-yellow-100\/100 {
    background-color: #fef9c3
}

.v10-sitecore-container .bg-yellow-100\/20 {
    background-color: hsla(55, 97%, 88%, .2)
}

.v10-sitecore-container .bg-yellow-100\/25 {
    background-color: hsla(55, 97%, 88%, .25)
}

.v10-sitecore-container .bg-yellow-100\/30 {
    background-color: hsla(55, 97%, 88%, .3)
}

.v10-sitecore-container .bg-yellow-100\/40 {
    background-color: hsla(55, 97%, 88%, .4)
}

.v10-sitecore-container .bg-yellow-100\/5 {
    background-color: hsla(55, 97%, 88%, .05)
}

.v10-sitecore-container .bg-yellow-100\/50 {
    background-color: hsla(55, 97%, 88%, .5)
}

.v10-sitecore-container .bg-yellow-100\/60 {
    background-color: hsla(55, 97%, 88%, .6)
}

.v10-sitecore-container .bg-yellow-100\/70 {
    background-color: hsla(55, 97%, 88%, .7)
}

.v10-sitecore-container .bg-yellow-100\/75 {
    background-color: hsla(55, 97%, 88%, .75)
}

.v10-sitecore-container .bg-yellow-100\/80 {
    background-color: hsla(55, 97%, 88%, .8)
}

.v10-sitecore-container .bg-yellow-100\/90 {
    background-color: hsla(55, 97%, 88%, .9)
}

.v10-sitecore-container .bg-yellow-100\/95 {
    background-color: hsla(55, 97%, 88%, .95)
}

.v10-sitecore-container .bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 240 138/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-yellow-200\/0 {
    background-color: hsla(53, 98%, 77%, 0)
}

.v10-sitecore-container .bg-yellow-200\/10 {
    background-color: hsla(53, 98%, 77%, .1)
}

.v10-sitecore-container .bg-yellow-200\/100 {
    background-color: #fef08a
}

.v10-sitecore-container .bg-yellow-200\/20 {
    background-color: hsla(53, 98%, 77%, .2)
}

.v10-sitecore-container .bg-yellow-200\/25 {
    background-color: hsla(53, 98%, 77%, .25)
}

.v10-sitecore-container .bg-yellow-200\/30 {
    background-color: hsla(53, 98%, 77%, .3)
}

.v10-sitecore-container .bg-yellow-200\/40 {
    background-color: hsla(53, 98%, 77%, .4)
}

.v10-sitecore-container .bg-yellow-200\/5 {
    background-color: hsla(53, 98%, 77%, .05)
}

.v10-sitecore-container .bg-yellow-200\/50 {
    background-color: hsla(53, 98%, 77%, .5)
}

.v10-sitecore-container .bg-yellow-200\/60 {
    background-color: hsla(53, 98%, 77%, .6)
}

.v10-sitecore-container .bg-yellow-200\/70 {
    background-color: hsla(53, 98%, 77%, .7)
}

.v10-sitecore-container .bg-yellow-200\/75 {
    background-color: hsla(53, 98%, 77%, .75)
}

.v10-sitecore-container .bg-yellow-200\/80 {
    background-color: hsla(53, 98%, 77%, .8)
}

.v10-sitecore-container .bg-yellow-200\/90 {
    background-color: hsla(53, 98%, 77%, .9)
}

.v10-sitecore-container .bg-yellow-200\/95 {
    background-color: hsla(53, 98%, 77%, .95)
}

.v10-sitecore-container .bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(253 224 71/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-yellow-300\/0 {
    background-color: rgba(253, 224, 71, 0)
}

.v10-sitecore-container .bg-yellow-300\/10 {
    background-color: rgba(253, 224, 71, .1)
}

.v10-sitecore-container .bg-yellow-300\/100 {
    background-color: #fde047
}

.v10-sitecore-container .bg-yellow-300\/20 {
    background-color: rgba(253, 224, 71, .2)
}

.v10-sitecore-container .bg-yellow-300\/25 {
    background-color: rgba(253, 224, 71, .25)
}

.v10-sitecore-container .bg-yellow-300\/30 {
    background-color: rgba(253, 224, 71, .3)
}

.v10-sitecore-container .bg-yellow-300\/40 {
    background-color: rgba(253, 224, 71, .4)
}

.v10-sitecore-container .bg-yellow-300\/5 {
    background-color: rgba(253, 224, 71, .05)
}

.v10-sitecore-container .bg-yellow-300\/50 {
    background-color: rgba(253, 224, 71, .5)
}

.v10-sitecore-container .bg-yellow-300\/60 {
    background-color: rgba(253, 224, 71, .6)
}

.v10-sitecore-container .bg-yellow-300\/70 {
    background-color: rgba(253, 224, 71, .7)
}

.v10-sitecore-container .bg-yellow-300\/75 {
    background-color: rgba(253, 224, 71, .75)
}

.v10-sitecore-container .bg-yellow-300\/80 {
    background-color: rgba(253, 224, 71, .8)
}

.v10-sitecore-container .bg-yellow-300\/90 {
    background-color: rgba(253, 224, 71, .9)
}

.v10-sitecore-container .bg-yellow-300\/95 {
    background-color: rgba(253, 224, 71, .95)
}

.v10-sitecore-container .bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 204 21/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-yellow-400\/0 {
    background-color: rgba(250, 204, 21, 0)
}

.v10-sitecore-container .bg-yellow-400\/10 {
    background-color: rgba(250, 204, 21, .1)
}

.v10-sitecore-container .bg-yellow-400\/100 {
    background-color: #facc15
}

.v10-sitecore-container .bg-yellow-400\/20 {
    background-color: rgba(250, 204, 21, .2)
}

.v10-sitecore-container .bg-yellow-400\/25 {
    background-color: rgba(250, 204, 21, .25)
}

.v10-sitecore-container .bg-yellow-400\/30 {
    background-color: rgba(250, 204, 21, .3)
}

.v10-sitecore-container .bg-yellow-400\/40 {
    background-color: rgba(250, 204, 21, .4)
}

.v10-sitecore-container .bg-yellow-400\/5 {
    background-color: rgba(250, 204, 21, .05)
}

.v10-sitecore-container .bg-yellow-400\/50 {
    background-color: rgba(250, 204, 21, .5)
}

.v10-sitecore-container .bg-yellow-400\/60 {
    background-color: rgba(250, 204, 21, .6)
}

.v10-sitecore-container .bg-yellow-400\/70 {
    background-color: rgba(250, 204, 21, .7)
}

.v10-sitecore-container .bg-yellow-400\/75 {
    background-color: rgba(250, 204, 21, .75)
}

.v10-sitecore-container .bg-yellow-400\/80 {
    background-color: rgba(250, 204, 21, .8)
}

.v10-sitecore-container .bg-yellow-400\/90 {
    background-color: rgba(250, 204, 21, .9)
}

.v10-sitecore-container .bg-yellow-400\/95 {
    background-color: rgba(250, 204, 21, .95)
}

.v10-sitecore-container .bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 252 232/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-yellow-50\/0 {
    background-color: hsla(55, 92%, 95%, 0)
}

.v10-sitecore-container .bg-yellow-50\/10 {
    background-color: hsla(55, 92%, 95%, .1)
}

.v10-sitecore-container .bg-yellow-50\/100 {
    background-color: #fefce8
}

.v10-sitecore-container .bg-yellow-50\/20 {
    background-color: hsla(55, 92%, 95%, .2)
}

.v10-sitecore-container .bg-yellow-50\/25 {
    background-color: hsla(55, 92%, 95%, .25)
}

.v10-sitecore-container .bg-yellow-50\/30 {
    background-color: hsla(55, 92%, 95%, .3)
}

.v10-sitecore-container .bg-yellow-50\/40 {
    background-color: hsla(55, 92%, 95%, .4)
}

.v10-sitecore-container .bg-yellow-50\/5 {
    background-color: hsla(55, 92%, 95%, .05)
}

.v10-sitecore-container .bg-yellow-50\/50 {
    background-color: hsla(55, 92%, 95%, .5)
}

.v10-sitecore-container .bg-yellow-50\/60 {
    background-color: hsla(55, 92%, 95%, .6)
}

.v10-sitecore-container .bg-yellow-50\/70 {
    background-color: hsla(55, 92%, 95%, .7)
}

.v10-sitecore-container .bg-yellow-50\/75 {
    background-color: hsla(55, 92%, 95%, .75)
}

.v10-sitecore-container .bg-yellow-50\/80 {
    background-color: hsla(55, 92%, 95%, .8)
}

.v10-sitecore-container .bg-yellow-50\/90 {
    background-color: hsla(55, 92%, 95%, .9)
}

.v10-sitecore-container .bg-yellow-50\/95 {
    background-color: hsla(55, 92%, 95%, .95)
}

.v10-sitecore-container .bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(234 179 8/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-yellow-500\/0 {
    background-color: rgba(234, 179, 8, 0)
}

.v10-sitecore-container .bg-yellow-500\/10 {
    background-color: rgba(234, 179, 8, .1)
}

.v10-sitecore-container .bg-yellow-500\/100 {
    background-color: #eab308
}

.v10-sitecore-container .bg-yellow-500\/20 {
    background-color: rgba(234, 179, 8, .2)
}

.v10-sitecore-container .bg-yellow-500\/25 {
    background-color: rgba(234, 179, 8, .25)
}

.v10-sitecore-container .bg-yellow-500\/30 {
    background-color: rgba(234, 179, 8, .3)
}

.v10-sitecore-container .bg-yellow-500\/40 {
    background-color: rgba(234, 179, 8, .4)
}

.v10-sitecore-container .bg-yellow-500\/5 {
    background-color: rgba(234, 179, 8, .05)
}

.v10-sitecore-container .bg-yellow-500\/50 {
    background-color: rgba(234, 179, 8, .5)
}

.v10-sitecore-container .bg-yellow-500\/60 {
    background-color: rgba(234, 179, 8, .6)
}

.v10-sitecore-container .bg-yellow-500\/70 {
    background-color: rgba(234, 179, 8, .7)
}

.v10-sitecore-container .bg-yellow-500\/75 {
    background-color: rgba(234, 179, 8, .75)
}

.v10-sitecore-container .bg-yellow-500\/80 {
    background-color: rgba(234, 179, 8, .8)
}

.v10-sitecore-container .bg-yellow-500\/90 {
    background-color: rgba(234, 179, 8, .9)
}

.v10-sitecore-container .bg-yellow-500\/95 {
    background-color: rgba(234, 179, 8, .95)
}

.v10-sitecore-container .bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(202 138 4/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-yellow-600\/0 {
    background-color: rgba(202, 138, 4, 0)
}

.v10-sitecore-container .bg-yellow-600\/10 {
    background-color: rgba(202, 138, 4, .1)
}

.v10-sitecore-container .bg-yellow-600\/100 {
    background-color: #ca8a04
}

.v10-sitecore-container .bg-yellow-600\/20 {
    background-color: rgba(202, 138, 4, .2)
}

.v10-sitecore-container .bg-yellow-600\/25 {
    background-color: rgba(202, 138, 4, .25)
}

.v10-sitecore-container .bg-yellow-600\/30 {
    background-color: rgba(202, 138, 4, .3)
}

.v10-sitecore-container .bg-yellow-600\/40 {
    background-color: rgba(202, 138, 4, .4)
}

.v10-sitecore-container .bg-yellow-600\/5 {
    background-color: rgba(202, 138, 4, .05)
}

.v10-sitecore-container .bg-yellow-600\/50 {
    background-color: rgba(202, 138, 4, .5)
}

.v10-sitecore-container .bg-yellow-600\/60 {
    background-color: rgba(202, 138, 4, .6)
}

.v10-sitecore-container .bg-yellow-600\/70 {
    background-color: rgba(202, 138, 4, .7)
}

.v10-sitecore-container .bg-yellow-600\/75 {
    background-color: rgba(202, 138, 4, .75)
}

.v10-sitecore-container .bg-yellow-600\/80 {
    background-color: rgba(202, 138, 4, .8)
}

.v10-sitecore-container .bg-yellow-600\/90 {
    background-color: rgba(202, 138, 4, .9)
}

.v10-sitecore-container .bg-yellow-600\/95 {
    background-color: rgba(202, 138, 4, .95)
}

.v10-sitecore-container .bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(161 98 7/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-yellow-700\/0 {
    background-color: rgba(161, 98, 7, 0)
}

.v10-sitecore-container .bg-yellow-700\/10 {
    background-color: rgba(161, 98, 7, .1)
}

.v10-sitecore-container .bg-yellow-700\/100 {
    background-color: #a16207
}

.v10-sitecore-container .bg-yellow-700\/20 {
    background-color: rgba(161, 98, 7, .2)
}

.v10-sitecore-container .bg-yellow-700\/25 {
    background-color: rgba(161, 98, 7, .25)
}

.v10-sitecore-container .bg-yellow-700\/30 {
    background-color: rgba(161, 98, 7, .3)
}

.v10-sitecore-container .bg-yellow-700\/40 {
    background-color: rgba(161, 98, 7, .4)
}

.v10-sitecore-container .bg-yellow-700\/5 {
    background-color: rgba(161, 98, 7, .05)
}

.v10-sitecore-container .bg-yellow-700\/50 {
    background-color: rgba(161, 98, 7, .5)
}

.v10-sitecore-container .bg-yellow-700\/60 {
    background-color: rgba(161, 98, 7, .6)
}

.v10-sitecore-container .bg-yellow-700\/70 {
    background-color: rgba(161, 98, 7, .7)
}

.v10-sitecore-container .bg-yellow-700\/75 {
    background-color: rgba(161, 98, 7, .75)
}

.v10-sitecore-container .bg-yellow-700\/80 {
    background-color: rgba(161, 98, 7, .8)
}

.v10-sitecore-container .bg-yellow-700\/90 {
    background-color: rgba(161, 98, 7, .9)
}

.v10-sitecore-container .bg-yellow-700\/95 {
    background-color: rgba(161, 98, 7, .95)
}

.v10-sitecore-container .bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(133 77 14/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-yellow-800\/0 {
    background-color: rgba(133, 77, 14, 0)
}

.v10-sitecore-container .bg-yellow-800\/10 {
    background-color: rgba(133, 77, 14, .1)
}

.v10-sitecore-container .bg-yellow-800\/100 {
    background-color: #854d0e
}

.v10-sitecore-container .bg-yellow-800\/20 {
    background-color: rgba(133, 77, 14, .2)
}

.v10-sitecore-container .bg-yellow-800\/25 {
    background-color: rgba(133, 77, 14, .25)
}

.v10-sitecore-container .bg-yellow-800\/30 {
    background-color: rgba(133, 77, 14, .3)
}

.v10-sitecore-container .bg-yellow-800\/40 {
    background-color: rgba(133, 77, 14, .4)
}

.v10-sitecore-container .bg-yellow-800\/5 {
    background-color: rgba(133, 77, 14, .05)
}

.v10-sitecore-container .bg-yellow-800\/50 {
    background-color: rgba(133, 77, 14, .5)
}

.v10-sitecore-container .bg-yellow-800\/60 {
    background-color: rgba(133, 77, 14, .6)
}

.v10-sitecore-container .bg-yellow-800\/70 {
    background-color: rgba(133, 77, 14, .7)
}

.v10-sitecore-container .bg-yellow-800\/75 {
    background-color: rgba(133, 77, 14, .75)
}

.v10-sitecore-container .bg-yellow-800\/80 {
    background-color: rgba(133, 77, 14, .8)
}

.v10-sitecore-container .bg-yellow-800\/90 {
    background-color: rgba(133, 77, 14, .9)
}

.v10-sitecore-container .bg-yellow-800\/95 {
    background-color: rgba(133, 77, 14, .95)
}

.v10-sitecore-container .bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(113 63 18/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-yellow-900\/0 {
    background-color: rgba(113, 63, 18, 0)
}

.v10-sitecore-container .bg-yellow-900\/10 {
    background-color: rgba(113, 63, 18, .1)
}

.v10-sitecore-container .bg-yellow-900\/100 {
    background-color: #713f12
}

.v10-sitecore-container .bg-yellow-900\/20 {
    background-color: rgba(113, 63, 18, .2)
}

.v10-sitecore-container .bg-yellow-900\/25 {
    background-color: rgba(113, 63, 18, .25)
}

.v10-sitecore-container .bg-yellow-900\/30 {
    background-color: rgba(113, 63, 18, .3)
}

.v10-sitecore-container .bg-yellow-900\/40 {
    background-color: rgba(113, 63, 18, .4)
}

.v10-sitecore-container .bg-yellow-900\/5 {
    background-color: rgba(113, 63, 18, .05)
}

.v10-sitecore-container .bg-yellow-900\/50 {
    background-color: rgba(113, 63, 18, .5)
}

.v10-sitecore-container .bg-yellow-900\/60 {
    background-color: rgba(113, 63, 18, .6)
}

.v10-sitecore-container .bg-yellow-900\/70 {
    background-color: rgba(113, 63, 18, .7)
}

.v10-sitecore-container .bg-yellow-900\/75 {
    background-color: rgba(113, 63, 18, .75)
}

.v10-sitecore-container .bg-yellow-900\/80 {
    background-color: rgba(113, 63, 18, .8)
}

.v10-sitecore-container .bg-yellow-900\/90 {
    background-color: rgba(113, 63, 18, .9)
}

.v10-sitecore-container .bg-yellow-900\/95 {
    background-color: rgba(113, 63, 18, .95)
}

.v10-sitecore-container .bg-yellow-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(66 32 6/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-yellow-950\/0 {
    background-color: rgba(66, 32, 6, 0)
}

.v10-sitecore-container .bg-yellow-950\/10 {
    background-color: rgba(66, 32, 6, .1)
}

.v10-sitecore-container .bg-yellow-950\/100 {
    background-color: #422006
}

.v10-sitecore-container .bg-yellow-950\/20 {
    background-color: rgba(66, 32, 6, .2)
}

.v10-sitecore-container .bg-yellow-950\/25 {
    background-color: rgba(66, 32, 6, .25)
}

.v10-sitecore-container .bg-yellow-950\/30 {
    background-color: rgba(66, 32, 6, .3)
}

.v10-sitecore-container .bg-yellow-950\/40 {
    background-color: rgba(66, 32, 6, .4)
}

.v10-sitecore-container .bg-yellow-950\/5 {
    background-color: rgba(66, 32, 6, .05)
}

.v10-sitecore-container .bg-yellow-950\/50 {
    background-color: rgba(66, 32, 6, .5)
}

.v10-sitecore-container .bg-yellow-950\/60 {
    background-color: rgba(66, 32, 6, .6)
}

.v10-sitecore-container .bg-yellow-950\/70 {
    background-color: rgba(66, 32, 6, .7)
}

.v10-sitecore-container .bg-yellow-950\/75 {
    background-color: rgba(66, 32, 6, .75)
}

.v10-sitecore-container .bg-yellow-950\/80 {
    background-color: rgba(66, 32, 6, .8)
}

.v10-sitecore-container .bg-yellow-950\/90 {
    background-color: rgba(66, 32, 6, .9)
}

.v10-sitecore-container .bg-yellow-950\/95 {
    background-color: rgba(66, 32, 6, .95)
}

.v10-sitecore-container .bg-zinc-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(244 244 245/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-zinc-100\/0 {
    background-color: hsla(240, 5%, 96%, 0)
}

.v10-sitecore-container .bg-zinc-100\/10 {
    background-color: hsla(240, 5%, 96%, .1)
}

.v10-sitecore-container .bg-zinc-100\/100 {
    background-color: #f4f4f5
}

.v10-sitecore-container .bg-zinc-100\/20 {
    background-color: hsla(240, 5%, 96%, .2)
}

.v10-sitecore-container .bg-zinc-100\/25 {
    background-color: hsla(240, 5%, 96%, .25)
}

.v10-sitecore-container .bg-zinc-100\/30 {
    background-color: hsla(240, 5%, 96%, .3)
}

.v10-sitecore-container .bg-zinc-100\/40 {
    background-color: hsla(240, 5%, 96%, .4)
}

.v10-sitecore-container .bg-zinc-100\/5 {
    background-color: hsla(240, 5%, 96%, .05)
}

.v10-sitecore-container .bg-zinc-100\/50 {
    background-color: hsla(240, 5%, 96%, .5)
}

.v10-sitecore-container .bg-zinc-100\/60 {
    background-color: hsla(240, 5%, 96%, .6)
}

.v10-sitecore-container .bg-zinc-100\/70 {
    background-color: hsla(240, 5%, 96%, .7)
}

.v10-sitecore-container .bg-zinc-100\/75 {
    background-color: hsla(240, 5%, 96%, .75)
}

.v10-sitecore-container .bg-zinc-100\/80 {
    background-color: hsla(240, 5%, 96%, .8)
}

.v10-sitecore-container .bg-zinc-100\/90 {
    background-color: hsla(240, 5%, 96%, .9)
}

.v10-sitecore-container .bg-zinc-100\/95 {
    background-color: hsla(240, 5%, 96%, .95)
}

.v10-sitecore-container .bg-zinc-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(228 228 231/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-zinc-200\/0 {
    background-color: hsla(240, 6%, 90%, 0)
}

.v10-sitecore-container .bg-zinc-200\/10 {
    background-color: hsla(240, 6%, 90%, .1)
}

.v10-sitecore-container .bg-zinc-200\/100 {
    background-color: #e4e4e7
}

.v10-sitecore-container .bg-zinc-200\/20 {
    background-color: hsla(240, 6%, 90%, .2)
}

.v10-sitecore-container .bg-zinc-200\/25 {
    background-color: hsla(240, 6%, 90%, .25)
}

.v10-sitecore-container .bg-zinc-200\/30 {
    background-color: hsla(240, 6%, 90%, .3)
}

.v10-sitecore-container .bg-zinc-200\/40 {
    background-color: hsla(240, 6%, 90%, .4)
}

.v10-sitecore-container .bg-zinc-200\/5 {
    background-color: hsla(240, 6%, 90%, .05)
}

.v10-sitecore-container .bg-zinc-200\/50 {
    background-color: hsla(240, 6%, 90%, .5)
}

.v10-sitecore-container .bg-zinc-200\/60 {
    background-color: hsla(240, 6%, 90%, .6)
}

.v10-sitecore-container .bg-zinc-200\/70 {
    background-color: hsla(240, 6%, 90%, .7)
}

.v10-sitecore-container .bg-zinc-200\/75 {
    background-color: hsla(240, 6%, 90%, .75)
}

.v10-sitecore-container .bg-zinc-200\/80 {
    background-color: hsla(240, 6%, 90%, .8)
}

.v10-sitecore-container .bg-zinc-200\/90 {
    background-color: hsla(240, 6%, 90%, .9)
}

.v10-sitecore-container .bg-zinc-200\/95 {
    background-color: hsla(240, 6%, 90%, .95)
}

.v10-sitecore-container .bg-zinc-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(212 212 216/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-zinc-300\/0 {
    background-color: hsla(240, 5%, 84%, 0)
}

.v10-sitecore-container .bg-zinc-300\/10 {
    background-color: hsla(240, 5%, 84%, .1)
}

.v10-sitecore-container .bg-zinc-300\/100 {
    background-color: #d4d4d8
}

.v10-sitecore-container .bg-zinc-300\/20 {
    background-color: hsla(240, 5%, 84%, .2)
}

.v10-sitecore-container .bg-zinc-300\/25 {
    background-color: hsla(240, 5%, 84%, .25)
}

.v10-sitecore-container .bg-zinc-300\/30 {
    background-color: hsla(240, 5%, 84%, .3)
}

.v10-sitecore-container .bg-zinc-300\/40 {
    background-color: hsla(240, 5%, 84%, .4)
}

.v10-sitecore-container .bg-zinc-300\/5 {
    background-color: hsla(240, 5%, 84%, .05)
}

.v10-sitecore-container .bg-zinc-300\/50 {
    background-color: hsla(240, 5%, 84%, .5)
}

.v10-sitecore-container .bg-zinc-300\/60 {
    background-color: hsla(240, 5%, 84%, .6)
}

.v10-sitecore-container .bg-zinc-300\/70 {
    background-color: hsla(240, 5%, 84%, .7)
}

.v10-sitecore-container .bg-zinc-300\/75 {
    background-color: hsla(240, 5%, 84%, .75)
}

.v10-sitecore-container .bg-zinc-300\/80 {
    background-color: hsla(240, 5%, 84%, .8)
}

.v10-sitecore-container .bg-zinc-300\/90 {
    background-color: hsla(240, 5%, 84%, .9)
}

.v10-sitecore-container .bg-zinc-300\/95 {
    background-color: hsla(240, 5%, 84%, .95)
}

.v10-sitecore-container .bg-zinc-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(161 161 170/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-zinc-400\/0 {
    background-color: hsla(240, 5%, 65%, 0)
}

.v10-sitecore-container .bg-zinc-400\/10 {
    background-color: hsla(240, 5%, 65%, .1)
}

.v10-sitecore-container .bg-zinc-400\/100 {
    background-color: #a1a1aa
}

.v10-sitecore-container .bg-zinc-400\/20 {
    background-color: hsla(240, 5%, 65%, .2)
}

.v10-sitecore-container .bg-zinc-400\/25 {
    background-color: hsla(240, 5%, 65%, .25)
}

.v10-sitecore-container .bg-zinc-400\/30 {
    background-color: hsla(240, 5%, 65%, .3)
}

.v10-sitecore-container .bg-zinc-400\/40 {
    background-color: hsla(240, 5%, 65%, .4)
}

.v10-sitecore-container .bg-zinc-400\/5 {
    background-color: hsla(240, 5%, 65%, .05)
}

.v10-sitecore-container .bg-zinc-400\/50 {
    background-color: hsla(240, 5%, 65%, .5)
}

.v10-sitecore-container .bg-zinc-400\/60 {
    background-color: hsla(240, 5%, 65%, .6)
}

.v10-sitecore-container .bg-zinc-400\/70 {
    background-color: hsla(240, 5%, 65%, .7)
}

.v10-sitecore-container .bg-zinc-400\/75 {
    background-color: hsla(240, 5%, 65%, .75)
}

.v10-sitecore-container .bg-zinc-400\/80 {
    background-color: hsla(240, 5%, 65%, .8)
}

.v10-sitecore-container .bg-zinc-400\/90 {
    background-color: hsla(240, 5%, 65%, .9)
}

.v10-sitecore-container .bg-zinc-400\/95 {
    background-color: hsla(240, 5%, 65%, .95)
}

.v10-sitecore-container .bg-zinc-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-zinc-50\/0 {
    background-color: hsla(0, 0%, 98%, 0)
}

.v10-sitecore-container .bg-zinc-50\/10 {
    background-color: hsla(0, 0%, 98%, .1)
}

.v10-sitecore-container .bg-zinc-50\/100 {
    background-color: #fafafa
}

.v10-sitecore-container .bg-zinc-50\/20 {
    background-color: hsla(0, 0%, 98%, .2)
}

.v10-sitecore-container .bg-zinc-50\/25 {
    background-color: hsla(0, 0%, 98%, .25)
}

.v10-sitecore-container .bg-zinc-50\/30 {
    background-color: hsla(0, 0%, 98%, .3)
}

.v10-sitecore-container .bg-zinc-50\/40 {
    background-color: hsla(0, 0%, 98%, .4)
}

.v10-sitecore-container .bg-zinc-50\/5 {
    background-color: hsla(0, 0%, 98%, .05)
}

.v10-sitecore-container .bg-zinc-50\/50 {
    background-color: hsla(0, 0%, 98%, .5)
}

.v10-sitecore-container .bg-zinc-50\/60 {
    background-color: hsla(0, 0%, 98%, .6)
}

.v10-sitecore-container .bg-zinc-50\/70 {
    background-color: hsla(0, 0%, 98%, .7)
}

.v10-sitecore-container .bg-zinc-50\/75 {
    background-color: hsla(0, 0%, 98%, .75)
}

.v10-sitecore-container .bg-zinc-50\/80 {
    background-color: hsla(0, 0%, 98%, .8)
}

.v10-sitecore-container .bg-zinc-50\/90 {
    background-color: hsla(0, 0%, 98%, .9)
}

.v10-sitecore-container .bg-zinc-50\/95 {
    background-color: hsla(0, 0%, 98%, .95)
}

.v10-sitecore-container .bg-zinc-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(113 113 122/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-zinc-500\/0 {
    background-color: hsla(240, 4%, 46%, 0)
}

.v10-sitecore-container .bg-zinc-500\/10 {
    background-color: hsla(240, 4%, 46%, .1)
}

.v10-sitecore-container .bg-zinc-500\/100 {
    background-color: #71717a
}

.v10-sitecore-container .bg-zinc-500\/20 {
    background-color: hsla(240, 4%, 46%, .2)
}

.v10-sitecore-container .bg-zinc-500\/25 {
    background-color: hsla(240, 4%, 46%, .25)
}

.v10-sitecore-container .bg-zinc-500\/30 {
    background-color: hsla(240, 4%, 46%, .3)
}

.v10-sitecore-container .bg-zinc-500\/40 {
    background-color: hsla(240, 4%, 46%, .4)
}

.v10-sitecore-container .bg-zinc-500\/5 {
    background-color: hsla(240, 4%, 46%, .05)
}

.v10-sitecore-container .bg-zinc-500\/50 {
    background-color: hsla(240, 4%, 46%, .5)
}

.v10-sitecore-container .bg-zinc-500\/60 {
    background-color: hsla(240, 4%, 46%, .6)
}

.v10-sitecore-container .bg-zinc-500\/70 {
    background-color: hsla(240, 4%, 46%, .7)
}

.v10-sitecore-container .bg-zinc-500\/75 {
    background-color: hsla(240, 4%, 46%, .75)
}

.v10-sitecore-container .bg-zinc-500\/80 {
    background-color: hsla(240, 4%, 46%, .8)
}

.v10-sitecore-container .bg-zinc-500\/90 {
    background-color: hsla(240, 4%, 46%, .9)
}

.v10-sitecore-container .bg-zinc-500\/95 {
    background-color: hsla(240, 4%, 46%, .95)
}

.v10-sitecore-container .bg-zinc-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(82 82 91/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-zinc-600\/0 {
    background-color: rgba(82, 82, 91, 0)
}

.v10-sitecore-container .bg-zinc-600\/10 {
    background-color: rgba(82, 82, 91, .1)
}

.v10-sitecore-container .bg-zinc-600\/100 {
    background-color: #52525b
}

.v10-sitecore-container .bg-zinc-600\/20 {
    background-color: rgba(82, 82, 91, .2)
}

.v10-sitecore-container .bg-zinc-600\/25 {
    background-color: rgba(82, 82, 91, .25)
}

.v10-sitecore-container .bg-zinc-600\/30 {
    background-color: rgba(82, 82, 91, .3)
}

.v10-sitecore-container .bg-zinc-600\/40 {
    background-color: rgba(82, 82, 91, .4)
}

.v10-sitecore-container .bg-zinc-600\/5 {
    background-color: rgba(82, 82, 91, .05)
}

.v10-sitecore-container .bg-zinc-600\/50 {
    background-color: rgba(82, 82, 91, .5)
}

.v10-sitecore-container .bg-zinc-600\/60 {
    background-color: rgba(82, 82, 91, .6)
}

.v10-sitecore-container .bg-zinc-600\/70 {
    background-color: rgba(82, 82, 91, .7)
}

.v10-sitecore-container .bg-zinc-600\/75 {
    background-color: rgba(82, 82, 91, .75)
}

.v10-sitecore-container .bg-zinc-600\/80 {
    background-color: rgba(82, 82, 91, .8)
}

.v10-sitecore-container .bg-zinc-600\/90 {
    background-color: rgba(82, 82, 91, .9)
}

.v10-sitecore-container .bg-zinc-600\/95 {
    background-color: rgba(82, 82, 91, .95)
}

.v10-sitecore-container .bg-zinc-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(63 63 70/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-zinc-700\/0 {
    background-color: rgba(63, 63, 70, 0)
}

.v10-sitecore-container .bg-zinc-700\/10 {
    background-color: rgba(63, 63, 70, .1)
}

.v10-sitecore-container .bg-zinc-700\/100 {
    background-color: #3f3f46
}

.v10-sitecore-container .bg-zinc-700\/20 {
    background-color: rgba(63, 63, 70, .2)
}

.v10-sitecore-container .bg-zinc-700\/25 {
    background-color: rgba(63, 63, 70, .25)
}

.v10-sitecore-container .bg-zinc-700\/30 {
    background-color: rgba(63, 63, 70, .3)
}

.v10-sitecore-container .bg-zinc-700\/40 {
    background-color: rgba(63, 63, 70, .4)
}

.v10-sitecore-container .bg-zinc-700\/5 {
    background-color: rgba(63, 63, 70, .05)
}

.v10-sitecore-container .bg-zinc-700\/50 {
    background-color: rgba(63, 63, 70, .5)
}

.v10-sitecore-container .bg-zinc-700\/60 {
    background-color: rgba(63, 63, 70, .6)
}

.v10-sitecore-container .bg-zinc-700\/70 {
    background-color: rgba(63, 63, 70, .7)
}

.v10-sitecore-container .bg-zinc-700\/75 {
    background-color: rgba(63, 63, 70, .75)
}

.v10-sitecore-container .bg-zinc-700\/80 {
    background-color: rgba(63, 63, 70, .8)
}

.v10-sitecore-container .bg-zinc-700\/90 {
    background-color: rgba(63, 63, 70, .9)
}

.v10-sitecore-container .bg-zinc-700\/95 {
    background-color: rgba(63, 63, 70, .95)
}

.v10-sitecore-container .bg-zinc-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(39 39 42/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-zinc-800\/0 {
    background-color: rgba(39, 39, 42, 0)
}

.v10-sitecore-container .bg-zinc-800\/10 {
    background-color: rgba(39, 39, 42, .1)
}

.v10-sitecore-container .bg-zinc-800\/100 {
    background-color: #27272a
}

.v10-sitecore-container .bg-zinc-800\/20 {
    background-color: rgba(39, 39, 42, .2)
}

.v10-sitecore-container .bg-zinc-800\/25 {
    background-color: rgba(39, 39, 42, .25)
}

.v10-sitecore-container .bg-zinc-800\/30 {
    background-color: rgba(39, 39, 42, .3)
}

.v10-sitecore-container .bg-zinc-800\/40 {
    background-color: rgba(39, 39, 42, .4)
}

.v10-sitecore-container .bg-zinc-800\/5 {
    background-color: rgba(39, 39, 42, .05)
}

.v10-sitecore-container .bg-zinc-800\/50 {
    background-color: rgba(39, 39, 42, .5)
}

.v10-sitecore-container .bg-zinc-800\/60 {
    background-color: rgba(39, 39, 42, .6)
}

.v10-sitecore-container .bg-zinc-800\/70 {
    background-color: rgba(39, 39, 42, .7)
}

.v10-sitecore-container .bg-zinc-800\/75 {
    background-color: rgba(39, 39, 42, .75)
}

.v10-sitecore-container .bg-zinc-800\/80 {
    background-color: rgba(39, 39, 42, .8)
}

.v10-sitecore-container .bg-zinc-800\/90 {
    background-color: rgba(39, 39, 42, .9)
}

.v10-sitecore-container .bg-zinc-800\/95 {
    background-color: rgba(39, 39, 42, .95)
}

.v10-sitecore-container .bg-zinc-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(24 24 27/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-zinc-900\/0 {
    background-color: rgba(24, 24, 27, 0)
}

.v10-sitecore-container .bg-zinc-900\/10 {
    background-color: rgba(24, 24, 27, .1)
}

.v10-sitecore-container .bg-zinc-900\/100 {
    background-color: #18181b
}

.v10-sitecore-container .bg-zinc-900\/20 {
    background-color: rgba(24, 24, 27, .2)
}

.v10-sitecore-container .bg-zinc-900\/25 {
    background-color: rgba(24, 24, 27, .25)
}

.v10-sitecore-container .bg-zinc-900\/30 {
    background-color: rgba(24, 24, 27, .3)
}

.v10-sitecore-container .bg-zinc-900\/40 {
    background-color: rgba(24, 24, 27, .4)
}

.v10-sitecore-container .bg-zinc-900\/5 {
    background-color: rgba(24, 24, 27, .05)
}

.v10-sitecore-container .bg-zinc-900\/50 {
    background-color: rgba(24, 24, 27, .5)
}

.v10-sitecore-container .bg-zinc-900\/60 {
    background-color: rgba(24, 24, 27, .6)
}

.v10-sitecore-container .bg-zinc-900\/70 {
    background-color: rgba(24, 24, 27, .7)
}

.v10-sitecore-container .bg-zinc-900\/75 {
    background-color: rgba(24, 24, 27, .75)
}

.v10-sitecore-container .bg-zinc-900\/80 {
    background-color: rgba(24, 24, 27, .8)
}

.v10-sitecore-container .bg-zinc-900\/90 {
    background-color: rgba(24, 24, 27, .9)
}

.v10-sitecore-container .bg-zinc-900\/95 {
    background-color: rgba(24, 24, 27, .95)
}

.v10-sitecore-container .bg-zinc-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(9 9 11/var(--tw-bg-opacity))
}

.v10-sitecore-container .bg-zinc-950\/0 {
    background-color: rgba(9, 9, 11, 0)
}

.v10-sitecore-container .bg-zinc-950\/10 {
    background-color: rgba(9, 9, 11, .1)
}

.v10-sitecore-container .bg-zinc-950\/100 {
    background-color: #09090b
}

.v10-sitecore-container .bg-zinc-950\/20 {
    background-color: rgba(9, 9, 11, .2)
}

.v10-sitecore-container .bg-zinc-950\/25 {
    background-color: rgba(9, 9, 11, .25)
}

.v10-sitecore-container .bg-zinc-950\/30 {
    background-color: rgba(9, 9, 11, .3)
}

.v10-sitecore-container .bg-zinc-950\/40 {
    background-color: rgba(9, 9, 11, .4)
}

.v10-sitecore-container .bg-zinc-950\/5 {
    background-color: rgba(9, 9, 11, .05)
}

.v10-sitecore-container .bg-zinc-950\/50 {
    background-color: rgba(9, 9, 11, .5)
}

.v10-sitecore-container .bg-zinc-950\/60 {
    background-color: rgba(9, 9, 11, .6)
}

.v10-sitecore-container .bg-zinc-950\/70 {
    background-color: rgba(9, 9, 11, .7)
}

.v10-sitecore-container .bg-zinc-950\/75 {
    background-color: rgba(9, 9, 11, .75)
}

.v10-sitecore-container .bg-zinc-950\/80 {
    background-color: rgba(9, 9, 11, .8)
}

.v10-sitecore-container .bg-zinc-950\/90 {
    background-color: rgba(9, 9, 11, .9)
}

.v10-sitecore-container .bg-zinc-950\/95 {
    background-color: rgba(9, 9, 11, .95)
}

.v10-sitecore-container .bg-opacity-0 {
    --tw-bg-opacity: 0
}

.v10-sitecore-container .bg-opacity-10 {
    --tw-bg-opacity: 0.1
}

.v10-sitecore-container .bg-opacity-100 {
    --tw-bg-opacity: 1
}

.v10-sitecore-container .bg-opacity-20 {
    --tw-bg-opacity: 0.2
}

.v10-sitecore-container .bg-opacity-25 {
    --tw-bg-opacity: 0.25
}

.v10-sitecore-container .bg-opacity-30 {
    --tw-bg-opacity: 0.3
}

.v10-sitecore-container .bg-opacity-40 {
    --tw-bg-opacity: 0.4
}

.v10-sitecore-container .bg-opacity-5 {
    --tw-bg-opacity: 0.05
}

.v10-sitecore-container .bg-opacity-50 {
    --tw-bg-opacity: 0.5
}

.v10-sitecore-container .bg-opacity-60 {
    --tw-bg-opacity: 0.6
}

.v10-sitecore-container .bg-opacity-70 {
    --tw-bg-opacity: 0.7
}

.v10-sitecore-container .bg-opacity-75 {
    --tw-bg-opacity: 0.75
}

.v10-sitecore-container .bg-opacity-80 {
    --tw-bg-opacity: 0.8
}

.v10-sitecore-container .bg-opacity-90 {
    --tw-bg-opacity: 0.9
}

.v10-sitecore-container .bg-opacity-95 {
    --tw-bg-opacity: 0.95
}

.v10-sitecore-container .bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops))
}

.v10-sitecore-container .bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops))
}

.v10-sitecore-container .bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops))
}

.v10-sitecore-container .bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops))
}

.v10-sitecore-container .bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops))
}

.v10-sitecore-container .bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops))
}

.v10-sitecore-container .bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops))
}

.v10-sitecore-container .bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops))
}

.v10-sitecore-container .bg-none {
    background-image: none
}

.v10-sitecore-container .from-amber-100 {
    --tw-gradient-from: #fef3c7 var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(48, 96%, 89%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-100\/0 {
    --tw-gradient-from: hsla(48, 96%, 89%, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(48, 96%, 89%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-100\/10 {
    --tw-gradient-from: hsla(48, 96%, 89%, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(48, 96%, 89%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-100\/100 {
    --tw-gradient-from: #fef3c7 var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(48, 96%, 89%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-100\/20 {
    --tw-gradient-from: hsla(48, 96%, 89%, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(48, 96%, 89%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-100\/25 {
    --tw-gradient-from: hsla(48, 96%, 89%, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(48, 96%, 89%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-100\/30 {
    --tw-gradient-from: hsla(48, 96%, 89%, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(48, 96%, 89%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-100\/40 {
    --tw-gradient-from: hsla(48, 96%, 89%, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(48, 96%, 89%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-100\/5 {
    --tw-gradient-from: hsla(48, 96%, 89%, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(48, 96%, 89%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-100\/50 {
    --tw-gradient-from: hsla(48, 96%, 89%, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(48, 96%, 89%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-100\/60 {
    --tw-gradient-from: hsla(48, 96%, 89%, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(48, 96%, 89%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-100\/70 {
    --tw-gradient-from: hsla(48, 96%, 89%, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(48, 96%, 89%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-100\/75 {
    --tw-gradient-from: hsla(48, 96%, 89%, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(48, 96%, 89%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-100\/80 {
    --tw-gradient-from: hsla(48, 96%, 89%, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(48, 96%, 89%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-100\/90 {
    --tw-gradient-from: hsla(48, 96%, 89%, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(48, 96%, 89%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-100\/95 {
    --tw-gradient-from: hsla(48, 96%, 89%, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(48, 96%, 89%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-200 {
    --tw-gradient-from: #fde68a var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(48, 97%, 77%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-200\/0 {
    --tw-gradient-from: hsla(48, 97%, 77%, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(48, 97%, 77%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-200\/10 {
    --tw-gradient-from: hsla(48, 97%, 77%, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(48, 97%, 77%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-200\/100 {
    --tw-gradient-from: #fde68a var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(48, 97%, 77%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-200\/20 {
    --tw-gradient-from: hsla(48, 97%, 77%, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(48, 97%, 77%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-200\/25 {
    --tw-gradient-from: hsla(48, 97%, 77%, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(48, 97%, 77%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-200\/30 {
    --tw-gradient-from: hsla(48, 97%, 77%, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(48, 97%, 77%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-200\/40 {
    --tw-gradient-from: hsla(48, 97%, 77%, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(48, 97%, 77%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-200\/5 {
    --tw-gradient-from: hsla(48, 97%, 77%, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(48, 97%, 77%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-200\/50 {
    --tw-gradient-from: hsla(48, 97%, 77%, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(48, 97%, 77%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-200\/60 {
    --tw-gradient-from: hsla(48, 97%, 77%, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(48, 97%, 77%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-200\/70 {
    --tw-gradient-from: hsla(48, 97%, 77%, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(48, 97%, 77%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-200\/75 {
    --tw-gradient-from: hsla(48, 97%, 77%, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(48, 97%, 77%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-200\/80 {
    --tw-gradient-from: hsla(48, 97%, 77%, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(48, 97%, 77%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-200\/90 {
    --tw-gradient-from: hsla(48, 97%, 77%, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(48, 97%, 77%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-200\/95 {
    --tw-gradient-from: hsla(48, 97%, 77%, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(48, 97%, 77%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-300 {
    --tw-gradient-from: #fcd34d var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(252, 211, 77, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-300\/0 {
    --tw-gradient-from: rgba(252, 211, 77, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(252, 211, 77, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-300\/10 {
    --tw-gradient-from: rgba(252, 211, 77, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(252, 211, 77, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-300\/100 {
    --tw-gradient-from: #fcd34d var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(252, 211, 77, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-300\/20 {
    --tw-gradient-from: rgba(252, 211, 77, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(252, 211, 77, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-300\/25 {
    --tw-gradient-from: rgba(252, 211, 77, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(252, 211, 77, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-300\/30 {
    --tw-gradient-from: rgba(252, 211, 77, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(252, 211, 77, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-300\/40 {
    --tw-gradient-from: rgba(252, 211, 77, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(252, 211, 77, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-300\/5 {
    --tw-gradient-from: rgba(252, 211, 77, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(252, 211, 77, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-300\/50 {
    --tw-gradient-from: rgba(252, 211, 77, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(252, 211, 77, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-300\/60 {
    --tw-gradient-from: rgba(252, 211, 77, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(252, 211, 77, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-300\/70 {
    --tw-gradient-from: rgba(252, 211, 77, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(252, 211, 77, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-300\/75 {
    --tw-gradient-from: rgba(252, 211, 77, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(252, 211, 77, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-300\/80 {
    --tw-gradient-from: rgba(252, 211, 77, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(252, 211, 77, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-300\/90 {
    --tw-gradient-from: rgba(252, 211, 77, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(252, 211, 77, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-300\/95 {
    --tw-gradient-from: rgba(252, 211, 77, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(252, 211, 77, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-400 {
    --tw-gradient-from: #fbbf24 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(251, 191, 36, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-400\/0 {
    --tw-gradient-from: rgba(251, 191, 36, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(251, 191, 36, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-400\/10 {
    --tw-gradient-from: rgba(251, 191, 36, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(251, 191, 36, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-400\/100 {
    --tw-gradient-from: #fbbf24 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(251, 191, 36, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-400\/20 {
    --tw-gradient-from: rgba(251, 191, 36, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(251, 191, 36, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-400\/25 {
    --tw-gradient-from: rgba(251, 191, 36, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(251, 191, 36, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-400\/30 {
    --tw-gradient-from: rgba(251, 191, 36, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(251, 191, 36, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-400\/40 {
    --tw-gradient-from: rgba(251, 191, 36, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(251, 191, 36, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}
.v10-sitecore-container .from-amber-400\/5 {
    --tw-gradient-from: rgba(251, 191, 36, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(251, 191, 36, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-400\/50 {
    --tw-gradient-from: rgba(251, 191, 36, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(251, 191, 36, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-400\/60 {
    --tw-gradient-from: rgba(251, 191, 36, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(251, 191, 36, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-400\/70 {
    --tw-gradient-from: rgba(251, 191, 36, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(251, 191, 36, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-400\/75 {
    --tw-gradient-from: rgba(251, 191, 36, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(251, 191, 36, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-400\/80 {
    --tw-gradient-from: rgba(251, 191, 36, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(251, 191, 36, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-400\/90 {
    --tw-gradient-from: rgba(251, 191, 36, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(251, 191, 36, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-400\/95 {
    --tw-gradient-from: rgba(251, 191, 36, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(251, 191, 36, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-50 {
    --tw-gradient-from: #fffbeb var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 251, 235, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-50\/0 {
    --tw-gradient-from: rgba(255, 251, 235, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 251, 235, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-50\/10 {
    --tw-gradient-from: rgba(255, 251, 235, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 251, 235, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-50\/100 {
    --tw-gradient-from: #fffbeb var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 251, 235, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-50\/20 {
    --tw-gradient-from: rgba(255, 251, 235, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 251, 235, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-50\/25 {
    --tw-gradient-from: rgba(255, 251, 235, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 251, 235, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-50\/30 {
    --tw-gradient-from: rgba(255, 251, 235, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 251, 235, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-50\/40 {
    --tw-gradient-from: rgba(255, 251, 235, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 251, 235, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-50\/5 {
    --tw-gradient-from: rgba(255, 251, 235, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 251, 235, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-50\/50 {
    --tw-gradient-from: rgba(255, 251, 235, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 251, 235, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-50\/60 {
    --tw-gradient-from: rgba(255, 251, 235, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 251, 235, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-50\/70 {
    --tw-gradient-from: rgba(255, 251, 235, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 251, 235, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-50\/75 {
    --tw-gradient-from: rgba(255, 251, 235, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 251, 235, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-50\/80 {
    --tw-gradient-from: rgba(255, 251, 235, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 251, 235, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-50\/90 {
    --tw-gradient-from: rgba(255, 251, 235, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 251, 235, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-50\/95 {
    --tw-gradient-from: rgba(255, 251, 235, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 251, 235, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-500 {
    --tw-gradient-from: #f59e0b var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(245, 158, 11, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-500\/0 {
    --tw-gradient-from: rgba(245, 158, 11, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(245, 158, 11, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-500\/10 {
    --tw-gradient-from: rgba(245, 158, 11, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(245, 158, 11, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-500\/100 {
    --tw-gradient-from: #f59e0b var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(245, 158, 11, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-500\/20 {
    --tw-gradient-from: rgba(245, 158, 11, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(245, 158, 11, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-500\/25 {
    --tw-gradient-from: rgba(245, 158, 11, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(245, 158, 11, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-500\/30 {
    --tw-gradient-from: rgba(245, 158, 11, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(245, 158, 11, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-500\/40 {
    --tw-gradient-from: rgba(245, 158, 11, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(245, 158, 11, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-500\/5 {
    --tw-gradient-from: rgba(245, 158, 11, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(245, 158, 11, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-500\/50 {
    --tw-gradient-from: rgba(245, 158, 11, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(245, 158, 11, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-500\/60 {
    --tw-gradient-from: rgba(245, 158, 11, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(245, 158, 11, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-500\/70 {
    --tw-gradient-from: rgba(245, 158, 11, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(245, 158, 11, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-500\/75 {
    --tw-gradient-from: rgba(245, 158, 11, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(245, 158, 11, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-500\/80 {
    --tw-gradient-from: rgba(245, 158, 11, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(245, 158, 11, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-500\/90 {
    --tw-gradient-from: rgba(245, 158, 11, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(245, 158, 11, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-500\/95 {
    --tw-gradient-from: rgba(245, 158, 11, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(245, 158, 11, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-600 {
    --tw-gradient-from: #d97706 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(217, 119, 6, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-600\/0 {
    --tw-gradient-from: rgba(217, 119, 6, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(217, 119, 6, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-600\/10 {
    --tw-gradient-from: rgba(217, 119, 6, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(217, 119, 6, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-600\/100 {
    --tw-gradient-from: #d97706 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(217, 119, 6, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-600\/20 {
    --tw-gradient-from: rgba(217, 119, 6, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(217, 119, 6, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-600\/25 {
    --tw-gradient-from: rgba(217, 119, 6, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(217, 119, 6, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-600\/30 {
    --tw-gradient-from: rgba(217, 119, 6, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(217, 119, 6, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-600\/40 {
    --tw-gradient-from: rgba(217, 119, 6, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(217, 119, 6, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-600\/5 {
    --tw-gradient-from: rgba(217, 119, 6, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(217, 119, 6, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-600\/50 {
    --tw-gradient-from: rgba(217, 119, 6, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(217, 119, 6, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-600\/60 {
    --tw-gradient-from: rgba(217, 119, 6, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(217, 119, 6, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-600\/70 {
    --tw-gradient-from: rgba(217, 119, 6, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(217, 119, 6, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-600\/75 {
    --tw-gradient-from: rgba(217, 119, 6, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(217, 119, 6, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-600\/80 {
    --tw-gradient-from: rgba(217, 119, 6, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(217, 119, 6, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-600\/90 {
    --tw-gradient-from: rgba(217, 119, 6, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(217, 119, 6, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-600\/95 {
    --tw-gradient-from: rgba(217, 119, 6, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(217, 119, 6, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-700 {
    --tw-gradient-from: #b45309 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(180, 83, 9, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-700\/0 {
    --tw-gradient-from: rgba(180, 83, 9, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(180, 83, 9, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-700\/10 {
    --tw-gradient-from: rgba(180, 83, 9, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(180, 83, 9, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-700\/100 {
    --tw-gradient-from: #b45309 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(180, 83, 9, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-700\/20 {
    --tw-gradient-from: rgba(180, 83, 9, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(180, 83, 9, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-700\/25 {
    --tw-gradient-from: rgba(180, 83, 9, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(180, 83, 9, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-700\/30 {
    --tw-gradient-from: rgba(180, 83, 9, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(180, 83, 9, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-700\/40 {
    --tw-gradient-from: rgba(180, 83, 9, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(180, 83, 9, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-700\/5 {
    --tw-gradient-from: rgba(180, 83, 9, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(180, 83, 9, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-700\/50 {
    --tw-gradient-from: rgba(180, 83, 9, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(180, 83, 9, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-700\/60 {
    --tw-gradient-from: rgba(180, 83, 9, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(180, 83, 9, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-700\/70 {
    --tw-gradient-from: rgba(180, 83, 9, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(180, 83, 9, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-700\/75 {
    --tw-gradient-from: rgba(180, 83, 9, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(180, 83, 9, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-700\/80 {
    --tw-gradient-from: rgba(180, 83, 9, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(180, 83, 9, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-700\/90 {
    --tw-gradient-from: rgba(180, 83, 9, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(180, 83, 9, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-700\/95 {
    --tw-gradient-from: rgba(180, 83, 9, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(180, 83, 9, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-800 {
    --tw-gradient-from: #92400e var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(146, 64, 14, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-800\/0 {
    --tw-gradient-from: rgba(146, 64, 14, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(146, 64, 14, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-800\/10 {
    --tw-gradient-from: rgba(146, 64, 14, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(146, 64, 14, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-800\/100 {
    --tw-gradient-from: #92400e var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(146, 64, 14, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-800\/20 {
    --tw-gradient-from: rgba(146, 64, 14, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(146, 64, 14, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-800\/25 {
    --tw-gradient-from: rgba(146, 64, 14, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(146, 64, 14, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-800\/30 {
    --tw-gradient-from: rgba(146, 64, 14, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(146, 64, 14, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-800\/40 {
    --tw-gradient-from: rgba(146, 64, 14, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(146, 64, 14, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-800\/5 {
    --tw-gradient-from: rgba(146, 64, 14, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(146, 64, 14, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-800\/50 {
    --tw-gradient-from: rgba(146, 64, 14, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(146, 64, 14, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-800\/60 {
    --tw-gradient-from: rgba(146, 64, 14, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(146, 64, 14, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-800\/70 {
    --tw-gradient-from: rgba(146, 64, 14, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(146, 64, 14, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-800\/75 {
    --tw-gradient-from: rgba(146, 64, 14, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(146, 64, 14, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-800\/80 {
    --tw-gradient-from: rgba(146, 64, 14, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(146, 64, 14, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-800\/90 {
    --tw-gradient-from: rgba(146, 64, 14, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(146, 64, 14, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-800\/95 {
    --tw-gradient-from: rgba(146, 64, 14, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(146, 64, 14, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-900 {
    --tw-gradient-from: #78350f var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(120, 53, 15, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-900\/0 {
    --tw-gradient-from: rgba(120, 53, 15, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(120, 53, 15, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-900\/10 {
    --tw-gradient-from: rgba(120, 53, 15, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(120, 53, 15, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-900\/100 {
    --tw-gradient-from: #78350f var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(120, 53, 15, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-900\/20 {
    --tw-gradient-from: rgba(120, 53, 15, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(120, 53, 15, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-900\/25 {
    --tw-gradient-from: rgba(120, 53, 15, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(120, 53, 15, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-900\/30 {
    --tw-gradient-from: rgba(120, 53, 15, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(120, 53, 15, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-900\/40 {
    --tw-gradient-from: rgba(120, 53, 15, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(120, 53, 15, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-900\/5 {
    --tw-gradient-from: rgba(120, 53, 15, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(120, 53, 15, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-900\/50 {
    --tw-gradient-from: rgba(120, 53, 15, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(120, 53, 15, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-900\/60 {
    --tw-gradient-from: rgba(120, 53, 15, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(120, 53, 15, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-900\/70 {
    --tw-gradient-from: rgba(120, 53, 15, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(120, 53, 15, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-900\/75 {
    --tw-gradient-from: rgba(120, 53, 15, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(120, 53, 15, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-900\/80 {
    --tw-gradient-from: rgba(120, 53, 15, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(120, 53, 15, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-900\/90 {
    --tw-gradient-from: rgba(120, 53, 15, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(120, 53, 15, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-900\/95 {
    --tw-gradient-from: rgba(120, 53, 15, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(120, 53, 15, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-950 {
    --tw-gradient-from: #451a03 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(69, 26, 3, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-950\/0 {
    --tw-gradient-from: rgba(69, 26, 3, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(69, 26, 3, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-950\/10 {
    --tw-gradient-from: rgba(69, 26, 3, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(69, 26, 3, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-950\/100 {
    --tw-gradient-from: #451a03 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(69, 26, 3, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-950\/20 {
    --tw-gradient-from: rgba(69, 26, 3, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(69, 26, 3, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-950\/25 {
    --tw-gradient-from: rgba(69, 26, 3, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(69, 26, 3, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-950\/30 {
    --tw-gradient-from: rgba(69, 26, 3, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(69, 26, 3, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-950\/40 {
    --tw-gradient-from: rgba(69, 26, 3, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(69, 26, 3, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-950\/5 {
    --tw-gradient-from: rgba(69, 26, 3, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(69, 26, 3, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-950\/50 {
    --tw-gradient-from: rgba(69, 26, 3, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(69, 26, 3, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-950\/60 {
    --tw-gradient-from: rgba(69, 26, 3, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(69, 26, 3, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-950\/70 {
    --tw-gradient-from: rgba(69, 26, 3, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(69, 26, 3, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-950\/75 {
    --tw-gradient-from: rgba(69, 26, 3, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(69, 26, 3, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-950\/80 {
    --tw-gradient-from: rgba(69, 26, 3, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(69, 26, 3, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-950\/90 {
    --tw-gradient-from: rgba(69, 26, 3, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(69, 26, 3, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-amber-950\/95 {
    --tw-gradient-from: rgba(69, 26, 3, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(69, 26, 3, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black {
    --tw-gradient-from: #000 var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black-05 {
    --tw-gradient-from: rgba(0, 0, 0, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black-05\/0 {
    --tw-gradient-from: transparent var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black-05\/10 {
    --tw-gradient-from: rgba(0, 0, 0, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black-05\/100 {
    --tw-gradient-from: #000 var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black-05\/20 {
    --tw-gradient-from: rgba(0, 0, 0, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black-05\/25 {
    --tw-gradient-from: rgba(0, 0, 0, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black-05\/30 {
    --tw-gradient-from: rgba(0, 0, 0, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black-05\/40 {
    --tw-gradient-from: rgba(0, 0, 0, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black-05\/5 {
    --tw-gradient-from: rgba(0, 0, 0, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black-05\/50 {
    --tw-gradient-from: rgba(0, 0, 0, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black-05\/60 {
    --tw-gradient-from: rgba(0, 0, 0, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black-05\/70 {
    --tw-gradient-from: rgba(0, 0, 0, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black-05\/75 {
    --tw-gradient-from: rgba(0, 0, 0, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black-05\/80 {
    --tw-gradient-from: rgba(0, 0, 0, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black-05\/90 {
    --tw-gradient-from: rgba(0, 0, 0, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black-05\/95 {
    --tw-gradient-from: rgba(0, 0, 0, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black-100 {
    --tw-gradient-from: #000 var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black-100\/0 {
    --tw-gradient-from: transparent var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black-100\/10 {
    --tw-gradient-from: rgba(0, 0, 0, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black-100\/100 {
    --tw-gradient-from: #000 var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black-100\/20 {
    --tw-gradient-from: rgba(0, 0, 0, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black-100\/25 {
    --tw-gradient-from: rgba(0, 0, 0, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black-100\/30 {
    --tw-gradient-from: rgba(0, 0, 0, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black-100\/40 {
    --tw-gradient-from: rgba(0, 0, 0, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black-100\/5 {
    --tw-gradient-from: rgba(0, 0, 0, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black-100\/50 {
    --tw-gradient-from: rgba(0, 0, 0, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black-100\/60 {
    --tw-gradient-from: rgba(0, 0, 0, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black-100\/70 {
    --tw-gradient-from: rgba(0, 0, 0, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black-100\/75 {
    --tw-gradient-from: rgba(0, 0, 0, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black-100\/80 {
    --tw-gradient-from: rgba(0, 0, 0, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black-100\/90 {
    --tw-gradient-from: rgba(0, 0, 0, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black-100\/95 {
    --tw-gradient-from: rgba(0, 0, 0, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black-50 {
    --tw-gradient-from: rgba(0, 0, 0, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black-50\/0 {
    --tw-gradient-from: transparent var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black-50\/10 {
    --tw-gradient-from: rgba(0, 0, 0, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black-50\/100 {
    --tw-gradient-from: #000 var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black-50\/20 {
    --tw-gradient-from: rgba(0, 0, 0, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black-50\/25 {
    --tw-gradient-from: rgba(0, 0, 0, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black-50\/30 {
    --tw-gradient-from: rgba(0, 0, 0, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black-50\/40 {
    --tw-gradient-from: rgba(0, 0, 0, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black-50\/5 {
    --tw-gradient-from: rgba(0, 0, 0, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black-50\/50 {
    --tw-gradient-from: rgba(0, 0, 0, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black-50\/60 {
    --tw-gradient-from: rgba(0, 0, 0, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black-50\/70 {
    --tw-gradient-from: rgba(0, 0, 0, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black-50\/75 {
    --tw-gradient-from: rgba(0, 0, 0, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black-50\/80 {
    --tw-gradient-from: rgba(0, 0, 0, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black-50\/90 {
    --tw-gradient-from: rgba(0, 0, 0, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black-50\/95 {
    --tw-gradient-from: rgba(0, 0, 0, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black-75 {
    --tw-gradient-from: rgba(0, 0, 0, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black-75\/0 {
    --tw-gradient-from: transparent var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black-75\/10 {
    --tw-gradient-from: rgba(0, 0, 0, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black-75\/100 {
    --tw-gradient-from: #000 var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black-75\/20 {
    --tw-gradient-from: rgba(0, 0, 0, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black-75\/25 {
    --tw-gradient-from: rgba(0, 0, 0, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black-75\/30 {
    --tw-gradient-from: rgba(0, 0, 0, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black-75\/40 {
    --tw-gradient-from: rgba(0, 0, 0, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black-75\/5 {
    --tw-gradient-from: rgba(0, 0, 0, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black-75\/50 {
    --tw-gradient-from: rgba(0, 0, 0, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black-75\/60 {
    --tw-gradient-from: rgba(0, 0, 0, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black-75\/70 {
    --tw-gradient-from: rgba(0, 0, 0, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black-75\/75 {
    --tw-gradient-from: rgba(0, 0, 0, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black-75\/80 {
    --tw-gradient-from: rgba(0, 0, 0, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black-75\/90 {
    --tw-gradient-from: rgba(0, 0, 0, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black-75\/95 {
    --tw-gradient-from: rgba(0, 0, 0, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black\/0 {
    --tw-gradient-from: transparent var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black\/10 {
    --tw-gradient-from: rgba(0, 0, 0, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black\/100 {
    --tw-gradient-from: #000 var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black\/20 {
    --tw-gradient-from: rgba(0, 0, 0, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black\/25 {
    --tw-gradient-from: rgba(0, 0, 0, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black\/30 {
    --tw-gradient-from: rgba(0, 0, 0, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black\/40 {
    --tw-gradient-from: rgba(0, 0, 0, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black\/5 {
    --tw-gradient-from: rgba(0, 0, 0, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black\/50 {
    --tw-gradient-from: rgba(0, 0, 0, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black\/60 {
    --tw-gradient-from: rgba(0, 0, 0, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black\/70 {
    --tw-gradient-from: rgba(0, 0, 0, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black\/75 {
    --tw-gradient-from: rgba(0, 0, 0, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black\/80 {
    --tw-gradient-from: rgba(0, 0, 0, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black\/90 {
    --tw-gradient-from: rgba(0, 0, 0, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-black\/95 {
    --tw-gradient-from: rgba(0, 0, 0, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-100 {
    --tw-gradient-from: #dbeafe var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(219, 234, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-100\/0 {
    --tw-gradient-from: rgba(219, 234, 254, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(219, 234, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-100\/10 {
    --tw-gradient-from: rgba(219, 234, 254, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(219, 234, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-100\/100 {
    --tw-gradient-from: #dbeafe var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(219, 234, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-100\/20 {
    --tw-gradient-from: rgba(219, 234, 254, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(219, 234, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-100\/25 {
    --tw-gradient-from: rgba(219, 234, 254, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(219, 234, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-100\/30 {
    --tw-gradient-from: rgba(219, 234, 254, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(219, 234, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-100\/40 {
    --tw-gradient-from: rgba(219, 234, 254, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(219, 234, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-100\/5 {
    --tw-gradient-from: rgba(219, 234, 254, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(219, 234, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-100\/50 {
    --tw-gradient-from: rgba(219, 234, 254, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(219, 234, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-100\/60 {
    --tw-gradient-from: rgba(219, 234, 254, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(219, 234, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-100\/70 {
    --tw-gradient-from: rgba(219, 234, 254, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(219, 234, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-100\/75 {
    --tw-gradient-from: rgba(219, 234, 254, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(219, 234, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-100\/80 {
    --tw-gradient-from: rgba(219, 234, 254, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(219, 234, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-100\/90 {
    --tw-gradient-from: rgba(219, 234, 254, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(219, 234, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-100\/95 {
    --tw-gradient-from: rgba(219, 234, 254, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(219, 234, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-200 {
    --tw-gradient-from: #bfdbfe var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(191, 219, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-200\/0 {
    --tw-gradient-from: rgba(191, 219, 254, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(191, 219, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-200\/10 {
    --tw-gradient-from: rgba(191, 219, 254, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(191, 219, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-200\/100 {
    --tw-gradient-from: #bfdbfe var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(191, 219, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-200\/20 {
    --tw-gradient-from: rgba(191, 219, 254, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(191, 219, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-200\/25 {
    --tw-gradient-from: rgba(191, 219, 254, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(191, 219, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-200\/30 {
    --tw-gradient-from: rgba(191, 219, 254, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(191, 219, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-200\/40 {
    --tw-gradient-from: rgba(191, 219, 254, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(191, 219, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-200\/5 {
    --tw-gradient-from: rgba(191, 219, 254, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(191, 219, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-200\/50 {
    --tw-gradient-from: rgba(191, 219, 254, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(191, 219, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-200\/60 {
    --tw-gradient-from: rgba(191, 219, 254, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(191, 219, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-200\/70 {
    --tw-gradient-from: rgba(191, 219, 254, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(191, 219, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-200\/75 {
    --tw-gradient-from: rgba(191, 219, 254, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(191, 219, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-200\/80 {
    --tw-gradient-from: rgba(191, 219, 254, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(191, 219, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-200\/90 {
    --tw-gradient-from: rgba(191, 219, 254, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(191, 219, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-200\/95 {
    --tw-gradient-from: rgba(191, 219, 254, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(191, 219, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-300 {
    --tw-gradient-from: #93c5fd var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(147, 197, 253, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-300\/0 {
    --tw-gradient-from: rgba(147, 197, 253, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(147, 197, 253, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-300\/10 {
    --tw-gradient-from: rgba(147, 197, 253, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(147, 197, 253, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-300\/100 {
    --tw-gradient-from: #93c5fd var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(147, 197, 253, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-300\/20 {
    --tw-gradient-from: rgba(147, 197, 253, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(147, 197, 253, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-300\/25 {
    --tw-gradient-from: rgba(147, 197, 253, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(147, 197, 253, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-300\/30 {
    --tw-gradient-from: rgba(147, 197, 253, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(147, 197, 253, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-300\/40 {
    --tw-gradient-from: rgba(147, 197, 253, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(147, 197, 253, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-300\/5 {
    --tw-gradient-from: rgba(147, 197, 253, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(147, 197, 253, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-300\/50 {
    --tw-gradient-from: rgba(147, 197, 253, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(147, 197, 253, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-300\/60 {
    --tw-gradient-from: rgba(147, 197, 253, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(147, 197, 253, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-300\/70 {
    --tw-gradient-from: rgba(147, 197, 253, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(147, 197, 253, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-300\/75 {
    --tw-gradient-from: rgba(147, 197, 253, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(147, 197, 253, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-300\/80 {
    --tw-gradient-from: rgba(147, 197, 253, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(147, 197, 253, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-300\/90 {
    --tw-gradient-from: rgba(147, 197, 253, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(147, 197, 253, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-300\/95 {
    --tw-gradient-from: rgba(147, 197, 253, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(147, 197, 253, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-400 {
    --tw-gradient-from: #60a5fa var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(96, 165, 250, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-400\/0 {
    --tw-gradient-from: rgba(96, 165, 250, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(96, 165, 250, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-400\/10 {
    --tw-gradient-from: rgba(96, 165, 250, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(96, 165, 250, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-400\/100 {
    --tw-gradient-from: #60a5fa var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(96, 165, 250, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-400\/20 {
    --tw-gradient-from: rgba(96, 165, 250, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(96, 165, 250, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-400\/25 {
    --tw-gradient-from: rgba(96, 165, 250, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(96, 165, 250, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-400\/30 {
    --tw-gradient-from: rgba(96, 165, 250, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(96, 165, 250, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-400\/40 {
    --tw-gradient-from: rgba(96, 165, 250, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(96, 165, 250, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-400\/5 {
    --tw-gradient-from: rgba(96, 165, 250, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(96, 165, 250, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-400\/50 {
    --tw-gradient-from: rgba(96, 165, 250, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(96, 165, 250, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-400\/60 {
    --tw-gradient-from: rgba(96, 165, 250, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(96, 165, 250, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-400\/70 {
    --tw-gradient-from: rgba(96, 165, 250, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(96, 165, 250, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-400\/75 {
    --tw-gradient-from: rgba(96, 165, 250, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(96, 165, 250, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-400\/80 {
    --tw-gradient-from: rgba(96, 165, 250, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(96, 165, 250, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-400\/90 {
    --tw-gradient-from: rgba(96, 165, 250, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(96, 165, 250, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-400\/95 {
    --tw-gradient-from: rgba(96, 165, 250, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(96, 165, 250, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-50 {
    --tw-gradient-from: #eff6ff var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(239, 246, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-50\/0 {
    --tw-gradient-from: rgba(239, 246, 255, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(239, 246, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-50\/10 {
    --tw-gradient-from: rgba(239, 246, 255, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(239, 246, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-50\/100 {
    --tw-gradient-from: #eff6ff var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(239, 246, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-50\/20 {
    --tw-gradient-from: rgba(239, 246, 255, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(239, 246, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-50\/25 {
    --tw-gradient-from: rgba(239, 246, 255, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(239, 246, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-50\/30 {
    --tw-gradient-from: rgba(239, 246, 255, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(239, 246, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-50\/40 {
    --tw-gradient-from: rgba(239, 246, 255, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(239, 246, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-50\/5 {
    --tw-gradient-from: rgba(239, 246, 255, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(239, 246, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-50\/50 {
    --tw-gradient-from: rgba(239, 246, 255, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(239, 246, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-50\/60 {
    --tw-gradient-from: rgba(239, 246, 255, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(239, 246, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-50\/70 {
    --tw-gradient-from: rgba(239, 246, 255, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(239, 246, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-50\/75 {
    --tw-gradient-from: rgba(239, 246, 255, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(239, 246, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-50\/80 {
    --tw-gradient-from: rgba(239, 246, 255, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(239, 246, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-50\/90 {
    --tw-gradient-from: rgba(239, 246, 255, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(239, 246, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-50\/95 {
    --tw-gradient-from: rgba(239, 246, 255, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(239, 246, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-500 {
    --tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(59, 130, 246, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-500\/0 {
    --tw-gradient-from: rgba(59, 130, 246, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(59, 130, 246, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-500\/10 {
    --tw-gradient-from: rgba(59, 130, 246, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(59, 130, 246, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-500\/100 {
    --tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(59, 130, 246, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-500\/20 {
    --tw-gradient-from: rgba(59, 130, 246, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(59, 130, 246, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-500\/25 {
    --tw-gradient-from: rgba(59, 130, 246, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(59, 130, 246, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-500\/30 {
    --tw-gradient-from: rgba(59, 130, 246, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(59, 130, 246, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-500\/40 {
    --tw-gradient-from: rgba(59, 130, 246, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(59, 130, 246, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-500\/5 {
    --tw-gradient-from: rgba(59, 130, 246, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(59, 130, 246, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-500\/50 {
    --tw-gradient-from: rgba(59, 130, 246, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(59, 130, 246, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-500\/60 {
    --tw-gradient-from: rgba(59, 130, 246, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(59, 130, 246, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-500\/70 {
    --tw-gradient-from: rgba(59, 130, 246, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(59, 130, 246, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-500\/75 {
    --tw-gradient-from: rgba(59, 130, 246, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(59, 130, 246, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-500\/80 {
    --tw-gradient-from: rgba(59, 130, 246, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(59, 130, 246, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-500\/90 {
    --tw-gradient-from: rgba(59, 130, 246, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(59, 130, 246, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-500\/95 {
    --tw-gradient-from: rgba(59, 130, 246, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(59, 130, 246, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-600 {
    --tw-gradient-from: #2563eb var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(37, 99, 235, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-600\/0 {
    --tw-gradient-from: rgba(37, 99, 235, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(37, 99, 235, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-600\/10 {
    --tw-gradient-from: rgba(37, 99, 235, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(37, 99, 235, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-600\/100 {
    --tw-gradient-from: #2563eb var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(37, 99, 235, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-600\/20 {
    --tw-gradient-from: rgba(37, 99, 235, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(37, 99, 235, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-600\/25 {
    --tw-gradient-from: rgba(37, 99, 235, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(37, 99, 235, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-600\/30 {
    --tw-gradient-from: rgba(37, 99, 235, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(37, 99, 235, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-600\/40 {
    --tw-gradient-from: rgba(37, 99, 235, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(37, 99, 235, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-600\/5 {
    --tw-gradient-from: rgba(37, 99, 235, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(37, 99, 235, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-600\/50 {
    --tw-gradient-from: rgba(37, 99, 235, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(37, 99, 235, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-600\/60 {
    --tw-gradient-from: rgba(37, 99, 235, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(37, 99, 235, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-600\/70 {
    --tw-gradient-from: rgba(37, 99, 235, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(37, 99, 235, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-600\/75 {
    --tw-gradient-from: rgba(37, 99, 235, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(37, 99, 235, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-600\/80 {
    --tw-gradient-from: rgba(37, 99, 235, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(37, 99, 235, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-600\/90 {
    --tw-gradient-from: rgba(37, 99, 235, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(37, 99, 235, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-600\/95 {
    --tw-gradient-from: rgba(37, 99, 235, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(37, 99, 235, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-700 {
    --tw-gradient-from: #1d4ed8 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(29, 78, 216, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-700\/0 {
    --tw-gradient-from: rgba(29, 78, 216, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(29, 78, 216, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-700\/10 {
    --tw-gradient-from: rgba(29, 78, 216, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(29, 78, 216, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-700\/100 {
    --tw-gradient-from: #1d4ed8 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(29, 78, 216, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-700\/20 {
    --tw-gradient-from: rgba(29, 78, 216, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(29, 78, 216, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-700\/25 {
    --tw-gradient-from: rgba(29, 78, 216, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(29, 78, 216, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-700\/30 {
    --tw-gradient-from: rgba(29, 78, 216, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(29, 78, 216, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-700\/40 {
    --tw-gradient-from: rgba(29, 78, 216, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(29, 78, 216, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-700\/5 {
    --tw-gradient-from: rgba(29, 78, 216, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(29, 78, 216, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-700\/50 {
    --tw-gradient-from: rgba(29, 78, 216, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(29, 78, 216, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-700\/60 {
    --tw-gradient-from: rgba(29, 78, 216, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(29, 78, 216, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-700\/70 {
    --tw-gradient-from: rgba(29, 78, 216, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(29, 78, 216, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-700\/75 {
    --tw-gradient-from: rgba(29, 78, 216, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(29, 78, 216, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-700\/80 {
    --tw-gradient-from: rgba(29, 78, 216, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(29, 78, 216, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-700\/90 {
    --tw-gradient-from: rgba(29, 78, 216, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(29, 78, 216, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-700\/95 {
    --tw-gradient-from: rgba(29, 78, 216, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(29, 78, 216, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-800 {
    --tw-gradient-from: #1e40af var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(30, 64, 175, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-800\/0 {
    --tw-gradient-from: rgba(30, 64, 175, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(30, 64, 175, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-800\/10 {
    --tw-gradient-from: rgba(30, 64, 175, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(30, 64, 175, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-800\/100 {
    --tw-gradient-from: #1e40af var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(30, 64, 175, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-800\/20 {
    --tw-gradient-from: rgba(30, 64, 175, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(30, 64, 175, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-800\/25 {
    --tw-gradient-from: rgba(30, 64, 175, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(30, 64, 175, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-800\/30 {
    --tw-gradient-from: rgba(30, 64, 175, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(30, 64, 175, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-800\/40 {
    --tw-gradient-from: rgba(30, 64, 175, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(30, 64, 175, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-800\/5 {
    --tw-gradient-from: rgba(30, 64, 175, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(30, 64, 175, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-800\/50 {
    --tw-gradient-from: rgba(30, 64, 175, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(30, 64, 175, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-800\/60 {
    --tw-gradient-from: rgba(30, 64, 175, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(30, 64, 175, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-800\/70 {
    --tw-gradient-from: rgba(30, 64, 175, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(30, 64, 175, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-800\/75 {
    --tw-gradient-from: rgba(30, 64, 175, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(30, 64, 175, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-800\/80 {
    --tw-gradient-from: rgba(30, 64, 175, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(30, 64, 175, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-800\/90 {
    --tw-gradient-from: rgba(30, 64, 175, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(30, 64, 175, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-800\/95 {
    --tw-gradient-from: rgba(30, 64, 175, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(30, 64, 175, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-900 {
    --tw-gradient-from: #1e3a8a var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(30, 58, 138, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-900\/0 {
    --tw-gradient-from: rgba(30, 58, 138, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(30, 58, 138, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-900\/10 {
    --tw-gradient-from: rgba(30, 58, 138, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(30, 58, 138, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-900\/100 {
    --tw-gradient-from: #1e3a8a var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(30, 58, 138, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-900\/20 {
    --tw-gradient-from: rgba(30, 58, 138, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(30, 58, 138, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-900\/25 {
    --tw-gradient-from: rgba(30, 58, 138, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(30, 58, 138, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-900\/30 {
    --tw-gradient-from: rgba(30, 58, 138, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(30, 58, 138, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-900\/40 {
    --tw-gradient-from: rgba(30, 58, 138, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(30, 58, 138, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-900\/5 {
    --tw-gradient-from: rgba(30, 58, 138, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(30, 58, 138, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-900\/50 {
    --tw-gradient-from: rgba(30, 58, 138, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(30, 58, 138, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-900\/60 {
    --tw-gradient-from: rgba(30, 58, 138, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(30, 58, 138, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-900\/70 {
    --tw-gradient-from: rgba(30, 58, 138, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(30, 58, 138, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-900\/75 {
    --tw-gradient-from: rgba(30, 58, 138, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(30, 58, 138, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-900\/80 {
    --tw-gradient-from: rgba(30, 58, 138, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(30, 58, 138, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-900\/90 {
    --tw-gradient-from: rgba(30, 58, 138, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(30, 58, 138, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-900\/95 {
    --tw-gradient-from: rgba(30, 58, 138, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(30, 58, 138, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-950 {
    --tw-gradient-from: #172554 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(23, 37, 84, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-950\/0 {
    --tw-gradient-from: rgba(23, 37, 84, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(23, 37, 84, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-950\/10 {
    --tw-gradient-from: rgba(23, 37, 84, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(23, 37, 84, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-950\/100 {
    --tw-gradient-from: #172554 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(23, 37, 84, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-950\/20 {
    --tw-gradient-from: rgba(23, 37, 84, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(23, 37, 84, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-950\/25 {
    --tw-gradient-from: rgba(23, 37, 84, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(23, 37, 84, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-950\/30 {
    --tw-gradient-from: rgba(23, 37, 84, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(23, 37, 84, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-950\/40 {
    --tw-gradient-from: rgba(23, 37, 84, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(23, 37, 84, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-950\/5 {
    --tw-gradient-from: rgba(23, 37, 84, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(23, 37, 84, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-950\/50 {
    --tw-gradient-from: rgba(23, 37, 84, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(23, 37, 84, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-950\/60 {
    --tw-gradient-from: rgba(23, 37, 84, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(23, 37, 84, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-950\/70 {
    --tw-gradient-from: rgba(23, 37, 84, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(23, 37, 84, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-950\/75 {
    --tw-gradient-from: rgba(23, 37, 84, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(23, 37, 84, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-950\/80 {
    --tw-gradient-from: rgba(23, 37, 84, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(23, 37, 84, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-950\/90 {
    --tw-gradient-from: rgba(23, 37, 84, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(23, 37, 84, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-blue-950\/95 {
    --tw-gradient-from: rgba(23, 37, 84, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(23, 37, 84, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cc-lime {
    --tw-gradient-from: #9ac23c var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(154, 194, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cc-lime\/0 {
    --tw-gradient-from: rgba(154, 194, 60, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(154, 194, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cc-lime\/10 {
    --tw-gradient-from: rgba(154, 194, 60, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(154, 194, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cc-lime\/100 {
    --tw-gradient-from: #9ac23c var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(154, 194, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cc-lime\/20 {
    --tw-gradient-from: rgba(154, 194, 60, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(154, 194, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cc-lime\/25 {
    --tw-gradient-from: rgba(154, 194, 60, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(154, 194, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cc-lime\/30 {
    --tw-gradient-from: rgba(154, 194, 60, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(154, 194, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cc-lime\/40 {
    --tw-gradient-from: rgba(154, 194, 60, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(154, 194, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cc-lime\/5 {
    --tw-gradient-from: rgba(154, 194, 60, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(154, 194, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cc-lime\/50 {
    --tw-gradient-from: rgba(154, 194, 60, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(154, 194, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cc-lime\/60 {
    --tw-gradient-from: rgba(154, 194, 60, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(154, 194, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cc-lime\/70 {
    --tw-gradient-from: rgba(154, 194, 60, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(154, 194, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cc-lime\/75 {
    --tw-gradient-from: rgba(154, 194, 60, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(154, 194, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cc-lime\/80 {
    --tw-gradient-from: rgba(154, 194, 60, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(154, 194, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cc-lime\/90 {
    --tw-gradient-from: rgba(154, 194, 60, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(154, 194, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cc-lime\/95 {
    --tw-gradient-from: rgba(154, 194, 60, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(154, 194, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-ccslp-marigold {
    --tw-gradient-from: #eebe36 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(238, 190, 54, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-ccslp-marigold\/0 {
    --tw-gradient-from: rgba(238, 190, 54, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(238, 190, 54, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-ccslp-marigold\/10 {
    --tw-gradient-from: rgba(238, 190, 54, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(238, 190, 54, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-ccslp-marigold\/100 {
    --tw-gradient-from: #eebe36 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(238, 190, 54, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-ccslp-marigold\/20 {
    --tw-gradient-from: rgba(238, 190, 54, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(238, 190, 54, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-ccslp-marigold\/25 {
    --tw-gradient-from: rgba(238, 190, 54, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(238, 190, 54, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-ccslp-marigold\/30 {
    --tw-gradient-from: rgba(238, 190, 54, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(238, 190, 54, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-ccslp-marigold\/40 {
    --tw-gradient-from: rgba(238, 190, 54, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(238, 190, 54, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-ccslp-marigold\/5 {
    --tw-gradient-from: rgba(238, 190, 54, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(238, 190, 54, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-ccslp-marigold\/50 {
    --tw-gradient-from: rgba(238, 190, 54, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(238, 190, 54, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-ccslp-marigold\/60 {
    --tw-gradient-from: rgba(238, 190, 54, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(238, 190, 54, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-ccslp-marigold\/70 {
    --tw-gradient-from: rgba(238, 190, 54, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(238, 190, 54, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-ccslp-marigold\/75 {
    --tw-gradient-from: rgba(238, 190, 54, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(238, 190, 54, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-ccslp-marigold\/80 {
    --tw-gradient-from: rgba(238, 190, 54, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(238, 190, 54, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-ccslp-marigold\/90 {
    --tw-gradient-from: rgba(238, 190, 54, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(238, 190, 54, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-ccslp-marigold\/95 {
    --tw-gradient-from: rgba(238, 190, 54, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(238, 190, 54, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cgrc-cornflower {
    --tw-gradient-from: #5466ae var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(84, 102, 174, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cgrc-cornflower\/0 {
    --tw-gradient-from: rgba(84, 102, 174, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(84, 102, 174, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cgrc-cornflower\/10 {
    --tw-gradient-from: rgba(84, 102, 174, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(84, 102, 174, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cgrc-cornflower\/100 {
    --tw-gradient-from: #5466ae var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(84, 102, 174, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cgrc-cornflower\/20 {
    --tw-gradient-from: rgba(84, 102, 174, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(84, 102, 174, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cgrc-cornflower\/25 {
    --tw-gradient-from: rgba(84, 102, 174, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(84, 102, 174, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cgrc-cornflower\/30 {
    --tw-gradient-from: rgba(84, 102, 174, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(84, 102, 174, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cgrc-cornflower\/40 {
    --tw-gradient-from: rgba(84, 102, 174, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(84, 102, 174, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cgrc-cornflower\/5 {
    --tw-gradient-from: rgba(84, 102, 174, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(84, 102, 174, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cgrc-cornflower\/50 {
    --tw-gradient-from: rgba(84, 102, 174, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(84, 102, 174, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cgrc-cornflower\/60 {
    --tw-gradient-from: rgba(84, 102, 174, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(84, 102, 174, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cgrc-cornflower\/70 {
    --tw-gradient-from: rgba(84, 102, 174, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(84, 102, 174, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cgrc-cornflower\/75 {
    --tw-gradient-from: rgba(84, 102, 174, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(84, 102, 174, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cgrc-cornflower\/80 {
    --tw-gradient-from: rgba(84, 102, 174, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(84, 102, 174, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cgrc-cornflower\/90 {
    --tw-gradient-from: rgba(84, 102, 174, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(84, 102, 174, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cgrc-cornflower\/95 {
    --tw-gradient-from: rgba(84, 102, 174, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(84, 102, 174, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cissp-green {
    --tw-gradient-from: #468145 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(70, 129, 69, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cissp-green\/0 {
    --tw-gradient-from: rgba(70, 129, 69, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(70, 129, 69, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cissp-green\/10 {
    --tw-gradient-from: rgba(70, 129, 69, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(70, 129, 69, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cissp-green\/100 {
    --tw-gradient-from: #468145 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(70, 129, 69, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cissp-green\/20 {
    --tw-gradient-from: rgba(70, 129, 69, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(70, 129, 69, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cissp-green\/25 {
    --tw-gradient-from: rgba(70, 129, 69, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(70, 129, 69, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cissp-green\/30 {
    --tw-gradient-from: rgba(70, 129, 69, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(70, 129, 69, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cissp-green\/40 {
    --tw-gradient-from: rgba(70, 129, 69, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(70, 129, 69, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cissp-green\/5 {
    --tw-gradient-from: rgba(70, 129, 69, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(70, 129, 69, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cissp-green\/50 {
    --tw-gradient-from: rgba(70, 129, 69, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(70, 129, 69, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cissp-green\/60 {
    --tw-gradient-from: rgba(70, 129, 69, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(70, 129, 69, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cissp-green\/70 {
    --tw-gradient-from: rgba(70, 129, 69, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(70, 129, 69, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cissp-green\/75 {
    --tw-gradient-from: rgba(70, 129, 69, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(70, 129, 69, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cissp-green\/80 {
    --tw-gradient-from: rgba(70, 129, 69, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(70, 129, 69, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cissp-green\/90 {
    --tw-gradient-from: rgba(70, 129, 69, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(70, 129, 69, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cissp-green\/95 {
    --tw-gradient-from: rgba(70, 129, 69, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(70, 129, 69, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cssp-cobalt {
    --tw-gradient-from: #007fad var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(0, 127, 173, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cssp-cobalt\/0 {
    --tw-gradient-from: rgba(0, 127, 173, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(0, 127, 173, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cssp-cobalt\/10 {
    --tw-gradient-from: rgba(0, 127, 173, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(0, 127, 173, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cssp-cobalt\/100 {
    --tw-gradient-from: #007fad var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(0, 127, 173, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cssp-cobalt\/20 {
    --tw-gradient-from: rgba(0, 127, 173, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(0, 127, 173, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cssp-cobalt\/25 {
    --tw-gradient-from: rgba(0, 127, 173, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(0, 127, 173, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cssp-cobalt\/30 {
    --tw-gradient-from: rgba(0, 127, 173, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(0, 127, 173, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cssp-cobalt\/40 {
    --tw-gradient-from: rgba(0, 127, 173, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(0, 127, 173, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cssp-cobalt\/5 {
    --tw-gradient-from: rgba(0, 127, 173, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(0, 127, 173, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cssp-cobalt\/50 {
    --tw-gradient-from: rgba(0, 127, 173, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(0, 127, 173, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cssp-cobalt\/60 {
    --tw-gradient-from: rgba(0, 127, 173, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(0, 127, 173, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cssp-cobalt\/70 {
    --tw-gradient-from: rgba(0, 127, 173, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(0, 127, 173, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cssp-cobalt\/75 {
    --tw-gradient-from: rgba(0, 127, 173, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(0, 127, 173, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cssp-cobalt\/80 {
    --tw-gradient-from: rgba(0, 127, 173, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(0, 127, 173, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cssp-cobalt\/90 {
    --tw-gradient-from: rgba(0, 127, 173, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(0, 127, 173, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cssp-cobalt\/95 {
    --tw-gradient-from: rgba(0, 127, 173, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(0, 127, 173, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-current {
    --tw-gradient-from: currentColor var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-100 {
    --tw-gradient-from: #cffafe var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(207, 250, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-100\/0 {
    --tw-gradient-from: rgba(207, 250, 254, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(207, 250, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-100\/10 {
    --tw-gradient-from: rgba(207, 250, 254, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(207, 250, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-100\/100 {
    --tw-gradient-from: #cffafe var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(207, 250, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-100\/20 {
    --tw-gradient-from: rgba(207, 250, 254, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(207, 250, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-100\/25 {
    --tw-gradient-from: rgba(207, 250, 254, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(207, 250, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-100\/30 {
    --tw-gradient-from: rgba(207, 250, 254, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(207, 250, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-100\/40 {
    --tw-gradient-from: rgba(207, 250, 254, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(207, 250, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-100\/5 {
    --tw-gradient-from: rgba(207, 250, 254, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(207, 250, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-100\/50 {
    --tw-gradient-from: rgba(207, 250, 254, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(207, 250, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-100\/60 {
    --tw-gradient-from: rgba(207, 250, 254, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(207, 250, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-100\/70 {
    --tw-gradient-from: rgba(207, 250, 254, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(207, 250, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-100\/75 {
    --tw-gradient-from: rgba(207, 250, 254, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(207, 250, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-100\/80 {
    --tw-gradient-from: rgba(207, 250, 254, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(207, 250, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-100\/90 {
    --tw-gradient-from: rgba(207, 250, 254, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(207, 250, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-100\/95 {
    --tw-gradient-from: rgba(207, 250, 254, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(207, 250, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-200 {
    --tw-gradient-from: #a5f3fc var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(165, 243, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-200\/0 {
    --tw-gradient-from: rgba(165, 243, 252, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(165, 243, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-200\/10 {
    --tw-gradient-from: rgba(165, 243, 252, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(165, 243, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-200\/100 {
    --tw-gradient-from: #a5f3fc var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(165, 243, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-200\/20 {
    --tw-gradient-from: rgba(165, 243, 252, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(165, 243, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-200\/25 {
    --tw-gradient-from: rgba(165, 243, 252, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(165, 243, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-200\/30 {
    --tw-gradient-from: rgba(165, 243, 252, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(165, 243, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-200\/40 {
    --tw-gradient-from: rgba(165, 243, 252, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(165, 243, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-200\/5 {
    --tw-gradient-from: rgba(165, 243, 252, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(165, 243, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-200\/50 {
    --tw-gradient-from: rgba(165, 243, 252, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(165, 243, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-200\/60 {
    --tw-gradient-from: rgba(165, 243, 252, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(165, 243, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-200\/70 {
    --tw-gradient-from: rgba(165, 243, 252, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(165, 243, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-200\/75 {
    --tw-gradient-from: rgba(165, 243, 252, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(165, 243, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-200\/80 {
    --tw-gradient-from: rgba(165, 243, 252, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(165, 243, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-200\/90 {
    --tw-gradient-from: rgba(165, 243, 252, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(165, 243, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-200\/95 {
    --tw-gradient-from: rgba(165, 243, 252, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(165, 243, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-300 {
    --tw-gradient-from: #67e8f9 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(103, 232, 249, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-300\/0 {
    --tw-gradient-from: rgba(103, 232, 249, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(103, 232, 249, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-300\/10 {
    --tw-gradient-from: rgba(103, 232, 249, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(103, 232, 249, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-300\/100 {
    --tw-gradient-from: #67e8f9 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(103, 232, 249, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-300\/20 {
    --tw-gradient-from: rgba(103, 232, 249, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(103, 232, 249, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-300\/25 {
    --tw-gradient-from: rgba(103, 232, 249, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(103, 232, 249, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-300\/30 {
    --tw-gradient-from: rgba(103, 232, 249, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(103, 232, 249, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-300\/40 {
    --tw-gradient-from: rgba(103, 232, 249, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(103, 232, 249, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-300\/5 {
    --tw-gradient-from: rgba(103, 232, 249, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(103, 232, 249, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-300\/50 {
    --tw-gradient-from: rgba(103, 232, 249, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(103, 232, 249, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-300\/60 {
    --tw-gradient-from: rgba(103, 232, 249, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(103, 232, 249, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-300\/70 {
    --tw-gradient-from: rgba(103, 232, 249, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(103, 232, 249, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-300\/75 {
    --tw-gradient-from: rgba(103, 232, 249, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(103, 232, 249, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-300\/80 {
    --tw-gradient-from: rgba(103, 232, 249, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(103, 232, 249, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-300\/90 {
    --tw-gradient-from: rgba(103, 232, 249, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(103, 232, 249, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-300\/95 {
    --tw-gradient-from: rgba(103, 232, 249, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(103, 232, 249, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-400 {
    --tw-gradient-from: #22d3ee var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(34, 211, 238, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-400\/0 {
    --tw-gradient-from: rgba(34, 211, 238, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(34, 211, 238, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-400\/10 {
    --tw-gradient-from: rgba(34, 211, 238, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(34, 211, 238, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-400\/100 {
    --tw-gradient-from: #22d3ee var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(34, 211, 238, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-400\/20 {
    --tw-gradient-from: rgba(34, 211, 238, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(34, 211, 238, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-400\/25 {
    --tw-gradient-from: rgba(34, 211, 238, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(34, 211, 238, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-400\/30 {
    --tw-gradient-from: rgba(34, 211, 238, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(34, 211, 238, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-400\/40 {
    --tw-gradient-from: rgba(34, 211, 238, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(34, 211, 238, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-400\/5 {
    --tw-gradient-from: rgba(34, 211, 238, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(34, 211, 238, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-400\/50 {
    --tw-gradient-from: rgba(34, 211, 238, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(34, 211, 238, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-400\/60 {
    --tw-gradient-from: rgba(34, 211, 238, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(34, 211, 238, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-400\/70 {
    --tw-gradient-from: rgba(34, 211, 238, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(34, 211, 238, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-400\/75 {
    --tw-gradient-from: rgba(34, 211, 238, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(34, 211, 238, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-400\/80 {
    --tw-gradient-from: rgba(34, 211, 238, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(34, 211, 238, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-400\/90 {
    --tw-gradient-from: rgba(34, 211, 238, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(34, 211, 238, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-400\/95 {
    --tw-gradient-from: rgba(34, 211, 238, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(34, 211, 238, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-50 {
    --tw-gradient-from: #ecfeff var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(236, 254, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-50\/0 {
    --tw-gradient-from: rgba(236, 254, 255, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(236, 254, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-50\/10 {
    --tw-gradient-from: rgba(236, 254, 255, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(236, 254, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-50\/100 {
    --tw-gradient-from: #ecfeff var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(236, 254, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-50\/20 {
    --tw-gradient-from: rgba(236, 254, 255, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(236, 254, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-50\/25 {
    --tw-gradient-from: rgba(236, 254, 255, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(236, 254, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-50\/30 {
    --tw-gradient-from: rgba(236, 254, 255, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(236, 254, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-50\/40 {
    --tw-gradient-from: rgba(236, 254, 255, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(236, 254, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-50\/5 {
    --tw-gradient-from: rgba(236, 254, 255, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(236, 254, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-50\/50 {
    --tw-gradient-from: rgba(236, 254, 255, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(236, 254, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-50\/60 {
    --tw-gradient-from: rgba(236, 254, 255, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(236, 254, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-50\/70 {
    --tw-gradient-from: rgba(236, 254, 255, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(236, 254, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-50\/75 {
    --tw-gradient-from: rgba(236, 254, 255, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(236, 254, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-50\/80 {
    --tw-gradient-from: rgba(236, 254, 255, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(236, 254, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-50\/90 {
    --tw-gradient-from: rgba(236, 254, 255, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(236, 254, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-50\/95 {
    --tw-gradient-from: rgba(236, 254, 255, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(236, 254, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-500 {
    --tw-gradient-from: #06b6d4 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(6, 182, 212, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-500\/0 {
    --tw-gradient-from: rgba(6, 182, 212, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(6, 182, 212, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-500\/10 {
    --tw-gradient-from: rgba(6, 182, 212, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(6, 182, 212, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-500\/100 {
    --tw-gradient-from: #06b6d4 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(6, 182, 212, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-500\/20 {
    --tw-gradient-from: rgba(6, 182, 212, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(6, 182, 212, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-500\/25 {
    --tw-gradient-from: rgba(6, 182, 212, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(6, 182, 212, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-500\/30 {
    --tw-gradient-from: rgba(6, 182, 212, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(6, 182, 212, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-500\/40 {
    --tw-gradient-from: rgba(6, 182, 212, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(6, 182, 212, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-500\/5 {
    --tw-gradient-from: rgba(6, 182, 212, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(6, 182, 212, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-500\/50 {
    --tw-gradient-from: rgba(6, 182, 212, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(6, 182, 212, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-500\/60 {
    --tw-gradient-from: rgba(6, 182, 212, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(6, 182, 212, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-500\/70 {
    --tw-gradient-from: rgba(6, 182, 212, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(6, 182, 212, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-500\/75 {
    --tw-gradient-from: rgba(6, 182, 212, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(6, 182, 212, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-500\/80 {
    --tw-gradient-from: rgba(6, 182, 212, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(6, 182, 212, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-500\/90 {
    --tw-gradient-from: rgba(6, 182, 212, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(6, 182, 212, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-500\/95 {
    --tw-gradient-from: rgba(6, 182, 212, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(6, 182, 212, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-600 {
    --tw-gradient-from: #0891b2 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(8, 145, 178, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-600\/0 {
    --tw-gradient-from: rgba(8, 145, 178, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(8, 145, 178, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-600\/10 {
    --tw-gradient-from: rgba(8, 145, 178, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(8, 145, 178, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-600\/100 {
    --tw-gradient-from: #0891b2 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(8, 145, 178, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-600\/20 {
    --tw-gradient-from: rgba(8, 145, 178, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(8, 145, 178, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-600\/25 {
    --tw-gradient-from: rgba(8, 145, 178, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(8, 145, 178, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-600\/30 {
    --tw-gradient-from: rgba(8, 145, 178, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(8, 145, 178, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-600\/40 {
    --tw-gradient-from: rgba(8, 145, 178, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(8, 145, 178, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-600\/5 {
    --tw-gradient-from: rgba(8, 145, 178, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(8, 145, 178, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-600\/50 {
    --tw-gradient-from: rgba(8, 145, 178, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(8, 145, 178, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-600\/60 {
    --tw-gradient-from: rgba(8, 145, 178, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(8, 145, 178, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-600\/70 {
    --tw-gradient-from: rgba(8, 145, 178, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(8, 145, 178, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-600\/75 {
    --tw-gradient-from: rgba(8, 145, 178, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(8, 145, 178, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-600\/80 {
    --tw-gradient-from: rgba(8, 145, 178, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(8, 145, 178, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-600\/90 {
    --tw-gradient-from: rgba(8, 145, 178, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(8, 145, 178, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-600\/95 {
    --tw-gradient-from: rgba(8, 145, 178, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(8, 145, 178, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-700 {
    --tw-gradient-from: #0e7490 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(14, 116, 144, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-700\/0 {
    --tw-gradient-from: rgba(14, 116, 144, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(14, 116, 144, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-700\/10 {
    --tw-gradient-from: rgba(14, 116, 144, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(14, 116, 144, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-700\/100 {
    --tw-gradient-from: #0e7490 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(14, 116, 144, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-700\/20 {
    --tw-gradient-from: rgba(14, 116, 144, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(14, 116, 144, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-700\/25 {
    --tw-gradient-from: rgba(14, 116, 144, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(14, 116, 144, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-700\/30 {
    --tw-gradient-from: rgba(14, 116, 144, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(14, 116, 144, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-700\/40 {
    --tw-gradient-from: rgba(14, 116, 144, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(14, 116, 144, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-700\/5 {
    --tw-gradient-from: rgba(14, 116, 144, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(14, 116, 144, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-700\/50 {
    --tw-gradient-from: rgba(14, 116, 144, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(14, 116, 144, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-700\/60 {
    --tw-gradient-from: rgba(14, 116, 144, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(14, 116, 144, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-700\/70 {
    --tw-gradient-from: rgba(14, 116, 144, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(14, 116, 144, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-700\/75 {
    --tw-gradient-from: rgba(14, 116, 144, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(14, 116, 144, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-700\/80 {
    --tw-gradient-from: rgba(14, 116, 144, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(14, 116, 144, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-700\/90 {
    --tw-gradient-from: rgba(14, 116, 144, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(14, 116, 144, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-700\/95 {
    --tw-gradient-from: rgba(14, 116, 144, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(14, 116, 144, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-800 {
    --tw-gradient-from: #155e75 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(21, 94, 117, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-800\/0 {
    --tw-gradient-from: rgba(21, 94, 117, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(21, 94, 117, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-800\/10 {
    --tw-gradient-from: rgba(21, 94, 117, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(21, 94, 117, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-800\/100 {
    --tw-gradient-from: #155e75 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(21, 94, 117, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-800\/20 {
    --tw-gradient-from: rgba(21, 94, 117, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(21, 94, 117, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-800\/25 {
    --tw-gradient-from: rgba(21, 94, 117, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(21, 94, 117, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-800\/30 {
    --tw-gradient-from: rgba(21, 94, 117, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(21, 94, 117, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-800\/40 {
    --tw-gradient-from: rgba(21, 94, 117, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(21, 94, 117, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-800\/5 {
    --tw-gradient-from: rgba(21, 94, 117, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(21, 94, 117, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-800\/50 {
    --tw-gradient-from: rgba(21, 94, 117, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(21, 94, 117, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-800\/60 {
    --tw-gradient-from: rgba(21, 94, 117, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(21, 94, 117, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-800\/70 {
    --tw-gradient-from: rgba(21, 94, 117, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(21, 94, 117, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-800\/75 {
    --tw-gradient-from: rgba(21, 94, 117, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(21, 94, 117, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-800\/80 {
    --tw-gradient-from: rgba(21, 94, 117, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(21, 94, 117, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-800\/90 {
    --tw-gradient-from: rgba(21, 94, 117, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(21, 94, 117, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-800\/95 {
    --tw-gradient-from: rgba(21, 94, 117, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(21, 94, 117, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-900 {
    --tw-gradient-from: #164e63 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(22, 78, 99, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-900\/0 {
    --tw-gradient-from: rgba(22, 78, 99, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(22, 78, 99, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-900\/10 {
    --tw-gradient-from: rgba(22, 78, 99, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(22, 78, 99, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-900\/100 {
    --tw-gradient-from: #164e63 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(22, 78, 99, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-900\/20 {
    --tw-gradient-from: rgba(22, 78, 99, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(22, 78, 99, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-900\/25 {
    --tw-gradient-from: rgba(22, 78, 99, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(22, 78, 99, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-900\/30 {
    --tw-gradient-from: rgba(22, 78, 99, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(22, 78, 99, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-900\/40 {
    --tw-gradient-from: rgba(22, 78, 99, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(22, 78, 99, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-900\/5 {
    --tw-gradient-from: rgba(22, 78, 99, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(22, 78, 99, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-900\/50 {
    --tw-gradient-from: rgba(22, 78, 99, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(22, 78, 99, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-900\/60 {
    --tw-gradient-from: rgba(22, 78, 99, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(22, 78, 99, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-900\/70 {
    --tw-gradient-from: rgba(22, 78, 99, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(22, 78, 99, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-900\/75 {
    --tw-gradient-from: rgba(22, 78, 99, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(22, 78, 99, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-900\/80 {
    --tw-gradient-from: rgba(22, 78, 99, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(22, 78, 99, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-900\/90 {
    --tw-gradient-from: rgba(22, 78, 99, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(22, 78, 99, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-900\/95 {
    --tw-gradient-from: rgba(22, 78, 99, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(22, 78, 99, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-950 {
    --tw-gradient-from: #083344 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(8, 51, 68, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-950\/0 {
    --tw-gradient-from: rgba(8, 51, 68, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(8, 51, 68, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-950\/10 {
    --tw-gradient-from: rgba(8, 51, 68, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(8, 51, 68, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-950\/100 {
    --tw-gradient-from: #083344 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(8, 51, 68, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-950\/20 {
    --tw-gradient-from: rgba(8, 51, 68, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(8, 51, 68, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-950\/25 {
    --tw-gradient-from: rgba(8, 51, 68, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(8, 51, 68, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-950\/30 {
    --tw-gradient-from: rgba(8, 51, 68, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(8, 51, 68, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-950\/40 {
    --tw-gradient-from: rgba(8, 51, 68, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(8, 51, 68, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-950\/5 {
    --tw-gradient-from: rgba(8, 51, 68, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(8, 51, 68, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-950\/50 {
    --tw-gradient-from: rgba(8, 51, 68, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(8, 51, 68, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-950\/60 {
    --tw-gradient-from: rgba(8, 51, 68, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(8, 51, 68, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-950\/70 {
    --tw-gradient-from: rgba(8, 51, 68, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(8, 51, 68, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-950\/75 {
    --tw-gradient-from: rgba(8, 51, 68, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(8, 51, 68, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-950\/80 {
    --tw-gradient-from: rgba(8, 51, 68, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(8, 51, 68, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-950\/90 {
    --tw-gradient-from: rgba(8, 51, 68, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(8, 51, 68, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-cyan-950\/95 {
    --tw-gradient-from: rgba(8, 51, 68, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(8, 51, 68, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-dark-blue {
    --tw-gradient-from: #152932 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(21, 41, 50, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-dark-blue\/0 {
    --tw-gradient-from: rgba(21, 41, 50, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(21, 41, 50, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-dark-blue\/10 {
    --tw-gradient-from: rgba(21, 41, 50, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(21, 41, 50, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-dark-blue\/100 {
    --tw-gradient-from: #152932 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(21, 41, 50, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-dark-blue\/20 {
    --tw-gradient-from: rgba(21, 41, 50, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(21, 41, 50, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-dark-blue\/25 {
    --tw-gradient-from: rgba(21, 41, 50, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(21, 41, 50, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-dark-blue\/30 {
    --tw-gradient-from: rgba(21, 41, 50, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(21, 41, 50, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-dark-blue\/40 {
    --tw-gradient-from: rgba(21, 41, 50, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(21, 41, 50, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-dark-blue\/5 {
    --tw-gradient-from: rgba(21, 41, 50, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(21, 41, 50, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-dark-blue\/50 {
    --tw-gradient-from: rgba(21, 41, 50, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(21, 41, 50, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-dark-blue\/60 {
    --tw-gradient-from: rgba(21, 41, 50, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(21, 41, 50, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-dark-blue\/70 {
    --tw-gradient-from: rgba(21, 41, 50, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(21, 41, 50, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-dark-blue\/75 {
    --tw-gradient-from: rgba(21, 41, 50, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(21, 41, 50, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-dark-blue\/80 {
    --tw-gradient-from: rgba(21, 41, 50, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(21, 41, 50, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-dark-blue\/90 {
    --tw-gradient-from: rgba(21, 41, 50, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(21, 41, 50, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-dark-blue\/95 {
    --tw-gradient-from: rgba(21, 41, 50, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(21, 41, 50, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-dark-green {
    --tw-gradient-from: #242e22 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(36, 46, 34, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-dark-green\/0 {
    --tw-gradient-from: rgba(36, 46, 34, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(36, 46, 34, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-dark-green\/10 {
    --tw-gradient-from: rgba(36, 46, 34, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(36, 46, 34, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-dark-green\/100 {
    --tw-gradient-from: #242e22 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(36, 46, 34, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-dark-green\/20 {
    --tw-gradient-from: rgba(36, 46, 34, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(36, 46, 34, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-dark-green\/25 {
    --tw-gradient-from: rgba(36, 46, 34, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(36, 46, 34, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-dark-green\/30 {
    --tw-gradient-from: rgba(36, 46, 34, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(36, 46, 34, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-dark-green\/40 {
    --tw-gradient-from: rgba(36, 46, 34, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(36, 46, 34, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-dark-green\/5 {
    --tw-gradient-from: rgba(36, 46, 34, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(36, 46, 34, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-dark-green\/50 {
    --tw-gradient-from: rgba(36, 46, 34, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(36, 46, 34, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-dark-green\/60 {
    --tw-gradient-from: rgba(36, 46, 34, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(36, 46, 34, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-dark-green\/70 {
    --tw-gradient-from: rgba(36, 46, 34, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(36, 46, 34, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-dark-green\/75 {
    --tw-gradient-from: rgba(36, 46, 34, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(36, 46, 34, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-dark-green\/80 {
    --tw-gradient-from: rgba(36, 46, 34, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(36, 46, 34, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-dark-green\/90 {
    --tw-gradient-from: rgba(36, 46, 34, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(36, 46, 34, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-dark-green\/95 {
    --tw-gradient-from: rgba(36, 46, 34, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(36, 46, 34, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-darker-blue {
    --tw-gradient-from: #112128 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(17, 33, 40, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-darker-blue\/0 {
    --tw-gradient-from: rgba(17, 33, 40, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(17, 33, 40, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-darker-blue\/10 {
    --tw-gradient-from: rgba(17, 33, 40, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(17, 33, 40, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-darker-blue\/100 {
    --tw-gradient-from: #112128 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(17, 33, 40, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-darker-blue\/20 {
    --tw-gradient-from: rgba(17, 33, 40, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(17, 33, 40, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-darker-blue\/25 {
    --tw-gradient-from: rgba(17, 33, 40, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(17, 33, 40, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-darker-blue\/30 {
    --tw-gradient-from: rgba(17, 33, 40, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(17, 33, 40, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-darker-blue\/40 {
    --tw-gradient-from: rgba(17, 33, 40, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(17, 33, 40, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-darker-blue\/5 {
    --tw-gradient-from: rgba(17, 33, 40, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(17, 33, 40, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-darker-blue\/50 {
    --tw-gradient-from: rgba(17, 33, 40, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(17, 33, 40, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-darker-blue\/60 {
    --tw-gradient-from: rgba(17, 33, 40, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(17, 33, 40, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-darker-blue\/70 {
    --tw-gradient-from: rgba(17, 33, 40, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(17, 33, 40, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-darker-blue\/75 {
    --tw-gradient-from: rgba(17, 33, 40, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(17, 33, 40, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-darker-blue\/80 {
    --tw-gradient-from: rgba(17, 33, 40, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(17, 33, 40, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-darker-blue\/90 {
    --tw-gradient-from: rgba(17, 33, 40, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(17, 33, 40, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-darker-blue\/95 {
    --tw-gradient-from: rgba(17, 33, 40, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(17, 33, 40, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-darker-green {
    --tw-gradient-from: #1c251a var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(28, 37, 26, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-darker-green\/0 {
    --tw-gradient-from: rgba(28, 37, 26, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(28, 37, 26, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-darker-green\/10 {
    --tw-gradient-from: rgba(28, 37, 26, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(28, 37, 26, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-darker-green\/100 {
    --tw-gradient-from: #1c251a var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(28, 37, 26, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-darker-green\/20 {
    --tw-gradient-from: rgba(28, 37, 26, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(28, 37, 26, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-darker-green\/25 {
    --tw-gradient-from: rgba(28, 37, 26, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(28, 37, 26, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-darker-green\/30 {
    --tw-gradient-from: rgba(28, 37, 26, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(28, 37, 26, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-darker-green\/40 {
    --tw-gradient-from: rgba(28, 37, 26, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(28, 37, 26, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-darker-green\/5 {
    --tw-gradient-from: rgba(28, 37, 26, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(28, 37, 26, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-darker-green\/50 {
    --tw-gradient-from: rgba(28, 37, 26, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(28, 37, 26, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-darker-green\/60 {
    --tw-gradient-from: rgba(28, 37, 26, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(28, 37, 26, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-darker-green\/70 {
    --tw-gradient-from: rgba(28, 37, 26, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(28, 37, 26, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-darker-green\/75 {
    --tw-gradient-from: rgba(28, 37, 26, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(28, 37, 26, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-darker-green\/80 {
    --tw-gradient-from: rgba(28, 37, 26, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(28, 37, 26, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-darker-green\/90 {
    --tw-gradient-from: rgba(28, 37, 26, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(28, 37, 26, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-darker-green\/95 {
    --tw-gradient-from: rgba(28, 37, 26, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(28, 37, 26, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-100 {
    --tw-gradient-from: #d1fae5 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(209, 250, 229, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-100\/0 {
    --tw-gradient-from: rgba(209, 250, 229, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(209, 250, 229, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-100\/10 {
    --tw-gradient-from: rgba(209, 250, 229, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(209, 250, 229, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-100\/100 {
    --tw-gradient-from: #d1fae5 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(209, 250, 229, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-100\/20 {
    --tw-gradient-from: rgba(209, 250, 229, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(209, 250, 229, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-100\/25 {
    --tw-gradient-from: rgba(209, 250, 229, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(209, 250, 229, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-100\/30 {
    --tw-gradient-from: rgba(209, 250, 229, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(209, 250, 229, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-100\/40 {
    --tw-gradient-from: rgba(209, 250, 229, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(209, 250, 229, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-100\/5 {
    --tw-gradient-from: rgba(209, 250, 229, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(209, 250, 229, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-100\/50 {
    --tw-gradient-from: rgba(209, 250, 229, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(209, 250, 229, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-100\/60 {
    --tw-gradient-from: rgba(209, 250, 229, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(209, 250, 229, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-100\/70 {
    --tw-gradient-from: rgba(209, 250, 229, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(209, 250, 229, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-100\/75 {
    --tw-gradient-from: rgba(209, 250, 229, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(209, 250, 229, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-100\/80 {
    --tw-gradient-from: rgba(209, 250, 229, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(209, 250, 229, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-100\/90 {
    --tw-gradient-from: rgba(209, 250, 229, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(209, 250, 229, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-100\/95 {
    --tw-gradient-from: rgba(209, 250, 229, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(209, 250, 229, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-200 {
    --tw-gradient-from: #a7f3d0 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(167, 243, 208, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-200\/0 {
    --tw-gradient-from: rgba(167, 243, 208, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(167, 243, 208, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-200\/10 {
    --tw-gradient-from: rgba(167, 243, 208, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(167, 243, 208, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-200\/100 {
    --tw-gradient-from: #a7f3d0 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(167, 243, 208, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-200\/20 {
    --tw-gradient-from: rgba(167, 243, 208, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(167, 243, 208, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-200\/25 {
    --tw-gradient-from: rgba(167, 243, 208, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(167, 243, 208, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-200\/30 {
    --tw-gradient-from: rgba(167, 243, 208, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(167, 243, 208, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-200\/40 {
    --tw-gradient-from: rgba(167, 243, 208, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(167, 243, 208, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-200\/5 {
    --tw-gradient-from: rgba(167, 243, 208, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(167, 243, 208, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-200\/50 {
    --tw-gradient-from: rgba(167, 243, 208, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(167, 243, 208, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-200\/60 {
    --tw-gradient-from: rgba(167, 243, 208, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(167, 243, 208, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-200\/70 {
    --tw-gradient-from: rgba(167, 243, 208, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(167, 243, 208, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-200\/75 {
    --tw-gradient-from: rgba(167, 243, 208, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(167, 243, 208, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-200\/80 {
    --tw-gradient-from: rgba(167, 243, 208, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(167, 243, 208, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-200\/90 {
    --tw-gradient-from: rgba(167, 243, 208, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(167, 243, 208, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-200\/95 {
    --tw-gradient-from: rgba(167, 243, 208, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(167, 243, 208, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-300 {
    --tw-gradient-from: #6ee7b7 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(110, 231, 183, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-300\/0 {
    --tw-gradient-from: rgba(110, 231, 183, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(110, 231, 183, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-300\/10 {
    --tw-gradient-from: rgba(110, 231, 183, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(110, 231, 183, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-300\/100 {
    --tw-gradient-from: #6ee7b7 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(110, 231, 183, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-300\/20 {
    --tw-gradient-from: rgba(110, 231, 183, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(110, 231, 183, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-300\/25 {
    --tw-gradient-from: rgba(110, 231, 183, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(110, 231, 183, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-300\/30 {
    --tw-gradient-from: rgba(110, 231, 183, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(110, 231, 183, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-300\/40 {
    --tw-gradient-from: rgba(110, 231, 183, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(110, 231, 183, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-300\/5 {
    --tw-gradient-from: rgba(110, 231, 183, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(110, 231, 183, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-300\/50 {
    --tw-gradient-from: rgba(110, 231, 183, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(110, 231, 183, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-300\/60 {
    --tw-gradient-from: rgba(110, 231, 183, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(110, 231, 183, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-300\/70 {
    --tw-gradient-from: rgba(110, 231, 183, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(110, 231, 183, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-300\/75 {
    --tw-gradient-from: rgba(110, 231, 183, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(110, 231, 183, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-300\/80 {
    --tw-gradient-from: rgba(110, 231, 183, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(110, 231, 183, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-300\/90 {
    --tw-gradient-from: rgba(110, 231, 183, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(110, 231, 183, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-300\/95 {
    --tw-gradient-from: rgba(110, 231, 183, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(110, 231, 183, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-400 {
    --tw-gradient-from: #34d399 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(52, 211, 153, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-400\/0 {
    --tw-gradient-from: rgba(52, 211, 153, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(52, 211, 153, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-400\/10 {
    --tw-gradient-from: rgba(52, 211, 153, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(52, 211, 153, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-400\/100 {
    --tw-gradient-from: #34d399 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(52, 211, 153, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-400\/20 {
    --tw-gradient-from: rgba(52, 211, 153, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(52, 211, 153, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-400\/25 {
    --tw-gradient-from: rgba(52, 211, 153, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(52, 211, 153, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-400\/30 {
    --tw-gradient-from: rgba(52, 211, 153, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(52, 211, 153, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-400\/40 {
    --tw-gradient-from: rgba(52, 211, 153, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(52, 211, 153, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-400\/5 {
    --tw-gradient-from: rgba(52, 211, 153, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(52, 211, 153, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-400\/50 {
    --tw-gradient-from: rgba(52, 211, 153, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(52, 211, 153, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-400\/60 {
    --tw-gradient-from: rgba(52, 211, 153, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(52, 211, 153, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-400\/70 {
    --tw-gradient-from: rgba(52, 211, 153, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(52, 211, 153, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-400\/75 {
    --tw-gradient-from: rgba(52, 211, 153, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(52, 211, 153, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-400\/80 {
    --tw-gradient-from: rgba(52, 211, 153, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(52, 211, 153, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-400\/90 {
    --tw-gradient-from: rgba(52, 211, 153, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(52, 211, 153, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-400\/95 {
    --tw-gradient-from: rgba(52, 211, 153, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(52, 211, 153, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-50 {
    --tw-gradient-from: #ecfdf5 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(236, 253, 245, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-50\/0 {
    --tw-gradient-from: rgba(236, 253, 245, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(236, 253, 245, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-50\/10 {
    --tw-gradient-from: rgba(236, 253, 245, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(236, 253, 245, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-50\/100 {
    --tw-gradient-from: #ecfdf5 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(236, 253, 245, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-50\/20 {
    --tw-gradient-from: rgba(236, 253, 245, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(236, 253, 245, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-50\/25 {
    --tw-gradient-from: rgba(236, 253, 245, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(236, 253, 245, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-50\/30 {
    --tw-gradient-from: rgba(236, 253, 245, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(236, 253, 245, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-50\/40 {
    --tw-gradient-from: rgba(236, 253, 245, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(236, 253, 245, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-50\/5 {
    --tw-gradient-from: rgba(236, 253, 245, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(236, 253, 245, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-50\/50 {
    --tw-gradient-from: rgba(236, 253, 245, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(236, 253, 245, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-50\/60 {
    --tw-gradient-from: rgba(236, 253, 245, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(236, 253, 245, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-50\/70 {
    --tw-gradient-from: rgba(236, 253, 245, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(236, 253, 245, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-50\/75 {
    --tw-gradient-from: rgba(236, 253, 245, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(236, 253, 245, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-50\/80 {
    --tw-gradient-from: rgba(236, 253, 245, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(236, 253, 245, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-50\/90 {
    --tw-gradient-from: rgba(236, 253, 245, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(236, 253, 245, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-50\/95 {
    --tw-gradient-from: rgba(236, 253, 245, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(236, 253, 245, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-500 {
    --tw-gradient-from: #10b981 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(16, 185, 129, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-500\/0 {
    --tw-gradient-from: rgba(16, 185, 129, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(16, 185, 129, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-500\/10 {
    --tw-gradient-from: rgba(16, 185, 129, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(16, 185, 129, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-500\/100 {
    --tw-gradient-from: #10b981 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(16, 185, 129, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-500\/20 {
    --tw-gradient-from: rgba(16, 185, 129, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(16, 185, 129, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-500\/25 {
    --tw-gradient-from: rgba(16, 185, 129, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(16, 185, 129, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-500\/30 {
    --tw-gradient-from: rgba(16, 185, 129, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(16, 185, 129, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-500\/40 {
    --tw-gradient-from: rgba(16, 185, 129, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(16, 185, 129, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-500\/5 {
    --tw-gradient-from: rgba(16, 185, 129, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(16, 185, 129, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-500\/50 {
    --tw-gradient-from: rgba(16, 185, 129, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(16, 185, 129, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-500\/60 {
    --tw-gradient-from: rgba(16, 185, 129, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(16, 185, 129, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-500\/70 {
    --tw-gradient-from: rgba(16, 185, 129, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(16, 185, 129, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-500\/75 {
    --tw-gradient-from: rgba(16, 185, 129, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(16, 185, 129, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-500\/80 {
    --tw-gradient-from: rgba(16, 185, 129, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(16, 185, 129, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-500\/90 {
    --tw-gradient-from: rgba(16, 185, 129, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(16, 185, 129, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-500\/95 {
    --tw-gradient-from: rgba(16, 185, 129, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(16, 185, 129, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-600 {
    --tw-gradient-from: #059669 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(5, 150, 105, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-600\/0 {
    --tw-gradient-from: rgba(5, 150, 105, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(5, 150, 105, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-600\/10 {
    --tw-gradient-from: rgba(5, 150, 105, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(5, 150, 105, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-600\/100 {
    --tw-gradient-from: #059669 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(5, 150, 105, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-600\/20 {
    --tw-gradient-from: rgba(5, 150, 105, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(5, 150, 105, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-600\/25 {
    --tw-gradient-from: rgba(5, 150, 105, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(5, 150, 105, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-600\/30 {
    --tw-gradient-from: rgba(5, 150, 105, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(5, 150, 105, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-600\/40 {
    --tw-gradient-from: rgba(5, 150, 105, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(5, 150, 105, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-600\/5 {
    --tw-gradient-from: rgba(5, 150, 105, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(5, 150, 105, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-600\/50 {
    --tw-gradient-from: rgba(5, 150, 105, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(5, 150, 105, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-600\/60 {
    --tw-gradient-from: rgba(5, 150, 105, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(5, 150, 105, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-600\/70 {
    --tw-gradient-from: rgba(5, 150, 105, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(5, 150, 105, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-600\/75 {
    --tw-gradient-from: rgba(5, 150, 105, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(5, 150, 105, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-600\/80 {
    --tw-gradient-from: rgba(5, 150, 105, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(5, 150, 105, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-600\/90 {
    --tw-gradient-from: rgba(5, 150, 105, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(5, 150, 105, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-600\/95 {
    --tw-gradient-from: rgba(5, 150, 105, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(5, 150, 105, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-700 {
    --tw-gradient-from: #047857 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(4, 120, 87, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-700\/0 {
    --tw-gradient-from: rgba(4, 120, 87, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(4, 120, 87, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-700\/10 {
    --tw-gradient-from: rgba(4, 120, 87, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(4, 120, 87, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-700\/100 {
    --tw-gradient-from: #047857 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(4, 120, 87, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-700\/20 {
    --tw-gradient-from: rgba(4, 120, 87, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(4, 120, 87, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-700\/25 {
    --tw-gradient-from: rgba(4, 120, 87, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(4, 120, 87, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-700\/30 {
    --tw-gradient-from: rgba(4, 120, 87, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(4, 120, 87, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-700\/40 {
    --tw-gradient-from: rgba(4, 120, 87, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(4, 120, 87, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-700\/5 {
    --tw-gradient-from: rgba(4, 120, 87, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(4, 120, 87, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-700\/50 {
    --tw-gradient-from: rgba(4, 120, 87, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(4, 120, 87, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-700\/60 {
    --tw-gradient-from: rgba(4, 120, 87, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(4, 120, 87, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-700\/70 {
    --tw-gradient-from: rgba(4, 120, 87, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(4, 120, 87, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-700\/75 {
    --tw-gradient-from: rgba(4, 120, 87, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(4, 120, 87, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-700\/80 {
    --tw-gradient-from: rgba(4, 120, 87, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(4, 120, 87, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-700\/90 {
    --tw-gradient-from: rgba(4, 120, 87, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(4, 120, 87, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-700\/95 {
    --tw-gradient-from: rgba(4, 120, 87, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(4, 120, 87, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-800 {
    --tw-gradient-from: #065f46 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(6, 95, 70, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-800\/0 {
    --tw-gradient-from: rgba(6, 95, 70, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(6, 95, 70, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-800\/10 {
    --tw-gradient-from: rgba(6, 95, 70, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(6, 95, 70, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-800\/100 {
    --tw-gradient-from: #065f46 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(6, 95, 70, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-800\/20 {
    --tw-gradient-from: rgba(6, 95, 70, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(6, 95, 70, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-800\/25 {
    --tw-gradient-from: rgba(6, 95, 70, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(6, 95, 70, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-800\/30 {
    --tw-gradient-from: rgba(6, 95, 70, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(6, 95, 70, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-800\/40 {
    --tw-gradient-from: rgba(6, 95, 70, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(6, 95, 70, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-800\/5 {
    --tw-gradient-from: rgba(6, 95, 70, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(6, 95, 70, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-800\/50 {
    --tw-gradient-from: rgba(6, 95, 70, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(6, 95, 70, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-800\/60 {
    --tw-gradient-from: rgba(6, 95, 70, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(6, 95, 70, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-800\/70 {
    --tw-gradient-from: rgba(6, 95, 70, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(6, 95, 70, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-800\/75 {
    --tw-gradient-from: rgba(6, 95, 70, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(6, 95, 70, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-800\/80 {
    --tw-gradient-from: rgba(6, 95, 70, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(6, 95, 70, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-800\/90 {
    --tw-gradient-from: rgba(6, 95, 70, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(6, 95, 70, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-800\/95 {
    --tw-gradient-from: rgba(6, 95, 70, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(6, 95, 70, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-900 {
    --tw-gradient-from: #064e3b var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(6, 78, 59, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-900\/0 {
    --tw-gradient-from: rgba(6, 78, 59, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(6, 78, 59, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-900\/10 {
    --tw-gradient-from: rgba(6, 78, 59, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(6, 78, 59, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-900\/100 {
    --tw-gradient-from: #064e3b var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(6, 78, 59, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-900\/20 {
    --tw-gradient-from: rgba(6, 78, 59, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(6, 78, 59, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-900\/25 {
    --tw-gradient-from: rgba(6, 78, 59, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(6, 78, 59, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-900\/30 {
    --tw-gradient-from: rgba(6, 78, 59, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(6, 78, 59, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-900\/40 {
    --tw-gradient-from: rgba(6, 78, 59, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(6, 78, 59, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-900\/5 {
    --tw-gradient-from: rgba(6, 78, 59, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(6, 78, 59, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-900\/50 {
    --tw-gradient-from: rgba(6, 78, 59, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(6, 78, 59, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-900\/60 {
    --tw-gradient-from: rgba(6, 78, 59, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(6, 78, 59, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-900\/70 {
    --tw-gradient-from: rgba(6, 78, 59, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(6, 78, 59, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-900\/75 {
    --tw-gradient-from: rgba(6, 78, 59, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(6, 78, 59, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-900\/80 {
    --tw-gradient-from: rgba(6, 78, 59, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(6, 78, 59, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-900\/90 {
    --tw-gradient-from: rgba(6, 78, 59, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(6, 78, 59, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-900\/95 {
    --tw-gradient-from: rgba(6, 78, 59, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(6, 78, 59, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-950 {
    --tw-gradient-from: #022c22 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(2, 44, 34, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-950\/0 {
    --tw-gradient-from: rgba(2, 44, 34, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(2, 44, 34, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-950\/10 {
    --tw-gradient-from: rgba(2, 44, 34, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(2, 44, 34, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-950\/100 {
    --tw-gradient-from: #022c22 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(2, 44, 34, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-950\/20 {
    --tw-gradient-from: rgba(2, 44, 34, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(2, 44, 34, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-950\/25 {
    --tw-gradient-from: rgba(2, 44, 34, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(2, 44, 34, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-950\/30 {
    --tw-gradient-from: rgba(2, 44, 34, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(2, 44, 34, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-950\/40 {
    --tw-gradient-from: rgba(2, 44, 34, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(2, 44, 34, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-950\/5 {
    --tw-gradient-from: rgba(2, 44, 34, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(2, 44, 34, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-950\/50 {
    --tw-gradient-from: rgba(2, 44, 34, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(2, 44, 34, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-950\/60 {
    --tw-gradient-from: rgba(2, 44, 34, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(2, 44, 34, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-950\/70 {
    --tw-gradient-from: rgba(2, 44, 34, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(2, 44, 34, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-950\/75 {
    --tw-gradient-from: rgba(2, 44, 34, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(2, 44, 34, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-950\/80 {
    --tw-gradient-from: rgba(2, 44, 34, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(2, 44, 34, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-950\/90 {
    --tw-gradient-from: rgba(2, 44, 34, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(2, 44, 34, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-emerald-950\/95 {
    --tw-gradient-from: rgba(2, 44, 34, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(2, 44, 34, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-100 {
    --tw-gradient-from: #fae8ff var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(250, 232, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-100\/0 {
    --tw-gradient-from: rgba(250, 232, 255, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(250, 232, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-100\/10 {
    --tw-gradient-from: rgba(250, 232, 255, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(250, 232, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-100\/100 {
    --tw-gradient-from: #fae8ff var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(250, 232, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-100\/20 {
    --tw-gradient-from: rgba(250, 232, 255, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(250, 232, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-100\/25 {
    --tw-gradient-from: rgba(250, 232, 255, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(250, 232, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-100\/30 {
    --tw-gradient-from: rgba(250, 232, 255, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(250, 232, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-100\/40 {
    --tw-gradient-from: rgba(250, 232, 255, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(250, 232, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-100\/5 {
    --tw-gradient-from: rgba(250, 232, 255, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(250, 232, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-100\/50 {
    --tw-gradient-from: rgba(250, 232, 255, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(250, 232, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-100\/60 {
    --tw-gradient-from: rgba(250, 232, 255, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(250, 232, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-100\/70 {
    --tw-gradient-from: rgba(250, 232, 255, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(250, 232, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-100\/75 {
    --tw-gradient-from: rgba(250, 232, 255, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(250, 232, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-100\/80 {
    --tw-gradient-from: rgba(250, 232, 255, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(250, 232, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-100\/90 {
    --tw-gradient-from: rgba(250, 232, 255, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(250, 232, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-100\/95 {
    --tw-gradient-from: rgba(250, 232, 255, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(250, 232, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-200 {
    --tw-gradient-from: #f5d0fe var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(245, 208, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-200\/0 {
    --tw-gradient-from: rgba(245, 208, 254, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(245, 208, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-200\/10 {
    --tw-gradient-from: rgba(245, 208, 254, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(245, 208, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-200\/100 {
    --tw-gradient-from: #f5d0fe var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(245, 208, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-200\/20 {
    --tw-gradient-from: rgba(245, 208, 254, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(245, 208, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-200\/25 {
    --tw-gradient-from: rgba(245, 208, 254, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(245, 208, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-200\/30 {
    --tw-gradient-from: rgba(245, 208, 254, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(245, 208, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-200\/40 {
    --tw-gradient-from: rgba(245, 208, 254, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(245, 208, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-200\/5 {
    --tw-gradient-from: rgba(245, 208, 254, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(245, 208, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-200\/50 {
    --tw-gradient-from: rgba(245, 208, 254, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(245, 208, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-200\/60 {
    --tw-gradient-from: rgba(245, 208, 254, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(245, 208, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-200\/70 {
    --tw-gradient-from: rgba(245, 208, 254, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(245, 208, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-200\/75 {
    --tw-gradient-from: rgba(245, 208, 254, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(245, 208, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-200\/80 {
    --tw-gradient-from: rgba(245, 208, 254, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(245, 208, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-200\/90 {
    --tw-gradient-from: rgba(245, 208, 254, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(245, 208, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-200\/95 {
    --tw-gradient-from: rgba(245, 208, 254, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(245, 208, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-300 {
    --tw-gradient-from: #f0abfc var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(240, 171, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-300\/0 {
    --tw-gradient-from: rgba(240, 171, 252, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(240, 171, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-300\/10 {
    --tw-gradient-from: rgba(240, 171, 252, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(240, 171, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-300\/100 {
    --tw-gradient-from: #f0abfc var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(240, 171, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-300\/20 {
    --tw-gradient-from: rgba(240, 171, 252, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(240, 171, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-300\/25 {
    --tw-gradient-from: rgba(240, 171, 252, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(240, 171, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-300\/30 {
    --tw-gradient-from: rgba(240, 171, 252, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(240, 171, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-300\/40 {
    --tw-gradient-from: rgba(240, 171, 252, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(240, 171, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-300\/5 {
    --tw-gradient-from: rgba(240, 171, 252, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(240, 171, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-300\/50 {
    --tw-gradient-from: rgba(240, 171, 252, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(240, 171, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-300\/60 {
    --tw-gradient-from: rgba(240, 171, 252, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(240, 171, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-300\/70 {
    --tw-gradient-from: rgba(240, 171, 252, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(240, 171, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-300\/75 {
    --tw-gradient-from: rgba(240, 171, 252, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(240, 171, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-300\/80 {
    --tw-gradient-from: rgba(240, 171, 252, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(240, 171, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-300\/90 {
    --tw-gradient-from: rgba(240, 171, 252, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(240, 171, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-300\/95 {
    --tw-gradient-from: rgba(240, 171, 252, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(240, 171, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-400 {
    --tw-gradient-from: #e879f9 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(232, 121, 249, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-400\/0 {
    --tw-gradient-from: rgba(232, 121, 249, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(232, 121, 249, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-400\/10 {
    --tw-gradient-from: rgba(232, 121, 249, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(232, 121, 249, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-400\/100 {
    --tw-gradient-from: #e879f9 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(232, 121, 249, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-400\/20 {
    --tw-gradient-from: rgba(232, 121, 249, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(232, 121, 249, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-400\/25 {
    --tw-gradient-from: rgba(232, 121, 249, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(232, 121, 249, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-400\/30 {
    --tw-gradient-from: rgba(232, 121, 249, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(232, 121, 249, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-400\/40 {
    --tw-gradient-from: rgba(232, 121, 249, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(232, 121, 249, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-400\/5 {
    --tw-gradient-from: rgba(232, 121, 249, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(232, 121, 249, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-400\/50 {
    --tw-gradient-from: rgba(232, 121, 249, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(232, 121, 249, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-400\/60 {
    --tw-gradient-from: rgba(232, 121, 249, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(232, 121, 249, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-400\/70 {
    --tw-gradient-from: rgba(232, 121, 249, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(232, 121, 249, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-400\/75 {
    --tw-gradient-from: rgba(232, 121, 249, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(232, 121, 249, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-400\/80 {
    --tw-gradient-from: rgba(232, 121, 249, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(232, 121, 249, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-400\/90 {
    --tw-gradient-from: rgba(232, 121, 249, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(232, 121, 249, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-400\/95 {
    --tw-gradient-from: rgba(232, 121, 249, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(232, 121, 249, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-50 {
    --tw-gradient-from: #fdf4ff var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(253, 244, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-50\/0 {
    --tw-gradient-from: rgba(253, 244, 255, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(253, 244, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-50\/10 {
    --tw-gradient-from: rgba(253, 244, 255, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(253, 244, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-50\/100 {
    --tw-gradient-from: #fdf4ff var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(253, 244, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-50\/20 {
    --tw-gradient-from: rgba(253, 244, 255, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(253, 244, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-50\/25 {
    --tw-gradient-from: rgba(253, 244, 255, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(253, 244, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-50\/30 {
    --tw-gradient-from: rgba(253, 244, 255, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(253, 244, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-50\/40 {
    --tw-gradient-from: rgba(253, 244, 255, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(253, 244, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-50\/5 {
    --tw-gradient-from: rgba(253, 244, 255, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(253, 244, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-50\/50 {
    --tw-gradient-from: rgba(253, 244, 255, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(253, 244, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-50\/60 {
    --tw-gradient-from: rgba(253, 244, 255, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(253, 244, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-50\/70 {
    --tw-gradient-from: rgba(253, 244, 255, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(253, 244, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-50\/75 {
    --tw-gradient-from: rgba(253, 244, 255, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(253, 244, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-50\/80 {
    --tw-gradient-from: rgba(253, 244, 255, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(253, 244, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-50\/90 {
    --tw-gradient-from: rgba(253, 244, 255, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(253, 244, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-50\/95 {
    --tw-gradient-from: rgba(253, 244, 255, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(253, 244, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-500 {
    --tw-gradient-from: #d946ef var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(217, 70, 239, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-500\/0 {
    --tw-gradient-from: rgba(217, 70, 239, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(217, 70, 239, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-500\/10 {
    --tw-gradient-from: rgba(217, 70, 239, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(217, 70, 239, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-500\/100 {
    --tw-gradient-from: #d946ef var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(217, 70, 239, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-500\/20 {
    --tw-gradient-from: rgba(217, 70, 239, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(217, 70, 239, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-500\/25 {
    --tw-gradient-from: rgba(217, 70, 239, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(217, 70, 239, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-500\/30 {
    --tw-gradient-from: rgba(217, 70, 239, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(217, 70, 239, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-500\/40 {
    --tw-gradient-from: rgba(217, 70, 239, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(217, 70, 239, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-500\/5 {
    --tw-gradient-from: rgba(217, 70, 239, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(217, 70, 239, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-500\/50 {
    --tw-gradient-from: rgba(217, 70, 239, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(217, 70, 239, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-500\/60 {
    --tw-gradient-from: rgba(217, 70, 239, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(217, 70, 239, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-500\/70 {
    --tw-gradient-from: rgba(217, 70, 239, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(217, 70, 239, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-500\/75 {
    --tw-gradient-from: rgba(217, 70, 239, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(217, 70, 239, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-500\/80 {
    --tw-gradient-from: rgba(217, 70, 239, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(217, 70, 239, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-500\/90 {
    --tw-gradient-from: rgba(217, 70, 239, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(217, 70, 239, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-500\/95 {
    --tw-gradient-from: rgba(217, 70, 239, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(217, 70, 239, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-600 {
    --tw-gradient-from: #c026d3 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(192, 38, 211, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-600\/0 {
    --tw-gradient-from: rgba(192, 38, 211, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(192, 38, 211, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-600\/10 {
    --tw-gradient-from: rgba(192, 38, 211, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(192, 38, 211, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-600\/100 {
    --tw-gradient-from: #c026d3 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(192, 38, 211, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-600\/20 {
    --tw-gradient-from: rgba(192, 38, 211, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(192, 38, 211, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-600\/25 {
    --tw-gradient-from: rgba(192, 38, 211, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(192, 38, 211, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-600\/30 {
    --tw-gradient-from: rgba(192, 38, 211, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(192, 38, 211, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-600\/40 {
    --tw-gradient-from: rgba(192, 38, 211, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(192, 38, 211, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-600\/5 {
    --tw-gradient-from: rgba(192, 38, 211, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(192, 38, 211, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-600\/50 {
    --tw-gradient-from: rgba(192, 38, 211, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(192, 38, 211, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-600\/60 {
    --tw-gradient-from: rgba(192, 38, 211, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(192, 38, 211, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-600\/70 {
    --tw-gradient-from: rgba(192, 38, 211, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(192, 38, 211, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-600\/75 {
    --tw-gradient-from: rgba(192, 38, 211, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(192, 38, 211, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-600\/80 {
    --tw-gradient-from: rgba(192, 38, 211, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(192, 38, 211, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-600\/90 {
    --tw-gradient-from: rgba(192, 38, 211, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(192, 38, 211, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-600\/95 {
    --tw-gradient-from: rgba(192, 38, 211, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(192, 38, 211, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-700 {
    --tw-gradient-from: #a21caf var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(162, 28, 175, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-700\/0 {
    --tw-gradient-from: rgba(162, 28, 175, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(162, 28, 175, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-700\/10 {
    --tw-gradient-from: rgba(162, 28, 175, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(162, 28, 175, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-700\/100 {
    --tw-gradient-from: #a21caf var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(162, 28, 175, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-700\/20 {
    --tw-gradient-from: rgba(162, 28, 175, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(162, 28, 175, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-700\/25 {
    --tw-gradient-from: rgba(162, 28, 175, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(162, 28, 175, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-700\/30 {
    --tw-gradient-from: rgba(162, 28, 175, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(162, 28, 175, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-700\/40 {
    --tw-gradient-from: rgba(162, 28, 175, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(162, 28, 175, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-700\/5 {
    --tw-gradient-from: rgba(162, 28, 175, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(162, 28, 175, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-700\/50 {
    --tw-gradient-from: rgba(162, 28, 175, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(162, 28, 175, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-700\/60 {
    --tw-gradient-from: rgba(162, 28, 175, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(162, 28, 175, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-700\/70 {
    --tw-gradient-from: rgba(162, 28, 175, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(162, 28, 175, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-700\/75 {
    --tw-gradient-from: rgba(162, 28, 175, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(162, 28, 175, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-700\/80 {
    --tw-gradient-from: rgba(162, 28, 175, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(162, 28, 175, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-700\/90 {
    --tw-gradient-from: rgba(162, 28, 175, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(162, 28, 175, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-700\/95 {
    --tw-gradient-from: rgba(162, 28, 175, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(162, 28, 175, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-800 {
    --tw-gradient-from: #86198f var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(134, 25, 143, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-800\/0 {
    --tw-gradient-from: rgba(134, 25, 143, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(134, 25, 143, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-800\/10 {
    --tw-gradient-from: rgba(134, 25, 143, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(134, 25, 143, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-800\/100 {
    --tw-gradient-from: #86198f var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(134, 25, 143, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-800\/20 {
    --tw-gradient-from: rgba(134, 25, 143, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(134, 25, 143, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-800\/25 {
    --tw-gradient-from: rgba(134, 25, 143, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(134, 25, 143, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-800\/30 {
    --tw-gradient-from: rgba(134, 25, 143, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(134, 25, 143, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-800\/40 {
    --tw-gradient-from: rgba(134, 25, 143, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(134, 25, 143, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-800\/5 {
    --tw-gradient-from: rgba(134, 25, 143, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(134, 25, 143, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-800\/50 {
    --tw-gradient-from: rgba(134, 25, 143, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(134, 25, 143, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-800\/60 {
    --tw-gradient-from: rgba(134, 25, 143, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(134, 25, 143, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-800\/70 {
    --tw-gradient-from: rgba(134, 25, 143, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(134, 25, 143, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-800\/75 {
    --tw-gradient-from: rgba(134, 25, 143, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(134, 25, 143, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-800\/80 {
    --tw-gradient-from: rgba(134, 25, 143, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(134, 25, 143, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-800\/90 {
    --tw-gradient-from: rgba(134, 25, 143, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(134, 25, 143, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-800\/95 {
    --tw-gradient-from: rgba(134, 25, 143, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(134, 25, 143, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-900 {
    --tw-gradient-from: #701a75 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(112, 26, 117, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-900\/0 {
    --tw-gradient-from: rgba(112, 26, 117, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(112, 26, 117, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-900\/10 {
    --tw-gradient-from: rgba(112, 26, 117, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(112, 26, 117, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-900\/100 {
    --tw-gradient-from: #701a75 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(112, 26, 117, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-900\/20 {
    --tw-gradient-from: rgba(112, 26, 117, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(112, 26, 117, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-900\/25 {
    --tw-gradient-from: rgba(112, 26, 117, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(112, 26, 117, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-900\/30 {
    --tw-gradient-from: rgba(112, 26, 117, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(112, 26, 117, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-900\/40 {
    --tw-gradient-from: rgba(112, 26, 117, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(112, 26, 117, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-900\/5 {
    --tw-gradient-from: rgba(112, 26, 117, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(112, 26, 117, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-900\/50 {
    --tw-gradient-from: rgba(112, 26, 117, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(112, 26, 117, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-900\/60 {
    --tw-gradient-from: rgba(112, 26, 117, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(112, 26, 117, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-900\/70 {
    --tw-gradient-from: rgba(112, 26, 117, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(112, 26, 117, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-900\/75 {
    --tw-gradient-from: rgba(112, 26, 117, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(112, 26, 117, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-900\/80 {
    --tw-gradient-from: rgba(112, 26, 117, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(112, 26, 117, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-900\/90 {
    --tw-gradient-from: rgba(112, 26, 117, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(112, 26, 117, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-900\/95 {
    --tw-gradient-from: rgba(112, 26, 117, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(112, 26, 117, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-950 {
    --tw-gradient-from: #4a044e var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(74, 4, 78, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-950\/0 {
    --tw-gradient-from: rgba(74, 4, 78, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(74, 4, 78, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-950\/10 {
    --tw-gradient-from: rgba(74, 4, 78, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(74, 4, 78, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-950\/100 {
    --tw-gradient-from: #4a044e var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(74, 4, 78, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-950\/20 {
    --tw-gradient-from: rgba(74, 4, 78, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(74, 4, 78, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-950\/25 {
    --tw-gradient-from: rgba(74, 4, 78, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(74, 4, 78, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-950\/30 {
    --tw-gradient-from: rgba(74, 4, 78, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(74, 4, 78, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-950\/40 {
    --tw-gradient-from: rgba(74, 4, 78, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(74, 4, 78, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-950\/5 {
    --tw-gradient-from: rgba(74, 4, 78, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(74, 4, 78, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-950\/50 {
    --tw-gradient-from: rgba(74, 4, 78, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(74, 4, 78, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-950\/60 {
    --tw-gradient-from: rgba(74, 4, 78, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(74, 4, 78, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-950\/70 {
    --tw-gradient-from: rgba(74, 4, 78, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(74, 4, 78, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-950\/75 {
    --tw-gradient-from: rgba(74, 4, 78, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(74, 4, 78, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-950\/80 {
    --tw-gradient-from: rgba(74, 4, 78, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(74, 4, 78, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-950\/90 {
    --tw-gradient-from: rgba(74, 4, 78, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(74, 4, 78, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-fuchsia-950\/95 {
    --tw-gradient-from: rgba(74, 4, 78, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(74, 4, 78, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-05 {
    --tw-gradient-from: #d9d9d9 var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 85%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-05\/0 {
    --tw-gradient-from: hsla(0, 0%, 85%, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 85%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-05\/10 {
    --tw-gradient-from: hsla(0, 0%, 85%, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 85%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-05\/100 {
    --tw-gradient-from: #d9d9d9 var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 85%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-05\/20 {
    --tw-gradient-from: hsla(0, 0%, 85%, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 85%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-05\/25 {
    --tw-gradient-from: hsla(0, 0%, 85%, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 85%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-05\/30 {
    --tw-gradient-from: hsla(0, 0%, 85%, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 85%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-05\/40 {
    --tw-gradient-from: hsla(0, 0%, 85%, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 85%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-05\/5 {
    --tw-gradient-from: hsla(0, 0%, 85%, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 85%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-05\/50 {
    --tw-gradient-from: hsla(0, 0%, 85%, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 85%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-05\/60 {
    --tw-gradient-from: hsla(0, 0%, 85%, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 85%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-05\/70 {
    --tw-gradient-from: hsla(0, 0%, 85%, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 85%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-05\/75 {
    --tw-gradient-from: hsla(0, 0%, 85%, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 85%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-05\/80 {
    --tw-gradient-from: hsla(0, 0%, 85%, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 85%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-05\/90 {
    --tw-gradient-from: hsla(0, 0%, 85%, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 85%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-05\/95 {
    --tw-gradient-from: hsla(0, 0%, 85%, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 85%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-10 {
    --tw-gradient-from: #f7f7fa var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(247, 247, 250, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-10\/0 {
    --tw-gradient-from: rgba(247, 247, 250, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(247, 247, 250, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-10\/10 {
    --tw-gradient-from: rgba(247, 247, 250, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(247, 247, 250, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-10\/100 {
    --tw-gradient-from: #f7f7fa var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(247, 247, 250, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-10\/20 {
    --tw-gradient-from: rgba(247, 247, 250, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(247, 247, 250, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-10\/25 {
    --tw-gradient-from: rgba(247, 247, 250, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(247, 247, 250, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-10\/30 {
    --tw-gradient-from: rgba(247, 247, 250, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(247, 247, 250, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-10\/40 {
    --tw-gradient-from: rgba(247, 247, 250, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(247, 247, 250, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-10\/5 {
    --tw-gradient-from: rgba(247, 247, 250, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(247, 247, 250, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-10\/50 {
    --tw-gradient-from: rgba(247, 247, 250, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(247, 247, 250, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-10\/60 {
    --tw-gradient-from: rgba(247, 247, 250, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(247, 247, 250, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-10\/70 {
    --tw-gradient-from: rgba(247, 247, 250, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(247, 247, 250, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-10\/75 {
    --tw-gradient-from: rgba(247, 247, 250, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(247, 247, 250, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-10\/80 {
    --tw-gradient-from: rgba(247, 247, 250, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(247, 247, 250, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-10\/90 {
    --tw-gradient-from: rgba(247, 247, 250, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(247, 247, 250, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-10\/95 {
    --tw-gradient-from: rgba(247, 247, 250, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(247, 247, 250, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-100 {
    --tw-gradient-from: #f3f4f6 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(243, 244, 246, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-100\/0 {
    --tw-gradient-from: rgba(243, 244, 246, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(243, 244, 246, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-100\/10 {
    --tw-gradient-from: rgba(243, 244, 246, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(243, 244, 246, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-100\/100 {
    --tw-gradient-from: #f3f4f6 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(243, 244, 246, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-100\/20 {
    --tw-gradient-from: rgba(243, 244, 246, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(243, 244, 246, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-100\/25 {
    --tw-gradient-from: rgba(243, 244, 246, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(243, 244, 246, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-100\/30 {
    --tw-gradient-from: rgba(243, 244, 246, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(243, 244, 246, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-100\/40 {
    --tw-gradient-from: rgba(243, 244, 246, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(243, 244, 246, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-100\/5 {
    --tw-gradient-from: rgba(243, 244, 246, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(243, 244, 246, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-100\/50 {
    --tw-gradient-from: rgba(243, 244, 246, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(243, 244, 246, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-100\/60 {
    --tw-gradient-from: rgba(243, 244, 246, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(243, 244, 246, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-100\/70 {
    --tw-gradient-from: rgba(243, 244, 246, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(243, 244, 246, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-100\/75 {
    --tw-gradient-from: rgba(243, 244, 246, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(243, 244, 246, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-100\/80 {
    --tw-gradient-from: rgba(243, 244, 246, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(243, 244, 246, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-100\/90 {
    --tw-gradient-from: rgba(243, 244, 246, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(243, 244, 246, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-100\/95 {
    --tw-gradient-from: rgba(243, 244, 246, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(243, 244, 246, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-200 {
    --tw-gradient-from: #e5e7eb var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(229, 231, 235, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-200\/0 {
    --tw-gradient-from: rgba(229, 231, 235, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(229, 231, 235, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-200\/10 {
    --tw-gradient-from: rgba(229, 231, 235, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(229, 231, 235, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-200\/100 {
    --tw-gradient-from: #e5e7eb var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(229, 231, 235, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-200\/20 {
    --tw-gradient-from: rgba(229, 231, 235, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(229, 231, 235, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-200\/25 {
    --tw-gradient-from: rgba(229, 231, 235, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(229, 231, 235, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-200\/30 {
    --tw-gradient-from: rgba(229, 231, 235, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(229, 231, 235, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-200\/40 {
    --tw-gradient-from: rgba(229, 231, 235, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(229, 231, 235, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-200\/5 {
    --tw-gradient-from: rgba(229, 231, 235, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(229, 231, 235, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-200\/50 {
    --tw-gradient-from: rgba(229, 231, 235, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(229, 231, 235, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-200\/60 {
    --tw-gradient-from: rgba(229, 231, 235, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(229, 231, 235, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-200\/70 {
    --tw-gradient-from: rgba(229, 231, 235, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(229, 231, 235, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-200\/75 {
    --tw-gradient-from: rgba(229, 231, 235, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(229, 231, 235, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-200\/80 {
    --tw-gradient-from: rgba(229, 231, 235, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(229, 231, 235, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-200\/90 {
    --tw-gradient-from: rgba(229, 231, 235, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(229, 231, 235, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-200\/95 {
    --tw-gradient-from: rgba(229, 231, 235, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(229, 231, 235, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-30 {
    --tw-gradient-from: #e6eaec var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(230, 234, 236, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-30\/0 {
    --tw-gradient-from: rgba(230, 234, 236, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(230, 234, 236, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-30\/10 {
    --tw-gradient-from: rgba(230, 234, 236, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(230, 234, 236, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-30\/100 {
    --tw-gradient-from: #e6eaec var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(230, 234, 236, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-30\/20 {
    --tw-gradient-from: rgba(230, 234, 236, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(230, 234, 236, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-30\/25 {
    --tw-gradient-from: rgba(230, 234, 236, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(230, 234, 236, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-30\/30 {
    --tw-gradient-from: rgba(230, 234, 236, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(230, 234, 236, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-30\/40 {
    --tw-gradient-from: rgba(230, 234, 236, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(230, 234, 236, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-30\/5 {
    --tw-gradient-from: rgba(230, 234, 236, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(230, 234, 236, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-30\/50 {
    --tw-gradient-from: rgba(230, 234, 236, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(230, 234, 236, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-30\/60 {
    --tw-gradient-from: rgba(230, 234, 236, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(230, 234, 236, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-30\/70 {
    --tw-gradient-from: rgba(230, 234, 236, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(230, 234, 236, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-30\/75 {
    --tw-gradient-from: rgba(230, 234, 236, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(230, 234, 236, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-30\/80 {
    --tw-gradient-from: rgba(230, 234, 236, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(230, 234, 236, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-30\/90 {
    --tw-gradient-from: rgba(230, 234, 236, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(230, 234, 236, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-30\/95 {
    --tw-gradient-from: rgba(230, 234, 236, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(230, 234, 236, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-300 {
    --tw-gradient-from: #d1d5db var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(209, 213, 219, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-300\/0 {
    --tw-gradient-from: rgba(209, 213, 219, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(209, 213, 219, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-300\/10 {
    --tw-gradient-from: rgba(209, 213, 219, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(209, 213, 219, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-300\/100 {
    --tw-gradient-from: #d1d5db var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(209, 213, 219, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-300\/20 {
    --tw-gradient-from: rgba(209, 213, 219, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(209, 213, 219, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-300\/25 {
    --tw-gradient-from: rgba(209, 213, 219, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(209, 213, 219, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-300\/30 {
    --tw-gradient-from: rgba(209, 213, 219, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(209, 213, 219, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-300\/40 {
    --tw-gradient-from: rgba(209, 213, 219, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(209, 213, 219, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-300\/5 {
    --tw-gradient-from: rgba(209, 213, 219, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(209, 213, 219, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-300\/50 {
    --tw-gradient-from: rgba(209, 213, 219, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(209, 213, 219, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-300\/60 {
    --tw-gradient-from: rgba(209, 213, 219, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(209, 213, 219, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-300\/70 {
    --tw-gradient-from: rgba(209, 213, 219, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(209, 213, 219, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-300\/75 {
    --tw-gradient-from: rgba(209, 213, 219, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(209, 213, 219, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-300\/80 {
    --tw-gradient-from: rgba(209, 213, 219, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(209, 213, 219, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-300\/90 {
    --tw-gradient-from: rgba(209, 213, 219, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(209, 213, 219, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-300\/95 {
    --tw-gradient-from: rgba(209, 213, 219, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(209, 213, 219, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-400 {
    --tw-gradient-from: #9ca3af var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(156, 163, 175, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-400\/0 {
    --tw-gradient-from: rgba(156, 163, 175, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(156, 163, 175, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-400\/10 {
    --tw-gradient-from: rgba(156, 163, 175, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(156, 163, 175, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-400\/100 {
    --tw-gradient-from: #9ca3af var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(156, 163, 175, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-400\/20 {
    --tw-gradient-from: rgba(156, 163, 175, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(156, 163, 175, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-400\/25 {
    --tw-gradient-from: rgba(156, 163, 175, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(156, 163, 175, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-400\/30 {
    --tw-gradient-from: rgba(156, 163, 175, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(156, 163, 175, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-400\/40 {
    --tw-gradient-from: rgba(156, 163, 175, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(156, 163, 175, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-400\/5 {
    --tw-gradient-from: rgba(156, 163, 175, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(156, 163, 175, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-400\/50 {
    --tw-gradient-from: rgba(156, 163, 175, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(156, 163, 175, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-400\/60 {
    --tw-gradient-from: rgba(156, 163, 175, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(156, 163, 175, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-400\/70 {
    --tw-gradient-from: rgba(156, 163, 175, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(156, 163, 175, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-400\/75 {
    --tw-gradient-from: rgba(156, 163, 175, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(156, 163, 175, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-400\/80 {
    --tw-gradient-from: rgba(156, 163, 175, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(156, 163, 175, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-400\/90 {
    --tw-gradient-from: rgba(156, 163, 175, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(156, 163, 175, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-400\/95 {
    --tw-gradient-from: rgba(156, 163, 175, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(156, 163, 175, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-50 {
    --tw-gradient-from: #ced3d9 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(206, 211, 217, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-50\/0 {
    --tw-gradient-from: rgba(206, 211, 217, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(206, 211, 217, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-50\/10 {
    --tw-gradient-from: rgba(206, 211, 217, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(206, 211, 217, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-50\/100 {
    --tw-gradient-from: #ced3d9 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(206, 211, 217, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-50\/20 {
    --tw-gradient-from: rgba(206, 211, 217, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(206, 211, 217, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-50\/25 {
    --tw-gradient-from: rgba(206, 211, 217, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(206, 211, 217, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-50\/30 {
    --tw-gradient-from: rgba(206, 211, 217, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(206, 211, 217, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-50\/40 {
    --tw-gradient-from: rgba(206, 211, 217, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(206, 211, 217, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-50\/5 {
    --tw-gradient-from: rgba(206, 211, 217, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(206, 211, 217, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-50\/50 {
    --tw-gradient-from: rgba(206, 211, 217, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(206, 211, 217, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-50\/60 {
    --tw-gradient-from: rgba(206, 211, 217, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(206, 211, 217, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-50\/70 {
    --tw-gradient-from: rgba(206, 211, 217, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(206, 211, 217, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-50\/75 {
    --tw-gradient-from: rgba(206, 211, 217, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(206, 211, 217, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-50\/80 {
    --tw-gradient-from: rgba(206, 211, 217, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(206, 211, 217, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-50\/90 {
    --tw-gradient-from: rgba(206, 211, 217, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(206, 211, 217, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-50\/95 {
    --tw-gradient-from: rgba(206, 211, 217, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(206, 211, 217, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-500 {
    --tw-gradient-from: #6b7280 var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(220, 9%, 46%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-500\/0 {
    --tw-gradient-from: hsla(220, 9%, 46%, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(220, 9%, 46%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-500\/10 {
    --tw-gradient-from: hsla(220, 9%, 46%, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(220, 9%, 46%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-500\/100 {
    --tw-gradient-from: #6b7280 var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(220, 9%, 46%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-500\/20 {
    --tw-gradient-from: hsla(220, 9%, 46%, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(220, 9%, 46%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-500\/25 {
    --tw-gradient-from: hsla(220, 9%, 46%, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(220, 9%, 46%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-500\/30 {
    --tw-gradient-from: hsla(220, 9%, 46%, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(220, 9%, 46%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-500\/40 {
    --tw-gradient-from: hsla(220, 9%, 46%, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(220, 9%, 46%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-500\/5 {
    --tw-gradient-from: hsla(220, 9%, 46%, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(220, 9%, 46%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-500\/50 {
    --tw-gradient-from: hsla(220, 9%, 46%, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(220, 9%, 46%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-500\/60 {
    --tw-gradient-from: hsla(220, 9%, 46%, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(220, 9%, 46%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-500\/70 {
    --tw-gradient-from: hsla(220, 9%, 46%, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(220, 9%, 46%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-500\/75 {
    --tw-gradient-from: hsla(220, 9%, 46%, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(220, 9%, 46%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-500\/80 {
    --tw-gradient-from: hsla(220, 9%, 46%, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(220, 9%, 46%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-500\/90 {
    --tw-gradient-from: hsla(220, 9%, 46%, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(220, 9%, 46%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-500\/95 {
    --tw-gradient-from: hsla(220, 9%, 46%, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(220, 9%, 46%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-600 {
    --tw-gradient-from: #4b5563 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(75, 85, 99, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-600\/0 {
    --tw-gradient-from: rgba(75, 85, 99, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(75, 85, 99, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-600\/10 {
    --tw-gradient-from: rgba(75, 85, 99, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(75, 85, 99, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-600\/100 {
    --tw-gradient-from: #4b5563 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(75, 85, 99, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-600\/20 {
    --tw-gradient-from: rgba(75, 85, 99, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(75, 85, 99, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-600\/25 {
    --tw-gradient-from: rgba(75, 85, 99, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(75, 85, 99, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-600\/30 {
    --tw-gradient-from: rgba(75, 85, 99, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(75, 85, 99, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-600\/40 {
    --tw-gradient-from: rgba(75, 85, 99, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(75, 85, 99, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-600\/5 {
    --tw-gradient-from: rgba(75, 85, 99, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(75, 85, 99, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-600\/50 {
    --tw-gradient-from: rgba(75, 85, 99, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(75, 85, 99, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-600\/60 {
    --tw-gradient-from: rgba(75, 85, 99, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(75, 85, 99, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-600\/70 {
    --tw-gradient-from: rgba(75, 85, 99, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(75, 85, 99, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-600\/75 {
    --tw-gradient-from: rgba(75, 85, 99, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(75, 85, 99, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-600\/80 {
    --tw-gradient-from: rgba(75, 85, 99, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(75, 85, 99, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-600\/90 {
    --tw-gradient-from: rgba(75, 85, 99, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(75, 85, 99, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-600\/95 {
    --tw-gradient-from: rgba(75, 85, 99, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(75, 85, 99, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-70 {
    --tw-gradient-from: #575c61 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(87, 92, 97, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-70\/0 {
    --tw-gradient-from: rgba(87, 92, 97, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(87, 92, 97, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-70\/10 {
    --tw-gradient-from: rgba(87, 92, 97, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(87, 92, 97, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-70\/100 {
    --tw-gradient-from: #575c61 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(87, 92, 97, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-70\/20 {
    --tw-gradient-from: rgba(87, 92, 97, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(87, 92, 97, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-70\/25 {
    --tw-gradient-from: rgba(87, 92, 97, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(87, 92, 97, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-70\/30 {
    --tw-gradient-from: rgba(87, 92, 97, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(87, 92, 97, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-70\/40 {
    --tw-gradient-from: rgba(87, 92, 97, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(87, 92, 97, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-70\/5 {
    --tw-gradient-from: rgba(87, 92, 97, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(87, 92, 97, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-70\/50 {
    --tw-gradient-from: rgba(87, 92, 97, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(87, 92, 97, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-70\/60 {
    --tw-gradient-from: rgba(87, 92, 97, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(87, 92, 97, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-70\/70 {
    --tw-gradient-from: rgba(87, 92, 97, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(87, 92, 97, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-70\/75 {
    --tw-gradient-from: rgba(87, 92, 97, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(87, 92, 97, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-70\/80 {
    --tw-gradient-from: rgba(87, 92, 97, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(87, 92, 97, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-70\/90 {
    --tw-gradient-from: rgba(87, 92, 97, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(87, 92, 97, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-70\/95 {
    --tw-gradient-from: rgba(87, 92, 97, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(87, 92, 97, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-700 {
    --tw-gradient-from: #374151 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(55, 65, 81, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-700\/0 {
    --tw-gradient-from: rgba(55, 65, 81, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(55, 65, 81, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-700\/10 {
    --tw-gradient-from: rgba(55, 65, 81, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(55, 65, 81, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-700\/100 {
    --tw-gradient-from: #374151 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(55, 65, 81, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-700\/20 {
    --tw-gradient-from: rgba(55, 65, 81, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(55, 65, 81, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-700\/25 {
    --tw-gradient-from: rgba(55, 65, 81, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(55, 65, 81, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-700\/30 {
    --tw-gradient-from: rgba(55, 65, 81, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(55, 65, 81, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-700\/40 {
    --tw-gradient-from: rgba(55, 65, 81, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(55, 65, 81, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-700\/5 {
    --tw-gradient-from: rgba(55, 65, 81, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(55, 65, 81, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-700\/50 {
    --tw-gradient-from: rgba(55, 65, 81, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(55, 65, 81, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-700\/60 {
    --tw-gradient-from: rgba(55, 65, 81, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(55, 65, 81, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-700\/70 {
    --tw-gradient-from: rgba(55, 65, 81, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(55, 65, 81, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-700\/75 {
    --tw-gradient-from: rgba(55, 65, 81, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(55, 65, 81, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-700\/80 {
    --tw-gradient-from: rgba(55, 65, 81, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(55, 65, 81, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-700\/90 {
    --tw-gradient-from: rgba(55, 65, 81, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(55, 65, 81, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-700\/95 {
    --tw-gradient-from: rgba(55, 65, 81, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(55, 65, 81, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-800 {
    --tw-gradient-from: #1f2937 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(31, 41, 55, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-800\/0 {
    --tw-gradient-from: rgba(31, 41, 55, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(31, 41, 55, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-800\/10 {
    --tw-gradient-from: rgba(31, 41, 55, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(31, 41, 55, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-800\/100 {
    --tw-gradient-from: #1f2937 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(31, 41, 55, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-800\/20 {
    --tw-gradient-from: rgba(31, 41, 55, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(31, 41, 55, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-800\/25 {
    --tw-gradient-from: rgba(31, 41, 55, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(31, 41, 55, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-800\/30 {
    --tw-gradient-from: rgba(31, 41, 55, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(31, 41, 55, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-800\/40 {
    --tw-gradient-from: rgba(31, 41, 55, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(31, 41, 55, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-800\/5 {
    --tw-gradient-from: rgba(31, 41, 55, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(31, 41, 55, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-800\/50 {
    --tw-gradient-from: rgba(31, 41, 55, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(31, 41, 55, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-800\/60 {
    --tw-gradient-from: rgba(31, 41, 55, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(31, 41, 55, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-800\/70 {
    --tw-gradient-from: rgba(31, 41, 55, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(31, 41, 55, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-800\/75 {
    --tw-gradient-from: rgba(31, 41, 55, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(31, 41, 55, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-800\/80 {
    --tw-gradient-from: rgba(31, 41, 55, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(31, 41, 55, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-800\/90 {
    --tw-gradient-from: rgba(31, 41, 55, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(31, 41, 55, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-800\/95 {
    --tw-gradient-from: rgba(31, 41, 55, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(31, 41, 55, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-90 {
    --tw-gradient-from: #33333a var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(51, 51, 58, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-90\/0 {
    --tw-gradient-from: rgba(51, 51, 58, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(51, 51, 58, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-90\/10 {
    --tw-gradient-from: rgba(51, 51, 58, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(51, 51, 58, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-90\/100 {
    --tw-gradient-from: #33333a var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(51, 51, 58, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-90\/20 {
    --tw-gradient-from: rgba(51, 51, 58, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(51, 51, 58, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-90\/25 {
    --tw-gradient-from: rgba(51, 51, 58, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(51, 51, 58, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-90\/30 {
    --tw-gradient-from: rgba(51, 51, 58, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(51, 51, 58, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-90\/40 {
    --tw-gradient-from: rgba(51, 51, 58, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(51, 51, 58, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-90\/5 {
    --tw-gradient-from: rgba(51, 51, 58, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(51, 51, 58, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-90\/50 {
    --tw-gradient-from: rgba(51, 51, 58, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(51, 51, 58, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-90\/60 {
    --tw-gradient-from: rgba(51, 51, 58, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(51, 51, 58, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-90\/70 {
    --tw-gradient-from: rgba(51, 51, 58, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(51, 51, 58, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-90\/75 {
    --tw-gradient-from: rgba(51, 51, 58, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(51, 51, 58, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-90\/80 {
    --tw-gradient-from: rgba(51, 51, 58, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(51, 51, 58, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-90\/90 {
    --tw-gradient-from: rgba(51, 51, 58, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(51, 51, 58, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-90\/95 {
    --tw-gradient-from: rgba(51, 51, 58, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(51, 51, 58, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-900 {
    --tw-gradient-from: #111827 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(17, 24, 39, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-900\/0 {
    --tw-gradient-from: rgba(17, 24, 39, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(17, 24, 39, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-900\/10 {
    --tw-gradient-from: rgba(17, 24, 39, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(17, 24, 39, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-900\/100 {
    --tw-gradient-from: #111827 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(17, 24, 39, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-900\/20 {
    --tw-gradient-from: rgba(17, 24, 39, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(17, 24, 39, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-900\/25 {
    --tw-gradient-from: rgba(17, 24, 39, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(17, 24, 39, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-900\/30 {
    --tw-gradient-from: rgba(17, 24, 39, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(17, 24, 39, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-900\/40 {
    --tw-gradient-from: rgba(17, 24, 39, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(17, 24, 39, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-900\/5 {
    --tw-gradient-from: rgba(17, 24, 39, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(17, 24, 39, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-900\/50 {
    --tw-gradient-from: rgba(17, 24, 39, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(17, 24, 39, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-900\/60 {
    --tw-gradient-from: rgba(17, 24, 39, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(17, 24, 39, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-900\/70 {
    --tw-gradient-from: rgba(17, 24, 39, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(17, 24, 39, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-900\/75 {
    --tw-gradient-from: rgba(17, 24, 39, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(17, 24, 39, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-900\/80 {
    --tw-gradient-from: rgba(17, 24, 39, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(17, 24, 39, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-900\/90 {
    --tw-gradient-from: rgba(17, 24, 39, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(17, 24, 39, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-900\/95 {
    --tw-gradient-from: rgba(17, 24, 39, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(17, 24, 39, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-950 {
    --tw-gradient-from: #030712 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(3, 7, 18, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-950\/0 {
    --tw-gradient-from: rgba(3, 7, 18, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(3, 7, 18, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-950\/10 {
    --tw-gradient-from: rgba(3, 7, 18, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(3, 7, 18, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-950\/100 {
    --tw-gradient-from: #030712 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(3, 7, 18, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-950\/20 {
    --tw-gradient-from: rgba(3, 7, 18, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(3, 7, 18, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-950\/25 {
    --tw-gradient-from: rgba(3, 7, 18, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(3, 7, 18, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-950\/30 {
    --tw-gradient-from: rgba(3, 7, 18, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(3, 7, 18, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-950\/40 {
    --tw-gradient-from: rgba(3, 7, 18, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(3, 7, 18, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-950\/5 {
    --tw-gradient-from: rgba(3, 7, 18, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(3, 7, 18, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-950\/50 {
    --tw-gradient-from: rgba(3, 7, 18, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(3, 7, 18, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-950\/60 {
    --tw-gradient-from: rgba(3, 7, 18, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(3, 7, 18, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-950\/70 {
    --tw-gradient-from: rgba(3, 7, 18, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(3, 7, 18, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-950\/75 {
    --tw-gradient-from: rgba(3, 7, 18, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(3, 7, 18, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-950\/80 {
    --tw-gradient-from: rgba(3, 7, 18, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(3, 7, 18, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-950\/90 {
    --tw-gradient-from: rgba(3, 7, 18, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(3, 7, 18, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-gray-950\/95 {
    --tw-gradient-from: rgba(3, 7, 18, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(3, 7, 18, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-100 {
    --tw-gradient-from: #dcfce7 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(220, 252, 231, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-100\/0 {
    --tw-gradient-from: rgba(220, 252, 231, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(220, 252, 231, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-100\/10 {
    --tw-gradient-from: rgba(220, 252, 231, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(220, 252, 231, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-100\/100 {
    --tw-gradient-from: #dcfce7 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(220, 252, 231, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-100\/20 {
    --tw-gradient-from: rgba(220, 252, 231, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(220, 252, 231, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-100\/25 {
    --tw-gradient-from: rgba(220, 252, 231, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(220, 252, 231, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-100\/30 {
    --tw-gradient-from: rgba(220, 252, 231, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(220, 252, 231, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-100\/40 {
    --tw-gradient-from: rgba(220, 252, 231, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(220, 252, 231, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-100\/5 {
    --tw-gradient-from: rgba(220, 252, 231, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(220, 252, 231, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-100\/50 {
    --tw-gradient-from: rgba(220, 252, 231, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(220, 252, 231, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-100\/60 {
    --tw-gradient-from: rgba(220, 252, 231, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(220, 252, 231, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-100\/70 {
    --tw-gradient-from: rgba(220, 252, 231, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(220, 252, 231, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-100\/75 {
    --tw-gradient-from: rgba(220, 252, 231, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(220, 252, 231, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-100\/80 {
    --tw-gradient-from: rgba(220, 252, 231, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(220, 252, 231, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-100\/90 {
    --tw-gradient-from: rgba(220, 252, 231, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(220, 252, 231, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-100\/95 {
    --tw-gradient-from: rgba(220, 252, 231, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(220, 252, 231, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-200 {
    --tw-gradient-from: #bbf7d0 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(187, 247, 208, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-200\/0 {
    --tw-gradient-from: rgba(187, 247, 208, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(187, 247, 208, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-200\/10 {
    --tw-gradient-from: rgba(187, 247, 208, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(187, 247, 208, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-200\/100 {
    --tw-gradient-from: #bbf7d0 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(187, 247, 208, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-200\/20 {
    --tw-gradient-from: rgba(187, 247, 208, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(187, 247, 208, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-200\/25 {
    --tw-gradient-from: rgba(187, 247, 208, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(187, 247, 208, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-200\/30 {
    --tw-gradient-from: rgba(187, 247, 208, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(187, 247, 208, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-200\/40 {
    --tw-gradient-from: rgba(187, 247, 208, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(187, 247, 208, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-200\/5 {
    --tw-gradient-from: rgba(187, 247, 208, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(187, 247, 208, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-200\/50 {
    --tw-gradient-from: rgba(187, 247, 208, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(187, 247, 208, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-200\/60 {
    --tw-gradient-from: rgba(187, 247, 208, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(187, 247, 208, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-200\/70 {
    --tw-gradient-from: rgba(187, 247, 208, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(187, 247, 208, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-200\/75 {
    --tw-gradient-from: rgba(187, 247, 208, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(187, 247, 208, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-200\/80 {
    --tw-gradient-from: rgba(187, 247, 208, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(187, 247, 208, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-200\/90 {
    --tw-gradient-from: rgba(187, 247, 208, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(187, 247, 208, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-200\/95 {
    --tw-gradient-from: rgba(187, 247, 208, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(187, 247, 208, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-300 {
    --tw-gradient-from: #86efac var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(134, 239, 172, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-300\/0 {
    --tw-gradient-from: rgba(134, 239, 172, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(134, 239, 172, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-300\/10 {
    --tw-gradient-from: rgba(134, 239, 172, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(134, 239, 172, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-300\/100 {
    --tw-gradient-from: #86efac var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(134, 239, 172, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-300\/20 {
    --tw-gradient-from: rgba(134, 239, 172, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(134, 239, 172, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-300\/25 {
    --tw-gradient-from: rgba(134, 239, 172, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(134, 239, 172, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-300\/30 {
    --tw-gradient-from: rgba(134, 239, 172, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(134, 239, 172, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-300\/40 {
    --tw-gradient-from: rgba(134, 239, 172, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(134, 239, 172, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-300\/5 {
    --tw-gradient-from: rgba(134, 239, 172, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(134, 239, 172, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-300\/50 {
    --tw-gradient-from: rgba(134, 239, 172, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(134, 239, 172, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-300\/60 {
    --tw-gradient-from: rgba(134, 239, 172, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(134, 239, 172, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-300\/70 {
    --tw-gradient-from: rgba(134, 239, 172, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(134, 239, 172, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-300\/75 {
    --tw-gradient-from: rgba(134, 239, 172, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(134, 239, 172, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-300\/80 {
    --tw-gradient-from: rgba(134, 239, 172, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(134, 239, 172, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-300\/90 {
    --tw-gradient-from: rgba(134, 239, 172, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(134, 239, 172, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-300\/95 {
    --tw-gradient-from: rgba(134, 239, 172, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(134, 239, 172, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-400 {
    --tw-gradient-from: #4ade80 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(74, 222, 128, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-400\/0 {
    --tw-gradient-from: rgba(74, 222, 128, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(74, 222, 128, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-400\/10 {
    --tw-gradient-from: rgba(74, 222, 128, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(74, 222, 128, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-400\/100 {
    --tw-gradient-from: #4ade80 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(74, 222, 128, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-400\/20 {
    --tw-gradient-from: rgba(74, 222, 128, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(74, 222, 128, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-400\/25 {
    --tw-gradient-from: rgba(74, 222, 128, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(74, 222, 128, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-400\/30 {
    --tw-gradient-from: rgba(74, 222, 128, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(74, 222, 128, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-400\/40 {
    --tw-gradient-from: rgba(74, 222, 128, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(74, 222, 128, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-400\/5 {
    --tw-gradient-from: rgba(74, 222, 128, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(74, 222, 128, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-400\/50 {
    --tw-gradient-from: rgba(74, 222, 128, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(74, 222, 128, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-400\/60 {
    --tw-gradient-from: rgba(74, 222, 128, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(74, 222, 128, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-400\/70 {
    --tw-gradient-from: rgba(74, 222, 128, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(74, 222, 128, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-400\/75 {
    --tw-gradient-from: rgba(74, 222, 128, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(74, 222, 128, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-400\/80 {
    --tw-gradient-from: rgba(74, 222, 128, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(74, 222, 128, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-400\/90 {
    --tw-gradient-from: rgba(74, 222, 128, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(74, 222, 128, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-400\/95 {
    --tw-gradient-from: rgba(74, 222, 128, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(74, 222, 128, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-50 {
    --tw-gradient-from: #f0fdf4 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(240, 253, 244, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-50\/0 {
    --tw-gradient-from: rgba(240, 253, 244, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(240, 253, 244, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-50\/10 {
    --tw-gradient-from: rgba(240, 253, 244, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(240, 253, 244, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-50\/100 {
    --tw-gradient-from: #f0fdf4 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(240, 253, 244, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-50\/20 {
    --tw-gradient-from: rgba(240, 253, 244, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(240, 253, 244, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-50\/25 {
    --tw-gradient-from: rgba(240, 253, 244, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(240, 253, 244, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-50\/30 {
    --tw-gradient-from: rgba(240, 253, 244, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(240, 253, 244, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-50\/40 {
    --tw-gradient-from: rgba(240, 253, 244, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(240, 253, 244, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-50\/5 {
    --tw-gradient-from: rgba(240, 253, 244, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(240, 253, 244, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-50\/50 {
    --tw-gradient-from: rgba(240, 253, 244, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(240, 253, 244, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-50\/60 {
    --tw-gradient-from: rgba(240, 253, 244, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(240, 253, 244, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-50\/70 {
    --tw-gradient-from: rgba(240, 253, 244, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(240, 253, 244, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-50\/75 {
    --tw-gradient-from: rgba(240, 253, 244, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(240, 253, 244, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-50\/80 {
    --tw-gradient-from: rgba(240, 253, 244, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(240, 253, 244, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-50\/90 {
    --tw-gradient-from: rgba(240, 253, 244, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(240, 253, 244, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-50\/95 {
    --tw-gradient-from: rgba(240, 253, 244, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(240, 253, 244, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-500 {
    --tw-gradient-from: #22c55e var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(34, 197, 94, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-500\/0 {
    --tw-gradient-from: rgba(34, 197, 94, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(34, 197, 94, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-500\/10 {
    --tw-gradient-from: rgba(34, 197, 94, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(34, 197, 94, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-500\/100 {
    --tw-gradient-from: #22c55e var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(34, 197, 94, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-500\/20 {
    --tw-gradient-from: rgba(34, 197, 94, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(34, 197, 94, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-500\/25 {
    --tw-gradient-from: rgba(34, 197, 94, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(34, 197, 94, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-500\/30 {
    --tw-gradient-from: rgba(34, 197, 94, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(34, 197, 94, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-500\/40 {
    --tw-gradient-from: rgba(34, 197, 94, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(34, 197, 94, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-500\/5 {
    --tw-gradient-from: rgba(34, 197, 94, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(34, 197, 94, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-500\/50 {
    --tw-gradient-from: rgba(34, 197, 94, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(34, 197, 94, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-500\/60 {
    --tw-gradient-from: rgba(34, 197, 94, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(34, 197, 94, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-500\/70 {
    --tw-gradient-from: rgba(34, 197, 94, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(34, 197, 94, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-500\/75 {
    --tw-gradient-from: rgba(34, 197, 94, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(34, 197, 94, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-500\/80 {
    --tw-gradient-from: rgba(34, 197, 94, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(34, 197, 94, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-500\/90 {
    --tw-gradient-from: rgba(34, 197, 94, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(34, 197, 94, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-500\/95 {
    --tw-gradient-from: rgba(34, 197, 94, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(34, 197, 94, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-600 {
    --tw-gradient-from: #16a34a var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(22, 163, 74, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-600\/0 {
    --tw-gradient-from: rgba(22, 163, 74, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(22, 163, 74, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-600\/10 {
    --tw-gradient-from: rgba(22, 163, 74, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(22, 163, 74, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-600\/100 {
    --tw-gradient-from: #16a34a var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(22, 163, 74, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-600\/20 {
    --tw-gradient-from: rgba(22, 163, 74, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(22, 163, 74, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-600\/25 {
    --tw-gradient-from: rgba(22, 163, 74, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(22, 163, 74, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-600\/30 {
    --tw-gradient-from: rgba(22, 163, 74, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(22, 163, 74, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-600\/40 {
    --tw-gradient-from: rgba(22, 163, 74, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(22, 163, 74, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-600\/5 {
    --tw-gradient-from: rgba(22, 163, 74, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(22, 163, 74, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-600\/50 {
    --tw-gradient-from: rgba(22, 163, 74, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(22, 163, 74, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-600\/60 {
    --tw-gradient-from: rgba(22, 163, 74, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(22, 163, 74, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-600\/70 {
    --tw-gradient-from: rgba(22, 163, 74, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(22, 163, 74, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-600\/75 {
    --tw-gradient-from: rgba(22, 163, 74, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(22, 163, 74, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-600\/80 {
    --tw-gradient-from: rgba(22, 163, 74, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(22, 163, 74, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-600\/90 {
    --tw-gradient-from: rgba(22, 163, 74, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(22, 163, 74, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-600\/95 {
    --tw-gradient-from: rgba(22, 163, 74, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(22, 163, 74, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-700 {
    --tw-gradient-from: #15803d var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(21, 128, 61, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-700\/0 {
    --tw-gradient-from: rgba(21, 128, 61, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(21, 128, 61, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-700\/10 {
    --tw-gradient-from: rgba(21, 128, 61, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(21, 128, 61, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-700\/100 {
    --tw-gradient-from: #15803d var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(21, 128, 61, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-700\/20 {
    --tw-gradient-from: rgba(21, 128, 61, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(21, 128, 61, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-700\/25 {
    --tw-gradient-from: rgba(21, 128, 61, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(21, 128, 61, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-700\/30 {
    --tw-gradient-from: rgba(21, 128, 61, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(21, 128, 61, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-700\/40 {
    --tw-gradient-from: rgba(21, 128, 61, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(21, 128, 61, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-700\/5 {
    --tw-gradient-from: rgba(21, 128, 61, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(21, 128, 61, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-700\/50 {
    --tw-gradient-from: rgba(21, 128, 61, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(21, 128, 61, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-700\/60 {
    --tw-gradient-from: rgba(21, 128, 61, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(21, 128, 61, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-700\/70 {
    --tw-gradient-from: rgba(21, 128, 61, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(21, 128, 61, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-700\/75 {
    --tw-gradient-from: rgba(21, 128, 61, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(21, 128, 61, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-700\/80 {
    --tw-gradient-from: rgba(21, 128, 61, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(21, 128, 61, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-700\/90 {
    --tw-gradient-from: rgba(21, 128, 61, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(21, 128, 61, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-700\/95 {
    --tw-gradient-from: rgba(21, 128, 61, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(21, 128, 61, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-800 {
    --tw-gradient-from: #166534 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(22, 101, 52, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-800\/0 {
    --tw-gradient-from: rgba(22, 101, 52, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(22, 101, 52, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-800\/10 {
    --tw-gradient-from: rgba(22, 101, 52, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(22, 101, 52, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-800\/100 {
    --tw-gradient-from: #166534 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(22, 101, 52, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-800\/20 {
    --tw-gradient-from: rgba(22, 101, 52, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(22, 101, 52, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-800\/25 {
    --tw-gradient-from: rgba(22, 101, 52, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(22, 101, 52, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-800\/30 {
    --tw-gradient-from: rgba(22, 101, 52, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(22, 101, 52, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-800\/40 {
    --tw-gradient-from: rgba(22, 101, 52, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(22, 101, 52, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-800\/5 {
    --tw-gradient-from: rgba(22, 101, 52, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(22, 101, 52, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-800\/50 {
    --tw-gradient-from: rgba(22, 101, 52, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(22, 101, 52, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-800\/60 {
    --tw-gradient-from: rgba(22, 101, 52, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(22, 101, 52, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-800\/70 {
    --tw-gradient-from: rgba(22, 101, 52, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(22, 101, 52, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-800\/75 {
    --tw-gradient-from: rgba(22, 101, 52, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(22, 101, 52, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-800\/80 {
    --tw-gradient-from: rgba(22, 101, 52, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(22, 101, 52, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-800\/90 {
    --tw-gradient-from: rgba(22, 101, 52, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(22, 101, 52, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-800\/95 {
    --tw-gradient-from: rgba(22, 101, 52, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(22, 101, 52, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-900 {
    --tw-gradient-from: #14532d var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(20, 83, 45, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-900\/0 {
    --tw-gradient-from: rgba(20, 83, 45, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(20, 83, 45, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-900\/10 {
    --tw-gradient-from: rgba(20, 83, 45, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(20, 83, 45, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-900\/100 {
    --tw-gradient-from: #14532d var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(20, 83, 45, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-900\/20 {
    --tw-gradient-from: rgba(20, 83, 45, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(20, 83, 45, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-900\/25 {
    --tw-gradient-from: rgba(20, 83, 45, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(20, 83, 45, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-900\/30 {
    --tw-gradient-from: rgba(20, 83, 45, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(20, 83, 45, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-900\/40 {
    --tw-gradient-from: rgba(20, 83, 45, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(20, 83, 45, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-900\/5 {
    --tw-gradient-from: rgba(20, 83, 45, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(20, 83, 45, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-900\/50 {
    --tw-gradient-from: rgba(20, 83, 45, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(20, 83, 45, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-900\/60 {
    --tw-gradient-from: rgba(20, 83, 45, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(20, 83, 45, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-900\/70 {
    --tw-gradient-from: rgba(20, 83, 45, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(20, 83, 45, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-900\/75 {
    --tw-gradient-from: rgba(20, 83, 45, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(20, 83, 45, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-900\/80 {
    --tw-gradient-from: rgba(20, 83, 45, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(20, 83, 45, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-900\/90 {
    --tw-gradient-from: rgba(20, 83, 45, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(20, 83, 45, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-900\/95 {
    --tw-gradient-from: rgba(20, 83, 45, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(20, 83, 45, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-950 {
    --tw-gradient-from: #052e16 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(5, 46, 22, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-950\/0 {
    --tw-gradient-from: rgba(5, 46, 22, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(5, 46, 22, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-950\/10 {
    --tw-gradient-from: rgba(5, 46, 22, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(5, 46, 22, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-950\/100 {
    --tw-gradient-from: #052e16 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(5, 46, 22, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-950\/20 {
    --tw-gradient-from: rgba(5, 46, 22, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(5, 46, 22, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-950\/25 {
    --tw-gradient-from: rgba(5, 46, 22, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(5, 46, 22, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-950\/30 {
    --tw-gradient-from: rgba(5, 46, 22, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(5, 46, 22, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-950\/40 {
    --tw-gradient-from: rgba(5, 46, 22, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(5, 46, 22, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-950\/5 {
    --tw-gradient-from: rgba(5, 46, 22, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(5, 46, 22, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-950\/50 {
    --tw-gradient-from: rgba(5, 46, 22, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(5, 46, 22, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-950\/60 {
    --tw-gradient-from: rgba(5, 46, 22, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(5, 46, 22, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-950\/70 {
    --tw-gradient-from: rgba(5, 46, 22, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(5, 46, 22, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-950\/75 {
    --tw-gradient-from: rgba(5, 46, 22, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(5, 46, 22, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-950\/80 {
    --tw-gradient-from: rgba(5, 46, 22, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(5, 46, 22, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-950\/90 {
    --tw-gradient-from: rgba(5, 46, 22, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(5, 46, 22, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-green-950\/95 {
    --tw-gradient-from: rgba(5, 46, 22, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(5, 46, 22, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-hcisp-azalea {
    --tw-gradient-from: #c64588 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(198, 69, 136, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-hcisp-azalea\/0 {
    --tw-gradient-from: rgba(198, 69, 136, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(198, 69, 136, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-hcisp-azalea\/10 {
    --tw-gradient-from: rgba(198, 69, 136, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(198, 69, 136, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-hcisp-azalea\/100 {
    --tw-gradient-from: #c64588 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(198, 69, 136, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-hcisp-azalea\/20 {
    --tw-gradient-from: rgba(198, 69, 136, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(198, 69, 136, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-hcisp-azalea\/25 {
    --tw-gradient-from: rgba(198, 69, 136, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(198, 69, 136, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-hcisp-azalea\/30 {
    --tw-gradient-from: rgba(198, 69, 136, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(198, 69, 136, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-hcisp-azalea\/40 {
    --tw-gradient-from: rgba(198, 69, 136, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(198, 69, 136, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-hcisp-azalea\/5 {
    --tw-gradient-from: rgba(198, 69, 136, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(198, 69, 136, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-hcisp-azalea\/50 {
    --tw-gradient-from: rgba(198, 69, 136, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(198, 69, 136, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-hcisp-azalea\/60 {
    --tw-gradient-from: rgba(198, 69, 136, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(198, 69, 136, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-hcisp-azalea\/70 {
    --tw-gradient-from: rgba(198, 69, 136, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(198, 69, 136, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-hcisp-azalea\/75 {
    --tw-gradient-from: rgba(198, 69, 136, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(198, 69, 136, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-hcisp-azalea\/80 {
    --tw-gradient-from: rgba(198, 69, 136, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(198, 69, 136, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-hcisp-azalea\/90 {
    --tw-gradient-from: rgba(198, 69, 136, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(198, 69, 136, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-hcisp-azalea\/95 {
    --tw-gradient-from: rgba(198, 69, 136, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(198, 69, 136, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-100 {
    --tw-gradient-from: #e0e7ff var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(224, 231, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-100\/0 {
    --tw-gradient-from: rgba(224, 231, 255, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(224, 231, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-100\/10 {
    --tw-gradient-from: rgba(224, 231, 255, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(224, 231, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-100\/100 {
    --tw-gradient-from: #e0e7ff var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(224, 231, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-100\/20 {
    --tw-gradient-from: rgba(224, 231, 255, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(224, 231, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-100\/25 {
    --tw-gradient-from: rgba(224, 231, 255, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(224, 231, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-100\/30 {
    --tw-gradient-from: rgba(224, 231, 255, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(224, 231, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-100\/40 {
    --tw-gradient-from: rgba(224, 231, 255, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(224, 231, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-100\/5 {
    --tw-gradient-from: rgba(224, 231, 255, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(224, 231, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-100\/50 {
    --tw-gradient-from: rgba(224, 231, 255, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(224, 231, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-100\/60 {
    --tw-gradient-from: rgba(224, 231, 255, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(224, 231, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-100\/70 {
    --tw-gradient-from: rgba(224, 231, 255, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(224, 231, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-100\/75 {
    --tw-gradient-from: rgba(224, 231, 255, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(224, 231, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-100\/80 {
    --tw-gradient-from: rgba(224, 231, 255, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(224, 231, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-100\/90 {
    --tw-gradient-from: rgba(224, 231, 255, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(224, 231, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-100\/95 {
    --tw-gradient-from: rgba(224, 231, 255, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(224, 231, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-200 {
    --tw-gradient-from: #c7d2fe var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(199, 210, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-200\/0 {
    --tw-gradient-from: rgba(199, 210, 254, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(199, 210, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-200\/10 {
    --tw-gradient-from: rgba(199, 210, 254, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(199, 210, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-200\/100 {
    --tw-gradient-from: #c7d2fe var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(199, 210, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-200\/20 {
    --tw-gradient-from: rgba(199, 210, 254, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(199, 210, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-200\/25 {
    --tw-gradient-from: rgba(199, 210, 254, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(199, 210, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-200\/30 {
    --tw-gradient-from: rgba(199, 210, 254, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(199, 210, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-200\/40 {
    --tw-gradient-from: rgba(199, 210, 254, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(199, 210, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-200\/5 {
    --tw-gradient-from: rgba(199, 210, 254, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(199, 210, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-200\/50 {
    --tw-gradient-from: rgba(199, 210, 254, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(199, 210, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-200\/60 {
    --tw-gradient-from: rgba(199, 210, 254, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(199, 210, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-200\/70 {
    --tw-gradient-from: rgba(199, 210, 254, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(199, 210, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-200\/75 {
    --tw-gradient-from: rgba(199, 210, 254, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(199, 210, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-200\/80 {
    --tw-gradient-from: rgba(199, 210, 254, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(199, 210, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-200\/90 {
    --tw-gradient-from: rgba(199, 210, 254, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(199, 210, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-200\/95 {
    --tw-gradient-from: rgba(199, 210, 254, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(199, 210, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-300 {
    --tw-gradient-from: #a5b4fc var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(165, 180, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-300\/0 {
    --tw-gradient-from: rgba(165, 180, 252, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(165, 180, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-300\/10 {
    --tw-gradient-from: rgba(165, 180, 252, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(165, 180, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-300\/100 {
    --tw-gradient-from: #a5b4fc var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(165, 180, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-300\/20 {
    --tw-gradient-from: rgba(165, 180, 252, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(165, 180, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-300\/25 {
    --tw-gradient-from: rgba(165, 180, 252, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(165, 180, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-300\/30 {
    --tw-gradient-from: rgba(165, 180, 252, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(165, 180, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-300\/40 {
    --tw-gradient-from: rgba(165, 180, 252, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(165, 180, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-300\/5 {
    --tw-gradient-from: rgba(165, 180, 252, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(165, 180, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-300\/50 {
    --tw-gradient-from: rgba(165, 180, 252, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(165, 180, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-300\/60 {
    --tw-gradient-from: rgba(165, 180, 252, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(165, 180, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-300\/70 {
    --tw-gradient-from: rgba(165, 180, 252, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(165, 180, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-300\/75 {
    --tw-gradient-from: rgba(165, 180, 252, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(165, 180, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-300\/80 {
    --tw-gradient-from: rgba(165, 180, 252, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(165, 180, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-300\/90 {
    --tw-gradient-from: rgba(165, 180, 252, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(165, 180, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-300\/95 {
    --tw-gradient-from: rgba(165, 180, 252, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(165, 180, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-400 {
    --tw-gradient-from: #818cf8 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(129, 140, 248, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-400\/0 {
    --tw-gradient-from: rgba(129, 140, 248, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(129, 140, 248, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-400\/10 {
    --tw-gradient-from: rgba(129, 140, 248, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(129, 140, 248, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-400\/100 {
    --tw-gradient-from: #818cf8 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(129, 140, 248, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-400\/20 {
    --tw-gradient-from: rgba(129, 140, 248, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(129, 140, 248, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-400\/25 {
    --tw-gradient-from: rgba(129, 140, 248, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(129, 140, 248, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-400\/30 {
    --tw-gradient-from: rgba(129, 140, 248, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(129, 140, 248, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-400\/40 {
    --tw-gradient-from: rgba(129, 140, 248, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(129, 140, 248, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-400\/5 {
    --tw-gradient-from: rgba(129, 140, 248, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(129, 140, 248, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-400\/50 {
    --tw-gradient-from: rgba(129, 140, 248, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(129, 140, 248, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-400\/60 {
    --tw-gradient-from: rgba(129, 140, 248, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(129, 140, 248, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-400\/70 {
    --tw-gradient-from: rgba(129, 140, 248, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(129, 140, 248, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-400\/75 {
    --tw-gradient-from: rgba(129, 140, 248, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(129, 140, 248, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-400\/80 {
    --tw-gradient-from: rgba(129, 140, 248, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(129, 140, 248, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-400\/90 {
    --tw-gradient-from: rgba(129, 140, 248, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(129, 140, 248, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-400\/95 {
    --tw-gradient-from: rgba(129, 140, 248, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(129, 140, 248, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-50 {
    --tw-gradient-from: #eef2ff var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(238, 242, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-50\/0 {
    --tw-gradient-from: rgba(238, 242, 255, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(238, 242, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-50\/10 {
    --tw-gradient-from: rgba(238, 242, 255, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(238, 242, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-50\/100 {
    --tw-gradient-from: #eef2ff var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(238, 242, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-50\/20 {
    --tw-gradient-from: rgba(238, 242, 255, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(238, 242, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-50\/25 {
    --tw-gradient-from: rgba(238, 242, 255, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(238, 242, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-50\/30 {
    --tw-gradient-from: rgba(238, 242, 255, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(238, 242, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-50\/40 {
    --tw-gradient-from: rgba(238, 242, 255, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(238, 242, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-50\/5 {
    --tw-gradient-from: rgba(238, 242, 255, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(238, 242, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-50\/50 {
    --tw-gradient-from: rgba(238, 242, 255, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(238, 242, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-50\/60 {
    --tw-gradient-from: rgba(238, 242, 255, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(238, 242, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-50\/70 {
    --tw-gradient-from: rgba(238, 242, 255, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(238, 242, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-50\/75 {
    --tw-gradient-from: rgba(238, 242, 255, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(238, 242, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-50\/80 {
    --tw-gradient-from: rgba(238, 242, 255, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(238, 242, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-50\/90 {
    --tw-gradient-from: rgba(238, 242, 255, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(238, 242, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-50\/95 {
    --tw-gradient-from: rgba(238, 242, 255, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(238, 242, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-500 {
    --tw-gradient-from: #6366f1 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(99, 102, 241, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-500\/0 {
    --tw-gradient-from: rgba(99, 102, 241, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(99, 102, 241, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-500\/10 {
    --tw-gradient-from: rgba(99, 102, 241, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(99, 102, 241, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-500\/100 {
    --tw-gradient-from: #6366f1 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(99, 102, 241, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-500\/20 {
    --tw-gradient-from: rgba(99, 102, 241, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(99, 102, 241, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-500\/25 {
    --tw-gradient-from: rgba(99, 102, 241, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(99, 102, 241, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-500\/30 {
    --tw-gradient-from: rgba(99, 102, 241, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(99, 102, 241, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-500\/40 {
    --tw-gradient-from: rgba(99, 102, 241, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(99, 102, 241, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-500\/5 {
    --tw-gradient-from: rgba(99, 102, 241, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(99, 102, 241, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-500\/50 {
    --tw-gradient-from: rgba(99, 102, 241, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(99, 102, 241, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-500\/60 {
    --tw-gradient-from: rgba(99, 102, 241, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(99, 102, 241, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-500\/70 {
    --tw-gradient-from: rgba(99, 102, 241, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(99, 102, 241, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-500\/75 {
    --tw-gradient-from: rgba(99, 102, 241, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(99, 102, 241, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-500\/80 {
    --tw-gradient-from: rgba(99, 102, 241, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(99, 102, 241, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-500\/90 {
    --tw-gradient-from: rgba(99, 102, 241, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(99, 102, 241, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-500\/95 {
    --tw-gradient-from: rgba(99, 102, 241, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(99, 102, 241, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-600 {
    --tw-gradient-from: #4f46e5 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(79, 70, 229, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-600\/0 {
    --tw-gradient-from: rgba(79, 70, 229, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(79, 70, 229, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-600\/10 {
    --tw-gradient-from: rgba(79, 70, 229, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(79, 70, 229, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-600\/100 {
    --tw-gradient-from: #4f46e5 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(79, 70, 229, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-600\/20 {
    --tw-gradient-from: rgba(79, 70, 229, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(79, 70, 229, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-600\/25 {
    --tw-gradient-from: rgba(79, 70, 229, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(79, 70, 229, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-600\/30 {
    --tw-gradient-from: rgba(79, 70, 229, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(79, 70, 229, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-600\/40 {
    --tw-gradient-from: rgba(79, 70, 229, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(79, 70, 229, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-600\/5 {
    --tw-gradient-from: rgba(79, 70, 229, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(79, 70, 229, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-600\/50 {
    --tw-gradient-from: rgba(79, 70, 229, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(79, 70, 229, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-600\/60 {
    --tw-gradient-from: rgba(79, 70, 229, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(79, 70, 229, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-600\/70 {
    --tw-gradient-from: rgba(79, 70, 229, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(79, 70, 229, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-600\/75 {
    --tw-gradient-from: rgba(79, 70, 229, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(79, 70, 229, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-600\/80 {
    --tw-gradient-from: rgba(79, 70, 229, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(79, 70, 229, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-600\/90 {
    --tw-gradient-from: rgba(79, 70, 229, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(79, 70, 229, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-600\/95 {
    --tw-gradient-from: rgba(79, 70, 229, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(79, 70, 229, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-700 {
    --tw-gradient-from: #4338ca var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(67, 56, 202, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-700\/0 {
    --tw-gradient-from: rgba(67, 56, 202, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(67, 56, 202, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-700\/10 {
    --tw-gradient-from: rgba(67, 56, 202, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(67, 56, 202, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-700\/100 {
    --tw-gradient-from: #4338ca var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(67, 56, 202, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-700\/20 {
    --tw-gradient-from: rgba(67, 56, 202, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(67, 56, 202, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-700\/25 {
    --tw-gradient-from: rgba(67, 56, 202, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(67, 56, 202, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-700\/30 {
    --tw-gradient-from: rgba(67, 56, 202, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(67, 56, 202, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-700\/40 {
    --tw-gradient-from: rgba(67, 56, 202, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(67, 56, 202, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-700\/5 {
    --tw-gradient-from: rgba(67, 56, 202, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(67, 56, 202, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-700\/50 {
    --tw-gradient-from: rgba(67, 56, 202, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(67, 56, 202, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-700\/60 {
    --tw-gradient-from: rgba(67, 56, 202, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(67, 56, 202, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-700\/70 {
    --tw-gradient-from: rgba(67, 56, 202, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(67, 56, 202, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-700\/75 {
    --tw-gradient-from: rgba(67, 56, 202, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(67, 56, 202, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-700\/80 {
    --tw-gradient-from: rgba(67, 56, 202, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(67, 56, 202, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-700\/90 {
    --tw-gradient-from: rgba(67, 56, 202, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(67, 56, 202, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-700\/95 {
    --tw-gradient-from: rgba(67, 56, 202, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(67, 56, 202, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-800 {
    --tw-gradient-from: #3730a3 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(55, 48, 163, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-800\/0 {
    --tw-gradient-from: rgba(55, 48, 163, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(55, 48, 163, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-800\/10 {
    --tw-gradient-from: rgba(55, 48, 163, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(55, 48, 163, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-800\/100 {
    --tw-gradient-from: #3730a3 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(55, 48, 163, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-800\/20 {
    --tw-gradient-from: rgba(55, 48, 163, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(55, 48, 163, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-800\/25 {
    --tw-gradient-from: rgba(55, 48, 163, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(55, 48, 163, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-800\/30 {
    --tw-gradient-from: rgba(55, 48, 163, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(55, 48, 163, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-800\/40 {
    --tw-gradient-from: rgba(55, 48, 163, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(55, 48, 163, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-800\/5 {
    --tw-gradient-from: rgba(55, 48, 163, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(55, 48, 163, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-800\/50 {
    --tw-gradient-from: rgba(55, 48, 163, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(55, 48, 163, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-800\/60 {
    --tw-gradient-from: rgba(55, 48, 163, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(55, 48, 163, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-800\/70 {
    --tw-gradient-from: rgba(55, 48, 163, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(55, 48, 163, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-800\/75 {
    --tw-gradient-from: rgba(55, 48, 163, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(55, 48, 163, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-800\/80 {
    --tw-gradient-from: rgba(55, 48, 163, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(55, 48, 163, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-800\/90 {
    --tw-gradient-from: rgba(55, 48, 163, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(55, 48, 163, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-800\/95 {
    --tw-gradient-from: rgba(55, 48, 163, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(55, 48, 163, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-900 {
    --tw-gradient-from: #312e81 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(49, 46, 129, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-900\/0 {
    --tw-gradient-from: rgba(49, 46, 129, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(49, 46, 129, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-900\/10 {
    --tw-gradient-from: rgba(49, 46, 129, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(49, 46, 129, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-900\/100 {
    --tw-gradient-from: #312e81 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(49, 46, 129, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-900\/20 {
    --tw-gradient-from: rgba(49, 46, 129, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(49, 46, 129, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-900\/25 {
    --tw-gradient-from: rgba(49, 46, 129, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(49, 46, 129, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-900\/30 {
    --tw-gradient-from: rgba(49, 46, 129, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(49, 46, 129, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-900\/40 {
    --tw-gradient-from: rgba(49, 46, 129, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(49, 46, 129, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-900\/5 {
    --tw-gradient-from: rgba(49, 46, 129, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(49, 46, 129, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-900\/50 {
    --tw-gradient-from: rgba(49, 46, 129, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(49, 46, 129, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-900\/60 {
    --tw-gradient-from: rgba(49, 46, 129, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(49, 46, 129, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-900\/70 {
    --tw-gradient-from: rgba(49, 46, 129, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(49, 46, 129, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-900\/75 {
    --tw-gradient-from: rgba(49, 46, 129, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(49, 46, 129, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-900\/80 {
    --tw-gradient-from: rgba(49, 46, 129, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(49, 46, 129, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-900\/90 {
    --tw-gradient-from: rgba(49, 46, 129, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(49, 46, 129, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-900\/95 {
    --tw-gradient-from: rgba(49, 46, 129, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(49, 46, 129, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-950 {
    --tw-gradient-from: #1e1b4b var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(30, 27, 75, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-950\/0 {
    --tw-gradient-from: rgba(30, 27, 75, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(30, 27, 75, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-950\/10 {
    --tw-gradient-from: rgba(30, 27, 75, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(30, 27, 75, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-950\/100 {
    --tw-gradient-from: #1e1b4b var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(30, 27, 75, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-950\/20 {
    --tw-gradient-from: rgba(30, 27, 75, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(30, 27, 75, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-950\/25 {
    --tw-gradient-from: rgba(30, 27, 75, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(30, 27, 75, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-950\/30 {
    --tw-gradient-from: rgba(30, 27, 75, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(30, 27, 75, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-950\/40 {
    --tw-gradient-from: rgba(30, 27, 75, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(30, 27, 75, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-950\/5 {
    --tw-gradient-from: rgba(30, 27, 75, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(30, 27, 75, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-950\/50 {
    --tw-gradient-from: rgba(30, 27, 75, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(30, 27, 75, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}
.v10-sitecore-container .from-indigo-950\/60 {
    --tw-gradient-from: rgba(30, 27, 75, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(30, 27, 75, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-950\/70 {
    --tw-gradient-from: rgba(30, 27, 75, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(30, 27, 75, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-950\/75 {
    --tw-gradient-from: rgba(30, 27, 75, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(30, 27, 75, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-950\/80 {
    --tw-gradient-from: rgba(30, 27, 75, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(30, 27, 75, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-950\/90 {
    --tw-gradient-from: rgba(30, 27, 75, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(30, 27, 75, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-indigo-950\/95 {
    --tw-gradient-from: rgba(30, 27, 75, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(30, 27, 75, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-inherit {
    --tw-gradient-from: inherit var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-isc2-green {
    --tw-gradient-from: #468145 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(70, 129, 69, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-isc2-green\/0 {
    --tw-gradient-from: rgba(70, 129, 69, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(70, 129, 69, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-isc2-green\/10 {
    --tw-gradient-from: rgba(70, 129, 69, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(70, 129, 69, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-isc2-green\/100 {
    --tw-gradient-from: #468145 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(70, 129, 69, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-isc2-green\/20 {
    --tw-gradient-from: rgba(70, 129, 69, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(70, 129, 69, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-isc2-green\/25 {
    --tw-gradient-from: rgba(70, 129, 69, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(70, 129, 69, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-isc2-green\/30 {
    --tw-gradient-from: rgba(70, 129, 69, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(70, 129, 69, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-isc2-green\/40 {
    --tw-gradient-from: rgba(70, 129, 69, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(70, 129, 69, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-isc2-green\/5 {
    --tw-gradient-from: rgba(70, 129, 69, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(70, 129, 69, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-isc2-green\/50 {
    --tw-gradient-from: rgba(70, 129, 69, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(70, 129, 69, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-isc2-green\/60 {
    --tw-gradient-from: rgba(70, 129, 69, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(70, 129, 69, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-isc2-green\/70 {
    --tw-gradient-from: rgba(70, 129, 69, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(70, 129, 69, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-isc2-green\/75 {
    --tw-gradient-from: rgba(70, 129, 69, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(70, 129, 69, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-isc2-green\/80 {
    --tw-gradient-from: rgba(70, 129, 69, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(70, 129, 69, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-isc2-green\/90 {
    --tw-gradient-from: rgba(70, 129, 69, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(70, 129, 69, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-isc2-green\/95 {
    --tw-gradient-from: rgba(70, 129, 69, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(70, 129, 69, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-lime {
    --tw-gradient-from: #9ac23c var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(154, 194, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-lime\/0 {
    --tw-gradient-from: rgba(154, 194, 60, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(154, 194, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-lime\/10 {
    --tw-gradient-from: rgba(154, 194, 60, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(154, 194, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-lime\/100 {
    --tw-gradient-from: #9ac23c var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(154, 194, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-lime\/20 {
    --tw-gradient-from: rgba(154, 194, 60, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(154, 194, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-lime\/25 {
    --tw-gradient-from: rgba(154, 194, 60, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(154, 194, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-lime\/30 {
    --tw-gradient-from: rgba(154, 194, 60, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(154, 194, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-lime\/40 {
    --tw-gradient-from: rgba(154, 194, 60, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(154, 194, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-lime\/5 {
    --tw-gradient-from: rgba(154, 194, 60, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(154, 194, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-lime\/50 {
    --tw-gradient-from: rgba(154, 194, 60, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(154, 194, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-lime\/60 {
    --tw-gradient-from: rgba(154, 194, 60, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(154, 194, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-lime\/70 {
    --tw-gradient-from: rgba(154, 194, 60, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(154, 194, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-lime\/75 {
    --tw-gradient-from: rgba(154, 194, 60, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(154, 194, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-lime\/80 {
    --tw-gradient-from: rgba(154, 194, 60, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(154, 194, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-lime\/90 {
    --tw-gradient-from: rgba(154, 194, 60, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(154, 194, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-lime\/95 {
    --tw-gradient-from: rgba(154, 194, 60, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(154, 194, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-link-blue {
    --tw-gradient-from: #237db6 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(35, 125, 182, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-link-blue\/0 {
    --tw-gradient-from: rgba(35, 125, 182, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(35, 125, 182, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-link-blue\/10 {
    --tw-gradient-from: rgba(35, 125, 182, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(35, 125, 182, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-link-blue\/100 {
    --tw-gradient-from: #237db6 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(35, 125, 182, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-link-blue\/20 {
    --tw-gradient-from: rgba(35, 125, 182, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(35, 125, 182, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-link-blue\/25 {
    --tw-gradient-from: rgba(35, 125, 182, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(35, 125, 182, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-link-blue\/30 {
    --tw-gradient-from: rgba(35, 125, 182, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(35, 125, 182, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-link-blue\/40 {
    --tw-gradient-from: rgba(35, 125, 182, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(35, 125, 182, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-link-blue\/5 {
    --tw-gradient-from: rgba(35, 125, 182, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(35, 125, 182, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-link-blue\/50 {
    --tw-gradient-from: rgba(35, 125, 182, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(35, 125, 182, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-link-blue\/60 {
    --tw-gradient-from: rgba(35, 125, 182, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(35, 125, 182, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-link-blue\/70 {
    --tw-gradient-from: rgba(35, 125, 182, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(35, 125, 182, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-link-blue\/75 {
    --tw-gradient-from: rgba(35, 125, 182, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(35, 125, 182, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-link-blue\/80 {
    --tw-gradient-from: rgba(35, 125, 182, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(35, 125, 182, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-link-blue\/90 {
    --tw-gradient-from: rgba(35, 125, 182, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(35, 125, 182, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-link-blue\/95 {
    --tw-gradient-from: rgba(35, 125, 182, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(35, 125, 182, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-100 {
    --tw-gradient-from: #f5f5f5 var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 96%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-100\/0 {
    --tw-gradient-from: hsla(0, 0%, 96%, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 96%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-100\/10 {
    --tw-gradient-from: hsla(0, 0%, 96%, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 96%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-100\/100 {
    --tw-gradient-from: #f5f5f5 var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 96%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-100\/20 {
    --tw-gradient-from: hsla(0, 0%, 96%, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 96%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-100\/25 {
    --tw-gradient-from: hsla(0, 0%, 96%, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 96%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-100\/30 {
    --tw-gradient-from: hsla(0, 0%, 96%, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 96%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-100\/40 {
    --tw-gradient-from: hsla(0, 0%, 96%, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 96%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-100\/5 {
    --tw-gradient-from: hsla(0, 0%, 96%, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 96%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-100\/50 {
    --tw-gradient-from: hsla(0, 0%, 96%, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 96%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-100\/60 {
    --tw-gradient-from: hsla(0, 0%, 96%, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 96%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-100\/70 {
    --tw-gradient-from: hsla(0, 0%, 96%, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 96%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-100\/75 {
    --tw-gradient-from: hsla(0, 0%, 96%, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 96%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-100\/80 {
    --tw-gradient-from: hsla(0, 0%, 96%, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 96%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-100\/90 {
    --tw-gradient-from: hsla(0, 0%, 96%, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 96%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-100\/95 {
    --tw-gradient-from: hsla(0, 0%, 96%, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 96%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-200 {
    --tw-gradient-from: #e5e5e5 var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 90%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-200\/0 {
    --tw-gradient-from: hsla(0, 0%, 90%, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 90%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-200\/10 {
    --tw-gradient-from: hsla(0, 0%, 90%, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 90%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-200\/100 {
    --tw-gradient-from: #e5e5e5 var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 90%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-200\/20 {
    --tw-gradient-from: hsla(0, 0%, 90%, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 90%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-200\/25 {
    --tw-gradient-from: hsla(0, 0%, 90%, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 90%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-200\/30 {
    --tw-gradient-from: hsla(0, 0%, 90%, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 90%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-200\/40 {
    --tw-gradient-from: hsla(0, 0%, 90%, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 90%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-200\/5 {
    --tw-gradient-from: hsla(0, 0%, 90%, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 90%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-200\/50 {
    --tw-gradient-from: hsla(0, 0%, 90%, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 90%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-200\/60 {
    --tw-gradient-from: hsla(0, 0%, 90%, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 90%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-200\/70 {
    --tw-gradient-from: hsla(0, 0%, 90%, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 90%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-200\/75 {
    --tw-gradient-from: hsla(0, 0%, 90%, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 90%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-200\/80 {
    --tw-gradient-from: hsla(0, 0%, 90%, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 90%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-200\/90 {
    --tw-gradient-from: hsla(0, 0%, 90%, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 90%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-200\/95 {
    --tw-gradient-from: hsla(0, 0%, 90%, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 90%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-300 {
    --tw-gradient-from: #d4d4d4 var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 83%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-300\/0 {
    --tw-gradient-from: hsla(0, 0%, 83%, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 83%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-300\/10 {
    --tw-gradient-from: hsla(0, 0%, 83%, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 83%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-300\/100 {
    --tw-gradient-from: #d4d4d4 var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 83%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-300\/20 {
    --tw-gradient-from: hsla(0, 0%, 83%, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 83%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-300\/25 {
    --tw-gradient-from: hsla(0, 0%, 83%, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 83%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-300\/30 {
    --tw-gradient-from: hsla(0, 0%, 83%, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 83%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-300\/40 {
    --tw-gradient-from: hsla(0, 0%, 83%, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 83%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-300\/5 {
    --tw-gradient-from: hsla(0, 0%, 83%, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 83%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-300\/50 {
    --tw-gradient-from: hsla(0, 0%, 83%, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 83%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-300\/60 {
    --tw-gradient-from: hsla(0, 0%, 83%, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 83%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-300\/70 {
    --tw-gradient-from: hsla(0, 0%, 83%, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 83%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-300\/75 {
    --tw-gradient-from: hsla(0, 0%, 83%, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 83%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-300\/80 {
    --tw-gradient-from: hsla(0, 0%, 83%, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 83%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-300\/90 {
    --tw-gradient-from: hsla(0, 0%, 83%, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 83%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-300\/95 {
    --tw-gradient-from: hsla(0, 0%, 83%, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 83%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-400 {
    --tw-gradient-from: #a3a3a3 var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 64%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-400\/0 {
    --tw-gradient-from: hsla(0, 0%, 64%, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 64%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-400\/10 {
    --tw-gradient-from: hsla(0, 0%, 64%, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 64%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-400\/100 {
    --tw-gradient-from: #a3a3a3 var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 64%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-400\/20 {
    --tw-gradient-from: hsla(0, 0%, 64%, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 64%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-400\/25 {
    --tw-gradient-from: hsla(0, 0%, 64%, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 64%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-400\/30 {
    --tw-gradient-from: hsla(0, 0%, 64%, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 64%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-400\/40 {
    --tw-gradient-from: hsla(0, 0%, 64%, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 64%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-400\/5 {
    --tw-gradient-from: hsla(0, 0%, 64%, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 64%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-400\/50 {
    --tw-gradient-from: hsla(0, 0%, 64%, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 64%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-400\/60 {
    --tw-gradient-from: hsla(0, 0%, 64%, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 64%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-400\/70 {
    --tw-gradient-from: hsla(0, 0%, 64%, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 64%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-400\/75 {
    --tw-gradient-from: hsla(0, 0%, 64%, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 64%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-400\/80 {
    --tw-gradient-from: hsla(0, 0%, 64%, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 64%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-400\/90 {
    --tw-gradient-from: hsla(0, 0%, 64%, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 64%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-400\/95 {
    --tw-gradient-from: hsla(0, 0%, 64%, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 64%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-50 {
    --tw-gradient-from: #fafafa var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 98%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-50\/0 {
    --tw-gradient-from: hsla(0, 0%, 98%, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 98%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-50\/10 {
    --tw-gradient-from: hsla(0, 0%, 98%, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 98%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-50\/100 {
    --tw-gradient-from: #fafafa var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 98%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-50\/20 {
    --tw-gradient-from: hsla(0, 0%, 98%, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 98%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-50\/25 {
    --tw-gradient-from: hsla(0, 0%, 98%, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 98%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-50\/30 {
    --tw-gradient-from: hsla(0, 0%, 98%, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 98%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-50\/40 {
    --tw-gradient-from: hsla(0, 0%, 98%, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 98%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-50\/5 {
    --tw-gradient-from: hsla(0, 0%, 98%, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 98%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-50\/50 {
    --tw-gradient-from: hsla(0, 0%, 98%, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 98%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-50\/60 {
    --tw-gradient-from: hsla(0, 0%, 98%, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 98%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-50\/70 {
    --tw-gradient-from: hsla(0, 0%, 98%, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 98%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-50\/75 {
    --tw-gradient-from: hsla(0, 0%, 98%, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 98%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-50\/80 {
    --tw-gradient-from: hsla(0, 0%, 98%, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 98%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-50\/90 {
    --tw-gradient-from: hsla(0, 0%, 98%, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 98%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-50\/95 {
    --tw-gradient-from: hsla(0, 0%, 98%, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 98%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-500 {
    --tw-gradient-from: #737373 var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 45%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-500\/0 {
    --tw-gradient-from: hsla(0, 0%, 45%, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 45%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-500\/10 {
    --tw-gradient-from: hsla(0, 0%, 45%, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 45%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-500\/100 {
    --tw-gradient-from: #737373 var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 45%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-500\/20 {
    --tw-gradient-from: hsla(0, 0%, 45%, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 45%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-500\/25 {
    --tw-gradient-from: hsla(0, 0%, 45%, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 45%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-500\/30 {
    --tw-gradient-from: hsla(0, 0%, 45%, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 45%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-500\/40 {
    --tw-gradient-from: hsla(0, 0%, 45%, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 45%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-500\/5 {
    --tw-gradient-from: hsla(0, 0%, 45%, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 45%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-500\/50 {
    --tw-gradient-from: hsla(0, 0%, 45%, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 45%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-500\/60 {
    --tw-gradient-from: hsla(0, 0%, 45%, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 45%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-500\/70 {
    --tw-gradient-from: hsla(0, 0%, 45%, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 45%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-500\/75 {
    --tw-gradient-from: hsla(0, 0%, 45%, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 45%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-500\/80 {
    --tw-gradient-from: hsla(0, 0%, 45%, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 45%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-500\/90 {
    --tw-gradient-from: hsla(0, 0%, 45%, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 45%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-500\/95 {
    --tw-gradient-from: hsla(0, 0%, 45%, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 45%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-600 {
    --tw-gradient-from: #525252 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(82, 82, 82, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-600\/0 {
    --tw-gradient-from: rgba(82, 82, 82, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(82, 82, 82, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-600\/10 {
    --tw-gradient-from: rgba(82, 82, 82, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(82, 82, 82, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-600\/100 {
    --tw-gradient-from: #525252 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(82, 82, 82, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-600\/20 {
    --tw-gradient-from: rgba(82, 82, 82, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(82, 82, 82, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-600\/25 {
    --tw-gradient-from: rgba(82, 82, 82, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(82, 82, 82, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-600\/30 {
    --tw-gradient-from: rgba(82, 82, 82, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(82, 82, 82, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-600\/40 {
    --tw-gradient-from: rgba(82, 82, 82, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(82, 82, 82, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-600\/5 {
    --tw-gradient-from: rgba(82, 82, 82, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(82, 82, 82, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-600\/50 {
    --tw-gradient-from: rgba(82, 82, 82, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(82, 82, 82, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-600\/60 {
    --tw-gradient-from: rgba(82, 82, 82, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(82, 82, 82, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-600\/70 {
    --tw-gradient-from: rgba(82, 82, 82, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(82, 82, 82, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-600\/75 {
    --tw-gradient-from: rgba(82, 82, 82, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(82, 82, 82, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-600\/80 {
    --tw-gradient-from: rgba(82, 82, 82, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(82, 82, 82, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-600\/90 {
    --tw-gradient-from: rgba(82, 82, 82, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(82, 82, 82, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-600\/95 {
    --tw-gradient-from: rgba(82, 82, 82, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(82, 82, 82, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-700 {
    --tw-gradient-from: #404040 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(64, 64, 64, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-700\/0 {
    --tw-gradient-from: rgba(64, 64, 64, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(64, 64, 64, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-700\/10 {
    --tw-gradient-from: rgba(64, 64, 64, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(64, 64, 64, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-700\/100 {
    --tw-gradient-from: #404040 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(64, 64, 64, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-700\/20 {
    --tw-gradient-from: rgba(64, 64, 64, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(64, 64, 64, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-700\/25 {
    --tw-gradient-from: rgba(64, 64, 64, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(64, 64, 64, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-700\/30 {
    --tw-gradient-from: rgba(64, 64, 64, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(64, 64, 64, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-700\/40 {
    --tw-gradient-from: rgba(64, 64, 64, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(64, 64, 64, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-700\/5 {
    --tw-gradient-from: rgba(64, 64, 64, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(64, 64, 64, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-700\/50 {
    --tw-gradient-from: rgba(64, 64, 64, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(64, 64, 64, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-700\/60 {
    --tw-gradient-from: rgba(64, 64, 64, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(64, 64, 64, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-700\/70 {
    --tw-gradient-from: rgba(64, 64, 64, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(64, 64, 64, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-700\/75 {
    --tw-gradient-from: rgba(64, 64, 64, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(64, 64, 64, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-700\/80 {
    --tw-gradient-from: rgba(64, 64, 64, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(64, 64, 64, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-700\/90 {
    --tw-gradient-from: rgba(64, 64, 64, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(64, 64, 64, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-700\/95 {
    --tw-gradient-from: rgba(64, 64, 64, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(64, 64, 64, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-800 {
    --tw-gradient-from: #262626 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(38, 38, 38, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-800\/0 {
    --tw-gradient-from: rgba(38, 38, 38, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(38, 38, 38, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-800\/10 {
    --tw-gradient-from: rgba(38, 38, 38, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(38, 38, 38, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-800\/100 {
    --tw-gradient-from: #262626 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(38, 38, 38, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-800\/20 {
    --tw-gradient-from: rgba(38, 38, 38, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(38, 38, 38, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-800\/25 {
    --tw-gradient-from: rgba(38, 38, 38, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(38, 38, 38, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-800\/30 {
    --tw-gradient-from: rgba(38, 38, 38, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(38, 38, 38, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-800\/40 {
    --tw-gradient-from: rgba(38, 38, 38, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(38, 38, 38, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-800\/5 {
    --tw-gradient-from: rgba(38, 38, 38, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(38, 38, 38, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-800\/50 {
    --tw-gradient-from: rgba(38, 38, 38, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(38, 38, 38, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-800\/60 {
    --tw-gradient-from: rgba(38, 38, 38, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(38, 38, 38, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-800\/70 {
    --tw-gradient-from: rgba(38, 38, 38, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(38, 38, 38, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-800\/75 {
    --tw-gradient-from: rgba(38, 38, 38, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(38, 38, 38, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-800\/80 {
    --tw-gradient-from: rgba(38, 38, 38, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(38, 38, 38, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-800\/90 {
    --tw-gradient-from: rgba(38, 38, 38, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(38, 38, 38, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-800\/95 {
    --tw-gradient-from: rgba(38, 38, 38, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(38, 38, 38, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-900 {
    --tw-gradient-from: #171717 var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 9%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-900\/0 {
    --tw-gradient-from: hsla(0, 0%, 9%, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 9%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-900\/10 {
    --tw-gradient-from: hsla(0, 0%, 9%, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 9%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-900\/100 {
    --tw-gradient-from: #171717 var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 9%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-900\/20 {
    --tw-gradient-from: hsla(0, 0%, 9%, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 9%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-900\/25 {
    --tw-gradient-from: hsla(0, 0%, 9%, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 9%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-900\/30 {
    --tw-gradient-from: hsla(0, 0%, 9%, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 9%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-900\/40 {
    --tw-gradient-from: hsla(0, 0%, 9%, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 9%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-900\/5 {
    --tw-gradient-from: hsla(0, 0%, 9%, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 9%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-900\/50 {
    --tw-gradient-from: hsla(0, 0%, 9%, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 9%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-900\/60 {
    --tw-gradient-from: hsla(0, 0%, 9%, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 9%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-900\/70 {
    --tw-gradient-from: hsla(0, 0%, 9%, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 9%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-900\/75 {
    --tw-gradient-from: hsla(0, 0%, 9%, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 9%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-900\/80 {
    --tw-gradient-from: hsla(0, 0%, 9%, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 9%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-900\/90 {
    --tw-gradient-from: hsla(0, 0%, 9%, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 9%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-900\/95 {
    --tw-gradient-from: hsla(0, 0%, 9%, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 9%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-950 {
    --tw-gradient-from: #0a0a0a var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 4%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-950\/0 {
    --tw-gradient-from: hsla(0, 0%, 4%, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 4%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-950\/10 {
    --tw-gradient-from: hsla(0, 0%, 4%, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 4%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-950\/100 {
    --tw-gradient-from: #0a0a0a var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 4%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-950\/20 {
    --tw-gradient-from: hsla(0, 0%, 4%, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 4%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-950\/25 {
    --tw-gradient-from: hsla(0, 0%, 4%, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 4%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-950\/30 {
    --tw-gradient-from: hsla(0, 0%, 4%, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 4%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-950\/40 {
    --tw-gradient-from: hsla(0, 0%, 4%, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 4%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-950\/5 {
    --tw-gradient-from: hsla(0, 0%, 4%, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 4%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-950\/50 {
    --tw-gradient-from: hsla(0, 0%, 4%, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 4%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-950\/60 {
    --tw-gradient-from: hsla(0, 0%, 4%, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 4%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-950\/70 {
    --tw-gradient-from: hsla(0, 0%, 4%, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 4%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-950\/75 {
    --tw-gradient-from: hsla(0, 0%, 4%, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 4%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-950\/80 {
    --tw-gradient-from: hsla(0, 0%, 4%, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 4%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-950\/90 {
    --tw-gradient-from: hsla(0, 0%, 4%, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 4%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-neutral-950\/95 {
    --tw-gradient-from: hsla(0, 0%, 4%, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 4%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-100 {
    --tw-gradient-from: #ffedd5 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 237, 213, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-100\/0 {
    --tw-gradient-from: rgba(255, 237, 213, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 237, 213, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-100\/10 {
    --tw-gradient-from: rgba(255, 237, 213, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 237, 213, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-100\/100 {
    --tw-gradient-from: #ffedd5 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 237, 213, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-100\/20 {
    --tw-gradient-from: rgba(255, 237, 213, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 237, 213, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-100\/25 {
    --tw-gradient-from: rgba(255, 237, 213, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 237, 213, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-100\/30 {
    --tw-gradient-from: rgba(255, 237, 213, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 237, 213, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-100\/40 {
    --tw-gradient-from: rgba(255, 237, 213, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 237, 213, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-100\/5 {
    --tw-gradient-from: rgba(255, 237, 213, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 237, 213, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-100\/50 {
    --tw-gradient-from: rgba(255, 237, 213, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 237, 213, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-100\/60 {
    --tw-gradient-from: rgba(255, 237, 213, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 237, 213, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-100\/70 {
    --tw-gradient-from: rgba(255, 237, 213, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 237, 213, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-100\/75 {
    --tw-gradient-from: rgba(255, 237, 213, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 237, 213, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-100\/80 {
    --tw-gradient-from: rgba(255, 237, 213, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 237, 213, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-100\/90 {
    --tw-gradient-from: rgba(255, 237, 213, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 237, 213, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-100\/95 {
    --tw-gradient-from: rgba(255, 237, 213, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 237, 213, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-200 {
    --tw-gradient-from: #fed7aa var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(32, 98%, 83%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-200\/0 {
    --tw-gradient-from: hsla(32, 98%, 83%, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(32, 98%, 83%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-200\/10 {
    --tw-gradient-from: hsla(32, 98%, 83%, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(32, 98%, 83%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-200\/100 {
    --tw-gradient-from: #fed7aa var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(32, 98%, 83%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-200\/20 {
    --tw-gradient-from: hsla(32, 98%, 83%, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(32, 98%, 83%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-200\/25 {
    --tw-gradient-from: hsla(32, 98%, 83%, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(32, 98%, 83%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-200\/30 {
    --tw-gradient-from: hsla(32, 98%, 83%, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(32, 98%, 83%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-200\/40 {
    --tw-gradient-from: hsla(32, 98%, 83%, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(32, 98%, 83%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-200\/5 {
    --tw-gradient-from: hsla(32, 98%, 83%, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(32, 98%, 83%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-200\/50 {
    --tw-gradient-from: hsla(32, 98%, 83%, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(32, 98%, 83%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-200\/60 {
    --tw-gradient-from: hsla(32, 98%, 83%, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(32, 98%, 83%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-200\/70 {
    --tw-gradient-from: hsla(32, 98%, 83%, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(32, 98%, 83%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-200\/75 {
    --tw-gradient-from: hsla(32, 98%, 83%, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(32, 98%, 83%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-200\/80 {
    --tw-gradient-from: hsla(32, 98%, 83%, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(32, 98%, 83%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-200\/90 {
    --tw-gradient-from: hsla(32, 98%, 83%, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(32, 98%, 83%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-200\/95 {
    --tw-gradient-from: hsla(32, 98%, 83%, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(32, 98%, 83%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-300 {
    --tw-gradient-from: #fdba74 var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(31, 97%, 72%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-300\/0 {
    --tw-gradient-from: hsla(31, 97%, 72%, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(31, 97%, 72%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-300\/10 {
    --tw-gradient-from: hsla(31, 97%, 72%, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(31, 97%, 72%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-300\/100 {
    --tw-gradient-from: #fdba74 var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(31, 97%, 72%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-300\/20 {
    --tw-gradient-from: hsla(31, 97%, 72%, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(31, 97%, 72%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-300\/25 {
    --tw-gradient-from: hsla(31, 97%, 72%, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(31, 97%, 72%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-300\/30 {
    --tw-gradient-from: hsla(31, 97%, 72%, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(31, 97%, 72%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-300\/40 {
    --tw-gradient-from: hsla(31, 97%, 72%, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(31, 97%, 72%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-300\/5 {
    --tw-gradient-from: hsla(31, 97%, 72%, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(31, 97%, 72%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-300\/50 {
    --tw-gradient-from: hsla(31, 97%, 72%, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(31, 97%, 72%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-300\/60 {
    --tw-gradient-from: hsla(31, 97%, 72%, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(31, 97%, 72%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-300\/70 {
    --tw-gradient-from: hsla(31, 97%, 72%, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(31, 97%, 72%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-300\/75 {
    --tw-gradient-from: hsla(31, 97%, 72%, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(31, 97%, 72%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-300\/80 {
    --tw-gradient-from: hsla(31, 97%, 72%, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(31, 97%, 72%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-300\/90 {
    --tw-gradient-from: hsla(31, 97%, 72%, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(31, 97%, 72%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-300\/95 {
    --tw-gradient-from: hsla(31, 97%, 72%, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(31, 97%, 72%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-400 {
    --tw-gradient-from: #fb923c var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(251, 146, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-400\/0 {
    --tw-gradient-from: rgba(251, 146, 60, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(251, 146, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-400\/10 {
    --tw-gradient-from: rgba(251, 146, 60, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(251, 146, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-400\/100 {
    --tw-gradient-from: #fb923c var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(251, 146, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-400\/20 {
    --tw-gradient-from: rgba(251, 146, 60, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(251, 146, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-400\/25 {
    --tw-gradient-from: rgba(251, 146, 60, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(251, 146, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-400\/30 {
    --tw-gradient-from: rgba(251, 146, 60, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(251, 146, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-400\/40 {
    --tw-gradient-from: rgba(251, 146, 60, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(251, 146, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-400\/5 {
    --tw-gradient-from: rgba(251, 146, 60, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(251, 146, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-400\/50 {
    --tw-gradient-from: rgba(251, 146, 60, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(251, 146, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-400\/60 {
    --tw-gradient-from: rgba(251, 146, 60, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(251, 146, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-400\/70 {
    --tw-gradient-from: rgba(251, 146, 60, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(251, 146, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-400\/75 {
    --tw-gradient-from: rgba(251, 146, 60, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(251, 146, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-400\/80 {
    --tw-gradient-from: rgba(251, 146, 60, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(251, 146, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-400\/90 {
    --tw-gradient-from: rgba(251, 146, 60, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(251, 146, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-400\/95 {
    --tw-gradient-from: rgba(251, 146, 60, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(251, 146, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-50 {
    --tw-gradient-from: #fff7ed var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 247, 237, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-50\/0 {
    --tw-gradient-from: rgba(255, 247, 237, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 247, 237, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-50\/10 {
    --tw-gradient-from: rgba(255, 247, 237, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 247, 237, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-50\/100 {
    --tw-gradient-from: #fff7ed var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 247, 237, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-50\/20 {
    --tw-gradient-from: rgba(255, 247, 237, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 247, 237, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-50\/25 {
    --tw-gradient-from: rgba(255, 247, 237, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 247, 237, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-50\/30 {
    --tw-gradient-from: rgba(255, 247, 237, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 247, 237, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-50\/40 {
    --tw-gradient-from: rgba(255, 247, 237, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 247, 237, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-50\/5 {
    --tw-gradient-from: rgba(255, 247, 237, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 247, 237, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-50\/50 {
    --tw-gradient-from: rgba(255, 247, 237, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 247, 237, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-50\/60 {
    --tw-gradient-from: rgba(255, 247, 237, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 247, 237, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-50\/70 {
    --tw-gradient-from: rgba(255, 247, 237, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 247, 237, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-50\/75 {
    --tw-gradient-from: rgba(255, 247, 237, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 247, 237, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-50\/80 {
    --tw-gradient-from: rgba(255, 247, 237, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 247, 237, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-50\/90 {
    --tw-gradient-from: rgba(255, 247, 237, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 247, 237, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-50\/95 {
    --tw-gradient-from: rgba(255, 247, 237, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 247, 237, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-500 {
    --tw-gradient-from: #f97316 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(249, 115, 22, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-500\/0 {
    --tw-gradient-from: rgba(249, 115, 22, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(249, 115, 22, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-500\/10 {
    --tw-gradient-from: rgba(249, 115, 22, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(249, 115, 22, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-500\/100 {
    --tw-gradient-from: #f97316 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(249, 115, 22, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-500\/20 {
    --tw-gradient-from: rgba(249, 115, 22, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(249, 115, 22, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-500\/25 {
    --tw-gradient-from: rgba(249, 115, 22, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(249, 115, 22, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-500\/30 {
    --tw-gradient-from: rgba(249, 115, 22, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(249, 115, 22, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-500\/40 {
    --tw-gradient-from: rgba(249, 115, 22, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(249, 115, 22, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-500\/5 {
    --tw-gradient-from: rgba(249, 115, 22, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(249, 115, 22, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-500\/50 {
    --tw-gradient-from: rgba(249, 115, 22, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(249, 115, 22, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-500\/60 {
    --tw-gradient-from: rgba(249, 115, 22, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(249, 115, 22, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-500\/70 {
    --tw-gradient-from: rgba(249, 115, 22, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(249, 115, 22, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-500\/75 {
    --tw-gradient-from: rgba(249, 115, 22, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(249, 115, 22, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-500\/80 {
    --tw-gradient-from: rgba(249, 115, 22, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(249, 115, 22, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-500\/90 {
    --tw-gradient-from: rgba(249, 115, 22, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(249, 115, 22, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-500\/95 {
    --tw-gradient-from: rgba(249, 115, 22, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(249, 115, 22, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-600 {
    --tw-gradient-from: #ea580c var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(234, 88, 12, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-600\/0 {
    --tw-gradient-from: rgba(234, 88, 12, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(234, 88, 12, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-600\/10 {
    --tw-gradient-from: rgba(234, 88, 12, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(234, 88, 12, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-600\/100 {
    --tw-gradient-from: #ea580c var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(234, 88, 12, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-600\/20 {
    --tw-gradient-from: rgba(234, 88, 12, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(234, 88, 12, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-600\/25 {
    --tw-gradient-from: rgba(234, 88, 12, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(234, 88, 12, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-600\/30 {
    --tw-gradient-from: rgba(234, 88, 12, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(234, 88, 12, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-600\/40 {
    --tw-gradient-from: rgba(234, 88, 12, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(234, 88, 12, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-600\/5 {
    --tw-gradient-from: rgba(234, 88, 12, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(234, 88, 12, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-600\/50 {
    --tw-gradient-from: rgba(234, 88, 12, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(234, 88, 12, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-600\/60 {
    --tw-gradient-from: rgba(234, 88, 12, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(234, 88, 12, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-600\/70 {
    --tw-gradient-from: rgba(234, 88, 12, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(234, 88, 12, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-600\/75 {
    --tw-gradient-from: rgba(234, 88, 12, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(234, 88, 12, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-600\/80 {
    --tw-gradient-from: rgba(234, 88, 12, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(234, 88, 12, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-600\/90 {
    --tw-gradient-from: rgba(234, 88, 12, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(234, 88, 12, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-600\/95 {
    --tw-gradient-from: rgba(234, 88, 12, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(234, 88, 12, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-700 {
    --tw-gradient-from: #c2410c var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(194, 65, 12, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-700\/0 {
    --tw-gradient-from: rgba(194, 65, 12, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(194, 65, 12, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-700\/10 {
    --tw-gradient-from: rgba(194, 65, 12, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(194, 65, 12, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-700\/100 {
    --tw-gradient-from: #c2410c var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(194, 65, 12, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-700\/20 {
    --tw-gradient-from: rgba(194, 65, 12, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(194, 65, 12, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-700\/25 {
    --tw-gradient-from: rgba(194, 65, 12, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(194, 65, 12, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-700\/30 {
    --tw-gradient-from: rgba(194, 65, 12, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(194, 65, 12, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-700\/40 {
    --tw-gradient-from: rgba(194, 65, 12, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(194, 65, 12, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-700\/5 {
    --tw-gradient-from: rgba(194, 65, 12, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(194, 65, 12, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-700\/50 {
    --tw-gradient-from: rgba(194, 65, 12, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(194, 65, 12, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-700\/60 {
    --tw-gradient-from: rgba(194, 65, 12, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(194, 65, 12, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-700\/70 {
    --tw-gradient-from: rgba(194, 65, 12, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(194, 65, 12, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-700\/75 {
    --tw-gradient-from: rgba(194, 65, 12, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(194, 65, 12, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-700\/80 {
    --tw-gradient-from: rgba(194, 65, 12, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(194, 65, 12, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-700\/90 {
    --tw-gradient-from: rgba(194, 65, 12, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(194, 65, 12, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-700\/95 {
    --tw-gradient-from: rgba(194, 65, 12, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(194, 65, 12, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-800 {
    --tw-gradient-from: #9a3412 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(154, 52, 18, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-800\/0 {
    --tw-gradient-from: rgba(154, 52, 18, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(154, 52, 18, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-800\/10 {
    --tw-gradient-from: rgba(154, 52, 18, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(154, 52, 18, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-800\/100 {
    --tw-gradient-from: #9a3412 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(154, 52, 18, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-800\/20 {
    --tw-gradient-from: rgba(154, 52, 18, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(154, 52, 18, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-800\/25 {
    --tw-gradient-from: rgba(154, 52, 18, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(154, 52, 18, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-800\/30 {
    --tw-gradient-from: rgba(154, 52, 18, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(154, 52, 18, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-800\/40 {
    --tw-gradient-from: rgba(154, 52, 18, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(154, 52, 18, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-800\/5 {
    --tw-gradient-from: rgba(154, 52, 18, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(154, 52, 18, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-800\/50 {
    --tw-gradient-from: rgba(154, 52, 18, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(154, 52, 18, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-800\/60 {
    --tw-gradient-from: rgba(154, 52, 18, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(154, 52, 18, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-800\/70 {
    --tw-gradient-from: rgba(154, 52, 18, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(154, 52, 18, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-800\/75 {
    --tw-gradient-from: rgba(154, 52, 18, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(154, 52, 18, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-800\/80 {
    --tw-gradient-from: rgba(154, 52, 18, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(154, 52, 18, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-800\/90 {
    --tw-gradient-from: rgba(154, 52, 18, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(154, 52, 18, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-800\/95 {
    --tw-gradient-from: rgba(154, 52, 18, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(154, 52, 18, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-900 {
    --tw-gradient-from: #7c2d12 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(124, 45, 18, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-900\/0 {
    --tw-gradient-from: rgba(124, 45, 18, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(124, 45, 18, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-900\/10 {
    --tw-gradient-from: rgba(124, 45, 18, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(124, 45, 18, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-900\/100 {
    --tw-gradient-from: #7c2d12 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(124, 45, 18, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-900\/20 {
    --tw-gradient-from: rgba(124, 45, 18, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(124, 45, 18, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-900\/25 {
    --tw-gradient-from: rgba(124, 45, 18, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(124, 45, 18, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-900\/30 {
    --tw-gradient-from: rgba(124, 45, 18, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(124, 45, 18, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-900\/40 {
    --tw-gradient-from: rgba(124, 45, 18, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(124, 45, 18, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-900\/5 {
    --tw-gradient-from: rgba(124, 45, 18, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(124, 45, 18, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-900\/50 {
    --tw-gradient-from: rgba(124, 45, 18, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(124, 45, 18, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-900\/60 {
    --tw-gradient-from: rgba(124, 45, 18, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(124, 45, 18, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-900\/70 {
    --tw-gradient-from: rgba(124, 45, 18, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(124, 45, 18, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-900\/75 {
    --tw-gradient-from: rgba(124, 45, 18, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(124, 45, 18, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-900\/80 {
    --tw-gradient-from: rgba(124, 45, 18, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(124, 45, 18, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-900\/90 {
    --tw-gradient-from: rgba(124, 45, 18, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(124, 45, 18, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-900\/95 {
    --tw-gradient-from: rgba(124, 45, 18, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(124, 45, 18, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-950 {
    --tw-gradient-from: #431407 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(67, 20, 7, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-950\/0 {
    --tw-gradient-from: rgba(67, 20, 7, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(67, 20, 7, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-950\/10 {
    --tw-gradient-from: rgba(67, 20, 7, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(67, 20, 7, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-950\/100 {
    --tw-gradient-from: #431407 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(67, 20, 7, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-950\/20 {
    --tw-gradient-from: rgba(67, 20, 7, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(67, 20, 7, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-950\/25 {
    --tw-gradient-from: rgba(67, 20, 7, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(67, 20, 7, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-950\/30 {
    --tw-gradient-from: rgba(67, 20, 7, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(67, 20, 7, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-950\/40 {
    --tw-gradient-from: rgba(67, 20, 7, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(67, 20, 7, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-950\/5 {
    --tw-gradient-from: rgba(67, 20, 7, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(67, 20, 7, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-950\/50 {
    --tw-gradient-from: rgba(67, 20, 7, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(67, 20, 7, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-950\/60 {
    --tw-gradient-from: rgba(67, 20, 7, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(67, 20, 7, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-950\/70 {
    --tw-gradient-from: rgba(67, 20, 7, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(67, 20, 7, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-950\/75 {
    --tw-gradient-from: rgba(67, 20, 7, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(67, 20, 7, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-950\/80 {
    --tw-gradient-from: rgba(67, 20, 7, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(67, 20, 7, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-950\/90 {
    --tw-gradient-from: rgba(67, 20, 7, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(67, 20, 7, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-orange-950\/95 {
    --tw-gradient-from: rgba(67, 20, 7, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(67, 20, 7, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-100 {
    --tw-gradient-from: #fce7f3 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(252, 231, 243, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-100\/0 {
    --tw-gradient-from: rgba(252, 231, 243, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(252, 231, 243, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-100\/10 {
    --tw-gradient-from: rgba(252, 231, 243, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(252, 231, 243, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-100\/100 {
    --tw-gradient-from: #fce7f3 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(252, 231, 243, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-100\/20 {
    --tw-gradient-from: rgba(252, 231, 243, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(252, 231, 243, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-100\/25 {
    --tw-gradient-from: rgba(252, 231, 243, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(252, 231, 243, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-100\/30 {
    --tw-gradient-from: rgba(252, 231, 243, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(252, 231, 243, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-100\/40 {
    --tw-gradient-from: rgba(252, 231, 243, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(252, 231, 243, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-100\/5 {
    --tw-gradient-from: rgba(252, 231, 243, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(252, 231, 243, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-100\/50 {
    --tw-gradient-from: rgba(252, 231, 243, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(252, 231, 243, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-100\/60 {
    --tw-gradient-from: rgba(252, 231, 243, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(252, 231, 243, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-100\/70 {
    --tw-gradient-from: rgba(252, 231, 243, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(252, 231, 243, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-100\/75 {
    --tw-gradient-from: rgba(252, 231, 243, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(252, 231, 243, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-100\/80 {
    --tw-gradient-from: rgba(252, 231, 243, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(252, 231, 243, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-100\/90 {
    --tw-gradient-from: rgba(252, 231, 243, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(252, 231, 243, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-100\/95 {
    --tw-gradient-from: rgba(252, 231, 243, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(252, 231, 243, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-200 {
    --tw-gradient-from: #fbcfe8 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(251, 207, 232, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-200\/0 {
    --tw-gradient-from: rgba(251, 207, 232, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(251, 207, 232, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-200\/10 {
    --tw-gradient-from: rgba(251, 207, 232, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(251, 207, 232, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-200\/100 {
    --tw-gradient-from: #fbcfe8 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(251, 207, 232, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-200\/20 {
    --tw-gradient-from: rgba(251, 207, 232, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(251, 207, 232, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-200\/25 {
    --tw-gradient-from: rgba(251, 207, 232, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(251, 207, 232, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-200\/30 {
    --tw-gradient-from: rgba(251, 207, 232, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(251, 207, 232, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-200\/40 {
    --tw-gradient-from: rgba(251, 207, 232, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(251, 207, 232, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-200\/5 {
    --tw-gradient-from: rgba(251, 207, 232, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(251, 207, 232, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-200\/50 {
    --tw-gradient-from: rgba(251, 207, 232, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(251, 207, 232, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-200\/60 {
    --tw-gradient-from: rgba(251, 207, 232, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(251, 207, 232, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-200\/70 {
    --tw-gradient-from: rgba(251, 207, 232, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(251, 207, 232, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-200\/75 {
    --tw-gradient-from: rgba(251, 207, 232, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(251, 207, 232, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-200\/80 {
    --tw-gradient-from: rgba(251, 207, 232, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(251, 207, 232, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-200\/90 {
    --tw-gradient-from: rgba(251, 207, 232, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(251, 207, 232, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-200\/95 {
    --tw-gradient-from: rgba(251, 207, 232, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(251, 207, 232, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-300 {
    --tw-gradient-from: #f9a8d4 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(249, 168, 212, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-300\/0 {
    --tw-gradient-from: rgba(249, 168, 212, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(249, 168, 212, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-300\/10 {
    --tw-gradient-from: rgba(249, 168, 212, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(249, 168, 212, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-300\/100 {
    --tw-gradient-from: #f9a8d4 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(249, 168, 212, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-300\/20 {
    --tw-gradient-from: rgba(249, 168, 212, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(249, 168, 212, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-300\/25 {
    --tw-gradient-from: rgba(249, 168, 212, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(249, 168, 212, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-300\/30 {
    --tw-gradient-from: rgba(249, 168, 212, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(249, 168, 212, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-300\/40 {
    --tw-gradient-from: rgba(249, 168, 212, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(249, 168, 212, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-300\/5 {
    --tw-gradient-from: rgba(249, 168, 212, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(249, 168, 212, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-300\/50 {
    --tw-gradient-from: rgba(249, 168, 212, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(249, 168, 212, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-300\/60 {
    --tw-gradient-from: rgba(249, 168, 212, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(249, 168, 212, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-300\/70 {
    --tw-gradient-from: rgba(249, 168, 212, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(249, 168, 212, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-300\/75 {
    --tw-gradient-from: rgba(249, 168, 212, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(249, 168, 212, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-300\/80 {
    --tw-gradient-from: rgba(249, 168, 212, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(249, 168, 212, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-300\/90 {
    --tw-gradient-from: rgba(249, 168, 212, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(249, 168, 212, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-300\/95 {
    --tw-gradient-from: rgba(249, 168, 212, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(249, 168, 212, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-400 {
    --tw-gradient-from: #f472b6 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(244, 114, 182, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-400\/0 {
    --tw-gradient-from: rgba(244, 114, 182, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(244, 114, 182, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-400\/10 {
    --tw-gradient-from: rgba(244, 114, 182, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(244, 114, 182, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-400\/100 {
    --tw-gradient-from: #f472b6 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(244, 114, 182, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-400\/20 {
    --tw-gradient-from: rgba(244, 114, 182, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(244, 114, 182, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-400\/25 {
    --tw-gradient-from: rgba(244, 114, 182, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(244, 114, 182, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-400\/30 {
    --tw-gradient-from: rgba(244, 114, 182, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(244, 114, 182, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-400\/40 {
    --tw-gradient-from: rgba(244, 114, 182, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(244, 114, 182, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-400\/5 {
    --tw-gradient-from: rgba(244, 114, 182, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(244, 114, 182, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-400\/50 {
    --tw-gradient-from: rgba(244, 114, 182, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(244, 114, 182, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-400\/60 {
    --tw-gradient-from: rgba(244, 114, 182, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(244, 114, 182, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-400\/70 {
    --tw-gradient-from: rgba(244, 114, 182, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(244, 114, 182, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-400\/75 {
    --tw-gradient-from: rgba(244, 114, 182, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(244, 114, 182, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-400\/80 {
    --tw-gradient-from: rgba(244, 114, 182, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(244, 114, 182, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-400\/90 {
    --tw-gradient-from: rgba(244, 114, 182, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(244, 114, 182, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-400\/95 {
    --tw-gradient-from: rgba(244, 114, 182, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(244, 114, 182, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-50 {
    --tw-gradient-from: #fdf2f8 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(253, 242, 248, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-50\/0 {
    --tw-gradient-from: rgba(253, 242, 248, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(253, 242, 248, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-50\/10 {
    --tw-gradient-from: rgba(253, 242, 248, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(253, 242, 248, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-50\/100 {
    --tw-gradient-from: #fdf2f8 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(253, 242, 248, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-50\/20 {
    --tw-gradient-from: rgba(253, 242, 248, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(253, 242, 248, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-50\/25 {
    --tw-gradient-from: rgba(253, 242, 248, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(253, 242, 248, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-50\/30 {
    --tw-gradient-from: rgba(253, 242, 248, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(253, 242, 248, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-50\/40 {
    --tw-gradient-from: rgba(253, 242, 248, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(253, 242, 248, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-50\/5 {
    --tw-gradient-from: rgba(253, 242, 248, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(253, 242, 248, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-50\/50 {
    --tw-gradient-from: rgba(253, 242, 248, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(253, 242, 248, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-50\/60 {
    --tw-gradient-from: rgba(253, 242, 248, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(253, 242, 248, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-50\/70 {
    --tw-gradient-from: rgba(253, 242, 248, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(253, 242, 248, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-50\/75 {
    --tw-gradient-from: rgba(253, 242, 248, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(253, 242, 248, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-50\/80 {
    --tw-gradient-from: rgba(253, 242, 248, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(253, 242, 248, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-50\/90 {
    --tw-gradient-from: rgba(253, 242, 248, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(253, 242, 248, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-50\/95 {
    --tw-gradient-from: rgba(253, 242, 248, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(253, 242, 248, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-500 {
    --tw-gradient-from: #ec4899 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(236, 72, 153, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-500\/0 {
    --tw-gradient-from: rgba(236, 72, 153, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(236, 72, 153, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-500\/10 {
    --tw-gradient-from: rgba(236, 72, 153, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(236, 72, 153, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-500\/100 {
    --tw-gradient-from: #ec4899 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(236, 72, 153, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-500\/20 {
    --tw-gradient-from: rgba(236, 72, 153, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(236, 72, 153, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-500\/25 {
    --tw-gradient-from: rgba(236, 72, 153, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(236, 72, 153, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-500\/30 {
    --tw-gradient-from: rgba(236, 72, 153, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(236, 72, 153, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-500\/40 {
    --tw-gradient-from: rgba(236, 72, 153, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(236, 72, 153, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-500\/5 {
    --tw-gradient-from: rgba(236, 72, 153, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(236, 72, 153, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-500\/50 {
    --tw-gradient-from: rgba(236, 72, 153, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(236, 72, 153, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-500\/60 {
    --tw-gradient-from: rgba(236, 72, 153, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(236, 72, 153, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-500\/70 {
    --tw-gradient-from: rgba(236, 72, 153, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(236, 72, 153, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-500\/75 {
    --tw-gradient-from: rgba(236, 72, 153, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(236, 72, 153, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-500\/80 {
    --tw-gradient-from: rgba(236, 72, 153, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(236, 72, 153, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-500\/90 {
    --tw-gradient-from: rgba(236, 72, 153, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(236, 72, 153, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-500\/95 {
    --tw-gradient-from: rgba(236, 72, 153, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(236, 72, 153, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-600 {
    --tw-gradient-from: #db2777 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(219, 39, 119, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-600\/0 {
    --tw-gradient-from: rgba(219, 39, 119, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(219, 39, 119, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-600\/10 {
    --tw-gradient-from: rgba(219, 39, 119, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(219, 39, 119, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-600\/100 {
    --tw-gradient-from: #db2777 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(219, 39, 119, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-600\/20 {
    --tw-gradient-from: rgba(219, 39, 119, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(219, 39, 119, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-600\/25 {
    --tw-gradient-from: rgba(219, 39, 119, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(219, 39, 119, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-600\/30 {
    --tw-gradient-from: rgba(219, 39, 119, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(219, 39, 119, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-600\/40 {
    --tw-gradient-from: rgba(219, 39, 119, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(219, 39, 119, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-600\/5 {
    --tw-gradient-from: rgba(219, 39, 119, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(219, 39, 119, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-600\/50 {
    --tw-gradient-from: rgba(219, 39, 119, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(219, 39, 119, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-600\/60 {
    --tw-gradient-from: rgba(219, 39, 119, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(219, 39, 119, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-600\/70 {
    --tw-gradient-from: rgba(219, 39, 119, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(219, 39, 119, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-600\/75 {
    --tw-gradient-from: rgba(219, 39, 119, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(219, 39, 119, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-600\/80 {
    --tw-gradient-from: rgba(219, 39, 119, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(219, 39, 119, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-600\/90 {
    --tw-gradient-from: rgba(219, 39, 119, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(219, 39, 119, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-600\/95 {
    --tw-gradient-from: rgba(219, 39, 119, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(219, 39, 119, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-700 {
    --tw-gradient-from: #be185d var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(190, 24, 93, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-700\/0 {
    --tw-gradient-from: rgba(190, 24, 93, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(190, 24, 93, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-700\/10 {
    --tw-gradient-from: rgba(190, 24, 93, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(190, 24, 93, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-700\/100 {
    --tw-gradient-from: #be185d var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(190, 24, 93, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-700\/20 {
    --tw-gradient-from: rgba(190, 24, 93, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(190, 24, 93, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-700\/25 {
    --tw-gradient-from: rgba(190, 24, 93, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(190, 24, 93, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-700\/30 {
    --tw-gradient-from: rgba(190, 24, 93, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(190, 24, 93, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-700\/40 {
    --tw-gradient-from: rgba(190, 24, 93, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(190, 24, 93, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-700\/5 {
    --tw-gradient-from: rgba(190, 24, 93, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(190, 24, 93, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-700\/50 {
    --tw-gradient-from: rgba(190, 24, 93, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(190, 24, 93, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-700\/60 {
    --tw-gradient-from: rgba(190, 24, 93, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(190, 24, 93, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-700\/70 {
    --tw-gradient-from: rgba(190, 24, 93, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(190, 24, 93, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-700\/75 {
    --tw-gradient-from: rgba(190, 24, 93, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(190, 24, 93, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-700\/80 {
    --tw-gradient-from: rgba(190, 24, 93, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(190, 24, 93, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-700\/90 {
    --tw-gradient-from: rgba(190, 24, 93, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(190, 24, 93, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-700\/95 {
    --tw-gradient-from: rgba(190, 24, 93, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(190, 24, 93, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-800 {
    --tw-gradient-from: #9d174d var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(157, 23, 77, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-800\/0 {
    --tw-gradient-from: rgba(157, 23, 77, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(157, 23, 77, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-800\/10 {
    --tw-gradient-from: rgba(157, 23, 77, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(157, 23, 77, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-800\/100 {
    --tw-gradient-from: #9d174d var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(157, 23, 77, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-800\/20 {
    --tw-gradient-from: rgba(157, 23, 77, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(157, 23, 77, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-800\/25 {
    --tw-gradient-from: rgba(157, 23, 77, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(157, 23, 77, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-800\/30 {
    --tw-gradient-from: rgba(157, 23, 77, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(157, 23, 77, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-800\/40 {
    --tw-gradient-from: rgba(157, 23, 77, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(157, 23, 77, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-800\/5 {
    --tw-gradient-from: rgba(157, 23, 77, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(157, 23, 77, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-800\/50 {
    --tw-gradient-from: rgba(157, 23, 77, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(157, 23, 77, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-800\/60 {
    --tw-gradient-from: rgba(157, 23, 77, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(157, 23, 77, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-800\/70 {
    --tw-gradient-from: rgba(157, 23, 77, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(157, 23, 77, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-800\/75 {
    --tw-gradient-from: rgba(157, 23, 77, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(157, 23, 77, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-800\/80 {
    --tw-gradient-from: rgba(157, 23, 77, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(157, 23, 77, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-800\/90 {
    --tw-gradient-from: rgba(157, 23, 77, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(157, 23, 77, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-800\/95 {
    --tw-gradient-from: rgba(157, 23, 77, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(157, 23, 77, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-900 {
    --tw-gradient-from: #831843 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(131, 24, 67, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-900\/0 {
    --tw-gradient-from: rgba(131, 24, 67, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(131, 24, 67, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-900\/10 {
    --tw-gradient-from: rgba(131, 24, 67, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(131, 24, 67, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-900\/100 {
    --tw-gradient-from: #831843 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(131, 24, 67, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-900\/20 {
    --tw-gradient-from: rgba(131, 24, 67, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(131, 24, 67, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-900\/25 {
    --tw-gradient-from: rgba(131, 24, 67, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(131, 24, 67, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-900\/30 {
    --tw-gradient-from: rgba(131, 24, 67, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(131, 24, 67, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-900\/40 {
    --tw-gradient-from: rgba(131, 24, 67, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(131, 24, 67, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-900\/5 {
    --tw-gradient-from: rgba(131, 24, 67, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(131, 24, 67, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-900\/50 {
    --tw-gradient-from: rgba(131, 24, 67, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(131, 24, 67, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-900\/60 {
    --tw-gradient-from: rgba(131, 24, 67, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(131, 24, 67, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-900\/70 {
    --tw-gradient-from: rgba(131, 24, 67, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(131, 24, 67, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-900\/75 {
    --tw-gradient-from: rgba(131, 24, 67, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(131, 24, 67, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-900\/80 {
    --tw-gradient-from: rgba(131, 24, 67, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(131, 24, 67, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-900\/90 {
    --tw-gradient-from: rgba(131, 24, 67, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(131, 24, 67, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-900\/95 {
    --tw-gradient-from: rgba(131, 24, 67, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(131, 24, 67, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-950 {
    --tw-gradient-from: #500724 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(80, 7, 36, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-950\/0 {
    --tw-gradient-from: rgba(80, 7, 36, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(80, 7, 36, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-950\/10 {
    --tw-gradient-from: rgba(80, 7, 36, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(80, 7, 36, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-950\/100 {
    --tw-gradient-from: #500724 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(80, 7, 36, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-950\/20 {
    --tw-gradient-from: rgba(80, 7, 36, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(80, 7, 36, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-950\/25 {
    --tw-gradient-from: rgba(80, 7, 36, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(80, 7, 36, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-950\/30 {
    --tw-gradient-from: rgba(80, 7, 36, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(80, 7, 36, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-950\/40 {
    --tw-gradient-from: rgba(80, 7, 36, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(80, 7, 36, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-950\/5 {
    --tw-gradient-from: rgba(80, 7, 36, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(80, 7, 36, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-950\/50 {
    --tw-gradient-from: rgba(80, 7, 36, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(80, 7, 36, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-950\/60 {
    --tw-gradient-from: rgba(80, 7, 36, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(80, 7, 36, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-950\/70 {
    --tw-gradient-from: rgba(80, 7, 36, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(80, 7, 36, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-950\/75 {
    --tw-gradient-from: rgba(80, 7, 36, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(80, 7, 36, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-950\/80 {
    --tw-gradient-from: rgba(80, 7, 36, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(80, 7, 36, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-950\/90 {
    --tw-gradient-from: rgba(80, 7, 36, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(80, 7, 36, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-pink-950\/95 {
    --tw-gradient-from: rgba(80, 7, 36, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(80, 7, 36, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-100 {
    --tw-gradient-from: #f3e8ff var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(243, 232, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-100\/0 {
    --tw-gradient-from: rgba(243, 232, 255, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(243, 232, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-100\/10 {
    --tw-gradient-from: rgba(243, 232, 255, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(243, 232, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-100\/100 {
    --tw-gradient-from: #f3e8ff var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(243, 232, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-100\/20 {
    --tw-gradient-from: rgba(243, 232, 255, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(243, 232, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-100\/25 {
    --tw-gradient-from: rgba(243, 232, 255, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(243, 232, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-100\/30 {
    --tw-gradient-from: rgba(243, 232, 255, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(243, 232, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-100\/40 {
    --tw-gradient-from: rgba(243, 232, 255, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(243, 232, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-100\/5 {
    --tw-gradient-from: rgba(243, 232, 255, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(243, 232, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-100\/50 {
    --tw-gradient-from: rgba(243, 232, 255, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(243, 232, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-100\/60 {
    --tw-gradient-from: rgba(243, 232, 255, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(243, 232, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-100\/70 {
    --tw-gradient-from: rgba(243, 232, 255, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(243, 232, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-100\/75 {
    --tw-gradient-from: rgba(243, 232, 255, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(243, 232, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-100\/80 {
    --tw-gradient-from: rgba(243, 232, 255, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(243, 232, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-100\/90 {
    --tw-gradient-from: rgba(243, 232, 255, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(243, 232, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-100\/95 {
    --tw-gradient-from: rgba(243, 232, 255, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(243, 232, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-200 {
    --tw-gradient-from: #e9d5ff var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(233, 213, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-200\/0 {
    --tw-gradient-from: rgba(233, 213, 255, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(233, 213, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-200\/10 {
    --tw-gradient-from: rgba(233, 213, 255, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(233, 213, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-200\/100 {
    --tw-gradient-from: #e9d5ff var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(233, 213, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-200\/20 {
    --tw-gradient-from: rgba(233, 213, 255, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(233, 213, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-200\/25 {
    --tw-gradient-from: rgba(233, 213, 255, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(233, 213, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-200\/30 {
    --tw-gradient-from: rgba(233, 213, 255, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(233, 213, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-200\/40 {
    --tw-gradient-from: rgba(233, 213, 255, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(233, 213, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-200\/5 {
    --tw-gradient-from: rgba(233, 213, 255, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(233, 213, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-200\/50 {
    --tw-gradient-from: rgba(233, 213, 255, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(233, 213, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-200\/60 {
    --tw-gradient-from: rgba(233, 213, 255, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(233, 213, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-200\/70 {
    --tw-gradient-from: rgba(233, 213, 255, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(233, 213, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-200\/75 {
    --tw-gradient-from: rgba(233, 213, 255, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(233, 213, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-200\/80 {
    --tw-gradient-from: rgba(233, 213, 255, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(233, 213, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-200\/90 {
    --tw-gradient-from: rgba(233, 213, 255, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(233, 213, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-200\/95 {
    --tw-gradient-from: rgba(233, 213, 255, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(233, 213, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-300 {
    --tw-gradient-from: #d8b4fe var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(216, 180, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-300\/0 {
    --tw-gradient-from: rgba(216, 180, 254, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(216, 180, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-300\/10 {
    --tw-gradient-from: rgba(216, 180, 254, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(216, 180, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-300\/100 {
    --tw-gradient-from: #d8b4fe var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(216, 180, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-300\/20 {
    --tw-gradient-from: rgba(216, 180, 254, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(216, 180, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-300\/25 {
    --tw-gradient-from: rgba(216, 180, 254, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(216, 180, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-300\/30 {
    --tw-gradient-from: rgba(216, 180, 254, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(216, 180, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-300\/40 {
    --tw-gradient-from: rgba(216, 180, 254, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(216, 180, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-300\/5 {
    --tw-gradient-from: rgba(216, 180, 254, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(216, 180, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-300\/50 {
    --tw-gradient-from: rgba(216, 180, 254, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(216, 180, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-300\/60 {
    --tw-gradient-from: rgba(216, 180, 254, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(216, 180, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-300\/70 {
    --tw-gradient-from: rgba(216, 180, 254, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(216, 180, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-300\/75 {
    --tw-gradient-from: rgba(216, 180, 254, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(216, 180, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-300\/80 {
    --tw-gradient-from: rgba(216, 180, 254, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(216, 180, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-300\/90 {
    --tw-gradient-from: rgba(216, 180, 254, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(216, 180, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-300\/95 {
    --tw-gradient-from: rgba(216, 180, 254, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(216, 180, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-400 {
    --tw-gradient-from: #c084fc var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(192, 132, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-400\/0 {
    --tw-gradient-from: rgba(192, 132, 252, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(192, 132, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-400\/10 {
    --tw-gradient-from: rgba(192, 132, 252, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(192, 132, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-400\/100 {
    --tw-gradient-from: #c084fc var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(192, 132, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-400\/20 {
    --tw-gradient-from: rgba(192, 132, 252, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(192, 132, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-400\/25 {
    --tw-gradient-from: rgba(192, 132, 252, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(192, 132, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-400\/30 {
    --tw-gradient-from: rgba(192, 132, 252, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(192, 132, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-400\/40 {
    --tw-gradient-from: rgba(192, 132, 252, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(192, 132, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-400\/5 {
    --tw-gradient-from: rgba(192, 132, 252, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(192, 132, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-400\/50 {
    --tw-gradient-from: rgba(192, 132, 252, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(192, 132, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-400\/60 {
    --tw-gradient-from: rgba(192, 132, 252, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(192, 132, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-400\/70 {
    --tw-gradient-from: rgba(192, 132, 252, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(192, 132, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-400\/75 {
    --tw-gradient-from: rgba(192, 132, 252, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(192, 132, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-400\/80 {
    --tw-gradient-from: rgba(192, 132, 252, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(192, 132, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-400\/90 {
    --tw-gradient-from: rgba(192, 132, 252, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(192, 132, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-400\/95 {
    --tw-gradient-from: rgba(192, 132, 252, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(192, 132, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-50 {
    --tw-gradient-from: #faf5ff var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(250, 245, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-50\/0 {
    --tw-gradient-from: rgba(250, 245, 255, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(250, 245, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-50\/10 {
    --tw-gradient-from: rgba(250, 245, 255, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(250, 245, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-50\/100 {
    --tw-gradient-from: #faf5ff var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(250, 245, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-50\/20 {
    --tw-gradient-from: rgba(250, 245, 255, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(250, 245, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-50\/25 {
    --tw-gradient-from: rgba(250, 245, 255, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(250, 245, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-50\/30 {
    --tw-gradient-from: rgba(250, 245, 255, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(250, 245, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-50\/40 {
    --tw-gradient-from: rgba(250, 245, 255, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(250, 245, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-50\/5 {
    --tw-gradient-from: rgba(250, 245, 255, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(250, 245, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-50\/50 {
    --tw-gradient-from: rgba(250, 245, 255, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(250, 245, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-50\/60 {
    --tw-gradient-from: rgba(250, 245, 255, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(250, 245, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-50\/70 {
    --tw-gradient-from: rgba(250, 245, 255, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(250, 245, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-50\/75 {
    --tw-gradient-from: rgba(250, 245, 255, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(250, 245, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-50\/80 {
    --tw-gradient-from: rgba(250, 245, 255, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(250, 245, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-50\/90 {
    --tw-gradient-from: rgba(250, 245, 255, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(250, 245, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-50\/95 {
    --tw-gradient-from: rgba(250, 245, 255, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(250, 245, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-500 {
    --tw-gradient-from: #a855f7 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(168, 85, 247, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-500\/0 {
    --tw-gradient-from: rgba(168, 85, 247, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(168, 85, 247, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-500\/10 {
    --tw-gradient-from: rgba(168, 85, 247, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(168, 85, 247, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-500\/100 {
    --tw-gradient-from: #a855f7 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(168, 85, 247, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-500\/20 {
    --tw-gradient-from: rgba(168, 85, 247, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(168, 85, 247, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-500\/25 {
    --tw-gradient-from: rgba(168, 85, 247, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(168, 85, 247, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-500\/30 {
    --tw-gradient-from: rgba(168, 85, 247, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(168, 85, 247, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-500\/40 {
    --tw-gradient-from: rgba(168, 85, 247, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(168, 85, 247, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-500\/5 {
    --tw-gradient-from: rgba(168, 85, 247, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(168, 85, 247, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-500\/50 {
    --tw-gradient-from: rgba(168, 85, 247, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(168, 85, 247, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-500\/60 {
    --tw-gradient-from: rgba(168, 85, 247, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(168, 85, 247, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-500\/70 {
    --tw-gradient-from: rgba(168, 85, 247, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(168, 85, 247, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-500\/75 {
    --tw-gradient-from: rgba(168, 85, 247, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(168, 85, 247, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-500\/80 {
    --tw-gradient-from: rgba(168, 85, 247, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(168, 85, 247, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-500\/90 {
    --tw-gradient-from: rgba(168, 85, 247, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(168, 85, 247, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-500\/95 {
    --tw-gradient-from: rgba(168, 85, 247, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(168, 85, 247, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-600 {
    --tw-gradient-from: #9333ea var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(147, 51, 234, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-600\/0 {
    --tw-gradient-from: rgba(147, 51, 234, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(147, 51, 234, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-600\/10 {
    --tw-gradient-from: rgba(147, 51, 234, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(147, 51, 234, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-600\/100 {
    --tw-gradient-from: #9333ea var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(147, 51, 234, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-600\/20 {
    --tw-gradient-from: rgba(147, 51, 234, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(147, 51, 234, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-600\/25 {
    --tw-gradient-from: rgba(147, 51, 234, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(147, 51, 234, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-600\/30 {
    --tw-gradient-from: rgba(147, 51, 234, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(147, 51, 234, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-600\/40 {
    --tw-gradient-from: rgba(147, 51, 234, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(147, 51, 234, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-600\/5 {
    --tw-gradient-from: rgba(147, 51, 234, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(147, 51, 234, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-600\/50 {
    --tw-gradient-from: rgba(147, 51, 234, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(147, 51, 234, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-600\/60 {
    --tw-gradient-from: rgba(147, 51, 234, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(147, 51, 234, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-600\/70 {
    --tw-gradient-from: rgba(147, 51, 234, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(147, 51, 234, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-600\/75 {
    --tw-gradient-from: rgba(147, 51, 234, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(147, 51, 234, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-600\/80 {
    --tw-gradient-from: rgba(147, 51, 234, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(147, 51, 234, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-600\/90 {
    --tw-gradient-from: rgba(147, 51, 234, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(147, 51, 234, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-600\/95 {
    --tw-gradient-from: rgba(147, 51, 234, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(147, 51, 234, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-700 {
    --tw-gradient-from: #7e22ce var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(126, 34, 206, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-700\/0 {
    --tw-gradient-from: rgba(126, 34, 206, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(126, 34, 206, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-700\/10 {
    --tw-gradient-from: rgba(126, 34, 206, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(126, 34, 206, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-700\/100 {
    --tw-gradient-from: #7e22ce var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(126, 34, 206, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-700\/20 {
    --tw-gradient-from: rgba(126, 34, 206, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(126, 34, 206, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-700\/25 {
    --tw-gradient-from: rgba(126, 34, 206, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(126, 34, 206, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-700\/30 {
    --tw-gradient-from: rgba(126, 34, 206, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(126, 34, 206, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-700\/40 {
    --tw-gradient-from: rgba(126, 34, 206, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(126, 34, 206, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-700\/5 {
    --tw-gradient-from: rgba(126, 34, 206, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(126, 34, 206, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-700\/50 {
    --tw-gradient-from: rgba(126, 34, 206, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(126, 34, 206, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-700\/60 {
    --tw-gradient-from: rgba(126, 34, 206, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(126, 34, 206, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-700\/70 {
    --tw-gradient-from: rgba(126, 34, 206, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(126, 34, 206, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-700\/75 {
    --tw-gradient-from: rgba(126, 34, 206, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(126, 34, 206, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-700\/80 {
    --tw-gradient-from: rgba(126, 34, 206, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(126, 34, 206, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-700\/90 {
    --tw-gradient-from: rgba(126, 34, 206, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(126, 34, 206, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-700\/95 {
    --tw-gradient-from: rgba(126, 34, 206, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(126, 34, 206, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-800 {
    --tw-gradient-from: #6b21a8 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(107, 33, 168, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-800\/0 {
    --tw-gradient-from: rgba(107, 33, 168, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(107, 33, 168, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-800\/10 {
    --tw-gradient-from: rgba(107, 33, 168, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(107, 33, 168, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-800\/100 {
    --tw-gradient-from: #6b21a8 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(107, 33, 168, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-800\/20 {
    --tw-gradient-from: rgba(107, 33, 168, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(107, 33, 168, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-800\/25 {
    --tw-gradient-from: rgba(107, 33, 168, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(107, 33, 168, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-800\/30 {
    --tw-gradient-from: rgba(107, 33, 168, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(107, 33, 168, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-800\/40 {
    --tw-gradient-from: rgba(107, 33, 168, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(107, 33, 168, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-800\/5 {
    --tw-gradient-from: rgba(107, 33, 168, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(107, 33, 168, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-800\/50 {
    --tw-gradient-from: rgba(107, 33, 168, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(107, 33, 168, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-800\/60 {
    --tw-gradient-from: rgba(107, 33, 168, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(107, 33, 168, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-800\/70 {
    --tw-gradient-from: rgba(107, 33, 168, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(107, 33, 168, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-800\/75 {
    --tw-gradient-from: rgba(107, 33, 168, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(107, 33, 168, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-800\/80 {
    --tw-gradient-from: rgba(107, 33, 168, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(107, 33, 168, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-800\/90 {
    --tw-gradient-from: rgba(107, 33, 168, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(107, 33, 168, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-800\/95 {
    --tw-gradient-from: rgba(107, 33, 168, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(107, 33, 168, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-900 {
    --tw-gradient-from: #581c87 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(88, 28, 135, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-900\/0 {
    --tw-gradient-from: rgba(88, 28, 135, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(88, 28, 135, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-900\/10 {
    --tw-gradient-from: rgba(88, 28, 135, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(88, 28, 135, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-900\/100 {
    --tw-gradient-from: #581c87 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(88, 28, 135, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-900\/20 {
    --tw-gradient-from: rgba(88, 28, 135, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(88, 28, 135, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-900\/25 {
    --tw-gradient-from: rgba(88, 28, 135, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(88, 28, 135, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-900\/30 {
    --tw-gradient-from: rgba(88, 28, 135, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(88, 28, 135, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-900\/40 {
    --tw-gradient-from: rgba(88, 28, 135, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(88, 28, 135, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-900\/5 {
    --tw-gradient-from: rgba(88, 28, 135, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(88, 28, 135, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-900\/50 {
    --tw-gradient-from: rgba(88, 28, 135, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(88, 28, 135, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-900\/60 {
    --tw-gradient-from: rgba(88, 28, 135, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(88, 28, 135, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-900\/70 {
    --tw-gradient-from: rgba(88, 28, 135, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(88, 28, 135, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-900\/75 {
    --tw-gradient-from: rgba(88, 28, 135, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(88, 28, 135, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-900\/80 {
    --tw-gradient-from: rgba(88, 28, 135, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(88, 28, 135, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-900\/90 {
    --tw-gradient-from: rgba(88, 28, 135, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(88, 28, 135, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-900\/95 {
    --tw-gradient-from: rgba(88, 28, 135, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(88, 28, 135, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-950 {
    --tw-gradient-from: #3b0764 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(59, 7, 100, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-950\/0 {
    --tw-gradient-from: rgba(59, 7, 100, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(59, 7, 100, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-950\/10 {
    --tw-gradient-from: rgba(59, 7, 100, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(59, 7, 100, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-950\/100 {
    --tw-gradient-from: #3b0764 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(59, 7, 100, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-950\/20 {
    --tw-gradient-from: rgba(59, 7, 100, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(59, 7, 100, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-950\/25 {
    --tw-gradient-from: rgba(59, 7, 100, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(59, 7, 100, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-950\/30 {
    --tw-gradient-from: rgba(59, 7, 100, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(59, 7, 100, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-950\/40 {
    --tw-gradient-from: rgba(59, 7, 100, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(59, 7, 100, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-950\/5 {
    --tw-gradient-from: rgba(59, 7, 100, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(59, 7, 100, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-950\/50 {
    --tw-gradient-from: rgba(59, 7, 100, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(59, 7, 100, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-950\/60 {
    --tw-gradient-from: rgba(59, 7, 100, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(59, 7, 100, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-950\/70 {
    --tw-gradient-from: rgba(59, 7, 100, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(59, 7, 100, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-950\/75 {
    --tw-gradient-from: rgba(59, 7, 100, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(59, 7, 100, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-950\/80 {
    --tw-gradient-from: rgba(59, 7, 100, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(59, 7, 100, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-950\/90 {
    --tw-gradient-from: rgba(59, 7, 100, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(59, 7, 100, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-purple-950\/95 {
    --tw-gradient-from: rgba(59, 7, 100, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(59, 7, 100, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-100 {
    --tw-gradient-from: #fee2e2 var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 93%, 94%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-100\/0 {
    --tw-gradient-from: hsla(0, 93%, 94%, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 93%, 94%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-100\/10 {
    --tw-gradient-from: hsla(0, 93%, 94%, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 93%, 94%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-100\/100 {
    --tw-gradient-from: #fee2e2 var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 93%, 94%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-100\/20 {
    --tw-gradient-from: hsla(0, 93%, 94%, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 93%, 94%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-100\/25 {
    --tw-gradient-from: hsla(0, 93%, 94%, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 93%, 94%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-100\/30 {
    --tw-gradient-from: hsla(0, 93%, 94%, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 93%, 94%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-100\/40 {
    --tw-gradient-from: hsla(0, 93%, 94%, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 93%, 94%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-100\/5 {
    --tw-gradient-from: hsla(0, 93%, 94%, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 93%, 94%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-100\/50 {
    --tw-gradient-from: hsla(0, 93%, 94%, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 93%, 94%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-100\/60 {
    --tw-gradient-from: hsla(0, 93%, 94%, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 93%, 94%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-100\/70 {
    --tw-gradient-from: hsla(0, 93%, 94%, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 93%, 94%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-100\/75 {
    --tw-gradient-from: hsla(0, 93%, 94%, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 93%, 94%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-100\/80 {
    --tw-gradient-from: hsla(0, 93%, 94%, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 93%, 94%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-100\/90 {
    --tw-gradient-from: hsla(0, 93%, 94%, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 93%, 94%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-100\/95 {
    --tw-gradient-from: hsla(0, 93%, 94%, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 93%, 94%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-200 {
    --tw-gradient-from: #fecaca var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 96%, 89%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-200\/0 {
    --tw-gradient-from: hsla(0, 96%, 89%, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 96%, 89%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-200\/10 {
    --tw-gradient-from: hsla(0, 96%, 89%, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 96%, 89%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-200\/100 {
    --tw-gradient-from: #fecaca var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 96%, 89%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-200\/20 {
    --tw-gradient-from: hsla(0, 96%, 89%, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 96%, 89%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-200\/25 {
    --tw-gradient-from: hsla(0, 96%, 89%, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 96%, 89%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-200\/30 {
    --tw-gradient-from: hsla(0, 96%, 89%, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 96%, 89%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-200\/40 {
    --tw-gradient-from: hsla(0, 96%, 89%, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 96%, 89%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-200\/5 {
    --tw-gradient-from: hsla(0, 96%, 89%, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 96%, 89%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-200\/50 {
    --tw-gradient-from: hsla(0, 96%, 89%, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 96%, 89%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-200\/60 {
    --tw-gradient-from: hsla(0, 96%, 89%, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 96%, 89%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-200\/70 {
    --tw-gradient-from: hsla(0, 96%, 89%, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 96%, 89%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-200\/75 {
    --tw-gradient-from: hsla(0, 96%, 89%, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 96%, 89%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-200\/80 {
    --tw-gradient-from: hsla(0, 96%, 89%, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 96%, 89%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-200\/90 {
    --tw-gradient-from: hsla(0, 96%, 89%, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 96%, 89%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-200\/95 {
    --tw-gradient-from: hsla(0, 96%, 89%, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 96%, 89%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-300 {
    --tw-gradient-from: #fca5a5 var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 94%, 82%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-300\/0 {
    --tw-gradient-from: hsla(0, 94%, 82%, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 94%, 82%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-300\/10 {
    --tw-gradient-from: hsla(0, 94%, 82%, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 94%, 82%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-300\/100 {
    --tw-gradient-from: #fca5a5 var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 94%, 82%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-300\/20 {
    --tw-gradient-from: hsla(0, 94%, 82%, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 94%, 82%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-300\/25 {
    --tw-gradient-from: hsla(0, 94%, 82%, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 94%, 82%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-300\/30 {
    --tw-gradient-from: hsla(0, 94%, 82%, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 94%, 82%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-300\/40 {
    --tw-gradient-from: hsla(0, 94%, 82%, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 94%, 82%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-300\/5 {
    --tw-gradient-from: hsla(0, 94%, 82%, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 94%, 82%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-300\/50 {
    --tw-gradient-from: hsla(0, 94%, 82%, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 94%, 82%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-300\/60 {
    --tw-gradient-from: hsla(0, 94%, 82%, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 94%, 82%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-300\/70 {
    --tw-gradient-from: hsla(0, 94%, 82%, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 94%, 82%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-300\/75 {
    --tw-gradient-from: hsla(0, 94%, 82%, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 94%, 82%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-300\/80 {
    --tw-gradient-from: hsla(0, 94%, 82%, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 94%, 82%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-300\/90 {
    --tw-gradient-from: hsla(0, 94%, 82%, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 94%, 82%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-300\/95 {
    --tw-gradient-from: hsla(0, 94%, 82%, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 94%, 82%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-400 {
    --tw-gradient-from: #f87171 var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 91%, 71%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-400\/0 {
    --tw-gradient-from: hsla(0, 91%, 71%, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 91%, 71%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-400\/10 {
    --tw-gradient-from: hsla(0, 91%, 71%, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 91%, 71%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-400\/100 {
    --tw-gradient-from: #f87171 var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 91%, 71%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-400\/20 {
    --tw-gradient-from: hsla(0, 91%, 71%, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 91%, 71%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-400\/25 {
    --tw-gradient-from: hsla(0, 91%, 71%, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 91%, 71%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-400\/30 {
    --tw-gradient-from: hsla(0, 91%, 71%, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 91%, 71%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-400\/40 {
    --tw-gradient-from: hsla(0, 91%, 71%, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 91%, 71%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-400\/5 {
    --tw-gradient-from: hsla(0, 91%, 71%, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 91%, 71%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-400\/50 {
    --tw-gradient-from: hsla(0, 91%, 71%, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 91%, 71%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-400\/60 {
    --tw-gradient-from: hsla(0, 91%, 71%, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 91%, 71%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-400\/70 {
    --tw-gradient-from: hsla(0, 91%, 71%, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 91%, 71%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-400\/75 {
    --tw-gradient-from: hsla(0, 91%, 71%, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 91%, 71%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-400\/80 {
    --tw-gradient-from: hsla(0, 91%, 71%, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 91%, 71%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-400\/90 {
    --tw-gradient-from: hsla(0, 91%, 71%, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 91%, 71%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-400\/95 {
    --tw-gradient-from: hsla(0, 91%, 71%, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 91%, 71%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-50 {
    --tw-gradient-from: #fef2f2 var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 86%, 97%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-50\/0 {
    --tw-gradient-from: hsla(0, 86%, 97%, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 86%, 97%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-50\/10 {
    --tw-gradient-from: hsla(0, 86%, 97%, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 86%, 97%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-50\/100 {
    --tw-gradient-from: #fef2f2 var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 86%, 97%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-50\/20 {
    --tw-gradient-from: hsla(0, 86%, 97%, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 86%, 97%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-50\/25 {
    --tw-gradient-from: hsla(0, 86%, 97%, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 86%, 97%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-50\/30 {
    --tw-gradient-from: hsla(0, 86%, 97%, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 86%, 97%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-50\/40 {
    --tw-gradient-from: hsla(0, 86%, 97%, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 86%, 97%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-50\/5 {
    --tw-gradient-from: hsla(0, 86%, 97%, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 86%, 97%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-50\/50 {
    --tw-gradient-from: hsla(0, 86%, 97%, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 86%, 97%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-50\/60 {
    --tw-gradient-from: hsla(0, 86%, 97%, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 86%, 97%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-50\/70 {
    --tw-gradient-from: hsla(0, 86%, 97%, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 86%, 97%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-50\/75 {
    --tw-gradient-from: hsla(0, 86%, 97%, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 86%, 97%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-50\/80 {
    --tw-gradient-from: hsla(0, 86%, 97%, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 86%, 97%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-50\/90 {
    --tw-gradient-from: hsla(0, 86%, 97%, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 86%, 97%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-50\/95 {
    --tw-gradient-from: hsla(0, 86%, 97%, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 86%, 97%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-500 {
    --tw-gradient-from: #ef4444 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(239, 68, 68, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-500\/0 {
    --tw-gradient-from: rgba(239, 68, 68, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(239, 68, 68, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-500\/10 {
    --tw-gradient-from: rgba(239, 68, 68, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(239, 68, 68, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-500\/100 {
    --tw-gradient-from: #ef4444 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(239, 68, 68, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-500\/20 {
    --tw-gradient-from: rgba(239, 68, 68, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(239, 68, 68, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-500\/25 {
    --tw-gradient-from: rgba(239, 68, 68, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(239, 68, 68, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-500\/30 {
    --tw-gradient-from: rgba(239, 68, 68, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(239, 68, 68, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-500\/40 {
    --tw-gradient-from: rgba(239, 68, 68, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(239, 68, 68, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-500\/5 {
    --tw-gradient-from: rgba(239, 68, 68, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(239, 68, 68, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-500\/50 {
    --tw-gradient-from: rgba(239, 68, 68, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(239, 68, 68, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-500\/60 {
    --tw-gradient-from: rgba(239, 68, 68, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(239, 68, 68, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-500\/70 {
    --tw-gradient-from: rgba(239, 68, 68, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(239, 68, 68, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-500\/75 {
    --tw-gradient-from: rgba(239, 68, 68, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(239, 68, 68, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-500\/80 {
    --tw-gradient-from: rgba(239, 68, 68, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(239, 68, 68, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-500\/90 {
    --tw-gradient-from: rgba(239, 68, 68, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(239, 68, 68, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-500\/95 {
    --tw-gradient-from: rgba(239, 68, 68, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(239, 68, 68, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-600 {
    --tw-gradient-from: #dc2626 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(220, 38, 38, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-600\/0 {
    --tw-gradient-from: rgba(220, 38, 38, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(220, 38, 38, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-600\/10 {
    --tw-gradient-from: rgba(220, 38, 38, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(220, 38, 38, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-600\/100 {
    --tw-gradient-from: #dc2626 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(220, 38, 38, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-600\/20 {
    --tw-gradient-from: rgba(220, 38, 38, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(220, 38, 38, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-600\/25 {
    --tw-gradient-from: rgba(220, 38, 38, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(220, 38, 38, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-600\/30 {
    --tw-gradient-from: rgba(220, 38, 38, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(220, 38, 38, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-600\/40 {
    --tw-gradient-from: rgba(220, 38, 38, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(220, 38, 38, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-600\/5 {
    --tw-gradient-from: rgba(220, 38, 38, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(220, 38, 38, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-600\/50 {
    --tw-gradient-from: rgba(220, 38, 38, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(220, 38, 38, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-600\/60 {
    --tw-gradient-from: rgba(220, 38, 38, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(220, 38, 38, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-600\/70 {
    --tw-gradient-from: rgba(220, 38, 38, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(220, 38, 38, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-600\/75 {
    --tw-gradient-from: rgba(220, 38, 38, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(220, 38, 38, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-600\/80 {
    --tw-gradient-from: rgba(220, 38, 38, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(220, 38, 38, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-600\/90 {
    --tw-gradient-from: rgba(220, 38, 38, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(220, 38, 38, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-600\/95 {
    --tw-gradient-from: rgba(220, 38, 38, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(220, 38, 38, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-700 {
    --tw-gradient-from: #b91c1c var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(185, 28, 28, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-700\/0 {
    --tw-gradient-from: rgba(185, 28, 28, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(185, 28, 28, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-700\/10 {
    --tw-gradient-from: rgba(185, 28, 28, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(185, 28, 28, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-700\/100 {
    --tw-gradient-from: #b91c1c var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(185, 28, 28, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-700\/20 {
    --tw-gradient-from: rgba(185, 28, 28, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(185, 28, 28, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-700\/25 {
    --tw-gradient-from: rgba(185, 28, 28, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(185, 28, 28, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-700\/30 {
    --tw-gradient-from: rgba(185, 28, 28, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(185, 28, 28, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-700\/40 {
    --tw-gradient-from: rgba(185, 28, 28, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(185, 28, 28, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-700\/5 {
    --tw-gradient-from: rgba(185, 28, 28, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(185, 28, 28, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-700\/50 {
    --tw-gradient-from: rgba(185, 28, 28, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(185, 28, 28, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-700\/60 {
    --tw-gradient-from: rgba(185, 28, 28, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(185, 28, 28, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-700\/70 {
    --tw-gradient-from: rgba(185, 28, 28, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(185, 28, 28, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-700\/75 {
    --tw-gradient-from: rgba(185, 28, 28, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(185, 28, 28, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-700\/80 {
    --tw-gradient-from: rgba(185, 28, 28, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(185, 28, 28, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-700\/90 {
    --tw-gradient-from: rgba(185, 28, 28, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(185, 28, 28, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-700\/95 {
    --tw-gradient-from: rgba(185, 28, 28, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(185, 28, 28, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-800 {
    --tw-gradient-from: #991b1b var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(153, 27, 27, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-800\/0 {
    --tw-gradient-from: rgba(153, 27, 27, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(153, 27, 27, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-800\/10 {
    --tw-gradient-from: rgba(153, 27, 27, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(153, 27, 27, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-800\/100 {
    --tw-gradient-from: #991b1b var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(153, 27, 27, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-800\/20 {
    --tw-gradient-from: rgba(153, 27, 27, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(153, 27, 27, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-800\/25 {
    --tw-gradient-from: rgba(153, 27, 27, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(153, 27, 27, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-800\/30 {
    --tw-gradient-from: rgba(153, 27, 27, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(153, 27, 27, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-800\/40 {
    --tw-gradient-from: rgba(153, 27, 27, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(153, 27, 27, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-800\/5 {
    --tw-gradient-from: rgba(153, 27, 27, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(153, 27, 27, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-800\/50 {
    --tw-gradient-from: rgba(153, 27, 27, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(153, 27, 27, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-800\/60 {
    --tw-gradient-from: rgba(153, 27, 27, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(153, 27, 27, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-800\/70 {
    --tw-gradient-from: rgba(153, 27, 27, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(153, 27, 27, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-800\/75 {
    --tw-gradient-from: rgba(153, 27, 27, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(153, 27, 27, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-800\/80 {
    --tw-gradient-from: rgba(153, 27, 27, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(153, 27, 27, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-800\/90 {
    --tw-gradient-from: rgba(153, 27, 27, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(153, 27, 27, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-800\/95 {
    --tw-gradient-from: rgba(153, 27, 27, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(153, 27, 27, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-900 {
    --tw-gradient-from: #7f1d1d var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(127, 29, 29, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-900\/0 {
    --tw-gradient-from: rgba(127, 29, 29, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(127, 29, 29, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-900\/10 {
    --tw-gradient-from: rgba(127, 29, 29, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(127, 29, 29, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-900\/100 {
    --tw-gradient-from: #7f1d1d var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(127, 29, 29, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-900\/20 {
    --tw-gradient-from: rgba(127, 29, 29, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(127, 29, 29, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-900\/25 {
    --tw-gradient-from: rgba(127, 29, 29, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(127, 29, 29, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-900\/30 {
    --tw-gradient-from: rgba(127, 29, 29, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(127, 29, 29, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-900\/40 {
    --tw-gradient-from: rgba(127, 29, 29, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(127, 29, 29, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-900\/5 {
    --tw-gradient-from: rgba(127, 29, 29, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(127, 29, 29, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-900\/50 {
    --tw-gradient-from: rgba(127, 29, 29, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(127, 29, 29, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-900\/60 {
    --tw-gradient-from: rgba(127, 29, 29, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(127, 29, 29, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-900\/70 {
    --tw-gradient-from: rgba(127, 29, 29, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(127, 29, 29, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-900\/75 {
    --tw-gradient-from: rgba(127, 29, 29, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(127, 29, 29, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-900\/80 {
    --tw-gradient-from: rgba(127, 29, 29, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(127, 29, 29, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-900\/90 {
    --tw-gradient-from: rgba(127, 29, 29, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(127, 29, 29, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-900\/95 {
    --tw-gradient-from: rgba(127, 29, 29, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(127, 29, 29, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-950 {
    --tw-gradient-from: #450a0a var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(69, 10, 10, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-950\/0 {
    --tw-gradient-from: rgba(69, 10, 10, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(69, 10, 10, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-950\/10 {
    --tw-gradient-from: rgba(69, 10, 10, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(69, 10, 10, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-950\/100 {
    --tw-gradient-from: #450a0a var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(69, 10, 10, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-950\/20 {
    --tw-gradient-from: rgba(69, 10, 10, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(69, 10, 10, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-950\/25 {
    --tw-gradient-from: rgba(69, 10, 10, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(69, 10, 10, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-950\/30 {
    --tw-gradient-from: rgba(69, 10, 10, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(69, 10, 10, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-950\/40 {
    --tw-gradient-from: rgba(69, 10, 10, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(69, 10, 10, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-950\/5 {
    --tw-gradient-from: rgba(69, 10, 10, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(69, 10, 10, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-950\/50 {
    --tw-gradient-from: rgba(69, 10, 10, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(69, 10, 10, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-950\/60 {
    --tw-gradient-from: rgba(69, 10, 10, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(69, 10, 10, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-950\/70 {
    --tw-gradient-from: rgba(69, 10, 10, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(69, 10, 10, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-950\/75 {
    --tw-gradient-from: rgba(69, 10, 10, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(69, 10, 10, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-950\/80 {
    --tw-gradient-from: rgba(69, 10, 10, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(69, 10, 10, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-950\/90 {
    --tw-gradient-from: rgba(69, 10, 10, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(69, 10, 10, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-950\/95 {
    --tw-gradient-from: rgba(69, 10, 10, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(69, 10, 10, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-error {
    --tw-gradient-from: #dd364a var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(221, 54, 74, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-error\/0 {
    --tw-gradient-from: rgba(221, 54, 74, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(221, 54, 74, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-error\/10 {
    --tw-gradient-from: rgba(221, 54, 74, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(221, 54, 74, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-error\/100 {
    --tw-gradient-from: #dd364a var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(221, 54, 74, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-error\/20 {
    --tw-gradient-from: rgba(221, 54, 74, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(221, 54, 74, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-error\/25 {
    --tw-gradient-from: rgba(221, 54, 74, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(221, 54, 74, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-error\/30 {
    --tw-gradient-from: rgba(221, 54, 74, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(221, 54, 74, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-error\/40 {
    --tw-gradient-from: rgba(221, 54, 74, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(221, 54, 74, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-error\/5 {
    --tw-gradient-from: rgba(221, 54, 74, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(221, 54, 74, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-error\/50 {
    --tw-gradient-from: rgba(221, 54, 74, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(221, 54, 74, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-error\/60 {
    --tw-gradient-from: rgba(221, 54, 74, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(221, 54, 74, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-error\/70 {
    --tw-gradient-from: rgba(221, 54, 74, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(221, 54, 74, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-error\/75 {
    --tw-gradient-from: rgba(221, 54, 74, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(221, 54, 74, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-error\/80 {
    --tw-gradient-from: rgba(221, 54, 74, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(221, 54, 74, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-error\/90 {
    --tw-gradient-from: rgba(221, 54, 74, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(221, 54, 74, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-red-error\/95 {
    --tw-gradient-from: rgba(221, 54, 74, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(221, 54, 74, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-100 {
    --tw-gradient-from: #ffe4e6 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 228, 230, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-100\/0 {
    --tw-gradient-from: rgba(255, 228, 230, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 228, 230, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-100\/10 {
    --tw-gradient-from: rgba(255, 228, 230, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 228, 230, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-100\/100 {
    --tw-gradient-from: #ffe4e6 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 228, 230, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-100\/20 {
    --tw-gradient-from: rgba(255, 228, 230, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 228, 230, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-100\/25 {
    --tw-gradient-from: rgba(255, 228, 230, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 228, 230, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-100\/30 {
    --tw-gradient-from: rgba(255, 228, 230, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 228, 230, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-100\/40 {
    --tw-gradient-from: rgba(255, 228, 230, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 228, 230, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-100\/5 {
    --tw-gradient-from: rgba(255, 228, 230, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 228, 230, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-100\/50 {
    --tw-gradient-from: rgba(255, 228, 230, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 228, 230, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-100\/60 {
    --tw-gradient-from: rgba(255, 228, 230, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 228, 230, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-100\/70 {
    --tw-gradient-from: rgba(255, 228, 230, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 228, 230, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-100\/75 {
    --tw-gradient-from: rgba(255, 228, 230, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 228, 230, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-100\/80 {
    --tw-gradient-from: rgba(255, 228, 230, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 228, 230, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-100\/90 {
    --tw-gradient-from: rgba(255, 228, 230, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 228, 230, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-100\/95 {
    --tw-gradient-from: rgba(255, 228, 230, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 228, 230, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-200 {
    --tw-gradient-from: #fecdd3 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(254, 205, 211, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-200\/0 {
    --tw-gradient-from: rgba(254, 205, 211, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(254, 205, 211, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-200\/10 {
    --tw-gradient-from: rgba(254, 205, 211, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(254, 205, 211, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-200\/100 {
    --tw-gradient-from: #fecdd3 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(254, 205, 211, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-200\/20 {
    --tw-gradient-from: rgba(254, 205, 211, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(254, 205, 211, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-200\/25 {
    --tw-gradient-from: rgba(254, 205, 211, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(254, 205, 211, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-200\/30 {
    --tw-gradient-from: rgba(254, 205, 211, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(254, 205, 211, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-200\/40 {
    --tw-gradient-from: rgba(254, 205, 211, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(254, 205, 211, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-200\/5 {
    --tw-gradient-from: rgba(254, 205, 211, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(254, 205, 211, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-200\/50 {
    --tw-gradient-from: rgba(254, 205, 211, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(254, 205, 211, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-200\/60 {
    --tw-gradient-from: rgba(254, 205, 211, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(254, 205, 211, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-200\/70 {
    --tw-gradient-from: rgba(254, 205, 211, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(254, 205, 211, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-200\/75 {
    --tw-gradient-from: rgba(254, 205, 211, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(254, 205, 211, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-200\/80 {
    --tw-gradient-from: rgba(254, 205, 211, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(254, 205, 211, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-200\/90 {
    --tw-gradient-from: rgba(254, 205, 211, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(254, 205, 211, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-200\/95 {
    --tw-gradient-from: rgba(254, 205, 211, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(254, 205, 211, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-300 {
    --tw-gradient-from: #fda4af var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(253, 164, 175, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-300\/0 {
    --tw-gradient-from: rgba(253, 164, 175, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(253, 164, 175, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-300\/10 {
    --tw-gradient-from: rgba(253, 164, 175, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(253, 164, 175, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-300\/100 {
    --tw-gradient-from: #fda4af var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(253, 164, 175, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-300\/20 {
    --tw-gradient-from: rgba(253, 164, 175, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(253, 164, 175, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-300\/25 {
    --tw-gradient-from: rgba(253, 164, 175, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(253, 164, 175, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-300\/30 {
    --tw-gradient-from: rgba(253, 164, 175, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(253, 164, 175, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-300\/40 {
    --tw-gradient-from: rgba(253, 164, 175, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(253, 164, 175, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-300\/5 {
    --tw-gradient-from: rgba(253, 164, 175, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(253, 164, 175, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-300\/50 {
    --tw-gradient-from: rgba(253, 164, 175, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(253, 164, 175, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-300\/60 {
    --tw-gradient-from: rgba(253, 164, 175, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(253, 164, 175, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-300\/70 {
    --tw-gradient-from: rgba(253, 164, 175, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(253, 164, 175, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-300\/75 {
    --tw-gradient-from: rgba(253, 164, 175, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(253, 164, 175, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-300\/80 {
    --tw-gradient-from: rgba(253, 164, 175, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(253, 164, 175, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-300\/90 {
    --tw-gradient-from: rgba(253, 164, 175, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(253, 164, 175, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-300\/95 {
    --tw-gradient-from: rgba(253, 164, 175, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(253, 164, 175, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-400 {
    --tw-gradient-from: #fb7185 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(251, 113, 133, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-400\/0 {
    --tw-gradient-from: rgba(251, 113, 133, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(251, 113, 133, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-400\/10 {
    --tw-gradient-from: rgba(251, 113, 133, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(251, 113, 133, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-400\/100 {
    --tw-gradient-from: #fb7185 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(251, 113, 133, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-400\/20 {
    --tw-gradient-from: rgba(251, 113, 133, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(251, 113, 133, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-400\/25 {
    --tw-gradient-from: rgba(251, 113, 133, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(251, 113, 133, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-400\/30 {
    --tw-gradient-from: rgba(251, 113, 133, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(251, 113, 133, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-400\/40 {
    --tw-gradient-from: rgba(251, 113, 133, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(251, 113, 133, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-400\/5 {
    --tw-gradient-from: rgba(251, 113, 133, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(251, 113, 133, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-400\/50 {
    --tw-gradient-from: rgba(251, 113, 133, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(251, 113, 133, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-400\/60 {
    --tw-gradient-from: rgba(251, 113, 133, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(251, 113, 133, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-400\/70 {
    --tw-gradient-from: rgba(251, 113, 133, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(251, 113, 133, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-400\/75 {
    --tw-gradient-from: rgba(251, 113, 133, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(251, 113, 133, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-400\/80 {
    --tw-gradient-from: rgba(251, 113, 133, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(251, 113, 133, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-400\/90 {
    --tw-gradient-from: rgba(251, 113, 133, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(251, 113, 133, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-400\/95 {
    --tw-gradient-from: rgba(251, 113, 133, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(251, 113, 133, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-50 {
    --tw-gradient-from: #fff1f2 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 241, 242, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-50\/0 {
    --tw-gradient-from: rgba(255, 241, 242, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 241, 242, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-50\/10 {
    --tw-gradient-from: rgba(255, 241, 242, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 241, 242, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-50\/100 {
    --tw-gradient-from: #fff1f2 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 241, 242, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-50\/20 {
    --tw-gradient-from: rgba(255, 241, 242, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 241, 242, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-50\/25 {
    --tw-gradient-from: rgba(255, 241, 242, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 241, 242, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-50\/30 {
    --tw-gradient-from: rgba(255, 241, 242, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 241, 242, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-50\/40 {
    --tw-gradient-from: rgba(255, 241, 242, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 241, 242, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-50\/5 {
    --tw-gradient-from: rgba(255, 241, 242, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 241, 242, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-50\/50 {
    --tw-gradient-from: rgba(255, 241, 242, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 241, 242, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-50\/60 {
    --tw-gradient-from: rgba(255, 241, 242, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 241, 242, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-50\/70 {
    --tw-gradient-from: rgba(255, 241, 242, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 241, 242, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-50\/75 {
    --tw-gradient-from: rgba(255, 241, 242, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 241, 242, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-50\/80 {
    --tw-gradient-from: rgba(255, 241, 242, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 241, 242, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-50\/90 {
    --tw-gradient-from: rgba(255, 241, 242, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 241, 242, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-50\/95 {
    --tw-gradient-from: rgba(255, 241, 242, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 241, 242, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-500 {
    --tw-gradient-from: #f43f5e var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(244, 63, 94, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-500\/0 {
    --tw-gradient-from: rgba(244, 63, 94, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(244, 63, 94, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-500\/10 {
    --tw-gradient-from: rgba(244, 63, 94, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(244, 63, 94, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-500\/100 {
    --tw-gradient-from: #f43f5e var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(244, 63, 94, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-500\/20 {
    --tw-gradient-from: rgba(244, 63, 94, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(244, 63, 94, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-500\/25 {
    --tw-gradient-from: rgba(244, 63, 94, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(244, 63, 94, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-500\/30 {
    --tw-gradient-from: rgba(244, 63, 94, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(244, 63, 94, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-500\/40 {
    --tw-gradient-from: rgba(244, 63, 94, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(244, 63, 94, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-500\/5 {
    --tw-gradient-from: rgba(244, 63, 94, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(244, 63, 94, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-500\/50 {
    --tw-gradient-from: rgba(244, 63, 94, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(244, 63, 94, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-500\/60 {
    --tw-gradient-from: rgba(244, 63, 94, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(244, 63, 94, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-500\/70 {
    --tw-gradient-from: rgba(244, 63, 94, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(244, 63, 94, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-500\/75 {
    --tw-gradient-from: rgba(244, 63, 94, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(244, 63, 94, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-500\/80 {
    --tw-gradient-from: rgba(244, 63, 94, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(244, 63, 94, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-500\/90 {
    --tw-gradient-from: rgba(244, 63, 94, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(244, 63, 94, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-500\/95 {
    --tw-gradient-from: rgba(244, 63, 94, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(244, 63, 94, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-600 {
    --tw-gradient-from: #e11d48 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(225, 29, 72, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-600\/0 {
    --tw-gradient-from: rgba(225, 29, 72, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(225, 29, 72, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-600\/10 {
    --tw-gradient-from: rgba(225, 29, 72, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(225, 29, 72, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-600\/100 {
    --tw-gradient-from: #e11d48 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(225, 29, 72, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-600\/20 {
    --tw-gradient-from: rgba(225, 29, 72, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(225, 29, 72, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-600\/25 {
    --tw-gradient-from: rgba(225, 29, 72, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(225, 29, 72, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-600\/30 {
    --tw-gradient-from: rgba(225, 29, 72, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(225, 29, 72, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-600\/40 {
    --tw-gradient-from: rgba(225, 29, 72, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(225, 29, 72, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-600\/5 {
    --tw-gradient-from: rgba(225, 29, 72, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(225, 29, 72, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-600\/50 {
    --tw-gradient-from: rgba(225, 29, 72, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(225, 29, 72, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-600\/60 {
    --tw-gradient-from: rgba(225, 29, 72, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(225, 29, 72, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-600\/70 {
    --tw-gradient-from: rgba(225, 29, 72, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(225, 29, 72, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-600\/75 {
    --tw-gradient-from: rgba(225, 29, 72, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(225, 29, 72, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-600\/80 {
    --tw-gradient-from: rgba(225, 29, 72, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(225, 29, 72, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-600\/90 {
    --tw-gradient-from: rgba(225, 29, 72, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(225, 29, 72, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-600\/95 {
    --tw-gradient-from: rgba(225, 29, 72, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(225, 29, 72, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-700 {
    --tw-gradient-from: #be123c var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(190, 18, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-700\/0 {
    --tw-gradient-from: rgba(190, 18, 60, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(190, 18, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-700\/10 {
    --tw-gradient-from: rgba(190, 18, 60, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(190, 18, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-700\/100 {
    --tw-gradient-from: #be123c var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(190, 18, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-700\/20 {
    --tw-gradient-from: rgba(190, 18, 60, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(190, 18, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-700\/25 {
    --tw-gradient-from: rgba(190, 18, 60, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(190, 18, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-700\/30 {
    --tw-gradient-from: rgba(190, 18, 60, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(190, 18, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-700\/40 {
    --tw-gradient-from: rgba(190, 18, 60, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(190, 18, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-700\/5 {
    --tw-gradient-from: rgba(190, 18, 60, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(190, 18, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-700\/50 {
    --tw-gradient-from: rgba(190, 18, 60, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(190, 18, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-700\/60 {
    --tw-gradient-from: rgba(190, 18, 60, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(190, 18, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-700\/70 {
    --tw-gradient-from: rgba(190, 18, 60, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(190, 18, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-700\/75 {
    --tw-gradient-from: rgba(190, 18, 60, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(190, 18, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-700\/80 {
    --tw-gradient-from: rgba(190, 18, 60, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(190, 18, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-700\/90 {
    --tw-gradient-from: rgba(190, 18, 60, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(190, 18, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-700\/95 {
    --tw-gradient-from: rgba(190, 18, 60, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(190, 18, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-800 {
    --tw-gradient-from: #9f1239 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(159, 18, 57, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-800\/0 {
    --tw-gradient-from: rgba(159, 18, 57, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(159, 18, 57, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-800\/10 {
    --tw-gradient-from: rgba(159, 18, 57, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(159, 18, 57, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-800\/100 {
    --tw-gradient-from: #9f1239 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(159, 18, 57, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-800\/20 {
    --tw-gradient-from: rgba(159, 18, 57, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(159, 18, 57, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-800\/25 {
    --tw-gradient-from: rgba(159, 18, 57, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(159, 18, 57, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-800\/30 {
    --tw-gradient-from: rgba(159, 18, 57, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(159, 18, 57, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-800\/40 {
    --tw-gradient-from: rgba(159, 18, 57, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(159, 18, 57, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-800\/5 {
    --tw-gradient-from: rgba(159, 18, 57, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(159, 18, 57, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-800\/50 {
    --tw-gradient-from: rgba(159, 18, 57, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(159, 18, 57, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-800\/60 {
    --tw-gradient-from: rgba(159, 18, 57, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(159, 18, 57, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-800\/70 {
    --tw-gradient-from: rgba(159, 18, 57, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(159, 18, 57, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-800\/75 {
    --tw-gradient-from: rgba(159, 18, 57, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(159, 18, 57, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-800\/80 {
    --tw-gradient-from: rgba(159, 18, 57, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(159, 18, 57, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-800\/90 {
    --tw-gradient-from: rgba(159, 18, 57, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(159, 18, 57, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-800\/95 {
    --tw-gradient-from: rgba(159, 18, 57, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(159, 18, 57, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-900 {
    --tw-gradient-from: #881337 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(136, 19, 55, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-900\/0 {
    --tw-gradient-from: rgba(136, 19, 55, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(136, 19, 55, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-900\/10 {
    --tw-gradient-from: rgba(136, 19, 55, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(136, 19, 55, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-900\/100 {
    --tw-gradient-from: #881337 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(136, 19, 55, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-900\/20 {
    --tw-gradient-from: rgba(136, 19, 55, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(136, 19, 55, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-900\/25 {
    --tw-gradient-from: rgba(136, 19, 55, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(136, 19, 55, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-900\/30 {
    --tw-gradient-from: rgba(136, 19, 55, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(136, 19, 55, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-900\/40 {
    --tw-gradient-from: rgba(136, 19, 55, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(136, 19, 55, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-900\/5 {
    --tw-gradient-from: rgba(136, 19, 55, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(136, 19, 55, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-900\/50 {
    --tw-gradient-from: rgba(136, 19, 55, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(136, 19, 55, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-900\/60 {
    --tw-gradient-from: rgba(136, 19, 55, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(136, 19, 55, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-900\/70 {
    --tw-gradient-from: rgba(136, 19, 55, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(136, 19, 55, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-900\/75 {
    --tw-gradient-from: rgba(136, 19, 55, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(136, 19, 55, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-900\/80 {
    --tw-gradient-from: rgba(136, 19, 55, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(136, 19, 55, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-900\/90 {
    --tw-gradient-from: rgba(136, 19, 55, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(136, 19, 55, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-900\/95 {
    --tw-gradient-from: rgba(136, 19, 55, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(136, 19, 55, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-950 {
    --tw-gradient-from: #4c0519 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(76, 5, 25, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-950\/0 {
    --tw-gradient-from: rgba(76, 5, 25, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(76, 5, 25, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-950\/10 {
    --tw-gradient-from: rgba(76, 5, 25, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(76, 5, 25, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-950\/100 {
    --tw-gradient-from: #4c0519 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(76, 5, 25, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-950\/20 {
    --tw-gradient-from: rgba(76, 5, 25, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(76, 5, 25, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-950\/25 {
    --tw-gradient-from: rgba(76, 5, 25, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(76, 5, 25, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-950\/30 {
    --tw-gradient-from: rgba(76, 5, 25, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(76, 5, 25, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-950\/40 {
    --tw-gradient-from: rgba(76, 5, 25, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(76, 5, 25, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-950\/5 {
    --tw-gradient-from: rgba(76, 5, 25, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(76, 5, 25, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-950\/50 {
    --tw-gradient-from: rgba(76, 5, 25, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(76, 5, 25, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-950\/60 {
    --tw-gradient-from: rgba(76, 5, 25, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(76, 5, 25, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-950\/70 {
    --tw-gradient-from: rgba(76, 5, 25, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(76, 5, 25, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-950\/75 {
    --tw-gradient-from: rgba(76, 5, 25, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(76, 5, 25, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-950\/80 {
    --tw-gradient-from: rgba(76, 5, 25, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(76, 5, 25, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-950\/90 {
    --tw-gradient-from: rgba(76, 5, 25, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(76, 5, 25, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-rose-950\/95 {
    --tw-gradient-from: rgba(76, 5, 25, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(76, 5, 25, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-100 {
    --tw-gradient-from: #e0f2fe var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(224, 242, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-100\/0 {
    --tw-gradient-from: rgba(224, 242, 254, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(224, 242, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-100\/10 {
    --tw-gradient-from: rgba(224, 242, 254, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(224, 242, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-100\/100 {
    --tw-gradient-from: #e0f2fe var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(224, 242, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-100\/20 {
    --tw-gradient-from: rgba(224, 242, 254, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(224, 242, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-100\/25 {
    --tw-gradient-from: rgba(224, 242, 254, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(224, 242, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-100\/30 {
    --tw-gradient-from: rgba(224, 242, 254, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(224, 242, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-100\/40 {
    --tw-gradient-from: rgba(224, 242, 254, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(224, 242, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-100\/5 {
    --tw-gradient-from: rgba(224, 242, 254, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(224, 242, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-100\/50 {
    --tw-gradient-from: rgba(224, 242, 254, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(224, 242, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-100\/60 {
    --tw-gradient-from: rgba(224, 242, 254, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(224, 242, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-100\/70 {
    --tw-gradient-from: rgba(224, 242, 254, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(224, 242, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-100\/75 {
    --tw-gradient-from: rgba(224, 242, 254, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(224, 242, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-100\/80 {
    --tw-gradient-from: rgba(224, 242, 254, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(224, 242, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-100\/90 {
    --tw-gradient-from: rgba(224, 242, 254, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(224, 242, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-100\/95 {
    --tw-gradient-from: rgba(224, 242, 254, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(224, 242, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-200 {
    --tw-gradient-from: #bae6fd var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(186, 230, 253, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-200\/0 {
    --tw-gradient-from: rgba(186, 230, 253, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(186, 230, 253, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-200\/10 {
    --tw-gradient-from: rgba(186, 230, 253, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(186, 230, 253, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-200\/100 {
    --tw-gradient-from: #bae6fd var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(186, 230, 253, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-200\/20 {
    --tw-gradient-from: rgba(186, 230, 253, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(186, 230, 253, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-200\/25 {
    --tw-gradient-from: rgba(186, 230, 253, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(186, 230, 253, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-200\/30 {
    --tw-gradient-from: rgba(186, 230, 253, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(186, 230, 253, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-200\/40 {
    --tw-gradient-from: rgba(186, 230, 253, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(186, 230, 253, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-200\/5 {
    --tw-gradient-from: rgba(186, 230, 253, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(186, 230, 253, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-200\/50 {
    --tw-gradient-from: rgba(186, 230, 253, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(186, 230, 253, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-200\/60 {
    --tw-gradient-from: rgba(186, 230, 253, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(186, 230, 253, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-200\/70 {
    --tw-gradient-from: rgba(186, 230, 253, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(186, 230, 253, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-200\/75 {
    --tw-gradient-from: rgba(186, 230, 253, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(186, 230, 253, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-200\/80 {
    --tw-gradient-from: rgba(186, 230, 253, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(186, 230, 253, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-200\/90 {
    --tw-gradient-from: rgba(186, 230, 253, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(186, 230, 253, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-200\/95 {
    --tw-gradient-from: rgba(186, 230, 253, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(186, 230, 253, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-300 {
    --tw-gradient-from: #7dd3fc var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(125, 211, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-300\/0 {
    --tw-gradient-from: rgba(125, 211, 252, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(125, 211, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-300\/10 {
    --tw-gradient-from: rgba(125, 211, 252, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(125, 211, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-300\/100 {
    --tw-gradient-from: #7dd3fc var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(125, 211, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-300\/20 {
    --tw-gradient-from: rgba(125, 211, 252, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(125, 211, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-300\/25 {
    --tw-gradient-from: rgba(125, 211, 252, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(125, 211, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-300\/30 {
    --tw-gradient-from: rgba(125, 211, 252, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(125, 211, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-300\/40 {
    --tw-gradient-from: rgba(125, 211, 252, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(125, 211, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-300\/5 {
    --tw-gradient-from: rgba(125, 211, 252, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(125, 211, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-300\/50 {
    --tw-gradient-from: rgba(125, 211, 252, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(125, 211, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-300\/60 {
    --tw-gradient-from: rgba(125, 211, 252, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(125, 211, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-300\/70 {
    --tw-gradient-from: rgba(125, 211, 252, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(125, 211, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-300\/75 {
    --tw-gradient-from: rgba(125, 211, 252, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(125, 211, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-300\/80 {
    --tw-gradient-from: rgba(125, 211, 252, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(125, 211, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-300\/90 {
    --tw-gradient-from: rgba(125, 211, 252, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(125, 211, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-300\/95 {
    --tw-gradient-from: rgba(125, 211, 252, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(125, 211, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-400 {
    --tw-gradient-from: #38bdf8 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(56, 189, 248, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-400\/0 {
    --tw-gradient-from: rgba(56, 189, 248, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(56, 189, 248, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-400\/10 {
    --tw-gradient-from: rgba(56, 189, 248, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(56, 189, 248, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-400\/100 {
    --tw-gradient-from: #38bdf8 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(56, 189, 248, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-400\/20 {
    --tw-gradient-from: rgba(56, 189, 248, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(56, 189, 248, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-400\/25 {
    --tw-gradient-from: rgba(56, 189, 248, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(56, 189, 248, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-400\/30 {
    --tw-gradient-from: rgba(56, 189, 248, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(56, 189, 248, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-400\/40 {
    --tw-gradient-from: rgba(56, 189, 248, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(56, 189, 248, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-400\/5 {
    --tw-gradient-from: rgba(56, 189, 248, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(56, 189, 248, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-400\/50 {
    --tw-gradient-from: rgba(56, 189, 248, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(56, 189, 248, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-400\/60 {
    --tw-gradient-from: rgba(56, 189, 248, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(56, 189, 248, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-400\/70 {
    --tw-gradient-from: rgba(56, 189, 248, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(56, 189, 248, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-400\/75 {
    --tw-gradient-from: rgba(56, 189, 248, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(56, 189, 248, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-400\/80 {
    --tw-gradient-from: rgba(56, 189, 248, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(56, 189, 248, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-400\/90 {
    --tw-gradient-from: rgba(56, 189, 248, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(56, 189, 248, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-400\/95 {
    --tw-gradient-from: rgba(56, 189, 248, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(56, 189, 248, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-50 {
    --tw-gradient-from: #f0f9ff var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(240, 249, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-50\/0 {
    --tw-gradient-from: rgba(240, 249, 255, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(240, 249, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-50\/10 {
    --tw-gradient-from: rgba(240, 249, 255, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(240, 249, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-50\/100 {
    --tw-gradient-from: #f0f9ff var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(240, 249, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-50\/20 {
    --tw-gradient-from: rgba(240, 249, 255, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(240, 249, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-50\/25 {
    --tw-gradient-from: rgba(240, 249, 255, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(240, 249, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-50\/30 {
    --tw-gradient-from: rgba(240, 249, 255, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(240, 249, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-50\/40 {
    --tw-gradient-from: rgba(240, 249, 255, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(240, 249, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-50\/5 {
    --tw-gradient-from: rgba(240, 249, 255, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(240, 249, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-50\/50 {
    --tw-gradient-from: rgba(240, 249, 255, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(240, 249, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-50\/60 {
    --tw-gradient-from: rgba(240, 249, 255, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(240, 249, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-50\/70 {
    --tw-gradient-from: rgba(240, 249, 255, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(240, 249, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-50\/75 {
    --tw-gradient-from: rgba(240, 249, 255, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(240, 249, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-50\/80 {
    --tw-gradient-from: rgba(240, 249, 255, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(240, 249, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-50\/90 {
    --tw-gradient-from: rgba(240, 249, 255, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(240, 249, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-50\/95 {
    --tw-gradient-from: rgba(240, 249, 255, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(240, 249, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-500 {
    --tw-gradient-from: #0ea5e9 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(14, 165, 233, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-500\/0 {
    --tw-gradient-from: rgba(14, 165, 233, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(14, 165, 233, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-500\/10 {
    --tw-gradient-from: rgba(14, 165, 233, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(14, 165, 233, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-500\/100 {
    --tw-gradient-from: #0ea5e9 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(14, 165, 233, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-500\/20 {
    --tw-gradient-from: rgba(14, 165, 233, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(14, 165, 233, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-500\/25 {
    --tw-gradient-from: rgba(14, 165, 233, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(14, 165, 233, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-500\/30 {
    --tw-gradient-from: rgba(14, 165, 233, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(14, 165, 233, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-500\/40 {
    --tw-gradient-from: rgba(14, 165, 233, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(14, 165, 233, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-500\/5 {
    --tw-gradient-from: rgba(14, 165, 233, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(14, 165, 233, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-500\/50 {
    --tw-gradient-from: rgba(14, 165, 233, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(14, 165, 233, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-500\/60 {
    --tw-gradient-from: rgba(14, 165, 233, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(14, 165, 233, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-500\/70 {
    --tw-gradient-from: rgba(14, 165, 233, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(14, 165, 233, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-500\/75 {
    --tw-gradient-from: rgba(14, 165, 233, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(14, 165, 233, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-500\/80 {
    --tw-gradient-from: rgba(14, 165, 233, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(14, 165, 233, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-500\/90 {
    --tw-gradient-from: rgba(14, 165, 233, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(14, 165, 233, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-500\/95 {
    --tw-gradient-from: rgba(14, 165, 233, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(14, 165, 233, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-600 {
    --tw-gradient-from: #0284c7 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(2, 132, 199, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-600\/0 {
    --tw-gradient-from: rgba(2, 132, 199, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(2, 132, 199, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-600\/10 {
    --tw-gradient-from: rgba(2, 132, 199, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(2, 132, 199, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-600\/100 {
    --tw-gradient-from: #0284c7 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(2, 132, 199, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-600\/20 {
    --tw-gradient-from: rgba(2, 132, 199, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(2, 132, 199, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-600\/25 {
    --tw-gradient-from: rgba(2, 132, 199, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(2, 132, 199, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-600\/30 {
    --tw-gradient-from: rgba(2, 132, 199, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(2, 132, 199, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-600\/40 {
    --tw-gradient-from: rgba(2, 132, 199, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(2, 132, 199, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-600\/5 {
    --tw-gradient-from: rgba(2, 132, 199, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(2, 132, 199, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-600\/50 {
    --tw-gradient-from: rgba(2, 132, 199, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(2, 132, 199, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-600\/60 {
    --tw-gradient-from: rgba(2, 132, 199, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(2, 132, 199, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-600\/70 {
    --tw-gradient-from: rgba(2, 132, 199, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(2, 132, 199, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-600\/75 {
    --tw-gradient-from: rgba(2, 132, 199, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(2, 132, 199, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-600\/80 {
    --tw-gradient-from: rgba(2, 132, 199, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(2, 132, 199, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-600\/90 {
    --tw-gradient-from: rgba(2, 132, 199, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(2, 132, 199, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-600\/95 {
    --tw-gradient-from: rgba(2, 132, 199, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(2, 132, 199, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-700 {
    --tw-gradient-from: #0369a1 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(3, 105, 161, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-700\/0 {
    --tw-gradient-from: rgba(3, 105, 161, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(3, 105, 161, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-700\/10 {
    --tw-gradient-from: rgba(3, 105, 161, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(3, 105, 161, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-700\/100 {
    --tw-gradient-from: #0369a1 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(3, 105, 161, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-700\/20 {
    --tw-gradient-from: rgba(3, 105, 161, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(3, 105, 161, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-700\/25 {
    --tw-gradient-from: rgba(3, 105, 161, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(3, 105, 161, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-700\/30 {
    --tw-gradient-from: rgba(3, 105, 161, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(3, 105, 161, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-700\/40 {
    --tw-gradient-from: rgba(3, 105, 161, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(3, 105, 161, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-700\/5 {
    --tw-gradient-from: rgba(3, 105, 161, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(3, 105, 161, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-700\/50 {
    --tw-gradient-from: rgba(3, 105, 161, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(3, 105, 161, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-700\/60 {
    --tw-gradient-from: rgba(3, 105, 161, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(3, 105, 161, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-700\/70 {
    --tw-gradient-from: rgba(3, 105, 161, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(3, 105, 161, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-700\/75 {
    --tw-gradient-from: rgba(3, 105, 161, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(3, 105, 161, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-700\/80 {
    --tw-gradient-from: rgba(3, 105, 161, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(3, 105, 161, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-700\/90 {
    --tw-gradient-from: rgba(3, 105, 161, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(3, 105, 161, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-700\/95 {
    --tw-gradient-from: rgba(3, 105, 161, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(3, 105, 161, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-800 {
    --tw-gradient-from: #075985 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(7, 89, 133, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-800\/0 {
    --tw-gradient-from: rgba(7, 89, 133, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(7, 89, 133, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-800\/10 {
    --tw-gradient-from: rgba(7, 89, 133, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(7, 89, 133, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-800\/100 {
    --tw-gradient-from: #075985 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(7, 89, 133, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-800\/20 {
    --tw-gradient-from: rgba(7, 89, 133, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(7, 89, 133, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-800\/25 {
    --tw-gradient-from: rgba(7, 89, 133, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(7, 89, 133, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-800\/30 {
    --tw-gradient-from: rgba(7, 89, 133, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(7, 89, 133, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-800\/40 {
    --tw-gradient-from: rgba(7, 89, 133, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(7, 89, 133, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-800\/5 {
    --tw-gradient-from: rgba(7, 89, 133, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(7, 89, 133, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-800\/50 {
    --tw-gradient-from: rgba(7, 89, 133, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(7, 89, 133, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-800\/60 {
    --tw-gradient-from: rgba(7, 89, 133, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(7, 89, 133, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-800\/70 {
    --tw-gradient-from: rgba(7, 89, 133, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(7, 89, 133, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-800\/75 {
    --tw-gradient-from: rgba(7, 89, 133, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(7, 89, 133, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-800\/80 {
    --tw-gradient-from: rgba(7, 89, 133, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(7, 89, 133, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-800\/90 {
    --tw-gradient-from: rgba(7, 89, 133, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(7, 89, 133, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-800\/95 {
    --tw-gradient-from: rgba(7, 89, 133, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(7, 89, 133, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-900 {
    --tw-gradient-from: #0c4a6e var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(12, 74, 110, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-900\/0 {
    --tw-gradient-from: rgba(12, 74, 110, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(12, 74, 110, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-900\/10 {
    --tw-gradient-from: rgba(12, 74, 110, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(12, 74, 110, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-900\/100 {
    --tw-gradient-from: #0c4a6e var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(12, 74, 110, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-900\/20 {
    --tw-gradient-from: rgba(12, 74, 110, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(12, 74, 110, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-900\/25 {
    --tw-gradient-from: rgba(12, 74, 110, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(12, 74, 110, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-900\/30 {
    --tw-gradient-from: rgba(12, 74, 110, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(12, 74, 110, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-900\/40 {
    --tw-gradient-from: rgba(12, 74, 110, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(12, 74, 110, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-900\/5 {
    --tw-gradient-from: rgba(12, 74, 110, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(12, 74, 110, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-900\/50 {
    --tw-gradient-from: rgba(12, 74, 110, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(12, 74, 110, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-900\/60 {
    --tw-gradient-from: rgba(12, 74, 110, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(12, 74, 110, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-900\/70 {
    --tw-gradient-from: rgba(12, 74, 110, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(12, 74, 110, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-900\/75 {
    --tw-gradient-from: rgba(12, 74, 110, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(12, 74, 110, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-900\/80 {
    --tw-gradient-from: rgba(12, 74, 110, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(12, 74, 110, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-900\/90 {
    --tw-gradient-from: rgba(12, 74, 110, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(12, 74, 110, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-900\/95 {
    --tw-gradient-from: rgba(12, 74, 110, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(12, 74, 110, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-950 {
    --tw-gradient-from: #082f49 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(8, 47, 73, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-950\/0 {
    --tw-gradient-from: rgba(8, 47, 73, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(8, 47, 73, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-950\/10 {
    --tw-gradient-from: rgba(8, 47, 73, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(8, 47, 73, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-950\/100 {
    --tw-gradient-from: #082f49 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(8, 47, 73, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-950\/20 {
    --tw-gradient-from: rgba(8, 47, 73, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(8, 47, 73, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-950\/25 {
    --tw-gradient-from: rgba(8, 47, 73, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(8, 47, 73, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-950\/30 {
    --tw-gradient-from: rgba(8, 47, 73, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(8, 47, 73, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-950\/40 {
    --tw-gradient-from: rgba(8, 47, 73, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(8, 47, 73, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-950\/5 {
    --tw-gradient-from: rgba(8, 47, 73, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(8, 47, 73, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-950\/50 {
    --tw-gradient-from: rgba(8, 47, 73, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(8, 47, 73, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-950\/60 {
    --tw-gradient-from: rgba(8, 47, 73, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(8, 47, 73, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-950\/70 {
    --tw-gradient-from: rgba(8, 47, 73, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(8, 47, 73, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-950\/75 {
    --tw-gradient-from: rgba(8, 47, 73, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(8, 47, 73, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-950\/80 {
    --tw-gradient-from: rgba(8, 47, 73, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(8, 47, 73, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-950\/90 {
    --tw-gradient-from: rgba(8, 47, 73, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(8, 47, 73, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sky-950\/95 {
    --tw-gradient-from: rgba(8, 47, 73, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(8, 47, 73, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-100 {
    --tw-gradient-from: #f1f5f9 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(241, 245, 249, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-100\/0 {
    --tw-gradient-from: rgba(241, 245, 249, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(241, 245, 249, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-100\/10 {
    --tw-gradient-from: rgba(241, 245, 249, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(241, 245, 249, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-100\/100 {
    --tw-gradient-from: #f1f5f9 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(241, 245, 249, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-100\/20 {
    --tw-gradient-from: rgba(241, 245, 249, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(241, 245, 249, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-100\/25 {
    --tw-gradient-from: rgba(241, 245, 249, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(241, 245, 249, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-100\/30 {
    --tw-gradient-from: rgba(241, 245, 249, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(241, 245, 249, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-100\/40 {
    --tw-gradient-from: rgba(241, 245, 249, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(241, 245, 249, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-100\/5 {
    --tw-gradient-from: rgba(241, 245, 249, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(241, 245, 249, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-100\/50 {
    --tw-gradient-from: rgba(241, 245, 249, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(241, 245, 249, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-100\/60 {
    --tw-gradient-from: rgba(241, 245, 249, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(241, 245, 249, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-100\/70 {
    --tw-gradient-from: rgba(241, 245, 249, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(241, 245, 249, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-100\/75 {
    --tw-gradient-from: rgba(241, 245, 249, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(241, 245, 249, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-100\/80 {
    --tw-gradient-from: rgba(241, 245, 249, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(241, 245, 249, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-100\/90 {
    --tw-gradient-from: rgba(241, 245, 249, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(241, 245, 249, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-100\/95 {
    --tw-gradient-from: rgba(241, 245, 249, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(241, 245, 249, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-200 {
    --tw-gradient-from: #e2e8f0 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(226, 232, 240, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-200\/0 {
    --tw-gradient-from: rgba(226, 232, 240, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(226, 232, 240, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-200\/10 {
    --tw-gradient-from: rgba(226, 232, 240, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(226, 232, 240, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-200\/100 {
    --tw-gradient-from: #e2e8f0 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(226, 232, 240, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-200\/20 {
    --tw-gradient-from: rgba(226, 232, 240, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(226, 232, 240, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-200\/25 {
    --tw-gradient-from: rgba(226, 232, 240, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(226, 232, 240, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-200\/30 {
    --tw-gradient-from: rgba(226, 232, 240, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(226, 232, 240, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-200\/40 {
    --tw-gradient-from: rgba(226, 232, 240, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(226, 232, 240, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-200\/5 {
    --tw-gradient-from: rgba(226, 232, 240, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(226, 232, 240, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-200\/50 {
    --tw-gradient-from: rgba(226, 232, 240, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(226, 232, 240, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-200\/60 {
    --tw-gradient-from: rgba(226, 232, 240, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(226, 232, 240, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-200\/70 {
    --tw-gradient-from: rgba(226, 232, 240, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(226, 232, 240, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-200\/75 {
    --tw-gradient-from: rgba(226, 232, 240, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(226, 232, 240, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-200\/80 {
    --tw-gradient-from: rgba(226, 232, 240, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(226, 232, 240, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-200\/90 {
    --tw-gradient-from: rgba(226, 232, 240, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(226, 232, 240, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-200\/95 {
    --tw-gradient-from: rgba(226, 232, 240, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(226, 232, 240, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-300 {
    --tw-gradient-from: #cbd5e1 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(203, 213, 225, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-300\/0 {
    --tw-gradient-from: rgba(203, 213, 225, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(203, 213, 225, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-300\/10 {
    --tw-gradient-from: rgba(203, 213, 225, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(203, 213, 225, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-300\/100 {
    --tw-gradient-from: #cbd5e1 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(203, 213, 225, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-300\/20 {
    --tw-gradient-from: rgba(203, 213, 225, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(203, 213, 225, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-300\/25 {
    --tw-gradient-from: rgba(203, 213, 225, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(203, 213, 225, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-300\/30 {
    --tw-gradient-from: rgba(203, 213, 225, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(203, 213, 225, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-300\/40 {
    --tw-gradient-from: rgba(203, 213, 225, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(203, 213, 225, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-300\/5 {
    --tw-gradient-from: rgba(203, 213, 225, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(203, 213, 225, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-300\/50 {
    --tw-gradient-from: rgba(203, 213, 225, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(203, 213, 225, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-300\/60 {
    --tw-gradient-from: rgba(203, 213, 225, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(203, 213, 225, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-300\/70 {
    --tw-gradient-from: rgba(203, 213, 225, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(203, 213, 225, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-300\/75 {
    --tw-gradient-from: rgba(203, 213, 225, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(203, 213, 225, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-300\/80 {
    --tw-gradient-from: rgba(203, 213, 225, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(203, 213, 225, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-300\/90 {
    --tw-gradient-from: rgba(203, 213, 225, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(203, 213, 225, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-300\/95 {
    --tw-gradient-from: rgba(203, 213, 225, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(203, 213, 225, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-400 {
    --tw-gradient-from: #94a3b8 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(148, 163, 184, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-400\/0 {
    --tw-gradient-from: rgba(148, 163, 184, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(148, 163, 184, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-400\/10 {
    --tw-gradient-from: rgba(148, 163, 184, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(148, 163, 184, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-400\/100 {
    --tw-gradient-from: #94a3b8 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(148, 163, 184, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-400\/20 {
    --tw-gradient-from: rgba(148, 163, 184, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(148, 163, 184, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-400\/25 {
    --tw-gradient-from: rgba(148, 163, 184, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(148, 163, 184, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-400\/30 {
    --tw-gradient-from: rgba(148, 163, 184, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(148, 163, 184, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-400\/40 {
    --tw-gradient-from: rgba(148, 163, 184, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(148, 163, 184, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-400\/5 {
    --tw-gradient-from: rgba(148, 163, 184, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(148, 163, 184, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-400\/50 {
    --tw-gradient-from: rgba(148, 163, 184, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(148, 163, 184, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-400\/60 {
    --tw-gradient-from: rgba(148, 163, 184, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(148, 163, 184, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-400\/70 {
    --tw-gradient-from: rgba(148, 163, 184, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(148, 163, 184, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-400\/75 {
    --tw-gradient-from: rgba(148, 163, 184, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(148, 163, 184, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-400\/80 {
    --tw-gradient-from: rgba(148, 163, 184, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(148, 163, 184, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-400\/90 {
    --tw-gradient-from: rgba(148, 163, 184, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(148, 163, 184, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-400\/95 {
    --tw-gradient-from: rgba(148, 163, 184, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(148, 163, 184, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-50 {
    --tw-gradient-from: #f8fafc var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(248, 250, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-50\/0 {
    --tw-gradient-from: rgba(248, 250, 252, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(248, 250, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-50\/10 {
    --tw-gradient-from: rgba(248, 250, 252, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(248, 250, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-50\/100 {
    --tw-gradient-from: #f8fafc var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(248, 250, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-50\/20 {
    --tw-gradient-from: rgba(248, 250, 252, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(248, 250, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-50\/25 {
    --tw-gradient-from: rgba(248, 250, 252, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(248, 250, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-50\/30 {
    --tw-gradient-from: rgba(248, 250, 252, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(248, 250, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-50\/40 {
    --tw-gradient-from: rgba(248, 250, 252, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(248, 250, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-50\/5 {
    --tw-gradient-from: rgba(248, 250, 252, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(248, 250, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-50\/50 {
    --tw-gradient-from: rgba(248, 250, 252, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(248, 250, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-50\/60 {
    --tw-gradient-from: rgba(248, 250, 252, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(248, 250, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-50\/70 {
    --tw-gradient-from: rgba(248, 250, 252, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(248, 250, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-50\/75 {
    --tw-gradient-from: rgba(248, 250, 252, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(248, 250, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-50\/80 {
    --tw-gradient-from: rgba(248, 250, 252, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(248, 250, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-50\/90 {
    --tw-gradient-from: rgba(248, 250, 252, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(248, 250, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-50\/95 {
    --tw-gradient-from: rgba(248, 250, 252, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(248, 250, 252, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-500 {
    --tw-gradient-from: #64748b var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(100, 116, 139, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-500\/0 {
    --tw-gradient-from: rgba(100, 116, 139, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(100, 116, 139, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-500\/10 {
    --tw-gradient-from: rgba(100, 116, 139, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(100, 116, 139, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-500\/100 {
    --tw-gradient-from: #64748b var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(100, 116, 139, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-500\/20 {
    --tw-gradient-from: rgba(100, 116, 139, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(100, 116, 139, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-500\/25 {
    --tw-gradient-from: rgba(100, 116, 139, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(100, 116, 139, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-500\/30 {
    --tw-gradient-from: rgba(100, 116, 139, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(100, 116, 139, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-500\/40 {
    --tw-gradient-from: rgba(100, 116, 139, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(100, 116, 139, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-500\/5 {
    --tw-gradient-from: rgba(100, 116, 139, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(100, 116, 139, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-500\/50 {
    --tw-gradient-from: rgba(100, 116, 139, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(100, 116, 139, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-500\/60 {
    --tw-gradient-from: rgba(100, 116, 139, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(100, 116, 139, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-500\/70 {
    --tw-gradient-from: rgba(100, 116, 139, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(100, 116, 139, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-500\/75 {
    --tw-gradient-from: rgba(100, 116, 139, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(100, 116, 139, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-500\/80 {
    --tw-gradient-from: rgba(100, 116, 139, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(100, 116, 139, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-500\/90 {
    --tw-gradient-from: rgba(100, 116, 139, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(100, 116, 139, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-500\/95 {
    --tw-gradient-from: rgba(100, 116, 139, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(100, 116, 139, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-600 {
    --tw-gradient-from: #475569 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(71, 85, 105, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-600\/0 {
    --tw-gradient-from: rgba(71, 85, 105, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(71, 85, 105, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-600\/10 {
    --tw-gradient-from: rgba(71, 85, 105, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(71, 85, 105, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-600\/100 {
    --tw-gradient-from: #475569 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(71, 85, 105, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-600\/20 {
    --tw-gradient-from: rgba(71, 85, 105, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(71, 85, 105, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-600\/25 {
    --tw-gradient-from: rgba(71, 85, 105, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(71, 85, 105, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-600\/30 {
    --tw-gradient-from: rgba(71, 85, 105, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(71, 85, 105, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-600\/40 {
    --tw-gradient-from: rgba(71, 85, 105, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(71, 85, 105, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-600\/5 {
    --tw-gradient-from: rgba(71, 85, 105, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(71, 85, 105, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-600\/50 {
    --tw-gradient-from: rgba(71, 85, 105, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(71, 85, 105, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-600\/60 {
    --tw-gradient-from: rgba(71, 85, 105, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(71, 85, 105, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-600\/70 {
    --tw-gradient-from: rgba(71, 85, 105, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(71, 85, 105, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-600\/75 {
    --tw-gradient-from: rgba(71, 85, 105, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(71, 85, 105, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-600\/80 {
    --tw-gradient-from: rgba(71, 85, 105, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(71, 85, 105, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-600\/90 {
    --tw-gradient-from: rgba(71, 85, 105, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(71, 85, 105, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-600\/95 {
    --tw-gradient-from: rgba(71, 85, 105, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(71, 85, 105, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-700 {
    --tw-gradient-from: #334155 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(51, 65, 85, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-700\/0 {
    --tw-gradient-from: rgba(51, 65, 85, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(51, 65, 85, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-700\/10 {
    --tw-gradient-from: rgba(51, 65, 85, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(51, 65, 85, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-700\/100 {
    --tw-gradient-from: #334155 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(51, 65, 85, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-700\/20 {
    --tw-gradient-from: rgba(51, 65, 85, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(51, 65, 85, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-700\/25 {
    --tw-gradient-from: rgba(51, 65, 85, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(51, 65, 85, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-700\/30 {
    --tw-gradient-from: rgba(51, 65, 85, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(51, 65, 85, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-700\/40 {
    --tw-gradient-from: rgba(51, 65, 85, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(51, 65, 85, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-700\/5 {
    --tw-gradient-from: rgba(51, 65, 85, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(51, 65, 85, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-700\/50 {
    --tw-gradient-from: rgba(51, 65, 85, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(51, 65, 85, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-700\/60 {
    --tw-gradient-from: rgba(51, 65, 85, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(51, 65, 85, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-700\/70 {
    --tw-gradient-from: rgba(51, 65, 85, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(51, 65, 85, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-700\/75 {
    --tw-gradient-from: rgba(51, 65, 85, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(51, 65, 85, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-700\/80 {
    --tw-gradient-from: rgba(51, 65, 85, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(51, 65, 85, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-700\/90 {
    --tw-gradient-from: rgba(51, 65, 85, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(51, 65, 85, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-700\/95 {
    --tw-gradient-from: rgba(51, 65, 85, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(51, 65, 85, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-800 {
    --tw-gradient-from: #1e293b var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(30, 41, 59, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-800\/0 {
    --tw-gradient-from: rgba(30, 41, 59, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(30, 41, 59, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-800\/10 {
    --tw-gradient-from: rgba(30, 41, 59, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(30, 41, 59, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-800\/100 {
    --tw-gradient-from: #1e293b var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(30, 41, 59, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-800\/20 {
    --tw-gradient-from: rgba(30, 41, 59, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(30, 41, 59, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-800\/25 {
    --tw-gradient-from: rgba(30, 41, 59, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(30, 41, 59, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-800\/30 {
    --tw-gradient-from: rgba(30, 41, 59, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(30, 41, 59, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-800\/40 {
    --tw-gradient-from: rgba(30, 41, 59, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(30, 41, 59, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-800\/5 {
    --tw-gradient-from: rgba(30, 41, 59, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(30, 41, 59, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-800\/50 {
    --tw-gradient-from: rgba(30, 41, 59, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(30, 41, 59, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-800\/60 {
    --tw-gradient-from: rgba(30, 41, 59, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(30, 41, 59, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-800\/70 {
    --tw-gradient-from: rgba(30, 41, 59, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(30, 41, 59, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-800\/75 {
    --tw-gradient-from: rgba(30, 41, 59, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(30, 41, 59, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-800\/80 {
    --tw-gradient-from: rgba(30, 41, 59, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(30, 41, 59, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-800\/90 {
    --tw-gradient-from: rgba(30, 41, 59, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(30, 41, 59, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-800\/95 {
    --tw-gradient-from: rgba(30, 41, 59, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(30, 41, 59, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-900 {
    --tw-gradient-from: #0f172a var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(15, 23, 42, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-900\/0 {
    --tw-gradient-from: rgba(15, 23, 42, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(15, 23, 42, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-900\/10 {
    --tw-gradient-from: rgba(15, 23, 42, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(15, 23, 42, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-900\/100 {
    --tw-gradient-from: #0f172a var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(15, 23, 42, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-900\/20 {
    --tw-gradient-from: rgba(15, 23, 42, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(15, 23, 42, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-900\/25 {
    --tw-gradient-from: rgba(15, 23, 42, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(15, 23, 42, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-900\/30 {
    --tw-gradient-from: rgba(15, 23, 42, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(15, 23, 42, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-900\/40 {
    --tw-gradient-from: rgba(15, 23, 42, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(15, 23, 42, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-900\/5 {
    --tw-gradient-from: rgba(15, 23, 42, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(15, 23, 42, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-900\/50 {
    --tw-gradient-from: rgba(15, 23, 42, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(15, 23, 42, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-900\/60 {
    --tw-gradient-from: rgba(15, 23, 42, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(15, 23, 42, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-900\/70 {
    --tw-gradient-from: rgba(15, 23, 42, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(15, 23, 42, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-900\/75 {
    --tw-gradient-from: rgba(15, 23, 42, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(15, 23, 42, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-900\/80 {
    --tw-gradient-from: rgba(15, 23, 42, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(15, 23, 42, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-900\/90 {
    --tw-gradient-from: rgba(15, 23, 42, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(15, 23, 42, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-900\/95 {
    --tw-gradient-from: rgba(15, 23, 42, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(15, 23, 42, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-950 {
    --tw-gradient-from: #020617 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(2, 6, 23, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-950\/0 {
    --tw-gradient-from: rgba(2, 6, 23, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(2, 6, 23, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-950\/10 {
    --tw-gradient-from: rgba(2, 6, 23, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(2, 6, 23, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-950\/100 {
    --tw-gradient-from: #020617 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(2, 6, 23, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-950\/20 {
    --tw-gradient-from: rgba(2, 6, 23, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(2, 6, 23, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-950\/25 {
    --tw-gradient-from: rgba(2, 6, 23, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(2, 6, 23, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-950\/30 {
    --tw-gradient-from: rgba(2, 6, 23, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(2, 6, 23, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-950\/40 {
    --tw-gradient-from: rgba(2, 6, 23, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(2, 6, 23, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-950\/5 {
    --tw-gradient-from: rgba(2, 6, 23, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(2, 6, 23, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-950\/50 {
    --tw-gradient-from: rgba(2, 6, 23, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(2, 6, 23, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-950\/60 {
    --tw-gradient-from: rgba(2, 6, 23, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(2, 6, 23, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-950\/70 {
    --tw-gradient-from: rgba(2, 6, 23, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(2, 6, 23, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-950\/75 {
    --tw-gradient-from: rgba(2, 6, 23, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(2, 6, 23, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-950\/80 {
    --tw-gradient-from: rgba(2, 6, 23, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(2, 6, 23, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-950\/90 {
    --tw-gradient-from: rgba(2, 6, 23, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(2, 6, 23, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-slate-950\/95 {
    --tw-gradient-from: rgba(2, 6, 23, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(2, 6, 23, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sscp-tangerine {
    --tw-gradient-from: #ef6b2a var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(239, 107, 42, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sscp-tangerine\/0 {
    --tw-gradient-from: rgba(239, 107, 42, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(239, 107, 42, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sscp-tangerine\/10 {
    --tw-gradient-from: rgba(239, 107, 42, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(239, 107, 42, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sscp-tangerine\/100 {
    --tw-gradient-from: #ef6b2a var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(239, 107, 42, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sscp-tangerine\/20 {
    --tw-gradient-from: rgba(239, 107, 42, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(239, 107, 42, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sscp-tangerine\/25 {
    --tw-gradient-from: rgba(239, 107, 42, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(239, 107, 42, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sscp-tangerine\/30 {
    --tw-gradient-from: rgba(239, 107, 42, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(239, 107, 42, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sscp-tangerine\/40 {
    --tw-gradient-from: rgba(239, 107, 42, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(239, 107, 42, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sscp-tangerine\/5 {
    --tw-gradient-from: rgba(239, 107, 42, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(239, 107, 42, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sscp-tangerine\/50 {
    --tw-gradient-from: rgba(239, 107, 42, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(239, 107, 42, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sscp-tangerine\/60 {
    --tw-gradient-from: rgba(239, 107, 42, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(239, 107, 42, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sscp-tangerine\/70 {
    --tw-gradient-from: rgba(239, 107, 42, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(239, 107, 42, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sscp-tangerine\/75 {
    --tw-gradient-from: rgba(239, 107, 42, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(239, 107, 42, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sscp-tangerine\/80 {
    --tw-gradient-from: rgba(239, 107, 42, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(239, 107, 42, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sscp-tangerine\/90 {
    --tw-gradient-from: rgba(239, 107, 42, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(239, 107, 42, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-sscp-tangerine\/95 {
    --tw-gradient-from: rgba(239, 107, 42, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(239, 107, 42, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-100 {
    --tw-gradient-from: #f5f5f4 var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(60, 5%, 96%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-100\/0 {
    --tw-gradient-from: hsla(60, 5%, 96%, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(60, 5%, 96%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-100\/10 {
    --tw-gradient-from: hsla(60, 5%, 96%, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(60, 5%, 96%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-100\/100 {
    --tw-gradient-from: #f5f5f4 var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(60, 5%, 96%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-100\/20 {
    --tw-gradient-from: hsla(60, 5%, 96%, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(60, 5%, 96%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-100\/25 {
    --tw-gradient-from: hsla(60, 5%, 96%, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(60, 5%, 96%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-100\/30 {
    --tw-gradient-from: hsla(60, 5%, 96%, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(60, 5%, 96%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-100\/40 {
    --tw-gradient-from: hsla(60, 5%, 96%, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(60, 5%, 96%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-100\/5 {
    --tw-gradient-from: hsla(60, 5%, 96%, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(60, 5%, 96%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-100\/50 {
    --tw-gradient-from: hsla(60, 5%, 96%, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(60, 5%, 96%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-100\/60 {
    --tw-gradient-from: hsla(60, 5%, 96%, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(60, 5%, 96%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-100\/70 {
    --tw-gradient-from: hsla(60, 5%, 96%, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(60, 5%, 96%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-100\/75 {
    --tw-gradient-from: hsla(60, 5%, 96%, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(60, 5%, 96%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-100\/80 {
    --tw-gradient-from: hsla(60, 5%, 96%, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(60, 5%, 96%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-100\/90 {
    --tw-gradient-from: hsla(60, 5%, 96%, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(60, 5%, 96%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-100\/95 {
    --tw-gradient-from: hsla(60, 5%, 96%, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(60, 5%, 96%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-200 {
    --tw-gradient-from: #e7e5e4 var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(20, 6%, 90%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-200\/0 {
    --tw-gradient-from: hsla(20, 6%, 90%, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(20, 6%, 90%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-200\/10 {
    --tw-gradient-from: hsla(20, 6%, 90%, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(20, 6%, 90%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-200\/100 {
    --tw-gradient-from: #e7e5e4 var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(20, 6%, 90%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-200\/20 {
    --tw-gradient-from: hsla(20, 6%, 90%, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(20, 6%, 90%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-200\/25 {
    --tw-gradient-from: hsla(20, 6%, 90%, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(20, 6%, 90%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-200\/30 {
    --tw-gradient-from: hsla(20, 6%, 90%, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(20, 6%, 90%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-200\/40 {
    --tw-gradient-from: hsla(20, 6%, 90%, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(20, 6%, 90%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-200\/5 {
    --tw-gradient-from: hsla(20, 6%, 90%, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(20, 6%, 90%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-200\/50 {
    --tw-gradient-from: hsla(20, 6%, 90%, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(20, 6%, 90%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-200\/60 {
    --tw-gradient-from: hsla(20, 6%, 90%, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(20, 6%, 90%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-200\/70 {
    --tw-gradient-from: hsla(20, 6%, 90%, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(20, 6%, 90%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-200\/75 {
    --tw-gradient-from: hsla(20, 6%, 90%, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(20, 6%, 90%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-200\/80 {
    --tw-gradient-from: hsla(20, 6%, 90%, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(20, 6%, 90%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-200\/90 {
    --tw-gradient-from: hsla(20, 6%, 90%, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(20, 6%, 90%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-200\/95 {
    --tw-gradient-from: hsla(20, 6%, 90%, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(20, 6%, 90%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-300 {
    --tw-gradient-from: #d6d3d1 var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(24, 6%, 83%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-300\/0 {
    --tw-gradient-from: hsla(24, 6%, 83%, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(24, 6%, 83%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-300\/10 {
    --tw-gradient-from: hsla(24, 6%, 83%, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(24, 6%, 83%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-300\/100 {
    --tw-gradient-from: #d6d3d1 var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(24, 6%, 83%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-300\/20 {
    --tw-gradient-from: hsla(24, 6%, 83%, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(24, 6%, 83%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-300\/25 {
    --tw-gradient-from: hsla(24, 6%, 83%, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(24, 6%, 83%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-300\/30 {
    --tw-gradient-from: hsla(24, 6%, 83%, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(24, 6%, 83%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-300\/40 {
    --tw-gradient-from: hsla(24, 6%, 83%, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(24, 6%, 83%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-300\/5 {
    --tw-gradient-from: hsla(24, 6%, 83%, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(24, 6%, 83%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-300\/50 {
    --tw-gradient-from: hsla(24, 6%, 83%, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(24, 6%, 83%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-300\/60 {
    --tw-gradient-from: hsla(24, 6%, 83%, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(24, 6%, 83%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-300\/70 {
    --tw-gradient-from: hsla(24, 6%, 83%, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(24, 6%, 83%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-300\/75 {
    --tw-gradient-from: hsla(24, 6%, 83%, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(24, 6%, 83%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-300\/80 {
    --tw-gradient-from: hsla(24, 6%, 83%, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(24, 6%, 83%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-300\/90 {
    --tw-gradient-from: hsla(24, 6%, 83%, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(24, 6%, 83%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-300\/95 {
    --tw-gradient-from: hsla(24, 6%, 83%, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(24, 6%, 83%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-400 {
    --tw-gradient-from: #a8a29e var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(24, 5%, 64%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-400\/0 {
    --tw-gradient-from: hsla(24, 5%, 64%, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(24, 5%, 64%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-400\/10 {
    --tw-gradient-from: hsla(24, 5%, 64%, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(24, 5%, 64%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-400\/100 {
    --tw-gradient-from: #a8a29e var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(24, 5%, 64%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-400\/20 {
    --tw-gradient-from: hsla(24, 5%, 64%, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(24, 5%, 64%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-400\/25 {
    --tw-gradient-from: hsla(24, 5%, 64%, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(24, 5%, 64%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-400\/30 {
    --tw-gradient-from: hsla(24, 5%, 64%, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(24, 5%, 64%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-400\/40 {
    --tw-gradient-from: hsla(24, 5%, 64%, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(24, 5%, 64%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-400\/5 {
    --tw-gradient-from: hsla(24, 5%, 64%, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(24, 5%, 64%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-400\/50 {
    --tw-gradient-from: hsla(24, 5%, 64%, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(24, 5%, 64%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-400\/60 {
    --tw-gradient-from: hsla(24, 5%, 64%, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(24, 5%, 64%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-400\/70 {
    --tw-gradient-from: hsla(24, 5%, 64%, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(24, 5%, 64%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-400\/75 {
    --tw-gradient-from: hsla(24, 5%, 64%, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(24, 5%, 64%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-400\/80 {
    --tw-gradient-from: hsla(24, 5%, 64%, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(24, 5%, 64%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-400\/90 {
    --tw-gradient-from: hsla(24, 5%, 64%, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(24, 5%, 64%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-400\/95 {
    --tw-gradient-from: hsla(24, 5%, 64%, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(24, 5%, 64%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-50 {
    --tw-gradient-from: #fafaf9 var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(60, 9%, 98%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-50\/0 {
    --tw-gradient-from: hsla(60, 9%, 98%, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(60, 9%, 98%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-50\/10 {
    --tw-gradient-from: hsla(60, 9%, 98%, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(60, 9%, 98%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-50\/100 {
    --tw-gradient-from: #fafaf9 var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(60, 9%, 98%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-50\/20 {
    --tw-gradient-from: hsla(60, 9%, 98%, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(60, 9%, 98%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-50\/25 {
    --tw-gradient-from: hsla(60, 9%, 98%, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(60, 9%, 98%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-50\/30 {
    --tw-gradient-from: hsla(60, 9%, 98%, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(60, 9%, 98%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-50\/40 {
    --tw-gradient-from: hsla(60, 9%, 98%, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(60, 9%, 98%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-50\/5 {
    --tw-gradient-from: hsla(60, 9%, 98%, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(60, 9%, 98%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-50\/50 {
    --tw-gradient-from: hsla(60, 9%, 98%, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(60, 9%, 98%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-50\/60 {
    --tw-gradient-from: hsla(60, 9%, 98%, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(60, 9%, 98%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-50\/70 {
    --tw-gradient-from: hsla(60, 9%, 98%, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(60, 9%, 98%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-50\/75 {
    --tw-gradient-from: hsla(60, 9%, 98%, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(60, 9%, 98%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-50\/80 {
    --tw-gradient-from: hsla(60, 9%, 98%, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(60, 9%, 98%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-50\/90 {
    --tw-gradient-from: hsla(60, 9%, 98%, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(60, 9%, 98%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-50\/95 {
    --tw-gradient-from: hsla(60, 9%, 98%, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(60, 9%, 98%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-500 {
    --tw-gradient-from: #78716c var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(25, 5%, 45%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-500\/0 {
    --tw-gradient-from: hsla(25, 5%, 45%, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(25, 5%, 45%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-500\/10 {
    --tw-gradient-from: hsla(25, 5%, 45%, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(25, 5%, 45%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-500\/100 {
    --tw-gradient-from: #78716c var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(25, 5%, 45%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-500\/20 {
    --tw-gradient-from: hsla(25, 5%, 45%, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(25, 5%, 45%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-500\/25 {
    --tw-gradient-from: hsla(25, 5%, 45%, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(25, 5%, 45%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-500\/30 {
    --tw-gradient-from: hsla(25, 5%, 45%, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(25, 5%, 45%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-500\/40 {
    --tw-gradient-from: hsla(25, 5%, 45%, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(25, 5%, 45%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-500\/5 {
    --tw-gradient-from: hsla(25, 5%, 45%, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(25, 5%, 45%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-500\/50 {
    --tw-gradient-from: hsla(25, 5%, 45%, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(25, 5%, 45%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-500\/60 {
    --tw-gradient-from: hsla(25, 5%, 45%, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(25, 5%, 45%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-500\/70 {
    --tw-gradient-from: hsla(25, 5%, 45%, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(25, 5%, 45%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-500\/75 {
    --tw-gradient-from: hsla(25, 5%, 45%, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(25, 5%, 45%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-500\/80 {
    --tw-gradient-from: hsla(25, 5%, 45%, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(25, 5%, 45%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-500\/90 {
    --tw-gradient-from: hsla(25, 5%, 45%, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(25, 5%, 45%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-500\/95 {
    --tw-gradient-from: hsla(25, 5%, 45%, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(25, 5%, 45%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-600 {
    --tw-gradient-from: #57534e var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(87, 83, 78, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-600\/0 {
    --tw-gradient-from: rgba(87, 83, 78, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(87, 83, 78, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-600\/10 {
    --tw-gradient-from: rgba(87, 83, 78, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(87, 83, 78, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-600\/100 {
    --tw-gradient-from: #57534e var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(87, 83, 78, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-600\/20 {
    --tw-gradient-from: rgba(87, 83, 78, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(87, 83, 78, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-600\/25 {
    --tw-gradient-from: rgba(87, 83, 78, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(87, 83, 78, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-600\/30 {
    --tw-gradient-from: rgba(87, 83, 78, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(87, 83, 78, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-600\/40 {
    --tw-gradient-from: rgba(87, 83, 78, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(87, 83, 78, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-600\/5 {
    --tw-gradient-from: rgba(87, 83, 78, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(87, 83, 78, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-600\/50 {
    --tw-gradient-from: rgba(87, 83, 78, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(87, 83, 78, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-600\/60 {
    --tw-gradient-from: rgba(87, 83, 78, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(87, 83, 78, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-600\/70 {
    --tw-gradient-from: rgba(87, 83, 78, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(87, 83, 78, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-600\/75 {
    --tw-gradient-from: rgba(87, 83, 78, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(87, 83, 78, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-600\/80 {
    --tw-gradient-from: rgba(87, 83, 78, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(87, 83, 78, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-600\/90 {
    --tw-gradient-from: rgba(87, 83, 78, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(87, 83, 78, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-600\/95 {
    --tw-gradient-from: rgba(87, 83, 78, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(87, 83, 78, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-700 {
    --tw-gradient-from: #44403c var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(68, 64, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-700\/0 {
    --tw-gradient-from: rgba(68, 64, 60, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(68, 64, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-700\/10 {
    --tw-gradient-from: rgba(68, 64, 60, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(68, 64, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-700\/100 {
    --tw-gradient-from: #44403c var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(68, 64, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-700\/20 {
    --tw-gradient-from: rgba(68, 64, 60, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(68, 64, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-700\/25 {
    --tw-gradient-from: rgba(68, 64, 60, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(68, 64, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-700\/30 {
    --tw-gradient-from: rgba(68, 64, 60, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(68, 64, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-700\/40 {
    --tw-gradient-from: rgba(68, 64, 60, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(68, 64, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-700\/5 {
    --tw-gradient-from: rgba(68, 64, 60, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(68, 64, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-700\/50 {
    --tw-gradient-from: rgba(68, 64, 60, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(68, 64, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-700\/60 {
    --tw-gradient-from: rgba(68, 64, 60, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(68, 64, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-700\/70 {
    --tw-gradient-from: rgba(68, 64, 60, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(68, 64, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-700\/75 {
    --tw-gradient-from: rgba(68, 64, 60, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(68, 64, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-700\/80 {
    --tw-gradient-from: rgba(68, 64, 60, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(68, 64, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-700\/90 {
    --tw-gradient-from: rgba(68, 64, 60, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(68, 64, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-700\/95 {
    --tw-gradient-from: rgba(68, 64, 60, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(68, 64, 60, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-800 {
    --tw-gradient-from: #292524 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(41, 37, 36, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-800\/0 {
    --tw-gradient-from: rgba(41, 37, 36, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(41, 37, 36, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-800\/10 {
    --tw-gradient-from: rgba(41, 37, 36, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(41, 37, 36, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-800\/100 {
    --tw-gradient-from: #292524 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(41, 37, 36, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-800\/20 {
    --tw-gradient-from: rgba(41, 37, 36, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(41, 37, 36, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-800\/25 {
    --tw-gradient-from: rgba(41, 37, 36, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(41, 37, 36, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-800\/30 {
    --tw-gradient-from: rgba(41, 37, 36, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(41, 37, 36, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-800\/40 {
    --tw-gradient-from: rgba(41, 37, 36, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(41, 37, 36, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-800\/5 {
    --tw-gradient-from: rgba(41, 37, 36, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(41, 37, 36, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-800\/50 {
    --tw-gradient-from: rgba(41, 37, 36, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(41, 37, 36, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-800\/60 {
    --tw-gradient-from: rgba(41, 37, 36, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(41, 37, 36, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-800\/70 {
    --tw-gradient-from: rgba(41, 37, 36, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(41, 37, 36, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-800\/75 {
    --tw-gradient-from: rgba(41, 37, 36, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(41, 37, 36, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-800\/80 {
    --tw-gradient-from: rgba(41, 37, 36, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(41, 37, 36, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-800\/90 {
    --tw-gradient-from: rgba(41, 37, 36, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(41, 37, 36, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-800\/95 {
    --tw-gradient-from: rgba(41, 37, 36, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(41, 37, 36, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-900 {
    --tw-gradient-from: #1c1917 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(28, 25, 23, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-900\/0 {
    --tw-gradient-from: rgba(28, 25, 23, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(28, 25, 23, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-900\/10 {
    --tw-gradient-from: rgba(28, 25, 23, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(28, 25, 23, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-900\/100 {
    --tw-gradient-from: #1c1917 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(28, 25, 23, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-900\/20 {
    --tw-gradient-from: rgba(28, 25, 23, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(28, 25, 23, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-900\/25 {
    --tw-gradient-from: rgba(28, 25, 23, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(28, 25, 23, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-900\/30 {
    --tw-gradient-from: rgba(28, 25, 23, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(28, 25, 23, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-900\/40 {
    --tw-gradient-from: rgba(28, 25, 23, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(28, 25, 23, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-900\/5 {
    --tw-gradient-from: rgba(28, 25, 23, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(28, 25, 23, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-900\/50 {
    --tw-gradient-from: rgba(28, 25, 23, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(28, 25, 23, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-900\/60 {
    --tw-gradient-from: rgba(28, 25, 23, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(28, 25, 23, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-900\/70 {
    --tw-gradient-from: rgba(28, 25, 23, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(28, 25, 23, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-900\/75 {
    --tw-gradient-from: rgba(28, 25, 23, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(28, 25, 23, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-900\/80 {
    --tw-gradient-from: rgba(28, 25, 23, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(28, 25, 23, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-900\/90 {
    --tw-gradient-from: rgba(28, 25, 23, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(28, 25, 23, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-900\/95 {
    --tw-gradient-from: rgba(28, 25, 23, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(28, 25, 23, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-950 {
    --tw-gradient-from: #0c0a09 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(12, 10, 9, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-950\/0 {
    --tw-gradient-from: rgba(12, 10, 9, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(12, 10, 9, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-950\/10 {
    --tw-gradient-from: rgba(12, 10, 9, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(12, 10, 9, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-950\/100 {
    --tw-gradient-from: #0c0a09 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(12, 10, 9, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-950\/20 {
    --tw-gradient-from: rgba(12, 10, 9, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(12, 10, 9, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-950\/25 {
    --tw-gradient-from: rgba(12, 10, 9, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(12, 10, 9, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-950\/30 {
    --tw-gradient-from: rgba(12, 10, 9, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(12, 10, 9, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-950\/40 {
    --tw-gradient-from: rgba(12, 10, 9, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(12, 10, 9, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-950\/5 {
    --tw-gradient-from: rgba(12, 10, 9, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(12, 10, 9, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-950\/50 {
    --tw-gradient-from: rgba(12, 10, 9, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(12, 10, 9, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-950\/60 {
    --tw-gradient-from: rgba(12, 10, 9, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(12, 10, 9, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-950\/70 {
    --tw-gradient-from: rgba(12, 10, 9, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(12, 10, 9, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-950\/75 {
    --tw-gradient-from: rgba(12, 10, 9, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(12, 10, 9, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-950\/80 {
    --tw-gradient-from: rgba(12, 10, 9, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(12, 10, 9, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-950\/90 {
    --tw-gradient-from: rgba(12, 10, 9, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(12, 10, 9, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-stone-950\/95 {
    --tw-gradient-from: rgba(12, 10, 9, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(12, 10, 9, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-100 {
    --tw-gradient-from: #ccfbf1 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(204, 251, 241, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-100\/0 {
    --tw-gradient-from: rgba(204, 251, 241, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(204, 251, 241, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-100\/10 {
    --tw-gradient-from: rgba(204, 251, 241, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(204, 251, 241, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-100\/100 {
    --tw-gradient-from: #ccfbf1 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(204, 251, 241, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-100\/20 {
    --tw-gradient-from: rgba(204, 251, 241, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(204, 251, 241, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-100\/25 {
    --tw-gradient-from: rgba(204, 251, 241, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(204, 251, 241, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-100\/30 {
    --tw-gradient-from: rgba(204, 251, 241, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(204, 251, 241, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-100\/40 {
    --tw-gradient-from: rgba(204, 251, 241, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(204, 251, 241, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-100\/5 {
    --tw-gradient-from: rgba(204, 251, 241, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(204, 251, 241, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-100\/50 {
    --tw-gradient-from: rgba(204, 251, 241, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(204, 251, 241, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-100\/60 {
    --tw-gradient-from: rgba(204, 251, 241, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(204, 251, 241, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-100\/70 {
    --tw-gradient-from: rgba(204, 251, 241, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(204, 251, 241, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-100\/75 {
    --tw-gradient-from: rgba(204, 251, 241, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(204, 251, 241, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-100\/80 {
    --tw-gradient-from: rgba(204, 251, 241, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(204, 251, 241, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-100\/90 {
    --tw-gradient-from: rgba(204, 251, 241, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(204, 251, 241, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-100\/95 {
    --tw-gradient-from: rgba(204, 251, 241, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(204, 251, 241, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-200 {
    --tw-gradient-from: #99f6e4 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(153, 246, 228, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-200\/0 {
    --tw-gradient-from: rgba(153, 246, 228, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(153, 246, 228, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-200\/10 {
    --tw-gradient-from: rgba(153, 246, 228, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(153, 246, 228, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-200\/100 {
    --tw-gradient-from: #99f6e4 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(153, 246, 228, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-200\/20 {
    --tw-gradient-from: rgba(153, 246, 228, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(153, 246, 228, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-200\/25 {
    --tw-gradient-from: rgba(153, 246, 228, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(153, 246, 228, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-200\/30 {
    --tw-gradient-from: rgba(153, 246, 228, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(153, 246, 228, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-200\/40 {
    --tw-gradient-from: rgba(153, 246, 228, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(153, 246, 228, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-200\/5 {
    --tw-gradient-from: rgba(153, 246, 228, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(153, 246, 228, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-200\/50 {
    --tw-gradient-from: rgba(153, 246, 228, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(153, 246, 228, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-200\/60 {
    --tw-gradient-from: rgba(153, 246, 228, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(153, 246, 228, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-200\/70 {
    --tw-gradient-from: rgba(153, 246, 228, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(153, 246, 228, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-200\/75 {
    --tw-gradient-from: rgba(153, 246, 228, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(153, 246, 228, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-200\/80 {
    --tw-gradient-from: rgba(153, 246, 228, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(153, 246, 228, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-200\/90 {
    --tw-gradient-from: rgba(153, 246, 228, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(153, 246, 228, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-200\/95 {
    --tw-gradient-from: rgba(153, 246, 228, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(153, 246, 228, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-300 {
    --tw-gradient-from: #5eead4 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(94, 234, 212, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-300\/0 {
    --tw-gradient-from: rgba(94, 234, 212, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(94, 234, 212, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-300\/10 {
    --tw-gradient-from: rgba(94, 234, 212, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(94, 234, 212, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-300\/100 {
    --tw-gradient-from: #5eead4 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(94, 234, 212, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-300\/20 {
    --tw-gradient-from: rgba(94, 234, 212, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(94, 234, 212, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-300\/25 {
    --tw-gradient-from: rgba(94, 234, 212, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(94, 234, 212, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-300\/30 {
    --tw-gradient-from: rgba(94, 234, 212, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(94, 234, 212, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-300\/40 {
    --tw-gradient-from: rgba(94, 234, 212, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(94, 234, 212, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-300\/5 {
    --tw-gradient-from: rgba(94, 234, 212, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(94, 234, 212, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-300\/50 {
    --tw-gradient-from: rgba(94, 234, 212, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(94, 234, 212, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-300\/60 {
    --tw-gradient-from: rgba(94, 234, 212, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(94, 234, 212, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-300\/70 {
    --tw-gradient-from: rgba(94, 234, 212, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(94, 234, 212, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-300\/75 {
    --tw-gradient-from: rgba(94, 234, 212, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(94, 234, 212, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-300\/80 {
    --tw-gradient-from: rgba(94, 234, 212, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(94, 234, 212, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-300\/90 {
    --tw-gradient-from: rgba(94, 234, 212, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(94, 234, 212, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-300\/95 {
    --tw-gradient-from: rgba(94, 234, 212, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(94, 234, 212, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-400 {
    --tw-gradient-from: #2dd4bf var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(45, 212, 191, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-400\/0 {
    --tw-gradient-from: rgba(45, 212, 191, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(45, 212, 191, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-400\/10 {
    --tw-gradient-from: rgba(45, 212, 191, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(45, 212, 191, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-400\/100 {
    --tw-gradient-from: #2dd4bf var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(45, 212, 191, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-400\/20 {
    --tw-gradient-from: rgba(45, 212, 191, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(45, 212, 191, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-400\/25 {
    --tw-gradient-from: rgba(45, 212, 191, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(45, 212, 191, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-400\/30 {
    --tw-gradient-from: rgba(45, 212, 191, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(45, 212, 191, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-400\/40 {
    --tw-gradient-from: rgba(45, 212, 191, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(45, 212, 191, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-400\/5 {
    --tw-gradient-from: rgba(45, 212, 191, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(45, 212, 191, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-400\/50 {
    --tw-gradient-from: rgba(45, 212, 191, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(45, 212, 191, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-400\/60 {
    --tw-gradient-from: rgba(45, 212, 191, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(45, 212, 191, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-400\/70 {
    --tw-gradient-from: rgba(45, 212, 191, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(45, 212, 191, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-400\/75 {
    --tw-gradient-from: rgba(45, 212, 191, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(45, 212, 191, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-400\/80 {
    --tw-gradient-from: rgba(45, 212, 191, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(45, 212, 191, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-400\/90 {
    --tw-gradient-from: rgba(45, 212, 191, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(45, 212, 191, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-400\/95 {
    --tw-gradient-from: rgba(45, 212, 191, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(45, 212, 191, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-50 {
    --tw-gradient-from: #f0fdfa var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(240, 253, 250, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-50\/0 {
    --tw-gradient-from: rgba(240, 253, 250, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(240, 253, 250, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-50\/10 {
    --tw-gradient-from: rgba(240, 253, 250, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(240, 253, 250, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-50\/100 {
    --tw-gradient-from: #f0fdfa var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(240, 253, 250, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-50\/20 {
    --tw-gradient-from: rgba(240, 253, 250, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(240, 253, 250, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-50\/25 {
    --tw-gradient-from: rgba(240, 253, 250, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(240, 253, 250, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-50\/30 {
    --tw-gradient-from: rgba(240, 253, 250, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(240, 253, 250, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-50\/40 {
    --tw-gradient-from: rgba(240, 253, 250, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(240, 253, 250, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-50\/5 {
    --tw-gradient-from: rgba(240, 253, 250, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(240, 253, 250, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-50\/50 {
    --tw-gradient-from: rgba(240, 253, 250, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(240, 253, 250, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-50\/60 {
    --tw-gradient-from: rgba(240, 253, 250, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(240, 253, 250, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-50\/70 {
    --tw-gradient-from: rgba(240, 253, 250, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(240, 253, 250, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-50\/75 {
    --tw-gradient-from: rgba(240, 253, 250, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(240, 253, 250, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-50\/80 {
    --tw-gradient-from: rgba(240, 253, 250, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(240, 253, 250, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-50\/90 {
    --tw-gradient-from: rgba(240, 253, 250, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(240, 253, 250, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-50\/95 {
    --tw-gradient-from: rgba(240, 253, 250, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(240, 253, 250, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-500 {
    --tw-gradient-from: #14b8a6 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(20, 184, 166, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-500\/0 {
    --tw-gradient-from: rgba(20, 184, 166, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(20, 184, 166, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-500\/10 {
    --tw-gradient-from: rgba(20, 184, 166, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(20, 184, 166, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-500\/100 {
    --tw-gradient-from: #14b8a6 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(20, 184, 166, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-500\/20 {
    --tw-gradient-from: rgba(20, 184, 166, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(20, 184, 166, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-500\/25 {
    --tw-gradient-from: rgba(20, 184, 166, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(20, 184, 166, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-500\/30 {
    --tw-gradient-from: rgba(20, 184, 166, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(20, 184, 166, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-500\/40 {
    --tw-gradient-from: rgba(20, 184, 166, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(20, 184, 166, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-500\/5 {
    --tw-gradient-from: rgba(20, 184, 166, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(20, 184, 166, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-500\/50 {
    --tw-gradient-from: rgba(20, 184, 166, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(20, 184, 166, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-500\/60 {
    --tw-gradient-from: rgba(20, 184, 166, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(20, 184, 166, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-500\/70 {
    --tw-gradient-from: rgba(20, 184, 166, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(20, 184, 166, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-500\/75 {
    --tw-gradient-from: rgba(20, 184, 166, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(20, 184, 166, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-500\/80 {
    --tw-gradient-from: rgba(20, 184, 166, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(20, 184, 166, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-500\/90 {
    --tw-gradient-from: rgba(20, 184, 166, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(20, 184, 166, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-500\/95 {
    --tw-gradient-from: rgba(20, 184, 166, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(20, 184, 166, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-600 {
    --tw-gradient-from: #0d9488 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(13, 148, 136, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-600\/0 {
    --tw-gradient-from: rgba(13, 148, 136, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(13, 148, 136, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-600\/10 {
    --tw-gradient-from: rgba(13, 148, 136, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(13, 148, 136, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-600\/100 {
    --tw-gradient-from: #0d9488 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(13, 148, 136, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-600\/20 {
    --tw-gradient-from: rgba(13, 148, 136, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(13, 148, 136, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-600\/25 {
    --tw-gradient-from: rgba(13, 148, 136, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(13, 148, 136, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-600\/30 {
    --tw-gradient-from: rgba(13, 148, 136, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(13, 148, 136, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-600\/40 {
    --tw-gradient-from: rgba(13, 148, 136, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(13, 148, 136, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-600\/5 {
    --tw-gradient-from: rgba(13, 148, 136, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(13, 148, 136, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-600\/50 {
    --tw-gradient-from: rgba(13, 148, 136, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(13, 148, 136, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-600\/60 {
    --tw-gradient-from: rgba(13, 148, 136, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(13, 148, 136, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-600\/70 {
    --tw-gradient-from: rgba(13, 148, 136, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(13, 148, 136, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-600\/75 {
    --tw-gradient-from: rgba(13, 148, 136, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(13, 148, 136, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-600\/80 {
    --tw-gradient-from: rgba(13, 148, 136, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(13, 148, 136, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-600\/90 {
    --tw-gradient-from: rgba(13, 148, 136, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(13, 148, 136, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-600\/95 {
    --tw-gradient-from: rgba(13, 148, 136, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(13, 148, 136, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-700 {
    --tw-gradient-from: #0f766e var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(15, 118, 110, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-700\/0 {
    --tw-gradient-from: rgba(15, 118, 110, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(15, 118, 110, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-700\/10 {
    --tw-gradient-from: rgba(15, 118, 110, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(15, 118, 110, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-700\/100 {
    --tw-gradient-from: #0f766e var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(15, 118, 110, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-700\/20 {
    --tw-gradient-from: rgba(15, 118, 110, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(15, 118, 110, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-700\/25 {
    --tw-gradient-from: rgba(15, 118, 110, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(15, 118, 110, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-700\/30 {
    --tw-gradient-from: rgba(15, 118, 110, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(15, 118, 110, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-700\/40 {
    --tw-gradient-from: rgba(15, 118, 110, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(15, 118, 110, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-700\/5 {
    --tw-gradient-from: rgba(15, 118, 110, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(15, 118, 110, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-700\/50 {
    --tw-gradient-from: rgba(15, 118, 110, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(15, 118, 110, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-700\/60 {
    --tw-gradient-from: rgba(15, 118, 110, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(15, 118, 110, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-700\/70 {
    --tw-gradient-from: rgba(15, 118, 110, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(15, 118, 110, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-700\/75 {
    --tw-gradient-from: rgba(15, 118, 110, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(15, 118, 110, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-700\/80 {
    --tw-gradient-from: rgba(15, 118, 110, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(15, 118, 110, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-700\/90 {
    --tw-gradient-from: rgba(15, 118, 110, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(15, 118, 110, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-700\/95 {
    --tw-gradient-from: rgba(15, 118, 110, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(15, 118, 110, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-800 {
    --tw-gradient-from: #115e59 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(17, 94, 89, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-800\/0 {
    --tw-gradient-from: rgba(17, 94, 89, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(17, 94, 89, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-800\/10 {
    --tw-gradient-from: rgba(17, 94, 89, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(17, 94, 89, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-800\/100 {
    --tw-gradient-from: #115e59 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(17, 94, 89, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-800\/20 {
    --tw-gradient-from: rgba(17, 94, 89, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(17, 94, 89, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-800\/25 {
    --tw-gradient-from: rgba(17, 94, 89, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(17, 94, 89, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-800\/30 {
    --tw-gradient-from: rgba(17, 94, 89, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(17, 94, 89, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-800\/40 {
    --tw-gradient-from: rgba(17, 94, 89, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(17, 94, 89, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-800\/5 {
    --tw-gradient-from: rgba(17, 94, 89, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(17, 94, 89, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-800\/50 {
    --tw-gradient-from: rgba(17, 94, 89, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(17, 94, 89, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-800\/60 {
    --tw-gradient-from: rgba(17, 94, 89, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(17, 94, 89, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-800\/70 {
    --tw-gradient-from: rgba(17, 94, 89, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(17, 94, 89, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-800\/75 {
    --tw-gradient-from: rgba(17, 94, 89, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(17, 94, 89, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-800\/80 {
    --tw-gradient-from: rgba(17, 94, 89, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(17, 94, 89, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-800\/90 {
    --tw-gradient-from: rgba(17, 94, 89, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(17, 94, 89, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-800\/95 {
    --tw-gradient-from: rgba(17, 94, 89, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(17, 94, 89, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-900 {
    --tw-gradient-from: #134e4a var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(19, 78, 74, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-900\/0 {
    --tw-gradient-from: rgba(19, 78, 74, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(19, 78, 74, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-900\/10 {
    --tw-gradient-from: rgba(19, 78, 74, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(19, 78, 74, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-900\/100 {
    --tw-gradient-from: #134e4a var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(19, 78, 74, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-900\/20 {
    --tw-gradient-from: rgba(19, 78, 74, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(19, 78, 74, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-900\/25 {
    --tw-gradient-from: rgba(19, 78, 74, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(19, 78, 74, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-900\/30 {
    --tw-gradient-from: rgba(19, 78, 74, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(19, 78, 74, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-900\/40 {
    --tw-gradient-from: rgba(19, 78, 74, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(19, 78, 74, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-900\/5 {
    --tw-gradient-from: rgba(19, 78, 74, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(19, 78, 74, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-900\/50 {
    --tw-gradient-from: rgba(19, 78, 74, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(19, 78, 74, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-900\/60 {
    --tw-gradient-from: rgba(19, 78, 74, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(19, 78, 74, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-900\/70 {
    --tw-gradient-from: rgba(19, 78, 74, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(19, 78, 74, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-900\/75 {
    --tw-gradient-from: rgba(19, 78, 74, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(19, 78, 74, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-900\/80 {
    --tw-gradient-from: rgba(19, 78, 74, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(19, 78, 74, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-900\/90 {
    --tw-gradient-from: rgba(19, 78, 74, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(19, 78, 74, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-900\/95 {
    --tw-gradient-from: rgba(19, 78, 74, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(19, 78, 74, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-950 {
    --tw-gradient-from: #042f2e var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(4, 47, 46, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-950\/0 {
    --tw-gradient-from: rgba(4, 47, 46, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(4, 47, 46, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-950\/10 {
    --tw-gradient-from: rgba(4, 47, 46, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(4, 47, 46, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-950\/100 {
    --tw-gradient-from: #042f2e var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(4, 47, 46, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-950\/20 {
    --tw-gradient-from: rgba(4, 47, 46, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(4, 47, 46, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-950\/25 {
    --tw-gradient-from: rgba(4, 47, 46, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(4, 47, 46, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-950\/30 {
    --tw-gradient-from: rgba(4, 47, 46, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(4, 47, 46, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-950\/40 {
    --tw-gradient-from: rgba(4, 47, 46, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(4, 47, 46, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-950\/5 {
    --tw-gradient-from: rgba(4, 47, 46, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(4, 47, 46, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-950\/50 {
    --tw-gradient-from: rgba(4, 47, 46, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(4, 47, 46, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-950\/60 {
    --tw-gradient-from: rgba(4, 47, 46, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(4, 47, 46, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-950\/70 {
    --tw-gradient-from: rgba(4, 47, 46, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(4, 47, 46, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-950\/75 {
    --tw-gradient-from: rgba(4, 47, 46, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(4, 47, 46, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-950\/80 {
    --tw-gradient-from: rgba(4, 47, 46, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(4, 47, 46, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-950\/90 {
    --tw-gradient-from: rgba(4, 47, 46, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(4, 47, 46, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-teal-950\/95 {
    --tw-gradient-from: rgba(4, 47, 46, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(4, 47, 46, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-transparent,
.v10-sitecore-container .from-transparent\/0 {
    --tw-gradient-from: transparent var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-transparent\/10 {
    --tw-gradient-from: rgba(0, 0, 0, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-transparent\/100 {
    --tw-gradient-from: #000 var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-transparent\/20 {
    --tw-gradient-from: rgba(0, 0, 0, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-transparent\/25 {
    --tw-gradient-from: rgba(0, 0, 0, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-transparent\/30 {
    --tw-gradient-from: rgba(0, 0, 0, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-transparent\/40 {
    --tw-gradient-from: rgba(0, 0, 0, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-transparent\/5 {
    --tw-gradient-from: rgba(0, 0, 0, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-transparent\/50 {
    --tw-gradient-from: rgba(0, 0, 0, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-transparent\/60 {
    --tw-gradient-from: rgba(0, 0, 0, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-transparent\/70 {
    --tw-gradient-from: rgba(0, 0, 0, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-transparent\/75 {
    --tw-gradient-from: rgba(0, 0, 0, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-transparent\/80 {
    --tw-gradient-from: rgba(0, 0, 0, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-transparent\/90 {
    --tw-gradient-from: rgba(0, 0, 0, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-transparent\/95 {
    --tw-gradient-from: rgba(0, 0, 0, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-100 {
    --tw-gradient-from: #ede9fe var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(237, 233, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-100\/0 {
    --tw-gradient-from: rgba(237, 233, 254, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(237, 233, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-100\/10 {
    --tw-gradient-from: rgba(237, 233, 254, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(237, 233, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-100\/100 {
    --tw-gradient-from: #ede9fe var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(237, 233, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-100\/20 {
    --tw-gradient-from: rgba(237, 233, 254, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(237, 233, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-100\/25 {
    --tw-gradient-from: rgba(237, 233, 254, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(237, 233, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-100\/30 {
    --tw-gradient-from: rgba(237, 233, 254, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(237, 233, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-100\/40 {
    --tw-gradient-from: rgba(237, 233, 254, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(237, 233, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-100\/5 {
    --tw-gradient-from: rgba(237, 233, 254, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(237, 233, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-100\/50 {
    --tw-gradient-from: rgba(237, 233, 254, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(237, 233, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-100\/60 {
    --tw-gradient-from: rgba(237, 233, 254, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(237, 233, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-100\/70 {
    --tw-gradient-from: rgba(237, 233, 254, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(237, 233, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-100\/75 {
    --tw-gradient-from: rgba(237, 233, 254, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(237, 233, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-100\/80 {
    --tw-gradient-from: rgba(237, 233, 254, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(237, 233, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-100\/90 {
    --tw-gradient-from: rgba(237, 233, 254, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(237, 233, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-100\/95 {
    --tw-gradient-from: rgba(237, 233, 254, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(237, 233, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-200 {
    --tw-gradient-from: #ddd6fe var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(221, 214, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-200\/0 {
    --tw-gradient-from: rgba(221, 214, 254, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(221, 214, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-200\/10 {
    --tw-gradient-from: rgba(221, 214, 254, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(221, 214, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-200\/100 {
    --tw-gradient-from: #ddd6fe var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(221, 214, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-200\/20 {
    --tw-gradient-from: rgba(221, 214, 254, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(221, 214, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-200\/25 {
    --tw-gradient-from: rgba(221, 214, 254, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(221, 214, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-200\/30 {
    --tw-gradient-from: rgba(221, 214, 254, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(221, 214, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-200\/40 {
    --tw-gradient-from: rgba(221, 214, 254, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(221, 214, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-200\/5 {
    --tw-gradient-from: rgba(221, 214, 254, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(221, 214, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-200\/50 {
    --tw-gradient-from: rgba(221, 214, 254, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(221, 214, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-200\/60 {
    --tw-gradient-from: rgba(221, 214, 254, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(221, 214, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-200\/70 {
    --tw-gradient-from: rgba(221, 214, 254, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(221, 214, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-200\/75 {
    --tw-gradient-from: rgba(221, 214, 254, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(221, 214, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-200\/80 {
    --tw-gradient-from: rgba(221, 214, 254, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(221, 214, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-200\/90 {
    --tw-gradient-from: rgba(221, 214, 254, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(221, 214, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-200\/95 {
    --tw-gradient-from: rgba(221, 214, 254, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(221, 214, 254, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-300 {
    --tw-gradient-from: #c4b5fd var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(196, 181, 253, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-300\/0 {
    --tw-gradient-from: rgba(196, 181, 253, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(196, 181, 253, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-300\/10 {
    --tw-gradient-from: rgba(196, 181, 253, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(196, 181, 253, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-300\/100 {
    --tw-gradient-from: #c4b5fd var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(196, 181, 253, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-300\/20 {
    --tw-gradient-from: rgba(196, 181, 253, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(196, 181, 253, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-300\/25 {
    --tw-gradient-from: rgba(196, 181, 253, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(196, 181, 253, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-300\/30 {
    --tw-gradient-from: rgba(196, 181, 253, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(196, 181, 253, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-300\/40 {
    --tw-gradient-from: rgba(196, 181, 253, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(196, 181, 253, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-300\/5 {
    --tw-gradient-from: rgba(196, 181, 253, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(196, 181, 253, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-300\/50 {
    --tw-gradient-from: rgba(196, 181, 253, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(196, 181, 253, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-300\/60 {
    --tw-gradient-from: rgba(196, 181, 253, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(196, 181, 253, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-300\/70 {
    --tw-gradient-from: rgba(196, 181, 253, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(196, 181, 253, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-300\/75 {
    --tw-gradient-from: rgba(196, 181, 253, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(196, 181, 253, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-300\/80 {
    --tw-gradient-from: rgba(196, 181, 253, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(196, 181, 253, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-300\/90 {
    --tw-gradient-from: rgba(196, 181, 253, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(196, 181, 253, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-300\/95 {
    --tw-gradient-from: rgba(196, 181, 253, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(196, 181, 253, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-400 {
    --tw-gradient-from: #a78bfa var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(167, 139, 250, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-400\/0 {
    --tw-gradient-from: rgba(167, 139, 250, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(167, 139, 250, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-400\/10 {
    --tw-gradient-from: rgba(167, 139, 250, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(167, 139, 250, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-400\/100 {
    --tw-gradient-from: #a78bfa var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(167, 139, 250, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-400\/20 {
    --tw-gradient-from: rgba(167, 139, 250, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(167, 139, 250, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-400\/25 {
    --tw-gradient-from: rgba(167, 139, 250, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(167, 139, 250, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-400\/30 {
    --tw-gradient-from: rgba(167, 139, 250, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(167, 139, 250, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-400\/40 {
    --tw-gradient-from: rgba(167, 139, 250, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(167, 139, 250, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-400\/5 {
    --tw-gradient-from: rgba(167, 139, 250, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(167, 139, 250, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-400\/50 {
    --tw-gradient-from: rgba(167, 139, 250, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(167, 139, 250, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-400\/60 {
    --tw-gradient-from: rgba(167, 139, 250, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(167, 139, 250, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-400\/70 {
    --tw-gradient-from: rgba(167, 139, 250, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(167, 139, 250, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-400\/75 {
    --tw-gradient-from: rgba(167, 139, 250, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(167, 139, 250, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-400\/80 {
    --tw-gradient-from: rgba(167, 139, 250, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(167, 139, 250, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-400\/90 {
    --tw-gradient-from: rgba(167, 139, 250, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(167, 139, 250, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-400\/95 {
    --tw-gradient-from: rgba(167, 139, 250, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(167, 139, 250, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-50 {
    --tw-gradient-from: #f5f3ff var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(245, 243, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-50\/0 {
    --tw-gradient-from: rgba(245, 243, 255, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(245, 243, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-50\/10 {
    --tw-gradient-from: rgba(245, 243, 255, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(245, 243, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-50\/100 {
    --tw-gradient-from: #f5f3ff var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(245, 243, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-50\/20 {
    --tw-gradient-from: rgba(245, 243, 255, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(245, 243, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-50\/25 {
    --tw-gradient-from: rgba(245, 243, 255, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(245, 243, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-50\/30 {
    --tw-gradient-from: rgba(245, 243, 255, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(245, 243, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-50\/40 {
    --tw-gradient-from: rgba(245, 243, 255, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(245, 243, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-50\/5 {
    --tw-gradient-from: rgba(245, 243, 255, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(245, 243, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-50\/50 {
    --tw-gradient-from: rgba(245, 243, 255, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(245, 243, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-50\/60 {
    --tw-gradient-from: rgba(245, 243, 255, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(245, 243, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-50\/70 {
    --tw-gradient-from: rgba(245, 243, 255, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(245, 243, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-50\/75 {
    --tw-gradient-from: rgba(245, 243, 255, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(245, 243, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-50\/80 {
    --tw-gradient-from: rgba(245, 243, 255, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(245, 243, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-50\/90 {
    --tw-gradient-from: rgba(245, 243, 255, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(245, 243, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-50\/95 {
    --tw-gradient-from: rgba(245, 243, 255, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(245, 243, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-500 {
    --tw-gradient-from: #8b5cf6 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(139, 92, 246, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-500\/0 {
    --tw-gradient-from: rgba(139, 92, 246, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(139, 92, 246, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-500\/10 {
    --tw-gradient-from: rgba(139, 92, 246, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(139, 92, 246, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-500\/100 {
    --tw-gradient-from: #8b5cf6 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(139, 92, 246, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-500\/20 {
    --tw-gradient-from: rgba(139, 92, 246, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(139, 92, 246, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-500\/25 {
    --tw-gradient-from: rgba(139, 92, 246, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(139, 92, 246, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-500\/30 {
    --tw-gradient-from: rgba(139, 92, 246, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(139, 92, 246, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-500\/40 {
    --tw-gradient-from: rgba(139, 92, 246, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(139, 92, 246, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-500\/5 {
    --tw-gradient-from: rgba(139, 92, 246, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(139, 92, 246, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-500\/50 {
    --tw-gradient-from: rgba(139, 92, 246, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(139, 92, 246, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-500\/60 {
    --tw-gradient-from: rgba(139, 92, 246, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(139, 92, 246, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-500\/70 {
    --tw-gradient-from: rgba(139, 92, 246, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(139, 92, 246, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-500\/75 {
    --tw-gradient-from: rgba(139, 92, 246, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(139, 92, 246, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-500\/80 {
    --tw-gradient-from: rgba(139, 92, 246, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(139, 92, 246, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-500\/90 {
    --tw-gradient-from: rgba(139, 92, 246, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(139, 92, 246, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-500\/95 {
    --tw-gradient-from: rgba(139, 92, 246, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(139, 92, 246, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-600 {
    --tw-gradient-from: #7c3aed var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(124, 58, 237, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-600\/0 {
    --tw-gradient-from: rgba(124, 58, 237, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(124, 58, 237, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-600\/10 {
    --tw-gradient-from: rgba(124, 58, 237, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(124, 58, 237, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-600\/100 {
    --tw-gradient-from: #7c3aed var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(124, 58, 237, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-600\/20 {
    --tw-gradient-from: rgba(124, 58, 237, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(124, 58, 237, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-600\/25 {
    --tw-gradient-from: rgba(124, 58, 237, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(124, 58, 237, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-600\/30 {
    --tw-gradient-from: rgba(124, 58, 237, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(124, 58, 237, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-600\/40 {
    --tw-gradient-from: rgba(124, 58, 237, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(124, 58, 237, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-600\/5 {
    --tw-gradient-from: rgba(124, 58, 237, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(124, 58, 237, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-600\/50 {
    --tw-gradient-from: rgba(124, 58, 237, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(124, 58, 237, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-600\/60 {
    --tw-gradient-from: rgba(124, 58, 237, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(124, 58, 237, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-600\/70 {
    --tw-gradient-from: rgba(124, 58, 237, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(124, 58, 237, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-600\/75 {
    --tw-gradient-from: rgba(124, 58, 237, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(124, 58, 237, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-600\/80 {
    --tw-gradient-from: rgba(124, 58, 237, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(124, 58, 237, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-600\/90 {
    --tw-gradient-from: rgba(124, 58, 237, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(124, 58, 237, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-600\/95 {
    --tw-gradient-from: rgba(124, 58, 237, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(124, 58, 237, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-700 {
    --tw-gradient-from: #6d28d9 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(109, 40, 217, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-700\/0 {
    --tw-gradient-from: rgba(109, 40, 217, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(109, 40, 217, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-700\/10 {
    --tw-gradient-from: rgba(109, 40, 217, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(109, 40, 217, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-700\/100 {
    --tw-gradient-from: #6d28d9 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(109, 40, 217, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-700\/20 {
    --tw-gradient-from: rgba(109, 40, 217, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(109, 40, 217, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-700\/25 {
    --tw-gradient-from: rgba(109, 40, 217, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(109, 40, 217, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-700\/30 {
    --tw-gradient-from: rgba(109, 40, 217, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(109, 40, 217, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-700\/40 {
    --tw-gradient-from: rgba(109, 40, 217, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(109, 40, 217, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-700\/5 {
    --tw-gradient-from: rgba(109, 40, 217, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(109, 40, 217, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-700\/50 {
    --tw-gradient-from: rgba(109, 40, 217, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(109, 40, 217, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-700\/60 {
    --tw-gradient-from: rgba(109, 40, 217, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(109, 40, 217, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-700\/70 {
    --tw-gradient-from: rgba(109, 40, 217, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(109, 40, 217, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-700\/75 {
    --tw-gradient-from: rgba(109, 40, 217, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(109, 40, 217, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-700\/80 {
    --tw-gradient-from: rgba(109, 40, 217, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(109, 40, 217, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-700\/90 {
    --tw-gradient-from: rgba(109, 40, 217, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(109, 40, 217, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-700\/95 {
    --tw-gradient-from: rgba(109, 40, 217, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(109, 40, 217, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-800 {
    --tw-gradient-from: #5b21b6 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(91, 33, 182, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-800\/0 {
    --tw-gradient-from: rgba(91, 33, 182, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(91, 33, 182, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-800\/10 {
    --tw-gradient-from: rgba(91, 33, 182, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(91, 33, 182, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-800\/100 {
    --tw-gradient-from: #5b21b6 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(91, 33, 182, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-800\/20 {
    --tw-gradient-from: rgba(91, 33, 182, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(91, 33, 182, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-800\/25 {
    --tw-gradient-from: rgba(91, 33, 182, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(91, 33, 182, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-800\/30 {
    --tw-gradient-from: rgba(91, 33, 182, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(91, 33, 182, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-800\/40 {
    --tw-gradient-from: rgba(91, 33, 182, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(91, 33, 182, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-800\/5 {
    --tw-gradient-from: rgba(91, 33, 182, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(91, 33, 182, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-800\/50 {
    --tw-gradient-from: rgba(91, 33, 182, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(91, 33, 182, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-800\/60 {
    --tw-gradient-from: rgba(91, 33, 182, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(91, 33, 182, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-800\/70 {
    --tw-gradient-from: rgba(91, 33, 182, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(91, 33, 182, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-800\/75 {
    --tw-gradient-from: rgba(91, 33, 182, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(91, 33, 182, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-800\/80 {
    --tw-gradient-from: rgba(91, 33, 182, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(91, 33, 182, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-800\/90 {
    --tw-gradient-from: rgba(91, 33, 182, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(91, 33, 182, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-800\/95 {
    --tw-gradient-from: rgba(91, 33, 182, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(91, 33, 182, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-900 {
    --tw-gradient-from: #4c1d95 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(76, 29, 149, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-900\/0 {
    --tw-gradient-from: rgba(76, 29, 149, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(76, 29, 149, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-900\/10 {
    --tw-gradient-from: rgba(76, 29, 149, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(76, 29, 149, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-900\/100 {
    --tw-gradient-from: #4c1d95 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(76, 29, 149, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-900\/20 {
    --tw-gradient-from: rgba(76, 29, 149, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(76, 29, 149, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-900\/25 {
    --tw-gradient-from: rgba(76, 29, 149, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(76, 29, 149, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-900\/30 {
    --tw-gradient-from: rgba(76, 29, 149, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(76, 29, 149, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-900\/40 {
    --tw-gradient-from: rgba(76, 29, 149, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(76, 29, 149, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-900\/5 {
    --tw-gradient-from: rgba(76, 29, 149, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(76, 29, 149, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-900\/50 {
    --tw-gradient-from: rgba(76, 29, 149, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(76, 29, 149, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-900\/60 {
    --tw-gradient-from: rgba(76, 29, 149, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(76, 29, 149, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-900\/70 {
    --tw-gradient-from: rgba(76, 29, 149, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(76, 29, 149, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-900\/75 {
    --tw-gradient-from: rgba(76, 29, 149, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(76, 29, 149, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-900\/80 {
    --tw-gradient-from: rgba(76, 29, 149, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(76, 29, 149, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-900\/90 {
    --tw-gradient-from: rgba(76, 29, 149, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(76, 29, 149, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-900\/95 {
    --tw-gradient-from: rgba(76, 29, 149, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(76, 29, 149, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-950 {
    --tw-gradient-from: #2e1065 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(46, 16, 101, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-950\/0 {
    --tw-gradient-from: rgba(46, 16, 101, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(46, 16, 101, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-950\/10 {
    --tw-gradient-from: rgba(46, 16, 101, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(46, 16, 101, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-950\/100 {
    --tw-gradient-from: #2e1065 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(46, 16, 101, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-950\/20 {
    --tw-gradient-from: rgba(46, 16, 101, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(46, 16, 101, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-950\/25 {
    --tw-gradient-from: rgba(46, 16, 101, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(46, 16, 101, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-950\/30 {
    --tw-gradient-from: rgba(46, 16, 101, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(46, 16, 101, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-950\/40 {
    --tw-gradient-from: rgba(46, 16, 101, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(46, 16, 101, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-950\/5 {
    --tw-gradient-from: rgba(46, 16, 101, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(46, 16, 101, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-950\/50 {
    --tw-gradient-from: rgba(46, 16, 101, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(46, 16, 101, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-950\/60 {
    --tw-gradient-from: rgba(46, 16, 101, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(46, 16, 101, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-950\/70 {
    --tw-gradient-from: rgba(46, 16, 101, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(46, 16, 101, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-950\/75 {
    --tw-gradient-from: rgba(46, 16, 101, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(46, 16, 101, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-950\/80 {
    --tw-gradient-from: rgba(46, 16, 101, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(46, 16, 101, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-950\/90 {
    --tw-gradient-from: rgba(46, 16, 101, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(46, 16, 101, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-violet-950\/95 {
    --tw-gradient-from: rgba(46, 16, 101, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(46, 16, 101, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-white,
.v10-sitecore-container .from-white-00 {
    --tw-gradient-from: #fff var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-white-00\/0 {
    --tw-gradient-from: hsla(0, 0%, 100%, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-white-00\/10 {
    --tw-gradient-from: hsla(0, 0%, 100%, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-white-00\/100 {
    --tw-gradient-from: #fff var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-white-00\/20 {
    --tw-gradient-from: hsla(0, 0%, 100%, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-white-00\/25 {
    --tw-gradient-from: hsla(0, 0%, 100%, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-white-00\/30 {
    --tw-gradient-from: hsla(0, 0%, 100%, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-white-00\/40 {
    --tw-gradient-from: hsla(0, 0%, 100%, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-white-00\/5 {
    --tw-gradient-from: hsla(0, 0%, 100%, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-white-00\/50 {
    --tw-gradient-from: hsla(0, 0%, 100%, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-white-00\/60 {
    --tw-gradient-from: hsla(0, 0%, 100%, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-white-00\/70 {
    --tw-gradient-from: hsla(0, 0%, 100%, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-white-00\/75 {
    --tw-gradient-from: hsla(0, 0%, 100%, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-white-00\/80 {
    --tw-gradient-from: hsla(0, 0%, 100%, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-white-00\/90 {
    --tw-gradient-from: hsla(0, 0%, 100%, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-white-00\/95 {
    --tw-gradient-from: hsla(0, 0%, 100%, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-white\/0 {
    --tw-gradient-from: hsla(0, 0%, 100%, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-white\/10 {
    --tw-gradient-from: hsla(0, 0%, 100%, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-white\/100 {
    --tw-gradient-from: #fff var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-white\/20 {
    --tw-gradient-from: hsla(0, 0%, 100%, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-white\/25 {
    --tw-gradient-from: hsla(0, 0%, 100%, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-white\/30 {
    --tw-gradient-from: hsla(0, 0%, 100%, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-white\/40 {
    --tw-gradient-from: hsla(0, 0%, 100%, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-white\/5 {
    --tw-gradient-from: hsla(0, 0%, 100%, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-white\/50 {
    --tw-gradient-from: hsla(0, 0%, 100%, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-white\/60 {
    --tw-gradient-from: hsla(0, 0%, 100%, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-white\/70 {
    --tw-gradient-from: hsla(0, 0%, 100%, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-white\/75 {
    --tw-gradient-from: hsla(0, 0%, 100%, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-white\/80 {
    --tw-gradient-from: hsla(0, 0%, 100%, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-white\/90 {
    --tw-gradient-from: hsla(0, 0%, 100%, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-white\/95 {
    --tw-gradient-from: hsla(0, 0%, 100%, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-100 {
    --tw-gradient-from: #fef9c3 var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(55, 97%, 88%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-100\/0 {
    --tw-gradient-from: hsla(55, 97%, 88%, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(55, 97%, 88%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-100\/10 {
    --tw-gradient-from: hsla(55, 97%, 88%, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(55, 97%, 88%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-100\/100 {
    --tw-gradient-from: #fef9c3 var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(55, 97%, 88%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-100\/20 {
    --tw-gradient-from: hsla(55, 97%, 88%, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(55, 97%, 88%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-100\/25 {
    --tw-gradient-from: hsla(55, 97%, 88%, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(55, 97%, 88%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-100\/30 {
    --tw-gradient-from: hsla(55, 97%, 88%, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(55, 97%, 88%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-100\/40 {
    --tw-gradient-from: hsla(55, 97%, 88%, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(55, 97%, 88%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-100\/5 {
    --tw-gradient-from: hsla(55, 97%, 88%, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(55, 97%, 88%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-100\/50 {
    --tw-gradient-from: hsla(55, 97%, 88%, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(55, 97%, 88%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-100\/60 {
    --tw-gradient-from: hsla(55, 97%, 88%, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(55, 97%, 88%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-100\/70 {
    --tw-gradient-from: hsla(55, 97%, 88%, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(55, 97%, 88%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-100\/75 {
    --tw-gradient-from: hsla(55, 97%, 88%, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(55, 97%, 88%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-100\/80 {
    --tw-gradient-from: hsla(55, 97%, 88%, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(55, 97%, 88%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-100\/90 {
    --tw-gradient-from: hsla(55, 97%, 88%, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(55, 97%, 88%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-100\/95 {
    --tw-gradient-from: hsla(55, 97%, 88%, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(55, 97%, 88%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-200 {
    --tw-gradient-from: #fef08a var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(53, 98%, 77%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-200\/0 {
    --tw-gradient-from: hsla(53, 98%, 77%, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(53, 98%, 77%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-200\/10 {
    --tw-gradient-from: hsla(53, 98%, 77%, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(53, 98%, 77%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-200\/100 {
    --tw-gradient-from: #fef08a var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(53, 98%, 77%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-200\/20 {
    --tw-gradient-from: hsla(53, 98%, 77%, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(53, 98%, 77%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-200\/25 {
    --tw-gradient-from: hsla(53, 98%, 77%, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(53, 98%, 77%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-200\/30 {
    --tw-gradient-from: hsla(53, 98%, 77%, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(53, 98%, 77%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-200\/40 {
    --tw-gradient-from: hsla(53, 98%, 77%, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(53, 98%, 77%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-200\/5 {
    --tw-gradient-from: hsla(53, 98%, 77%, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(53, 98%, 77%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-200\/50 {
    --tw-gradient-from: hsla(53, 98%, 77%, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(53, 98%, 77%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-200\/60 {
    --tw-gradient-from: hsla(53, 98%, 77%, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(53, 98%, 77%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-200\/70 {
    --tw-gradient-from: hsla(53, 98%, 77%, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(53, 98%, 77%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-200\/75 {
    --tw-gradient-from: hsla(53, 98%, 77%, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(53, 98%, 77%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-200\/80 {
    --tw-gradient-from: hsla(53, 98%, 77%, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(53, 98%, 77%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-200\/90 {
    --tw-gradient-from: hsla(53, 98%, 77%, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(53, 98%, 77%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-200\/95 {
    --tw-gradient-from: hsla(53, 98%, 77%, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(53, 98%, 77%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-300 {
    --tw-gradient-from: #fde047 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(253, 224, 71, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-300\/0 {
    --tw-gradient-from: rgba(253, 224, 71, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(253, 224, 71, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-300\/10 {
    --tw-gradient-from: rgba(253, 224, 71, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(253, 224, 71, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-300\/100 {
    --tw-gradient-from: #fde047 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(253, 224, 71, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-300\/20 {
    --tw-gradient-from: rgba(253, 224, 71, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(253, 224, 71, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-300\/25 {
    --tw-gradient-from: rgba(253, 224, 71, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(253, 224, 71, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-300\/30 {
    --tw-gradient-from: rgba(253, 224, 71, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(253, 224, 71, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-300\/40 {
    --tw-gradient-from: rgba(253, 224, 71, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(253, 224, 71, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-300\/5 {
    --tw-gradient-from: rgba(253, 224, 71, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(253, 224, 71, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-300\/50 {
    --tw-gradient-from: rgba(253, 224, 71, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(253, 224, 71, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-300\/60 {
    --tw-gradient-from: rgba(253, 224, 71, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(253, 224, 71, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-300\/70 {
    --tw-gradient-from: rgba(253, 224, 71, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(253, 224, 71, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-300\/75 {
    --tw-gradient-from: rgba(253, 224, 71, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(253, 224, 71, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-300\/80 {
    --tw-gradient-from: rgba(253, 224, 71, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(253, 224, 71, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-300\/90 {
    --tw-gradient-from: rgba(253, 224, 71, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(253, 224, 71, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-300\/95 {
    --tw-gradient-from: rgba(253, 224, 71, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(253, 224, 71, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-400 {
    --tw-gradient-from: #facc15 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(250, 204, 21, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-400\/0 {
    --tw-gradient-from: rgba(250, 204, 21, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(250, 204, 21, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-400\/10 {
    --tw-gradient-from: rgba(250, 204, 21, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(250, 204, 21, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-400\/100 {
    --tw-gradient-from: #facc15 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(250, 204, 21, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-400\/20 {
    --tw-gradient-from: rgba(250, 204, 21, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(250, 204, 21, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-400\/25 {
    --tw-gradient-from: rgba(250, 204, 21, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(250, 204, 21, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-400\/30 {
    --tw-gradient-from: rgba(250, 204, 21, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(250, 204, 21, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-400\/40 {
    --tw-gradient-from: rgba(250, 204, 21, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(250, 204, 21, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-400\/5 {
    --tw-gradient-from: rgba(250, 204, 21, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(250, 204, 21, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-400\/50 {
    --tw-gradient-from: rgba(250, 204, 21, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(250, 204, 21, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-400\/60 {
    --tw-gradient-from: rgba(250, 204, 21, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(250, 204, 21, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-400\/70 {
    --tw-gradient-from: rgba(250, 204, 21, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(250, 204, 21, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-400\/75 {
    --tw-gradient-from: rgba(250, 204, 21, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(250, 204, 21, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-400\/80 {
    --tw-gradient-from: rgba(250, 204, 21, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(250, 204, 21, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-400\/90 {
    --tw-gradient-from: rgba(250, 204, 21, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(250, 204, 21, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-400\/95 {
    --tw-gradient-from: rgba(250, 204, 21, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(250, 204, 21, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-50 {
    --tw-gradient-from: #fefce8 var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(55, 92%, 95%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-50\/0 {
    --tw-gradient-from: hsla(55, 92%, 95%, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(55, 92%, 95%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-50\/10 {
    --tw-gradient-from: hsla(55, 92%, 95%, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(55, 92%, 95%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-50\/100 {
    --tw-gradient-from: #fefce8 var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(55, 92%, 95%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-50\/20 {
    --tw-gradient-from: hsla(55, 92%, 95%, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(55, 92%, 95%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-50\/25 {
    --tw-gradient-from: hsla(55, 92%, 95%, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(55, 92%, 95%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-50\/30 {
    --tw-gradient-from: hsla(55, 92%, 95%, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(55, 92%, 95%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-50\/40 {
    --tw-gradient-from: hsla(55, 92%, 95%, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(55, 92%, 95%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-50\/5 {
    --tw-gradient-from: hsla(55, 92%, 95%, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(55, 92%, 95%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-50\/50 {
    --tw-gradient-from: hsla(55, 92%, 95%, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(55, 92%, 95%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-50\/60 {
    --tw-gradient-from: hsla(55, 92%, 95%, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(55, 92%, 95%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-50\/70 {
    --tw-gradient-from: hsla(55, 92%, 95%, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(55, 92%, 95%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-50\/75 {
    --tw-gradient-from: hsla(55, 92%, 95%, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(55, 92%, 95%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-50\/80 {
    --tw-gradient-from: hsla(55, 92%, 95%, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(55, 92%, 95%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-50\/90 {
    --tw-gradient-from: hsla(55, 92%, 95%, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(55, 92%, 95%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-50\/95 {
    --tw-gradient-from: hsla(55, 92%, 95%, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(55, 92%, 95%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-500 {
    --tw-gradient-from: #eab308 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(234, 179, 8, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-500\/0 {
    --tw-gradient-from: rgba(234, 179, 8, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(234, 179, 8, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-500\/10 {
    --tw-gradient-from: rgba(234, 179, 8, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(234, 179, 8, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-500\/100 {
    --tw-gradient-from: #eab308 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(234, 179, 8, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-500\/20 {
    --tw-gradient-from: rgba(234, 179, 8, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(234, 179, 8, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-500\/25 {
    --tw-gradient-from: rgba(234, 179, 8, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(234, 179, 8, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-500\/30 {
    --tw-gradient-from: rgba(234, 179, 8, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(234, 179, 8, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-500\/40 {
    --tw-gradient-from: rgba(234, 179, 8, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(234, 179, 8, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-500\/5 {
    --tw-gradient-from: rgba(234, 179, 8, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(234, 179, 8, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-500\/50 {
    --tw-gradient-from: rgba(234, 179, 8, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(234, 179, 8, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-500\/60 {
    --tw-gradient-from: rgba(234, 179, 8, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(234, 179, 8, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-500\/70 {
    --tw-gradient-from: rgba(234, 179, 8, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(234, 179, 8, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-500\/75 {
    --tw-gradient-from: rgba(234, 179, 8, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(234, 179, 8, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-500\/80 {
    --tw-gradient-from: rgba(234, 179, 8, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(234, 179, 8, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-500\/90 {
    --tw-gradient-from: rgba(234, 179, 8, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(234, 179, 8, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-500\/95 {
    --tw-gradient-from: rgba(234, 179, 8, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(234, 179, 8, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-600 {
    --tw-gradient-from: #ca8a04 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(202, 138, 4, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-600\/0 {
    --tw-gradient-from: rgba(202, 138, 4, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(202, 138, 4, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-600\/10 {
    --tw-gradient-from: rgba(202, 138, 4, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(202, 138, 4, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-600\/100 {
    --tw-gradient-from: #ca8a04 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(202, 138, 4, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-600\/20 {
    --tw-gradient-from: rgba(202, 138, 4, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(202, 138, 4, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-600\/25 {
    --tw-gradient-from: rgba(202, 138, 4, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(202, 138, 4, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-600\/30 {
    --tw-gradient-from: rgba(202, 138, 4, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(202, 138, 4, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-600\/40 {
    --tw-gradient-from: rgba(202, 138, 4, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(202, 138, 4, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-600\/5 {
    --tw-gradient-from: rgba(202, 138, 4, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(202, 138, 4, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-600\/50 {
    --tw-gradient-from: rgba(202, 138, 4, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(202, 138, 4, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-600\/60 {
    --tw-gradient-from: rgba(202, 138, 4, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(202, 138, 4, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-600\/70 {
    --tw-gradient-from: rgba(202, 138, 4, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(202, 138, 4, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-600\/75 {
    --tw-gradient-from: rgba(202, 138, 4, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(202, 138, 4, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-600\/80 {
    --tw-gradient-from: rgba(202, 138, 4, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(202, 138, 4, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-600\/90 {
    --tw-gradient-from: rgba(202, 138, 4, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(202, 138, 4, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-600\/95 {
    --tw-gradient-from: rgba(202, 138, 4, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(202, 138, 4, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-700 {
    --tw-gradient-from: #a16207 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(161, 98, 7, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-700\/0 {
    --tw-gradient-from: rgba(161, 98, 7, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(161, 98, 7, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-700\/10 {
    --tw-gradient-from: rgba(161, 98, 7, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(161, 98, 7, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-700\/100 {
    --tw-gradient-from: #a16207 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(161, 98, 7, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-700\/20 {
    --tw-gradient-from: rgba(161, 98, 7, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(161, 98, 7, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-700\/25 {
    --tw-gradient-from: rgba(161, 98, 7, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(161, 98, 7, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-700\/30 {
    --tw-gradient-from: rgba(161, 98, 7, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(161, 98, 7, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-700\/40 {
    --tw-gradient-from: rgba(161, 98, 7, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(161, 98, 7, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-700\/5 {
    --tw-gradient-from: rgba(161, 98, 7, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(161, 98, 7, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-700\/50 {
    --tw-gradient-from: rgba(161, 98, 7, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(161, 98, 7, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-700\/60 {
    --tw-gradient-from: rgba(161, 98, 7, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(161, 98, 7, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-700\/70 {
    --tw-gradient-from: rgba(161, 98, 7, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(161, 98, 7, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-700\/75 {
    --tw-gradient-from: rgba(161, 98, 7, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(161, 98, 7, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-700\/80 {
    --tw-gradient-from: rgba(161, 98, 7, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(161, 98, 7, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-700\/90 {
    --tw-gradient-from: rgba(161, 98, 7, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(161, 98, 7, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-700\/95 {
    --tw-gradient-from: rgba(161, 98, 7, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(161, 98, 7, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-800 {
    --tw-gradient-from: #854d0e var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(133, 77, 14, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-800\/0 {
    --tw-gradient-from: rgba(133, 77, 14, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(133, 77, 14, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-800\/10 {
    --tw-gradient-from: rgba(133, 77, 14, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(133, 77, 14, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-800\/100 {
    --tw-gradient-from: #854d0e var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(133, 77, 14, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-800\/20 {
    --tw-gradient-from: rgba(133, 77, 14, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(133, 77, 14, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-800\/25 {
    --tw-gradient-from: rgba(133, 77, 14, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(133, 77, 14, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-800\/30 {
    --tw-gradient-from: rgba(133, 77, 14, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(133, 77, 14, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-800\/40 {
    --tw-gradient-from: rgba(133, 77, 14, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(133, 77, 14, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-800\/5 {
    --tw-gradient-from: rgba(133, 77, 14, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(133, 77, 14, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-800\/50 {
    --tw-gradient-from: rgba(133, 77, 14, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(133, 77, 14, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-800\/60 {
    --tw-gradient-from: rgba(133, 77, 14, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(133, 77, 14, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-800\/70 {
    --tw-gradient-from: rgba(133, 77, 14, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(133, 77, 14, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-800\/75 {
    --tw-gradient-from: rgba(133, 77, 14, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(133, 77, 14, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-800\/80 {
    --tw-gradient-from: rgba(133, 77, 14, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(133, 77, 14, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-800\/90 {
    --tw-gradient-from: rgba(133, 77, 14, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(133, 77, 14, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-800\/95 {
    --tw-gradient-from: rgba(133, 77, 14, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(133, 77, 14, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-900 {
    --tw-gradient-from: #713f12 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(113, 63, 18, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-900\/0 {
    --tw-gradient-from: rgba(113, 63, 18, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(113, 63, 18, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-900\/10 {
    --tw-gradient-from: rgba(113, 63, 18, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(113, 63, 18, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-900\/100 {
    --tw-gradient-from: #713f12 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(113, 63, 18, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-900\/20 {
    --tw-gradient-from: rgba(113, 63, 18, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(113, 63, 18, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-900\/25 {
    --tw-gradient-from: rgba(113, 63, 18, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(113, 63, 18, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-900\/30 {
    --tw-gradient-from: rgba(113, 63, 18, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(113, 63, 18, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-900\/40 {
    --tw-gradient-from: rgba(113, 63, 18, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(113, 63, 18, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-900\/5 {
    --tw-gradient-from: rgba(113, 63, 18, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(113, 63, 18, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-900\/50 {
    --tw-gradient-from: rgba(113, 63, 18, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(113, 63, 18, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-900\/60 {
    --tw-gradient-from: rgba(113, 63, 18, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(113, 63, 18, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-900\/70 {
    --tw-gradient-from: rgba(113, 63, 18, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(113, 63, 18, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-900\/75 {
    --tw-gradient-from: rgba(113, 63, 18, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(113, 63, 18, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-900\/80 {
    --tw-gradient-from: rgba(113, 63, 18, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(113, 63, 18, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-900\/90 {
    --tw-gradient-from: rgba(113, 63, 18, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(113, 63, 18, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-900\/95 {
    --tw-gradient-from: rgba(113, 63, 18, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(113, 63, 18, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-950 {
    --tw-gradient-from: #422006 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(66, 32, 6, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-950\/0 {
    --tw-gradient-from: rgba(66, 32, 6, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(66, 32, 6, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-950\/10 {
    --tw-gradient-from: rgba(66, 32, 6, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(66, 32, 6, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-950\/100 {
    --tw-gradient-from: #422006 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(66, 32, 6, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-950\/20 {
    --tw-gradient-from: rgba(66, 32, 6, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(66, 32, 6, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-950\/25 {
    --tw-gradient-from: rgba(66, 32, 6, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(66, 32, 6, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-950\/30 {
    --tw-gradient-from: rgba(66, 32, 6, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(66, 32, 6, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-950\/40 {
    --tw-gradient-from: rgba(66, 32, 6, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(66, 32, 6, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-950\/5 {
    --tw-gradient-from: rgba(66, 32, 6, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(66, 32, 6, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-950\/50 {
    --tw-gradient-from: rgba(66, 32, 6, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(66, 32, 6, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-950\/60 {
    --tw-gradient-from: rgba(66, 32, 6, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(66, 32, 6, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-950\/70 {
    --tw-gradient-from: rgba(66, 32, 6, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(66, 32, 6, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-950\/75 {
    --tw-gradient-from: rgba(66, 32, 6, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(66, 32, 6, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-950\/80 {
    --tw-gradient-from: rgba(66, 32, 6, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(66, 32, 6, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-950\/90 {
    --tw-gradient-from: rgba(66, 32, 6, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(66, 32, 6, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-yellow-950\/95 {
    --tw-gradient-from: rgba(66, 32, 6, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(66, 32, 6, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-100 {
    --tw-gradient-from: #f4f4f5 var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 5%, 96%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-100\/0 {
    --tw-gradient-from: hsla(240, 5%, 96%, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 5%, 96%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-100\/10 {
    --tw-gradient-from: hsla(240, 5%, 96%, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 5%, 96%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-100\/100 {
    --tw-gradient-from: #f4f4f5 var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 5%, 96%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-100\/20 {
    --tw-gradient-from: hsla(240, 5%, 96%, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 5%, 96%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-100\/25 {
    --tw-gradient-from: hsla(240, 5%, 96%, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 5%, 96%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-100\/30 {
    --tw-gradient-from: hsla(240, 5%, 96%, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 5%, 96%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-100\/40 {
    --tw-gradient-from: hsla(240, 5%, 96%, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 5%, 96%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-100\/5 {
    --tw-gradient-from: hsla(240, 5%, 96%, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 5%, 96%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-100\/50 {
    --tw-gradient-from: hsla(240, 5%, 96%, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 5%, 96%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-100\/60 {
    --tw-gradient-from: hsla(240, 5%, 96%, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 5%, 96%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-100\/70 {
    --tw-gradient-from: hsla(240, 5%, 96%, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 5%, 96%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-100\/75 {
    --tw-gradient-from: hsla(240, 5%, 96%, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 5%, 96%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-100\/80 {
    --tw-gradient-from: hsla(240, 5%, 96%, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 5%, 96%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-100\/90 {
    --tw-gradient-from: hsla(240, 5%, 96%, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 5%, 96%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-100\/95 {
    --tw-gradient-from: hsla(240, 5%, 96%, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 5%, 96%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-200 {
    --tw-gradient-from: #e4e4e7 var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 6%, 90%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-200\/0 {
    --tw-gradient-from: hsla(240, 6%, 90%, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 6%, 90%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-200\/10 {
    --tw-gradient-from: hsla(240, 6%, 90%, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 6%, 90%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-200\/100 {
    --tw-gradient-from: #e4e4e7 var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 6%, 90%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-200\/20 {
    --tw-gradient-from: hsla(240, 6%, 90%, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 6%, 90%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-200\/25 {
    --tw-gradient-from: hsla(240, 6%, 90%, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 6%, 90%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-200\/30 {
    --tw-gradient-from: hsla(240, 6%, 90%, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 6%, 90%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-200\/40 {
    --tw-gradient-from: hsla(240, 6%, 90%, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 6%, 90%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-200\/5 {
    --tw-gradient-from: hsla(240, 6%, 90%, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 6%, 90%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-200\/50 {
    --tw-gradient-from: hsla(240, 6%, 90%, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 6%, 90%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-200\/60 {
    --tw-gradient-from: hsla(240, 6%, 90%, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 6%, 90%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-200\/70 {
    --tw-gradient-from: hsla(240, 6%, 90%, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 6%, 90%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-200\/75 {
    --tw-gradient-from: hsla(240, 6%, 90%, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 6%, 90%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-200\/80 {
    --tw-gradient-from: hsla(240, 6%, 90%, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 6%, 90%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-200\/90 {
    --tw-gradient-from: hsla(240, 6%, 90%, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 6%, 90%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-200\/95 {
    --tw-gradient-from: hsla(240, 6%, 90%, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 6%, 90%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-300 {
    --tw-gradient-from: #d4d4d8 var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 5%, 84%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-300\/0 {
    --tw-gradient-from: hsla(240, 5%, 84%, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 5%, 84%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-300\/10 {
    --tw-gradient-from: hsla(240, 5%, 84%, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 5%, 84%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-300\/100 {
    --tw-gradient-from: #d4d4d8 var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 5%, 84%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-300\/20 {
    --tw-gradient-from: hsla(240, 5%, 84%, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 5%, 84%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-300\/25 {
    --tw-gradient-from: hsla(240, 5%, 84%, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 5%, 84%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-300\/30 {
    --tw-gradient-from: hsla(240, 5%, 84%, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 5%, 84%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-300\/40 {
    --tw-gradient-from: hsla(240, 5%, 84%, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 5%, 84%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-300\/5 {
    --tw-gradient-from: hsla(240, 5%, 84%, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 5%, 84%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-300\/50 {
    --tw-gradient-from: hsla(240, 5%, 84%, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 5%, 84%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-300\/60 {
    --tw-gradient-from: hsla(240, 5%, 84%, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 5%, 84%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-300\/70 {
    --tw-gradient-from: hsla(240, 5%, 84%, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 5%, 84%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-300\/75 {
    --tw-gradient-from: hsla(240, 5%, 84%, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 5%, 84%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-300\/80 {
    --tw-gradient-from: hsla(240, 5%, 84%, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 5%, 84%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-300\/90 {
    --tw-gradient-from: hsla(240, 5%, 84%, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 5%, 84%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-300\/95 {
    --tw-gradient-from: hsla(240, 5%, 84%, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 5%, 84%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-400 {
    --tw-gradient-from: #a1a1aa var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 5%, 65%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-400\/0 {
    --tw-gradient-from: hsla(240, 5%, 65%, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 5%, 65%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-400\/10 {
    --tw-gradient-from: hsla(240, 5%, 65%, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 5%, 65%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-400\/100 {
    --tw-gradient-from: #a1a1aa var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 5%, 65%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-400\/20 {
    --tw-gradient-from: hsla(240, 5%, 65%, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 5%, 65%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-400\/25 {
    --tw-gradient-from: hsla(240, 5%, 65%, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 5%, 65%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-400\/30 {
    --tw-gradient-from: hsla(240, 5%, 65%, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 5%, 65%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-400\/40 {
    --tw-gradient-from: hsla(240, 5%, 65%, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 5%, 65%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-400\/5 {
    --tw-gradient-from: hsla(240, 5%, 65%, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 5%, 65%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-400\/50 {
    --tw-gradient-from: hsla(240, 5%, 65%, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 5%, 65%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-400\/60 {
    --tw-gradient-from: hsla(240, 5%, 65%, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 5%, 65%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-400\/70 {
    --tw-gradient-from: hsla(240, 5%, 65%, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 5%, 65%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-400\/75 {
    --tw-gradient-from: hsla(240, 5%, 65%, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 5%, 65%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-400\/80 {
    --tw-gradient-from: hsla(240, 5%, 65%, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 5%, 65%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-400\/90 {
    --tw-gradient-from: hsla(240, 5%, 65%, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 5%, 65%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-400\/95 {
    --tw-gradient-from: hsla(240, 5%, 65%, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 5%, 65%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-50 {
    --tw-gradient-from: #fafafa var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 98%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-50\/0 {
    --tw-gradient-from: hsla(0, 0%, 98%, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 98%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-50\/10 {
    --tw-gradient-from: hsla(0, 0%, 98%, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 98%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-50\/100 {
    --tw-gradient-from: #fafafa var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 98%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-50\/20 {
    --tw-gradient-from: hsla(0, 0%, 98%, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 98%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-50\/25 {
    --tw-gradient-from: hsla(0, 0%, 98%, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 98%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-50\/30 {
    --tw-gradient-from: hsla(0, 0%, 98%, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 98%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-50\/40 {
    --tw-gradient-from: hsla(0, 0%, 98%, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 98%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-50\/5 {
    --tw-gradient-from: hsla(0, 0%, 98%, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 98%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-50\/50 {
    --tw-gradient-from: hsla(0, 0%, 98%, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 98%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-50\/60 {
    --tw-gradient-from: hsla(0, 0%, 98%, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 98%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-50\/70 {
    --tw-gradient-from: hsla(0, 0%, 98%, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 98%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-50\/75 {
    --tw-gradient-from: hsla(0, 0%, 98%, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 98%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-50\/80 {
    --tw-gradient-from: hsla(0, 0%, 98%, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 98%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-50\/90 {
    --tw-gradient-from: hsla(0, 0%, 98%, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 98%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-50\/95 {
    --tw-gradient-from: hsla(0, 0%, 98%, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 98%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-500 {
    --tw-gradient-from: #71717a var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 4%, 46%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-500\/0 {
    --tw-gradient-from: hsla(240, 4%, 46%, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 4%, 46%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-500\/10 {
    --tw-gradient-from: hsla(240, 4%, 46%, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 4%, 46%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-500\/100 {
    --tw-gradient-from: #71717a var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 4%, 46%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-500\/20 {
    --tw-gradient-from: hsla(240, 4%, 46%, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 4%, 46%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-500\/25 {
    --tw-gradient-from: hsla(240, 4%, 46%, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 4%, 46%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-500\/30 {
    --tw-gradient-from: hsla(240, 4%, 46%, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 4%, 46%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-500\/40 {
    --tw-gradient-from: hsla(240, 4%, 46%, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 4%, 46%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-500\/5 {
    --tw-gradient-from: hsla(240, 4%, 46%, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 4%, 46%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-500\/50 {
    --tw-gradient-from: hsla(240, 4%, 46%, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 4%, 46%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-500\/60 {
    --tw-gradient-from: hsla(240, 4%, 46%, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 4%, 46%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-500\/70 {
    --tw-gradient-from: hsla(240, 4%, 46%, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 4%, 46%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-500\/75 {
    --tw-gradient-from: hsla(240, 4%, 46%, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 4%, 46%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-500\/80 {
    --tw-gradient-from: hsla(240, 4%, 46%, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 4%, 46%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-500\/90 {
    --tw-gradient-from: hsla(240, 4%, 46%, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 4%, 46%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-500\/95 {
    --tw-gradient-from: hsla(240, 4%, 46%, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(240, 4%, 46%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-600 {
    --tw-gradient-from: #52525b var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(82, 82, 91, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-600\/0 {
    --tw-gradient-from: rgba(82, 82, 91, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(82, 82, 91, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-600\/10 {
    --tw-gradient-from: rgba(82, 82, 91, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(82, 82, 91, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-600\/100 {
    --tw-gradient-from: #52525b var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(82, 82, 91, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-600\/20 {
    --tw-gradient-from: rgba(82, 82, 91, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(82, 82, 91, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-600\/25 {
    --tw-gradient-from: rgba(82, 82, 91, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(82, 82, 91, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-600\/30 {
    --tw-gradient-from: rgba(82, 82, 91, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(82, 82, 91, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-600\/40 {
    --tw-gradient-from: rgba(82, 82, 91, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(82, 82, 91, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-600\/5 {
    --tw-gradient-from: rgba(82, 82, 91, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(82, 82, 91, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-600\/50 {
    --tw-gradient-from: rgba(82, 82, 91, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(82, 82, 91, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-600\/60 {
    --tw-gradient-from: rgba(82, 82, 91, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(82, 82, 91, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-600\/70 {
    --tw-gradient-from: rgba(82, 82, 91, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(82, 82, 91, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-600\/75 {
    --tw-gradient-from: rgba(82, 82, 91, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(82, 82, 91, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-600\/80 {
    --tw-gradient-from: rgba(82, 82, 91, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(82, 82, 91, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-600\/90 {
    --tw-gradient-from: rgba(82, 82, 91, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(82, 82, 91, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-600\/95 {
    --tw-gradient-from: rgba(82, 82, 91, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(82, 82, 91, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-700 {
    --tw-gradient-from: #3f3f46 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(63, 63, 70, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-700\/0 {
    --tw-gradient-from: rgba(63, 63, 70, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(63, 63, 70, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-700\/10 {
    --tw-gradient-from: rgba(63, 63, 70, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(63, 63, 70, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-700\/100 {
    --tw-gradient-from: #3f3f46 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(63, 63, 70, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-700\/20 {
    --tw-gradient-from: rgba(63, 63, 70, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(63, 63, 70, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-700\/25 {
    --tw-gradient-from: rgba(63, 63, 70, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(63, 63, 70, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-700\/30 {
    --tw-gradient-from: rgba(63, 63, 70, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(63, 63, 70, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-700\/40 {
    --tw-gradient-from: rgba(63, 63, 70, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(63, 63, 70, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-700\/5 {
    --tw-gradient-from: rgba(63, 63, 70, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(63, 63, 70, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-700\/50 {
    --tw-gradient-from: rgba(63, 63, 70, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(63, 63, 70, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-700\/60 {
    --tw-gradient-from: rgba(63, 63, 70, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(63, 63, 70, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-700\/70 {
    --tw-gradient-from: rgba(63, 63, 70, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(63, 63, 70, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-700\/75 {
    --tw-gradient-from: rgba(63, 63, 70, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(63, 63, 70, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-700\/80 {
    --tw-gradient-from: rgba(63, 63, 70, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(63, 63, 70, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-700\/90 {
    --tw-gradient-from: rgba(63, 63, 70, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(63, 63, 70, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-700\/95 {
    --tw-gradient-from: rgba(63, 63, 70, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(63, 63, 70, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-800 {
    --tw-gradient-from: #27272a var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(39, 39, 42, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-800\/0 {
    --tw-gradient-from: rgba(39, 39, 42, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(39, 39, 42, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-800\/10 {
    --tw-gradient-from: rgba(39, 39, 42, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(39, 39, 42, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-800\/100 {
    --tw-gradient-from: #27272a var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(39, 39, 42, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-800\/20 {
    --tw-gradient-from: rgba(39, 39, 42, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(39, 39, 42, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-800\/25 {
    --tw-gradient-from: rgba(39, 39, 42, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(39, 39, 42, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-800\/30 {
    --tw-gradient-from: rgba(39, 39, 42, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(39, 39, 42, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-800\/40 {
    --tw-gradient-from: rgba(39, 39, 42, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(39, 39, 42, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-800\/5 {
    --tw-gradient-from: rgba(39, 39, 42, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(39, 39, 42, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-800\/50 {
    --tw-gradient-from: rgba(39, 39, 42, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(39, 39, 42, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-800\/60 {
    --tw-gradient-from: rgba(39, 39, 42, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(39, 39, 42, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-800\/70 {
    --tw-gradient-from: rgba(39, 39, 42, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(39, 39, 42, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-800\/75 {
    --tw-gradient-from: rgba(39, 39, 42, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(39, 39, 42, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-800\/80 {
    --tw-gradient-from: rgba(39, 39, 42, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(39, 39, 42, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-800\/90 {
    --tw-gradient-from: rgba(39, 39, 42, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(39, 39, 42, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-800\/95 {
    --tw-gradient-from: rgba(39, 39, 42, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(39, 39, 42, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-900 {
    --tw-gradient-from: #18181b var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(24, 24, 27, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-900\/0 {
    --tw-gradient-from: rgba(24, 24, 27, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(24, 24, 27, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-900\/10 {
    --tw-gradient-from: rgba(24, 24, 27, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(24, 24, 27, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-900\/100 {
    --tw-gradient-from: #18181b var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(24, 24, 27, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-900\/20 {
    --tw-gradient-from: rgba(24, 24, 27, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(24, 24, 27, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-900\/25 {
    --tw-gradient-from: rgba(24, 24, 27, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(24, 24, 27, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-900\/30 {
    --tw-gradient-from: rgba(24, 24, 27, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(24, 24, 27, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-900\/40 {
    --tw-gradient-from: rgba(24, 24, 27, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(24, 24, 27, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-900\/5 {
    --tw-gradient-from: rgba(24, 24, 27, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(24, 24, 27, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-900\/50 {
    --tw-gradient-from: rgba(24, 24, 27, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(24, 24, 27, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-900\/60 {
    --tw-gradient-from: rgba(24, 24, 27, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(24, 24, 27, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-900\/70 {
    --tw-gradient-from: rgba(24, 24, 27, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(24, 24, 27, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-900\/75 {
    --tw-gradient-from: rgba(24, 24, 27, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(24, 24, 27, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-900\/80 {
    --tw-gradient-from: rgba(24, 24, 27, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(24, 24, 27, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-900\/90 {
    --tw-gradient-from: rgba(24, 24, 27, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(24, 24, 27, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-900\/95 {
    --tw-gradient-from: rgba(24, 24, 27, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(24, 24, 27, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-950 {
    --tw-gradient-from: #09090b var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(9, 9, 11, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-950\/0 {
    --tw-gradient-from: rgba(9, 9, 11, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(9, 9, 11, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-950\/10 {
    --tw-gradient-from: rgba(9, 9, 11, .1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(9, 9, 11, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-950\/100 {
    --tw-gradient-from: #09090b var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(9, 9, 11, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-950\/20 {
    --tw-gradient-from: rgba(9, 9, 11, .2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(9, 9, 11, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-950\/25 {
    --tw-gradient-from: rgba(9, 9, 11, .25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(9, 9, 11, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-950\/30 {
    --tw-gradient-from: rgba(9, 9, 11, .3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(9, 9, 11, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-950\/40 {
    --tw-gradient-from: rgba(9, 9, 11, .4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(9, 9, 11, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-950\/5 {
    --tw-gradient-from: rgba(9, 9, 11, .05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(9, 9, 11, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-950\/50 {
    --tw-gradient-from: rgba(9, 9, 11, .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(9, 9, 11, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-950\/60 {
    --tw-gradient-from: rgba(9, 9, 11, .6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(9, 9, 11, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-950\/70 {
    --tw-gradient-from: rgba(9, 9, 11, .7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(9, 9, 11, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-950\/75 {
    --tw-gradient-from: rgba(9, 9, 11, .75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(9, 9, 11, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-950\/80 {
    --tw-gradient-from: rgba(9, 9, 11, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(9, 9, 11, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-950\/90 {
    --tw-gradient-from: rgba(9, 9, 11, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(9, 9, 11, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-zinc-950\/95 {
    --tw-gradient-from: rgba(9, 9, 11, .95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(9, 9, 11, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.v10-sitecore-container .from-0\% {
    --tw-gradient-from-position: 0%
}

.v10-sitecore-container .from-10\% {
    --tw-gradient-from-position: 10%
}

.v10-sitecore-container .from-100\% {
    --tw-gradient-from-position: 100%
}

.v10-sitecore-container .from-15\% {
    --tw-gradient-from-position: 15%
}

.v10-sitecore-container .from-20\% {
    --tw-gradient-from-position: 20%
}

.v10-sitecore-container .from-25\% {
    --tw-gradient-from-position: 25%
}

.v10-sitecore-container .from-30\% {
    --tw-gradient-from-position: 30%
}

.v10-sitecore-container .from-35\% {
    --tw-gradient-from-position: 35%
}

.v10-sitecore-container .from-40\% {
    --tw-gradient-from-position: 40%
}

.v10-sitecore-container .from-45\% {
    --tw-gradient-from-position: 45%
}

.v10-sitecore-container .from-5\% {
    --tw-gradient-from-position: 5%
}

.v10-sitecore-container .from-50\% {
    --tw-gradient-from-position: 50%
}

.v10-sitecore-container .from-55\% {
    --tw-gradient-from-position: 55%
}

.v10-sitecore-container .from-60\% {
    --tw-gradient-from-position: 60%
}

.v10-sitecore-container .from-65\% {
    --tw-gradient-from-position: 65%
}

.v10-sitecore-container .from-70\% {
    --tw-gradient-from-position: 70%
}

.v10-sitecore-container .from-75\% {
    --tw-gradient-from-position: 75%
}

.v10-sitecore-container .from-80\% {
    --tw-gradient-from-position: 80%
}

.v10-sitecore-container .from-85\% {
    --tw-gradient-from-position: 85%
}

.v10-sitecore-container .from-90\% {
    --tw-gradient-from-position: 90%
}

.v10-sitecore-container .from-95\% {
    --tw-gradient-from-position: 95%
}

.v10-sitecore-container .to-amber-100 {
    --tw-gradient-to: #fef3c7 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-100\/0 {
    --tw-gradient-to: hsla(48, 96%, 89%, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-100\/10 {
    --tw-gradient-to: hsla(48, 96%, 89%, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-100\/100 {
    --tw-gradient-to: #fef3c7 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-100\/20 {
    --tw-gradient-to: hsla(48, 96%, 89%, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-100\/25 {
    --tw-gradient-to: hsla(48, 96%, 89%, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-100\/30 {
    --tw-gradient-to: hsla(48, 96%, 89%, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-100\/40 {
    --tw-gradient-to: hsla(48, 96%, 89%, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-100\/5 {
    --tw-gradient-to: hsla(48, 96%, 89%, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-100\/50 {
    --tw-gradient-to: hsla(48, 96%, 89%, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-100\/60 {
    --tw-gradient-to: hsla(48, 96%, 89%, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-100\/70 {
    --tw-gradient-to: hsla(48, 96%, 89%, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-100\/75 {
    --tw-gradient-to: hsla(48, 96%, 89%, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-100\/80 {
    --tw-gradient-to: hsla(48, 96%, 89%, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-100\/90 {
    --tw-gradient-to: hsla(48, 96%, 89%, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-100\/95 {
    --tw-gradient-to: hsla(48, 96%, 89%, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-200 {
    --tw-gradient-to: #fde68a var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-200\/0 {
    --tw-gradient-to: hsla(48, 97%, 77%, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-200\/10 {
    --tw-gradient-to: hsla(48, 97%, 77%, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-200\/100 {
    --tw-gradient-to: #fde68a var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-200\/20 {
    --tw-gradient-to: hsla(48, 97%, 77%, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-200\/25 {
    --tw-gradient-to: hsla(48, 97%, 77%, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-200\/30 {
    --tw-gradient-to: hsla(48, 97%, 77%, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-200\/40 {
    --tw-gradient-to: hsla(48, 97%, 77%, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-200\/5 {
    --tw-gradient-to: hsla(48, 97%, 77%, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-200\/50 {
    --tw-gradient-to: hsla(48, 97%, 77%, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-200\/60 {
    --tw-gradient-to: hsla(48, 97%, 77%, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-200\/70 {
    --tw-gradient-to: hsla(48, 97%, 77%, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-200\/75 {
    --tw-gradient-to: hsla(48, 97%, 77%, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-200\/80 {
    --tw-gradient-to: hsla(48, 97%, 77%, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-200\/90 {
    --tw-gradient-to: hsla(48, 97%, 77%, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-200\/95 {
    --tw-gradient-to: hsla(48, 97%, 77%, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-300 {
    --tw-gradient-to: #fcd34d var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-300\/0 {
    --tw-gradient-to: rgba(252, 211, 77, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-300\/10 {
    --tw-gradient-to: rgba(252, 211, 77, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-300\/100 {
    --tw-gradient-to: #fcd34d var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-300\/20 {
    --tw-gradient-to: rgba(252, 211, 77, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-300\/25 {
    --tw-gradient-to: rgba(252, 211, 77, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-300\/30 {
    --tw-gradient-to: rgba(252, 211, 77, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-300\/40 {
    --tw-gradient-to: rgba(252, 211, 77, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-300\/5 {
    --tw-gradient-to: rgba(252, 211, 77, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-300\/50 {
    --tw-gradient-to: rgba(252, 211, 77, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-300\/60 {
    --tw-gradient-to: rgba(252, 211, 77, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-300\/70 {
    --tw-gradient-to: rgba(252, 211, 77, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-300\/75 {
    --tw-gradient-to: rgba(252, 211, 77, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-300\/80 {
    --tw-gradient-to: rgba(252, 211, 77, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-300\/90 {
    --tw-gradient-to: rgba(252, 211, 77, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-300\/95 {
    --tw-gradient-to: rgba(252, 211, 77, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-400 {
    --tw-gradient-to: #fbbf24 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-400\/0 {
    --tw-gradient-to: rgba(251, 191, 36, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-400\/10 {
    --tw-gradient-to: rgba(251, 191, 36, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-400\/100 {
    --tw-gradient-to: #fbbf24 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-400\/20 {
    --tw-gradient-to: rgba(251, 191, 36, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-400\/25 {
    --tw-gradient-to: rgba(251, 191, 36, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-400\/30 {
    --tw-gradient-to: rgba(251, 191, 36, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-400\/40 {
    --tw-gradient-to: rgba(251, 191, 36, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-400\/5 {
    --tw-gradient-to: rgba(251, 191, 36, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-400\/50 {
    --tw-gradient-to: rgba(251, 191, 36, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-400\/60 {
    --tw-gradient-to: rgba(251, 191, 36, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-400\/70 {
    --tw-gradient-to: rgba(251, 191, 36, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-400\/75 {
    --tw-gradient-to: rgba(251, 191, 36, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-400\/80 {
    --tw-gradient-to: rgba(251, 191, 36, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-400\/90 {
    --tw-gradient-to: rgba(251, 191, 36, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-400\/95 {
    --tw-gradient-to: rgba(251, 191, 36, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-50 {
    --tw-gradient-to: #fffbeb var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-50\/0 {
    --tw-gradient-to: rgba(255, 251, 235, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-50\/10 {
    --tw-gradient-to: rgba(255, 251, 235, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-50\/100 {
    --tw-gradient-to: #fffbeb var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-50\/20 {
    --tw-gradient-to: rgba(255, 251, 235, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-50\/25 {
    --tw-gradient-to: rgba(255, 251, 235, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-50\/30 {
    --tw-gradient-to: rgba(255, 251, 235, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-50\/40 {
    --tw-gradient-to: rgba(255, 251, 235, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-50\/5 {
    --tw-gradient-to: rgba(255, 251, 235, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-50\/50 {
    --tw-gradient-to: rgba(255, 251, 235, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-50\/60 {
    --tw-gradient-to: rgba(255, 251, 235, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-50\/70 {
    --tw-gradient-to: rgba(255, 251, 235, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-50\/75 {
    --tw-gradient-to: rgba(255, 251, 235, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-50\/80 {
    --tw-gradient-to: rgba(255, 251, 235, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-50\/90 {
    --tw-gradient-to: rgba(255, 251, 235, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-50\/95 {
    --tw-gradient-to: rgba(255, 251, 235, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-500 {
    --tw-gradient-to: #f59e0b var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-500\/0 {
    --tw-gradient-to: rgba(245, 158, 11, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-500\/10 {
    --tw-gradient-to: rgba(245, 158, 11, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-500\/100 {
    --tw-gradient-to: #f59e0b var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-500\/20 {
    --tw-gradient-to: rgba(245, 158, 11, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-500\/25 {
    --tw-gradient-to: rgba(245, 158, 11, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-500\/30 {
    --tw-gradient-to: rgba(245, 158, 11, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-500\/40 {
    --tw-gradient-to: rgba(245, 158, 11, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-500\/5 {
    --tw-gradient-to: rgba(245, 158, 11, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-500\/50 {
    --tw-gradient-to: rgba(245, 158, 11, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-500\/60 {
    --tw-gradient-to: rgba(245, 158, 11, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-500\/70 {
    --tw-gradient-to: rgba(245, 158, 11, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-500\/75 {
    --tw-gradient-to: rgba(245, 158, 11, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-500\/80 {
    --tw-gradient-to: rgba(245, 158, 11, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-500\/90 {
    --tw-gradient-to: rgba(245, 158, 11, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-500\/95 {
    --tw-gradient-to: rgba(245, 158, 11, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-600 {
    --tw-gradient-to: #d97706 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-600\/0 {
    --tw-gradient-to: rgba(217, 119, 6, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-600\/10 {
    --tw-gradient-to: rgba(217, 119, 6, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-600\/100 {
    --tw-gradient-to: #d97706 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-600\/20 {
    --tw-gradient-to: rgba(217, 119, 6, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-600\/25 {
    --tw-gradient-to: rgba(217, 119, 6, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-600\/30 {
    --tw-gradient-to: rgba(217, 119, 6, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-600\/40 {
    --tw-gradient-to: rgba(217, 119, 6, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-600\/5 {
    --tw-gradient-to: rgba(217, 119, 6, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-600\/50 {
    --tw-gradient-to: rgba(217, 119, 6, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-600\/60 {
    --tw-gradient-to: rgba(217, 119, 6, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-600\/70 {
    --tw-gradient-to: rgba(217, 119, 6, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-600\/75 {
    --tw-gradient-to: rgba(217, 119, 6, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-600\/80 {
    --tw-gradient-to: rgba(217, 119, 6, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-600\/90 {
    --tw-gradient-to: rgba(217, 119, 6, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-600\/95 {
    --tw-gradient-to: rgba(217, 119, 6, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-700 {
    --tw-gradient-to: #b45309 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-700\/0 {
    --tw-gradient-to: rgba(180, 83, 9, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-700\/10 {
    --tw-gradient-to: rgba(180, 83, 9, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-700\/100 {
    --tw-gradient-to: #b45309 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-700\/20 {
    --tw-gradient-to: rgba(180, 83, 9, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-700\/25 {
    --tw-gradient-to: rgba(180, 83, 9, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-700\/30 {
    --tw-gradient-to: rgba(180, 83, 9, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-700\/40 {
    --tw-gradient-to: rgba(180, 83, 9, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-700\/5 {
    --tw-gradient-to: rgba(180, 83, 9, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-700\/50 {
    --tw-gradient-to: rgba(180, 83, 9, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-700\/60 {
    --tw-gradient-to: rgba(180, 83, 9, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-700\/70 {
    --tw-gradient-to: rgba(180, 83, 9, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-700\/75 {
    --tw-gradient-to: rgba(180, 83, 9, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-700\/80 {
    --tw-gradient-to: rgba(180, 83, 9, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-700\/90 {
    --tw-gradient-to: rgba(180, 83, 9, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-700\/95 {
    --tw-gradient-to: rgba(180, 83, 9, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-800 {
    --tw-gradient-to: #92400e var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-800\/0 {
    --tw-gradient-to: rgba(146, 64, 14, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-800\/10 {
    --tw-gradient-to: rgba(146, 64, 14, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-800\/100 {
    --tw-gradient-to: #92400e var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-800\/20 {
    --tw-gradient-to: rgba(146, 64, 14, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-800\/25 {
    --tw-gradient-to: rgba(146, 64, 14, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-800\/30 {
    --tw-gradient-to: rgba(146, 64, 14, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-800\/40 {
    --tw-gradient-to: rgba(146, 64, 14, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-800\/5 {
    --tw-gradient-to: rgba(146, 64, 14, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-800\/50 {
    --tw-gradient-to: rgba(146, 64, 14, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-800\/60 {
    --tw-gradient-to: rgba(146, 64, 14, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-800\/70 {
    --tw-gradient-to: rgba(146, 64, 14, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-800\/75 {
    --tw-gradient-to: rgba(146, 64, 14, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-800\/80 {
    --tw-gradient-to: rgba(146, 64, 14, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-800\/90 {
    --tw-gradient-to: rgba(146, 64, 14, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-800\/95 {
    --tw-gradient-to: rgba(146, 64, 14, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-900 {
    --tw-gradient-to: #78350f var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-900\/0 {
    --tw-gradient-to: rgba(120, 53, 15, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-900\/10 {
    --tw-gradient-to: rgba(120, 53, 15, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-900\/100 {
    --tw-gradient-to: #78350f var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-900\/20 {
    --tw-gradient-to: rgba(120, 53, 15, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-900\/25 {
    --tw-gradient-to: rgba(120, 53, 15, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-900\/30 {
    --tw-gradient-to: rgba(120, 53, 15, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-900\/40 {
    --tw-gradient-to: rgba(120, 53, 15, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-900\/5 {
    --tw-gradient-to: rgba(120, 53, 15, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-900\/50 {
    --tw-gradient-to: rgba(120, 53, 15, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-900\/60 {
    --tw-gradient-to: rgba(120, 53, 15, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-900\/70 {
    --tw-gradient-to: rgba(120, 53, 15, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-900\/75 {
    --tw-gradient-to: rgba(120, 53, 15, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-900\/80 {
    --tw-gradient-to: rgba(120, 53, 15, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-900\/90 {
    --tw-gradient-to: rgba(120, 53, 15, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-900\/95 {
    --tw-gradient-to: rgba(120, 53, 15, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-950 {
    --tw-gradient-to: #451a03 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-950\/0 {
    --tw-gradient-to: rgba(69, 26, 3, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-950\/10 {
    --tw-gradient-to: rgba(69, 26, 3, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-950\/100 {
    --tw-gradient-to: #451a03 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-950\/20 {
    --tw-gradient-to: rgba(69, 26, 3, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-950\/25 {
    --tw-gradient-to: rgba(69, 26, 3, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-950\/30 {
    --tw-gradient-to: rgba(69, 26, 3, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-950\/40 {
    --tw-gradient-to: rgba(69, 26, 3, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-950\/5 {
    --tw-gradient-to: rgba(69, 26, 3, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-950\/50 {
    --tw-gradient-to: rgba(69, 26, 3, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-950\/60 {
    --tw-gradient-to: rgba(69, 26, 3, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-950\/70 {
    --tw-gradient-to: rgba(69, 26, 3, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-950\/75 {
    --tw-gradient-to: rgba(69, 26, 3, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-950\/80 {
    --tw-gradient-to: rgba(69, 26, 3, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-950\/90 {
    --tw-gradient-to: rgba(69, 26, 3, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-amber-950\/95 {
    --tw-gradient-to: rgba(69, 26, 3, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black {
    --tw-gradient-to: #000 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black-05 {
    --tw-gradient-to: rgba(0, 0, 0, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black-05\/0 {
    --tw-gradient-to: transparent var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black-05\/10 {
    --tw-gradient-to: rgba(0, 0, 0, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black-05\/100 {
    --tw-gradient-to: #000 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black-05\/20 {
    --tw-gradient-to: rgba(0, 0, 0, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black-05\/25 {
    --tw-gradient-to: rgba(0, 0, 0, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black-05\/30 {
    --tw-gradient-to: rgba(0, 0, 0, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black-05\/40 {
    --tw-gradient-to: rgba(0, 0, 0, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black-05\/5 {
    --tw-gradient-to: rgba(0, 0, 0, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black-05\/50 {
    --tw-gradient-to: rgba(0, 0, 0, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black-05\/60 {
    --tw-gradient-to: rgba(0, 0, 0, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black-05\/70 {
    --tw-gradient-to: rgba(0, 0, 0, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black-05\/75 {
    --tw-gradient-to: rgba(0, 0, 0, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black-05\/80 {
    --tw-gradient-to: rgba(0, 0, 0, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black-05\/90 {
    --tw-gradient-to: rgba(0, 0, 0, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black-05\/95 {
    --tw-gradient-to: rgba(0, 0, 0, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black-100 {
    --tw-gradient-to: #000 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black-100\/0 {
    --tw-gradient-to: transparent var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black-100\/10 {
    --tw-gradient-to: rgba(0, 0, 0, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black-100\/100 {
    --tw-gradient-to: #000 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black-100\/20 {
    --tw-gradient-to: rgba(0, 0, 0, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black-100\/25 {
    --tw-gradient-to: rgba(0, 0, 0, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black-100\/30 {
    --tw-gradient-to: rgba(0, 0, 0, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black-100\/40 {
    --tw-gradient-to: rgba(0, 0, 0, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black-100\/5 {
    --tw-gradient-to: rgba(0, 0, 0, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black-100\/50 {
    --tw-gradient-to: rgba(0, 0, 0, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black-100\/60 {
    --tw-gradient-to: rgba(0, 0, 0, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black-100\/70 {
    --tw-gradient-to: rgba(0, 0, 0, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black-100\/75 {
    --tw-gradient-to: rgba(0, 0, 0, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black-100\/80 {
    --tw-gradient-to: rgba(0, 0, 0, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black-100\/90 {
    --tw-gradient-to: rgba(0, 0, 0, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black-100\/95 {
    --tw-gradient-to: rgba(0, 0, 0, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black-50 {
    --tw-gradient-to: rgba(0, 0, 0, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black-50\/0 {
    --tw-gradient-to: transparent var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black-50\/10 {
    --tw-gradient-to: rgba(0, 0, 0, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black-50\/100 {
    --tw-gradient-to: #000 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black-50\/20 {
    --tw-gradient-to: rgba(0, 0, 0, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black-50\/25 {
    --tw-gradient-to: rgba(0, 0, 0, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black-50\/30 {
    --tw-gradient-to: rgba(0, 0, 0, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black-50\/40 {
    --tw-gradient-to: rgba(0, 0, 0, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black-50\/5 {
    --tw-gradient-to: rgba(0, 0, 0, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black-50\/50 {
    --tw-gradient-to: rgba(0, 0, 0, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black-50\/60 {
    --tw-gradient-to: rgba(0, 0, 0, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black-50\/70 {
    --tw-gradient-to: rgba(0, 0, 0, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black-50\/75 {
    --tw-gradient-to: rgba(0, 0, 0, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black-50\/80 {
    --tw-gradient-to: rgba(0, 0, 0, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black-50\/90 {
    --tw-gradient-to: rgba(0, 0, 0, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black-50\/95 {
    --tw-gradient-to: rgba(0, 0, 0, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black-75 {
    --tw-gradient-to: rgba(0, 0, 0, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black-75\/0 {
    --tw-gradient-to: transparent var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black-75\/10 {
    --tw-gradient-to: rgba(0, 0, 0, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black-75\/100 {
    --tw-gradient-to: #000 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black-75\/20 {
    --tw-gradient-to: rgba(0, 0, 0, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black-75\/25 {
    --tw-gradient-to: rgba(0, 0, 0, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black-75\/30 {
    --tw-gradient-to: rgba(0, 0, 0, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black-75\/40 {
    --tw-gradient-to: rgba(0, 0, 0, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black-75\/5 {
    --tw-gradient-to: rgba(0, 0, 0, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black-75\/50 {
    --tw-gradient-to: rgba(0, 0, 0, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black-75\/60 {
    --tw-gradient-to: rgba(0, 0, 0, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black-75\/70 {
    --tw-gradient-to: rgba(0, 0, 0, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black-75\/75 {
    --tw-gradient-to: rgba(0, 0, 0, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black-75\/80 {
    --tw-gradient-to: rgba(0, 0, 0, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black-75\/90 {
    --tw-gradient-to: rgba(0, 0, 0, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black-75\/95 {
    --tw-gradient-to: rgba(0, 0, 0, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black\/0 {
    --tw-gradient-to: transparent var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black\/10 {
    --tw-gradient-to: rgba(0, 0, 0, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black\/100 {
    --tw-gradient-to: #000 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black\/20 {
    --tw-gradient-to: rgba(0, 0, 0, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black\/25 {
    --tw-gradient-to: rgba(0, 0, 0, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black\/30 {
    --tw-gradient-to: rgba(0, 0, 0, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black\/40 {
    --tw-gradient-to: rgba(0, 0, 0, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black\/5 {
    --tw-gradient-to: rgba(0, 0, 0, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black\/50 {
    --tw-gradient-to: rgba(0, 0, 0, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black\/60 {
    --tw-gradient-to: rgba(0, 0, 0, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black\/70 {
    --tw-gradient-to: rgba(0, 0, 0, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black\/75 {
    --tw-gradient-to: rgba(0, 0, 0, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black\/80 {
    --tw-gradient-to: rgba(0, 0, 0, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black\/90 {
    --tw-gradient-to: rgba(0, 0, 0, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-black\/95 {
    --tw-gradient-to: rgba(0, 0, 0, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-100 {
    --tw-gradient-to: #dbeafe var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-100\/0 {
    --tw-gradient-to: rgba(219, 234, 254, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-100\/10 {
    --tw-gradient-to: rgba(219, 234, 254, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-100\/100 {
    --tw-gradient-to: #dbeafe var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-100\/20 {
    --tw-gradient-to: rgba(219, 234, 254, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-100\/25 {
    --tw-gradient-to: rgba(219, 234, 254, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-100\/30 {
    --tw-gradient-to: rgba(219, 234, 254, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-100\/40 {
    --tw-gradient-to: rgba(219, 234, 254, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-100\/5 {
    --tw-gradient-to: rgba(219, 234, 254, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-100\/50 {
    --tw-gradient-to: rgba(219, 234, 254, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-100\/60 {
    --tw-gradient-to: rgba(219, 234, 254, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-100\/70 {
    --tw-gradient-to: rgba(219, 234, 254, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-100\/75 {
    --tw-gradient-to: rgba(219, 234, 254, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-100\/80 {
    --tw-gradient-to: rgba(219, 234, 254, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-100\/90 {
    --tw-gradient-to: rgba(219, 234, 254, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-100\/95 {
    --tw-gradient-to: rgba(219, 234, 254, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-200 {
    --tw-gradient-to: #bfdbfe var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-200\/0 {
    --tw-gradient-to: rgba(191, 219, 254, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-200\/10 {
    --tw-gradient-to: rgba(191, 219, 254, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-200\/100 {
    --tw-gradient-to: #bfdbfe var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-200\/20 {
    --tw-gradient-to: rgba(191, 219, 254, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-200\/25 {
    --tw-gradient-to: rgba(191, 219, 254, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-200\/30 {
    --tw-gradient-to: rgba(191, 219, 254, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-200\/40 {
    --tw-gradient-to: rgba(191, 219, 254, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-200\/5 {
    --tw-gradient-to: rgba(191, 219, 254, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-200\/50 {
    --tw-gradient-to: rgba(191, 219, 254, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-200\/60 {
    --tw-gradient-to: rgba(191, 219, 254, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-200\/70 {
    --tw-gradient-to: rgba(191, 219, 254, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-200\/75 {
    --tw-gradient-to: rgba(191, 219, 254, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-200\/80 {
    --tw-gradient-to: rgba(191, 219, 254, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-200\/90 {
    --tw-gradient-to: rgba(191, 219, 254, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-200\/95 {
    --tw-gradient-to: rgba(191, 219, 254, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-300 {
    --tw-gradient-to: #93c5fd var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-300\/0 {
    --tw-gradient-to: rgba(147, 197, 253, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-300\/10 {
    --tw-gradient-to: rgba(147, 197, 253, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-300\/100 {
    --tw-gradient-to: #93c5fd var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-300\/20 {
    --tw-gradient-to: rgba(147, 197, 253, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-300\/25 {
    --tw-gradient-to: rgba(147, 197, 253, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-300\/30 {
    --tw-gradient-to: rgba(147, 197, 253, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-300\/40 {
    --tw-gradient-to: rgba(147, 197, 253, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-300\/5 {
    --tw-gradient-to: rgba(147, 197, 253, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-300\/50 {
    --tw-gradient-to: rgba(147, 197, 253, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-300\/60 {
    --tw-gradient-to: rgba(147, 197, 253, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-300\/70 {
    --tw-gradient-to: rgba(147, 197, 253, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-300\/75 {
    --tw-gradient-to: rgba(147, 197, 253, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-300\/80 {
    --tw-gradient-to: rgba(147, 197, 253, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-300\/90 {
    --tw-gradient-to: rgba(147, 197, 253, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-300\/95 {
    --tw-gradient-to: rgba(147, 197, 253, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-400 {
    --tw-gradient-to: #60a5fa var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-400\/0 {
    --tw-gradient-to: rgba(96, 165, 250, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-400\/10 {
    --tw-gradient-to: rgba(96, 165, 250, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-400\/100 {
    --tw-gradient-to: #60a5fa var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-400\/20 {
    --tw-gradient-to: rgba(96, 165, 250, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-400\/25 {
    --tw-gradient-to: rgba(96, 165, 250, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-400\/30 {
    --tw-gradient-to: rgba(96, 165, 250, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-400\/40 {
    --tw-gradient-to: rgba(96, 165, 250, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-400\/5 {
    --tw-gradient-to: rgba(96, 165, 250, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-400\/50 {
    --tw-gradient-to: rgba(96, 165, 250, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-400\/60 {
    --tw-gradient-to: rgba(96, 165, 250, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-400\/70 {
    --tw-gradient-to: rgba(96, 165, 250, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-400\/75 {
    --tw-gradient-to: rgba(96, 165, 250, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-400\/80 {
    --tw-gradient-to: rgba(96, 165, 250, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-400\/90 {
    --tw-gradient-to: rgba(96, 165, 250, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-400\/95 {
    --tw-gradient-to: rgba(96, 165, 250, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-50 {
    --tw-gradient-to: #eff6ff var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-50\/0 {
    --tw-gradient-to: rgba(239, 246, 255, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-50\/10 {
    --tw-gradient-to: rgba(239, 246, 255, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-50\/100 {
    --tw-gradient-to: #eff6ff var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-50\/20 {
    --tw-gradient-to: rgba(239, 246, 255, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-50\/25 {
    --tw-gradient-to: rgba(239, 246, 255, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-50\/30 {
    --tw-gradient-to: rgba(239, 246, 255, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-50\/40 {
    --tw-gradient-to: rgba(239, 246, 255, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-50\/5 {
    --tw-gradient-to: rgba(239, 246, 255, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-50\/50 {
    --tw-gradient-to: rgba(239, 246, 255, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-50\/60 {
    --tw-gradient-to: rgba(239, 246, 255, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-50\/70 {
    --tw-gradient-to: rgba(239, 246, 255, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-50\/75 {
    --tw-gradient-to: rgba(239, 246, 255, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-50\/80 {
    --tw-gradient-to: rgba(239, 246, 255, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-50\/90 {
    --tw-gradient-to: rgba(239, 246, 255, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-50\/95 {
    --tw-gradient-to: rgba(239, 246, 255, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-500 {
    --tw-gradient-to: #3b82f6 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-500\/0 {
    --tw-gradient-to: rgba(59, 130, 246, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-500\/10 {
    --tw-gradient-to: rgba(59, 130, 246, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-500\/100 {
    --tw-gradient-to: #3b82f6 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-500\/20 {
    --tw-gradient-to: rgba(59, 130, 246, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-500\/25 {
    --tw-gradient-to: rgba(59, 130, 246, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-500\/30 {
    --tw-gradient-to: rgba(59, 130, 246, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-500\/40 {
    --tw-gradient-to: rgba(59, 130, 246, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-500\/5 {
    --tw-gradient-to: rgba(59, 130, 246, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-500\/50 {
    --tw-gradient-to: rgba(59, 130, 246, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-500\/60 {
    --tw-gradient-to: rgba(59, 130, 246, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-500\/70 {
    --tw-gradient-to: rgba(59, 130, 246, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-500\/75 {
    --tw-gradient-to: rgba(59, 130, 246, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-500\/80 {
    --tw-gradient-to: rgba(59, 130, 246, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-500\/90 {
    --tw-gradient-to: rgba(59, 130, 246, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-500\/95 {
    --tw-gradient-to: rgba(59, 130, 246, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-600 {
    --tw-gradient-to: #2563eb var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-600\/0 {
    --tw-gradient-to: rgba(37, 99, 235, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-600\/10 {
    --tw-gradient-to: rgba(37, 99, 235, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-600\/100 {
    --tw-gradient-to: #2563eb var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-600\/20 {
    --tw-gradient-to: rgba(37, 99, 235, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-600\/25 {
    --tw-gradient-to: rgba(37, 99, 235, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-600\/30 {
    --tw-gradient-to: rgba(37, 99, 235, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-600\/40 {
    --tw-gradient-to: rgba(37, 99, 235, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-600\/5 {
    --tw-gradient-to: rgba(37, 99, 235, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-600\/50 {
    --tw-gradient-to: rgba(37, 99, 235, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-600\/60 {
    --tw-gradient-to: rgba(37, 99, 235, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-600\/70 {
    --tw-gradient-to: rgba(37, 99, 235, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-600\/75 {
    --tw-gradient-to: rgba(37, 99, 235, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-600\/80 {
    --tw-gradient-to: rgba(37, 99, 235, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-600\/90 {
    --tw-gradient-to: rgba(37, 99, 235, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-600\/95 {
    --tw-gradient-to: rgba(37, 99, 235, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-700 {
    --tw-gradient-to: #1d4ed8 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-700\/0 {
    --tw-gradient-to: rgba(29, 78, 216, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-700\/10 {
    --tw-gradient-to: rgba(29, 78, 216, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-700\/100 {
    --tw-gradient-to: #1d4ed8 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-700\/20 {
    --tw-gradient-to: rgba(29, 78, 216, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-700\/25 {
    --tw-gradient-to: rgba(29, 78, 216, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-700\/30 {
    --tw-gradient-to: rgba(29, 78, 216, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-700\/40 {
    --tw-gradient-to: rgba(29, 78, 216, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-700\/5 {
    --tw-gradient-to: rgba(29, 78, 216, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-700\/50 {
    --tw-gradient-to: rgba(29, 78, 216, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-700\/60 {
    --tw-gradient-to: rgba(29, 78, 216, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-700\/70 {
    --tw-gradient-to: rgba(29, 78, 216, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-700\/75 {
    --tw-gradient-to: rgba(29, 78, 216, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-700\/80 {
    --tw-gradient-to: rgba(29, 78, 216, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-700\/90 {
    --tw-gradient-to: rgba(29, 78, 216, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-700\/95 {
    --tw-gradient-to: rgba(29, 78, 216, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-800 {
    --tw-gradient-to: #1e40af var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-800\/0 {
    --tw-gradient-to: rgba(30, 64, 175, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-800\/10 {
    --tw-gradient-to: rgba(30, 64, 175, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-800\/100 {
    --tw-gradient-to: #1e40af var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-800\/20 {
    --tw-gradient-to: rgba(30, 64, 175, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-800\/25 {
    --tw-gradient-to: rgba(30, 64, 175, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-800\/30 {
    --tw-gradient-to: rgba(30, 64, 175, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-800\/40 {
    --tw-gradient-to: rgba(30, 64, 175, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-800\/5 {
    --tw-gradient-to: rgba(30, 64, 175, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-800\/50 {
    --tw-gradient-to: rgba(30, 64, 175, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-800\/60 {
    --tw-gradient-to: rgba(30, 64, 175, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-800\/70 {
    --tw-gradient-to: rgba(30, 64, 175, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-800\/75 {
    --tw-gradient-to: rgba(30, 64, 175, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-800\/80 {
    --tw-gradient-to: rgba(30, 64, 175, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-800\/90 {
    --tw-gradient-to: rgba(30, 64, 175, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-800\/95 {
    --tw-gradient-to: rgba(30, 64, 175, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-900 {
    --tw-gradient-to: #1e3a8a var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-900\/0 {
    --tw-gradient-to: rgba(30, 58, 138, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-900\/10 {
    --tw-gradient-to: rgba(30, 58, 138, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-900\/100 {
    --tw-gradient-to: #1e3a8a var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-900\/20 {
    --tw-gradient-to: rgba(30, 58, 138, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-900\/25 {
    --tw-gradient-to: rgba(30, 58, 138, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-900\/30 {
    --tw-gradient-to: rgba(30, 58, 138, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-900\/40 {
    --tw-gradient-to: rgba(30, 58, 138, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-900\/5 {
    --tw-gradient-to: rgba(30, 58, 138, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-900\/50 {
    --tw-gradient-to: rgba(30, 58, 138, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-900\/60 {
    --tw-gradient-to: rgba(30, 58, 138, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-900\/70 {
    --tw-gradient-to: rgba(30, 58, 138, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-900\/75 {
    --tw-gradient-to: rgba(30, 58, 138, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-900\/80 {
    --tw-gradient-to: rgba(30, 58, 138, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-900\/90 {
    --tw-gradient-to: rgba(30, 58, 138, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-900\/95 {
    --tw-gradient-to: rgba(30, 58, 138, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-950 {
    --tw-gradient-to: #172554 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-950\/0 {
    --tw-gradient-to: rgba(23, 37, 84, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-950\/10 {
    --tw-gradient-to: rgba(23, 37, 84, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-950\/100 {
    --tw-gradient-to: #172554 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-950\/20 {
    --tw-gradient-to: rgba(23, 37, 84, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-950\/25 {
    --tw-gradient-to: rgba(23, 37, 84, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-950\/30 {
    --tw-gradient-to: rgba(23, 37, 84, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-950\/40 {
    --tw-gradient-to: rgba(23, 37, 84, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-950\/5 {
    --tw-gradient-to: rgba(23, 37, 84, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-950\/50 {
    --tw-gradient-to: rgba(23, 37, 84, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-950\/60 {
    --tw-gradient-to: rgba(23, 37, 84, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-950\/70 {
    --tw-gradient-to: rgba(23, 37, 84, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-950\/75 {
    --tw-gradient-to: rgba(23, 37, 84, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-950\/80 {
    --tw-gradient-to: rgba(23, 37, 84, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-950\/90 {
    --tw-gradient-to: rgba(23, 37, 84, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-blue-950\/95 {
    --tw-gradient-to: rgba(23, 37, 84, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cc-lime {
    --tw-gradient-to: #9ac23c var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cc-lime\/0 {
    --tw-gradient-to: rgba(154, 194, 60, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cc-lime\/10 {
    --tw-gradient-to: rgba(154, 194, 60, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cc-lime\/100 {
    --tw-gradient-to: #9ac23c var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cc-lime\/20 {
    --tw-gradient-to: rgba(154, 194, 60, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cc-lime\/25 {
    --tw-gradient-to: rgba(154, 194, 60, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cc-lime\/30 {
    --tw-gradient-to: rgba(154, 194, 60, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cc-lime\/40 {
    --tw-gradient-to: rgba(154, 194, 60, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cc-lime\/5 {
    --tw-gradient-to: rgba(154, 194, 60, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cc-lime\/50 {
    --tw-gradient-to: rgba(154, 194, 60, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cc-lime\/60 {
    --tw-gradient-to: rgba(154, 194, 60, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cc-lime\/70 {
    --tw-gradient-to: rgba(154, 194, 60, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cc-lime\/75 {
    --tw-gradient-to: rgba(154, 194, 60, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cc-lime\/80 {
    --tw-gradient-to: rgba(154, 194, 60, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cc-lime\/90 {
    --tw-gradient-to: rgba(154, 194, 60, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cc-lime\/95 {
    --tw-gradient-to: rgba(154, 194, 60, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-ccslp-marigold {
    --tw-gradient-to: #eebe36 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-ccslp-marigold\/0 {
    --tw-gradient-to: rgba(238, 190, 54, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-ccslp-marigold\/10 {
    --tw-gradient-to: rgba(238, 190, 54, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-ccslp-marigold\/100 {
    --tw-gradient-to: #eebe36 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-ccslp-marigold\/20 {
    --tw-gradient-to: rgba(238, 190, 54, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-ccslp-marigold\/25 {
    --tw-gradient-to: rgba(238, 190, 54, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-ccslp-marigold\/30 {
    --tw-gradient-to: rgba(238, 190, 54, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-ccslp-marigold\/40 {
    --tw-gradient-to: rgba(238, 190, 54, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-ccslp-marigold\/5 {
    --tw-gradient-to: rgba(238, 190, 54, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-ccslp-marigold\/50 {
    --tw-gradient-to: rgba(238, 190, 54, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-ccslp-marigold\/60 {
    --tw-gradient-to: rgba(238, 190, 54, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-ccslp-marigold\/70 {
    --tw-gradient-to: rgba(238, 190, 54, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-ccslp-marigold\/75 {
    --tw-gradient-to: rgba(238, 190, 54, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-ccslp-marigold\/80 {
    --tw-gradient-to: rgba(238, 190, 54, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-ccslp-marigold\/90 {
    --tw-gradient-to: rgba(238, 190, 54, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-ccslp-marigold\/95 {
    --tw-gradient-to: rgba(238, 190, 54, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cgrc-cornflower {
    --tw-gradient-to: #5466ae var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cgrc-cornflower\/0 {
    --tw-gradient-to: rgba(84, 102, 174, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cgrc-cornflower\/10 {
    --tw-gradient-to: rgba(84, 102, 174, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cgrc-cornflower\/100 {
    --tw-gradient-to: #5466ae var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cgrc-cornflower\/20 {
    --tw-gradient-to: rgba(84, 102, 174, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cgrc-cornflower\/25 {
    --tw-gradient-to: rgba(84, 102, 174, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cgrc-cornflower\/30 {
    --tw-gradient-to: rgba(84, 102, 174, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cgrc-cornflower\/40 {
    --tw-gradient-to: rgba(84, 102, 174, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cgrc-cornflower\/5 {
    --tw-gradient-to: rgba(84, 102, 174, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cgrc-cornflower\/50 {
    --tw-gradient-to: rgba(84, 102, 174, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cgrc-cornflower\/60 {
    --tw-gradient-to: rgba(84, 102, 174, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cgrc-cornflower\/70 {
    --tw-gradient-to: rgba(84, 102, 174, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cgrc-cornflower\/75 {
    --tw-gradient-to: rgba(84, 102, 174, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cgrc-cornflower\/80 {
    --tw-gradient-to: rgba(84, 102, 174, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cgrc-cornflower\/90 {
    --tw-gradient-to: rgba(84, 102, 174, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cgrc-cornflower\/95 {
    --tw-gradient-to: rgba(84, 102, 174, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cissp-green {
    --tw-gradient-to: #468145 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cissp-green\/0 {
    --tw-gradient-to: rgba(70, 129, 69, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cissp-green\/10 {
    --tw-gradient-to: rgba(70, 129, 69, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cissp-green\/100 {
    --tw-gradient-to: #468145 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cissp-green\/20 {
    --tw-gradient-to: rgba(70, 129, 69, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cissp-green\/25 {
    --tw-gradient-to: rgba(70, 129, 69, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cissp-green\/30 {
    --tw-gradient-to: rgba(70, 129, 69, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cissp-green\/40 {
    --tw-gradient-to: rgba(70, 129, 69, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cissp-green\/5 {
    --tw-gradient-to: rgba(70, 129, 69, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cissp-green\/50 {
    --tw-gradient-to: rgba(70, 129, 69, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cissp-green\/60 {
    --tw-gradient-to: rgba(70, 129, 69, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cissp-green\/70 {
    --tw-gradient-to: rgba(70, 129, 69, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cissp-green\/75 {
    --tw-gradient-to: rgba(70, 129, 69, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cissp-green\/80 {
    --tw-gradient-to: rgba(70, 129, 69, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cissp-green\/90 {
    --tw-gradient-to: rgba(70, 129, 69, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cissp-green\/95 {
    --tw-gradient-to: rgba(70, 129, 69, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cssp-cobalt {
    --tw-gradient-to: #007fad var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cssp-cobalt\/0 {
    --tw-gradient-to: rgba(0, 127, 173, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cssp-cobalt\/10 {
    --tw-gradient-to: rgba(0, 127, 173, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cssp-cobalt\/100 {
    --tw-gradient-to: #007fad var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cssp-cobalt\/20 {
    --tw-gradient-to: rgba(0, 127, 173, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cssp-cobalt\/25 {
    --tw-gradient-to: rgba(0, 127, 173, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cssp-cobalt\/30 {
    --tw-gradient-to: rgba(0, 127, 173, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cssp-cobalt\/40 {
    --tw-gradient-to: rgba(0, 127, 173, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cssp-cobalt\/5 {
    --tw-gradient-to: rgba(0, 127, 173, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cssp-cobalt\/50 {
    --tw-gradient-to: rgba(0, 127, 173, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cssp-cobalt\/60 {
    --tw-gradient-to: rgba(0, 127, 173, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cssp-cobalt\/70 {
    --tw-gradient-to: rgba(0, 127, 173, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cssp-cobalt\/75 {
    --tw-gradient-to: rgba(0, 127, 173, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cssp-cobalt\/80 {
    --tw-gradient-to: rgba(0, 127, 173, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cssp-cobalt\/90 {
    --tw-gradient-to: rgba(0, 127, 173, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cssp-cobalt\/95 {
    --tw-gradient-to: rgba(0, 127, 173, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-current {
    --tw-gradient-to: currentColor var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-100 {
    --tw-gradient-to: #cffafe var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-100\/0 {
    --tw-gradient-to: rgba(207, 250, 254, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-100\/10 {
    --tw-gradient-to: rgba(207, 250, 254, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-100\/100 {
    --tw-gradient-to: #cffafe var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-100\/20 {
    --tw-gradient-to: rgba(207, 250, 254, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-100\/25 {
    --tw-gradient-to: rgba(207, 250, 254, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-100\/30 {
    --tw-gradient-to: rgba(207, 250, 254, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-100\/40 {
    --tw-gradient-to: rgba(207, 250, 254, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-100\/5 {
    --tw-gradient-to: rgba(207, 250, 254, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-100\/50 {
    --tw-gradient-to: rgba(207, 250, 254, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-100\/60 {
    --tw-gradient-to: rgba(207, 250, 254, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-100\/70 {
    --tw-gradient-to: rgba(207, 250, 254, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-100\/75 {
    --tw-gradient-to: rgba(207, 250, 254, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-100\/80 {
    --tw-gradient-to: rgba(207, 250, 254, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-100\/90 {
    --tw-gradient-to: rgba(207, 250, 254, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-100\/95 {
    --tw-gradient-to: rgba(207, 250, 254, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-200 {
    --tw-gradient-to: #a5f3fc var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-200\/0 {
    --tw-gradient-to: rgba(165, 243, 252, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-200\/10 {
    --tw-gradient-to: rgba(165, 243, 252, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-200\/100 {
    --tw-gradient-to: #a5f3fc var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-200\/20 {
    --tw-gradient-to: rgba(165, 243, 252, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-200\/25 {
    --tw-gradient-to: rgba(165, 243, 252, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-200\/30 {
    --tw-gradient-to: rgba(165, 243, 252, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-200\/40 {
    --tw-gradient-to: rgba(165, 243, 252, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-200\/5 {
    --tw-gradient-to: rgba(165, 243, 252, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-200\/50 {
    --tw-gradient-to: rgba(165, 243, 252, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-200\/60 {
    --tw-gradient-to: rgba(165, 243, 252, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-200\/70 {
    --tw-gradient-to: rgba(165, 243, 252, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-200\/75 {
    --tw-gradient-to: rgba(165, 243, 252, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-200\/80 {
    --tw-gradient-to: rgba(165, 243, 252, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-200\/90 {
    --tw-gradient-to: rgba(165, 243, 252, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-200\/95 {
    --tw-gradient-to: rgba(165, 243, 252, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-300 {
    --tw-gradient-to: #67e8f9 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-300\/0 {
    --tw-gradient-to: rgba(103, 232, 249, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-300\/10 {
    --tw-gradient-to: rgba(103, 232, 249, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-300\/100 {
    --tw-gradient-to: #67e8f9 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-300\/20 {
    --tw-gradient-to: rgba(103, 232, 249, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-300\/25 {
    --tw-gradient-to: rgba(103, 232, 249, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-300\/30 {
    --tw-gradient-to: rgba(103, 232, 249, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-300\/40 {
    --tw-gradient-to: rgba(103, 232, 249, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-300\/5 {
    --tw-gradient-to: rgba(103, 232, 249, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-300\/50 {
    --tw-gradient-to: rgba(103, 232, 249, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-300\/60 {
    --tw-gradient-to: rgba(103, 232, 249, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-300\/70 {
    --tw-gradient-to: rgba(103, 232, 249, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-300\/75 {
    --tw-gradient-to: rgba(103, 232, 249, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-300\/80 {
    --tw-gradient-to: rgba(103, 232, 249, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-300\/90 {
    --tw-gradient-to: rgba(103, 232, 249, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-300\/95 {
    --tw-gradient-to: rgba(103, 232, 249, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-400 {
    --tw-gradient-to: #22d3ee var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-400\/0 {
    --tw-gradient-to: rgba(34, 211, 238, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-400\/10 {
    --tw-gradient-to: rgba(34, 211, 238, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-400\/100 {
    --tw-gradient-to: #22d3ee var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-400\/20 {
    --tw-gradient-to: rgba(34, 211, 238, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-400\/25 {
    --tw-gradient-to: rgba(34, 211, 238, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-400\/30 {
    --tw-gradient-to: rgba(34, 211, 238, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-400\/40 {
    --tw-gradient-to: rgba(34, 211, 238, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-400\/5 {
    --tw-gradient-to: rgba(34, 211, 238, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-400\/50 {
    --tw-gradient-to: rgba(34, 211, 238, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-400\/60 {
    --tw-gradient-to: rgba(34, 211, 238, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-400\/70 {
    --tw-gradient-to: rgba(34, 211, 238, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-400\/75 {
    --tw-gradient-to: rgba(34, 211, 238, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-400\/80 {
    --tw-gradient-to: rgba(34, 211, 238, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-400\/90 {
    --tw-gradient-to: rgba(34, 211, 238, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-400\/95 {
    --tw-gradient-to: rgba(34, 211, 238, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-50 {
    --tw-gradient-to: #ecfeff var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-50\/0 {
    --tw-gradient-to: rgba(236, 254, 255, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-50\/10 {
    --tw-gradient-to: rgba(236, 254, 255, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-50\/100 {
    --tw-gradient-to: #ecfeff var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-50\/20 {
    --tw-gradient-to: rgba(236, 254, 255, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-50\/25 {
    --tw-gradient-to: rgba(236, 254, 255, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-50\/30 {
    --tw-gradient-to: rgba(236, 254, 255, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-50\/40 {
    --tw-gradient-to: rgba(236, 254, 255, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-50\/5 {
    --tw-gradient-to: rgba(236, 254, 255, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-50\/50 {
    --tw-gradient-to: rgba(236, 254, 255, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-50\/60 {
    --tw-gradient-to: rgba(236, 254, 255, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-50\/70 {
    --tw-gradient-to: rgba(236, 254, 255, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-50\/75 {
    --tw-gradient-to: rgba(236, 254, 255, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-50\/80 {
    --tw-gradient-to: rgba(236, 254, 255, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-50\/90 {
    --tw-gradient-to: rgba(236, 254, 255, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-50\/95 {
    --tw-gradient-to: rgba(236, 254, 255, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-500 {
    --tw-gradient-to: #06b6d4 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-500\/0 {
    --tw-gradient-to: rgba(6, 182, 212, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-500\/10 {
    --tw-gradient-to: rgba(6, 182, 212, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-500\/100 {
    --tw-gradient-to: #06b6d4 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-500\/20 {
    --tw-gradient-to: rgba(6, 182, 212, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-500\/25 {
    --tw-gradient-to: rgba(6, 182, 212, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-500\/30 {
    --tw-gradient-to: rgba(6, 182, 212, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-500\/40 {
    --tw-gradient-to: rgba(6, 182, 212, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-500\/5 {
    --tw-gradient-to: rgba(6, 182, 212, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-500\/50 {
    --tw-gradient-to: rgba(6, 182, 212, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-500\/60 {
    --tw-gradient-to: rgba(6, 182, 212, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-500\/70 {
    --tw-gradient-to: rgba(6, 182, 212, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-500\/75 {
    --tw-gradient-to: rgba(6, 182, 212, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-500\/80 {
    --tw-gradient-to: rgba(6, 182, 212, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-500\/90 {
    --tw-gradient-to: rgba(6, 182, 212, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-500\/95 {
    --tw-gradient-to: rgba(6, 182, 212, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-600 {
    --tw-gradient-to: #0891b2 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-600\/0 {
    --tw-gradient-to: rgba(8, 145, 178, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-600\/10 {
    --tw-gradient-to: rgba(8, 145, 178, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-600\/100 {
    --tw-gradient-to: #0891b2 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-600\/20 {
    --tw-gradient-to: rgba(8, 145, 178, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-600\/25 {
    --tw-gradient-to: rgba(8, 145, 178, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-600\/30 {
    --tw-gradient-to: rgba(8, 145, 178, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-600\/40 {
    --tw-gradient-to: rgba(8, 145, 178, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-600\/5 {
    --tw-gradient-to: rgba(8, 145, 178, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-600\/50 {
    --tw-gradient-to: rgba(8, 145, 178, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-600\/60 {
    --tw-gradient-to: rgba(8, 145, 178, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-600\/70 {
    --tw-gradient-to: rgba(8, 145, 178, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-600\/75 {
    --tw-gradient-to: rgba(8, 145, 178, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-600\/80 {
    --tw-gradient-to: rgba(8, 145, 178, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-600\/90 {
    --tw-gradient-to: rgba(8, 145, 178, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-600\/95 {
    --tw-gradient-to: rgba(8, 145, 178, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-700 {
    --tw-gradient-to: #0e7490 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-700\/0 {
    --tw-gradient-to: rgba(14, 116, 144, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-700\/10 {
    --tw-gradient-to: rgba(14, 116, 144, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-700\/100 {
    --tw-gradient-to: #0e7490 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-700\/20 {
    --tw-gradient-to: rgba(14, 116, 144, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-700\/25 {
    --tw-gradient-to: rgba(14, 116, 144, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-700\/30 {
    --tw-gradient-to: rgba(14, 116, 144, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-700\/40 {
    --tw-gradient-to: rgba(14, 116, 144, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-700\/5 {
    --tw-gradient-to: rgba(14, 116, 144, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-700\/50 {
    --tw-gradient-to: rgba(14, 116, 144, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-700\/60 {
    --tw-gradient-to: rgba(14, 116, 144, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-700\/70 {
    --tw-gradient-to: rgba(14, 116, 144, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-700\/75 {
    --tw-gradient-to: rgba(14, 116, 144, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-700\/80 {
    --tw-gradient-to: rgba(14, 116, 144, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-700\/90 {
    --tw-gradient-to: rgba(14, 116, 144, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-700\/95 {
    --tw-gradient-to: rgba(14, 116, 144, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-800 {
    --tw-gradient-to: #155e75 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-800\/0 {
    --tw-gradient-to: rgba(21, 94, 117, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-800\/10 {
    --tw-gradient-to: rgba(21, 94, 117, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-800\/100 {
    --tw-gradient-to: #155e75 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-800\/20 {
    --tw-gradient-to: rgba(21, 94, 117, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-800\/25 {
    --tw-gradient-to: rgba(21, 94, 117, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-800\/30 {
    --tw-gradient-to: rgba(21, 94, 117, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-800\/40 {
    --tw-gradient-to: rgba(21, 94, 117, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-800\/5 {
    --tw-gradient-to: rgba(21, 94, 117, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-800\/50 {
    --tw-gradient-to: rgba(21, 94, 117, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-800\/60 {
    --tw-gradient-to: rgba(21, 94, 117, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-800\/70 {
    --tw-gradient-to: rgba(21, 94, 117, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-800\/75 {
    --tw-gradient-to: rgba(21, 94, 117, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-800\/80 {
    --tw-gradient-to: rgba(21, 94, 117, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-800\/90 {
    --tw-gradient-to: rgba(21, 94, 117, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-800\/95 {
    --tw-gradient-to: rgba(21, 94, 117, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-900 {
    --tw-gradient-to: #164e63 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-900\/0 {
    --tw-gradient-to: rgba(22, 78, 99, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-900\/10 {
    --tw-gradient-to: rgba(22, 78, 99, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-900\/100 {
    --tw-gradient-to: #164e63 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-900\/20 {
    --tw-gradient-to: rgba(22, 78, 99, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-900\/25 {
    --tw-gradient-to: rgba(22, 78, 99, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-900\/30 {
    --tw-gradient-to: rgba(22, 78, 99, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-900\/40 {
    --tw-gradient-to: rgba(22, 78, 99, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-900\/5 {
    --tw-gradient-to: rgba(22, 78, 99, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-900\/50 {
    --tw-gradient-to: rgba(22, 78, 99, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-900\/60 {
    --tw-gradient-to: rgba(22, 78, 99, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-900\/70 {
    --tw-gradient-to: rgba(22, 78, 99, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-900\/75 {
    --tw-gradient-to: rgba(22, 78, 99, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-900\/80 {
    --tw-gradient-to: rgba(22, 78, 99, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-900\/90 {
    --tw-gradient-to: rgba(22, 78, 99, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-900\/95 {
    --tw-gradient-to: rgba(22, 78, 99, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-950 {
    --tw-gradient-to: #083344 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-950\/0 {
    --tw-gradient-to: rgba(8, 51, 68, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-950\/10 {
    --tw-gradient-to: rgba(8, 51, 68, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-950\/100 {
    --tw-gradient-to: #083344 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-950\/20 {
    --tw-gradient-to: rgba(8, 51, 68, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-950\/25 {
    --tw-gradient-to: rgba(8, 51, 68, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-950\/30 {
    --tw-gradient-to: rgba(8, 51, 68, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-950\/40 {
    --tw-gradient-to: rgba(8, 51, 68, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-950\/5 {
    --tw-gradient-to: rgba(8, 51, 68, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-950\/50 {
    --tw-gradient-to: rgba(8, 51, 68, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-950\/60 {
    --tw-gradient-to: rgba(8, 51, 68, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-950\/70 {
    --tw-gradient-to: rgba(8, 51, 68, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-950\/75 {
    --tw-gradient-to: rgba(8, 51, 68, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-950\/80 {
    --tw-gradient-to: rgba(8, 51, 68, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-950\/90 {
    --tw-gradient-to: rgba(8, 51, 68, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-cyan-950\/95 {
    --tw-gradient-to: rgba(8, 51, 68, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-dark-blue {
    --tw-gradient-to: #152932 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-dark-blue\/0 {
    --tw-gradient-to: rgba(21, 41, 50, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-dark-blue\/10 {
    --tw-gradient-to: rgba(21, 41, 50, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-dark-blue\/100 {
    --tw-gradient-to: #152932 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-dark-blue\/20 {
    --tw-gradient-to: rgba(21, 41, 50, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-dark-blue\/25 {
    --tw-gradient-to: rgba(21, 41, 50, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-dark-blue\/30 {
    --tw-gradient-to: rgba(21, 41, 50, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-dark-blue\/40 {
    --tw-gradient-to: rgba(21, 41, 50, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-dark-blue\/5 {
    --tw-gradient-to: rgba(21, 41, 50, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-dark-blue\/50 {
    --tw-gradient-to: rgba(21, 41, 50, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-dark-blue\/60 {
    --tw-gradient-to: rgba(21, 41, 50, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-dark-blue\/70 {
    --tw-gradient-to: rgba(21, 41, 50, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-dark-blue\/75 {
    --tw-gradient-to: rgba(21, 41, 50, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-dark-blue\/80 {
    --tw-gradient-to: rgba(21, 41, 50, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-dark-blue\/90 {
    --tw-gradient-to: rgba(21, 41, 50, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-dark-blue\/95 {
    --tw-gradient-to: rgba(21, 41, 50, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-dark-green {
    --tw-gradient-to: #242e22 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-dark-green\/0 {
    --tw-gradient-to: rgba(36, 46, 34, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-dark-green\/10 {
    --tw-gradient-to: rgba(36, 46, 34, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-dark-green\/100 {
    --tw-gradient-to: #242e22 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-dark-green\/20 {
    --tw-gradient-to: rgba(36, 46, 34, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-dark-green\/25 {
    --tw-gradient-to: rgba(36, 46, 34, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-dark-green\/30 {
    --tw-gradient-to: rgba(36, 46, 34, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-dark-green\/40 {
    --tw-gradient-to: rgba(36, 46, 34, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-dark-green\/5 {
    --tw-gradient-to: rgba(36, 46, 34, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-dark-green\/50 {
    --tw-gradient-to: rgba(36, 46, 34, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-dark-green\/60 {
    --tw-gradient-to: rgba(36, 46, 34, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-dark-green\/70 {
    --tw-gradient-to: rgba(36, 46, 34, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-dark-green\/75 {
    --tw-gradient-to: rgba(36, 46, 34, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-dark-green\/80 {
    --tw-gradient-to: rgba(36, 46, 34, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-dark-green\/90 {
    --tw-gradient-to: rgba(36, 46, 34, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-dark-green\/95 {
    --tw-gradient-to: rgba(36, 46, 34, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-darker-blue {
    --tw-gradient-to: #112128 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-darker-blue\/0 {
    --tw-gradient-to: rgba(17, 33, 40, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-darker-blue\/10 {
    --tw-gradient-to: rgba(17, 33, 40, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-darker-blue\/100 {
    --tw-gradient-to: #112128 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-darker-blue\/20 {
    --tw-gradient-to: rgba(17, 33, 40, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-darker-blue\/25 {
    --tw-gradient-to: rgba(17, 33, 40, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-darker-blue\/30 {
    --tw-gradient-to: rgba(17, 33, 40, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-darker-blue\/40 {
    --tw-gradient-to: rgba(17, 33, 40, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-darker-blue\/5 {
    --tw-gradient-to: rgba(17, 33, 40, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-darker-blue\/50 {
    --tw-gradient-to: rgba(17, 33, 40, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-darker-blue\/60 {
    --tw-gradient-to: rgba(17, 33, 40, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-darker-blue\/70 {
    --tw-gradient-to: rgba(17, 33, 40, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-darker-blue\/75 {
    --tw-gradient-to: rgba(17, 33, 40, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-darker-blue\/80 {
    --tw-gradient-to: rgba(17, 33, 40, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-darker-blue\/90 {
    --tw-gradient-to: rgba(17, 33, 40, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-darker-blue\/95 {
    --tw-gradient-to: rgba(17, 33, 40, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-darker-green {
    --tw-gradient-to: #1c251a var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-darker-green\/0 {
    --tw-gradient-to: rgba(28, 37, 26, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-darker-green\/10 {
    --tw-gradient-to: rgba(28, 37, 26, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-darker-green\/100 {
    --tw-gradient-to: #1c251a var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-darker-green\/20 {
    --tw-gradient-to: rgba(28, 37, 26, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-darker-green\/25 {
    --tw-gradient-to: rgba(28, 37, 26, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-darker-green\/30 {
    --tw-gradient-to: rgba(28, 37, 26, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-darker-green\/40 {
    --tw-gradient-to: rgba(28, 37, 26, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-darker-green\/5 {
    --tw-gradient-to: rgba(28, 37, 26, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-darker-green\/50 {
    --tw-gradient-to: rgba(28, 37, 26, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-darker-green\/60 {
    --tw-gradient-to: rgba(28, 37, 26, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-darker-green\/70 {
    --tw-gradient-to: rgba(28, 37, 26, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-darker-green\/75 {
    --tw-gradient-to: rgba(28, 37, 26, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-darker-green\/80 {
    --tw-gradient-to: rgba(28, 37, 26, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-darker-green\/90 {
    --tw-gradient-to: rgba(28, 37, 26, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-darker-green\/95 {
    --tw-gradient-to: rgba(28, 37, 26, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-100 {
    --tw-gradient-to: #d1fae5 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-100\/0 {
    --tw-gradient-to: rgba(209, 250, 229, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-100\/10 {
    --tw-gradient-to: rgba(209, 250, 229, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-100\/100 {
    --tw-gradient-to: #d1fae5 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-100\/20 {
    --tw-gradient-to: rgba(209, 250, 229, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-100\/25 {
    --tw-gradient-to: rgba(209, 250, 229, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-100\/30 {
    --tw-gradient-to: rgba(209, 250, 229, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-100\/40 {
    --tw-gradient-to: rgba(209, 250, 229, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-100\/5 {
    --tw-gradient-to: rgba(209, 250, 229, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-100\/50 {
    --tw-gradient-to: rgba(209, 250, 229, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-100\/60 {
    --tw-gradient-to: rgba(209, 250, 229, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-100\/70 {
    --tw-gradient-to: rgba(209, 250, 229, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-100\/75 {
    --tw-gradient-to: rgba(209, 250, 229, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-100\/80 {
    --tw-gradient-to: rgba(209, 250, 229, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-100\/90 {
    --tw-gradient-to: rgba(209, 250, 229, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-100\/95 {
    --tw-gradient-to: rgba(209, 250, 229, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-200 {
    --tw-gradient-to: #a7f3d0 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-200\/0 {
    --tw-gradient-to: rgba(167, 243, 208, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-200\/10 {
    --tw-gradient-to: rgba(167, 243, 208, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-200\/100 {
    --tw-gradient-to: #a7f3d0 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-200\/20 {
    --tw-gradient-to: rgba(167, 243, 208, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-200\/25 {
    --tw-gradient-to: rgba(167, 243, 208, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-200\/30 {
    --tw-gradient-to: rgba(167, 243, 208, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-200\/40 {
    --tw-gradient-to: rgba(167, 243, 208, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-200\/5 {
    --tw-gradient-to: rgba(167, 243, 208, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-200\/50 {
    --tw-gradient-to: rgba(167, 243, 208, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-200\/60 {
    --tw-gradient-to: rgba(167, 243, 208, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-200\/70 {
    --tw-gradient-to: rgba(167, 243, 208, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-200\/75 {
    --tw-gradient-to: rgba(167, 243, 208, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-200\/80 {
    --tw-gradient-to: rgba(167, 243, 208, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-200\/90 {
    --tw-gradient-to: rgba(167, 243, 208, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-200\/95 {
    --tw-gradient-to: rgba(167, 243, 208, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-300 {
    --tw-gradient-to: #6ee7b7 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-300\/0 {
    --tw-gradient-to: rgba(110, 231, 183, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-300\/10 {
    --tw-gradient-to: rgba(110, 231, 183, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-300\/100 {
    --tw-gradient-to: #6ee7b7 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-300\/20 {
    --tw-gradient-to: rgba(110, 231, 183, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-300\/25 {
    --tw-gradient-to: rgba(110, 231, 183, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-300\/30 {
    --tw-gradient-to: rgba(110, 231, 183, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-300\/40 {
    --tw-gradient-to: rgba(110, 231, 183, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-300\/5 {
    --tw-gradient-to: rgba(110, 231, 183, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-300\/50 {
    --tw-gradient-to: rgba(110, 231, 183, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-300\/60 {
    --tw-gradient-to: rgba(110, 231, 183, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-300\/70 {
    --tw-gradient-to: rgba(110, 231, 183, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-300\/75 {
    --tw-gradient-to: rgba(110, 231, 183, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-300\/80 {
    --tw-gradient-to: rgba(110, 231, 183, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-300\/90 {
    --tw-gradient-to: rgba(110, 231, 183, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-300\/95 {
    --tw-gradient-to: rgba(110, 231, 183, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-400 {
    --tw-gradient-to: #34d399 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-400\/0 {
    --tw-gradient-to: rgba(52, 211, 153, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-400\/10 {
    --tw-gradient-to: rgba(52, 211, 153, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-400\/100 {
    --tw-gradient-to: #34d399 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-400\/20 {
    --tw-gradient-to: rgba(52, 211, 153, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-400\/25 {
    --tw-gradient-to: rgba(52, 211, 153, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-400\/30 {
    --tw-gradient-to: rgba(52, 211, 153, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-400\/40 {
    --tw-gradient-to: rgba(52, 211, 153, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-400\/5 {
    --tw-gradient-to: rgba(52, 211, 153, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-400\/50 {
    --tw-gradient-to: rgba(52, 211, 153, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-400\/60 {
    --tw-gradient-to: rgba(52, 211, 153, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-400\/70 {
    --tw-gradient-to: rgba(52, 211, 153, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-400\/75 {
    --tw-gradient-to: rgba(52, 211, 153, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-400\/80 {
    --tw-gradient-to: rgba(52, 211, 153, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-400\/90 {
    --tw-gradient-to: rgba(52, 211, 153, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-400\/95 {
    --tw-gradient-to: rgba(52, 211, 153, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-50 {
    --tw-gradient-to: #ecfdf5 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-50\/0 {
    --tw-gradient-to: rgba(236, 253, 245, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-50\/10 {
    --tw-gradient-to: rgba(236, 253, 245, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-50\/100 {
    --tw-gradient-to: #ecfdf5 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-50\/20 {
    --tw-gradient-to: rgba(236, 253, 245, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-50\/25 {
    --tw-gradient-to: rgba(236, 253, 245, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-50\/30 {
    --tw-gradient-to: rgba(236, 253, 245, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-50\/40 {
    --tw-gradient-to: rgba(236, 253, 245, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-50\/5 {
    --tw-gradient-to: rgba(236, 253, 245, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-50\/50 {
    --tw-gradient-to: rgba(236, 253, 245, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-50\/60 {
    --tw-gradient-to: rgba(236, 253, 245, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-50\/70 {
    --tw-gradient-to: rgba(236, 253, 245, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-50\/75 {
    --tw-gradient-to: rgba(236, 253, 245, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-50\/80 {
    --tw-gradient-to: rgba(236, 253, 245, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-50\/90 {
    --tw-gradient-to: rgba(236, 253, 245, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-50\/95 {
    --tw-gradient-to: rgba(236, 253, 245, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-500 {
    --tw-gradient-to: #10b981 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-500\/0 {
    --tw-gradient-to: rgba(16, 185, 129, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-500\/10 {
    --tw-gradient-to: rgba(16, 185, 129, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-500\/100 {
    --tw-gradient-to: #10b981 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-500\/20 {
    --tw-gradient-to: rgba(16, 185, 129, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-500\/25 {
    --tw-gradient-to: rgba(16, 185, 129, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-500\/30 {
    --tw-gradient-to: rgba(16, 185, 129, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-500\/40 {
    --tw-gradient-to: rgba(16, 185, 129, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-500\/5 {
    --tw-gradient-to: rgba(16, 185, 129, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-500\/50 {
    --tw-gradient-to: rgba(16, 185, 129, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-500\/60 {
    --tw-gradient-to: rgba(16, 185, 129, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-500\/70 {
    --tw-gradient-to: rgba(16, 185, 129, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-500\/75 {
    --tw-gradient-to: rgba(16, 185, 129, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-500\/80 {
    --tw-gradient-to: rgba(16, 185, 129, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-500\/90 {
    --tw-gradient-to: rgba(16, 185, 129, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-500\/95 {
    --tw-gradient-to: rgba(16, 185, 129, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-600 {
    --tw-gradient-to: #059669 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-600\/0 {
    --tw-gradient-to: rgba(5, 150, 105, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-600\/10 {
    --tw-gradient-to: rgba(5, 150, 105, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-600\/100 {
    --tw-gradient-to: #059669 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-600\/20 {
    --tw-gradient-to: rgba(5, 150, 105, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-600\/25 {
    --tw-gradient-to: rgba(5, 150, 105, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-600\/30 {
    --tw-gradient-to: rgba(5, 150, 105, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-600\/40 {
    --tw-gradient-to: rgba(5, 150, 105, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-600\/5 {
    --tw-gradient-to: rgba(5, 150, 105, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-600\/50 {
    --tw-gradient-to: rgba(5, 150, 105, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-600\/60 {
    --tw-gradient-to: rgba(5, 150, 105, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-600\/70 {
    --tw-gradient-to: rgba(5, 150, 105, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-600\/75 {
    --tw-gradient-to: rgba(5, 150, 105, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-600\/80 {
    --tw-gradient-to: rgba(5, 150, 105, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-600\/90 {
    --tw-gradient-to: rgba(5, 150, 105, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-600\/95 {
    --tw-gradient-to: rgba(5, 150, 105, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-700 {
    --tw-gradient-to: #047857 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-700\/0 {
    --tw-gradient-to: rgba(4, 120, 87, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-700\/10 {
    --tw-gradient-to: rgba(4, 120, 87, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-700\/100 {
    --tw-gradient-to: #047857 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-700\/20 {
    --tw-gradient-to: rgba(4, 120, 87, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-700\/25 {
    --tw-gradient-to: rgba(4, 120, 87, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-700\/30 {
    --tw-gradient-to: rgba(4, 120, 87, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-700\/40 {
    --tw-gradient-to: rgba(4, 120, 87, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-700\/5 {
    --tw-gradient-to: rgba(4, 120, 87, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-700\/50 {
    --tw-gradient-to: rgba(4, 120, 87, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-700\/60 {
    --tw-gradient-to: rgba(4, 120, 87, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-700\/70 {
    --tw-gradient-to: rgba(4, 120, 87, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-700\/75 {
    --tw-gradient-to: rgba(4, 120, 87, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-700\/80 {
    --tw-gradient-to: rgba(4, 120, 87, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-700\/90 {
    --tw-gradient-to: rgba(4, 120, 87, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-700\/95 {
    --tw-gradient-to: rgba(4, 120, 87, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-800 {
    --tw-gradient-to: #065f46 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-800\/0 {
    --tw-gradient-to: rgba(6, 95, 70, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-800\/10 {
    --tw-gradient-to: rgba(6, 95, 70, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-800\/100 {
    --tw-gradient-to: #065f46 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-800\/20 {
    --tw-gradient-to: rgba(6, 95, 70, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-800\/25 {
    --tw-gradient-to: rgba(6, 95, 70, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-800\/30 {
    --tw-gradient-to: rgba(6, 95, 70, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-800\/40 {
    --tw-gradient-to: rgba(6, 95, 70, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-800\/5 {
    --tw-gradient-to: rgba(6, 95, 70, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-800\/50 {
    --tw-gradient-to: rgba(6, 95, 70, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-800\/60 {
    --tw-gradient-to: rgba(6, 95, 70, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-800\/70 {
    --tw-gradient-to: rgba(6, 95, 70, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-800\/75 {
    --tw-gradient-to: rgba(6, 95, 70, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-800\/80 {
    --tw-gradient-to: rgba(6, 95, 70, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-800\/90 {
    --tw-gradient-to: rgba(6, 95, 70, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-800\/95 {
    --tw-gradient-to: rgba(6, 95, 70, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-900 {
    --tw-gradient-to: #064e3b var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-900\/0 {
    --tw-gradient-to: rgba(6, 78, 59, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-900\/10 {
    --tw-gradient-to: rgba(6, 78, 59, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-900\/100 {
    --tw-gradient-to: #064e3b var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-900\/20 {
    --tw-gradient-to: rgba(6, 78, 59, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-900\/25 {
    --tw-gradient-to: rgba(6, 78, 59, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-900\/30 {
    --tw-gradient-to: rgba(6, 78, 59, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-900\/40 {
    --tw-gradient-to: rgba(6, 78, 59, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-900\/5 {
    --tw-gradient-to: rgba(6, 78, 59, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-900\/50 {
    --tw-gradient-to: rgba(6, 78, 59, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-900\/60 {
    --tw-gradient-to: rgba(6, 78, 59, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-900\/70 {
    --tw-gradient-to: rgba(6, 78, 59, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-900\/75 {
    --tw-gradient-to: rgba(6, 78, 59, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-900\/80 {
    --tw-gradient-to: rgba(6, 78, 59, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-900\/90 {
    --tw-gradient-to: rgba(6, 78, 59, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-900\/95 {
    --tw-gradient-to: rgba(6, 78, 59, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-950 {
    --tw-gradient-to: #022c22 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-950\/0 {
    --tw-gradient-to: rgba(2, 44, 34, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-950\/10 {
    --tw-gradient-to: rgba(2, 44, 34, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-950\/100 {
    --tw-gradient-to: #022c22 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-950\/20 {
    --tw-gradient-to: rgba(2, 44, 34, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-950\/25 {
    --tw-gradient-to: rgba(2, 44, 34, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-950\/30 {
    --tw-gradient-to: rgba(2, 44, 34, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-950\/40 {
    --tw-gradient-to: rgba(2, 44, 34, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-950\/5 {
    --tw-gradient-to: rgba(2, 44, 34, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-950\/50 {
    --tw-gradient-to: rgba(2, 44, 34, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-950\/60 {
    --tw-gradient-to: rgba(2, 44, 34, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-950\/70 {
    --tw-gradient-to: rgba(2, 44, 34, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-950\/75 {
    --tw-gradient-to: rgba(2, 44, 34, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-950\/80 {
    --tw-gradient-to: rgba(2, 44, 34, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-950\/90 {
    --tw-gradient-to: rgba(2, 44, 34, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-emerald-950\/95 {
    --tw-gradient-to: rgba(2, 44, 34, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-100 {
    --tw-gradient-to: #fae8ff var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-100\/0 {
    --tw-gradient-to: rgba(250, 232, 255, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-100\/10 {
    --tw-gradient-to: rgba(250, 232, 255, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-100\/100 {
    --tw-gradient-to: #fae8ff var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-100\/20 {
    --tw-gradient-to: rgba(250, 232, 255, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-100\/25 {
    --tw-gradient-to: rgba(250, 232, 255, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-100\/30 {
    --tw-gradient-to: rgba(250, 232, 255, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-100\/40 {
    --tw-gradient-to: rgba(250, 232, 255, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-100\/5 {
    --tw-gradient-to: rgba(250, 232, 255, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-100\/50 {
    --tw-gradient-to: rgba(250, 232, 255, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-100\/60 {
    --tw-gradient-to: rgba(250, 232, 255, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-100\/70 {
    --tw-gradient-to: rgba(250, 232, 255, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-100\/75 {
    --tw-gradient-to: rgba(250, 232, 255, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-100\/80 {
    --tw-gradient-to: rgba(250, 232, 255, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-100\/90 {
    --tw-gradient-to: rgba(250, 232, 255, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-100\/95 {
    --tw-gradient-to: rgba(250, 232, 255, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-200 {
    --tw-gradient-to: #f5d0fe var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-200\/0 {
    --tw-gradient-to: rgba(245, 208, 254, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-200\/10 {
    --tw-gradient-to: rgba(245, 208, 254, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-200\/100 {
    --tw-gradient-to: #f5d0fe var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-200\/20 {
    --tw-gradient-to: rgba(245, 208, 254, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-200\/25 {
    --tw-gradient-to: rgba(245, 208, 254, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-200\/30 {
    --tw-gradient-to: rgba(245, 208, 254, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-200\/40 {
    --tw-gradient-to: rgba(245, 208, 254, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-200\/5 {
    --tw-gradient-to: rgba(245, 208, 254, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-200\/50 {
    --tw-gradient-to: rgba(245, 208, 254, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-200\/60 {
    --tw-gradient-to: rgba(245, 208, 254, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-200\/70 {
    --tw-gradient-to: rgba(245, 208, 254, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-200\/75 {
    --tw-gradient-to: rgba(245, 208, 254, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-200\/80 {
    --tw-gradient-to: rgba(245, 208, 254, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-200\/90 {
    --tw-gradient-to: rgba(245, 208, 254, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-200\/95 {
    --tw-gradient-to: rgba(245, 208, 254, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-300 {
    --tw-gradient-to: #f0abfc var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-300\/0 {
    --tw-gradient-to: rgba(240, 171, 252, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-300\/10 {
    --tw-gradient-to: rgba(240, 171, 252, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-300\/100 {
    --tw-gradient-to: #f0abfc var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-300\/20 {
    --tw-gradient-to: rgba(240, 171, 252, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-300\/25 {
    --tw-gradient-to: rgba(240, 171, 252, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-300\/30 {
    --tw-gradient-to: rgba(240, 171, 252, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-300\/40 {
    --tw-gradient-to: rgba(240, 171, 252, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-300\/5 {
    --tw-gradient-to: rgba(240, 171, 252, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-300\/50 {
    --tw-gradient-to: rgba(240, 171, 252, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-300\/60 {
    --tw-gradient-to: rgba(240, 171, 252, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-300\/70 {
    --tw-gradient-to: rgba(240, 171, 252, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-300\/75 {
    --tw-gradient-to: rgba(240, 171, 252, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-300\/80 {
    --tw-gradient-to: rgba(240, 171, 252, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-300\/90 {
    --tw-gradient-to: rgba(240, 171, 252, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-300\/95 {
    --tw-gradient-to: rgba(240, 171, 252, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-400 {
    --tw-gradient-to: #e879f9 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-400\/0 {
    --tw-gradient-to: rgba(232, 121, 249, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-400\/10 {
    --tw-gradient-to: rgba(232, 121, 249, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-400\/100 {
    --tw-gradient-to: #e879f9 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-400\/20 {
    --tw-gradient-to: rgba(232, 121, 249, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-400\/25 {
    --tw-gradient-to: rgba(232, 121, 249, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-400\/30 {
    --tw-gradient-to: rgba(232, 121, 249, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-400\/40 {
    --tw-gradient-to: rgba(232, 121, 249, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-400\/5 {
    --tw-gradient-to: rgba(232, 121, 249, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-400\/50 {
    --tw-gradient-to: rgba(232, 121, 249, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-400\/60 {
    --tw-gradient-to: rgba(232, 121, 249, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-400\/70 {
    --tw-gradient-to: rgba(232, 121, 249, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-400\/75 {
    --tw-gradient-to: rgba(232, 121, 249, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-400\/80 {
    --tw-gradient-to: rgba(232, 121, 249, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-400\/90 {
    --tw-gradient-to: rgba(232, 121, 249, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-400\/95 {
    --tw-gradient-to: rgba(232, 121, 249, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-50 {
    --tw-gradient-to: #fdf4ff var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-50\/0 {
    --tw-gradient-to: rgba(253, 244, 255, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-50\/10 {
    --tw-gradient-to: rgba(253, 244, 255, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-50\/100 {
    --tw-gradient-to: #fdf4ff var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-50\/20 {
    --tw-gradient-to: rgba(253, 244, 255, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-50\/25 {
    --tw-gradient-to: rgba(253, 244, 255, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-50\/30 {
    --tw-gradient-to: rgba(253, 244, 255, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-50\/40 {
    --tw-gradient-to: rgba(253, 244, 255, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-50\/5 {
    --tw-gradient-to: rgba(253, 244, 255, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-50\/50 {
    --tw-gradient-to: rgba(253, 244, 255, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-50\/60 {
    --tw-gradient-to: rgba(253, 244, 255, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-50\/70 {
    --tw-gradient-to: rgba(253, 244, 255, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-50\/75 {
    --tw-gradient-to: rgba(253, 244, 255, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-50\/80 {
    --tw-gradient-to: rgba(253, 244, 255, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-50\/90 {
    --tw-gradient-to: rgba(253, 244, 255, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-50\/95 {
    --tw-gradient-to: rgba(253, 244, 255, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-500 {
    --tw-gradient-to: #d946ef var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-500\/0 {
    --tw-gradient-to: rgba(217, 70, 239, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-500\/10 {
    --tw-gradient-to: rgba(217, 70, 239, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-500\/100 {
    --tw-gradient-to: #d946ef var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-500\/20 {
    --tw-gradient-to: rgba(217, 70, 239, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-500\/25 {
    --tw-gradient-to: rgba(217, 70, 239, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-500\/30 {
    --tw-gradient-to: rgba(217, 70, 239, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-500\/40 {
    --tw-gradient-to: rgba(217, 70, 239, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-500\/5 {
    --tw-gradient-to: rgba(217, 70, 239, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-500\/50 {
    --tw-gradient-to: rgba(217, 70, 239, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-500\/60 {
    --tw-gradient-to: rgba(217, 70, 239, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-500\/70 {
    --tw-gradient-to: rgba(217, 70, 239, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-500\/75 {
    --tw-gradient-to: rgba(217, 70, 239, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-500\/80 {
    --tw-gradient-to: rgba(217, 70, 239, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-500\/90 {
    --tw-gradient-to: rgba(217, 70, 239, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-500\/95 {
    --tw-gradient-to: rgba(217, 70, 239, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-600 {
    --tw-gradient-to: #c026d3 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-600\/0 {
    --tw-gradient-to: rgba(192, 38, 211, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-600\/10 {
    --tw-gradient-to: rgba(192, 38, 211, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-600\/100 {
    --tw-gradient-to: #c026d3 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-600\/20 {
    --tw-gradient-to: rgba(192, 38, 211, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-600\/25 {
    --tw-gradient-to: rgba(192, 38, 211, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-600\/30 {
    --tw-gradient-to: rgba(192, 38, 211, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-600\/40 {
    --tw-gradient-to: rgba(192, 38, 211, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-600\/5 {
    --tw-gradient-to: rgba(192, 38, 211, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-600\/50 {
    --tw-gradient-to: rgba(192, 38, 211, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-600\/60 {
    --tw-gradient-to: rgba(192, 38, 211, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-600\/70 {
    --tw-gradient-to: rgba(192, 38, 211, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-600\/75 {
    --tw-gradient-to: rgba(192, 38, 211, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-600\/80 {
    --tw-gradient-to: rgba(192, 38, 211, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-600\/90 {
    --tw-gradient-to: rgba(192, 38, 211, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-600\/95 {
    --tw-gradient-to: rgba(192, 38, 211, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-700 {
    --tw-gradient-to: #a21caf var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-700\/0 {
    --tw-gradient-to: rgba(162, 28, 175, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-700\/10 {
    --tw-gradient-to: rgba(162, 28, 175, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-700\/100 {
    --tw-gradient-to: #a21caf var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-700\/20 {
    --tw-gradient-to: rgba(162, 28, 175, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-700\/25 {
    --tw-gradient-to: rgba(162, 28, 175, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-700\/30 {
    --tw-gradient-to: rgba(162, 28, 175, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-700\/40 {
    --tw-gradient-to: rgba(162, 28, 175, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-700\/5 {
    --tw-gradient-to: rgba(162, 28, 175, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-700\/50 {
    --tw-gradient-to: rgba(162, 28, 175, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-700\/60 {
    --tw-gradient-to: rgba(162, 28, 175, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-700\/70 {
    --tw-gradient-to: rgba(162, 28, 175, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-700\/75 {
    --tw-gradient-to: rgba(162, 28, 175, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-700\/80 {
    --tw-gradient-to: rgba(162, 28, 175, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-700\/90 {
    --tw-gradient-to: rgba(162, 28, 175, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-700\/95 {
    --tw-gradient-to: rgba(162, 28, 175, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-800 {
    --tw-gradient-to: #86198f var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-800\/0 {
    --tw-gradient-to: rgba(134, 25, 143, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-800\/10 {
    --tw-gradient-to: rgba(134, 25, 143, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-800\/100 {
    --tw-gradient-to: #86198f var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-800\/20 {
    --tw-gradient-to: rgba(134, 25, 143, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-800\/25 {
    --tw-gradient-to: rgba(134, 25, 143, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-800\/30 {
    --tw-gradient-to: rgba(134, 25, 143, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-800\/40 {
    --tw-gradient-to: rgba(134, 25, 143, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-800\/5 {
    --tw-gradient-to: rgba(134, 25, 143, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-800\/50 {
    --tw-gradient-to: rgba(134, 25, 143, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-800\/60 {
    --tw-gradient-to: rgba(134, 25, 143, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-800\/70 {
    --tw-gradient-to: rgba(134, 25, 143, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-800\/75 {
    --tw-gradient-to: rgba(134, 25, 143, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-800\/80 {
    --tw-gradient-to: rgba(134, 25, 143, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-800\/90 {
    --tw-gradient-to: rgba(134, 25, 143, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-800\/95 {
    --tw-gradient-to: rgba(134, 25, 143, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-900 {
    --tw-gradient-to: #701a75 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-900\/0 {
    --tw-gradient-to: rgba(112, 26, 117, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-900\/10 {
    --tw-gradient-to: rgba(112, 26, 117, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-900\/100 {
    --tw-gradient-to: #701a75 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-900\/20 {
    --tw-gradient-to: rgba(112, 26, 117, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-900\/25 {
    --tw-gradient-to: rgba(112, 26, 117, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-900\/30 {
    --tw-gradient-to: rgba(112, 26, 117, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-900\/40 {
    --tw-gradient-to: rgba(112, 26, 117, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-900\/5 {
    --tw-gradient-to: rgba(112, 26, 117, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-900\/50 {
    --tw-gradient-to: rgba(112, 26, 117, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-900\/60 {
    --tw-gradient-to: rgba(112, 26, 117, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-900\/70 {
    --tw-gradient-to: rgba(112, 26, 117, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-900\/75 {
    --tw-gradient-to: rgba(112, 26, 117, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-900\/80 {
    --tw-gradient-to: rgba(112, 26, 117, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-900\/90 {
    --tw-gradient-to: rgba(112, 26, 117, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-900\/95 {
    --tw-gradient-to: rgba(112, 26, 117, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-950 {
    --tw-gradient-to: #4a044e var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-950\/0 {
    --tw-gradient-to: rgba(74, 4, 78, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-950\/10 {
    --tw-gradient-to: rgba(74, 4, 78, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-950\/100 {
    --tw-gradient-to: #4a044e var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-950\/20 {
    --tw-gradient-to: rgba(74, 4, 78, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-950\/25 {
    --tw-gradient-to: rgba(74, 4, 78, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-950\/30 {
    --tw-gradient-to: rgba(74, 4, 78, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-950\/40 {
    --tw-gradient-to: rgba(74, 4, 78, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-950\/5 {
    --tw-gradient-to: rgba(74, 4, 78, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-950\/50 {
    --tw-gradient-to: rgba(74, 4, 78, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-950\/60 {
    --tw-gradient-to: rgba(74, 4, 78, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-950\/70 {
    --tw-gradient-to: rgba(74, 4, 78, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-950\/75 {
    --tw-gradient-to: rgba(74, 4, 78, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-950\/80 {
    --tw-gradient-to: rgba(74, 4, 78, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-950\/90 {
    --tw-gradient-to: rgba(74, 4, 78, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-fuchsia-950\/95 {
    --tw-gradient-to: rgba(74, 4, 78, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-05 {
    --tw-gradient-to: #d9d9d9 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-05\/0 {
    --tw-gradient-to: hsla(0, 0%, 85%, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-05\/10 {
    --tw-gradient-to: hsla(0, 0%, 85%, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-05\/100 {
    --tw-gradient-to: #d9d9d9 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-05\/20 {
    --tw-gradient-to: hsla(0, 0%, 85%, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-05\/25 {
    --tw-gradient-to: hsla(0, 0%, 85%, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-05\/30 {
    --tw-gradient-to: hsla(0, 0%, 85%, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-05\/40 {
    --tw-gradient-to: hsla(0, 0%, 85%, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-05\/5 {
    --tw-gradient-to: hsla(0, 0%, 85%, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-05\/50 {
    --tw-gradient-to: hsla(0, 0%, 85%, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-05\/60 {
    --tw-gradient-to: hsla(0, 0%, 85%, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-05\/70 {
    --tw-gradient-to: hsla(0, 0%, 85%, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-05\/75 {
    --tw-gradient-to: hsla(0, 0%, 85%, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-05\/80 {
    --tw-gradient-to: hsla(0, 0%, 85%, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-05\/90 {
    --tw-gradient-to: hsla(0, 0%, 85%, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-05\/95 {
    --tw-gradient-to: hsla(0, 0%, 85%, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-10 {
    --tw-gradient-to: #f7f7fa var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-10\/0 {
    --tw-gradient-to: rgba(247, 247, 250, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-10\/10 {
    --tw-gradient-to: rgba(247, 247, 250, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-10\/100 {
    --tw-gradient-to: #f7f7fa var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-10\/20 {
    --tw-gradient-to: rgba(247, 247, 250, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-10\/25 {
    --tw-gradient-to: rgba(247, 247, 250, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-10\/30 {
    --tw-gradient-to: rgba(247, 247, 250, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-10\/40 {
    --tw-gradient-to: rgba(247, 247, 250, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-10\/5 {
    --tw-gradient-to: rgba(247, 247, 250, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-10\/50 {
    --tw-gradient-to: rgba(247, 247, 250, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-10\/60 {
    --tw-gradient-to: rgba(247, 247, 250, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-10\/70 {
    --tw-gradient-to: rgba(247, 247, 250, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-10\/75 {
    --tw-gradient-to: rgba(247, 247, 250, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-10\/80 {
    --tw-gradient-to: rgba(247, 247, 250, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-10\/90 {
    --tw-gradient-to: rgba(247, 247, 250, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-10\/95 {
    --tw-gradient-to: rgba(247, 247, 250, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-100 {
    --tw-gradient-to: #f3f4f6 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-100\/0 {
    --tw-gradient-to: rgba(243, 244, 246, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-100\/10 {
    --tw-gradient-to: rgba(243, 244, 246, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-100\/100 {
    --tw-gradient-to: #f3f4f6 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-100\/20 {
    --tw-gradient-to: rgba(243, 244, 246, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-100\/25 {
    --tw-gradient-to: rgba(243, 244, 246, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-100\/30 {
    --tw-gradient-to: rgba(243, 244, 246, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-100\/40 {
    --tw-gradient-to: rgba(243, 244, 246, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-100\/5 {
    --tw-gradient-to: rgba(243, 244, 246, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-100\/50 {
    --tw-gradient-to: rgba(243, 244, 246, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-100\/60 {
    --tw-gradient-to: rgba(243, 244, 246, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-100\/70 {
    --tw-gradient-to: rgba(243, 244, 246, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-100\/75 {
    --tw-gradient-to: rgba(243, 244, 246, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-100\/80 {
    --tw-gradient-to: rgba(243, 244, 246, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-100\/90 {
    --tw-gradient-to: rgba(243, 244, 246, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-100\/95 {
    --tw-gradient-to: rgba(243, 244, 246, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-200 {
    --tw-gradient-to: #e5e7eb var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-200\/0 {
    --tw-gradient-to: rgba(229, 231, 235, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-200\/10 {
    --tw-gradient-to: rgba(229, 231, 235, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-200\/100 {
    --tw-gradient-to: #e5e7eb var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-200\/20 {
    --tw-gradient-to: rgba(229, 231, 235, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-200\/25 {
    --tw-gradient-to: rgba(229, 231, 235, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-200\/30 {
    --tw-gradient-to: rgba(229, 231, 235, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-200\/40 {
    --tw-gradient-to: rgba(229, 231, 235, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-200\/5 {
    --tw-gradient-to: rgba(229, 231, 235, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-200\/50 {
    --tw-gradient-to: rgba(229, 231, 235, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-200\/60 {
    --tw-gradient-to: rgba(229, 231, 235, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-200\/70 {
    --tw-gradient-to: rgba(229, 231, 235, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-200\/75 {
    --tw-gradient-to: rgba(229, 231, 235, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-200\/80 {
    --tw-gradient-to: rgba(229, 231, 235, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-200\/90 {
    --tw-gradient-to: rgba(229, 231, 235, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-200\/95 {
    --tw-gradient-to: rgba(229, 231, 235, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-30 {
    --tw-gradient-to: #e6eaec var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-30\/0 {
    --tw-gradient-to: rgba(230, 234, 236, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-30\/10 {
    --tw-gradient-to: rgba(230, 234, 236, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-30\/100 {
    --tw-gradient-to: #e6eaec var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-30\/20 {
    --tw-gradient-to: rgba(230, 234, 236, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-30\/25 {
    --tw-gradient-to: rgba(230, 234, 236, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-30\/30 {
    --tw-gradient-to: rgba(230, 234, 236, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-30\/40 {
    --tw-gradient-to: rgba(230, 234, 236, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-30\/5 {
    --tw-gradient-to: rgba(230, 234, 236, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-30\/50 {
    --tw-gradient-to: rgba(230, 234, 236, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-30\/60 {
    --tw-gradient-to: rgba(230, 234, 236, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-30\/70 {
    --tw-gradient-to: rgba(230, 234, 236, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-30\/75 {
    --tw-gradient-to: rgba(230, 234, 236, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-30\/80 {
    --tw-gradient-to: rgba(230, 234, 236, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-30\/90 {
    --tw-gradient-to: rgba(230, 234, 236, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-30\/95 {
    --tw-gradient-to: rgba(230, 234, 236, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-300 {
    --tw-gradient-to: #d1d5db var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-300\/0 {
    --tw-gradient-to: rgba(209, 213, 219, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-300\/10 {
    --tw-gradient-to: rgba(209, 213, 219, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-300\/100 {
    --tw-gradient-to: #d1d5db var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-300\/20 {
    --tw-gradient-to: rgba(209, 213, 219, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-300\/25 {
    --tw-gradient-to: rgba(209, 213, 219, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-300\/30 {
    --tw-gradient-to: rgba(209, 213, 219, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-300\/40 {
    --tw-gradient-to: rgba(209, 213, 219, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-300\/5 {
    --tw-gradient-to: rgba(209, 213, 219, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-300\/50 {
    --tw-gradient-to: rgba(209, 213, 219, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-300\/60 {
    --tw-gradient-to: rgba(209, 213, 219, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-300\/70 {
    --tw-gradient-to: rgba(209, 213, 219, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-300\/75 {
    --tw-gradient-to: rgba(209, 213, 219, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-300\/80 {
    --tw-gradient-to: rgba(209, 213, 219, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-300\/90 {
    --tw-gradient-to: rgba(209, 213, 219, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-300\/95 {
    --tw-gradient-to: rgba(209, 213, 219, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-400 {
    --tw-gradient-to: #9ca3af var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-400\/0 {
    --tw-gradient-to: rgba(156, 163, 175, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-400\/10 {
    --tw-gradient-to: rgba(156, 163, 175, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-400\/100 {
    --tw-gradient-to: #9ca3af var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-400\/20 {
    --tw-gradient-to: rgba(156, 163, 175, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-400\/25 {
    --tw-gradient-to: rgba(156, 163, 175, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-400\/30 {
    --tw-gradient-to: rgba(156, 163, 175, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-400\/40 {
    --tw-gradient-to: rgba(156, 163, 175, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-400\/5 {
    --tw-gradient-to: rgba(156, 163, 175, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-400\/50 {
    --tw-gradient-to: rgba(156, 163, 175, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-400\/60 {
    --tw-gradient-to: rgba(156, 163, 175, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-400\/70 {
    --tw-gradient-to: rgba(156, 163, 175, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-400\/75 {
    --tw-gradient-to: rgba(156, 163, 175, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-400\/80 {
    --tw-gradient-to: rgba(156, 163, 175, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-400\/90 {
    --tw-gradient-to: rgba(156, 163, 175, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-400\/95 {
    --tw-gradient-to: rgba(156, 163, 175, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-50 {
    --tw-gradient-to: #ced3d9 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-50\/0 {
    --tw-gradient-to: rgba(206, 211, 217, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-50\/10 {
    --tw-gradient-to: rgba(206, 211, 217, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-50\/100 {
    --tw-gradient-to: #ced3d9 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-50\/20 {
    --tw-gradient-to: rgba(206, 211, 217, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-50\/25 {
    --tw-gradient-to: rgba(206, 211, 217, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-50\/30 {
    --tw-gradient-to: rgba(206, 211, 217, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-50\/40 {
    --tw-gradient-to: rgba(206, 211, 217, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-50\/5 {
    --tw-gradient-to: rgba(206, 211, 217, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-50\/50 {
    --tw-gradient-to: rgba(206, 211, 217, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-50\/60 {
    --tw-gradient-to: rgba(206, 211, 217, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-50\/70 {
    --tw-gradient-to: rgba(206, 211, 217, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-50\/75 {
    --tw-gradient-to: rgba(206, 211, 217, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-50\/80 {
    --tw-gradient-to: rgba(206, 211, 217, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-50\/90 {
    --tw-gradient-to: rgba(206, 211, 217, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-50\/95 {
    --tw-gradient-to: rgba(206, 211, 217, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-500 {
    --tw-gradient-to: #6b7280 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-500\/0 {
    --tw-gradient-to: hsla(220, 9%, 46%, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-500\/10 {
    --tw-gradient-to: hsla(220, 9%, 46%, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-500\/100 {
    --tw-gradient-to: #6b7280 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-500\/20 {
    --tw-gradient-to: hsla(220, 9%, 46%, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-500\/25 {
    --tw-gradient-to: hsla(220, 9%, 46%, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-500\/30 {
    --tw-gradient-to: hsla(220, 9%, 46%, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-500\/40 {
    --tw-gradient-to: hsla(220, 9%, 46%, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-500\/5 {
    --tw-gradient-to: hsla(220, 9%, 46%, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-500\/50 {
    --tw-gradient-to: hsla(220, 9%, 46%, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-500\/60 {
    --tw-gradient-to: hsla(220, 9%, 46%, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-500\/70 {
    --tw-gradient-to: hsla(220, 9%, 46%, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-500\/75 {
    --tw-gradient-to: hsla(220, 9%, 46%, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-500\/80 {
    --tw-gradient-to: hsla(220, 9%, 46%, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-500\/90 {
    --tw-gradient-to: hsla(220, 9%, 46%, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-500\/95 {
    --tw-gradient-to: hsla(220, 9%, 46%, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-600 {
    --tw-gradient-to: #4b5563 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-600\/0 {
    --tw-gradient-to: rgba(75, 85, 99, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-600\/10 {
    --tw-gradient-to: rgba(75, 85, 99, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-600\/100 {
    --tw-gradient-to: #4b5563 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-600\/20 {
    --tw-gradient-to: rgba(75, 85, 99, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-600\/25 {
    --tw-gradient-to: rgba(75, 85, 99, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-600\/30 {
    --tw-gradient-to: rgba(75, 85, 99, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-600\/40 {
    --tw-gradient-to: rgba(75, 85, 99, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-600\/5 {
    --tw-gradient-to: rgba(75, 85, 99, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-600\/50 {
    --tw-gradient-to: rgba(75, 85, 99, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-600\/60 {
    --tw-gradient-to: rgba(75, 85, 99, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-600\/70 {
    --tw-gradient-to: rgba(75, 85, 99, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-600\/75 {
    --tw-gradient-to: rgba(75, 85, 99, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-600\/80 {
    --tw-gradient-to: rgba(75, 85, 99, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-600\/90 {
    --tw-gradient-to: rgba(75, 85, 99, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-600\/95 {
    --tw-gradient-to: rgba(75, 85, 99, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-70 {
    --tw-gradient-to: #575c61 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-70\/0 {
    --tw-gradient-to: rgba(87, 92, 97, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-70\/10 {
    --tw-gradient-to: rgba(87, 92, 97, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-70\/100 {
    --tw-gradient-to: #575c61 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-70\/20 {
    --tw-gradient-to: rgba(87, 92, 97, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-70\/25 {
    --tw-gradient-to: rgba(87, 92, 97, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-70\/30 {
    --tw-gradient-to: rgba(87, 92, 97, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-70\/40 {
    --tw-gradient-to: rgba(87, 92, 97, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-70\/5 {
    --tw-gradient-to: rgba(87, 92, 97, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-70\/50 {
    --tw-gradient-to: rgba(87, 92, 97, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-70\/60 {
    --tw-gradient-to: rgba(87, 92, 97, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-70\/70 {
    --tw-gradient-to: rgba(87, 92, 97, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-70\/75 {
    --tw-gradient-to: rgba(87, 92, 97, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-70\/80 {
    --tw-gradient-to: rgba(87, 92, 97, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-70\/90 {
    --tw-gradient-to: rgba(87, 92, 97, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-70\/95 {
    --tw-gradient-to: rgba(87, 92, 97, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-700 {
    --tw-gradient-to: #374151 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-700\/0 {
    --tw-gradient-to: rgba(55, 65, 81, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-700\/10 {
    --tw-gradient-to: rgba(55, 65, 81, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-700\/100 {
    --tw-gradient-to: #374151 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-700\/20 {
    --tw-gradient-to: rgba(55, 65, 81, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-700\/25 {
    --tw-gradient-to: rgba(55, 65, 81, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-700\/30 {
    --tw-gradient-to: rgba(55, 65, 81, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-700\/40 {
    --tw-gradient-to: rgba(55, 65, 81, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-700\/5 {
    --tw-gradient-to: rgba(55, 65, 81, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-700\/50 {
    --tw-gradient-to: rgba(55, 65, 81, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-700\/60 {
    --tw-gradient-to: rgba(55, 65, 81, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-700\/70 {
    --tw-gradient-to: rgba(55, 65, 81, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-700\/75 {
    --tw-gradient-to: rgba(55, 65, 81, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-700\/80 {
    --tw-gradient-to: rgba(55, 65, 81, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-700\/90 {
    --tw-gradient-to: rgba(55, 65, 81, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-700\/95 {
    --tw-gradient-to: rgba(55, 65, 81, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-800 {
    --tw-gradient-to: #1f2937 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-800\/0 {
    --tw-gradient-to: rgba(31, 41, 55, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-800\/10 {
    --tw-gradient-to: rgba(31, 41, 55, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-800\/100 {
    --tw-gradient-to: #1f2937 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-800\/20 {
    --tw-gradient-to: rgba(31, 41, 55, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-800\/25 {
    --tw-gradient-to: rgba(31, 41, 55, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-800\/30 {
    --tw-gradient-to: rgba(31, 41, 55, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-800\/40 {
    --tw-gradient-to: rgba(31, 41, 55, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-800\/5 {
    --tw-gradient-to: rgba(31, 41, 55, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-800\/50 {
    --tw-gradient-to: rgba(31, 41, 55, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-800\/60 {
    --tw-gradient-to: rgba(31, 41, 55, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-800\/70 {
    --tw-gradient-to: rgba(31, 41, 55, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-800\/75 {
    --tw-gradient-to: rgba(31, 41, 55, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-800\/80 {
    --tw-gradient-to: rgba(31, 41, 55, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-800\/90 {
    --tw-gradient-to: rgba(31, 41, 55, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-800\/95 {
    --tw-gradient-to: rgba(31, 41, 55, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-90 {
    --tw-gradient-to: #33333a var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-90\/0 {
    --tw-gradient-to: rgba(51, 51, 58, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-90\/10 {
    --tw-gradient-to: rgba(51, 51, 58, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-90\/100 {
    --tw-gradient-to: #33333a var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-90\/20 {
    --tw-gradient-to: rgba(51, 51, 58, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-90\/25 {
    --tw-gradient-to: rgba(51, 51, 58, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-90\/30 {
    --tw-gradient-to: rgba(51, 51, 58, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-90\/40 {
    --tw-gradient-to: rgba(51, 51, 58, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-90\/5 {
    --tw-gradient-to: rgba(51, 51, 58, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-90\/50 {
    --tw-gradient-to: rgba(51, 51, 58, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-90\/60 {
    --tw-gradient-to: rgba(51, 51, 58, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-90\/70 {
    --tw-gradient-to: rgba(51, 51, 58, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-90\/75 {
    --tw-gradient-to: rgba(51, 51, 58, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-90\/80 {
    --tw-gradient-to: rgba(51, 51, 58, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-90\/90 {
    --tw-gradient-to: rgba(51, 51, 58, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-90\/95 {
    --tw-gradient-to: rgba(51, 51, 58, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-900 {
    --tw-gradient-to: #111827 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-900\/0 {
    --tw-gradient-to: rgba(17, 24, 39, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-900\/10 {
    --tw-gradient-to: rgba(17, 24, 39, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-900\/100 {
    --tw-gradient-to: #111827 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-900\/20 {
    --tw-gradient-to: rgba(17, 24, 39, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-900\/25 {
    --tw-gradient-to: rgba(17, 24, 39, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-900\/30 {
    --tw-gradient-to: rgba(17, 24, 39, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-900\/40 {
    --tw-gradient-to: rgba(17, 24, 39, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-900\/5 {
    --tw-gradient-to: rgba(17, 24, 39, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-900\/50 {
    --tw-gradient-to: rgba(17, 24, 39, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-900\/60 {
    --tw-gradient-to: rgba(17, 24, 39, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-900\/70 {
    --tw-gradient-to: rgba(17, 24, 39, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-900\/75 {
    --tw-gradient-to: rgba(17, 24, 39, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-900\/80 {
    --tw-gradient-to: rgba(17, 24, 39, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-900\/90 {
    --tw-gradient-to: rgba(17, 24, 39, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-900\/95 {
    --tw-gradient-to: rgba(17, 24, 39, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-950 {
    --tw-gradient-to: #030712 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-950\/0 {
    --tw-gradient-to: rgba(3, 7, 18, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-950\/10 {
    --tw-gradient-to: rgba(3, 7, 18, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-950\/100 {
    --tw-gradient-to: #030712 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-950\/20 {
    --tw-gradient-to: rgba(3, 7, 18, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-950\/25 {
    --tw-gradient-to: rgba(3, 7, 18, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-950\/30 {
    --tw-gradient-to: rgba(3, 7, 18, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-950\/40 {
    --tw-gradient-to: rgba(3, 7, 18, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-950\/5 {
    --tw-gradient-to: rgba(3, 7, 18, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-950\/50 {
    --tw-gradient-to: rgba(3, 7, 18, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-950\/60 {
    --tw-gradient-to: rgba(3, 7, 18, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-950\/70 {
    --tw-gradient-to: rgba(3, 7, 18, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-950\/75 {
    --tw-gradient-to: rgba(3, 7, 18, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-950\/80 {
    --tw-gradient-to: rgba(3, 7, 18, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-950\/90 {
    --tw-gradient-to: rgba(3, 7, 18, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-gray-950\/95 {
    --tw-gradient-to: rgba(3, 7, 18, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-100 {
    --tw-gradient-to: #dcfce7 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-100\/0 {
    --tw-gradient-to: rgba(220, 252, 231, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-100\/10 {
    --tw-gradient-to: rgba(220, 252, 231, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-100\/100 {
    --tw-gradient-to: #dcfce7 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-100\/20 {
    --tw-gradient-to: rgba(220, 252, 231, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-100\/25 {
    --tw-gradient-to: rgba(220, 252, 231, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-100\/30 {
    --tw-gradient-to: rgba(220, 252, 231, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-100\/40 {
    --tw-gradient-to: rgba(220, 252, 231, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-100\/5 {
    --tw-gradient-to: rgba(220, 252, 231, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-100\/50 {
    --tw-gradient-to: rgba(220, 252, 231, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-100\/60 {
    --tw-gradient-to: rgba(220, 252, 231, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-100\/70 {
    --tw-gradient-to: rgba(220, 252, 231, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-100\/75 {
    --tw-gradient-to: rgba(220, 252, 231, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-100\/80 {
    --tw-gradient-to: rgba(220, 252, 231, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-100\/90 {
    --tw-gradient-to: rgba(220, 252, 231, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-100\/95 {
    --tw-gradient-to: rgba(220, 252, 231, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-200 {
    --tw-gradient-to: #bbf7d0 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-200\/0 {
    --tw-gradient-to: rgba(187, 247, 208, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-200\/10 {
    --tw-gradient-to: rgba(187, 247, 208, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-200\/100 {
    --tw-gradient-to: #bbf7d0 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-200\/20 {
    --tw-gradient-to: rgba(187, 247, 208, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-200\/25 {
    --tw-gradient-to: rgba(187, 247, 208, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-200\/30 {
    --tw-gradient-to: rgba(187, 247, 208, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-200\/40 {
    --tw-gradient-to: rgba(187, 247, 208, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-200\/5 {
    --tw-gradient-to: rgba(187, 247, 208, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-200\/50 {
    --tw-gradient-to: rgba(187, 247, 208, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-200\/60 {
    --tw-gradient-to: rgba(187, 247, 208, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-200\/70 {
    --tw-gradient-to: rgba(187, 247, 208, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-200\/75 {
    --tw-gradient-to: rgba(187, 247, 208, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-200\/80 {
    --tw-gradient-to: rgba(187, 247, 208, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-200\/90 {
    --tw-gradient-to: rgba(187, 247, 208, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-200\/95 {
    --tw-gradient-to: rgba(187, 247, 208, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-300 {
    --tw-gradient-to: #86efac var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-300\/0 {
    --tw-gradient-to: rgba(134, 239, 172, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-300\/10 {
    --tw-gradient-to: rgba(134, 239, 172, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-300\/100 {
    --tw-gradient-to: #86efac var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-300\/20 {
    --tw-gradient-to: rgba(134, 239, 172, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-300\/25 {
    --tw-gradient-to: rgba(134, 239, 172, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-300\/30 {
    --tw-gradient-to: rgba(134, 239, 172, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-300\/40 {
    --tw-gradient-to: rgba(134, 239, 172, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-300\/5 {
    --tw-gradient-to: rgba(134, 239, 172, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-300\/50 {
    --tw-gradient-to: rgba(134, 239, 172, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-300\/60 {
    --tw-gradient-to: rgba(134, 239, 172, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-300\/70 {
    --tw-gradient-to: rgba(134, 239, 172, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-300\/75 {
    --tw-gradient-to: rgba(134, 239, 172, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-300\/80 {
    --tw-gradient-to: rgba(134, 239, 172, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-300\/90 {
    --tw-gradient-to: rgba(134, 239, 172, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-300\/95 {
    --tw-gradient-to: rgba(134, 239, 172, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-400 {
    --tw-gradient-to: #4ade80 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-400\/0 {
    --tw-gradient-to: rgba(74, 222, 128, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-400\/10 {
    --tw-gradient-to: rgba(74, 222, 128, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-400\/100 {
    --tw-gradient-to: #4ade80 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-400\/20 {
    --tw-gradient-to: rgba(74, 222, 128, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-400\/25 {
    --tw-gradient-to: rgba(74, 222, 128, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-400\/30 {
    --tw-gradient-to: rgba(74, 222, 128, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-400\/40 {
    --tw-gradient-to: rgba(74, 222, 128, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-400\/5 {
    --tw-gradient-to: rgba(74, 222, 128, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-400\/50 {
    --tw-gradient-to: rgba(74, 222, 128, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-400\/60 {
    --tw-gradient-to: rgba(74, 222, 128, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-400\/70 {
    --tw-gradient-to: rgba(74, 222, 128, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-400\/75 {
    --tw-gradient-to: rgba(74, 222, 128, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-400\/80 {
    --tw-gradient-to: rgba(74, 222, 128, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-400\/90 {
    --tw-gradient-to: rgba(74, 222, 128, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-400\/95 {
    --tw-gradient-to: rgba(74, 222, 128, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-50 {
    --tw-gradient-to: #f0fdf4 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-50\/0 {
    --tw-gradient-to: rgba(240, 253, 244, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-50\/10 {
    --tw-gradient-to: rgba(240, 253, 244, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-50\/100 {
    --tw-gradient-to: #f0fdf4 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-50\/20 {
    --tw-gradient-to: rgba(240, 253, 244, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-50\/25 {
    --tw-gradient-to: rgba(240, 253, 244, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-50\/30 {
    --tw-gradient-to: rgba(240, 253, 244, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-50\/40 {
    --tw-gradient-to: rgba(240, 253, 244, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-50\/5 {
    --tw-gradient-to: rgba(240, 253, 244, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-50\/50 {
    --tw-gradient-to: rgba(240, 253, 244, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-50\/60 {
    --tw-gradient-to: rgba(240, 253, 244, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-50\/70 {
    --tw-gradient-to: rgba(240, 253, 244, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-50\/75 {
    --tw-gradient-to: rgba(240, 253, 244, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-50\/80 {
    --tw-gradient-to: rgba(240, 253, 244, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-50\/90 {
    --tw-gradient-to: rgba(240, 253, 244, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-50\/95 {
    --tw-gradient-to: rgba(240, 253, 244, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-500 {
    --tw-gradient-to: #22c55e var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-500\/0 {
    --tw-gradient-to: rgba(34, 197, 94, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-500\/10 {
    --tw-gradient-to: rgba(34, 197, 94, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-500\/100 {
    --tw-gradient-to: #22c55e var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-500\/20 {
    --tw-gradient-to: rgba(34, 197, 94, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-500\/25 {
    --tw-gradient-to: rgba(34, 197, 94, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-500\/30 {
    --tw-gradient-to: rgba(34, 197, 94, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-500\/40 {
    --tw-gradient-to: rgba(34, 197, 94, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-500\/5 {
    --tw-gradient-to: rgba(34, 197, 94, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-500\/50 {
    --tw-gradient-to: rgba(34, 197, 94, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-500\/60 {
    --tw-gradient-to: rgba(34, 197, 94, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-500\/70 {
    --tw-gradient-to: rgba(34, 197, 94, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-500\/75 {
    --tw-gradient-to: rgba(34, 197, 94, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-500\/80 {
    --tw-gradient-to: rgba(34, 197, 94, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-500\/90 {
    --tw-gradient-to: rgba(34, 197, 94, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-500\/95 {
    --tw-gradient-to: rgba(34, 197, 94, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-600 {
    --tw-gradient-to: #16a34a var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-600\/0 {
    --tw-gradient-to: rgba(22, 163, 74, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-600\/10 {
    --tw-gradient-to: rgba(22, 163, 74, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-600\/100 {
    --tw-gradient-to: #16a34a var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-600\/20 {
    --tw-gradient-to: rgba(22, 163, 74, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-600\/25 {
    --tw-gradient-to: rgba(22, 163, 74, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-600\/30 {
    --tw-gradient-to: rgba(22, 163, 74, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-600\/40 {
    --tw-gradient-to: rgba(22, 163, 74, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-600\/5 {
    --tw-gradient-to: rgba(22, 163, 74, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-600\/50 {
    --tw-gradient-to: rgba(22, 163, 74, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-600\/60 {
    --tw-gradient-to: rgba(22, 163, 74, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-600\/70 {
    --tw-gradient-to: rgba(22, 163, 74, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-600\/75 {
    --tw-gradient-to: rgba(22, 163, 74, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-600\/80 {
    --tw-gradient-to: rgba(22, 163, 74, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-600\/90 {
    --tw-gradient-to: rgba(22, 163, 74, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-600\/95 {
    --tw-gradient-to: rgba(22, 163, 74, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-700 {
    --tw-gradient-to: #15803d var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-700\/0 {
    --tw-gradient-to: rgba(21, 128, 61, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-700\/10 {
    --tw-gradient-to: rgba(21, 128, 61, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-700\/100 {
    --tw-gradient-to: #15803d var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-700\/20 {
    --tw-gradient-to: rgba(21, 128, 61, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-700\/25 {
    --tw-gradient-to: rgba(21, 128, 61, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-700\/30 {
    --tw-gradient-to: rgba(21, 128, 61, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-700\/40 {
    --tw-gradient-to: rgba(21, 128, 61, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-700\/5 {
    --tw-gradient-to: rgba(21, 128, 61, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-700\/50 {
    --tw-gradient-to: rgba(21, 128, 61, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-700\/60 {
    --tw-gradient-to: rgba(21, 128, 61, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-700\/70 {
    --tw-gradient-to: rgba(21, 128, 61, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-700\/75 {
    --tw-gradient-to: rgba(21, 128, 61, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-700\/80 {
    --tw-gradient-to: rgba(21, 128, 61, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-700\/90 {
    --tw-gradient-to: rgba(21, 128, 61, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-700\/95 {
    --tw-gradient-to: rgba(21, 128, 61, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-800 {
    --tw-gradient-to: #166534 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-800\/0 {
    --tw-gradient-to: rgba(22, 101, 52, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-800\/10 {
    --tw-gradient-to: rgba(22, 101, 52, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-800\/100 {
    --tw-gradient-to: #166534 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-800\/20 {
    --tw-gradient-to: rgba(22, 101, 52, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-800\/25 {
    --tw-gradient-to: rgba(22, 101, 52, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-800\/30 {
    --tw-gradient-to: rgba(22, 101, 52, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-800\/40 {
    --tw-gradient-to: rgba(22, 101, 52, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-800\/5 {
    --tw-gradient-to: rgba(22, 101, 52, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-800\/50 {
    --tw-gradient-to: rgba(22, 101, 52, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-800\/60 {
    --tw-gradient-to: rgba(22, 101, 52, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-800\/70 {
    --tw-gradient-to: rgba(22, 101, 52, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-800\/75 {
    --tw-gradient-to: rgba(22, 101, 52, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-800\/80 {
    --tw-gradient-to: rgba(22, 101, 52, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-800\/90 {
    --tw-gradient-to: rgba(22, 101, 52, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-800\/95 {
    --tw-gradient-to: rgba(22, 101, 52, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-900 {
    --tw-gradient-to: #14532d var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-900\/0 {
    --tw-gradient-to: rgba(20, 83, 45, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-900\/10 {
    --tw-gradient-to: rgba(20, 83, 45, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-900\/100 {
    --tw-gradient-to: #14532d var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-900\/20 {
    --tw-gradient-to: rgba(20, 83, 45, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-900\/25 {
    --tw-gradient-to: rgba(20, 83, 45, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-900\/30 {
    --tw-gradient-to: rgba(20, 83, 45, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-900\/40 {
    --tw-gradient-to: rgba(20, 83, 45, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-900\/5 {
    --tw-gradient-to: rgba(20, 83, 45, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-900\/50 {
    --tw-gradient-to: rgba(20, 83, 45, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-900\/60 {
    --tw-gradient-to: rgba(20, 83, 45, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-900\/70 {
    --tw-gradient-to: rgba(20, 83, 45, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-900\/75 {
    --tw-gradient-to: rgba(20, 83, 45, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-900\/80 {
    --tw-gradient-to: rgba(20, 83, 45, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-900\/90 {
    --tw-gradient-to: rgba(20, 83, 45, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-900\/95 {
    --tw-gradient-to: rgba(20, 83, 45, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-950 {
    --tw-gradient-to: #052e16 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-950\/0 {
    --tw-gradient-to: rgba(5, 46, 22, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-950\/10 {
    --tw-gradient-to: rgba(5, 46, 22, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-950\/100 {
    --tw-gradient-to: #052e16 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-950\/20 {
    --tw-gradient-to: rgba(5, 46, 22, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-950\/25 {
    --tw-gradient-to: rgba(5, 46, 22, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-950\/30 {
    --tw-gradient-to: rgba(5, 46, 22, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-950\/40 {
    --tw-gradient-to: rgba(5, 46, 22, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-950\/5 {
    --tw-gradient-to: rgba(5, 46, 22, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-950\/50 {
    --tw-gradient-to: rgba(5, 46, 22, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-950\/60 {
    --tw-gradient-to: rgba(5, 46, 22, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-950\/70 {
    --tw-gradient-to: rgba(5, 46, 22, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-950\/75 {
    --tw-gradient-to: rgba(5, 46, 22, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-950\/80 {
    --tw-gradient-to: rgba(5, 46, 22, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-950\/90 {
    --tw-gradient-to: rgba(5, 46, 22, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-green-950\/95 {
    --tw-gradient-to: rgba(5, 46, 22, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-hcisp-azalea {
    --tw-gradient-to: #c64588 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-hcisp-azalea\/0 {
    --tw-gradient-to: rgba(198, 69, 136, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-hcisp-azalea\/10 {
    --tw-gradient-to: rgba(198, 69, 136, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-hcisp-azalea\/100 {
    --tw-gradient-to: #c64588 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-hcisp-azalea\/20 {
    --tw-gradient-to: rgba(198, 69, 136, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-hcisp-azalea\/25 {
    --tw-gradient-to: rgba(198, 69, 136, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-hcisp-azalea\/30 {
    --tw-gradient-to: rgba(198, 69, 136, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-hcisp-azalea\/40 {
    --tw-gradient-to: rgba(198, 69, 136, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-hcisp-azalea\/5 {
    --tw-gradient-to: rgba(198, 69, 136, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-hcisp-azalea\/50 {
    --tw-gradient-to: rgba(198, 69, 136, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-hcisp-azalea\/60 {
    --tw-gradient-to: rgba(198, 69, 136, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-hcisp-azalea\/70 {
    --tw-gradient-to: rgba(198, 69, 136, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-hcisp-azalea\/75 {
    --tw-gradient-to: rgba(198, 69, 136, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-hcisp-azalea\/80 {
    --tw-gradient-to: rgba(198, 69, 136, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-hcisp-azalea\/90 {
    --tw-gradient-to: rgba(198, 69, 136, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-hcisp-azalea\/95 {
    --tw-gradient-to: rgba(198, 69, 136, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-100 {
    --tw-gradient-to: #e0e7ff var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-100\/0 {
    --tw-gradient-to: rgba(224, 231, 255, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-100\/10 {
    --tw-gradient-to: rgba(224, 231, 255, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-100\/100 {
    --tw-gradient-to: #e0e7ff var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-100\/20 {
    --tw-gradient-to: rgba(224, 231, 255, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-100\/25 {
    --tw-gradient-to: rgba(224, 231, 255, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-100\/30 {
    --tw-gradient-to: rgba(224, 231, 255, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-100\/40 {
    --tw-gradient-to: rgba(224, 231, 255, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-100\/5 {
    --tw-gradient-to: rgba(224, 231, 255, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-100\/50 {
    --tw-gradient-to: rgba(224, 231, 255, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-100\/60 {
    --tw-gradient-to: rgba(224, 231, 255, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-100\/70 {
    --tw-gradient-to: rgba(224, 231, 255, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-100\/75 {
    --tw-gradient-to: rgba(224, 231, 255, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-100\/80 {
    --tw-gradient-to: rgba(224, 231, 255, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-100\/90 {
    --tw-gradient-to: rgba(224, 231, 255, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-100\/95 {
    --tw-gradient-to: rgba(224, 231, 255, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-200 {
    --tw-gradient-to: #c7d2fe var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-200\/0 {
    --tw-gradient-to: rgba(199, 210, 254, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-200\/10 {
    --tw-gradient-to: rgba(199, 210, 254, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-200\/100 {
    --tw-gradient-to: #c7d2fe var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-200\/20 {
    --tw-gradient-to: rgba(199, 210, 254, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-200\/25 {
    --tw-gradient-to: rgba(199, 210, 254, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-200\/30 {
    --tw-gradient-to: rgba(199, 210, 254, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-200\/40 {
    --tw-gradient-to: rgba(199, 210, 254, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-200\/5 {
    --tw-gradient-to: rgba(199, 210, 254, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-200\/50 {
    --tw-gradient-to: rgba(199, 210, 254, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-200\/60 {
    --tw-gradient-to: rgba(199, 210, 254, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-200\/70 {
    --tw-gradient-to: rgba(199, 210, 254, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-200\/75 {
    --tw-gradient-to: rgba(199, 210, 254, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-200\/80 {
    --tw-gradient-to: rgba(199, 210, 254, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-200\/90 {
    --tw-gradient-to: rgba(199, 210, 254, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-200\/95 {
    --tw-gradient-to: rgba(199, 210, 254, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-300 {
    --tw-gradient-to: #a5b4fc var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-300\/0 {
    --tw-gradient-to: rgba(165, 180, 252, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-300\/10 {
    --tw-gradient-to: rgba(165, 180, 252, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-300\/100 {
    --tw-gradient-to: #a5b4fc var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-300\/20 {
    --tw-gradient-to: rgba(165, 180, 252, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-300\/25 {
    --tw-gradient-to: rgba(165, 180, 252, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-300\/30 {
    --tw-gradient-to: rgba(165, 180, 252, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-300\/40 {
    --tw-gradient-to: rgba(165, 180, 252, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-300\/5 {
    --tw-gradient-to: rgba(165, 180, 252, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-300\/50 {
    --tw-gradient-to: rgba(165, 180, 252, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-300\/60 {
    --tw-gradient-to: rgba(165, 180, 252, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-300\/70 {
    --tw-gradient-to: rgba(165, 180, 252, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-300\/75 {
    --tw-gradient-to: rgba(165, 180, 252, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-300\/80 {
    --tw-gradient-to: rgba(165, 180, 252, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-300\/90 {
    --tw-gradient-to: rgba(165, 180, 252, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-300\/95 {
    --tw-gradient-to: rgba(165, 180, 252, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-400 {
    --tw-gradient-to: #818cf8 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-400\/0 {
    --tw-gradient-to: rgba(129, 140, 248, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-400\/10 {
    --tw-gradient-to: rgba(129, 140, 248, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-400\/100 {
    --tw-gradient-to: #818cf8 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-400\/20 {
    --tw-gradient-to: rgba(129, 140, 248, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-400\/25 {
    --tw-gradient-to: rgba(129, 140, 248, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-400\/30 {
    --tw-gradient-to: rgba(129, 140, 248, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-400\/40 {
    --tw-gradient-to: rgba(129, 140, 248, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-400\/5 {
    --tw-gradient-to: rgba(129, 140, 248, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-400\/50 {
    --tw-gradient-to: rgba(129, 140, 248, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-400\/60 {
    --tw-gradient-to: rgba(129, 140, 248, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-400\/70 {
    --tw-gradient-to: rgba(129, 140, 248, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-400\/75 {
    --tw-gradient-to: rgba(129, 140, 248, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-400\/80 {
    --tw-gradient-to: rgba(129, 140, 248, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-400\/90 {
    --tw-gradient-to: rgba(129, 140, 248, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-400\/95 {
    --tw-gradient-to: rgba(129, 140, 248, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-50 {
    --tw-gradient-to: #eef2ff var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-50\/0 {
    --tw-gradient-to: rgba(238, 242, 255, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-50\/10 {
    --tw-gradient-to: rgba(238, 242, 255, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-50\/100 {
    --tw-gradient-to: #eef2ff var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-50\/20 {
    --tw-gradient-to: rgba(238, 242, 255, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-50\/25 {
    --tw-gradient-to: rgba(238, 242, 255, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-50\/30 {
    --tw-gradient-to: rgba(238, 242, 255, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-50\/40 {
    --tw-gradient-to: rgba(238, 242, 255, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-50\/5 {
    --tw-gradient-to: rgba(238, 242, 255, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-50\/50 {
    --tw-gradient-to: rgba(238, 242, 255, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-50\/60 {
    --tw-gradient-to: rgba(238, 242, 255, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-50\/70 {
    --tw-gradient-to: rgba(238, 242, 255, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-50\/75 {
    --tw-gradient-to: rgba(238, 242, 255, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-50\/80 {
    --tw-gradient-to: rgba(238, 242, 255, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-50\/90 {
    --tw-gradient-to: rgba(238, 242, 255, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-50\/95 {
    --tw-gradient-to: rgba(238, 242, 255, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-500 {
    --tw-gradient-to: #6366f1 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-500\/0 {
    --tw-gradient-to: rgba(99, 102, 241, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-500\/10 {
    --tw-gradient-to: rgba(99, 102, 241, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-500\/100 {
    --tw-gradient-to: #6366f1 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-500\/20 {
    --tw-gradient-to: rgba(99, 102, 241, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-500\/25 {
    --tw-gradient-to: rgba(99, 102, 241, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-500\/30 {
    --tw-gradient-to: rgba(99, 102, 241, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-500\/40 {
    --tw-gradient-to: rgba(99, 102, 241, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-500\/5 {
    --tw-gradient-to: rgba(99, 102, 241, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-500\/50 {
    --tw-gradient-to: rgba(99, 102, 241, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-500\/60 {
    --tw-gradient-to: rgba(99, 102, 241, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-500\/70 {
    --tw-gradient-to: rgba(99, 102, 241, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-500\/75 {
    --tw-gradient-to: rgba(99, 102, 241, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-500\/80 {
    --tw-gradient-to: rgba(99, 102, 241, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-500\/90 {
    --tw-gradient-to: rgba(99, 102, 241, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-500\/95 {
    --tw-gradient-to: rgba(99, 102, 241, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-600 {
    --tw-gradient-to: #4f46e5 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-600\/0 {
    --tw-gradient-to: rgba(79, 70, 229, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-600\/10 {
    --tw-gradient-to: rgba(79, 70, 229, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-600\/100 {
    --tw-gradient-to: #4f46e5 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-600\/20 {
    --tw-gradient-to: rgba(79, 70, 229, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-600\/25 {
    --tw-gradient-to: rgba(79, 70, 229, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-600\/30 {
    --tw-gradient-to: rgba(79, 70, 229, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-600\/40 {
    --tw-gradient-to: rgba(79, 70, 229, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-600\/5 {
    --tw-gradient-to: rgba(79, 70, 229, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-600\/50 {
    --tw-gradient-to: rgba(79, 70, 229, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-600\/60 {
    --tw-gradient-to: rgba(79, 70, 229, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-600\/70 {
    --tw-gradient-to: rgba(79, 70, 229, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-600\/75 {
    --tw-gradient-to: rgba(79, 70, 229, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-600\/80 {
    --tw-gradient-to: rgba(79, 70, 229, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-600\/90 {
    --tw-gradient-to: rgba(79, 70, 229, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-600\/95 {
    --tw-gradient-to: rgba(79, 70, 229, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-700 {
    --tw-gradient-to: #4338ca var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-700\/0 {
    --tw-gradient-to: rgba(67, 56, 202, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-700\/10 {
    --tw-gradient-to: rgba(67, 56, 202, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-700\/100 {
    --tw-gradient-to: #4338ca var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-700\/20 {
    --tw-gradient-to: rgba(67, 56, 202, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-700\/25 {
    --tw-gradient-to: rgba(67, 56, 202, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-700\/30 {
    --tw-gradient-to: rgba(67, 56, 202, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-700\/40 {
    --tw-gradient-to: rgba(67, 56, 202, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-700\/5 {
    --tw-gradient-to: rgba(67, 56, 202, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-700\/50 {
    --tw-gradient-to: rgba(67, 56, 202, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-700\/60 {
    --tw-gradient-to: rgba(67, 56, 202, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-700\/70 {
    --tw-gradient-to: rgba(67, 56, 202, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-700\/75 {
    --tw-gradient-to: rgba(67, 56, 202, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-700\/80 {
    --tw-gradient-to: rgba(67, 56, 202, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-700\/90 {
    --tw-gradient-to: rgba(67, 56, 202, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-700\/95 {
    --tw-gradient-to: rgba(67, 56, 202, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-800 {
    --tw-gradient-to: #3730a3 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-800\/0 {
    --tw-gradient-to: rgba(55, 48, 163, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-800\/10 {
    --tw-gradient-to: rgba(55, 48, 163, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-800\/100 {
    --tw-gradient-to: #3730a3 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-800\/20 {
    --tw-gradient-to: rgba(55, 48, 163, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-800\/25 {
    --tw-gradient-to: rgba(55, 48, 163, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-800\/30 {
    --tw-gradient-to: rgba(55, 48, 163, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-800\/40 {
    --tw-gradient-to: rgba(55, 48, 163, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-800\/5 {
    --tw-gradient-to: rgba(55, 48, 163, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-800\/50 {
    --tw-gradient-to: rgba(55, 48, 163, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-800\/60 {
    --tw-gradient-to: rgba(55, 48, 163, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-800\/70 {
    --tw-gradient-to: rgba(55, 48, 163, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-800\/75 {
    --tw-gradient-to: rgba(55, 48, 163, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-800\/80 {
    --tw-gradient-to: rgba(55, 48, 163, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-800\/90 {
    --tw-gradient-to: rgba(55, 48, 163, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-800\/95 {
    --tw-gradient-to: rgba(55, 48, 163, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-900 {
    --tw-gradient-to: #312e81 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-900\/0 {
    --tw-gradient-to: rgba(49, 46, 129, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-900\/10 {
    --tw-gradient-to: rgba(49, 46, 129, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-900\/100 {
    --tw-gradient-to: #312e81 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-900\/20 {
    --tw-gradient-to: rgba(49, 46, 129, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-900\/25 {
    --tw-gradient-to: rgba(49, 46, 129, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-900\/30 {
    --tw-gradient-to: rgba(49, 46, 129, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-900\/40 {
    --tw-gradient-to: rgba(49, 46, 129, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-900\/5 {
    --tw-gradient-to: rgba(49, 46, 129, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-900\/50 {
    --tw-gradient-to: rgba(49, 46, 129, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-900\/60 {
    --tw-gradient-to: rgba(49, 46, 129, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-900\/70 {
    --tw-gradient-to: rgba(49, 46, 129, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-900\/75 {
    --tw-gradient-to: rgba(49, 46, 129, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-900\/80 {
    --tw-gradient-to: rgba(49, 46, 129, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-900\/90 {
    --tw-gradient-to: rgba(49, 46, 129, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-900\/95 {
    --tw-gradient-to: rgba(49, 46, 129, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-950 {
    --tw-gradient-to: #1e1b4b var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-950\/0 {
    --tw-gradient-to: rgba(30, 27, 75, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-950\/10 {
    --tw-gradient-to: rgba(30, 27, 75, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-950\/100 {
    --tw-gradient-to: #1e1b4b var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-950\/20 {
    --tw-gradient-to: rgba(30, 27, 75, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-950\/25 {
    --tw-gradient-to: rgba(30, 27, 75, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-950\/30 {
    --tw-gradient-to: rgba(30, 27, 75, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-950\/40 {
    --tw-gradient-to: rgba(30, 27, 75, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-950\/5 {
    --tw-gradient-to: rgba(30, 27, 75, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-950\/50 {
    --tw-gradient-to: rgba(30, 27, 75, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-950\/60 {
    --tw-gradient-to: rgba(30, 27, 75, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-950\/70 {
    --tw-gradient-to: rgba(30, 27, 75, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-950\/75 {
    --tw-gradient-to: rgba(30, 27, 75, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-950\/80 {
    --tw-gradient-to: rgba(30, 27, 75, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-950\/90 {
    --tw-gradient-to: rgba(30, 27, 75, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-indigo-950\/95 {
    --tw-gradient-to: rgba(30, 27, 75, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-inherit {
    --tw-gradient-to: inherit var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-isc2-green {
    --tw-gradient-to: #468145 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-isc2-green\/0 {
    --tw-gradient-to: rgba(70, 129, 69, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-isc2-green\/10 {
    --tw-gradient-to: rgba(70, 129, 69, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-isc2-green\/100 {
    --tw-gradient-to: #468145 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-isc2-green\/20 {
    --tw-gradient-to: rgba(70, 129, 69, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-isc2-green\/25 {
    --tw-gradient-to: rgba(70, 129, 69, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-isc2-green\/30 {
    --tw-gradient-to: rgba(70, 129, 69, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-isc2-green\/40 {
    --tw-gradient-to: rgba(70, 129, 69, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-isc2-green\/5 {
    --tw-gradient-to: rgba(70, 129, 69, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-isc2-green\/50 {
    --tw-gradient-to: rgba(70, 129, 69, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-isc2-green\/60 {
    --tw-gradient-to: rgba(70, 129, 69, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-isc2-green\/70 {
    --tw-gradient-to: rgba(70, 129, 69, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-isc2-green\/75 {
    --tw-gradient-to: rgba(70, 129, 69, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-isc2-green\/80 {
    --tw-gradient-to: rgba(70, 129, 69, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-isc2-green\/90 {
    --tw-gradient-to: rgba(70, 129, 69, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-isc2-green\/95 {
    --tw-gradient-to: rgba(70, 129, 69, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-lime {
    --tw-gradient-to: #9ac23c var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-lime\/0 {
    --tw-gradient-to: rgba(154, 194, 60, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-lime\/10 {
    --tw-gradient-to: rgba(154, 194, 60, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-lime\/100 {
    --tw-gradient-to: #9ac23c var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-lime\/20 {
    --tw-gradient-to: rgba(154, 194, 60, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-lime\/25 {
    --tw-gradient-to: rgba(154, 194, 60, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-lime\/30 {
    --tw-gradient-to: rgba(154, 194, 60, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-lime\/40 {
    --tw-gradient-to: rgba(154, 194, 60, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-lime\/5 {
    --tw-gradient-to: rgba(154, 194, 60, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-lime\/50 {
    --tw-gradient-to: rgba(154, 194, 60, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-lime\/60 {
    --tw-gradient-to: rgba(154, 194, 60, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-lime\/70 {
    --tw-gradient-to: rgba(154, 194, 60, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-lime\/75 {
    --tw-gradient-to: rgba(154, 194, 60, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-lime\/80 {
    --tw-gradient-to: rgba(154, 194, 60, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-lime\/90 {
    --tw-gradient-to: rgba(154, 194, 60, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-lime\/95 {
    --tw-gradient-to: rgba(154, 194, 60, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-link-blue {
    --tw-gradient-to: #237db6 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-link-blue\/0 {
    --tw-gradient-to: rgba(35, 125, 182, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-link-blue\/10 {
    --tw-gradient-to: rgba(35, 125, 182, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-link-blue\/100 {
    --tw-gradient-to: #237db6 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-link-blue\/20 {
    --tw-gradient-to: rgba(35, 125, 182, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-link-blue\/25 {
    --tw-gradient-to: rgba(35, 125, 182, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-link-blue\/30 {
    --tw-gradient-to: rgba(35, 125, 182, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-link-blue\/40 {
    --tw-gradient-to: rgba(35, 125, 182, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-link-blue\/5 {
    --tw-gradient-to: rgba(35, 125, 182, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-link-blue\/50 {
    --tw-gradient-to: rgba(35, 125, 182, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-link-blue\/60 {
    --tw-gradient-to: rgba(35, 125, 182, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-link-blue\/70 {
    --tw-gradient-to: rgba(35, 125, 182, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-link-blue\/75 {
    --tw-gradient-to: rgba(35, 125, 182, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-link-blue\/80 {
    --tw-gradient-to: rgba(35, 125, 182, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-link-blue\/90 {
    --tw-gradient-to: rgba(35, 125, 182, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-link-blue\/95 {
    --tw-gradient-to: rgba(35, 125, 182, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-100 {
    --tw-gradient-to: #f5f5f5 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-100\/0 {
    --tw-gradient-to: hsla(0, 0%, 96%, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-100\/10 {
    --tw-gradient-to: hsla(0, 0%, 96%, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-100\/100 {
    --tw-gradient-to: #f5f5f5 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-100\/20 {
    --tw-gradient-to: hsla(0, 0%, 96%, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-100\/25 {
    --tw-gradient-to: hsla(0, 0%, 96%, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-100\/30 {
    --tw-gradient-to: hsla(0, 0%, 96%, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-100\/40 {
    --tw-gradient-to: hsla(0, 0%, 96%, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-100\/5 {
    --tw-gradient-to: hsla(0, 0%, 96%, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-100\/50 {
    --tw-gradient-to: hsla(0, 0%, 96%, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-100\/60 {
    --tw-gradient-to: hsla(0, 0%, 96%, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-100\/70 {
    --tw-gradient-to: hsla(0, 0%, 96%, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-100\/75 {
    --tw-gradient-to: hsla(0, 0%, 96%, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-100\/80 {
    --tw-gradient-to: hsla(0, 0%, 96%, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-100\/90 {
    --tw-gradient-to: hsla(0, 0%, 96%, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-100\/95 {
    --tw-gradient-to: hsla(0, 0%, 96%, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-200 {
    --tw-gradient-to: #e5e5e5 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-200\/0 {
    --tw-gradient-to: hsla(0, 0%, 90%, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-200\/10 {
    --tw-gradient-to: hsla(0, 0%, 90%, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-200\/100 {
    --tw-gradient-to: #e5e5e5 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-200\/20 {
    --tw-gradient-to: hsla(0, 0%, 90%, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-200\/25 {
    --tw-gradient-to: hsla(0, 0%, 90%, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-200\/30 {
    --tw-gradient-to: hsla(0, 0%, 90%, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-200\/40 {
    --tw-gradient-to: hsla(0, 0%, 90%, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-200\/5 {
    --tw-gradient-to: hsla(0, 0%, 90%, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-200\/50 {
    --tw-gradient-to: hsla(0, 0%, 90%, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-200\/60 {
    --tw-gradient-to: hsla(0, 0%, 90%, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-200\/70 {
    --tw-gradient-to: hsla(0, 0%, 90%, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-200\/75 {
    --tw-gradient-to: hsla(0, 0%, 90%, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-200\/80 {
    --tw-gradient-to: hsla(0, 0%, 90%, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-200\/90 {
    --tw-gradient-to: hsla(0, 0%, 90%, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-200\/95 {
    --tw-gradient-to: hsla(0, 0%, 90%, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-300 {
    --tw-gradient-to: #d4d4d4 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-300\/0 {
    --tw-gradient-to: hsla(0, 0%, 83%, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-300\/10 {
    --tw-gradient-to: hsla(0, 0%, 83%, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-300\/100 {
    --tw-gradient-to: #d4d4d4 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-300\/20 {
    --tw-gradient-to: hsla(0, 0%, 83%, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-300\/25 {
    --tw-gradient-to: hsla(0, 0%, 83%, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-300\/30 {
    --tw-gradient-to: hsla(0, 0%, 83%, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-300\/40 {
    --tw-gradient-to: hsla(0, 0%, 83%, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-300\/5 {
    --tw-gradient-to: hsla(0, 0%, 83%, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-300\/50 {
    --tw-gradient-to: hsla(0, 0%, 83%, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-300\/60 {
    --tw-gradient-to: hsla(0, 0%, 83%, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-300\/70 {
    --tw-gradient-to: hsla(0, 0%, 83%, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-300\/75 {
    --tw-gradient-to: hsla(0, 0%, 83%, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-300\/80 {
    --tw-gradient-to: hsla(0, 0%, 83%, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-300\/90 {
    --tw-gradient-to: hsla(0, 0%, 83%, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-300\/95 {
    --tw-gradient-to: hsla(0, 0%, 83%, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-400 {
    --tw-gradient-to: #a3a3a3 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-400\/0 {
    --tw-gradient-to: hsla(0, 0%, 64%, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-400\/10 {
    --tw-gradient-to: hsla(0, 0%, 64%, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-400\/100 {
    --tw-gradient-to: #a3a3a3 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-400\/20 {
    --tw-gradient-to: hsla(0, 0%, 64%, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-400\/25 {
    --tw-gradient-to: hsla(0, 0%, 64%, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-400\/30 {
    --tw-gradient-to: hsla(0, 0%, 64%, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-400\/40 {
    --tw-gradient-to: hsla(0, 0%, 64%, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-400\/5 {
    --tw-gradient-to: hsla(0, 0%, 64%, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-400\/50 {
    --tw-gradient-to: hsla(0, 0%, 64%, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-400\/60 {
    --tw-gradient-to: hsla(0, 0%, 64%, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-400\/70 {
    --tw-gradient-to: hsla(0, 0%, 64%, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-400\/75 {
    --tw-gradient-to: hsla(0, 0%, 64%, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-400\/80 {
    --tw-gradient-to: hsla(0, 0%, 64%, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-400\/90 {
    --tw-gradient-to: hsla(0, 0%, 64%, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-400\/95 {
    --tw-gradient-to: hsla(0, 0%, 64%, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-50 {
    --tw-gradient-to: #fafafa var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-50\/0 {
    --tw-gradient-to: hsla(0, 0%, 98%, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-50\/10 {
    --tw-gradient-to: hsla(0, 0%, 98%, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-50\/100 {
    --tw-gradient-to: #fafafa var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-50\/20 {
    --tw-gradient-to: hsla(0, 0%, 98%, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-50\/25 {
    --tw-gradient-to: hsla(0, 0%, 98%, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-50\/30 {
    --tw-gradient-to: hsla(0, 0%, 98%, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-50\/40 {
    --tw-gradient-to: hsla(0, 0%, 98%, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-50\/5 {
    --tw-gradient-to: hsla(0, 0%, 98%, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-50\/50 {
    --tw-gradient-to: hsla(0, 0%, 98%, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-50\/60 {
    --tw-gradient-to: hsla(0, 0%, 98%, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-50\/70 {
    --tw-gradient-to: hsla(0, 0%, 98%, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-50\/75 {
    --tw-gradient-to: hsla(0, 0%, 98%, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-50\/80 {
    --tw-gradient-to: hsla(0, 0%, 98%, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-50\/90 {
    --tw-gradient-to: hsla(0, 0%, 98%, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-50\/95 {
    --tw-gradient-to: hsla(0, 0%, 98%, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-500 {
    --tw-gradient-to: #737373 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-500\/0 {
    --tw-gradient-to: hsla(0, 0%, 45%, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-500\/10 {
    --tw-gradient-to: hsla(0, 0%, 45%, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-500\/100 {
    --tw-gradient-to: #737373 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-500\/20 {
    --tw-gradient-to: hsla(0, 0%, 45%, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-500\/25 {
    --tw-gradient-to: hsla(0, 0%, 45%, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-500\/30 {
    --tw-gradient-to: hsla(0, 0%, 45%, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-500\/40 {
    --tw-gradient-to: hsla(0, 0%, 45%, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-500\/5 {
    --tw-gradient-to: hsla(0, 0%, 45%, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-500\/50 {
    --tw-gradient-to: hsla(0, 0%, 45%, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-500\/60 {
    --tw-gradient-to: hsla(0, 0%, 45%, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-500\/70 {
    --tw-gradient-to: hsla(0, 0%, 45%, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-500\/75 {
    --tw-gradient-to: hsla(0, 0%, 45%, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-500\/80 {
    --tw-gradient-to: hsla(0, 0%, 45%, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-500\/90 {
    --tw-gradient-to: hsla(0, 0%, 45%, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-500\/95 {
    --tw-gradient-to: hsla(0, 0%, 45%, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-600 {
    --tw-gradient-to: #525252 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-600\/0 {
    --tw-gradient-to: rgba(82, 82, 82, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-600\/10 {
    --tw-gradient-to: rgba(82, 82, 82, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-600\/100 {
    --tw-gradient-to: #525252 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-600\/20 {
    --tw-gradient-to: rgba(82, 82, 82, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-600\/25 {
    --tw-gradient-to: rgba(82, 82, 82, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-600\/30 {
    --tw-gradient-to: rgba(82, 82, 82, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-600\/40 {
    --tw-gradient-to: rgba(82, 82, 82, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-600\/5 {
    --tw-gradient-to: rgba(82, 82, 82, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-600\/50 {
    --tw-gradient-to: rgba(82, 82, 82, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-600\/60 {
    --tw-gradient-to: rgba(82, 82, 82, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-600\/70 {
    --tw-gradient-to: rgba(82, 82, 82, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-600\/75 {
    --tw-gradient-to: rgba(82, 82, 82, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-600\/80 {
    --tw-gradient-to: rgba(82, 82, 82, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-600\/90 {
    --tw-gradient-to: rgba(82, 82, 82, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-600\/95 {
    --tw-gradient-to: rgba(82, 82, 82, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-700 {
    --tw-gradient-to: #404040 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-700\/0 {
    --tw-gradient-to: rgba(64, 64, 64, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-700\/10 {
    --tw-gradient-to: rgba(64, 64, 64, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-700\/100 {
    --tw-gradient-to: #404040 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-700\/20 {
    --tw-gradient-to: rgba(64, 64, 64, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-700\/25 {
    --tw-gradient-to: rgba(64, 64, 64, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-700\/30 {
    --tw-gradient-to: rgba(64, 64, 64, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-700\/40 {
    --tw-gradient-to: rgba(64, 64, 64, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-700\/5 {
    --tw-gradient-to: rgba(64, 64, 64, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-700\/50 {
    --tw-gradient-to: rgba(64, 64, 64, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-700\/60 {
    --tw-gradient-to: rgba(64, 64, 64, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-700\/70 {
    --tw-gradient-to: rgba(64, 64, 64, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-700\/75 {
    --tw-gradient-to: rgba(64, 64, 64, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-700\/80 {
    --tw-gradient-to: rgba(64, 64, 64, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-700\/90 {
    --tw-gradient-to: rgba(64, 64, 64, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-700\/95 {
    --tw-gradient-to: rgba(64, 64, 64, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-800 {
    --tw-gradient-to: #262626 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-800\/0 {
    --tw-gradient-to: rgba(38, 38, 38, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-800\/10 {
    --tw-gradient-to: rgba(38, 38, 38, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-800\/100 {
    --tw-gradient-to: #262626 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-800\/20 {
    --tw-gradient-to: rgba(38, 38, 38, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-800\/25 {
    --tw-gradient-to: rgba(38, 38, 38, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-800\/30 {
    --tw-gradient-to: rgba(38, 38, 38, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-800\/40 {
    --tw-gradient-to: rgba(38, 38, 38, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-800\/5 {
    --tw-gradient-to: rgba(38, 38, 38, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-800\/50 {
    --tw-gradient-to: rgba(38, 38, 38, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-800\/60 {
    --tw-gradient-to: rgba(38, 38, 38, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-800\/70 {
    --tw-gradient-to: rgba(38, 38, 38, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-800\/75 {
    --tw-gradient-to: rgba(38, 38, 38, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-800\/80 {
    --tw-gradient-to: rgba(38, 38, 38, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-800\/90 {
    --tw-gradient-to: rgba(38, 38, 38, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-800\/95 {
    --tw-gradient-to: rgba(38, 38, 38, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-900 {
    --tw-gradient-to: #171717 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-900\/0 {
    --tw-gradient-to: hsla(0, 0%, 9%, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-900\/10 {
    --tw-gradient-to: hsla(0, 0%, 9%, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-900\/100 {
    --tw-gradient-to: #171717 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-900\/20 {
    --tw-gradient-to: hsla(0, 0%, 9%, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-900\/25 {
    --tw-gradient-to: hsla(0, 0%, 9%, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-900\/30 {
    --tw-gradient-to: hsla(0, 0%, 9%, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-900\/40 {
    --tw-gradient-to: hsla(0, 0%, 9%, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-900\/5 {
    --tw-gradient-to: hsla(0, 0%, 9%, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-900\/50 {
    --tw-gradient-to: hsla(0, 0%, 9%, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-900\/60 {
    --tw-gradient-to: hsla(0, 0%, 9%, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-900\/70 {
    --tw-gradient-to: hsla(0, 0%, 9%, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-900\/75 {
    --tw-gradient-to: hsla(0, 0%, 9%, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-900\/80 {
    --tw-gradient-to: hsla(0, 0%, 9%, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-900\/90 {
    --tw-gradient-to: hsla(0, 0%, 9%, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-900\/95 {
    --tw-gradient-to: hsla(0, 0%, 9%, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-950 {
    --tw-gradient-to: #0a0a0a var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-950\/0 {
    --tw-gradient-to: hsla(0, 0%, 4%, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-950\/10 {
    --tw-gradient-to: hsla(0, 0%, 4%, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-950\/100 {
    --tw-gradient-to: #0a0a0a var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-950\/20 {
    --tw-gradient-to: hsla(0, 0%, 4%, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-950\/25 {
    --tw-gradient-to: hsla(0, 0%, 4%, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-950\/30 {
    --tw-gradient-to: hsla(0, 0%, 4%, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-950\/40 {
    --tw-gradient-to: hsla(0, 0%, 4%, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-950\/5 {
    --tw-gradient-to: hsla(0, 0%, 4%, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-950\/50 {
    --tw-gradient-to: hsla(0, 0%, 4%, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-950\/60 {
    --tw-gradient-to: hsla(0, 0%, 4%, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-950\/70 {
    --tw-gradient-to: hsla(0, 0%, 4%, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-950\/75 {
    --tw-gradient-to: hsla(0, 0%, 4%, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-950\/80 {
    --tw-gradient-to: hsla(0, 0%, 4%, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-950\/90 {
    --tw-gradient-to: hsla(0, 0%, 4%, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-neutral-950\/95 {
    --tw-gradient-to: hsla(0, 0%, 4%, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-100 {
    --tw-gradient-to: #ffedd5 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-100\/0 {
    --tw-gradient-to: rgba(255, 237, 213, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-100\/10 {
    --tw-gradient-to: rgba(255, 237, 213, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-100\/100 {
    --tw-gradient-to: #ffedd5 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-100\/20 {
    --tw-gradient-to: rgba(255, 237, 213, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-100\/25 {
    --tw-gradient-to: rgba(255, 237, 213, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-100\/30 {
    --tw-gradient-to: rgba(255, 237, 213, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-100\/40 {
    --tw-gradient-to: rgba(255, 237, 213, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-100\/5 {
    --tw-gradient-to: rgba(255, 237, 213, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-100\/50 {
    --tw-gradient-to: rgba(255, 237, 213, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-100\/60 {
    --tw-gradient-to: rgba(255, 237, 213, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-100\/70 {
    --tw-gradient-to: rgba(255, 237, 213, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-100\/75 {
    --tw-gradient-to: rgba(255, 237, 213, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-100\/80 {
    --tw-gradient-to: rgba(255, 237, 213, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-100\/90 {
    --tw-gradient-to: rgba(255, 237, 213, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-100\/95 {
    --tw-gradient-to: rgba(255, 237, 213, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-200 {
    --tw-gradient-to: #fed7aa var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-200\/0 {
    --tw-gradient-to: hsla(32, 98%, 83%, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-200\/10 {
    --tw-gradient-to: hsla(32, 98%, 83%, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-200\/100 {
    --tw-gradient-to: #fed7aa var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-200\/20 {
    --tw-gradient-to: hsla(32, 98%, 83%, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-200\/25 {
    --tw-gradient-to: hsla(32, 98%, 83%, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-200\/30 {
    --tw-gradient-to: hsla(32, 98%, 83%, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-200\/40 {
    --tw-gradient-to: hsla(32, 98%, 83%, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-200\/5 {
    --tw-gradient-to: hsla(32, 98%, 83%, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-200\/50 {
    --tw-gradient-to: hsla(32, 98%, 83%, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-200\/60 {
    --tw-gradient-to: hsla(32, 98%, 83%, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-200\/70 {
    --tw-gradient-to: hsla(32, 98%, 83%, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-200\/75 {
    --tw-gradient-to: hsla(32, 98%, 83%, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-200\/80 {
    --tw-gradient-to: hsla(32, 98%, 83%, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-200\/90 {
    --tw-gradient-to: hsla(32, 98%, 83%, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-200\/95 {
    --tw-gradient-to: hsla(32, 98%, 83%, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-300 {
    --tw-gradient-to: #fdba74 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-300\/0 {
    --tw-gradient-to: hsla(31, 97%, 72%, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-300\/10 {
    --tw-gradient-to: hsla(31, 97%, 72%, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-300\/100 {
    --tw-gradient-to: #fdba74 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-300\/20 {
    --tw-gradient-to: hsla(31, 97%, 72%, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-300\/25 {
    --tw-gradient-to: hsla(31, 97%, 72%, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-300\/30 {
    --tw-gradient-to: hsla(31, 97%, 72%, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-300\/40 {
    --tw-gradient-to: hsla(31, 97%, 72%, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-300\/5 {
    --tw-gradient-to: hsla(31, 97%, 72%, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-300\/50 {
    --tw-gradient-to: hsla(31, 97%, 72%, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-300\/60 {
    --tw-gradient-to: hsla(31, 97%, 72%, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-300\/70 {
    --tw-gradient-to: hsla(31, 97%, 72%, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-300\/75 {
    --tw-gradient-to: hsla(31, 97%, 72%, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-300\/80 {
    --tw-gradient-to: hsla(31, 97%, 72%, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-300\/90 {
    --tw-gradient-to: hsla(31, 97%, 72%, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-300\/95 {
    --tw-gradient-to: hsla(31, 97%, 72%, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-400 {
    --tw-gradient-to: #fb923c var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-400\/0 {
    --tw-gradient-to: rgba(251, 146, 60, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-400\/10 {
    --tw-gradient-to: rgba(251, 146, 60, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-400\/100 {
    --tw-gradient-to: #fb923c var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-400\/20 {
    --tw-gradient-to: rgba(251, 146, 60, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-400\/25 {
    --tw-gradient-to: rgba(251, 146, 60, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-400\/30 {
    --tw-gradient-to: rgba(251, 146, 60, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-400\/40 {
    --tw-gradient-to: rgba(251, 146, 60, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-400\/5 {
    --tw-gradient-to: rgba(251, 146, 60, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-400\/50 {
    --tw-gradient-to: rgba(251, 146, 60, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-400\/60 {
    --tw-gradient-to: rgba(251, 146, 60, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-400\/70 {
    --tw-gradient-to: rgba(251, 146, 60, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-400\/75 {
    --tw-gradient-to: rgba(251, 146, 60, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-400\/80 {
    --tw-gradient-to: rgba(251, 146, 60, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-400\/90 {
    --tw-gradient-to: rgba(251, 146, 60, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-400\/95 {
    --tw-gradient-to: rgba(251, 146, 60, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-50 {
    --tw-gradient-to: #fff7ed var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-50\/0 {
    --tw-gradient-to: rgba(255, 247, 237, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-50\/10 {
    --tw-gradient-to: rgba(255, 247, 237, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-50\/100 {
    --tw-gradient-to: #fff7ed var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-50\/20 {
    --tw-gradient-to: rgba(255, 247, 237, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-50\/25 {
    --tw-gradient-to: rgba(255, 247, 237, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-50\/30 {
    --tw-gradient-to: rgba(255, 247, 237, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-50\/40 {
    --tw-gradient-to: rgba(255, 247, 237, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-50\/5 {
    --tw-gradient-to: rgba(255, 247, 237, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-50\/50 {
    --tw-gradient-to: rgba(255, 247, 237, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-50\/60 {
    --tw-gradient-to: rgba(255, 247, 237, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-50\/70 {
    --tw-gradient-to: rgba(255, 247, 237, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-50\/75 {
    --tw-gradient-to: rgba(255, 247, 237, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-50\/80 {
    --tw-gradient-to: rgba(255, 247, 237, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-50\/90 {
    --tw-gradient-to: rgba(255, 247, 237, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-50\/95 {
    --tw-gradient-to: rgba(255, 247, 237, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-500 {
    --tw-gradient-to: #f97316 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-500\/0 {
    --tw-gradient-to: rgba(249, 115, 22, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-500\/10 {
    --tw-gradient-to: rgba(249, 115, 22, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-500\/100 {
    --tw-gradient-to: #f97316 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-500\/20 {
    --tw-gradient-to: rgba(249, 115, 22, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-500\/25 {
    --tw-gradient-to: rgba(249, 115, 22, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-500\/30 {
    --tw-gradient-to: rgba(249, 115, 22, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-500\/40 {
    --tw-gradient-to: rgba(249, 115, 22, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-500\/5 {
    --tw-gradient-to: rgba(249, 115, 22, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-500\/50 {
    --tw-gradient-to: rgba(249, 115, 22, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-500\/60 {
    --tw-gradient-to: rgba(249, 115, 22, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-500\/70 {
    --tw-gradient-to: rgba(249, 115, 22, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-500\/75 {
    --tw-gradient-to: rgba(249, 115, 22, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-500\/80 {
    --tw-gradient-to: rgba(249, 115, 22, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-500\/90 {
    --tw-gradient-to: rgba(249, 115, 22, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-500\/95 {
    --tw-gradient-to: rgba(249, 115, 22, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-600 {
    --tw-gradient-to: #ea580c var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-600\/0 {
    --tw-gradient-to: rgba(234, 88, 12, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-600\/10 {
    --tw-gradient-to: rgba(234, 88, 12, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-600\/100 {
    --tw-gradient-to: #ea580c var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-600\/20 {
    --tw-gradient-to: rgba(234, 88, 12, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-600\/25 {
    --tw-gradient-to: rgba(234, 88, 12, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-600\/30 {
    --tw-gradient-to: rgba(234, 88, 12, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-600\/40 {
    --tw-gradient-to: rgba(234, 88, 12, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-600\/5 {
    --tw-gradient-to: rgba(234, 88, 12, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-600\/50 {
    --tw-gradient-to: rgba(234, 88, 12, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-600\/60 {
    --tw-gradient-to: rgba(234, 88, 12, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-600\/70 {
    --tw-gradient-to: rgba(234, 88, 12, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-600\/75 {
    --tw-gradient-to: rgba(234, 88, 12, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-600\/80 {
    --tw-gradient-to: rgba(234, 88, 12, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-600\/90 {
    --tw-gradient-to: rgba(234, 88, 12, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-600\/95 {
    --tw-gradient-to: rgba(234, 88, 12, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-700 {
    --tw-gradient-to: #c2410c var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-700\/0 {
    --tw-gradient-to: rgba(194, 65, 12, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-700\/10 {
    --tw-gradient-to: rgba(194, 65, 12, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-700\/100 {
    --tw-gradient-to: #c2410c var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-700\/20 {
    --tw-gradient-to: rgba(194, 65, 12, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-700\/25 {
    --tw-gradient-to: rgba(194, 65, 12, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-700\/30 {
    --tw-gradient-to: rgba(194, 65, 12, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-700\/40 {
    --tw-gradient-to: rgba(194, 65, 12, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-700\/5 {
    --tw-gradient-to: rgba(194, 65, 12, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-700\/50 {
    --tw-gradient-to: rgba(194, 65, 12, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-700\/60 {
    --tw-gradient-to: rgba(194, 65, 12, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-700\/70 {
    --tw-gradient-to: rgba(194, 65, 12, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-700\/75 {
    --tw-gradient-to: rgba(194, 65, 12, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-700\/80 {
    --tw-gradient-to: rgba(194, 65, 12, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-700\/90 {
    --tw-gradient-to: rgba(194, 65, 12, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-700\/95 {
    --tw-gradient-to: rgba(194, 65, 12, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-800 {
    --tw-gradient-to: #9a3412 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-800\/0 {
    --tw-gradient-to: rgba(154, 52, 18, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-800\/10 {
    --tw-gradient-to: rgba(154, 52, 18, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-800\/100 {
    --tw-gradient-to: #9a3412 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-800\/20 {
    --tw-gradient-to: rgba(154, 52, 18, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-800\/25 {
    --tw-gradient-to: rgba(154, 52, 18, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-800\/30 {
    --tw-gradient-to: rgba(154, 52, 18, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-800\/40 {
    --tw-gradient-to: rgba(154, 52, 18, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-800\/5 {
    --tw-gradient-to: rgba(154, 52, 18, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-800\/50 {
    --tw-gradient-to: rgba(154, 52, 18, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-800\/60 {
    --tw-gradient-to: rgba(154, 52, 18, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-800\/70 {
    --tw-gradient-to: rgba(154, 52, 18, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-800\/75 {
    --tw-gradient-to: rgba(154, 52, 18, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-800\/80 {
    --tw-gradient-to: rgba(154, 52, 18, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-800\/90 {
    --tw-gradient-to: rgba(154, 52, 18, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-800\/95 {
    --tw-gradient-to: rgba(154, 52, 18, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-900 {
    --tw-gradient-to: #7c2d12 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-900\/0 {
    --tw-gradient-to: rgba(124, 45, 18, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-900\/10 {
    --tw-gradient-to: rgba(124, 45, 18, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-900\/100 {
    --tw-gradient-to: #7c2d12 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-900\/20 {
    --tw-gradient-to: rgba(124, 45, 18, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-900\/25 {
    --tw-gradient-to: rgba(124, 45, 18, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-900\/30 {
    --tw-gradient-to: rgba(124, 45, 18, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-900\/40 {
    --tw-gradient-to: rgba(124, 45, 18, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-900\/5 {
    --tw-gradient-to: rgba(124, 45, 18, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-900\/50 {
    --tw-gradient-to: rgba(124, 45, 18, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-900\/60 {
    --tw-gradient-to: rgba(124, 45, 18, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-900\/70 {
    --tw-gradient-to: rgba(124, 45, 18, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-900\/75 {
    --tw-gradient-to: rgba(124, 45, 18, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-900\/80 {
    --tw-gradient-to: rgba(124, 45, 18, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-900\/90 {
    --tw-gradient-to: rgba(124, 45, 18, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-900\/95 {
    --tw-gradient-to: rgba(124, 45, 18, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-950 {
    --tw-gradient-to: #431407 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-950\/0 {
    --tw-gradient-to: rgba(67, 20, 7, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-950\/10 {
    --tw-gradient-to: rgba(67, 20, 7, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-950\/100 {
    --tw-gradient-to: #431407 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-950\/20 {
    --tw-gradient-to: rgba(67, 20, 7, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-950\/25 {
    --tw-gradient-to: rgba(67, 20, 7, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-950\/30 {
    --tw-gradient-to: rgba(67, 20, 7, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-950\/40 {
    --tw-gradient-to: rgba(67, 20, 7, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-950\/5 {
    --tw-gradient-to: rgba(67, 20, 7, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-950\/50 {
    --tw-gradient-to: rgba(67, 20, 7, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-950\/60 {
    --tw-gradient-to: rgba(67, 20, 7, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-950\/70 {
    --tw-gradient-to: rgba(67, 20, 7, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-950\/75 {
    --tw-gradient-to: rgba(67, 20, 7, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-950\/80 {
    --tw-gradient-to: rgba(67, 20, 7, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-950\/90 {
    --tw-gradient-to: rgba(67, 20, 7, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-orange-950\/95 {
    --tw-gradient-to: rgba(67, 20, 7, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-100 {
    --tw-gradient-to: #fce7f3 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-100\/0 {
    --tw-gradient-to: rgba(252, 231, 243, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-100\/10 {
    --tw-gradient-to: rgba(252, 231, 243, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-100\/100 {
    --tw-gradient-to: #fce7f3 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-100\/20 {
    --tw-gradient-to: rgba(252, 231, 243, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-100\/25 {
    --tw-gradient-to: rgba(252, 231, 243, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-100\/30 {
    --tw-gradient-to: rgba(252, 231, 243, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-100\/40 {
    --tw-gradient-to: rgba(252, 231, 243, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-100\/5 {
    --tw-gradient-to: rgba(252, 231, 243, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-100\/50 {
    --tw-gradient-to: rgba(252, 231, 243, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-100\/60 {
    --tw-gradient-to: rgba(252, 231, 243, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-100\/70 {
    --tw-gradient-to: rgba(252, 231, 243, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-100\/75 {
    --tw-gradient-to: rgba(252, 231, 243, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-100\/80 {
    --tw-gradient-to: rgba(252, 231, 243, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-100\/90 {
    --tw-gradient-to: rgba(252, 231, 243, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-100\/95 {
    --tw-gradient-to: rgba(252, 231, 243, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-200 {
    --tw-gradient-to: #fbcfe8 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-200\/0 {
    --tw-gradient-to: rgba(251, 207, 232, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-200\/10 {
    --tw-gradient-to: rgba(251, 207, 232, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-200\/100 {
    --tw-gradient-to: #fbcfe8 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-200\/20 {
    --tw-gradient-to: rgba(251, 207, 232, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-200\/25 {
    --tw-gradient-to: rgba(251, 207, 232, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-200\/30 {
    --tw-gradient-to: rgba(251, 207, 232, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-200\/40 {
    --tw-gradient-to: rgba(251, 207, 232, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-200\/5 {
    --tw-gradient-to: rgba(251, 207, 232, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-200\/50 {
    --tw-gradient-to: rgba(251, 207, 232, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-200\/60 {
    --tw-gradient-to: rgba(251, 207, 232, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-200\/70 {
    --tw-gradient-to: rgba(251, 207, 232, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-200\/75 {
    --tw-gradient-to: rgba(251, 207, 232, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-200\/80 {
    --tw-gradient-to: rgba(251, 207, 232, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-200\/90 {
    --tw-gradient-to: rgba(251, 207, 232, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-200\/95 {
    --tw-gradient-to: rgba(251, 207, 232, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-300 {
    --tw-gradient-to: #f9a8d4 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-300\/0 {
    --tw-gradient-to: rgba(249, 168, 212, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-300\/10 {
    --tw-gradient-to: rgba(249, 168, 212, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-300\/100 {
    --tw-gradient-to: #f9a8d4 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-300\/20 {
    --tw-gradient-to: rgba(249, 168, 212, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-300\/25 {
    --tw-gradient-to: rgba(249, 168, 212, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-300\/30 {
    --tw-gradient-to: rgba(249, 168, 212, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-300\/40 {
    --tw-gradient-to: rgba(249, 168, 212, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-300\/5 {
    --tw-gradient-to: rgba(249, 168, 212, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-300\/50 {
    --tw-gradient-to: rgba(249, 168, 212, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-300\/60 {
    --tw-gradient-to: rgba(249, 168, 212, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-300\/70 {
    --tw-gradient-to: rgba(249, 168, 212, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-300\/75 {
    --tw-gradient-to: rgba(249, 168, 212, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-300\/80 {
    --tw-gradient-to: rgba(249, 168, 212, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-300\/90 {
    --tw-gradient-to: rgba(249, 168, 212, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-300\/95 {
    --tw-gradient-to: rgba(249, 168, 212, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-400 {
    --tw-gradient-to: #f472b6 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-400\/0 {
    --tw-gradient-to: rgba(244, 114, 182, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-400\/10 {
    --tw-gradient-to: rgba(244, 114, 182, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-400\/100 {
    --tw-gradient-to: #f472b6 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-400\/20 {
    --tw-gradient-to: rgba(244, 114, 182, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-400\/25 {
    --tw-gradient-to: rgba(244, 114, 182, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-400\/30 {
    --tw-gradient-to: rgba(244, 114, 182, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-400\/40 {
    --tw-gradient-to: rgba(244, 114, 182, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-400\/5 {
    --tw-gradient-to: rgba(244, 114, 182, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-400\/50 {
    --tw-gradient-to: rgba(244, 114, 182, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-400\/60 {
    --tw-gradient-to: rgba(244, 114, 182, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-400\/70 {
    --tw-gradient-to: rgba(244, 114, 182, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-400\/75 {
    --tw-gradient-to: rgba(244, 114, 182, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-400\/80 {
    --tw-gradient-to: rgba(244, 114, 182, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-400\/90 {
    --tw-gradient-to: rgba(244, 114, 182, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-400\/95 {
    --tw-gradient-to: rgba(244, 114, 182, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-50 {
    --tw-gradient-to: #fdf2f8 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-50\/0 {
    --tw-gradient-to: rgba(253, 242, 248, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-50\/10 {
    --tw-gradient-to: rgba(253, 242, 248, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-50\/100 {
    --tw-gradient-to: #fdf2f8 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-50\/20 {
    --tw-gradient-to: rgba(253, 242, 248, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-50\/25 {
    --tw-gradient-to: rgba(253, 242, 248, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-50\/30 {
    --tw-gradient-to: rgba(253, 242, 248, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-50\/40 {
    --tw-gradient-to: rgba(253, 242, 248, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-50\/5 {
    --tw-gradient-to: rgba(253, 242, 248, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-50\/50 {
    --tw-gradient-to: rgba(253, 242, 248, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-50\/60 {
    --tw-gradient-to: rgba(253, 242, 248, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-50\/70 {
    --tw-gradient-to: rgba(253, 242, 248, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-50\/75 {
    --tw-gradient-to: rgba(253, 242, 248, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-50\/80 {
    --tw-gradient-to: rgba(253, 242, 248, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-50\/90 {
    --tw-gradient-to: rgba(253, 242, 248, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-50\/95 {
    --tw-gradient-to: rgba(253, 242, 248, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-500 {
    --tw-gradient-to: #ec4899 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-500\/0 {
    --tw-gradient-to: rgba(236, 72, 153, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-500\/10 {
    --tw-gradient-to: rgba(236, 72, 153, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-500\/100 {
    --tw-gradient-to: #ec4899 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-500\/20 {
    --tw-gradient-to: rgba(236, 72, 153, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-500\/25 {
    --tw-gradient-to: rgba(236, 72, 153, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-500\/30 {
    --tw-gradient-to: rgba(236, 72, 153, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-500\/40 {
    --tw-gradient-to: rgba(236, 72, 153, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-500\/5 {
    --tw-gradient-to: rgba(236, 72, 153, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-500\/50 {
    --tw-gradient-to: rgba(236, 72, 153, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-500\/60 {
    --tw-gradient-to: rgba(236, 72, 153, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-500\/70 {
    --tw-gradient-to: rgba(236, 72, 153, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-500\/75 {
    --tw-gradient-to: rgba(236, 72, 153, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-500\/80 {
    --tw-gradient-to: rgba(236, 72, 153, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-500\/90 {
    --tw-gradient-to: rgba(236, 72, 153, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-500\/95 {
    --tw-gradient-to: rgba(236, 72, 153, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-600 {
    --tw-gradient-to: #db2777 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-600\/0 {
    --tw-gradient-to: rgba(219, 39, 119, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-600\/10 {
    --tw-gradient-to: rgba(219, 39, 119, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-600\/100 {
    --tw-gradient-to: #db2777 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-600\/20 {
    --tw-gradient-to: rgba(219, 39, 119, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-600\/25 {
    --tw-gradient-to: rgba(219, 39, 119, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-600\/30 {
    --tw-gradient-to: rgba(219, 39, 119, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-600\/40 {
    --tw-gradient-to: rgba(219, 39, 119, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-600\/5 {
    --tw-gradient-to: rgba(219, 39, 119, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-600\/50 {
    --tw-gradient-to: rgba(219, 39, 119, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-600\/60 {
    --tw-gradient-to: rgba(219, 39, 119, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-600\/70 {
    --tw-gradient-to: rgba(219, 39, 119, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-600\/75 {
    --tw-gradient-to: rgba(219, 39, 119, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-600\/80 {
    --tw-gradient-to: rgba(219, 39, 119, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-600\/90 {
    --tw-gradient-to: rgba(219, 39, 119, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-600\/95 {
    --tw-gradient-to: rgba(219, 39, 119, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-700 {
    --tw-gradient-to: #be185d var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-700\/0 {
    --tw-gradient-to: rgba(190, 24, 93, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-700\/10 {
    --tw-gradient-to: rgba(190, 24, 93, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-700\/100 {
    --tw-gradient-to: #be185d var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-700\/20 {
    --tw-gradient-to: rgba(190, 24, 93, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-700\/25 {
    --tw-gradient-to: rgba(190, 24, 93, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-700\/30 {
    --tw-gradient-to: rgba(190, 24, 93, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-700\/40 {
    --tw-gradient-to: rgba(190, 24, 93, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-700\/5 {
    --tw-gradient-to: rgba(190, 24, 93, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-700\/50 {
    --tw-gradient-to: rgba(190, 24, 93, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-700\/60 {
    --tw-gradient-to: rgba(190, 24, 93, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-700\/70 {
    --tw-gradient-to: rgba(190, 24, 93, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-700\/75 {
    --tw-gradient-to: rgba(190, 24, 93, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-700\/80 {
    --tw-gradient-to: rgba(190, 24, 93, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-700\/90 {
    --tw-gradient-to: rgba(190, 24, 93, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-700\/95 {
    --tw-gradient-to: rgba(190, 24, 93, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-800 {
    --tw-gradient-to: #9d174d var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-800\/0 {
    --tw-gradient-to: rgba(157, 23, 77, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-800\/10 {
    --tw-gradient-to: rgba(157, 23, 77, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-800\/100 {
    --tw-gradient-to: #9d174d var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-800\/20 {
    --tw-gradient-to: rgba(157, 23, 77, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-800\/25 {
    --tw-gradient-to: rgba(157, 23, 77, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-800\/30 {
    --tw-gradient-to: rgba(157, 23, 77, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-800\/40 {
    --tw-gradient-to: rgba(157, 23, 77, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-800\/5 {
    --tw-gradient-to: rgba(157, 23, 77, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-800\/50 {
    --tw-gradient-to: rgba(157, 23, 77, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-800\/60 {
    --tw-gradient-to: rgba(157, 23, 77, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-800\/70 {
    --tw-gradient-to: rgba(157, 23, 77, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-800\/75 {
    --tw-gradient-to: rgba(157, 23, 77, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-800\/80 {
    --tw-gradient-to: rgba(157, 23, 77, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-800\/90 {
    --tw-gradient-to: rgba(157, 23, 77, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-800\/95 {
    --tw-gradient-to: rgba(157, 23, 77, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-900 {
    --tw-gradient-to: #831843 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-900\/0 {
    --tw-gradient-to: rgba(131, 24, 67, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-900\/10 {
    --tw-gradient-to: rgba(131, 24, 67, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-900\/100 {
    --tw-gradient-to: #831843 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-900\/20 {
    --tw-gradient-to: rgba(131, 24, 67, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-900\/25 {
    --tw-gradient-to: rgba(131, 24, 67, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-900\/30 {
    --tw-gradient-to: rgba(131, 24, 67, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-900\/40 {
    --tw-gradient-to: rgba(131, 24, 67, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-900\/5 {
    --tw-gradient-to: rgba(131, 24, 67, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-900\/50 {
    --tw-gradient-to: rgba(131, 24, 67, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-900\/60 {
    --tw-gradient-to: rgba(131, 24, 67, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-900\/70 {
    --tw-gradient-to: rgba(131, 24, 67, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-900\/75 {
    --tw-gradient-to: rgba(131, 24, 67, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-900\/80 {
    --tw-gradient-to: rgba(131, 24, 67, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-900\/90 {
    --tw-gradient-to: rgba(131, 24, 67, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-900\/95 {
    --tw-gradient-to: rgba(131, 24, 67, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-950 {
    --tw-gradient-to: #500724 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-950\/0 {
    --tw-gradient-to: rgba(80, 7, 36, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-950\/10 {
    --tw-gradient-to: rgba(80, 7, 36, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-950\/100 {
    --tw-gradient-to: #500724 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-950\/20 {
    --tw-gradient-to: rgba(80, 7, 36, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-950\/25 {
    --tw-gradient-to: rgba(80, 7, 36, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-950\/30 {
    --tw-gradient-to: rgba(80, 7, 36, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-950\/40 {
    --tw-gradient-to: rgba(80, 7, 36, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-950\/5 {
    --tw-gradient-to: rgba(80, 7, 36, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-950\/50 {
    --tw-gradient-to: rgba(80, 7, 36, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-950\/60 {
    --tw-gradient-to: rgba(80, 7, 36, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-950\/70 {
    --tw-gradient-to: rgba(80, 7, 36, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-950\/75 {
    --tw-gradient-to: rgba(80, 7, 36, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-950\/80 {
    --tw-gradient-to: rgba(80, 7, 36, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-950\/90 {
    --tw-gradient-to: rgba(80, 7, 36, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-pink-950\/95 {
    --tw-gradient-to: rgba(80, 7, 36, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-100 {
    --tw-gradient-to: #f3e8ff var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-100\/0 {
    --tw-gradient-to: rgba(243, 232, 255, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-100\/10 {
    --tw-gradient-to: rgba(243, 232, 255, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-100\/100 {
    --tw-gradient-to: #f3e8ff var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-100\/20 {
    --tw-gradient-to: rgba(243, 232, 255, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-100\/25 {
    --tw-gradient-to: rgba(243, 232, 255, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-100\/30 {
    --tw-gradient-to: rgba(243, 232, 255, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-100\/40 {
    --tw-gradient-to: rgba(243, 232, 255, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-100\/5 {
    --tw-gradient-to: rgba(243, 232, 255, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-100\/50 {
    --tw-gradient-to: rgba(243, 232, 255, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-100\/60 {
    --tw-gradient-to: rgba(243, 232, 255, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-100\/70 {
    --tw-gradient-to: rgba(243, 232, 255, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-100\/75 {
    --tw-gradient-to: rgba(243, 232, 255, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-100\/80 {
    --tw-gradient-to: rgba(243, 232, 255, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-100\/90 {
    --tw-gradient-to: rgba(243, 232, 255, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-100\/95 {
    --tw-gradient-to: rgba(243, 232, 255, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-200 {
    --tw-gradient-to: #e9d5ff var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-200\/0 {
    --tw-gradient-to: rgba(233, 213, 255, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-200\/10 {
    --tw-gradient-to: rgba(233, 213, 255, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-200\/100 {
    --tw-gradient-to: #e9d5ff var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-200\/20 {
    --tw-gradient-to: rgba(233, 213, 255, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-200\/25 {
    --tw-gradient-to: rgba(233, 213, 255, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-200\/30 {
    --tw-gradient-to: rgba(233, 213, 255, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-200\/40 {
    --tw-gradient-to: rgba(233, 213, 255, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-200\/5 {
    --tw-gradient-to: rgba(233, 213, 255, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-200\/50 {
    --tw-gradient-to: rgba(233, 213, 255, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-200\/60 {
    --tw-gradient-to: rgba(233, 213, 255, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-200\/70 {
    --tw-gradient-to: rgba(233, 213, 255, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-200\/75 {
    --tw-gradient-to: rgba(233, 213, 255, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-200\/80 {
    --tw-gradient-to: rgba(233, 213, 255, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-200\/90 {
    --tw-gradient-to: rgba(233, 213, 255, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-200\/95 {
    --tw-gradient-to: rgba(233, 213, 255, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-300 {
    --tw-gradient-to: #d8b4fe var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-300\/0 {
    --tw-gradient-to: rgba(216, 180, 254, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-300\/10 {
    --tw-gradient-to: rgba(216, 180, 254, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-300\/100 {
    --tw-gradient-to: #d8b4fe var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-300\/20 {
    --tw-gradient-to: rgba(216, 180, 254, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-300\/25 {
    --tw-gradient-to: rgba(216, 180, 254, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-300\/30 {
    --tw-gradient-to: rgba(216, 180, 254, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-300\/40 {
    --tw-gradient-to: rgba(216, 180, 254, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-300\/5 {
    --tw-gradient-to: rgba(216, 180, 254, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-300\/50 {
    --tw-gradient-to: rgba(216, 180, 254, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-300\/60 {
    --tw-gradient-to: rgba(216, 180, 254, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-300\/70 {
    --tw-gradient-to: rgba(216, 180, 254, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-300\/75 {
    --tw-gradient-to: rgba(216, 180, 254, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-300\/80 {
    --tw-gradient-to: rgba(216, 180, 254, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-300\/90 {
    --tw-gradient-to: rgba(216, 180, 254, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-300\/95 {
    --tw-gradient-to: rgba(216, 180, 254, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-400 {
    --tw-gradient-to: #c084fc var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-400\/0 {
    --tw-gradient-to: rgba(192, 132, 252, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-400\/10 {
    --tw-gradient-to: rgba(192, 132, 252, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-400\/100 {
    --tw-gradient-to: #c084fc var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-400\/20 {
    --tw-gradient-to: rgba(192, 132, 252, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-400\/25 {
    --tw-gradient-to: rgba(192, 132, 252, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-400\/30 {
    --tw-gradient-to: rgba(192, 132, 252, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-400\/40 {
    --tw-gradient-to: rgba(192, 132, 252, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-400\/5 {
    --tw-gradient-to: rgba(192, 132, 252, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-400\/50 {
    --tw-gradient-to: rgba(192, 132, 252, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-400\/60 {
    --tw-gradient-to: rgba(192, 132, 252, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-400\/70 {
    --tw-gradient-to: rgba(192, 132, 252, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-400\/75 {
    --tw-gradient-to: rgba(192, 132, 252, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-400\/80 {
    --tw-gradient-to: rgba(192, 132, 252, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-400\/90 {
    --tw-gradient-to: rgba(192, 132, 252, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-400\/95 {
    --tw-gradient-to: rgba(192, 132, 252, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-50 {
    --tw-gradient-to: #faf5ff var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-50\/0 {
    --tw-gradient-to: rgba(250, 245, 255, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-50\/10 {
    --tw-gradient-to: rgba(250, 245, 255, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-50\/100 {
    --tw-gradient-to: #faf5ff var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-50\/20 {
    --tw-gradient-to: rgba(250, 245, 255, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-50\/25 {
    --tw-gradient-to: rgba(250, 245, 255, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-50\/30 {
    --tw-gradient-to: rgba(250, 245, 255, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-50\/40 {
    --tw-gradient-to: rgba(250, 245, 255, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-50\/5 {
    --tw-gradient-to: rgba(250, 245, 255, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-50\/50 {
    --tw-gradient-to: rgba(250, 245, 255, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-50\/60 {
    --tw-gradient-to: rgba(250, 245, 255, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-50\/70 {
    --tw-gradient-to: rgba(250, 245, 255, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-50\/75 {
    --tw-gradient-to: rgba(250, 245, 255, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-50\/80 {
    --tw-gradient-to: rgba(250, 245, 255, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-50\/90 {
    --tw-gradient-to: rgba(250, 245, 255, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-50\/95 {
    --tw-gradient-to: rgba(250, 245, 255, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-500 {
    --tw-gradient-to: #a855f7 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-500\/0 {
    --tw-gradient-to: rgba(168, 85, 247, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-500\/10 {
    --tw-gradient-to: rgba(168, 85, 247, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-500\/100 {
    --tw-gradient-to: #a855f7 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-500\/20 {
    --tw-gradient-to: rgba(168, 85, 247, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-500\/25 {
    --tw-gradient-to: rgba(168, 85, 247, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-500\/30 {
    --tw-gradient-to: rgba(168, 85, 247, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-500\/40 {
    --tw-gradient-to: rgba(168, 85, 247, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-500\/5 {
    --tw-gradient-to: rgba(168, 85, 247, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-500\/50 {
    --tw-gradient-to: rgba(168, 85, 247, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-500\/60 {
    --tw-gradient-to: rgba(168, 85, 247, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-500\/70 {
    --tw-gradient-to: rgba(168, 85, 247, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-500\/75 {
    --tw-gradient-to: rgba(168, 85, 247, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-500\/80 {
    --tw-gradient-to: rgba(168, 85, 247, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-500\/90 {
    --tw-gradient-to: rgba(168, 85, 247, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-500\/95 {
    --tw-gradient-to: rgba(168, 85, 247, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-600 {
    --tw-gradient-to: #9333ea var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-600\/0 {
    --tw-gradient-to: rgba(147, 51, 234, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-600\/10 {
    --tw-gradient-to: rgba(147, 51, 234, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-600\/100 {
    --tw-gradient-to: #9333ea var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-600\/20 {
    --tw-gradient-to: rgba(147, 51, 234, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-600\/25 {
    --tw-gradient-to: rgba(147, 51, 234, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-600\/30 {
    --tw-gradient-to: rgba(147, 51, 234, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-600\/40 {
    --tw-gradient-to: rgba(147, 51, 234, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-600\/5 {
    --tw-gradient-to: rgba(147, 51, 234, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-600\/50 {
    --tw-gradient-to: rgba(147, 51, 234, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-600\/60 {
    --tw-gradient-to: rgba(147, 51, 234, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-600\/70 {
    --tw-gradient-to: rgba(147, 51, 234, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-600\/75 {
    --tw-gradient-to: rgba(147, 51, 234, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-600\/80 {
    --tw-gradient-to: rgba(147, 51, 234, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-600\/90 {
    --tw-gradient-to: rgba(147, 51, 234, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-600\/95 {
    --tw-gradient-to: rgba(147, 51, 234, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-700 {
    --tw-gradient-to: #7e22ce var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-700\/0 {
    --tw-gradient-to: rgba(126, 34, 206, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-700\/10 {
    --tw-gradient-to: rgba(126, 34, 206, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-700\/100 {
    --tw-gradient-to: #7e22ce var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-700\/20 {
    --tw-gradient-to: rgba(126, 34, 206, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-700\/25 {
    --tw-gradient-to: rgba(126, 34, 206, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-700\/30 {
    --tw-gradient-to: rgba(126, 34, 206, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-700\/40 {
    --tw-gradient-to: rgba(126, 34, 206, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-700\/5 {
    --tw-gradient-to: rgba(126, 34, 206, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-700\/50 {
    --tw-gradient-to: rgba(126, 34, 206, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-700\/60 {
    --tw-gradient-to: rgba(126, 34, 206, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-700\/70 {
    --tw-gradient-to: rgba(126, 34, 206, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-700\/75 {
    --tw-gradient-to: rgba(126, 34, 206, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-700\/80 {
    --tw-gradient-to: rgba(126, 34, 206, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-700\/90 {
    --tw-gradient-to: rgba(126, 34, 206, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-700\/95 {
    --tw-gradient-to: rgba(126, 34, 206, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-800 {
    --tw-gradient-to: #6b21a8 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-800\/0 {
    --tw-gradient-to: rgba(107, 33, 168, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-800\/10 {
    --tw-gradient-to: rgba(107, 33, 168, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-800\/100 {
    --tw-gradient-to: #6b21a8 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-800\/20 {
    --tw-gradient-to: rgba(107, 33, 168, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-800\/25 {
    --tw-gradient-to: rgba(107, 33, 168, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-800\/30 {
    --tw-gradient-to: rgba(107, 33, 168, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-800\/40 {
    --tw-gradient-to: rgba(107, 33, 168, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-800\/5 {
    --tw-gradient-to: rgba(107, 33, 168, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-800\/50 {
    --tw-gradient-to: rgba(107, 33, 168, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-800\/60 {
    --tw-gradient-to: rgba(107, 33, 168, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-800\/70 {
    --tw-gradient-to: rgba(107, 33, 168, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-800\/75 {
    --tw-gradient-to: rgba(107, 33, 168, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-800\/80 {
    --tw-gradient-to: rgba(107, 33, 168, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-800\/90 {
    --tw-gradient-to: rgba(107, 33, 168, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-800\/95 {
    --tw-gradient-to: rgba(107, 33, 168, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-900 {
    --tw-gradient-to: #581c87 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-900\/0 {
    --tw-gradient-to: rgba(88, 28, 135, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-900\/10 {
    --tw-gradient-to: rgba(88, 28, 135, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-900\/100 {
    --tw-gradient-to: #581c87 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-900\/20 {
    --tw-gradient-to: rgba(88, 28, 135, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-900\/25 {
    --tw-gradient-to: rgba(88, 28, 135, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-900\/30 {
    --tw-gradient-to: rgba(88, 28, 135, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-900\/40 {
    --tw-gradient-to: rgba(88, 28, 135, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-900\/5 {
    --tw-gradient-to: rgba(88, 28, 135, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-900\/50 {
    --tw-gradient-to: rgba(88, 28, 135, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-900\/60 {
    --tw-gradient-to: rgba(88, 28, 135, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-900\/70 {
    --tw-gradient-to: rgba(88, 28, 135, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-900\/75 {
    --tw-gradient-to: rgba(88, 28, 135, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-900\/80 {
    --tw-gradient-to: rgba(88, 28, 135, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-900\/90 {
    --tw-gradient-to: rgba(88, 28, 135, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-900\/95 {
    --tw-gradient-to: rgba(88, 28, 135, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-950 {
    --tw-gradient-to: #3b0764 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-950\/0 {
    --tw-gradient-to: rgba(59, 7, 100, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-950\/10 {
    --tw-gradient-to: rgba(59, 7, 100, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-950\/100 {
    --tw-gradient-to: #3b0764 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-950\/20 {
    --tw-gradient-to: rgba(59, 7, 100, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-950\/25 {
    --tw-gradient-to: rgba(59, 7, 100, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-950\/30 {
    --tw-gradient-to: rgba(59, 7, 100, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-950\/40 {
    --tw-gradient-to: rgba(59, 7, 100, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-950\/5 {
    --tw-gradient-to: rgba(59, 7, 100, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-950\/50 {
    --tw-gradient-to: rgba(59, 7, 100, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-950\/60 {
    --tw-gradient-to: rgba(59, 7, 100, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-950\/70 {
    --tw-gradient-to: rgba(59, 7, 100, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-950\/75 {
    --tw-gradient-to: rgba(59, 7, 100, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-950\/80 {
    --tw-gradient-to: rgba(59, 7, 100, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-950\/90 {
    --tw-gradient-to: rgba(59, 7, 100, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-purple-950\/95 {
    --tw-gradient-to: rgba(59, 7, 100, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-100 {
    --tw-gradient-to: #fee2e2 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-100\/0 {
    --tw-gradient-to: hsla(0, 93%, 94%, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-100\/10 {
    --tw-gradient-to: hsla(0, 93%, 94%, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-100\/100 {
    --tw-gradient-to: #fee2e2 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-100\/20 {
    --tw-gradient-to: hsla(0, 93%, 94%, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-100\/25 {
    --tw-gradient-to: hsla(0, 93%, 94%, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-100\/30 {
    --tw-gradient-to: hsla(0, 93%, 94%, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-100\/40 {
    --tw-gradient-to: hsla(0, 93%, 94%, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-100\/5 {
    --tw-gradient-to: hsla(0, 93%, 94%, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-100\/50 {
    --tw-gradient-to: hsla(0, 93%, 94%, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-100\/60 {
    --tw-gradient-to: hsla(0, 93%, 94%, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-100\/70 {
    --tw-gradient-to: hsla(0, 93%, 94%, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-100\/75 {
    --tw-gradient-to: hsla(0, 93%, 94%, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-100\/80 {
    --tw-gradient-to: hsla(0, 93%, 94%, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-100\/90 {
    --tw-gradient-to: hsla(0, 93%, 94%, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-100\/95 {
    --tw-gradient-to: hsla(0, 93%, 94%, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-200 {
    --tw-gradient-to: #fecaca var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-200\/0 {
    --tw-gradient-to: hsla(0, 96%, 89%, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-200\/10 {
    --tw-gradient-to: hsla(0, 96%, 89%, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-200\/100 {
    --tw-gradient-to: #fecaca var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-200\/20 {
    --tw-gradient-to: hsla(0, 96%, 89%, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-200\/25 {
    --tw-gradient-to: hsla(0, 96%, 89%, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-200\/30 {
    --tw-gradient-to: hsla(0, 96%, 89%, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-200\/40 {
    --tw-gradient-to: hsla(0, 96%, 89%, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-200\/5 {
    --tw-gradient-to: hsla(0, 96%, 89%, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-200\/50 {
    --tw-gradient-to: hsla(0, 96%, 89%, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-200\/60 {
    --tw-gradient-to: hsla(0, 96%, 89%, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-200\/70 {
    --tw-gradient-to: hsla(0, 96%, 89%, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-200\/75 {
    --tw-gradient-to: hsla(0, 96%, 89%, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-200\/80 {
    --tw-gradient-to: hsla(0, 96%, 89%, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-200\/90 {
    --tw-gradient-to: hsla(0, 96%, 89%, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-200\/95 {
    --tw-gradient-to: hsla(0, 96%, 89%, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-300 {
    --tw-gradient-to: #fca5a5 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-300\/0 {
    --tw-gradient-to: hsla(0, 94%, 82%, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-300\/10 {
    --tw-gradient-to: hsla(0, 94%, 82%, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-300\/100 {
    --tw-gradient-to: #fca5a5 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-300\/20 {
    --tw-gradient-to: hsla(0, 94%, 82%, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-300\/25 {
    --tw-gradient-to: hsla(0, 94%, 82%, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-300\/30 {
    --tw-gradient-to: hsla(0, 94%, 82%, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-300\/40 {
    --tw-gradient-to: hsla(0, 94%, 82%, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-300\/5 {
    --tw-gradient-to: hsla(0, 94%, 82%, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-300\/50 {
    --tw-gradient-to: hsla(0, 94%, 82%, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-300\/60 {
    --tw-gradient-to: hsla(0, 94%, 82%, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-300\/70 {
    --tw-gradient-to: hsla(0, 94%, 82%, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-300\/75 {
    --tw-gradient-to: hsla(0, 94%, 82%, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-300\/80 {
    --tw-gradient-to: hsla(0, 94%, 82%, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-300\/90 {
    --tw-gradient-to: hsla(0, 94%, 82%, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-300\/95 {
    --tw-gradient-to: hsla(0, 94%, 82%, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-400 {
    --tw-gradient-to: #f87171 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-400\/0 {
    --tw-gradient-to: hsla(0, 91%, 71%, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-400\/10 {
    --tw-gradient-to: hsla(0, 91%, 71%, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-400\/100 {
    --tw-gradient-to: #f87171 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-400\/20 {
    --tw-gradient-to: hsla(0, 91%, 71%, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-400\/25 {
    --tw-gradient-to: hsla(0, 91%, 71%, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-400\/30 {
    --tw-gradient-to: hsla(0, 91%, 71%, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-400\/40 {
    --tw-gradient-to: hsla(0, 91%, 71%, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-400\/5 {
    --tw-gradient-to: hsla(0, 91%, 71%, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-400\/50 {
    --tw-gradient-to: hsla(0, 91%, 71%, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-400\/60 {
    --tw-gradient-to: hsla(0, 91%, 71%, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-400\/70 {
    --tw-gradient-to: hsla(0, 91%, 71%, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-400\/75 {
    --tw-gradient-to: hsla(0, 91%, 71%, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-400\/80 {
    --tw-gradient-to: hsla(0, 91%, 71%, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-400\/90 {
    --tw-gradient-to: hsla(0, 91%, 71%, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-400\/95 {
    --tw-gradient-to: hsla(0, 91%, 71%, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-50 {
    --tw-gradient-to: #fef2f2 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-50\/0 {
    --tw-gradient-to: hsla(0, 86%, 97%, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-50\/10 {
    --tw-gradient-to: hsla(0, 86%, 97%, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-50\/100 {
    --tw-gradient-to: #fef2f2 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-50\/20 {
    --tw-gradient-to: hsla(0, 86%, 97%, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-50\/25 {
    --tw-gradient-to: hsla(0, 86%, 97%, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-50\/30 {
    --tw-gradient-to: hsla(0, 86%, 97%, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-50\/40 {
    --tw-gradient-to: hsla(0, 86%, 97%, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-50\/5 {
    --tw-gradient-to: hsla(0, 86%, 97%, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-50\/50 {
    --tw-gradient-to: hsla(0, 86%, 97%, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-50\/60 {
    --tw-gradient-to: hsla(0, 86%, 97%, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-50\/70 {
    --tw-gradient-to: hsla(0, 86%, 97%, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-50\/75 {
    --tw-gradient-to: hsla(0, 86%, 97%, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-50\/80 {
    --tw-gradient-to: hsla(0, 86%, 97%, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-50\/90 {
    --tw-gradient-to: hsla(0, 86%, 97%, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-50\/95 {
    --tw-gradient-to: hsla(0, 86%, 97%, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-500 {
    --tw-gradient-to: #ef4444 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-500\/0 {
    --tw-gradient-to: rgba(239, 68, 68, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-500\/10 {
    --tw-gradient-to: rgba(239, 68, 68, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-500\/100 {
    --tw-gradient-to: #ef4444 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-500\/20 {
    --tw-gradient-to: rgba(239, 68, 68, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-500\/25 {
    --tw-gradient-to: rgba(239, 68, 68, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-500\/30 {
    --tw-gradient-to: rgba(239, 68, 68, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-500\/40 {
    --tw-gradient-to: rgba(239, 68, 68, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-500\/5 {
    --tw-gradient-to: rgba(239, 68, 68, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-500\/50 {
    --tw-gradient-to: rgba(239, 68, 68, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-500\/60 {
    --tw-gradient-to: rgba(239, 68, 68, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-500\/70 {
    --tw-gradient-to: rgba(239, 68, 68, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-500\/75 {
    --tw-gradient-to: rgba(239, 68, 68, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-500\/80 {
    --tw-gradient-to: rgba(239, 68, 68, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-500\/90 {
    --tw-gradient-to: rgba(239, 68, 68, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-500\/95 {
    --tw-gradient-to: rgba(239, 68, 68, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-600 {
    --tw-gradient-to: #dc2626 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-600\/0 {
    --tw-gradient-to: rgba(220, 38, 38, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-600\/10 {
    --tw-gradient-to: rgba(220, 38, 38, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-600\/100 {
    --tw-gradient-to: #dc2626 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-600\/20 {
    --tw-gradient-to: rgba(220, 38, 38, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-600\/25 {
    --tw-gradient-to: rgba(220, 38, 38, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-600\/30 {
    --tw-gradient-to: rgba(220, 38, 38, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-600\/40 {
    --tw-gradient-to: rgba(220, 38, 38, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-600\/5 {
    --tw-gradient-to: rgba(220, 38, 38, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-600\/50 {
    --tw-gradient-to: rgba(220, 38, 38, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-600\/60 {
    --tw-gradient-to: rgba(220, 38, 38, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-600\/70 {
    --tw-gradient-to: rgba(220, 38, 38, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-600\/75 {
    --tw-gradient-to: rgba(220, 38, 38, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-600\/80 {
    --tw-gradient-to: rgba(220, 38, 38, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-600\/90 {
    --tw-gradient-to: rgba(220, 38, 38, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-600\/95 {
    --tw-gradient-to: rgba(220, 38, 38, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-700 {
    --tw-gradient-to: #b91c1c var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-700\/0 {
    --tw-gradient-to: rgba(185, 28, 28, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-700\/10 {
    --tw-gradient-to: rgba(185, 28, 28, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-700\/100 {
    --tw-gradient-to: #b91c1c var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-700\/20 {
    --tw-gradient-to: rgba(185, 28, 28, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-700\/25 {
    --tw-gradient-to: rgba(185, 28, 28, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-700\/30 {
    --tw-gradient-to: rgba(185, 28, 28, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-700\/40 {
    --tw-gradient-to: rgba(185, 28, 28, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-700\/5 {
    --tw-gradient-to: rgba(185, 28, 28, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-700\/50 {
    --tw-gradient-to: rgba(185, 28, 28, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-700\/60 {
    --tw-gradient-to: rgba(185, 28, 28, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-700\/70 {
    --tw-gradient-to: rgba(185, 28, 28, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-700\/75 {
    --tw-gradient-to: rgba(185, 28, 28, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-700\/80 {
    --tw-gradient-to: rgba(185, 28, 28, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-700\/90 {
    --tw-gradient-to: rgba(185, 28, 28, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-700\/95 {
    --tw-gradient-to: rgba(185, 28, 28, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-800 {
    --tw-gradient-to: #991b1b var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-800\/0 {
    --tw-gradient-to: rgba(153, 27, 27, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-800\/10 {
    --tw-gradient-to: rgba(153, 27, 27, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-800\/100 {
    --tw-gradient-to: #991b1b var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-800\/20 {
    --tw-gradient-to: rgba(153, 27, 27, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-800\/25 {
    --tw-gradient-to: rgba(153, 27, 27, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-800\/30 {
    --tw-gradient-to: rgba(153, 27, 27, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-800\/40 {
    --tw-gradient-to: rgba(153, 27, 27, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-800\/5 {
    --tw-gradient-to: rgba(153, 27, 27, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-800\/50 {
    --tw-gradient-to: rgba(153, 27, 27, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-800\/60 {
    --tw-gradient-to: rgba(153, 27, 27, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-800\/70 {
    --tw-gradient-to: rgba(153, 27, 27, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-800\/75 {
    --tw-gradient-to: rgba(153, 27, 27, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-800\/80 {
    --tw-gradient-to: rgba(153, 27, 27, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-800\/90 {
    --tw-gradient-to: rgba(153, 27, 27, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-800\/95 {
    --tw-gradient-to: rgba(153, 27, 27, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-900 {
    --tw-gradient-to: #7f1d1d var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-900\/0 {
    --tw-gradient-to: rgba(127, 29, 29, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-900\/10 {
    --tw-gradient-to: rgba(127, 29, 29, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-900\/100 {
    --tw-gradient-to: #7f1d1d var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-900\/20 {
    --tw-gradient-to: rgba(127, 29, 29, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-900\/25 {
    --tw-gradient-to: rgba(127, 29, 29, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-900\/30 {
    --tw-gradient-to: rgba(127, 29, 29, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-900\/40 {
    --tw-gradient-to: rgba(127, 29, 29, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-900\/5 {
    --tw-gradient-to: rgba(127, 29, 29, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-900\/50 {
    --tw-gradient-to: rgba(127, 29, 29, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-900\/60 {
    --tw-gradient-to: rgba(127, 29, 29, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-900\/70 {
    --tw-gradient-to: rgba(127, 29, 29, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-900\/75 {
    --tw-gradient-to: rgba(127, 29, 29, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-900\/80 {
    --tw-gradient-to: rgba(127, 29, 29, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-900\/90 {
    --tw-gradient-to: rgba(127, 29, 29, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-900\/95 {
    --tw-gradient-to: rgba(127, 29, 29, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-950 {
    --tw-gradient-to: #450a0a var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-950\/0 {
    --tw-gradient-to: rgba(69, 10, 10, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-950\/10 {
    --tw-gradient-to: rgba(69, 10, 10, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-950\/100 {
    --tw-gradient-to: #450a0a var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-950\/20 {
    --tw-gradient-to: rgba(69, 10, 10, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-950\/25 {
    --tw-gradient-to: rgba(69, 10, 10, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-950\/30 {
    --tw-gradient-to: rgba(69, 10, 10, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-950\/40 {
    --tw-gradient-to: rgba(69, 10, 10, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-950\/5 {
    --tw-gradient-to: rgba(69, 10, 10, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-950\/50 {
    --tw-gradient-to: rgba(69, 10, 10, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-950\/60 {
    --tw-gradient-to: rgba(69, 10, 10, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-950\/70 {
    --tw-gradient-to: rgba(69, 10, 10, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-950\/75 {
    --tw-gradient-to: rgba(69, 10, 10, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-950\/80 {
    --tw-gradient-to: rgba(69, 10, 10, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-950\/90 {
    --tw-gradient-to: rgba(69, 10, 10, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-950\/95 {
    --tw-gradient-to: rgba(69, 10, 10, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-error {
    --tw-gradient-to: #dd364a var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-error\/0 {
    --tw-gradient-to: rgba(221, 54, 74, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-error\/10 {
    --tw-gradient-to: rgba(221, 54, 74, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-error\/100 {
    --tw-gradient-to: #dd364a var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-error\/20 {
    --tw-gradient-to: rgba(221, 54, 74, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-error\/25 {
    --tw-gradient-to: rgba(221, 54, 74, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-error\/30 {
    --tw-gradient-to: rgba(221, 54, 74, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-error\/40 {
    --tw-gradient-to: rgba(221, 54, 74, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-error\/5 {
    --tw-gradient-to: rgba(221, 54, 74, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-error\/50 {
    --tw-gradient-to: rgba(221, 54, 74, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-error\/60 {
    --tw-gradient-to: rgba(221, 54, 74, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-error\/70 {
    --tw-gradient-to: rgba(221, 54, 74, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-error\/75 {
    --tw-gradient-to: rgba(221, 54, 74, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-error\/80 {
    --tw-gradient-to: rgba(221, 54, 74, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-error\/90 {
    --tw-gradient-to: rgba(221, 54, 74, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-red-error\/95 {
    --tw-gradient-to: rgba(221, 54, 74, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-100 {
    --tw-gradient-to: #ffe4e6 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-100\/0 {
    --tw-gradient-to: rgba(255, 228, 230, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-100\/10 {
    --tw-gradient-to: rgba(255, 228, 230, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-100\/100 {
    --tw-gradient-to: #ffe4e6 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-100\/20 {
    --tw-gradient-to: rgba(255, 228, 230, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-100\/25 {
    --tw-gradient-to: rgba(255, 228, 230, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-100\/30 {
    --tw-gradient-to: rgba(255, 228, 230, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-100\/40 {
    --tw-gradient-to: rgba(255, 228, 230, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-100\/5 {
    --tw-gradient-to: rgba(255, 228, 230, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-100\/50 {
    --tw-gradient-to: rgba(255, 228, 230, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-100\/60 {
    --tw-gradient-to: rgba(255, 228, 230, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-100\/70 {
    --tw-gradient-to: rgba(255, 228, 230, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-100\/75 {
    --tw-gradient-to: rgba(255, 228, 230, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-100\/80 {
    --tw-gradient-to: rgba(255, 228, 230, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-100\/90 {
    --tw-gradient-to: rgba(255, 228, 230, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-100\/95 {
    --tw-gradient-to: rgba(255, 228, 230, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-200 {
    --tw-gradient-to: #fecdd3 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-200\/0 {
    --tw-gradient-to: rgba(254, 205, 211, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-200\/10 {
    --tw-gradient-to: rgba(254, 205, 211, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-200\/100 {
    --tw-gradient-to: #fecdd3 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-200\/20 {
    --tw-gradient-to: rgba(254, 205, 211, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-200\/25 {
    --tw-gradient-to: rgba(254, 205, 211, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-200\/30 {
    --tw-gradient-to: rgba(254, 205, 211, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-200\/40 {
    --tw-gradient-to: rgba(254, 205, 211, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-200\/5 {
    --tw-gradient-to: rgba(254, 205, 211, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-200\/50 {
    --tw-gradient-to: rgba(254, 205, 211, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-200\/60 {
    --tw-gradient-to: rgba(254, 205, 211, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-200\/70 {
    --tw-gradient-to: rgba(254, 205, 211, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-200\/75 {
    --tw-gradient-to: rgba(254, 205, 211, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-200\/80 {
    --tw-gradient-to: rgba(254, 205, 211, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-200\/90 {
    --tw-gradient-to: rgba(254, 205, 211, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-200\/95 {
    --tw-gradient-to: rgba(254, 205, 211, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-300 {
    --tw-gradient-to: #fda4af var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-300\/0 {
    --tw-gradient-to: rgba(253, 164, 175, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-300\/10 {
    --tw-gradient-to: rgba(253, 164, 175, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-300\/100 {
    --tw-gradient-to: #fda4af var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-300\/20 {
    --tw-gradient-to: rgba(253, 164, 175, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-300\/25 {
    --tw-gradient-to: rgba(253, 164, 175, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-300\/30 {
    --tw-gradient-to: rgba(253, 164, 175, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-300\/40 {
    --tw-gradient-to: rgba(253, 164, 175, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-300\/5 {
    --tw-gradient-to: rgba(253, 164, 175, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-300\/50 {
    --tw-gradient-to: rgba(253, 164, 175, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-300\/60 {
    --tw-gradient-to: rgba(253, 164, 175, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-300\/70 {
    --tw-gradient-to: rgba(253, 164, 175, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-300\/75 {
    --tw-gradient-to: rgba(253, 164, 175, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-300\/80 {
    --tw-gradient-to: rgba(253, 164, 175, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-300\/90 {
    --tw-gradient-to: rgba(253, 164, 175, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-300\/95 {
    --tw-gradient-to: rgba(253, 164, 175, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-400 {
    --tw-gradient-to: #fb7185 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-400\/0 {
    --tw-gradient-to: rgba(251, 113, 133, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-400\/10 {
    --tw-gradient-to: rgba(251, 113, 133, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-400\/100 {
    --tw-gradient-to: #fb7185 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-400\/20 {
    --tw-gradient-to: rgba(251, 113, 133, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-400\/25 {
    --tw-gradient-to: rgba(251, 113, 133, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-400\/30 {
    --tw-gradient-to: rgba(251, 113, 133, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-400\/40 {
    --tw-gradient-to: rgba(251, 113, 133, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-400\/5 {
    --tw-gradient-to: rgba(251, 113, 133, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-400\/50 {
    --tw-gradient-to: rgba(251, 113, 133, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-400\/60 {
    --tw-gradient-to: rgba(251, 113, 133, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-400\/70 {
    --tw-gradient-to: rgba(251, 113, 133, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-400\/75 {
    --tw-gradient-to: rgba(251, 113, 133, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-400\/80 {
    --tw-gradient-to: rgba(251, 113, 133, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-400\/90 {
    --tw-gradient-to: rgba(251, 113, 133, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-400\/95 {
    --tw-gradient-to: rgba(251, 113, 133, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-50 {
    --tw-gradient-to: #fff1f2 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-50\/0 {
    --tw-gradient-to: rgba(255, 241, 242, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-50\/10 {
    --tw-gradient-to: rgba(255, 241, 242, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-50\/100 {
    --tw-gradient-to: #fff1f2 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-50\/20 {
    --tw-gradient-to: rgba(255, 241, 242, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-50\/25 {
    --tw-gradient-to: rgba(255, 241, 242, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-50\/30 {
    --tw-gradient-to: rgba(255, 241, 242, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-50\/40 {
    --tw-gradient-to: rgba(255, 241, 242, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-50\/5 {
    --tw-gradient-to: rgba(255, 241, 242, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-50\/50 {
    --tw-gradient-to: rgba(255, 241, 242, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-50\/60 {
    --tw-gradient-to: rgba(255, 241, 242, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-50\/70 {
    --tw-gradient-to: rgba(255, 241, 242, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-50\/75 {
    --tw-gradient-to: rgba(255, 241, 242, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-50\/80 {
    --tw-gradient-to: rgba(255, 241, 242, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-50\/90 {
    --tw-gradient-to: rgba(255, 241, 242, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-50\/95 {
    --tw-gradient-to: rgba(255, 241, 242, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-500 {
    --tw-gradient-to: #f43f5e var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-500\/0 {
    --tw-gradient-to: rgba(244, 63, 94, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-500\/10 {
    --tw-gradient-to: rgba(244, 63, 94, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-500\/100 {
    --tw-gradient-to: #f43f5e var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-500\/20 {
    --tw-gradient-to: rgba(244, 63, 94, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-500\/25 {
    --tw-gradient-to: rgba(244, 63, 94, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-500\/30 {
    --tw-gradient-to: rgba(244, 63, 94, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-500\/40 {
    --tw-gradient-to: rgba(244, 63, 94, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-500\/5 {
    --tw-gradient-to: rgba(244, 63, 94, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-500\/50 {
    --tw-gradient-to: rgba(244, 63, 94, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-500\/60 {
    --tw-gradient-to: rgba(244, 63, 94, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-500\/70 {
    --tw-gradient-to: rgba(244, 63, 94, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-500\/75 {
    --tw-gradient-to: rgba(244, 63, 94, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-500\/80 {
    --tw-gradient-to: rgba(244, 63, 94, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-500\/90 {
    --tw-gradient-to: rgba(244, 63, 94, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-500\/95 {
    --tw-gradient-to: rgba(244, 63, 94, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-600 {
    --tw-gradient-to: #e11d48 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-600\/0 {
    --tw-gradient-to: rgba(225, 29, 72, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-600\/10 {
    --tw-gradient-to: rgba(225, 29, 72, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-600\/100 {
    --tw-gradient-to: #e11d48 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-600\/20 {
    --tw-gradient-to: rgba(225, 29, 72, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-600\/25 {
    --tw-gradient-to: rgba(225, 29, 72, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-600\/30 {
    --tw-gradient-to: rgba(225, 29, 72, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-600\/40 {
    --tw-gradient-to: rgba(225, 29, 72, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-600\/5 {
    --tw-gradient-to: rgba(225, 29, 72, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-600\/50 {
    --tw-gradient-to: rgba(225, 29, 72, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-600\/60 {
    --tw-gradient-to: rgba(225, 29, 72, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-600\/70 {
    --tw-gradient-to: rgba(225, 29, 72, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-600\/75 {
    --tw-gradient-to: rgba(225, 29, 72, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-600\/80 {
    --tw-gradient-to: rgba(225, 29, 72, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-600\/90 {
    --tw-gradient-to: rgba(225, 29, 72, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-600\/95 {
    --tw-gradient-to: rgba(225, 29, 72, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-700 {
    --tw-gradient-to: #be123c var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-700\/0 {
    --tw-gradient-to: rgba(190, 18, 60, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-700\/10 {
    --tw-gradient-to: rgba(190, 18, 60, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-700\/100 {
    --tw-gradient-to: #be123c var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-700\/20 {
    --tw-gradient-to: rgba(190, 18, 60, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-700\/25 {
    --tw-gradient-to: rgba(190, 18, 60, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-700\/30 {
    --tw-gradient-to: rgba(190, 18, 60, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-700\/40 {
    --tw-gradient-to: rgba(190, 18, 60, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-700\/5 {
    --tw-gradient-to: rgba(190, 18, 60, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-700\/50 {
    --tw-gradient-to: rgba(190, 18, 60, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-700\/60 {
    --tw-gradient-to: rgba(190, 18, 60, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-700\/70 {
    --tw-gradient-to: rgba(190, 18, 60, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-700\/75 {
    --tw-gradient-to: rgba(190, 18, 60, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-700\/80 {
    --tw-gradient-to: rgba(190, 18, 60, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-700\/90 {
    --tw-gradient-to: rgba(190, 18, 60, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-700\/95 {
    --tw-gradient-to: rgba(190, 18, 60, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-800 {
    --tw-gradient-to: #9f1239 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-800\/0 {
    --tw-gradient-to: rgba(159, 18, 57, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-800\/10 {
    --tw-gradient-to: rgba(159, 18, 57, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-800\/100 {
    --tw-gradient-to: #9f1239 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-800\/20 {
    --tw-gradient-to: rgba(159, 18, 57, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-800\/25 {
    --tw-gradient-to: rgba(159, 18, 57, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-800\/30 {
    --tw-gradient-to: rgba(159, 18, 57, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-800\/40 {
    --tw-gradient-to: rgba(159, 18, 57, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-800\/5 {
    --tw-gradient-to: rgba(159, 18, 57, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-800\/50 {
    --tw-gradient-to: rgba(159, 18, 57, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-800\/60 {
    --tw-gradient-to: rgba(159, 18, 57, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-800\/70 {
    --tw-gradient-to: rgba(159, 18, 57, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-800\/75 {
    --tw-gradient-to: rgba(159, 18, 57, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-800\/80 {
    --tw-gradient-to: rgba(159, 18, 57, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-800\/90 {
    --tw-gradient-to: rgba(159, 18, 57, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-800\/95 {
    --tw-gradient-to: rgba(159, 18, 57, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-900 {
    --tw-gradient-to: #881337 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-900\/0 {
    --tw-gradient-to: rgba(136, 19, 55, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-900\/10 {
    --tw-gradient-to: rgba(136, 19, 55, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-900\/100 {
    --tw-gradient-to: #881337 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-900\/20 {
    --tw-gradient-to: rgba(136, 19, 55, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-900\/25 {
    --tw-gradient-to: rgba(136, 19, 55, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-900\/30 {
    --tw-gradient-to: rgba(136, 19, 55, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-900\/40 {
    --tw-gradient-to: rgba(136, 19, 55, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-900\/5 {
    --tw-gradient-to: rgba(136, 19, 55, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-900\/50 {
    --tw-gradient-to: rgba(136, 19, 55, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-900\/60 {
    --tw-gradient-to: rgba(136, 19, 55, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-900\/70 {
    --tw-gradient-to: rgba(136, 19, 55, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-900\/75 {
    --tw-gradient-to: rgba(136, 19, 55, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-900\/80 {
    --tw-gradient-to: rgba(136, 19, 55, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-900\/90 {
    --tw-gradient-to: rgba(136, 19, 55, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-900\/95 {
    --tw-gradient-to: rgba(136, 19, 55, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-950 {
    --tw-gradient-to: #4c0519 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-950\/0 {
    --tw-gradient-to: rgba(76, 5, 25, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-950\/10 {
    --tw-gradient-to: rgba(76, 5, 25, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-950\/100 {
    --tw-gradient-to: #4c0519 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-950\/20 {
    --tw-gradient-to: rgba(76, 5, 25, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-950\/25 {
    --tw-gradient-to: rgba(76, 5, 25, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-950\/30 {
    --tw-gradient-to: rgba(76, 5, 25, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-950\/40 {
    --tw-gradient-to: rgba(76, 5, 25, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-950\/5 {
    --tw-gradient-to: rgba(76, 5, 25, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-950\/50 {
    --tw-gradient-to: rgba(76, 5, 25, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-950\/60 {
    --tw-gradient-to: rgba(76, 5, 25, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-950\/70 {
    --tw-gradient-to: rgba(76, 5, 25, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-950\/75 {
    --tw-gradient-to: rgba(76, 5, 25, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-950\/80 {
    --tw-gradient-to: rgba(76, 5, 25, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-950\/90 {
    --tw-gradient-to: rgba(76, 5, 25, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-rose-950\/95 {
    --tw-gradient-to: rgba(76, 5, 25, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-100 {
    --tw-gradient-to: #e0f2fe var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-100\/0 {
    --tw-gradient-to: rgba(224, 242, 254, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-100\/10 {
    --tw-gradient-to: rgba(224, 242, 254, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-100\/100 {
    --tw-gradient-to: #e0f2fe var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-100\/20 {
    --tw-gradient-to: rgba(224, 242, 254, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-100\/25 {
    --tw-gradient-to: rgba(224, 242, 254, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-100\/30 {
    --tw-gradient-to: rgba(224, 242, 254, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-100\/40 {
    --tw-gradient-to: rgba(224, 242, 254, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-100\/5 {
    --tw-gradient-to: rgba(224, 242, 254, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-100\/50 {
    --tw-gradient-to: rgba(224, 242, 254, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-100\/60 {
    --tw-gradient-to: rgba(224, 242, 254, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-100\/70 {
    --tw-gradient-to: rgba(224, 242, 254, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-100\/75 {
    --tw-gradient-to: rgba(224, 242, 254, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-100\/80 {
    --tw-gradient-to: rgba(224, 242, 254, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-100\/90 {
    --tw-gradient-to: rgba(224, 242, 254, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-100\/95 {
    --tw-gradient-to: rgba(224, 242, 254, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-200 {
    --tw-gradient-to: #bae6fd var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-200\/0 {
    --tw-gradient-to: rgba(186, 230, 253, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-200\/10 {
    --tw-gradient-to: rgba(186, 230, 253, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-200\/100 {
    --tw-gradient-to: #bae6fd var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-200\/20 {
    --tw-gradient-to: rgba(186, 230, 253, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-200\/25 {
    --tw-gradient-to: rgba(186, 230, 253, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-200\/30 {
    --tw-gradient-to: rgba(186, 230, 253, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-200\/40 {
    --tw-gradient-to: rgba(186, 230, 253, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-200\/5 {
    --tw-gradient-to: rgba(186, 230, 253, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-200\/50 {
    --tw-gradient-to: rgba(186, 230, 253, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-200\/60 {
    --tw-gradient-to: rgba(186, 230, 253, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-200\/70 {
    --tw-gradient-to: rgba(186, 230, 253, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-200\/75 {
    --tw-gradient-to: rgba(186, 230, 253, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-200\/80 {
    --tw-gradient-to: rgba(186, 230, 253, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-200\/90 {
    --tw-gradient-to: rgba(186, 230, 253, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-200\/95 {
    --tw-gradient-to: rgba(186, 230, 253, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-300 {
    --tw-gradient-to: #7dd3fc var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-300\/0 {
    --tw-gradient-to: rgba(125, 211, 252, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-300\/10 {
    --tw-gradient-to: rgba(125, 211, 252, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-300\/100 {
    --tw-gradient-to: #7dd3fc var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-300\/20 {
    --tw-gradient-to: rgba(125, 211, 252, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-300\/25 {
    --tw-gradient-to: rgba(125, 211, 252, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-300\/30 {
    --tw-gradient-to: rgba(125, 211, 252, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-300\/40 {
    --tw-gradient-to: rgba(125, 211, 252, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-300\/5 {
    --tw-gradient-to: rgba(125, 211, 252, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-300\/50 {
    --tw-gradient-to: rgba(125, 211, 252, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-300\/60 {
    --tw-gradient-to: rgba(125, 211, 252, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-300\/70 {
    --tw-gradient-to: rgba(125, 211, 252, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-300\/75 {
    --tw-gradient-to: rgba(125, 211, 252, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-300\/80 {
    --tw-gradient-to: rgba(125, 211, 252, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-300\/90 {
    --tw-gradient-to: rgba(125, 211, 252, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-300\/95 {
    --tw-gradient-to: rgba(125, 211, 252, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-400 {
    --tw-gradient-to: #38bdf8 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-400\/0 {
    --tw-gradient-to: rgba(56, 189, 248, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-400\/10 {
    --tw-gradient-to: rgba(56, 189, 248, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-400\/100 {
    --tw-gradient-to: #38bdf8 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-400\/20 {
    --tw-gradient-to: rgba(56, 189, 248, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-400\/25 {
    --tw-gradient-to: rgba(56, 189, 248, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-400\/30 {
    --tw-gradient-to: rgba(56, 189, 248, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-400\/40 {
    --tw-gradient-to: rgba(56, 189, 248, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-400\/5 {
    --tw-gradient-to: rgba(56, 189, 248, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-400\/50 {
    --tw-gradient-to: rgba(56, 189, 248, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-400\/60 {
    --tw-gradient-to: rgba(56, 189, 248, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-400\/70 {
    --tw-gradient-to: rgba(56, 189, 248, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-400\/75 {
    --tw-gradient-to: rgba(56, 189, 248, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-400\/80 {
    --tw-gradient-to: rgba(56, 189, 248, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-400\/90 {
    --tw-gradient-to: rgba(56, 189, 248, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-400\/95 {
    --tw-gradient-to: rgba(56, 189, 248, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-50 {
    --tw-gradient-to: #f0f9ff var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-50\/0 {
    --tw-gradient-to: rgba(240, 249, 255, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-50\/10 {
    --tw-gradient-to: rgba(240, 249, 255, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-50\/100 {
    --tw-gradient-to: #f0f9ff var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-50\/20 {
    --tw-gradient-to: rgba(240, 249, 255, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-50\/25 {
    --tw-gradient-to: rgba(240, 249, 255, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-50\/30 {
    --tw-gradient-to: rgba(240, 249, 255, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-50\/40 {
    --tw-gradient-to: rgba(240, 249, 255, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-50\/5 {
    --tw-gradient-to: rgba(240, 249, 255, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-50\/50 {
    --tw-gradient-to: rgba(240, 249, 255, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-50\/60 {
    --tw-gradient-to: rgba(240, 249, 255, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-50\/70 {
    --tw-gradient-to: rgba(240, 249, 255, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-50\/75 {
    --tw-gradient-to: rgba(240, 249, 255, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-50\/80 {
    --tw-gradient-to: rgba(240, 249, 255, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-50\/90 {
    --tw-gradient-to: rgba(240, 249, 255, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-50\/95 {
    --tw-gradient-to: rgba(240, 249, 255, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-500 {
    --tw-gradient-to: #0ea5e9 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-500\/0 {
    --tw-gradient-to: rgba(14, 165, 233, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-500\/10 {
    --tw-gradient-to: rgba(14, 165, 233, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-500\/100 {
    --tw-gradient-to: #0ea5e9 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-500\/20 {
    --tw-gradient-to: rgba(14, 165, 233, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-500\/25 {
    --tw-gradient-to: rgba(14, 165, 233, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-500\/30 {
    --tw-gradient-to: rgba(14, 165, 233, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-500\/40 {
    --tw-gradient-to: rgba(14, 165, 233, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-500\/5 {
    --tw-gradient-to: rgba(14, 165, 233, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-500\/50 {
    --tw-gradient-to: rgba(14, 165, 233, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-500\/60 {
    --tw-gradient-to: rgba(14, 165, 233, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-500\/70 {
    --tw-gradient-to: rgba(14, 165, 233, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-500\/75 {
    --tw-gradient-to: rgba(14, 165, 233, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-500\/80 {
    --tw-gradient-to: rgba(14, 165, 233, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-500\/90 {
    --tw-gradient-to: rgba(14, 165, 233, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-500\/95 {
    --tw-gradient-to: rgba(14, 165, 233, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-600 {
    --tw-gradient-to: #0284c7 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-600\/0 {
    --tw-gradient-to: rgba(2, 132, 199, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-600\/10 {
    --tw-gradient-to: rgba(2, 132, 199, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-600\/100 {
    --tw-gradient-to: #0284c7 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-600\/20 {
    --tw-gradient-to: rgba(2, 132, 199, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-600\/25 {
    --tw-gradient-to: rgba(2, 132, 199, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-600\/30 {
    --tw-gradient-to: rgba(2, 132, 199, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-600\/40 {
    --tw-gradient-to: rgba(2, 132, 199, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-600\/5 {
    --tw-gradient-to: rgba(2, 132, 199, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-600\/50 {
    --tw-gradient-to: rgba(2, 132, 199, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-600\/60 {
    --tw-gradient-to: rgba(2, 132, 199, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-600\/70 {
    --tw-gradient-to: rgba(2, 132, 199, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-600\/75 {
    --tw-gradient-to: rgba(2, 132, 199, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-600\/80 {
    --tw-gradient-to: rgba(2, 132, 199, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-600\/90 {
    --tw-gradient-to: rgba(2, 132, 199, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-600\/95 {
    --tw-gradient-to: rgba(2, 132, 199, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-700 {
    --tw-gradient-to: #0369a1 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-700\/0 {
    --tw-gradient-to: rgba(3, 105, 161, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-700\/10 {
    --tw-gradient-to: rgba(3, 105, 161, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-700\/100 {
    --tw-gradient-to: #0369a1 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-700\/20 {
    --tw-gradient-to: rgba(3, 105, 161, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-700\/25 {
    --tw-gradient-to: rgba(3, 105, 161, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-700\/30 {
    --tw-gradient-to: rgba(3, 105, 161, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-700\/40 {
    --tw-gradient-to: rgba(3, 105, 161, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-700\/5 {
    --tw-gradient-to: rgba(3, 105, 161, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-700\/50 {
    --tw-gradient-to: rgba(3, 105, 161, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-700\/60 {
    --tw-gradient-to: rgba(3, 105, 161, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-700\/70 {
    --tw-gradient-to: rgba(3, 105, 161, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-700\/75 {
    --tw-gradient-to: rgba(3, 105, 161, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-700\/80 {
    --tw-gradient-to: rgba(3, 105, 161, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-700\/90 {
    --tw-gradient-to: rgba(3, 105, 161, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-700\/95 {
    --tw-gradient-to: rgba(3, 105, 161, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-800 {
    --tw-gradient-to: #075985 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-800\/0 {
    --tw-gradient-to: rgba(7, 89, 133, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-800\/10 {
    --tw-gradient-to: rgba(7, 89, 133, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-800\/100 {
    --tw-gradient-to: #075985 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-800\/20 {
    --tw-gradient-to: rgba(7, 89, 133, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-800\/25 {
    --tw-gradient-to: rgba(7, 89, 133, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-800\/30 {
    --tw-gradient-to: rgba(7, 89, 133, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-800\/40 {
    --tw-gradient-to: rgba(7, 89, 133, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-800\/5 {
    --tw-gradient-to: rgba(7, 89, 133, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-800\/50 {
    --tw-gradient-to: rgba(7, 89, 133, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-800\/60 {
    --tw-gradient-to: rgba(7, 89, 133, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-800\/70 {
    --tw-gradient-to: rgba(7, 89, 133, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-800\/75 {
    --tw-gradient-to: rgba(7, 89, 133, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-800\/80 {
    --tw-gradient-to: rgba(7, 89, 133, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-800\/90 {
    --tw-gradient-to: rgba(7, 89, 133, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-800\/95 {
    --tw-gradient-to: rgba(7, 89, 133, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-900 {
    --tw-gradient-to: #0c4a6e var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-900\/0 {
    --tw-gradient-to: rgba(12, 74, 110, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-900\/10 {
    --tw-gradient-to: rgba(12, 74, 110, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-900\/100 {
    --tw-gradient-to: #0c4a6e var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-900\/20 {
    --tw-gradient-to: rgba(12, 74, 110, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-900\/25 {
    --tw-gradient-to: rgba(12, 74, 110, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-900\/30 {
    --tw-gradient-to: rgba(12, 74, 110, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-900\/40 {
    --tw-gradient-to: rgba(12, 74, 110, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-900\/5 {
    --tw-gradient-to: rgba(12, 74, 110, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-900\/50 {
    --tw-gradient-to: rgba(12, 74, 110, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-900\/60 {
    --tw-gradient-to: rgba(12, 74, 110, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-900\/70 {
    --tw-gradient-to: rgba(12, 74, 110, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-900\/75 {
    --tw-gradient-to: rgba(12, 74, 110, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-900\/80 {
    --tw-gradient-to: rgba(12, 74, 110, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-900\/90 {
    --tw-gradient-to: rgba(12, 74, 110, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-900\/95 {
    --tw-gradient-to: rgba(12, 74, 110, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-950 {
    --tw-gradient-to: #082f49 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-950\/0 {
    --tw-gradient-to: rgba(8, 47, 73, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-950\/10 {
    --tw-gradient-to: rgba(8, 47, 73, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-950\/100 {
    --tw-gradient-to: #082f49 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-950\/20 {
    --tw-gradient-to: rgba(8, 47, 73, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-950\/25 {
    --tw-gradient-to: rgba(8, 47, 73, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-950\/30 {
    --tw-gradient-to: rgba(8, 47, 73, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-950\/40 {
    --tw-gradient-to: rgba(8, 47, 73, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-950\/5 {
    --tw-gradient-to: rgba(8, 47, 73, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-950\/50 {
    --tw-gradient-to: rgba(8, 47, 73, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-950\/60 {
    --tw-gradient-to: rgba(8, 47, 73, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-950\/70 {
    --tw-gradient-to: rgba(8, 47, 73, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-950\/75 {
    --tw-gradient-to: rgba(8, 47, 73, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-950\/80 {
    --tw-gradient-to: rgba(8, 47, 73, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-950\/90 {
    --tw-gradient-to: rgba(8, 47, 73, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sky-950\/95 {
    --tw-gradient-to: rgba(8, 47, 73, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-100 {
    --tw-gradient-to: #f1f5f9 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-100\/0 {
    --tw-gradient-to: rgba(241, 245, 249, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-100\/10 {
    --tw-gradient-to: rgba(241, 245, 249, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-100\/100 {
    --tw-gradient-to: #f1f5f9 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-100\/20 {
    --tw-gradient-to: rgba(241, 245, 249, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-100\/25 {
    --tw-gradient-to: rgba(241, 245, 249, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-100\/30 {
    --tw-gradient-to: rgba(241, 245, 249, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-100\/40 {
    --tw-gradient-to: rgba(241, 245, 249, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-100\/5 {
    --tw-gradient-to: rgba(241, 245, 249, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-100\/50 {
    --tw-gradient-to: rgba(241, 245, 249, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-100\/60 {
    --tw-gradient-to: rgba(241, 245, 249, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-100\/70 {
    --tw-gradient-to: rgba(241, 245, 249, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-100\/75 {
    --tw-gradient-to: rgba(241, 245, 249, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-100\/80 {
    --tw-gradient-to: rgba(241, 245, 249, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-100\/90 {
    --tw-gradient-to: rgba(241, 245, 249, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-100\/95 {
    --tw-gradient-to: rgba(241, 245, 249, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-200 {
    --tw-gradient-to: #e2e8f0 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-200\/0 {
    --tw-gradient-to: rgba(226, 232, 240, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-200\/10 {
    --tw-gradient-to: rgba(226, 232, 240, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-200\/100 {
    --tw-gradient-to: #e2e8f0 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-200\/20 {
    --tw-gradient-to: rgba(226, 232, 240, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-200\/25 {
    --tw-gradient-to: rgba(226, 232, 240, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-200\/30 {
    --tw-gradient-to: rgba(226, 232, 240, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-200\/40 {
    --tw-gradient-to: rgba(226, 232, 240, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-200\/5 {
    --tw-gradient-to: rgba(226, 232, 240, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-200\/50 {
    --tw-gradient-to: rgba(226, 232, 240, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-200\/60 {
    --tw-gradient-to: rgba(226, 232, 240, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-200\/70 {
    --tw-gradient-to: rgba(226, 232, 240, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-200\/75 {
    --tw-gradient-to: rgba(226, 232, 240, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-200\/80 {
    --tw-gradient-to: rgba(226, 232, 240, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-200\/90 {
    --tw-gradient-to: rgba(226, 232, 240, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-200\/95 {
    --tw-gradient-to: rgba(226, 232, 240, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-300 {
    --tw-gradient-to: #cbd5e1 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-300\/0 {
    --tw-gradient-to: rgba(203, 213, 225, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-300\/10 {
    --tw-gradient-to: rgba(203, 213, 225, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-300\/100 {
    --tw-gradient-to: #cbd5e1 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-300\/20 {
    --tw-gradient-to: rgba(203, 213, 225, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-300\/25 {
    --tw-gradient-to: rgba(203, 213, 225, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-300\/30 {
    --tw-gradient-to: rgba(203, 213, 225, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-300\/40 {
    --tw-gradient-to: rgba(203, 213, 225, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-300\/5 {
    --tw-gradient-to: rgba(203, 213, 225, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-300\/50 {
    --tw-gradient-to: rgba(203, 213, 225, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-300\/60 {
    --tw-gradient-to: rgba(203, 213, 225, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-300\/70 {
    --tw-gradient-to: rgba(203, 213, 225, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-300\/75 {
    --tw-gradient-to: rgba(203, 213, 225, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-300\/80 {
    --tw-gradient-to: rgba(203, 213, 225, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-300\/90 {
    --tw-gradient-to: rgba(203, 213, 225, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-300\/95 {
    --tw-gradient-to: rgba(203, 213, 225, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-400 {
    --tw-gradient-to: #94a3b8 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-400\/0 {
    --tw-gradient-to: rgba(148, 163, 184, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-400\/10 {
    --tw-gradient-to: rgba(148, 163, 184, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-400\/100 {
    --tw-gradient-to: #94a3b8 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-400\/20 {
    --tw-gradient-to: rgba(148, 163, 184, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-400\/25 {
    --tw-gradient-to: rgba(148, 163, 184, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-400\/30 {
    --tw-gradient-to: rgba(148, 163, 184, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-400\/40 {
    --tw-gradient-to: rgba(148, 163, 184, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-400\/5 {
    --tw-gradient-to: rgba(148, 163, 184, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-400\/50 {
    --tw-gradient-to: rgba(148, 163, 184, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-400\/60 {
    --tw-gradient-to: rgba(148, 163, 184, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-400\/70 {
    --tw-gradient-to: rgba(148, 163, 184, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-400\/75 {
    --tw-gradient-to: rgba(148, 163, 184, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-400\/80 {
    --tw-gradient-to: rgba(148, 163, 184, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-400\/90 {
    --tw-gradient-to: rgba(148, 163, 184, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-400\/95 {
    --tw-gradient-to: rgba(148, 163, 184, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-50 {
    --tw-gradient-to: #f8fafc var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-50\/0 {
    --tw-gradient-to: rgba(248, 250, 252, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-50\/10 {
    --tw-gradient-to: rgba(248, 250, 252, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-50\/100 {
    --tw-gradient-to: #f8fafc var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-50\/20 {
    --tw-gradient-to: rgba(248, 250, 252, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-50\/25 {
    --tw-gradient-to: rgba(248, 250, 252, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-50\/30 {
    --tw-gradient-to: rgba(248, 250, 252, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-50\/40 {
    --tw-gradient-to: rgba(248, 250, 252, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-50\/5 {
    --tw-gradient-to: rgba(248, 250, 252, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-50\/50 {
    --tw-gradient-to: rgba(248, 250, 252, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-50\/60 {
    --tw-gradient-to: rgba(248, 250, 252, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-50\/70 {
    --tw-gradient-to: rgba(248, 250, 252, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-50\/75 {
    --tw-gradient-to: rgba(248, 250, 252, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-50\/80 {
    --tw-gradient-to: rgba(248, 250, 252, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-50\/90 {
    --tw-gradient-to: rgba(248, 250, 252, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-50\/95 {
    --tw-gradient-to: rgba(248, 250, 252, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-500 {
    --tw-gradient-to: #64748b var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-500\/0 {
    --tw-gradient-to: rgba(100, 116, 139, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-500\/10 {
    --tw-gradient-to: rgba(100, 116, 139, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-500\/100 {
    --tw-gradient-to: #64748b var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-500\/20 {
    --tw-gradient-to: rgba(100, 116, 139, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-500\/25 {
    --tw-gradient-to: rgba(100, 116, 139, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-500\/30 {
    --tw-gradient-to: rgba(100, 116, 139, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-500\/40 {
    --tw-gradient-to: rgba(100, 116, 139, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-500\/5 {
    --tw-gradient-to: rgba(100, 116, 139, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-500\/50 {
    --tw-gradient-to: rgba(100, 116, 139, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-500\/60 {
    --tw-gradient-to: rgba(100, 116, 139, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-500\/70 {
    --tw-gradient-to: rgba(100, 116, 139, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-500\/75 {
    --tw-gradient-to: rgba(100, 116, 139, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-500\/80 {
    --tw-gradient-to: rgba(100, 116, 139, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-500\/90 {
    --tw-gradient-to: rgba(100, 116, 139, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-500\/95 {
    --tw-gradient-to: rgba(100, 116, 139, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-600 {
    --tw-gradient-to: #475569 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-600\/0 {
    --tw-gradient-to: rgba(71, 85, 105, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-600\/10 {
    --tw-gradient-to: rgba(71, 85, 105, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-600\/100 {
    --tw-gradient-to: #475569 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-600\/20 {
    --tw-gradient-to: rgba(71, 85, 105, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-600\/25 {
    --tw-gradient-to: rgba(71, 85, 105, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-600\/30 {
    --tw-gradient-to: rgba(71, 85, 105, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-600\/40 {
    --tw-gradient-to: rgba(71, 85, 105, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-600\/5 {
    --tw-gradient-to: rgba(71, 85, 105, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-600\/50 {
    --tw-gradient-to: rgba(71, 85, 105, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-600\/60 {
    --tw-gradient-to: rgba(71, 85, 105, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-600\/70 {
    --tw-gradient-to: rgba(71, 85, 105, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-600\/75 {
    --tw-gradient-to: rgba(71, 85, 105, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-600\/80 {
    --tw-gradient-to: rgba(71, 85, 105, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-600\/90 {
    --tw-gradient-to: rgba(71, 85, 105, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-600\/95 {
    --tw-gradient-to: rgba(71, 85, 105, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-700 {
    --tw-gradient-to: #334155 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-700\/0 {
    --tw-gradient-to: rgba(51, 65, 85, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-700\/10 {
    --tw-gradient-to: rgba(51, 65, 85, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-700\/100 {
    --tw-gradient-to: #334155 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-700\/20 {
    --tw-gradient-to: rgba(51, 65, 85, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-700\/25 {
    --tw-gradient-to: rgba(51, 65, 85, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-700\/30 {
    --tw-gradient-to: rgba(51, 65, 85, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-700\/40 {
    --tw-gradient-to: rgba(51, 65, 85, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-700\/5 {
    --tw-gradient-to: rgba(51, 65, 85, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-700\/50 {
    --tw-gradient-to: rgba(51, 65, 85, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-700\/60 {
    --tw-gradient-to: rgba(51, 65, 85, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-700\/70 {
    --tw-gradient-to: rgba(51, 65, 85, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-700\/75 {
    --tw-gradient-to: rgba(51, 65, 85, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-700\/80 {
    --tw-gradient-to: rgba(51, 65, 85, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-700\/90 {
    --tw-gradient-to: rgba(51, 65, 85, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-700\/95 {
    --tw-gradient-to: rgba(51, 65, 85, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-800 {
    --tw-gradient-to: #1e293b var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-800\/0 {
    --tw-gradient-to: rgba(30, 41, 59, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-800\/10 {
    --tw-gradient-to: rgba(30, 41, 59, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-800\/100 {
    --tw-gradient-to: #1e293b var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-800\/20 {
    --tw-gradient-to: rgba(30, 41, 59, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-800\/25 {
    --tw-gradient-to: rgba(30, 41, 59, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-800\/30 {
    --tw-gradient-to: rgba(30, 41, 59, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-800\/40 {
    --tw-gradient-to: rgba(30, 41, 59, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-800\/5 {
    --tw-gradient-to: rgba(30, 41, 59, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-800\/50 {
    --tw-gradient-to: rgba(30, 41, 59, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-800\/60 {
    --tw-gradient-to: rgba(30, 41, 59, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-800\/70 {
    --tw-gradient-to: rgba(30, 41, 59, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-800\/75 {
    --tw-gradient-to: rgba(30, 41, 59, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-800\/80 {
    --tw-gradient-to: rgba(30, 41, 59, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-800\/90 {
    --tw-gradient-to: rgba(30, 41, 59, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-800\/95 {
    --tw-gradient-to: rgba(30, 41, 59, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-900 {
    --tw-gradient-to: #0f172a var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-900\/0 {
    --tw-gradient-to: rgba(15, 23, 42, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-900\/10 {
    --tw-gradient-to: rgba(15, 23, 42, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-900\/100 {
    --tw-gradient-to: #0f172a var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-900\/20 {
    --tw-gradient-to: rgba(15, 23, 42, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-900\/25 {
    --tw-gradient-to: rgba(15, 23, 42, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-900\/30 {
    --tw-gradient-to: rgba(15, 23, 42, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-900\/40 {
    --tw-gradient-to: rgba(15, 23, 42, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-900\/5 {
    --tw-gradient-to: rgba(15, 23, 42, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-900\/50 {
    --tw-gradient-to: rgba(15, 23, 42, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-900\/60 {
    --tw-gradient-to: rgba(15, 23, 42, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-900\/70 {
    --tw-gradient-to: rgba(15, 23, 42, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-900\/75 {
    --tw-gradient-to: rgba(15, 23, 42, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-900\/80 {
    --tw-gradient-to: rgba(15, 23, 42, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-900\/90 {
    --tw-gradient-to: rgba(15, 23, 42, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-900\/95 {
    --tw-gradient-to: rgba(15, 23, 42, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-950 {
    --tw-gradient-to: #020617 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-950\/0 {
    --tw-gradient-to: rgba(2, 6, 23, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-950\/10 {
    --tw-gradient-to: rgba(2, 6, 23, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-950\/100 {
    --tw-gradient-to: #020617 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-950\/20 {
    --tw-gradient-to: rgba(2, 6, 23, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-950\/25 {
    --tw-gradient-to: rgba(2, 6, 23, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-950\/30 {
    --tw-gradient-to: rgba(2, 6, 23, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-950\/40 {
    --tw-gradient-to: rgba(2, 6, 23, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-950\/5 {
    --tw-gradient-to: rgba(2, 6, 23, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-950\/50 {
    --tw-gradient-to: rgba(2, 6, 23, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-950\/60 {
    --tw-gradient-to: rgba(2, 6, 23, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-950\/70 {
    --tw-gradient-to: rgba(2, 6, 23, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-950\/75 {
    --tw-gradient-to: rgba(2, 6, 23, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-950\/80 {
    --tw-gradient-to: rgba(2, 6, 23, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-950\/90 {
    --tw-gradient-to: rgba(2, 6, 23, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-slate-950\/95 {
    --tw-gradient-to: rgba(2, 6, 23, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sscp-tangerine {
    --tw-gradient-to: #ef6b2a var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sscp-tangerine\/0 {
    --tw-gradient-to: rgba(239, 107, 42, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sscp-tangerine\/10 {
    --tw-gradient-to: rgba(239, 107, 42, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sscp-tangerine\/100 {
    --tw-gradient-to: #ef6b2a var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sscp-tangerine\/20 {
    --tw-gradient-to: rgba(239, 107, 42, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sscp-tangerine\/25 {
    --tw-gradient-to: rgba(239, 107, 42, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sscp-tangerine\/30 {
    --tw-gradient-to: rgba(239, 107, 42, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sscp-tangerine\/40 {
    --tw-gradient-to: rgba(239, 107, 42, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sscp-tangerine\/5 {
    --tw-gradient-to: rgba(239, 107, 42, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sscp-tangerine\/50 {
    --tw-gradient-to: rgba(239, 107, 42, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sscp-tangerine\/60 {
    --tw-gradient-to: rgba(239, 107, 42, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sscp-tangerine\/70 {
    --tw-gradient-to: rgba(239, 107, 42, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sscp-tangerine\/75 {
    --tw-gradient-to: rgba(239, 107, 42, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sscp-tangerine\/80 {
    --tw-gradient-to: rgba(239, 107, 42, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sscp-tangerine\/90 {
    --tw-gradient-to: rgba(239, 107, 42, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-sscp-tangerine\/95 {
    --tw-gradient-to: rgba(239, 107, 42, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-100 {
    --tw-gradient-to: #f5f5f4 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-100\/0 {
    --tw-gradient-to: hsla(60, 5%, 96%, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-100\/10 {
    --tw-gradient-to: hsla(60, 5%, 96%, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-100\/100 {
    --tw-gradient-to: #f5f5f4 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-100\/20 {
    --tw-gradient-to: hsla(60, 5%, 96%, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-100\/25 {
    --tw-gradient-to: hsla(60, 5%, 96%, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-100\/30 {
    --tw-gradient-to: hsla(60, 5%, 96%, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-100\/40 {
    --tw-gradient-to: hsla(60, 5%, 96%, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-100\/5 {
    --tw-gradient-to: hsla(60, 5%, 96%, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-100\/50 {
    --tw-gradient-to: hsla(60, 5%, 96%, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-100\/60 {
    --tw-gradient-to: hsla(60, 5%, 96%, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-100\/70 {
    --tw-gradient-to: hsla(60, 5%, 96%, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-100\/75 {
    --tw-gradient-to: hsla(60, 5%, 96%, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-100\/80 {
    --tw-gradient-to: hsla(60, 5%, 96%, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-100\/90 {
    --tw-gradient-to: hsla(60, 5%, 96%, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-100\/95 {
    --tw-gradient-to: hsla(60, 5%, 96%, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-200 {
    --tw-gradient-to: #e7e5e4 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-200\/0 {
    --tw-gradient-to: hsla(20, 6%, 90%, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-200\/10 {
    --tw-gradient-to: hsla(20, 6%, 90%, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-200\/100 {
    --tw-gradient-to: #e7e5e4 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-200\/20 {
    --tw-gradient-to: hsla(20, 6%, 90%, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-200\/25 {
    --tw-gradient-to: hsla(20, 6%, 90%, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-200\/30 {
    --tw-gradient-to: hsla(20, 6%, 90%, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-200\/40 {
    --tw-gradient-to: hsla(20, 6%, 90%, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-200\/5 {
    --tw-gradient-to: hsla(20, 6%, 90%, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-200\/50 {
    --tw-gradient-to: hsla(20, 6%, 90%, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-200\/60 {
    --tw-gradient-to: hsla(20, 6%, 90%, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-200\/70 {
    --tw-gradient-to: hsla(20, 6%, 90%, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-200\/75 {
    --tw-gradient-to: hsla(20, 6%, 90%, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-200\/80 {
    --tw-gradient-to: hsla(20, 6%, 90%, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-200\/90 {
    --tw-gradient-to: hsla(20, 6%, 90%, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-200\/95 {
    --tw-gradient-to: hsla(20, 6%, 90%, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-300 {
    --tw-gradient-to: #d6d3d1 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-300\/0 {
    --tw-gradient-to: hsla(24, 6%, 83%, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-300\/10 {
    --tw-gradient-to: hsla(24, 6%, 83%, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-300\/100 {
    --tw-gradient-to: #d6d3d1 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-300\/20 {
    --tw-gradient-to: hsla(24, 6%, 83%, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-300\/25 {
    --tw-gradient-to: hsla(24, 6%, 83%, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-300\/30 {
    --tw-gradient-to: hsla(24, 6%, 83%, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-300\/40 {
    --tw-gradient-to: hsla(24, 6%, 83%, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-300\/5 {
    --tw-gradient-to: hsla(24, 6%, 83%, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-300\/50 {
    --tw-gradient-to: hsla(24, 6%, 83%, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-300\/60 {
    --tw-gradient-to: hsla(24, 6%, 83%, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-300\/70 {
    --tw-gradient-to: hsla(24, 6%, 83%, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-300\/75 {
    --tw-gradient-to: hsla(24, 6%, 83%, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-300\/80 {
    --tw-gradient-to: hsla(24, 6%, 83%, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-300\/90 {
    --tw-gradient-to: hsla(24, 6%, 83%, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-300\/95 {
    --tw-gradient-to: hsla(24, 6%, 83%, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-400 {
    --tw-gradient-to: #a8a29e var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-400\/0 {
    --tw-gradient-to: hsla(24, 5%, 64%, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-400\/10 {
    --tw-gradient-to: hsla(24, 5%, 64%, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-400\/100 {
    --tw-gradient-to: #a8a29e var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-400\/20 {
    --tw-gradient-to: hsla(24, 5%, 64%, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-400\/25 {
    --tw-gradient-to: hsla(24, 5%, 64%, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-400\/30 {
    --tw-gradient-to: hsla(24, 5%, 64%, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-400\/40 {
    --tw-gradient-to: hsla(24, 5%, 64%, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-400\/5 {
    --tw-gradient-to: hsla(24, 5%, 64%, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-400\/50 {
    --tw-gradient-to: hsla(24, 5%, 64%, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-400\/60 {
    --tw-gradient-to: hsla(24, 5%, 64%, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-400\/70 {
    --tw-gradient-to: hsla(24, 5%, 64%, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-400\/75 {
    --tw-gradient-to: hsla(24, 5%, 64%, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-400\/80 {
    --tw-gradient-to: hsla(24, 5%, 64%, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-400\/90 {
    --tw-gradient-to: hsla(24, 5%, 64%, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-400\/95 {
    --tw-gradient-to: hsla(24, 5%, 64%, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-50 {
    --tw-gradient-to: #fafaf9 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-50\/0 {
    --tw-gradient-to: hsla(60, 9%, 98%, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-50\/10 {
    --tw-gradient-to: hsla(60, 9%, 98%, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-50\/100 {
    --tw-gradient-to: #fafaf9 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-50\/20 {
    --tw-gradient-to: hsla(60, 9%, 98%, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-50\/25 {
    --tw-gradient-to: hsla(60, 9%, 98%, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-50\/30 {
    --tw-gradient-to: hsla(60, 9%, 98%, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-50\/40 {
    --tw-gradient-to: hsla(60, 9%, 98%, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-50\/5 {
    --tw-gradient-to: hsla(60, 9%, 98%, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-50\/50 {
    --tw-gradient-to: hsla(60, 9%, 98%, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-50\/60 {
    --tw-gradient-to: hsla(60, 9%, 98%, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-50\/70 {
    --tw-gradient-to: hsla(60, 9%, 98%, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-50\/75 {
    --tw-gradient-to: hsla(60, 9%, 98%, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-50\/80 {
    --tw-gradient-to: hsla(60, 9%, 98%, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-50\/90 {
    --tw-gradient-to: hsla(60, 9%, 98%, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-50\/95 {
    --tw-gradient-to: hsla(60, 9%, 98%, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-500 {
    --tw-gradient-to: #78716c var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-500\/0 {
    --tw-gradient-to: hsla(25, 5%, 45%, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-500\/10 {
    --tw-gradient-to: hsla(25, 5%, 45%, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-500\/100 {
    --tw-gradient-to: #78716c var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-500\/20 {
    --tw-gradient-to: hsla(25, 5%, 45%, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-500\/25 {
    --tw-gradient-to: hsla(25, 5%, 45%, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-500\/30 {
    --tw-gradient-to: hsla(25, 5%, 45%, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-500\/40 {
    --tw-gradient-to: hsla(25, 5%, 45%, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-500\/5 {
    --tw-gradient-to: hsla(25, 5%, 45%, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-500\/50 {
    --tw-gradient-to: hsla(25, 5%, 45%, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-500\/60 {
    --tw-gradient-to: hsla(25, 5%, 45%, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-500\/70 {
    --tw-gradient-to: hsla(25, 5%, 45%, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-500\/75 {
    --tw-gradient-to: hsla(25, 5%, 45%, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-500\/80 {
    --tw-gradient-to: hsla(25, 5%, 45%, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-500\/90 {
    --tw-gradient-to: hsla(25, 5%, 45%, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-500\/95 {
    --tw-gradient-to: hsla(25, 5%, 45%, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-600 {
    --tw-gradient-to: #57534e var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-600\/0 {
    --tw-gradient-to: rgba(87, 83, 78, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-600\/10 {
    --tw-gradient-to: rgba(87, 83, 78, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-600\/100 {
    --tw-gradient-to: #57534e var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-600\/20 {
    --tw-gradient-to: rgba(87, 83, 78, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-600\/25 {
    --tw-gradient-to: rgba(87, 83, 78, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-600\/30 {
    --tw-gradient-to: rgba(87, 83, 78, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-600\/40 {
    --tw-gradient-to: rgba(87, 83, 78, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-600\/5 {
    --tw-gradient-to: rgba(87, 83, 78, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-600\/50 {
    --tw-gradient-to: rgba(87, 83, 78, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-600\/60 {
    --tw-gradient-to: rgba(87, 83, 78, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-600\/70 {
    --tw-gradient-to: rgba(87, 83, 78, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-600\/75 {
    --tw-gradient-to: rgba(87, 83, 78, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-600\/80 {
    --tw-gradient-to: rgba(87, 83, 78, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-600\/90 {
    --tw-gradient-to: rgba(87, 83, 78, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-600\/95 {
    --tw-gradient-to: rgba(87, 83, 78, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-700 {
    --tw-gradient-to: #44403c var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-700\/0 {
    --tw-gradient-to: rgba(68, 64, 60, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-700\/10 {
    --tw-gradient-to: rgba(68, 64, 60, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-700\/100 {
    --tw-gradient-to: #44403c var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-700\/20 {
    --tw-gradient-to: rgba(68, 64, 60, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-700\/25 {
    --tw-gradient-to: rgba(68, 64, 60, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-700\/30 {
    --tw-gradient-to: rgba(68, 64, 60, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-700\/40 {
    --tw-gradient-to: rgba(68, 64, 60, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-700\/5 {
    --tw-gradient-to: rgba(68, 64, 60, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-700\/50 {
    --tw-gradient-to: rgba(68, 64, 60, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-700\/60 {
    --tw-gradient-to: rgba(68, 64, 60, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-700\/70 {
    --tw-gradient-to: rgba(68, 64, 60, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-700\/75 {
    --tw-gradient-to: rgba(68, 64, 60, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-700\/80 {
    --tw-gradient-to: rgba(68, 64, 60, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-700\/90 {
    --tw-gradient-to: rgba(68, 64, 60, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-700\/95 {
    --tw-gradient-to: rgba(68, 64, 60, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-800 {
    --tw-gradient-to: #292524 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-800\/0 {
    --tw-gradient-to: rgba(41, 37, 36, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-800\/10 {
    --tw-gradient-to: rgba(41, 37, 36, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-800\/100 {
    --tw-gradient-to: #292524 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-800\/20 {
    --tw-gradient-to: rgba(41, 37, 36, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-800\/25 {
    --tw-gradient-to: rgba(41, 37, 36, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-800\/30 {
    --tw-gradient-to: rgba(41, 37, 36, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-800\/40 {
    --tw-gradient-to: rgba(41, 37, 36, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-800\/5 {
    --tw-gradient-to: rgba(41, 37, 36, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-800\/50 {
    --tw-gradient-to: rgba(41, 37, 36, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-800\/60 {
    --tw-gradient-to: rgba(41, 37, 36, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-800\/70 {
    --tw-gradient-to: rgba(41, 37, 36, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-800\/75 {
    --tw-gradient-to: rgba(41, 37, 36, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-800\/80 {
    --tw-gradient-to: rgba(41, 37, 36, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-800\/90 {
    --tw-gradient-to: rgba(41, 37, 36, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-800\/95 {
    --tw-gradient-to: rgba(41, 37, 36, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-900 {
    --tw-gradient-to: #1c1917 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-900\/0 {
    --tw-gradient-to: rgba(28, 25, 23, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-900\/10 {
    --tw-gradient-to: rgba(28, 25, 23, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-900\/100 {
    --tw-gradient-to: #1c1917 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-900\/20 {
    --tw-gradient-to: rgba(28, 25, 23, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-900\/25 {
    --tw-gradient-to: rgba(28, 25, 23, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-900\/30 {
    --tw-gradient-to: rgba(28, 25, 23, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-900\/40 {
    --tw-gradient-to: rgba(28, 25, 23, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-900\/5 {
    --tw-gradient-to: rgba(28, 25, 23, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-900\/50 {
    --tw-gradient-to: rgba(28, 25, 23, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-900\/60 {
    --tw-gradient-to: rgba(28, 25, 23, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-900\/70 {
    --tw-gradient-to: rgba(28, 25, 23, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-900\/75 {
    --tw-gradient-to: rgba(28, 25, 23, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-900\/80 {
    --tw-gradient-to: rgba(28, 25, 23, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-900\/90 {
    --tw-gradient-to: rgba(28, 25, 23, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-900\/95 {
    --tw-gradient-to: rgba(28, 25, 23, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-950 {
    --tw-gradient-to: #0c0a09 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-950\/0 {
    --tw-gradient-to: rgba(12, 10, 9, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-950\/10 {
    --tw-gradient-to: rgba(12, 10, 9, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-950\/100 {
    --tw-gradient-to: #0c0a09 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-950\/20 {
    --tw-gradient-to: rgba(12, 10, 9, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-950\/25 {
    --tw-gradient-to: rgba(12, 10, 9, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-950\/30 {
    --tw-gradient-to: rgba(12, 10, 9, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-950\/40 {
    --tw-gradient-to: rgba(12, 10, 9, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-950\/5 {
    --tw-gradient-to: rgba(12, 10, 9, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-950\/50 {
    --tw-gradient-to: rgba(12, 10, 9, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-950\/60 {
    --tw-gradient-to: rgba(12, 10, 9, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-950\/70 {
    --tw-gradient-to: rgba(12, 10, 9, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-950\/75 {
    --tw-gradient-to: rgba(12, 10, 9, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-950\/80 {
    --tw-gradient-to: rgba(12, 10, 9, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-950\/90 {
    --tw-gradient-to: rgba(12, 10, 9, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-stone-950\/95 {
    --tw-gradient-to: rgba(12, 10, 9, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-100 {
    --tw-gradient-to: #ccfbf1 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-100\/0 {
    --tw-gradient-to: rgba(204, 251, 241, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-100\/10 {
    --tw-gradient-to: rgba(204, 251, 241, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-100\/100 {
    --tw-gradient-to: #ccfbf1 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-100\/20 {
    --tw-gradient-to: rgba(204, 251, 241, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-100\/25 {
    --tw-gradient-to: rgba(204, 251, 241, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-100\/30 {
    --tw-gradient-to: rgba(204, 251, 241, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-100\/40 {
    --tw-gradient-to: rgba(204, 251, 241, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-100\/5 {
    --tw-gradient-to: rgba(204, 251, 241, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-100\/50 {
    --tw-gradient-to: rgba(204, 251, 241, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-100\/60 {
    --tw-gradient-to: rgba(204, 251, 241, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-100\/70 {
    --tw-gradient-to: rgba(204, 251, 241, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-100\/75 {
    --tw-gradient-to: rgba(204, 251, 241, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-100\/80 {
    --tw-gradient-to: rgba(204, 251, 241, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-100\/90 {
    --tw-gradient-to: rgba(204, 251, 241, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-100\/95 {
    --tw-gradient-to: rgba(204, 251, 241, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-200 {
    --tw-gradient-to: #99f6e4 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-200\/0 {
    --tw-gradient-to: rgba(153, 246, 228, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-200\/10 {
    --tw-gradient-to: rgba(153, 246, 228, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-200\/100 {
    --tw-gradient-to: #99f6e4 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-200\/20 {
    --tw-gradient-to: rgba(153, 246, 228, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-200\/25 {
    --tw-gradient-to: rgba(153, 246, 228, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-200\/30 {
    --tw-gradient-to: rgba(153, 246, 228, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-200\/40 {
    --tw-gradient-to: rgba(153, 246, 228, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-200\/5 {
    --tw-gradient-to: rgba(153, 246, 228, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-200\/50 {
    --tw-gradient-to: rgba(153, 246, 228, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-200\/60 {
    --tw-gradient-to: rgba(153, 246, 228, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-200\/70 {
    --tw-gradient-to: rgba(153, 246, 228, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-200\/75 {
    --tw-gradient-to: rgba(153, 246, 228, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-200\/80 {
    --tw-gradient-to: rgba(153, 246, 228, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-200\/90 {
    --tw-gradient-to: rgba(153, 246, 228, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-200\/95 {
    --tw-gradient-to: rgba(153, 246, 228, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-300 {
    --tw-gradient-to: #5eead4 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-300\/0 {
    --tw-gradient-to: rgba(94, 234, 212, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-300\/10 {
    --tw-gradient-to: rgba(94, 234, 212, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-300\/100 {
    --tw-gradient-to: #5eead4 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-300\/20 {
    --tw-gradient-to: rgba(94, 234, 212, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-300\/25 {
    --tw-gradient-to: rgba(94, 234, 212, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-300\/30 {
    --tw-gradient-to: rgba(94, 234, 212, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-300\/40 {
    --tw-gradient-to: rgba(94, 234, 212, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-300\/5 {
    --tw-gradient-to: rgba(94, 234, 212, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-300\/50 {
    --tw-gradient-to: rgba(94, 234, 212, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-300\/60 {
    --tw-gradient-to: rgba(94, 234, 212, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-300\/70 {
    --tw-gradient-to: rgba(94, 234, 212, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-300\/75 {
    --tw-gradient-to: rgba(94, 234, 212, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-300\/80 {
    --tw-gradient-to: rgba(94, 234, 212, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-300\/90 {
    --tw-gradient-to: rgba(94, 234, 212, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-300\/95 {
    --tw-gradient-to: rgba(94, 234, 212, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-400 {
    --tw-gradient-to: #2dd4bf var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-400\/0 {
    --tw-gradient-to: rgba(45, 212, 191, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-400\/10 {
    --tw-gradient-to: rgba(45, 212, 191, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-400\/100 {
    --tw-gradient-to: #2dd4bf var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-400\/20 {
    --tw-gradient-to: rgba(45, 212, 191, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-400\/25 {
    --tw-gradient-to: rgba(45, 212, 191, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-400\/30 {
    --tw-gradient-to: rgba(45, 212, 191, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-400\/40 {
    --tw-gradient-to: rgba(45, 212, 191, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-400\/5 {
    --tw-gradient-to: rgba(45, 212, 191, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-400\/50 {
    --tw-gradient-to: rgba(45, 212, 191, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-400\/60 {
    --tw-gradient-to: rgba(45, 212, 191, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-400\/70 {
    --tw-gradient-to: rgba(45, 212, 191, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-400\/75 {
    --tw-gradient-to: rgba(45, 212, 191, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-400\/80 {
    --tw-gradient-to: rgba(45, 212, 191, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-400\/90 {
    --tw-gradient-to: rgba(45, 212, 191, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-400\/95 {
    --tw-gradient-to: rgba(45, 212, 191, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-50 {
    --tw-gradient-to: #f0fdfa var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-50\/0 {
    --tw-gradient-to: rgba(240, 253, 250, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-50\/10 {
    --tw-gradient-to: rgba(240, 253, 250, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-50\/100 {
    --tw-gradient-to: #f0fdfa var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-50\/20 {
    --tw-gradient-to: rgba(240, 253, 250, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-50\/25 {
    --tw-gradient-to: rgba(240, 253, 250, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-50\/30 {
    --tw-gradient-to: rgba(240, 253, 250, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-50\/40 {
    --tw-gradient-to: rgba(240, 253, 250, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-50\/5 {
    --tw-gradient-to: rgba(240, 253, 250, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-50\/50 {
    --tw-gradient-to: rgba(240, 253, 250, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-50\/60 {
    --tw-gradient-to: rgba(240, 253, 250, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-50\/70 {
    --tw-gradient-to: rgba(240, 253, 250, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-50\/75 {
    --tw-gradient-to: rgba(240, 253, 250, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-50\/80 {
    --tw-gradient-to: rgba(240, 253, 250, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-50\/90 {
    --tw-gradient-to: rgba(240, 253, 250, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-50\/95 {
    --tw-gradient-to: rgba(240, 253, 250, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-500 {
    --tw-gradient-to: #14b8a6 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-500\/0 {
    --tw-gradient-to: rgba(20, 184, 166, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-500\/10 {
    --tw-gradient-to: rgba(20, 184, 166, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-500\/100 {
    --tw-gradient-to: #14b8a6 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-500\/20 {
    --tw-gradient-to: rgba(20, 184, 166, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-500\/25 {
    --tw-gradient-to: rgba(20, 184, 166, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-500\/30 {
    --tw-gradient-to: rgba(20, 184, 166, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-500\/40 {
    --tw-gradient-to: rgba(20, 184, 166, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-500\/5 {
    --tw-gradient-to: rgba(20, 184, 166, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-500\/50 {
    --tw-gradient-to: rgba(20, 184, 166, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-500\/60 {
    --tw-gradient-to: rgba(20, 184, 166, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-500\/70 {
    --tw-gradient-to: rgba(20, 184, 166, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-500\/75 {
    --tw-gradient-to: rgba(20, 184, 166, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-500\/80 {
    --tw-gradient-to: rgba(20, 184, 166, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-500\/90 {
    --tw-gradient-to: rgba(20, 184, 166, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-500\/95 {
    --tw-gradient-to: rgba(20, 184, 166, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-600 {
    --tw-gradient-to: #0d9488 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-600\/0 {
    --tw-gradient-to: rgba(13, 148, 136, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-600\/10 {
    --tw-gradient-to: rgba(13, 148, 136, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-600\/100 {
    --tw-gradient-to: #0d9488 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-600\/20 {
    --tw-gradient-to: rgba(13, 148, 136, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-600\/25 {
    --tw-gradient-to: rgba(13, 148, 136, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-600\/30 {
    --tw-gradient-to: rgba(13, 148, 136, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-600\/40 {
    --tw-gradient-to: rgba(13, 148, 136, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-600\/5 {
    --tw-gradient-to: rgba(13, 148, 136, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-600\/50 {
    --tw-gradient-to: rgba(13, 148, 136, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-600\/60 {
    --tw-gradient-to: rgba(13, 148, 136, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-600\/70 {
    --tw-gradient-to: rgba(13, 148, 136, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-600\/75 {
    --tw-gradient-to: rgba(13, 148, 136, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-600\/80 {
    --tw-gradient-to: rgba(13, 148, 136, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-600\/90 {
    --tw-gradient-to: rgba(13, 148, 136, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-600\/95 {
    --tw-gradient-to: rgba(13, 148, 136, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-700 {
    --tw-gradient-to: #0f766e var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-700\/0 {
    --tw-gradient-to: rgba(15, 118, 110, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-700\/10 {
    --tw-gradient-to: rgba(15, 118, 110, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-700\/100 {
    --tw-gradient-to: #0f766e var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-700\/20 {
    --tw-gradient-to: rgba(15, 118, 110, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-700\/25 {
    --tw-gradient-to: rgba(15, 118, 110, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-700\/30 {
    --tw-gradient-to: rgba(15, 118, 110, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-700\/40 {
    --tw-gradient-to: rgba(15, 118, 110, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-700\/5 {
    --tw-gradient-to: rgba(15, 118, 110, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-700\/50 {
    --tw-gradient-to: rgba(15, 118, 110, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-700\/60 {
    --tw-gradient-to: rgba(15, 118, 110, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-700\/70 {
    --tw-gradient-to: rgba(15, 118, 110, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-700\/75 {
    --tw-gradient-to: rgba(15, 118, 110, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-700\/80 {
    --tw-gradient-to: rgba(15, 118, 110, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-700\/90 {
    --tw-gradient-to: rgba(15, 118, 110, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-700\/95 {
    --tw-gradient-to: rgba(15, 118, 110, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-800 {
    --tw-gradient-to: #115e59 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-800\/0 {
    --tw-gradient-to: rgba(17, 94, 89, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-800\/10 {
    --tw-gradient-to: rgba(17, 94, 89, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-800\/100 {
    --tw-gradient-to: #115e59 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-800\/20 {
    --tw-gradient-to: rgba(17, 94, 89, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-800\/25 {
    --tw-gradient-to: rgba(17, 94, 89, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-800\/30 {
    --tw-gradient-to: rgba(17, 94, 89, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-800\/40 {
    --tw-gradient-to: rgba(17, 94, 89, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-800\/5 {
    --tw-gradient-to: rgba(17, 94, 89, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-800\/50 {
    --tw-gradient-to: rgba(17, 94, 89, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-800\/60 {
    --tw-gradient-to: rgba(17, 94, 89, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-800\/70 {
    --tw-gradient-to: rgba(17, 94, 89, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-800\/75 {
    --tw-gradient-to: rgba(17, 94, 89, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-800\/80 {
    --tw-gradient-to: rgba(17, 94, 89, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-800\/90 {
    --tw-gradient-to: rgba(17, 94, 89, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-800\/95 {
    --tw-gradient-to: rgba(17, 94, 89, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-900 {
    --tw-gradient-to: #134e4a var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-900\/0 {
    --tw-gradient-to: rgba(19, 78, 74, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-900\/10 {
    --tw-gradient-to: rgba(19, 78, 74, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-900\/100 {
    --tw-gradient-to: #134e4a var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-900\/20 {
    --tw-gradient-to: rgba(19, 78, 74, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-900\/25 {
    --tw-gradient-to: rgba(19, 78, 74, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-900\/30 {
    --tw-gradient-to: rgba(19, 78, 74, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-900\/40 {
    --tw-gradient-to: rgba(19, 78, 74, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-900\/5 {
    --tw-gradient-to: rgba(19, 78, 74, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-900\/50 {
    --tw-gradient-to: rgba(19, 78, 74, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-900\/60 {
    --tw-gradient-to: rgba(19, 78, 74, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-900\/70 {
    --tw-gradient-to: rgba(19, 78, 74, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-900\/75 {
    --tw-gradient-to: rgba(19, 78, 74, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-900\/80 {
    --tw-gradient-to: rgba(19, 78, 74, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-900\/90 {
    --tw-gradient-to: rgba(19, 78, 74, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-900\/95 {
    --tw-gradient-to: rgba(19, 78, 74, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-950 {
    --tw-gradient-to: #042f2e var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-950\/0 {
    --tw-gradient-to: rgba(4, 47, 46, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-950\/10 {
    --tw-gradient-to: rgba(4, 47, 46, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-950\/100 {
    --tw-gradient-to: #042f2e var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-950\/20 {
    --tw-gradient-to: rgba(4, 47, 46, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-950\/25 {
    --tw-gradient-to: rgba(4, 47, 46, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-950\/30 {
    --tw-gradient-to: rgba(4, 47, 46, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-950\/40 {
    --tw-gradient-to: rgba(4, 47, 46, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-950\/5 {
    --tw-gradient-to: rgba(4, 47, 46, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-950\/50 {
    --tw-gradient-to: rgba(4, 47, 46, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-950\/60 {
    --tw-gradient-to: rgba(4, 47, 46, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-950\/70 {
    --tw-gradient-to: rgba(4, 47, 46, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-950\/75 {
    --tw-gradient-to: rgba(4, 47, 46, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-950\/80 {
    --tw-gradient-to: rgba(4, 47, 46, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-950\/90 {
    --tw-gradient-to: rgba(4, 47, 46, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-teal-950\/95 {
    --tw-gradient-to: rgba(4, 47, 46, .95) var(--tw-gradient-to-position)
}

.to-transparent,
.v10-sitecore-container .to-transparent\/0 {
    --tw-gradient-to: transparent var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-transparent\/10 {
    --tw-gradient-to: rgba(0, 0, 0, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-transparent\/100 {
    --tw-gradient-to: #000 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-transparent\/20 {
    --tw-gradient-to: rgba(0, 0, 0, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-transparent\/25 {
    --tw-gradient-to: rgba(0, 0, 0, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-transparent\/30 {
    --tw-gradient-to: rgba(0, 0, 0, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-transparent\/40 {
    --tw-gradient-to: rgba(0, 0, 0, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-transparent\/5 {
    --tw-gradient-to: rgba(0, 0, 0, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-transparent\/50 {
    --tw-gradient-to: rgba(0, 0, 0, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-transparent\/60 {
    --tw-gradient-to: rgba(0, 0, 0, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-transparent\/70 {
    --tw-gradient-to: rgba(0, 0, 0, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-transparent\/75 {
    --tw-gradient-to: rgba(0, 0, 0, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-transparent\/80 {
    --tw-gradient-to: rgba(0, 0, 0, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-transparent\/90 {
    --tw-gradient-to: rgba(0, 0, 0, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-transparent\/95 {
    --tw-gradient-to: rgba(0, 0, 0, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-100 {
    --tw-gradient-to: #ede9fe var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-100\/0 {
    --tw-gradient-to: rgba(237, 233, 254, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-100\/10 {
    --tw-gradient-to: rgba(237, 233, 254, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-100\/100 {
    --tw-gradient-to: #ede9fe var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-100\/20 {
    --tw-gradient-to: rgba(237, 233, 254, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-100\/25 {
    --tw-gradient-to: rgba(237, 233, 254, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-100\/30 {
    --tw-gradient-to: rgba(237, 233, 254, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-100\/40 {
    --tw-gradient-to: rgba(237, 233, 254, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-100\/5 {
    --tw-gradient-to: rgba(237, 233, 254, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-100\/50 {
    --tw-gradient-to: rgba(237, 233, 254, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-100\/60 {
    --tw-gradient-to: rgba(237, 233, 254, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-100\/70 {
    --tw-gradient-to: rgba(237, 233, 254, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-100\/75 {
    --tw-gradient-to: rgba(237, 233, 254, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-100\/80 {
    --tw-gradient-to: rgba(237, 233, 254, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-100\/90 {
    --tw-gradient-to: rgba(237, 233, 254, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-100\/95 {
    --tw-gradient-to: rgba(237, 233, 254, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-200 {
    --tw-gradient-to: #ddd6fe var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-200\/0 {
    --tw-gradient-to: rgba(221, 214, 254, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-200\/10 {
    --tw-gradient-to: rgba(221, 214, 254, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-200\/100 {
    --tw-gradient-to: #ddd6fe var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-200\/20 {
    --tw-gradient-to: rgba(221, 214, 254, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-200\/25 {
    --tw-gradient-to: rgba(221, 214, 254, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-200\/30 {
    --tw-gradient-to: rgba(221, 214, 254, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-200\/40 {
    --tw-gradient-to: rgba(221, 214, 254, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-200\/5 {
    --tw-gradient-to: rgba(221, 214, 254, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-200\/50 {
    --tw-gradient-to: rgba(221, 214, 254, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-200\/60 {
    --tw-gradient-to: rgba(221, 214, 254, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-200\/70 {
    --tw-gradient-to: rgba(221, 214, 254, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-200\/75 {
    --tw-gradient-to: rgba(221, 214, 254, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-200\/80 {
    --tw-gradient-to: rgba(221, 214, 254, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-200\/90 {
    --tw-gradient-to: rgba(221, 214, 254, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-200\/95 {
    --tw-gradient-to: rgba(221, 214, 254, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-300 {
    --tw-gradient-to: #c4b5fd var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-300\/0 {
    --tw-gradient-to: rgba(196, 181, 253, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-300\/10 {
    --tw-gradient-to: rgba(196, 181, 253, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-300\/100 {
    --tw-gradient-to: #c4b5fd var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-300\/20 {
    --tw-gradient-to: rgba(196, 181, 253, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-300\/25 {
    --tw-gradient-to: rgba(196, 181, 253, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-300\/30 {
    --tw-gradient-to: rgba(196, 181, 253, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-300\/40 {
    --tw-gradient-to: rgba(196, 181, 253, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-300\/5 {
    --tw-gradient-to: rgba(196, 181, 253, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-300\/50 {
    --tw-gradient-to: rgba(196, 181, 253, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-300\/60 {
    --tw-gradient-to: rgba(196, 181, 253, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-300\/70 {
    --tw-gradient-to: rgba(196, 181, 253, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-300\/75 {
    --tw-gradient-to: rgba(196, 181, 253, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-300\/80 {
    --tw-gradient-to: rgba(196, 181, 253, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-300\/90 {
    --tw-gradient-to: rgba(196, 181, 253, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-300\/95 {
    --tw-gradient-to: rgba(196, 181, 253, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-400 {
    --tw-gradient-to: #a78bfa var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-400\/0 {
    --tw-gradient-to: rgba(167, 139, 250, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-400\/10 {
    --tw-gradient-to: rgba(167, 139, 250, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-400\/100 {
    --tw-gradient-to: #a78bfa var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-400\/20 {
    --tw-gradient-to: rgba(167, 139, 250, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-400\/25 {
    --tw-gradient-to: rgba(167, 139, 250, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-400\/30 {
    --tw-gradient-to: rgba(167, 139, 250, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-400\/40 {
    --tw-gradient-to: rgba(167, 139, 250, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-400\/5 {
    --tw-gradient-to: rgba(167, 139, 250, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-400\/50 {
    --tw-gradient-to: rgba(167, 139, 250, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-400\/60 {
    --tw-gradient-to: rgba(167, 139, 250, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-400\/70 {
    --tw-gradient-to: rgba(167, 139, 250, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-400\/75 {
    --tw-gradient-to: rgba(167, 139, 250, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-400\/80 {
    --tw-gradient-to: rgba(167, 139, 250, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-400\/90 {
    --tw-gradient-to: rgba(167, 139, 250, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-400\/95 {
    --tw-gradient-to: rgba(167, 139, 250, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-50 {
    --tw-gradient-to: #f5f3ff var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-50\/0 {
    --tw-gradient-to: rgba(245, 243, 255, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-50\/10 {
    --tw-gradient-to: rgba(245, 243, 255, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-50\/100 {
    --tw-gradient-to: #f5f3ff var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-50\/20 {
    --tw-gradient-to: rgba(245, 243, 255, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-50\/25 {
    --tw-gradient-to: rgba(245, 243, 255, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-50\/30 {
    --tw-gradient-to: rgba(245, 243, 255, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-50\/40 {
    --tw-gradient-to: rgba(245, 243, 255, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-50\/5 {
    --tw-gradient-to: rgba(245, 243, 255, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-50\/50 {
    --tw-gradient-to: rgba(245, 243, 255, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-50\/60 {
    --tw-gradient-to: rgba(245, 243, 255, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-50\/70 {
    --tw-gradient-to: rgba(245, 243, 255, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-50\/75 {
    --tw-gradient-to: rgba(245, 243, 255, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-50\/80 {
    --tw-gradient-to: rgba(245, 243, 255, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-50\/90 {
    --tw-gradient-to: rgba(245, 243, 255, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-50\/95 {
    --tw-gradient-to: rgba(245, 243, 255, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-500 {
    --tw-gradient-to: #8b5cf6 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-500\/0 {
    --tw-gradient-to: rgba(139, 92, 246, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-500\/10 {
    --tw-gradient-to: rgba(139, 92, 246, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-500\/100 {
    --tw-gradient-to: #8b5cf6 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-500\/20 {
    --tw-gradient-to: rgba(139, 92, 246, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-500\/25 {
    --tw-gradient-to: rgba(139, 92, 246, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-500\/30 {
    --tw-gradient-to: rgba(139, 92, 246, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-500\/40 {
    --tw-gradient-to: rgba(139, 92, 246, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-500\/5 {
    --tw-gradient-to: rgba(139, 92, 246, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-500\/50 {
    --tw-gradient-to: rgba(139, 92, 246, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-500\/60 {
    --tw-gradient-to: rgba(139, 92, 246, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-500\/70 {
    --tw-gradient-to: rgba(139, 92, 246, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-500\/75 {
    --tw-gradient-to: rgba(139, 92, 246, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-500\/80 {
    --tw-gradient-to: rgba(139, 92, 246, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-500\/90 {
    --tw-gradient-to: rgba(139, 92, 246, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-500\/95 {
    --tw-gradient-to: rgba(139, 92, 246, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-600 {
    --tw-gradient-to: #7c3aed var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-600\/0 {
    --tw-gradient-to: rgba(124, 58, 237, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-600\/10 {
    --tw-gradient-to: rgba(124, 58, 237, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-600\/100 {
    --tw-gradient-to: #7c3aed var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-600\/20 {
    --tw-gradient-to: rgba(124, 58, 237, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-600\/25 {
    --tw-gradient-to: rgba(124, 58, 237, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-600\/30 {
    --tw-gradient-to: rgba(124, 58, 237, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-600\/40 {
    --tw-gradient-to: rgba(124, 58, 237, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-600\/5 {
    --tw-gradient-to: rgba(124, 58, 237, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-600\/50 {
    --tw-gradient-to: rgba(124, 58, 237, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-600\/60 {
    --tw-gradient-to: rgba(124, 58, 237, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-600\/70 {
    --tw-gradient-to: rgba(124, 58, 237, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-600\/75 {
    --tw-gradient-to: rgba(124, 58, 237, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-600\/80 {
    --tw-gradient-to: rgba(124, 58, 237, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-600\/90 {
    --tw-gradient-to: rgba(124, 58, 237, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-600\/95 {
    --tw-gradient-to: rgba(124, 58, 237, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-700 {
    --tw-gradient-to: #6d28d9 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-700\/0 {
    --tw-gradient-to: rgba(109, 40, 217, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-700\/10 {
    --tw-gradient-to: rgba(109, 40, 217, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-700\/100 {
    --tw-gradient-to: #6d28d9 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-700\/20 {
    --tw-gradient-to: rgba(109, 40, 217, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-700\/25 {
    --tw-gradient-to: rgba(109, 40, 217, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-700\/30 {
    --tw-gradient-to: rgba(109, 40, 217, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-700\/40 {
    --tw-gradient-to: rgba(109, 40, 217, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-700\/5 {
    --tw-gradient-to: rgba(109, 40, 217, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-700\/50 {
    --tw-gradient-to: rgba(109, 40, 217, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-700\/60 {
    --tw-gradient-to: rgba(109, 40, 217, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-700\/70 {
    --tw-gradient-to: rgba(109, 40, 217, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-700\/75 {
    --tw-gradient-to: rgba(109, 40, 217, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-700\/80 {
    --tw-gradient-to: rgba(109, 40, 217, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-700\/90 {
    --tw-gradient-to: rgba(109, 40, 217, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-700\/95 {
    --tw-gradient-to: rgba(109, 40, 217, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-800 {
    --tw-gradient-to: #5b21b6 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-800\/0 {
    --tw-gradient-to: rgba(91, 33, 182, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-800\/10 {
    --tw-gradient-to: rgba(91, 33, 182, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-800\/100 {
    --tw-gradient-to: #5b21b6 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-800\/20 {
    --tw-gradient-to: rgba(91, 33, 182, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-800\/25 {
    --tw-gradient-to: rgba(91, 33, 182, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-800\/30 {
    --tw-gradient-to: rgba(91, 33, 182, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-800\/40 {
    --tw-gradient-to: rgba(91, 33, 182, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-800\/5 {
    --tw-gradient-to: rgba(91, 33, 182, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-800\/50 {
    --tw-gradient-to: rgba(91, 33, 182, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-800\/60 {
    --tw-gradient-to: rgba(91, 33, 182, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-800\/70 {
    --tw-gradient-to: rgba(91, 33, 182, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-800\/75 {
    --tw-gradient-to: rgba(91, 33, 182, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-800\/80 {
    --tw-gradient-to: rgba(91, 33, 182, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-800\/90 {
    --tw-gradient-to: rgba(91, 33, 182, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-800\/95 {
    --tw-gradient-to: rgba(91, 33, 182, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-900 {
    --tw-gradient-to: #4c1d95 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-900\/0 {
    --tw-gradient-to: rgba(76, 29, 149, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-900\/10 {
    --tw-gradient-to: rgba(76, 29, 149, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-900\/100 {
    --tw-gradient-to: #4c1d95 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-900\/20 {
    --tw-gradient-to: rgba(76, 29, 149, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-900\/25 {
    --tw-gradient-to: rgba(76, 29, 149, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-900\/30 {
    --tw-gradient-to: rgba(76, 29, 149, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-900\/40 {
    --tw-gradient-to: rgba(76, 29, 149, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-900\/5 {
    --tw-gradient-to: rgba(76, 29, 149, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-900\/50 {
    --tw-gradient-to: rgba(76, 29, 149, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-900\/60 {
    --tw-gradient-to: rgba(76, 29, 149, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-900\/70 {
    --tw-gradient-to: rgba(76, 29, 149, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-900\/75 {
    --tw-gradient-to: rgba(76, 29, 149, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-900\/80 {
    --tw-gradient-to: rgba(76, 29, 149, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-900\/90 {
    --tw-gradient-to: rgba(76, 29, 149, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-900\/95 {
    --tw-gradient-to: rgba(76, 29, 149, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-950 {
    --tw-gradient-to: #2e1065 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-950\/0 {
    --tw-gradient-to: rgba(46, 16, 101, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-950\/10 {
    --tw-gradient-to: rgba(46, 16, 101, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-950\/100 {
    --tw-gradient-to: #2e1065 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-950\/20 {
    --tw-gradient-to: rgba(46, 16, 101, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-950\/25 {
    --tw-gradient-to: rgba(46, 16, 101, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-950\/30 {
    --tw-gradient-to: rgba(46, 16, 101, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-950\/40 {
    --tw-gradient-to: rgba(46, 16, 101, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-950\/5 {
    --tw-gradient-to: rgba(46, 16, 101, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-950\/50 {
    --tw-gradient-to: rgba(46, 16, 101, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-950\/60 {
    --tw-gradient-to: rgba(46, 16, 101, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-950\/70 {
    --tw-gradient-to: rgba(46, 16, 101, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-950\/75 {
    --tw-gradient-to: rgba(46, 16, 101, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-950\/80 {
    --tw-gradient-to: rgba(46, 16, 101, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-950\/90 {
    --tw-gradient-to: rgba(46, 16, 101, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-violet-950\/95 {
    --tw-gradient-to: rgba(46, 16, 101, .95) var(--tw-gradient-to-position)
}

.to-white,
.v10-sitecore-container .to-white-00 {
    --tw-gradient-to: #fff var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-white-00\/0 {
    --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-white-00\/10 {
    --tw-gradient-to: hsla(0, 0%, 100%, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-white-00\/100 {
    --tw-gradient-to: #fff var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-white-00\/20 {
    --tw-gradient-to: hsla(0, 0%, 100%, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-white-00\/25 {
    --tw-gradient-to: hsla(0, 0%, 100%, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-white-00\/30 {
    --tw-gradient-to: hsla(0, 0%, 100%, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-white-00\/40 {
    --tw-gradient-to: hsla(0, 0%, 100%, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-white-00\/5 {
    --tw-gradient-to: hsla(0, 0%, 100%, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-white-00\/50 {
    --tw-gradient-to: hsla(0, 0%, 100%, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-white-00\/60 {
    --tw-gradient-to: hsla(0, 0%, 100%, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-white-00\/70 {
    --tw-gradient-to: hsla(0, 0%, 100%, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-white-00\/75 {
    --tw-gradient-to: hsla(0, 0%, 100%, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-white-00\/80 {
    --tw-gradient-to: hsla(0, 0%, 100%, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-white-00\/90 {
    --tw-gradient-to: hsla(0, 0%, 100%, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-white-00\/95 {
    --tw-gradient-to: hsla(0, 0%, 100%, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-white\/0 {
    --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-white\/10 {
    --tw-gradient-to: hsla(0, 0%, 100%, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-white\/100 {
    --tw-gradient-to: #fff var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-white\/20 {
    --tw-gradient-to: hsla(0, 0%, 100%, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-white\/25 {
    --tw-gradient-to: hsla(0, 0%, 100%, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-white\/30 {
    --tw-gradient-to: hsla(0, 0%, 100%, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-white\/40 {
    --tw-gradient-to: hsla(0, 0%, 100%, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-white\/5 {
    --tw-gradient-to: hsla(0, 0%, 100%, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-white\/50 {
    --tw-gradient-to: hsla(0, 0%, 100%, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-white\/60 {
    --tw-gradient-to: hsla(0, 0%, 100%, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-white\/70 {
    --tw-gradient-to: hsla(0, 0%, 100%, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-white\/75 {
    --tw-gradient-to: hsla(0, 0%, 100%, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-white\/80 {
    --tw-gradient-to: hsla(0, 0%, 100%, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-white\/90 {
    --tw-gradient-to: hsla(0, 0%, 100%, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-white\/95 {
    --tw-gradient-to: hsla(0, 0%, 100%, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-100 {
    --tw-gradient-to: #fef9c3 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-100\/0 {
    --tw-gradient-to: hsla(55, 97%, 88%, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-100\/10 {
    --tw-gradient-to: hsla(55, 97%, 88%, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-100\/100 {
    --tw-gradient-to: #fef9c3 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-100\/20 {
    --tw-gradient-to: hsla(55, 97%, 88%, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-100\/25 {
    --tw-gradient-to: hsla(55, 97%, 88%, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-100\/30 {
    --tw-gradient-to: hsla(55, 97%, 88%, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-100\/40 {
    --tw-gradient-to: hsla(55, 97%, 88%, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-100\/5 {
    --tw-gradient-to: hsla(55, 97%, 88%, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-100\/50 {
    --tw-gradient-to: hsla(55, 97%, 88%, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-100\/60 {
    --tw-gradient-to: hsla(55, 97%, 88%, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-100\/70 {
    --tw-gradient-to: hsla(55, 97%, 88%, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-100\/75 {
    --tw-gradient-to: hsla(55, 97%, 88%, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-100\/80 {
    --tw-gradient-to: hsla(55, 97%, 88%, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-100\/90 {
    --tw-gradient-to: hsla(55, 97%, 88%, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-100\/95 {
    --tw-gradient-to: hsla(55, 97%, 88%, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-200 {
    --tw-gradient-to: #fef08a var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-200\/0 {
    --tw-gradient-to: hsla(53, 98%, 77%, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-200\/10 {
    --tw-gradient-to: hsla(53, 98%, 77%, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-200\/100 {
    --tw-gradient-to: #fef08a var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-200\/20 {
    --tw-gradient-to: hsla(53, 98%, 77%, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-200\/25 {
    --tw-gradient-to: hsla(53, 98%, 77%, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-200\/30 {
    --tw-gradient-to: hsla(53, 98%, 77%, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-200\/40 {
    --tw-gradient-to: hsla(53, 98%, 77%, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-200\/5 {
    --tw-gradient-to: hsla(53, 98%, 77%, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-200\/50 {
    --tw-gradient-to: hsla(53, 98%, 77%, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-200\/60 {
    --tw-gradient-to: hsla(53, 98%, 77%, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-200\/70 {
    --tw-gradient-to: hsla(53, 98%, 77%, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-200\/75 {
    --tw-gradient-to: hsla(53, 98%, 77%, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-200\/80 {
    --tw-gradient-to: hsla(53, 98%, 77%, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-200\/90 {
    --tw-gradient-to: hsla(53, 98%, 77%, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-200\/95 {
    --tw-gradient-to: hsla(53, 98%, 77%, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-300 {
    --tw-gradient-to: #fde047 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-300\/0 {
    --tw-gradient-to: rgba(253, 224, 71, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-300\/10 {
    --tw-gradient-to: rgba(253, 224, 71, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-300\/100 {
    --tw-gradient-to: #fde047 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-300\/20 {
    --tw-gradient-to: rgba(253, 224, 71, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-300\/25 {
    --tw-gradient-to: rgba(253, 224, 71, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-300\/30 {
    --tw-gradient-to: rgba(253, 224, 71, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-300\/40 {
    --tw-gradient-to: rgba(253, 224, 71, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-300\/5 {
    --tw-gradient-to: rgba(253, 224, 71, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-300\/50 {
    --tw-gradient-to: rgba(253, 224, 71, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-300\/60 {
    --tw-gradient-to: rgba(253, 224, 71, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-300\/70 {
    --tw-gradient-to: rgba(253, 224, 71, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-300\/75 {
    --tw-gradient-to: rgba(253, 224, 71, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-300\/80 {
    --tw-gradient-to: rgba(253, 224, 71, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-300\/90 {
    --tw-gradient-to: rgba(253, 224, 71, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-300\/95 {
    --tw-gradient-to: rgba(253, 224, 71, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-400 {
    --tw-gradient-to: #facc15 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-400\/0 {
    --tw-gradient-to: rgba(250, 204, 21, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-400\/10 {
    --tw-gradient-to: rgba(250, 204, 21, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-400\/100 {
    --tw-gradient-to: #facc15 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-400\/20 {
    --tw-gradient-to: rgba(250, 204, 21, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-400\/25 {
    --tw-gradient-to: rgba(250, 204, 21, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-400\/30 {
    --tw-gradient-to: rgba(250, 204, 21, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-400\/40 {
    --tw-gradient-to: rgba(250, 204, 21, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-400\/5 {
    --tw-gradient-to: rgba(250, 204, 21, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-400\/50 {
    --tw-gradient-to: rgba(250, 204, 21, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-400\/60 {
    --tw-gradient-to: rgba(250, 204, 21, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-400\/70 {
    --tw-gradient-to: rgba(250, 204, 21, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-400\/75 {
    --tw-gradient-to: rgba(250, 204, 21, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-400\/80 {
    --tw-gradient-to: rgba(250, 204, 21, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-400\/90 {
    --tw-gradient-to: rgba(250, 204, 21, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-400\/95 {
    --tw-gradient-to: rgba(250, 204, 21, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-50 {
    --tw-gradient-to: #fefce8 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-50\/0 {
    --tw-gradient-to: hsla(55, 92%, 95%, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-50\/10 {
    --tw-gradient-to: hsla(55, 92%, 95%, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-50\/100 {
    --tw-gradient-to: #fefce8 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-50\/20 {
    --tw-gradient-to: hsla(55, 92%, 95%, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-50\/25 {
    --tw-gradient-to: hsla(55, 92%, 95%, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-50\/30 {
    --tw-gradient-to: hsla(55, 92%, 95%, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-50\/40 {
    --tw-gradient-to: hsla(55, 92%, 95%, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-50\/5 {
    --tw-gradient-to: hsla(55, 92%, 95%, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-50\/50 {
    --tw-gradient-to: hsla(55, 92%, 95%, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-50\/60 {
    --tw-gradient-to: hsla(55, 92%, 95%, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-50\/70 {
    --tw-gradient-to: hsla(55, 92%, 95%, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-50\/75 {
    --tw-gradient-to: hsla(55, 92%, 95%, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-50\/80 {
    --tw-gradient-to: hsla(55, 92%, 95%, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-50\/90 {
    --tw-gradient-to: hsla(55, 92%, 95%, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-50\/95 {
    --tw-gradient-to: hsla(55, 92%, 95%, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-500 {
    --tw-gradient-to: #eab308 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-500\/0 {
    --tw-gradient-to: rgba(234, 179, 8, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-500\/10 {
    --tw-gradient-to: rgba(234, 179, 8, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-500\/100 {
    --tw-gradient-to: #eab308 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-500\/20 {
    --tw-gradient-to: rgba(234, 179, 8, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-500\/25 {
    --tw-gradient-to: rgba(234, 179, 8, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-500\/30 {
    --tw-gradient-to: rgba(234, 179, 8, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-500\/40 {
    --tw-gradient-to: rgba(234, 179, 8, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-500\/5 {
    --tw-gradient-to: rgba(234, 179, 8, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-500\/50 {
    --tw-gradient-to: rgba(234, 179, 8, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-500\/60 {
    --tw-gradient-to: rgba(234, 179, 8, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-500\/70 {
    --tw-gradient-to: rgba(234, 179, 8, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-500\/75 {
    --tw-gradient-to: rgba(234, 179, 8, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-500\/80 {
    --tw-gradient-to: rgba(234, 179, 8, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-500\/90 {
    --tw-gradient-to: rgba(234, 179, 8, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-500\/95 {
    --tw-gradient-to: rgba(234, 179, 8, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-600 {
    --tw-gradient-to: #ca8a04 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-600\/0 {
    --tw-gradient-to: rgba(202, 138, 4, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-600\/10 {
    --tw-gradient-to: rgba(202, 138, 4, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-600\/100 {
    --tw-gradient-to: #ca8a04 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-600\/20 {
    --tw-gradient-to: rgba(202, 138, 4, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-600\/25 {
    --tw-gradient-to: rgba(202, 138, 4, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-600\/30 {
    --tw-gradient-to: rgba(202, 138, 4, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-600\/40 {
    --tw-gradient-to: rgba(202, 138, 4, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-600\/5 {
    --tw-gradient-to: rgba(202, 138, 4, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-600\/50 {
    --tw-gradient-to: rgba(202, 138, 4, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-600\/60 {
    --tw-gradient-to: rgba(202, 138, 4, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-600\/70 {
    --tw-gradient-to: rgba(202, 138, 4, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-600\/75 {
    --tw-gradient-to: rgba(202, 138, 4, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-600\/80 {
    --tw-gradient-to: rgba(202, 138, 4, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-600\/90 {
    --tw-gradient-to: rgba(202, 138, 4, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-600\/95 {
    --tw-gradient-to: rgba(202, 138, 4, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-700 {
    --tw-gradient-to: #a16207 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-700\/0 {
    --tw-gradient-to: rgba(161, 98, 7, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-700\/10 {
    --tw-gradient-to: rgba(161, 98, 7, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-700\/100 {
    --tw-gradient-to: #a16207 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-700\/20 {
    --tw-gradient-to: rgba(161, 98, 7, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-700\/25 {
    --tw-gradient-to: rgba(161, 98, 7, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-700\/30 {
    --tw-gradient-to: rgba(161, 98, 7, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-700\/40 {
    --tw-gradient-to: rgba(161, 98, 7, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-700\/5 {
    --tw-gradient-to: rgba(161, 98, 7, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-700\/50 {
    --tw-gradient-to: rgba(161, 98, 7, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-700\/60 {
    --tw-gradient-to: rgba(161, 98, 7, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-700\/70 {
    --tw-gradient-to: rgba(161, 98, 7, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-700\/75 {
    --tw-gradient-to: rgba(161, 98, 7, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-700\/80 {
    --tw-gradient-to: rgba(161, 98, 7, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-700\/90 {
    --tw-gradient-to: rgba(161, 98, 7, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-700\/95 {
    --tw-gradient-to: rgba(161, 98, 7, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-800 {
    --tw-gradient-to: #854d0e var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-800\/0 {
    --tw-gradient-to: rgba(133, 77, 14, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-800\/10 {
    --tw-gradient-to: rgba(133, 77, 14, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-800\/100 {
    --tw-gradient-to: #854d0e var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-800\/20 {
    --tw-gradient-to: rgba(133, 77, 14, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-800\/25 {
    --tw-gradient-to: rgba(133, 77, 14, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-800\/30 {
    --tw-gradient-to: rgba(133, 77, 14, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-800\/40 {
    --tw-gradient-to: rgba(133, 77, 14, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-800\/5 {
    --tw-gradient-to: rgba(133, 77, 14, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-800\/50 {
    --tw-gradient-to: rgba(133, 77, 14, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-800\/60 {
    --tw-gradient-to: rgba(133, 77, 14, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-800\/70 {
    --tw-gradient-to: rgba(133, 77, 14, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-800\/75 {
    --tw-gradient-to: rgba(133, 77, 14, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-800\/80 {
    --tw-gradient-to: rgba(133, 77, 14, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-800\/90 {
    --tw-gradient-to: rgba(133, 77, 14, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-800\/95 {
    --tw-gradient-to: rgba(133, 77, 14, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-900 {
    --tw-gradient-to: #713f12 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-900\/0 {
    --tw-gradient-to: rgba(113, 63, 18, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-900\/10 {
    --tw-gradient-to: rgba(113, 63, 18, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-900\/100 {
    --tw-gradient-to: #713f12 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-900\/20 {
    --tw-gradient-to: rgba(113, 63, 18, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-900\/25 {
    --tw-gradient-to: rgba(113, 63, 18, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-900\/30 {
    --tw-gradient-to: rgba(113, 63, 18, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-900\/40 {
    --tw-gradient-to: rgba(113, 63, 18, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-900\/5 {
    --tw-gradient-to: rgba(113, 63, 18, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-900\/50 {
    --tw-gradient-to: rgba(113, 63, 18, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-900\/60 {
    --tw-gradient-to: rgba(113, 63, 18, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-900\/70 {
    --tw-gradient-to: rgba(113, 63, 18, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-900\/75 {
    --tw-gradient-to: rgba(113, 63, 18, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-900\/80 {
    --tw-gradient-to: rgba(113, 63, 18, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-900\/90 {
    --tw-gradient-to: rgba(113, 63, 18, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-900\/95 {
    --tw-gradient-to: rgba(113, 63, 18, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-950 {
    --tw-gradient-to: #422006 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-950\/0 {
    --tw-gradient-to: rgba(66, 32, 6, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-950\/10 {
    --tw-gradient-to: rgba(66, 32, 6, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-950\/100 {
    --tw-gradient-to: #422006 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-950\/20 {
    --tw-gradient-to: rgba(66, 32, 6, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-950\/25 {
    --tw-gradient-to: rgba(66, 32, 6, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-950\/30 {
    --tw-gradient-to: rgba(66, 32, 6, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-950\/40 {
    --tw-gradient-to: rgba(66, 32, 6, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-950\/5 {
    --tw-gradient-to: rgba(66, 32, 6, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-950\/50 {
    --tw-gradient-to: rgba(66, 32, 6, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-950\/60 {
    --tw-gradient-to: rgba(66, 32, 6, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-950\/70 {
    --tw-gradient-to: rgba(66, 32, 6, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-950\/75 {
    --tw-gradient-to: rgba(66, 32, 6, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-950\/80 {
    --tw-gradient-to: rgba(66, 32, 6, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-950\/90 {
    --tw-gradient-to: rgba(66, 32, 6, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-yellow-950\/95 {
    --tw-gradient-to: rgba(66, 32, 6, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-100 {
    --tw-gradient-to: #f4f4f5 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-100\/0 {
    --tw-gradient-to: hsla(240, 5%, 96%, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-100\/10 {
    --tw-gradient-to: hsla(240, 5%, 96%, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-100\/100 {
    --tw-gradient-to: #f4f4f5 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-100\/20 {
    --tw-gradient-to: hsla(240, 5%, 96%, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-100\/25 {
    --tw-gradient-to: hsla(240, 5%, 96%, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-100\/30 {
    --tw-gradient-to: hsla(240, 5%, 96%, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-100\/40 {
    --tw-gradient-to: hsla(240, 5%, 96%, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-100\/5 {
    --tw-gradient-to: hsla(240, 5%, 96%, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-100\/50 {
    --tw-gradient-to: hsla(240, 5%, 96%, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-100\/60 {
    --tw-gradient-to: hsla(240, 5%, 96%, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-100\/70 {
    --tw-gradient-to: hsla(240, 5%, 96%, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-100\/75 {
    --tw-gradient-to: hsla(240, 5%, 96%, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-100\/80 {
    --tw-gradient-to: hsla(240, 5%, 96%, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-100\/90 {
    --tw-gradient-to: hsla(240, 5%, 96%, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-100\/95 {
    --tw-gradient-to: hsla(240, 5%, 96%, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-200 {
    --tw-gradient-to: #e4e4e7 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-200\/0 {
    --tw-gradient-to: hsla(240, 6%, 90%, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-200\/10 {
    --tw-gradient-to: hsla(240, 6%, 90%, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-200\/100 {
    --tw-gradient-to: #e4e4e7 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-200\/20 {
    --tw-gradient-to: hsla(240, 6%, 90%, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-200\/25 {
    --tw-gradient-to: hsla(240, 6%, 90%, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-200\/30 {
    --tw-gradient-to: hsla(240, 6%, 90%, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-200\/40 {
    --tw-gradient-to: hsla(240, 6%, 90%, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-200\/5 {
    --tw-gradient-to: hsla(240, 6%, 90%, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-200\/50 {
    --tw-gradient-to: hsla(240, 6%, 90%, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-200\/60 {
    --tw-gradient-to: hsla(240, 6%, 90%, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-200\/70 {
    --tw-gradient-to: hsla(240, 6%, 90%, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-200\/75 {
    --tw-gradient-to: hsla(240, 6%, 90%, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-200\/80 {
    --tw-gradient-to: hsla(240, 6%, 90%, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-200\/90 {
    --tw-gradient-to: hsla(240, 6%, 90%, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-200\/95 {
    --tw-gradient-to: hsla(240, 6%, 90%, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-300 {
    --tw-gradient-to: #d4d4d8 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-300\/0 {
    --tw-gradient-to: hsla(240, 5%, 84%, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-300\/10 {
    --tw-gradient-to: hsla(240, 5%, 84%, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-300\/100 {
    --tw-gradient-to: #d4d4d8 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-300\/20 {
    --tw-gradient-to: hsla(240, 5%, 84%, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-300\/25 {
    --tw-gradient-to: hsla(240, 5%, 84%, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-300\/30 {
    --tw-gradient-to: hsla(240, 5%, 84%, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-300\/40 {
    --tw-gradient-to: hsla(240, 5%, 84%, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-300\/5 {
    --tw-gradient-to: hsla(240, 5%, 84%, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-300\/50 {
    --tw-gradient-to: hsla(240, 5%, 84%, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-300\/60 {
    --tw-gradient-to: hsla(240, 5%, 84%, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-300\/70 {
    --tw-gradient-to: hsla(240, 5%, 84%, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-300\/75 {
    --tw-gradient-to: hsla(240, 5%, 84%, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-300\/80 {
    --tw-gradient-to: hsla(240, 5%, 84%, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-300\/90 {
    --tw-gradient-to: hsla(240, 5%, 84%, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-300\/95 {
    --tw-gradient-to: hsla(240, 5%, 84%, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-400 {
    --tw-gradient-to: #a1a1aa var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-400\/0 {
    --tw-gradient-to: hsla(240, 5%, 65%, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-400\/10 {
    --tw-gradient-to: hsla(240, 5%, 65%, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-400\/100 {
    --tw-gradient-to: #a1a1aa var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-400\/20 {
    --tw-gradient-to: hsla(240, 5%, 65%, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-400\/25 {
    --tw-gradient-to: hsla(240, 5%, 65%, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-400\/30 {
    --tw-gradient-to: hsla(240, 5%, 65%, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-400\/40 {
    --tw-gradient-to: hsla(240, 5%, 65%, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-400\/5 {
    --tw-gradient-to: hsla(240, 5%, 65%, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-400\/50 {
    --tw-gradient-to: hsla(240, 5%, 65%, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-400\/60 {
    --tw-gradient-to: hsla(240, 5%, 65%, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-400\/70 {
    --tw-gradient-to: hsla(240, 5%, 65%, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-400\/75 {
    --tw-gradient-to: hsla(240, 5%, 65%, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-400\/80 {
    --tw-gradient-to: hsla(240, 5%, 65%, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-400\/90 {
    --tw-gradient-to: hsla(240, 5%, 65%, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-400\/95 {
    --tw-gradient-to: hsla(240, 5%, 65%, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-50 {
    --tw-gradient-to: #fafafa var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-50\/0 {
    --tw-gradient-to: hsla(0, 0%, 98%, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-50\/10 {
    --tw-gradient-to: hsla(0, 0%, 98%, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-50\/100 {
    --tw-gradient-to: #fafafa var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-50\/20 {
    --tw-gradient-to: hsla(0, 0%, 98%, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-50\/25 {
    --tw-gradient-to: hsla(0, 0%, 98%, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-50\/30 {
    --tw-gradient-to: hsla(0, 0%, 98%, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-50\/40 {
    --tw-gradient-to: hsla(0, 0%, 98%, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-50\/5 {
    --tw-gradient-to: hsla(0, 0%, 98%, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-50\/50 {
    --tw-gradient-to: hsla(0, 0%, 98%, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-50\/60 {
    --tw-gradient-to: hsla(0, 0%, 98%, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-50\/70 {
    --tw-gradient-to: hsla(0, 0%, 98%, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-50\/75 {
    --tw-gradient-to: hsla(0, 0%, 98%, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-50\/80 {
    --tw-gradient-to: hsla(0, 0%, 98%, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-50\/90 {
    --tw-gradient-to: hsla(0, 0%, 98%, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-50\/95 {
    --tw-gradient-to: hsla(0, 0%, 98%, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-500 {
    --tw-gradient-to: #71717a var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-500\/0 {
    --tw-gradient-to: hsla(240, 4%, 46%, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-500\/10 {
    --tw-gradient-to: hsla(240, 4%, 46%, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-500\/100 {
    --tw-gradient-to: #71717a var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-500\/20 {
    --tw-gradient-to: hsla(240, 4%, 46%, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-500\/25 {
    --tw-gradient-to: hsla(240, 4%, 46%, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-500\/30 {
    --tw-gradient-to: hsla(240, 4%, 46%, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-500\/40 {
    --tw-gradient-to: hsla(240, 4%, 46%, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-500\/5 {
    --tw-gradient-to: hsla(240, 4%, 46%, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-500\/50 {
    --tw-gradient-to: hsla(240, 4%, 46%, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-500\/60 {
    --tw-gradient-to: hsla(240, 4%, 46%, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-500\/70 {
    --tw-gradient-to: hsla(240, 4%, 46%, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-500\/75 {
    --tw-gradient-to: hsla(240, 4%, 46%, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-500\/80 {
    --tw-gradient-to: hsla(240, 4%, 46%, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-500\/90 {
    --tw-gradient-to: hsla(240, 4%, 46%, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-500\/95 {
    --tw-gradient-to: hsla(240, 4%, 46%, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-600 {
    --tw-gradient-to: #52525b var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-600\/0 {
    --tw-gradient-to: rgba(82, 82, 91, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-600\/10 {
    --tw-gradient-to: rgba(82, 82, 91, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-600\/100 {
    --tw-gradient-to: #52525b var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-600\/20 {
    --tw-gradient-to: rgba(82, 82, 91, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-600\/25 {
    --tw-gradient-to: rgba(82, 82, 91, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-600\/30 {
    --tw-gradient-to: rgba(82, 82, 91, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-600\/40 {
    --tw-gradient-to: rgba(82, 82, 91, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-600\/5 {
    --tw-gradient-to: rgba(82, 82, 91, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-600\/50 {
    --tw-gradient-to: rgba(82, 82, 91, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-600\/60 {
    --tw-gradient-to: rgba(82, 82, 91, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-600\/70 {
    --tw-gradient-to: rgba(82, 82, 91, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-600\/75 {
    --tw-gradient-to: rgba(82, 82, 91, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-600\/80 {
    --tw-gradient-to: rgba(82, 82, 91, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-600\/90 {
    --tw-gradient-to: rgba(82, 82, 91, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-600\/95 {
    --tw-gradient-to: rgba(82, 82, 91, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-700 {
    --tw-gradient-to: #3f3f46 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-700\/0 {
    --tw-gradient-to: rgba(63, 63, 70, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-700\/10 {
    --tw-gradient-to: rgba(63, 63, 70, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-700\/100 {
    --tw-gradient-to: #3f3f46 var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-700\/20 {
    --tw-gradient-to: rgba(63, 63, 70, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-700\/25 {
    --tw-gradient-to: rgba(63, 63, 70, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-700\/30 {
    --tw-gradient-to: rgba(63, 63, 70, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-700\/40 {
    --tw-gradient-to: rgba(63, 63, 70, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-700\/5 {
    --tw-gradient-to: rgba(63, 63, 70, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-700\/50 {
    --tw-gradient-to: rgba(63, 63, 70, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-700\/60 {
    --tw-gradient-to: rgba(63, 63, 70, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-700\/70 {
    --tw-gradient-to: rgba(63, 63, 70, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-700\/75 {
    --tw-gradient-to: rgba(63, 63, 70, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-700\/80 {
    --tw-gradient-to: rgba(63, 63, 70, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-700\/90 {
    --tw-gradient-to: rgba(63, 63, 70, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-700\/95 {
    --tw-gradient-to: rgba(63, 63, 70, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-800 {
    --tw-gradient-to: #27272a var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-800\/0 {
    --tw-gradient-to: rgba(39, 39, 42, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-800\/10 {
    --tw-gradient-to: rgba(39, 39, 42, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-800\/100 {
    --tw-gradient-to: #27272a var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-800\/20 {
    --tw-gradient-to: rgba(39, 39, 42, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-800\/25 {
    --tw-gradient-to: rgba(39, 39, 42, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-800\/30 {
    --tw-gradient-to: rgba(39, 39, 42, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-800\/40 {
    --tw-gradient-to: rgba(39, 39, 42, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-800\/5 {
    --tw-gradient-to: rgba(39, 39, 42, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-800\/50 {
    --tw-gradient-to: rgba(39, 39, 42, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-800\/60 {
    --tw-gradient-to: rgba(39, 39, 42, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-800\/70 {
    --tw-gradient-to: rgba(39, 39, 42, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-800\/75 {
    --tw-gradient-to: rgba(39, 39, 42, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-800\/80 {
    --tw-gradient-to: rgba(39, 39, 42, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-800\/90 {
    --tw-gradient-to: rgba(39, 39, 42, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-800\/95 {
    --tw-gradient-to: rgba(39, 39, 42, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-900 {
    --tw-gradient-to: #18181b var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-900\/0 {
    --tw-gradient-to: rgba(24, 24, 27, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-900\/10 {
    --tw-gradient-to: rgba(24, 24, 27, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-900\/100 {
    --tw-gradient-to: #18181b var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-900\/20 {
    --tw-gradient-to: rgba(24, 24, 27, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-900\/25 {
    --tw-gradient-to: rgba(24, 24, 27, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-900\/30 {
    --tw-gradient-to: rgba(24, 24, 27, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-900\/40 {
    --tw-gradient-to: rgba(24, 24, 27, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-900\/5 {
    --tw-gradient-to: rgba(24, 24, 27, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-900\/50 {
    --tw-gradient-to: rgba(24, 24, 27, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-900\/60 {
    --tw-gradient-to: rgba(24, 24, 27, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-900\/70 {
    --tw-gradient-to: rgba(24, 24, 27, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-900\/75 {
    --tw-gradient-to: rgba(24, 24, 27, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-900\/80 {
    --tw-gradient-to: rgba(24, 24, 27, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-900\/90 {
    --tw-gradient-to: rgba(24, 24, 27, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-900\/95 {
    --tw-gradient-to: rgba(24, 24, 27, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-950 {
    --tw-gradient-to: #09090b var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-950\/0 {
    --tw-gradient-to: rgba(9, 9, 11, 0) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-950\/10 {
    --tw-gradient-to: rgba(9, 9, 11, .1) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-950\/100 {
    --tw-gradient-to: #09090b var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-950\/20 {
    --tw-gradient-to: rgba(9, 9, 11, .2) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-950\/25 {
    --tw-gradient-to: rgba(9, 9, 11, .25) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-950\/30 {
    --tw-gradient-to: rgba(9, 9, 11, .3) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-950\/40 {
    --tw-gradient-to: rgba(9, 9, 11, .4) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-950\/5 {
    --tw-gradient-to: rgba(9, 9, 11, .05) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-950\/50 {
    --tw-gradient-to: rgba(9, 9, 11, .5) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-950\/60 {
    --tw-gradient-to: rgba(9, 9, 11, .6) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-950\/70 {
    --tw-gradient-to: rgba(9, 9, 11, .7) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-950\/75 {
    --tw-gradient-to: rgba(9, 9, 11, .75) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-950\/80 {
    --tw-gradient-to: rgba(9, 9, 11, .8) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-950\/90 {
    --tw-gradient-to: rgba(9, 9, 11, .9) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-zinc-950\/95 {
    --tw-gradient-to: rgba(9, 9, 11, .95) var(--tw-gradient-to-position)
}

.v10-sitecore-container .to-0\% {
    --tw-gradient-to-position: 0%
}

.v10-sitecore-container .to-10\% {
    --tw-gradient-to-position: 10%
}

.v10-sitecore-container .to-100\% {
    --tw-gradient-to-position: 100%
}

.v10-sitecore-container .to-15\% {
    --tw-gradient-to-position: 15%
}

.v10-sitecore-container .to-20\% {
    --tw-gradient-to-position: 20%
}

.v10-sitecore-container .to-25\% {
    --tw-gradient-to-position: 25%
}

.v10-sitecore-container .to-30\% {
    --tw-gradient-to-position: 30%
}

.v10-sitecore-container .to-35\% {
    --tw-gradient-to-position: 35%
}

.v10-sitecore-container .to-40\% {
    --tw-gradient-to-position: 40%
}

.v10-sitecore-container .to-45\% {
    --tw-gradient-to-position: 45%
}

.v10-sitecore-container .to-5\% {
    --tw-gradient-to-position: 5%
}

.v10-sitecore-container .to-50\% {
    --tw-gradient-to-position: 50%
}

.v10-sitecore-container .to-55\% {
    --tw-gradient-to-position: 55%
}

.v10-sitecore-container .to-60\% {
    --tw-gradient-to-position: 60%
}

.v10-sitecore-container .to-65\% {
    --tw-gradient-to-position: 65%
}

.v10-sitecore-container .to-70\% {
    --tw-gradient-to-position: 70%
}

.v10-sitecore-container .to-75\% {
    --tw-gradient-to-position: 75%
}

.v10-sitecore-container .to-80\% {
    --tw-gradient-to-position: 80%
}

.v10-sitecore-container .to-85\% {
    --tw-gradient-to-position: 85%
}

.v10-sitecore-container .to-90\% {
    --tw-gradient-to-position: 90%
}

.v10-sitecore-container .to-95\% {
    --tw-gradient-to-position: 95%
}

.v10-sitecore-container .bg-\[size\:1\.5em\] {
    background-size: 1.5em
}

.v10-sitecore-container .bg-auto {
    background-size: auto
}

.v10-sitecore-container .bg-contain {
    background-size: contain
}

.v10-sitecore-container .bg-cover {
    background-size: cover
}

.v10-sitecore-container .bg-fixed {
    background-attachment: fixed
}

.v10-sitecore-container .bg-local {
    background-attachment: local
}

.v10-sitecore-container .bg-scroll {
    background-attachment: scroll
}

.v10-sitecore-container .bg-clip-border {
    background-clip: border-box
}

.v10-sitecore-container .bg-clip-padding {
    background-clip: padding-box
}

.v10-sitecore-container .bg-clip-content {
    background-clip: content-box
}

.v10-sitecore-container .bg-clip-text {
    -webkit-background-clip: text;
    background-clip: text
}

.v10-sitecore-container .bg-\[0em_14em\] {
    background-position: 0 14em
}

.v10-sitecore-container .bg-bottom {
    background-position: bottom
}

.v10-sitecore-container .bg-center {
    background-position: 50%
}

.v10-sitecore-container .bg-left {
    background-position: 0
}

.v10-sitecore-container .bg-left-bottom {
    background-position: 0 100%
}

.v10-sitecore-container .bg-left-top {
    background-position: 0 0
}

.v10-sitecore-container .bg-right {
    background-position: 100%
}

.v10-sitecore-container .bg-right-bottom {
    background-position: 100% 100%
}

.v10-sitecore-container .bg-right-top {
    background-position: 100% 0
}

.v10-sitecore-container .bg-top {
    background-position: top
}

.v10-sitecore-container .bg-repeat {
    background-repeat: repeat
}

.v10-sitecore-container .bg-no-repeat {
    background-repeat: no-repeat
}

.v10-sitecore-container .bg-repeat-x {
    background-repeat: repeat-x
}

.v10-sitecore-container .bg-repeat-y {
    background-repeat: repeat-y
}

.v10-sitecore-container .bg-repeat-round {
    background-repeat: round
}

.v10-sitecore-container .bg-repeat-space {
    background-repeat: space
}

.v10-sitecore-container .bg-origin-border {
    background-origin: border-box
}

.v10-sitecore-container .bg-origin-padding {
    background-origin: padding-box
}

.v10-sitecore-container .bg-origin-content {
    background-origin: content-box
}

.v10-sitecore-container .fill-current {
    fill: currentColor
}

.v10-sitecore-container .stroke-current {
    stroke: currentColor
}

.v10-sitecore-container .object-contain {
    -o-object-fit: contain;
    object-fit: contain
}

.v10-sitecore-container .object-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.v10-sitecore-container .\!p-0 {
    padding: 0 !important
}

.v10-sitecore-container .\!p-1 {
    padding: .25rem !important
}

.v10-sitecore-container .p-0 {
    padding: 0
}

.v10-sitecore-container .p-0\.5 {
    padding: .125rem
}

.v10-sitecore-container .p-1 {
    padding: .25rem
}

.v10-sitecore-container .p-2 {
    padding: .5rem
}

.v10-sitecore-container .p-4 {
    padding: 1rem
}

.v10-sitecore-container .p-5 {
    padding: 1.25rem
}

.v10-sitecore-container .p-6 {
    padding: 1.5rem
}

.v10-sitecore-container .p-7 {
    padding: 1.75rem
}

.v10-sitecore-container .p-7\.5 {
    padding: 1.875rem
}

.v10-sitecore-container .p-8 {
    padding: 2rem
}

.v10-sitecore-container .\!px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.v10-sitecore-container .\!px-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important
}

.v10-sitecore-container .\!py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.v10-sitecore-container .\!py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important
}

.v10-sitecore-container .px-0 {
    padding-left: 0;
    padding-right: 0
}

.v10-sitecore-container .px-1 {
    padding-left: .25rem;
    padding-right: .25rem
}

.v10-sitecore-container .px-2 {
    padding-left: .5rem;
    padding-right: .5rem
}

.v10-sitecore-container .px-3 {
    padding-left: .75rem;
    padding-right: .75rem
}

.v10-sitecore-container .px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.v10-sitecore-container .px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.v10-sitecore-container .px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.v10-sitecore-container .px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem
}

.v10-sitecore-container .px-8 {
    padding-left: 2rem;
    padding-right: 2rem
}

.v10-sitecore-container .py-0 {
    padding-top: 0;
    padding-bottom: 0
}

.v10-sitecore-container .py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.v10-sitecore-container .py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

.v10-sitecore-container .py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem
}

.v10-sitecore-container .py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.v10-sitecore-container .py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.v10-sitecore-container .py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

.v10-sitecore-container .py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.v10-sitecore-container .py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem
}

.v10-sitecore-container .py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.v10-sitecore-container .\!pb-0 {
    padding-bottom: 0 !important
}

.v10-sitecore-container .\!pt-1 {
    padding-top: .25rem !important
}

.v10-sitecore-container .\!pt-30 {
    padding-top: 7.5rem !important
}

.v10-sitecore-container .pb-10 {
    padding-bottom: 2.5rem
}

.v10-sitecore-container .pb-11 {
    padding-bottom: 2.75rem
}

.v10-sitecore-container .pb-12 {
    padding-bottom: 3rem
}

.v10-sitecore-container .pb-14 {
    padding-bottom: 3.5rem
}

.v10-sitecore-container .pb-20 {
    padding-bottom: 5rem
}

.v10-sitecore-container .pb-27 {
    padding-bottom: 6.75rem
}

.v10-sitecore-container .pb-4 {
    padding-bottom: 1rem
}

.v10-sitecore-container .pb-5 {
    padding-bottom: 1.25rem
}

.v10-sitecore-container .pb-6 {
    padding-bottom: 1.5rem
}

.v10-sitecore-container .pb-7 {
    padding-bottom: 1.75rem
}

.v10-sitecore-container .pb-8 {
    padding-bottom: 2rem
}

.v10-sitecore-container .pb-\[56\.25\%\] {
    padding-bottom: 56.25%
}

.v10-sitecore-container .pl-1 {
    padding-left: .25rem
}

.v10-sitecore-container .pl-100 {
    padding-left: 25rem
}

.v10-sitecore-container .pl-14 {
    padding-left: 3.5rem
}

.v10-sitecore-container .pl-4 {
    padding-left: 1rem
}

.v10-sitecore-container .pl-5 {
    padding-left: 1.25rem
}

.v10-sitecore-container .pl-8 {
    padding-left: 2rem
}

.v10-sitecore-container .pr-100 {
    padding-right: 25rem
}

.v10-sitecore-container .pr-13 {
    padding-right: 3.25rem
}

.v10-sitecore-container .pr-2 {
    padding-right: .5rem
}

.v10-sitecore-container .pr-4 {
    padding-right: 1rem
}

.v10-sitecore-container .pr-8 {
    padding-right: 2rem
}

.v10-sitecore-container .pt-0 {
    padding-top: 0
}

.v10-sitecore-container .pt-10 {
    padding-top: 2.5rem
}

.v10-sitecore-container .pt-14 {
    padding-top: 3.5rem
}

.v10-sitecore-container .pt-20 {
    padding-top: 5rem
}

.v10-sitecore-container .pt-24 {
    padding-top: 6rem
}

.v10-sitecore-container .pt-36 {
    padding-top: 9rem
}

.v10-sitecore-container .pt-4 {
    padding-top: 1rem
}

.v10-sitecore-container .pt-48 {
    padding-top: 12rem
}

.v10-sitecore-container .pt-5 {
    padding-top: 1.25rem
}

.v10-sitecore-container .pt-50 {
    padding-top: 12.5rem
}

.v10-sitecore-container .pt-56 {
    padding-top: 14rem
}

.v10-sitecore-container .pt-6 {
    padding-top: 1.5rem
}

.v10-sitecore-container .pt-8 {
    padding-top: 2rem
}

.v10-sitecore-container .pt-80 {
    padding-top: 20rem
}

.v10-sitecore-container .text-left {
    text-align: left
}

.v10-sitecore-container .text-center {
    text-align: center
}

.v10-sitecore-container .text-right {
    text-align: right
}

.v10-sitecore-container .text-justify {
    text-align: justify
}

.v10-sitecore-container .text-start {
    text-align: start
}

.v10-sitecore-container .text-end {
    text-align: end
}

.v10-sitecore-container .align-text-top {
    vertical-align: text-top
}

.v10-sitecore-container .align-text-bottom {
    vertical-align: text-bottom
}

.v10-sitecore-container .font-sans {
    font-family: var(--font-open-sans)
}

.v10-sitecore-container .text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
}

.v10-sitecore-container .text-3xl {
    font-size: 2rem
}

.v10-sitecore-container .text-4xl {
    font-size: 2.5rem
}

.v10-sitecore-container .text-5xl {
    font-size: 3.125rem
}

.v10-sitecore-container .text-6xl {
    font-size: 4rem
}

.v10-sitecore-container .text-7xl {
    font-size: 4.5rem;
    line-height: 1
}

.v10-sitecore-container .text-8xl {
    font-size: 6rem;
    line-height: 1
}

.v10-sitecore-container .text-9xl {
    font-size: 8rem;
    line-height: 1
}

.v10-sitecore-container .text-base {
    font-size: 1rem;
    line-height: 1.5rem
}

.v10-sitecore-container .text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem
}

.v10-sitecore-container .text-sm {
    font-size: .875rem;
    line-height: 1.25rem
}

.v10-sitecore-container .text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
}

.v10-sitecore-container .text-xs {
    font-size: .75rem;
    line-height: 1rem
}

.v10-sitecore-container .text-xsm {
    font-size: .938rem
}

.v10-sitecore-container .\!font-normal {
    font-weight: 400 !important
}

.v10-sitecore-container .font-light {
    font-weight: 300
}

.v10-sitecore-container .font-medium {
    font-weight: 500
}

.v10-sitecore-container .font-normal {
    font-weight: 400
}

.v10-sitecore-container .font-semibold {
    font-weight: 600
}

.v10-sitecore-container .tracking-promo-banner-heading {
    letter-spacing: -.011rem
}

.v10-sitecore-container .tracking-promo-banner-link {
    letter-spacing: -.009rem
}

.v10-sitecore-container .tracking-tight {
    letter-spacing: -.025em
}

.v10-sitecore-container .tracking-wide {
    letter-spacing: .025em
}

.v10-sitecore-container .\!text-black-100 {
    --tw-text-opacity: 1 !important;
    color: rgb(0 0 0/var(--tw-text-opacity)) !important
}

.v10-sitecore-container .\!text-gray-70 {
    --tw-text-opacity: 1 !important;
    color: rgb(87 92 97/var(--tw-text-opacity)) !important
}

.v10-sitecore-container .\!text-link-blue {
    --tw-text-opacity: 1 !important;
    color: rgb(35 125 182/var(--tw-text-opacity)) !important
}

.v10-sitecore-container .text-amber-100 {
    --tw-text-opacity: 1;
    color: rgb(254 243 199/var(--tw-text-opacity))
}

.v10-sitecore-container .text-amber-100\/0 {
    color: hsla(48, 96%, 89%, 0)
}

.v10-sitecore-container .text-amber-100\/10 {
    color: hsla(48, 96%, 89%, .1)
}

.v10-sitecore-container .text-amber-100\/100 {
    color: #fef3c7
}

.v10-sitecore-container .text-amber-100\/20 {
    color: hsla(48, 96%, 89%, .2)
}

.v10-sitecore-container .text-amber-100\/25 {
    color: hsla(48, 96%, 89%, .25)
}

.v10-sitecore-container .text-amber-100\/30 {
    color: hsla(48, 96%, 89%, .3)
}

.v10-sitecore-container .text-amber-100\/40 {
    color: hsla(48, 96%, 89%, .4)
}

.v10-sitecore-container .text-amber-100\/5 {
    color: hsla(48, 96%, 89%, .05)
}

.v10-sitecore-container .text-amber-100\/50 {
    color: hsla(48, 96%, 89%, .5)
}

.v10-sitecore-container .text-amber-100\/60 {
    color: hsla(48, 96%, 89%, .6)
}

.v10-sitecore-container .text-amber-100\/70 {
    color: hsla(48, 96%, 89%, .7)
}

.v10-sitecore-container .text-amber-100\/75 {
    color: hsla(48, 96%, 89%, .75)
}

.v10-sitecore-container .text-amber-100\/80 {
    color: hsla(48, 96%, 89%, .8)
}

.v10-sitecore-container .text-amber-100\/90 {
    color: hsla(48, 96%, 89%, .9)
}

.v10-sitecore-container .text-amber-100\/95 {
    color: hsla(48, 96%, 89%, .95)
}

.v10-sitecore-container .text-amber-200 {
    --tw-text-opacity: 1;
    color: rgb(253 230 138/var(--tw-text-opacity))
}

.v10-sitecore-container .text-amber-200\/0 {
    color: hsla(48, 97%, 77%, 0)
}

.v10-sitecore-container .text-amber-200\/10 {
    color: hsla(48, 97%, 77%, .1)
}

.v10-sitecore-container .text-amber-200\/100 {
    color: #fde68a
}

.v10-sitecore-container .text-amber-200\/20 {
    color: hsla(48, 97%, 77%, .2)
}

.v10-sitecore-container .text-amber-200\/25 {
    color: hsla(48, 97%, 77%, .25)
}

.v10-sitecore-container .text-amber-200\/30 {
    color: hsla(48, 97%, 77%, .3)
}

.v10-sitecore-container .text-amber-200\/40 {
    color: hsla(48, 97%, 77%, .4)
}

.v10-sitecore-container .text-amber-200\/5 {
    color: hsla(48, 97%, 77%, .05)
}

.v10-sitecore-container .text-amber-200\/50 {
    color: hsla(48, 97%, 77%, .5)
}

.v10-sitecore-container .text-amber-200\/60 {
    color: hsla(48, 97%, 77%, .6)
}

.v10-sitecore-container .text-amber-200\/70 {
    color: hsla(48, 97%, 77%, .7)
}

.v10-sitecore-container .text-amber-200\/75 {
    color: hsla(48, 97%, 77%, .75)
}

.v10-sitecore-container .text-amber-200\/80 {
    color: hsla(48, 97%, 77%, .8)
}

.v10-sitecore-container .text-amber-200\/90 {
    color: hsla(48, 97%, 77%, .9)
}

.v10-sitecore-container .text-amber-200\/95 {
    color: hsla(48, 97%, 77%, .95)
}

.v10-sitecore-container .text-amber-300 {
    --tw-text-opacity: 1;
    color: rgb(252 211 77/var(--tw-text-opacity))
}

.v10-sitecore-container .text-amber-300\/0 {
    color: rgba(252, 211, 77, 0)
}

.v10-sitecore-container .text-amber-300\/10 {
    color: rgba(252, 211, 77, .1)
}

.v10-sitecore-container .text-amber-300\/100 {
    color: #fcd34d
}

.v10-sitecore-container .text-amber-300\/20 {
    color: rgba(252, 211, 77, .2)
}

.v10-sitecore-container .text-amber-300\/25 {
    color: rgba(252, 211, 77, .25)
}

.v10-sitecore-container .text-amber-300\/30 {
    color: rgba(252, 211, 77, .3)
}

.v10-sitecore-container .text-amber-300\/40 {
    color: rgba(252, 211, 77, .4)
}

.v10-sitecore-container .text-amber-300\/5 {
    color: rgba(252, 211, 77, .05)
}

.v10-sitecore-container .text-amber-300\/50 {
    color: rgba(252, 211, 77, .5)
}

.v10-sitecore-container .text-amber-300\/60 {
    color: rgba(252, 211, 77, .6)
}

.v10-sitecore-container .text-amber-300\/70 {
    color: rgba(252, 211, 77, .7)
}

.v10-sitecore-container .text-amber-300\/75 {
    color: rgba(252, 211, 77, .75)
}

.v10-sitecore-container .text-amber-300\/80 {
    color: rgba(252, 211, 77, .8)
}

.v10-sitecore-container .text-amber-300\/90 {
    color: rgba(252, 211, 77, .9)
}

.v10-sitecore-container .text-amber-300\/95 {
    color: rgba(252, 211, 77, .95)
}

.v10-sitecore-container .text-amber-400 {
    --tw-text-opacity: 1;
    color: rgb(251 191 36/var(--tw-text-opacity))
}

.v10-sitecore-container .text-amber-400\/0 {
    color: rgba(251, 191, 36, 0)
}

.v10-sitecore-container .text-amber-400\/10 {
    color: rgba(251, 191, 36, .1)
}

.v10-sitecore-container .text-amber-400\/100 {
    color: #fbbf24
}

.v10-sitecore-container .text-amber-400\/20 {
    color: rgba(251, 191, 36, .2)
}

.v10-sitecore-container .text-amber-400\/25 {
    color: rgba(251, 191, 36, .25)
}

.v10-sitecore-container .text-amber-400\/30 {
    color: rgba(251, 191, 36, .3)
}

.v10-sitecore-container .text-amber-400\/40 {
    color: rgba(251, 191, 36, .4)
}

.v10-sitecore-container .text-amber-400\/5 {
    color: rgba(251, 191, 36, .05)
}

.v10-sitecore-container .text-amber-400\/50 {
    color: rgba(251, 191, 36, .5)
}

.v10-sitecore-container .text-amber-400\/60 {
    color: rgba(251, 191, 36, .6)
}

.v10-sitecore-container .text-amber-400\/70 {
    color: rgba(251, 191, 36, .7)
}

.v10-sitecore-container .text-amber-400\/75 {
    color: rgba(251, 191, 36, .75)
}

.v10-sitecore-container .text-amber-400\/80 {
    color: rgba(251, 191, 36, .8)
}

.v10-sitecore-container .text-amber-400\/90 {
    color: rgba(251, 191, 36, .9)
}

.v10-sitecore-container .text-amber-400\/95 {
    color: rgba(251, 191, 36, .95)
}

.v10-sitecore-container .text-amber-50 {
    --tw-text-opacity: 1;
    color: rgb(255 251 235/var(--tw-text-opacity))
}

.v10-sitecore-container .text-amber-50\/0 {
    color: rgba(255, 251, 235, 0)
}

.v10-sitecore-container .text-amber-50\/10 {
    color: rgba(255, 251, 235, .1)
}

.v10-sitecore-container .text-amber-50\/100 {
    color: #fffbeb
}

.v10-sitecore-container .text-amber-50\/20 {
    color: rgba(255, 251, 235, .2)
}

.v10-sitecore-container .text-amber-50\/25 {
    color: rgba(255, 251, 235, .25)
}

.v10-sitecore-container .text-amber-50\/30 {
    color: rgba(255, 251, 235, .3)
}

.v10-sitecore-container .text-amber-50\/40 {
    color: rgba(255, 251, 235, .4)
}

.v10-sitecore-container .text-amber-50\/5 {
    color: rgba(255, 251, 235, .05)
}

.v10-sitecore-container .text-amber-50\/50 {
    color: rgba(255, 251, 235, .5)
}

.v10-sitecore-container .text-amber-50\/60 {
    color: rgba(255, 251, 235, .6)
}

.v10-sitecore-container .text-amber-50\/70 {
    color: rgba(255, 251, 235, .7)
}

.v10-sitecore-container .text-amber-50\/75 {
    color: rgba(255, 251, 235, .75)
}

.v10-sitecore-container .text-amber-50\/80 {
    color: rgba(255, 251, 235, .8)
}

.v10-sitecore-container .text-amber-50\/90 {
    color: rgba(255, 251, 235, .9)
}

.v10-sitecore-container .text-amber-50\/95 {
    color: rgba(255, 251, 235, .95)
}

.v10-sitecore-container .text-amber-500 {
    --tw-text-opacity: 1;
    color: rgb(245 158 11/var(--tw-text-opacity))
}

.v10-sitecore-container .text-amber-500\/0 {
    color: rgba(245, 158, 11, 0)
}

.v10-sitecore-container .text-amber-500\/10 {
    color: rgba(245, 158, 11, .1)
}

.v10-sitecore-container .text-amber-500\/100 {
    color: #f59e0b
}

.v10-sitecore-container .text-amber-500\/20 {
    color: rgba(245, 158, 11, .2)
}

.v10-sitecore-container .text-amber-500\/25 {
    color: rgba(245, 158, 11, .25)
}

.v10-sitecore-container .text-amber-500\/30 {
    color: rgba(245, 158, 11, .3)
}

.v10-sitecore-container .text-amber-500\/40 {
    color: rgba(245, 158, 11, .4)
}

.v10-sitecore-container .text-amber-500\/5 {
    color: rgba(245, 158, 11, .05)
}

.v10-sitecore-container .text-amber-500\/50 {
    color: rgba(245, 158, 11, .5)
}

.v10-sitecore-container .text-amber-500\/60 {
    color: rgba(245, 158, 11, .6)
}

.v10-sitecore-container .text-amber-500\/70 {
    color: rgba(245, 158, 11, .7)
}

.v10-sitecore-container .text-amber-500\/75 {
    color: rgba(245, 158, 11, .75)
}

.v10-sitecore-container .text-amber-500\/80 {
    color: rgba(245, 158, 11, .8)
}

.v10-sitecore-container .text-amber-500\/90 {
    color: rgba(245, 158, 11, .9)
}

.v10-sitecore-container .text-amber-500\/95 {
    color: rgba(245, 158, 11, .95)
}

.v10-sitecore-container .text-amber-600 {
    --tw-text-opacity: 1;
    color: rgb(217 119 6/var(--tw-text-opacity))
}

.v10-sitecore-container .text-amber-600\/0 {
    color: rgba(217, 119, 6, 0)
}

.v10-sitecore-container .text-amber-600\/10 {
    color: rgba(217, 119, 6, .1)
}

.v10-sitecore-container .text-amber-600\/100 {
    color: #d97706
}

.v10-sitecore-container .text-amber-600\/20 {
    color: rgba(217, 119, 6, .2)
}

.v10-sitecore-container .text-amber-600\/25 {
    color: rgba(217, 119, 6, .25)
}

.v10-sitecore-container .text-amber-600\/30 {
    color: rgba(217, 119, 6, .3)
}

.v10-sitecore-container .text-amber-600\/40 {
    color: rgba(217, 119, 6, .4)
}

.v10-sitecore-container .text-amber-600\/5 {
    color: rgba(217, 119, 6, .05)
}

.v10-sitecore-container .text-amber-600\/50 {
    color: rgba(217, 119, 6, .5)
}

.v10-sitecore-container .text-amber-600\/60 {
    color: rgba(217, 119, 6, .6)
}

.v10-sitecore-container .text-amber-600\/70 {
    color: rgba(217, 119, 6, .7)
}

.v10-sitecore-container .text-amber-600\/75 {
    color: rgba(217, 119, 6, .75)
}

.v10-sitecore-container .text-amber-600\/80 {
    color: rgba(217, 119, 6, .8)
}

.v10-sitecore-container .text-amber-600\/90 {
    color: rgba(217, 119, 6, .9)
}

.v10-sitecore-container .text-amber-600\/95 {
    color: rgba(217, 119, 6, .95)
}

.v10-sitecore-container .text-amber-700 {
    --tw-text-opacity: 1;
    color: rgb(180 83 9/var(--tw-text-opacity))
}

.v10-sitecore-container .text-amber-700\/0 {
    color: rgba(180, 83, 9, 0)
}

.v10-sitecore-container .text-amber-700\/10 {
    color: rgba(180, 83, 9, .1)
}

.v10-sitecore-container .text-amber-700\/100 {
    color: #b45309
}

.v10-sitecore-container .text-amber-700\/20 {
    color: rgba(180, 83, 9, .2)
}

.v10-sitecore-container .text-amber-700\/25 {
    color: rgba(180, 83, 9, .25)
}

.v10-sitecore-container .text-amber-700\/30 {
    color: rgba(180, 83, 9, .3)
}

.v10-sitecore-container .text-amber-700\/40 {
    color: rgba(180, 83, 9, .4)
}

.v10-sitecore-container .text-amber-700\/5 {
    color: rgba(180, 83, 9, .05)
}

.v10-sitecore-container .text-amber-700\/50 {
    color: rgba(180, 83, 9, .5)
}

.v10-sitecore-container .text-amber-700\/60 {
    color: rgba(180, 83, 9, .6)
}

.v10-sitecore-container .text-amber-700\/70 {
    color: rgba(180, 83, 9, .7)
}

.v10-sitecore-container .text-amber-700\/75 {
    color: rgba(180, 83, 9, .75)
}

.v10-sitecore-container .text-amber-700\/80 {
    color: rgba(180, 83, 9, .8)
}

.v10-sitecore-container .text-amber-700\/90 {
    color: rgba(180, 83, 9, .9)
}

.v10-sitecore-container .text-amber-700\/95 {
    color: rgba(180, 83, 9, .95)
}

.v10-sitecore-container .text-amber-800 {
    --tw-text-opacity: 1;
    color: rgb(146 64 14/var(--tw-text-opacity))
}

.v10-sitecore-container .text-amber-800\/0 {
    color: rgba(146, 64, 14, 0)
}

.v10-sitecore-container .text-amber-800\/10 {
    color: rgba(146, 64, 14, .1)
}

.v10-sitecore-container .text-amber-800\/100 {
    color: #92400e
}

.v10-sitecore-container .text-amber-800\/20 {
    color: rgba(146, 64, 14, .2)
}

.v10-sitecore-container .text-amber-800\/25 {
    color: rgba(146, 64, 14, .25)
}

.v10-sitecore-container .text-amber-800\/30 {
    color: rgba(146, 64, 14, .3)
}

.v10-sitecore-container .text-amber-800\/40 {
    color: rgba(146, 64, 14, .4)
}

.v10-sitecore-container .text-amber-800\/5 {
    color: rgba(146, 64, 14, .05)
}

.v10-sitecore-container .text-amber-800\/50 {
    color: rgba(146, 64, 14, .5)
}

.v10-sitecore-container .text-amber-800\/60 {
    color: rgba(146, 64, 14, .6)
}

.v10-sitecore-container .text-amber-800\/70 {
    color: rgba(146, 64, 14, .7)
}

.v10-sitecore-container .text-amber-800\/75 {
    color: rgba(146, 64, 14, .75)
}

.v10-sitecore-container .text-amber-800\/80 {
    color: rgba(146, 64, 14, .8)
}

.v10-sitecore-container .text-amber-800\/90 {
    color: rgba(146, 64, 14, .9)
}

.v10-sitecore-container .text-amber-800\/95 {
    color: rgba(146, 64, 14, .95)
}

.v10-sitecore-container .text-amber-900 {
    --tw-text-opacity: 1;
    color: rgb(120 53 15/var(--tw-text-opacity))
}

.v10-sitecore-container .text-amber-900\/0 {
    color: rgba(120, 53, 15, 0)
}

.v10-sitecore-container .text-amber-900\/10 {
    color: rgba(120, 53, 15, .1)
}

.v10-sitecore-container .text-amber-900\/100 {
    color: #78350f
}

.v10-sitecore-container .text-amber-900\/20 {
    color: rgba(120, 53, 15, .2)
}

.v10-sitecore-container .text-amber-900\/25 {
    color: rgba(120, 53, 15, .25)
}

.v10-sitecore-container .text-amber-900\/30 {
    color: rgba(120, 53, 15, .3)
}

.v10-sitecore-container .text-amber-900\/40 {
    color: rgba(120, 53, 15, .4)
}

.v10-sitecore-container .text-amber-900\/5 {
    color: rgba(120, 53, 15, .05)
}

.v10-sitecore-container .text-amber-900\/50 {
    color: rgba(120, 53, 15, .5)
}

.v10-sitecore-container .text-amber-900\/60 {
    color: rgba(120, 53, 15, .6)
}

.v10-sitecore-container .text-amber-900\/70 {
    color: rgba(120, 53, 15, .7)
}

.v10-sitecore-container .text-amber-900\/75 {
    color: rgba(120, 53, 15, .75)
}

.v10-sitecore-container .text-amber-900\/80 {
    color: rgba(120, 53, 15, .8)
}

.v10-sitecore-container .text-amber-900\/90 {
    color: rgba(120, 53, 15, .9)
}

.v10-sitecore-container .text-amber-900\/95 {
    color: rgba(120, 53, 15, .95)
}

.v10-sitecore-container .text-amber-950 {
    --tw-text-opacity: 1;
    color: rgb(69 26 3/var(--tw-text-opacity))
}

.v10-sitecore-container .text-amber-950\/0 {
    color: rgba(69, 26, 3, 0)
}

.v10-sitecore-container .text-amber-950\/10 {
    color: rgba(69, 26, 3, .1)
}

.v10-sitecore-container .text-amber-950\/100 {
    color: #451a03
}

.v10-sitecore-container .text-amber-950\/20 {
    color: rgba(69, 26, 3, .2)
}

.v10-sitecore-container .text-amber-950\/25 {
    color: rgba(69, 26, 3, .25)
}

.v10-sitecore-container .text-amber-950\/30 {
    color: rgba(69, 26, 3, .3)
}

.v10-sitecore-container .text-amber-950\/40 {
    color: rgba(69, 26, 3, .4)
}

.v10-sitecore-container .text-amber-950\/5 {
    color: rgba(69, 26, 3, .05)
}

.v10-sitecore-container .text-amber-950\/50 {
    color: rgba(69, 26, 3, .5)
}

.v10-sitecore-container .text-amber-950\/60 {
    color: rgba(69, 26, 3, .6)
}

.v10-sitecore-container .text-amber-950\/70 {
    color: rgba(69, 26, 3, .7)
}

.v10-sitecore-container .text-amber-950\/75 {
    color: rgba(69, 26, 3, .75)
}

.v10-sitecore-container .text-amber-950\/80 {
    color: rgba(69, 26, 3, .8)
}

.v10-sitecore-container .text-amber-950\/90 {
    color: rgba(69, 26, 3, .9)
}

.v10-sitecore-container .text-amber-950\/95 {
    color: rgba(69, 26, 3, .95)
}

.v10-sitecore-container .text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity))
}

.v10-sitecore-container .text-black-05 {
    color: rgba(0, 0, 0, .05)
}

.v10-sitecore-container .text-black-05\/0 {
    color: transparent
}

.v10-sitecore-container .text-black-05\/10 {
    color: rgba(0, 0, 0, .1)
}

.v10-sitecore-container .text-black-05\/100 {
    color: #000
}

.v10-sitecore-container .text-black-05\/20 {
    color: rgba(0, 0, 0, .2)
}

.v10-sitecore-container .text-black-05\/25 {
    color: rgba(0, 0, 0, .25)
}

.v10-sitecore-container .text-black-05\/30 {
    color: rgba(0, 0, 0, .3)
}

.v10-sitecore-container .text-black-05\/40 {
    color: rgba(0, 0, 0, .4)
}

.v10-sitecore-container .text-black-05\/5 {
    color: rgba(0, 0, 0, .05)
}

.v10-sitecore-container .text-black-05\/50 {
    color: rgba(0, 0, 0, .5)
}

.v10-sitecore-container .text-black-05\/60 {
    color: rgba(0, 0, 0, .6)
}

.v10-sitecore-container .text-black-05\/70 {
    color: rgba(0, 0, 0, .7)
}

.v10-sitecore-container .text-black-05\/75 {
    color: rgba(0, 0, 0, .75)
}

.v10-sitecore-container .text-black-05\/80 {
    color: rgba(0, 0, 0, .8)
}

.v10-sitecore-container .text-black-05\/90 {
    color: rgba(0, 0, 0, .9)
}

.v10-sitecore-container .text-black-05\/95 {
    color: rgba(0, 0, 0, .95)
}

.v10-sitecore-container .text-black-100 {
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity))
}

.v10-sitecore-container .text-black-100\/0 {
    color: transparent
}

.v10-sitecore-container .text-black-100\/10 {
    color: rgba(0, 0, 0, .1)
}

.v10-sitecore-container .text-black-100\/100 {
    color: #000
}

.v10-sitecore-container .text-black-100\/20 {
    color: rgba(0, 0, 0, .2)
}

.v10-sitecore-container .text-black-100\/25 {
    color: rgba(0, 0, 0, .25)
}

.v10-sitecore-container .text-black-100\/30 {
    color: rgba(0, 0, 0, .3)
}

.v10-sitecore-container .text-black-100\/40 {
    color: rgba(0, 0, 0, .4)
}

.v10-sitecore-container .text-black-100\/5 {
    color: rgba(0, 0, 0, .05)
}

.v10-sitecore-container .text-black-100\/50 {
    color: rgba(0, 0, 0, .5)
}

.v10-sitecore-container .text-black-100\/60 {
    color: rgba(0, 0, 0, .6)
}

.v10-sitecore-container .text-black-100\/70 {
    color: rgba(0, 0, 0, .7)
}

.v10-sitecore-container .text-black-100\/75 {
    color: rgba(0, 0, 0, .75)
}

.v10-sitecore-container .text-black-100\/80 {
    color: rgba(0, 0, 0, .8)
}

.v10-sitecore-container .text-black-100\/90 {
    color: rgba(0, 0, 0, .9)
}

.v10-sitecore-container .text-black-100\/95 {
    color: rgba(0, 0, 0, .95)
}

.v10-sitecore-container .text-black-50 {
    color: rgba(0, 0, 0, .5)
}

.v10-sitecore-container .text-black-50\/0 {
    color: transparent
}

.v10-sitecore-container .text-black-50\/10 {
    color: rgba(0, 0, 0, .1)
}

.v10-sitecore-container .text-black-50\/100 {
    color: #000
}

.v10-sitecore-container .text-black-50\/20 {
    color: rgba(0, 0, 0, .2)
}

.v10-sitecore-container .text-black-50\/25 {
    color: rgba(0, 0, 0, .25)
}

.v10-sitecore-container .text-black-50\/30 {
    color: rgba(0, 0, 0, .3)
}

.v10-sitecore-container .text-black-50\/40 {
    color: rgba(0, 0, 0, .4)
}

.v10-sitecore-container .text-black-50\/5 {
    color: rgba(0, 0, 0, .05)
}

.v10-sitecore-container .text-black-50\/50 {
    color: rgba(0, 0, 0, .5)
}

.v10-sitecore-container .text-black-50\/60 {
    color: rgba(0, 0, 0, .6)
}

.v10-sitecore-container .text-black-50\/70 {
    color: rgba(0, 0, 0, .7)
}

.v10-sitecore-container .text-black-50\/75 {
    color: rgba(0, 0, 0, .75)
}

.v10-sitecore-container .text-black-50\/80 {
    color: rgba(0, 0, 0, .8)
}

.v10-sitecore-container .text-black-50\/90 {
    color: rgba(0, 0, 0, .9)
}

.v10-sitecore-container .text-black-50\/95 {
    color: rgba(0, 0, 0, .95)
}

.v10-sitecore-container .text-black-75 {
    color: rgba(0, 0, 0, .75)
}

.v10-sitecore-container .text-black-75\/0 {
    color: transparent
}

.v10-sitecore-container .text-black-75\/10 {
    color: rgba(0, 0, 0, .1)
}

.v10-sitecore-container .text-black-75\/100 {
    color: #000
}

.v10-sitecore-container .text-black-75\/20 {
    color: rgba(0, 0, 0, .2)
}

.v10-sitecore-container .text-black-75\/25 {
    color: rgba(0, 0, 0, .25)
}

.v10-sitecore-container .text-black-75\/30 {
    color: rgba(0, 0, 0, .3)
}

.v10-sitecore-container .text-black-75\/40 {
    color: rgba(0, 0, 0, .4)
}

.v10-sitecore-container .text-black-75\/5 {
    color: rgba(0, 0, 0, .05)
}

.v10-sitecore-container .text-black-75\/50 {
    color: rgba(0, 0, 0, .5)
}

.v10-sitecore-container .text-black-75\/60 {
    color: rgba(0, 0, 0, .6)
}

.v10-sitecore-container .text-black-75\/70 {
    color: rgba(0, 0, 0, .7)
}

.v10-sitecore-container .text-black-75\/75 {
    color: rgba(0, 0, 0, .75)
}

.v10-sitecore-container .text-black-75\/80 {
    color: rgba(0, 0, 0, .8)
}

.v10-sitecore-container .text-black-75\/90 {
    color: rgba(0, 0, 0, .9)
}

.v10-sitecore-container .text-black-75\/95 {
    color: rgba(0, 0, 0, .95)
}

.v10-sitecore-container .text-black\/0 {
    color: transparent
}

.v10-sitecore-container .text-black\/10 {
    color: rgba(0, 0, 0, .1)
}

.v10-sitecore-container .text-black\/100 {
    color: #000
}

.v10-sitecore-container .text-black\/20 {
    color: rgba(0, 0, 0, .2)
}

.v10-sitecore-container .text-black\/25 {
    color: rgba(0, 0, 0, .25)
}

.v10-sitecore-container .text-black\/30 {
    color: rgba(0, 0, 0, .3)
}

.v10-sitecore-container .text-black\/40 {
    color: rgba(0, 0, 0, .4)
}

.v10-sitecore-container .text-black\/5 {
    color: rgba(0, 0, 0, .05)
}

.v10-sitecore-container .text-black\/50 {
    color: rgba(0, 0, 0, .5)
}

.v10-sitecore-container .text-black\/60 {
    color: rgba(0, 0, 0, .6)
}

.v10-sitecore-container .text-black\/70 {
    color: rgba(0, 0, 0, .7)
}

.v10-sitecore-container .text-black\/75 {
    color: rgba(0, 0, 0, .75)
}

.v10-sitecore-container .text-black\/80 {
    color: rgba(0, 0, 0, .8)
}

.v10-sitecore-container .text-black\/90 {
    color: rgba(0, 0, 0, .9)
}

.v10-sitecore-container .text-black\/95 {
    color: rgba(0, 0, 0, .95)
}

.v10-sitecore-container .text-blue-100 {
    --tw-text-opacity: 1;
    color: rgb(219 234 254/var(--tw-text-opacity))
}

.v10-sitecore-container .text-blue-100\/0 {
    color: rgba(219, 234, 254, 0)
}

.v10-sitecore-container .text-blue-100\/10 {
    color: rgba(219, 234, 254, .1)
}

.v10-sitecore-container .text-blue-100\/100 {
    color: #dbeafe
}

.v10-sitecore-container .text-blue-100\/20 {
    color: rgba(219, 234, 254, .2)
}

.v10-sitecore-container .text-blue-100\/25 {
    color: rgba(219, 234, 254, .25)
}

.v10-sitecore-container .text-blue-100\/30 {
    color: rgba(219, 234, 254, .3)
}

.v10-sitecore-container .text-blue-100\/40 {
    color: rgba(219, 234, 254, .4)
}

.v10-sitecore-container .text-blue-100\/5 {
    color: rgba(219, 234, 254, .05)
}

.v10-sitecore-container .text-blue-100\/50 {
    color: rgba(219, 234, 254, .5)
}

.v10-sitecore-container .text-blue-100\/60 {
    color: rgba(219, 234, 254, .6)
}

.v10-sitecore-container .text-blue-100\/70 {
    color: rgba(219, 234, 254, .7)
}

.v10-sitecore-container .text-blue-100\/75 {
    color: rgba(219, 234, 254, .75)
}

.v10-sitecore-container .text-blue-100\/80 {
    color: rgba(219, 234, 254, .8)
}

.v10-sitecore-container .text-blue-100\/90 {
    color: rgba(219, 234, 254, .9)
}

.v10-sitecore-container .text-blue-100\/95 {
    color: rgba(219, 234, 254, .95)
}

.v10-sitecore-container .text-blue-200 {
    --tw-text-opacity: 1;
    color: rgb(191 219 254/var(--tw-text-opacity))
}

.v10-sitecore-container .text-blue-200\/0 {
    color: rgba(191, 219, 254, 0)
}

.v10-sitecore-container .text-blue-200\/10 {
    color: rgba(191, 219, 254, .1)
}

.v10-sitecore-container .text-blue-200\/100 {
    color: #bfdbfe
}

.v10-sitecore-container .text-blue-200\/20 {
    color: rgba(191, 219, 254, .2)
}

.v10-sitecore-container .text-blue-200\/25 {
    color: rgba(191, 219, 254, .25)
}

.v10-sitecore-container .text-blue-200\/30 {
    color: rgba(191, 219, 254, .3)
}

.v10-sitecore-container .text-blue-200\/40 {
    color: rgba(191, 219, 254, .4)
}

.v10-sitecore-container .text-blue-200\/5 {
    color: rgba(191, 219, 254, .05)
}

.v10-sitecore-container .text-blue-200\/50 {
    color: rgba(191, 219, 254, .5)
}

.v10-sitecore-container .text-blue-200\/60 {
    color: rgba(191, 219, 254, .6)
}

.v10-sitecore-container .text-blue-200\/70 {
    color: rgba(191, 219, 254, .7)
}

.v10-sitecore-container .text-blue-200\/75 {
    color: rgba(191, 219, 254, .75)
}

.v10-sitecore-container .text-blue-200\/80 {
    color: rgba(191, 219, 254, .8)
}

.v10-sitecore-container .text-blue-200\/90 {
    color: rgba(191, 219, 254, .9)
}

.v10-sitecore-container .text-blue-200\/95 {
    color: rgba(191, 219, 254, .95)
}

.v10-sitecore-container .text-blue-300 {
    --tw-text-opacity: 1;
    color: rgb(147 197 253/var(--tw-text-opacity))
}

.v10-sitecore-container .text-blue-300\/0 {
    color: rgba(147, 197, 253, 0)
}

.v10-sitecore-container .text-blue-300\/10 {
    color: rgba(147, 197, 253, .1)
}

.v10-sitecore-container .text-blue-300\/100 {
    color: #93c5fd
}

.v10-sitecore-container .text-blue-300\/20 {
    color: rgba(147, 197, 253, .2)
}

.v10-sitecore-container .text-blue-300\/25 {
    color: rgba(147, 197, 253, .25)
}

.v10-sitecore-container .text-blue-300\/30 {
    color: rgba(147, 197, 253, .3)
}

.v10-sitecore-container .text-blue-300\/40 {
    color: rgba(147, 197, 253, .4)
}

.v10-sitecore-container .text-blue-300\/5 {
    color: rgba(147, 197, 253, .05)
}

.v10-sitecore-container .text-blue-300\/50 {
    color: rgba(147, 197, 253, .5)
}

.v10-sitecore-container .text-blue-300\/60 {
    color: rgba(147, 197, 253, .6)
}

.v10-sitecore-container .text-blue-300\/70 {
    color: rgba(147, 197, 253, .7)
}

.v10-sitecore-container .text-blue-300\/75 {
    color: rgba(147, 197, 253, .75)
}

.v10-sitecore-container .text-blue-300\/80 {
    color: rgba(147, 197, 253, .8)
}

.v10-sitecore-container .text-blue-300\/90 {
    color: rgba(147, 197, 253, .9)
}

.v10-sitecore-container .text-blue-300\/95 {
    color: rgba(147, 197, 253, .95)
}

.v10-sitecore-container .text-blue-400 {
    --tw-text-opacity: 1;
    color: rgb(96 165 250/var(--tw-text-opacity))
}

.v10-sitecore-container .text-blue-400\/0 {
    color: rgba(96, 165, 250, 0)
}

.v10-sitecore-container .text-blue-400\/10 {
    color: rgba(96, 165, 250, .1)
}

.v10-sitecore-container .text-blue-400\/100 {
    color: #60a5fa
}

.v10-sitecore-container .text-blue-400\/20 {
    color: rgba(96, 165, 250, .2)
}

.v10-sitecore-container .text-blue-400\/25 {
    color: rgba(96, 165, 250, .25)
}

.v10-sitecore-container .text-blue-400\/30 {
    color: rgba(96, 165, 250, .3)
}

.v10-sitecore-container .text-blue-400\/40 {
    color: rgba(96, 165, 250, .4)
}

.v10-sitecore-container .text-blue-400\/5 {
    color: rgba(96, 165, 250, .05)
}

.v10-sitecore-container .text-blue-400\/50 {
    color: rgba(96, 165, 250, .5)
}

.v10-sitecore-container .text-blue-400\/60 {
    color: rgba(96, 165, 250, .6)
}

.v10-sitecore-container .text-blue-400\/70 {
    color: rgba(96, 165, 250, .7)
}

.v10-sitecore-container .text-blue-400\/75 {
    color: rgba(96, 165, 250, .75)
}

.v10-sitecore-container .text-blue-400\/80 {
    color: rgba(96, 165, 250, .8)
}

.v10-sitecore-container .text-blue-400\/90 {
    color: rgba(96, 165, 250, .9)
}

.v10-sitecore-container .text-blue-400\/95 {
    color: rgba(96, 165, 250, .95)
}

.v10-sitecore-container .text-blue-50 {
    --tw-text-opacity: 1;
    color: rgb(239 246 255/var(--tw-text-opacity))
}

.v10-sitecore-container .text-blue-50\/0 {
    color: rgba(239, 246, 255, 0)
}

.v10-sitecore-container .text-blue-50\/10 {
    color: rgba(239, 246, 255, .1)
}

.v10-sitecore-container .text-blue-50\/100 {
    color: #eff6ff
}

.v10-sitecore-container .text-blue-50\/20 {
    color: rgba(239, 246, 255, .2)
}

.v10-sitecore-container .text-blue-50\/25 {
    color: rgba(239, 246, 255, .25)
}

.v10-sitecore-container .text-blue-50\/30 {
    color: rgba(239, 246, 255, .3)
}

.v10-sitecore-container .text-blue-50\/40 {
    color: rgba(239, 246, 255, .4)
}

.v10-sitecore-container .text-blue-50\/5 {
    color: rgba(239, 246, 255, .05)
}

.v10-sitecore-container .text-blue-50\/50 {
    color: rgba(239, 246, 255, .5)
}

.v10-sitecore-container .text-blue-50\/60 {
    color: rgba(239, 246, 255, .6)
}

.v10-sitecore-container .text-blue-50\/70 {
    color: rgba(239, 246, 255, .7)
}

.v10-sitecore-container .text-blue-50\/75 {
    color: rgba(239, 246, 255, .75)
}

.v10-sitecore-container .text-blue-50\/80 {
    color: rgba(239, 246, 255, .8)
}

.v10-sitecore-container .text-blue-50\/90 {
    color: rgba(239, 246, 255, .9)
}

.v10-sitecore-container .text-blue-50\/95 {
    color: rgba(239, 246, 255, .95)
}

.v10-sitecore-container .text-blue-500 {
    --tw-text-opacity: 1;
    color: rgb(59 130 246/var(--tw-text-opacity))
}

.v10-sitecore-container .text-blue-500\/0 {
    color: rgba(59, 130, 246, 0)
}

.v10-sitecore-container .text-blue-500\/10 {
    color: rgba(59, 130, 246, .1)
}

.v10-sitecore-container .text-blue-500\/100 {
    color: #3b82f6
}

.v10-sitecore-container .text-blue-500\/20 {
    color: rgba(59, 130, 246, .2)
}

.v10-sitecore-container .text-blue-500\/25 {
    color: rgba(59, 130, 246, .25)
}

.v10-sitecore-container .text-blue-500\/30 {
    color: rgba(59, 130, 246, .3)
}

.v10-sitecore-container .text-blue-500\/40 {
    color: rgba(59, 130, 246, .4)
}

.v10-sitecore-container .text-blue-500\/5 {
    color: rgba(59, 130, 246, .05)
}

.v10-sitecore-container .text-blue-500\/50 {
    color: rgba(59, 130, 246, .5)
}

.v10-sitecore-container .text-blue-500\/60 {
    color: rgba(59, 130, 246, .6)
}

.v10-sitecore-container .text-blue-500\/70 {
    color: rgba(59, 130, 246, .7)
}

.v10-sitecore-container .text-blue-500\/75 {
    color: rgba(59, 130, 246, .75)
}

.v10-sitecore-container .text-blue-500\/80 {
    color: rgba(59, 130, 246, .8)
}

.v10-sitecore-container .text-blue-500\/90 {
    color: rgba(59, 130, 246, .9)
}

.v10-sitecore-container .text-blue-500\/95 {
    color: rgba(59, 130, 246, .95)
}

.v10-sitecore-container .text-blue-600 {
    --tw-text-opacity: 1;
    color: rgb(37 99 235/var(--tw-text-opacity))
}

.v10-sitecore-container .text-blue-600\/0 {
    color: rgba(37, 99, 235, 0)
}

.v10-sitecore-container .text-blue-600\/10 {
    color: rgba(37, 99, 235, .1)
}

.v10-sitecore-container .text-blue-600\/100 {
    color: #2563eb
}

.v10-sitecore-container .text-blue-600\/20 {
    color: rgba(37, 99, 235, .2)
}

.v10-sitecore-container .text-blue-600\/25 {
    color: rgba(37, 99, 235, .25)
}

.v10-sitecore-container .text-blue-600\/30 {
    color: rgba(37, 99, 235, .3)
}

.v10-sitecore-container .text-blue-600\/40 {
    color: rgba(37, 99, 235, .4)
}

.v10-sitecore-container .text-blue-600\/5 {
    color: rgba(37, 99, 235, .05)
}

.v10-sitecore-container .text-blue-600\/50 {
    color: rgba(37, 99, 235, .5)
}

.v10-sitecore-container .text-blue-600\/60 {
    color: rgba(37, 99, 235, .6)
}

.v10-sitecore-container .text-blue-600\/70 {
    color: rgba(37, 99, 235, .7)
}

.v10-sitecore-container .text-blue-600\/75 {
    color: rgba(37, 99, 235, .75)
}

.v10-sitecore-container .text-blue-600\/80 {
    color: rgba(37, 99, 235, .8)
}

.v10-sitecore-container .text-blue-600\/90 {
    color: rgba(37, 99, 235, .9)
}

.v10-sitecore-container .text-blue-600\/95 {
    color: rgba(37, 99, 235, .95)
}

.v10-sitecore-container .text-blue-700 {
    --tw-text-opacity: 1;
    color: rgb(29 78 216/var(--tw-text-opacity))
}

.v10-sitecore-container .text-blue-700\/0 {
    color: rgba(29, 78, 216, 0)
}

.v10-sitecore-container .text-blue-700\/10 {
    color: rgba(29, 78, 216, .1)
}

.v10-sitecore-container .text-blue-700\/100 {
    color: #1d4ed8
}

.v10-sitecore-container .text-blue-700\/20 {
    color: rgba(29, 78, 216, .2)
}

.v10-sitecore-container .text-blue-700\/25 {
    color: rgba(29, 78, 216, .25)
}

.v10-sitecore-container .text-blue-700\/30 {
    color: rgba(29, 78, 216, .3)
}

.v10-sitecore-container .text-blue-700\/40 {
    color: rgba(29, 78, 216, .4)
}

.v10-sitecore-container .text-blue-700\/5 {
    color: rgba(29, 78, 216, .05)
}

.v10-sitecore-container .text-blue-700\/50 {
    color: rgba(29, 78, 216, .5)
}

.v10-sitecore-container .text-blue-700\/60 {
    color: rgba(29, 78, 216, .6)
}

.v10-sitecore-container .text-blue-700\/70 {
    color: rgba(29, 78, 216, .7)
}

.v10-sitecore-container .text-blue-700\/75 {
    color: rgba(29, 78, 216, .75)
}

.v10-sitecore-container .text-blue-700\/80 {
    color: rgba(29, 78, 216, .8)
}

.v10-sitecore-container .text-blue-700\/90 {
    color: rgba(29, 78, 216, .9)
}

.v10-sitecore-container .text-blue-700\/95 {
    color: rgba(29, 78, 216, .95)
}

.v10-sitecore-container .text-blue-800 {
    --tw-text-opacity: 1;
    color: rgb(30 64 175/var(--tw-text-opacity))
}

.v10-sitecore-container .text-blue-800\/0 {
    color: rgba(30, 64, 175, 0)
}

.v10-sitecore-container .text-blue-800\/10 {
    color: rgba(30, 64, 175, .1)
}

.v10-sitecore-container .text-blue-800\/100 {
    color: #1e40af
}

.v10-sitecore-container .text-blue-800\/20 {
    color: rgba(30, 64, 175, .2)
}

.v10-sitecore-container .text-blue-800\/25 {
    color: rgba(30, 64, 175, .25)
}

.v10-sitecore-container .text-blue-800\/30 {
    color: rgba(30, 64, 175, .3)
}

.v10-sitecore-container .text-blue-800\/40 {
    color: rgba(30, 64, 175, .4)
}

.v10-sitecore-container .text-blue-800\/5 {
    color: rgba(30, 64, 175, .05)
}

.v10-sitecore-container .text-blue-800\/50 {
    color: rgba(30, 64, 175, .5)
}

.v10-sitecore-container .text-blue-800\/60 {
    color: rgba(30, 64, 175, .6)
}

.v10-sitecore-container .text-blue-800\/70 {
    color: rgba(30, 64, 175, .7)
}

.v10-sitecore-container .text-blue-800\/75 {
    color: rgba(30, 64, 175, .75)
}

.v10-sitecore-container .text-blue-800\/80 {
    color: rgba(30, 64, 175, .8)
}

.v10-sitecore-container .text-blue-800\/90 {
    color: rgba(30, 64, 175, .9)
}

.v10-sitecore-container .text-blue-800\/95 {
    color: rgba(30, 64, 175, .95)
}

.v10-sitecore-container .text-blue-900 {
    --tw-text-opacity: 1;
    color: rgb(30 58 138/var(--tw-text-opacity))
}

.v10-sitecore-container .text-blue-900\/0 {
    color: rgba(30, 58, 138, 0)
}

.v10-sitecore-container .text-blue-900\/10 {
    color: rgba(30, 58, 138, .1)
}

.v10-sitecore-container .text-blue-900\/100 {
    color: #1e3a8a
}

.v10-sitecore-container .text-blue-900\/20 {
    color: rgba(30, 58, 138, .2)
}

.v10-sitecore-container .text-blue-900\/25 {
    color: rgba(30, 58, 138, .25)
}

.v10-sitecore-container .text-blue-900\/30 {
    color: rgba(30, 58, 138, .3)
}

.v10-sitecore-container .text-blue-900\/40 {
    color: rgba(30, 58, 138, .4)
}

.v10-sitecore-container .text-blue-900\/5 {
    color: rgba(30, 58, 138, .05)
}

.v10-sitecore-container .text-blue-900\/50 {
    color: rgba(30, 58, 138, .5)
}

.v10-sitecore-container .text-blue-900\/60 {
    color: rgba(30, 58, 138, .6)
}

.v10-sitecore-container .text-blue-900\/70 {
    color: rgba(30, 58, 138, .7)
}

.v10-sitecore-container .text-blue-900\/75 {
    color: rgba(30, 58, 138, .75)
}

.v10-sitecore-container .text-blue-900\/80 {
    color: rgba(30, 58, 138, .8)
}

.v10-sitecore-container .text-blue-900\/90 {
    color: rgba(30, 58, 138, .9)
}

.v10-sitecore-container .text-blue-900\/95 {
    color: rgba(30, 58, 138, .95)
}

.v10-sitecore-container .text-blue-950 {
    --tw-text-opacity: 1;
    color: rgb(23 37 84/var(--tw-text-opacity))
}

.v10-sitecore-container .text-blue-950\/0 {
    color: rgba(23, 37, 84, 0)
}

.v10-sitecore-container .text-blue-950\/10 {
    color: rgba(23, 37, 84, .1)
}

.v10-sitecore-container .text-blue-950\/100 {
    color: #172554
}

.v10-sitecore-container .text-blue-950\/20 {
    color: rgba(23, 37, 84, .2)
}

.v10-sitecore-container .text-blue-950\/25 {
    color: rgba(23, 37, 84, .25)
}

.v10-sitecore-container .text-blue-950\/30 {
    color: rgba(23, 37, 84, .3)
}

.v10-sitecore-container .text-blue-950\/40 {
    color: rgba(23, 37, 84, .4)
}

.v10-sitecore-container .text-blue-950\/5 {
    color: rgba(23, 37, 84, .05)
}

.v10-sitecore-container .text-blue-950\/50 {
    color: rgba(23, 37, 84, .5)
}

.v10-sitecore-container .text-blue-950\/60 {
    color: rgba(23, 37, 84, .6)
}

.v10-sitecore-container .text-blue-950\/70 {
    color: rgba(23, 37, 84, .7)
}

.v10-sitecore-container .text-blue-950\/75 {
    color: rgba(23, 37, 84, .75)
}

.v10-sitecore-container .text-blue-950\/80 {
    color: rgba(23, 37, 84, .8)
}

.v10-sitecore-container .text-blue-950\/90 {
    color: rgba(23, 37, 84, .9)
}

.v10-sitecore-container .text-blue-950\/95 {
    color: rgba(23, 37, 84, .95)
}

.v10-sitecore-container .text-cc-lime {
    --tw-text-opacity: 1;
    color: rgb(154 194 60/var(--tw-text-opacity))
}

.v10-sitecore-container .text-cc-lime\/0 {
    color: rgba(154, 194, 60, 0)
}

.v10-sitecore-container .text-cc-lime\/10 {
    color: rgba(154, 194, 60, .1)
}

.v10-sitecore-container .text-cc-lime\/100 {
    color: #9ac23c
}

.v10-sitecore-container .text-cc-lime\/20 {
    color: rgba(154, 194, 60, .2)
}

.v10-sitecore-container .text-cc-lime\/25 {
    color: rgba(154, 194, 60, .25)
}

.v10-sitecore-container .text-cc-lime\/30 {
    color: rgba(154, 194, 60, .3)
}

.v10-sitecore-container .text-cc-lime\/40 {
    color: rgba(154, 194, 60, .4)
}

.v10-sitecore-container .text-cc-lime\/5 {
    color: rgba(154, 194, 60, .05)
}

.v10-sitecore-container .text-cc-lime\/50 {
    color: rgba(154, 194, 60, .5)
}

.v10-sitecore-container .text-cc-lime\/60 {
    color: rgba(154, 194, 60, .6)
}

.v10-sitecore-container .text-cc-lime\/70 {
    color: rgba(154, 194, 60, .7)
}

.v10-sitecore-container .text-cc-lime\/75 {
    color: rgba(154, 194, 60, .75)
}

.v10-sitecore-container .text-cc-lime\/80 {
    color: rgba(154, 194, 60, .8)
}

.v10-sitecore-container .text-cc-lime\/90 {
    color: rgba(154, 194, 60, .9)
}

.v10-sitecore-container .text-cc-lime\/95 {
    color: rgba(154, 194, 60, .95)
}

.v10-sitecore-container .text-ccslp-marigold {
    --tw-text-opacity: 1;
    color: rgb(238 190 54/var(--tw-text-opacity))
}

.v10-sitecore-container .text-ccslp-marigold\/0 {
    color: rgba(238, 190, 54, 0)
}

.v10-sitecore-container .text-ccslp-marigold\/10 {
    color: rgba(238, 190, 54, .1)
}

.v10-sitecore-container .text-ccslp-marigold\/100 {
    color: #eebe36
}

.v10-sitecore-container .text-ccslp-marigold\/20 {
    color: rgba(238, 190, 54, .2)
}

.v10-sitecore-container .text-ccslp-marigold\/25 {
    color: rgba(238, 190, 54, .25)
}

.v10-sitecore-container .text-ccslp-marigold\/30 {
    color: rgba(238, 190, 54, .3)
}

.v10-sitecore-container .text-ccslp-marigold\/40 {
    color: rgba(238, 190, 54, .4)
}

.v10-sitecore-container .text-ccslp-marigold\/5 {
    color: rgba(238, 190, 54, .05)
}

.v10-sitecore-container .text-ccslp-marigold\/50 {
    color: rgba(238, 190, 54, .5)
}

.v10-sitecore-container .text-ccslp-marigold\/60 {
    color: rgba(238, 190, 54, .6)
}

.v10-sitecore-container .text-ccslp-marigold\/70 {
    color: rgba(238, 190, 54, .7)
}

.v10-sitecore-container .text-ccslp-marigold\/75 {
    color: rgba(238, 190, 54, .75)
}

.v10-sitecore-container .text-ccslp-marigold\/80 {
    color: rgba(238, 190, 54, .8)
}

.v10-sitecore-container .text-ccslp-marigold\/90 {
    color: rgba(238, 190, 54, .9)
}

.v10-sitecore-container .text-ccslp-marigold\/95 {
    color: rgba(238, 190, 54, .95)
}

.v10-sitecore-container .text-cgrc-cornflower {
    --tw-text-opacity: 1;
    color: rgb(84 102 174/var(--tw-text-opacity))
}

.v10-sitecore-container .text-cgrc-cornflower\/0 {
    color: rgba(84, 102, 174, 0)
}

.v10-sitecore-container .text-cgrc-cornflower\/10 {
    color: rgba(84, 102, 174, .1)
}

.v10-sitecore-container .text-cgrc-cornflower\/100 {
    color: #5466ae
}

.v10-sitecore-container .text-cgrc-cornflower\/20 {
    color: rgba(84, 102, 174, .2)
}

.v10-sitecore-container .text-cgrc-cornflower\/25 {
    color: rgba(84, 102, 174, .25)
}

.v10-sitecore-container .text-cgrc-cornflower\/30 {
    color: rgba(84, 102, 174, .3)
}

.v10-sitecore-container .text-cgrc-cornflower\/40 {
    color: rgba(84, 102, 174, .4)
}

.v10-sitecore-container .text-cgrc-cornflower\/5 {
    color: rgba(84, 102, 174, .05)
}

.v10-sitecore-container .text-cgrc-cornflower\/50 {
    color: rgba(84, 102, 174, .5)
}

.v10-sitecore-container .text-cgrc-cornflower\/60 {
    color: rgba(84, 102, 174, .6)
}

.v10-sitecore-container .text-cgrc-cornflower\/70 {
    color: rgba(84, 102, 174, .7)
}

.v10-sitecore-container .text-cgrc-cornflower\/75 {
    color: rgba(84, 102, 174, .75)
}

.v10-sitecore-container .text-cgrc-cornflower\/80 {
    color: rgba(84, 102, 174, .8)
}

.v10-sitecore-container .text-cgrc-cornflower\/90 {
    color: rgba(84, 102, 174, .9)
}

.v10-sitecore-container .text-cgrc-cornflower\/95 {
    color: rgba(84, 102, 174, .95)
}

.v10-sitecore-container .text-cissp-green {
    --tw-text-opacity: 1;
    color: rgb(70 129 69/var(--tw-text-opacity))
}

.v10-sitecore-container .text-cissp-green\/0 {
    color: rgba(70, 129, 69, 0)
}

.v10-sitecore-container .text-cissp-green\/10 {
    color: rgba(70, 129, 69, .1)
}

.v10-sitecore-container .text-cissp-green\/100 {
    color: #468145
}

.v10-sitecore-container .text-cissp-green\/20 {
    color: rgba(70, 129, 69, .2)
}

.v10-sitecore-container .text-cissp-green\/25 {
    color: rgba(70, 129, 69, .25)
}

.v10-sitecore-container .text-cissp-green\/30 {
    color: rgba(70, 129, 69, .3)
}

.v10-sitecore-container .text-cissp-green\/40 {
    color: rgba(70, 129, 69, .4)
}

.v10-sitecore-container .text-cissp-green\/5 {
    color: rgba(70, 129, 69, .05)
}

.v10-sitecore-container .text-cissp-green\/50 {
    color: rgba(70, 129, 69, .5)
}

.v10-sitecore-container .text-cissp-green\/60 {
    color: rgba(70, 129, 69, .6)
}

.v10-sitecore-container .text-cissp-green\/70 {
    color: rgba(70, 129, 69, .7)
}

.v10-sitecore-container .text-cissp-green\/75 {
    color: rgba(70, 129, 69, .75)
}

.v10-sitecore-container .text-cissp-green\/80 {
    color: rgba(70, 129, 69, .8)
}

.v10-sitecore-container .text-cissp-green\/90 {
    color: rgba(70, 129, 69, .9)
}

.v10-sitecore-container .text-cissp-green\/95 {
    color: rgba(70, 129, 69, .95)
}

.v10-sitecore-container .text-cssp-cobalt {
    --tw-text-opacity: 1;
    color: rgb(0 127 173/var(--tw-text-opacity))
}

.v10-sitecore-container .text-cssp-cobalt\/0 {
    color: rgba(0, 127, 173, 0)
}

.v10-sitecore-container .text-cssp-cobalt\/10 {
    color: rgba(0, 127, 173, .1)
}

.v10-sitecore-container .text-cssp-cobalt\/100 {
    color: #007fad
}

.v10-sitecore-container .text-cssp-cobalt\/20 {
    color: rgba(0, 127, 173, .2)
}

.v10-sitecore-container .text-cssp-cobalt\/25 {
    color: rgba(0, 127, 173, .25)
}

.v10-sitecore-container .text-cssp-cobalt\/30 {
    color: rgba(0, 127, 173, .3)
}

.v10-sitecore-container .text-cssp-cobalt\/40 {
    color: rgba(0, 127, 173, .4)
}

.v10-sitecore-container .text-cssp-cobalt\/5 {
    color: rgba(0, 127, 173, .05)
}

.v10-sitecore-container .text-cssp-cobalt\/50 {
    color: rgba(0, 127, 173, .5)
}

.v10-sitecore-container .text-cssp-cobalt\/60 {
    color: rgba(0, 127, 173, .6)
}

.v10-sitecore-container .text-cssp-cobalt\/70 {
    color: rgba(0, 127, 173, .7)
}

.v10-sitecore-container .text-cssp-cobalt\/75 {
    color: rgba(0, 127, 173, .75)
}

.v10-sitecore-container .text-cssp-cobalt\/80 {
    color: rgba(0, 127, 173, .8)
}

.v10-sitecore-container .text-cssp-cobalt\/90 {
    color: rgba(0, 127, 173, .9)
}

.v10-sitecore-container .text-cssp-cobalt\/95 {
    color: rgba(0, 127, 173, .95)
}

.v10-sitecore-container .text-current {
    color: currentColor
}

.v10-sitecore-container .text-cyan-100 {
    --tw-text-opacity: 1;
    color: rgb(207 250 254/var(--tw-text-opacity))
}

.v10-sitecore-container .text-cyan-100\/0 {
    color: rgba(207, 250, 254, 0)
}

.v10-sitecore-container .text-cyan-100\/10 {
    color: rgba(207, 250, 254, .1)
}

.v10-sitecore-container .text-cyan-100\/100 {
    color: #cffafe
}

.v10-sitecore-container .text-cyan-100\/20 {
    color: rgba(207, 250, 254, .2)
}

.v10-sitecore-container .text-cyan-100\/25 {
    color: rgba(207, 250, 254, .25)
}

.v10-sitecore-container .text-cyan-100\/30 {
    color: rgba(207, 250, 254, .3)
}

.v10-sitecore-container .text-cyan-100\/40 {
    color: rgba(207, 250, 254, .4)
}

.v10-sitecore-container .text-cyan-100\/5 {
    color: rgba(207, 250, 254, .05)
}

.v10-sitecore-container .text-cyan-100\/50 {
    color: rgba(207, 250, 254, .5)
}

.v10-sitecore-container .text-cyan-100\/60 {
    color: rgba(207, 250, 254, .6)
}

.v10-sitecore-container .text-cyan-100\/70 {
    color: rgba(207, 250, 254, .7)
}

.v10-sitecore-container .text-cyan-100\/75 {
    color: rgba(207, 250, 254, .75)
}

.v10-sitecore-container .text-cyan-100\/80 {
    color: rgba(207, 250, 254, .8)
}

.v10-sitecore-container .text-cyan-100\/90 {
    color: rgba(207, 250, 254, .9)
}

.v10-sitecore-container .text-cyan-100\/95 {
    color: rgba(207, 250, 254, .95)
}

.v10-sitecore-container .text-cyan-200 {
    --tw-text-opacity: 1;
    color: rgb(165 243 252/var(--tw-text-opacity))
}

.v10-sitecore-container .text-cyan-200\/0 {
    color: rgba(165, 243, 252, 0)
}

.v10-sitecore-container .text-cyan-200\/10 {
    color: rgba(165, 243, 252, .1)
}

.v10-sitecore-container .text-cyan-200\/100 {
    color: #a5f3fc
}

.v10-sitecore-container .text-cyan-200\/20 {
    color: rgba(165, 243, 252, .2)
}

.v10-sitecore-container .text-cyan-200\/25 {
    color: rgba(165, 243, 252, .25)
}

.v10-sitecore-container .text-cyan-200\/30 {
    color: rgba(165, 243, 252, .3)
}

.v10-sitecore-container .text-cyan-200\/40 {
    color: rgba(165, 243, 252, .4)
}

.v10-sitecore-container .text-cyan-200\/5 {
    color: rgba(165, 243, 252, .05)
}

.v10-sitecore-container .text-cyan-200\/50 {
    color: rgba(165, 243, 252, .5)
}

.v10-sitecore-container .text-cyan-200\/60 {
    color: rgba(165, 243, 252, .6)
}

.v10-sitecore-container .text-cyan-200\/70 {
    color: rgba(165, 243, 252, .7)
}

.v10-sitecore-container .text-cyan-200\/75 {
    color: rgba(165, 243, 252, .75)
}

.v10-sitecore-container .text-cyan-200\/80 {
    color: rgba(165, 243, 252, .8)
}

.v10-sitecore-container .text-cyan-200\/90 {
    color: rgba(165, 243, 252, .9)
}

.v10-sitecore-container .text-cyan-200\/95 {
    color: rgba(165, 243, 252, .95)
}

.v10-sitecore-container .text-cyan-300 {
    --tw-text-opacity: 1;
    color: rgb(103 232 249/var(--tw-text-opacity))
}

.v10-sitecore-container .text-cyan-300\/0 {
    color: rgba(103, 232, 249, 0)
}

.v10-sitecore-container .text-cyan-300\/10 {
    color: rgba(103, 232, 249, .1)
}

.v10-sitecore-container .text-cyan-300\/100 {
    color: #67e8f9
}

.v10-sitecore-container .text-cyan-300\/20 {
    color: rgba(103, 232, 249, .2)
}

.v10-sitecore-container .text-cyan-300\/25 {
    color: rgba(103, 232, 249, .25)
}

.v10-sitecore-container .text-cyan-300\/30 {
    color: rgba(103, 232, 249, .3)
}

.v10-sitecore-container .text-cyan-300\/40 {
    color: rgba(103, 232, 249, .4)
}

.v10-sitecore-container .text-cyan-300\/5 {
    color: rgba(103, 232, 249, .05)
}

.v10-sitecore-container .text-cyan-300\/50 {
    color: rgba(103, 232, 249, .5)
}

.v10-sitecore-container .text-cyan-300\/60 {
    color: rgba(103, 232, 249, .6)
}

.v10-sitecore-container .text-cyan-300\/70 {
    color: rgba(103, 232, 249, .7)
}

.v10-sitecore-container .text-cyan-300\/75 {
    color: rgba(103, 232, 249, .75)
}

.v10-sitecore-container .text-cyan-300\/80 {
    color: rgba(103, 232, 249, .8)
}

.v10-sitecore-container .text-cyan-300\/90 {
    color: rgba(103, 232, 249, .9)
}

.v10-sitecore-container .text-cyan-300\/95 {
    color: rgba(103, 232, 249, .95)
}

.v10-sitecore-container .text-cyan-400 {
    --tw-text-opacity: 1;
    color: rgb(34 211 238/var(--tw-text-opacity))
}

.v10-sitecore-container .text-cyan-400\/0 {
    color: rgba(34, 211, 238, 0)
}

.v10-sitecore-container .text-cyan-400\/10 {
    color: rgba(34, 211, 238, .1)
}

.v10-sitecore-container .text-cyan-400\/100 {
    color: #22d3ee
}

.v10-sitecore-container .text-cyan-400\/20 {
    color: rgba(34, 211, 238, .2)
}

.v10-sitecore-container .text-cyan-400\/25 {
    color: rgba(34, 211, 238, .25)
}

.v10-sitecore-container .text-cyan-400\/30 {
    color: rgba(34, 211, 238, .3)
}

.v10-sitecore-container .text-cyan-400\/40 {
    color: rgba(34, 211, 238, .4)
}

.v10-sitecore-container .text-cyan-400\/5 {
    color: rgba(34, 211, 238, .05)
}

.v10-sitecore-container .text-cyan-400\/50 {
    color: rgba(34, 211, 238, .5)
}

.v10-sitecore-container .text-cyan-400\/60 {
    color: rgba(34, 211, 238, .6)
}

.v10-sitecore-container .text-cyan-400\/70 {
    color: rgba(34, 211, 238, .7)
}

.v10-sitecore-container .text-cyan-400\/75 {
    color: rgba(34, 211, 238, .75)
}

.v10-sitecore-container .text-cyan-400\/80 {
    color: rgba(34, 211, 238, .8)
}

.v10-sitecore-container .text-cyan-400\/90 {
    color: rgba(34, 211, 238, .9)
}

.v10-sitecore-container .text-cyan-400\/95 {
    color: rgba(34, 211, 238, .95)
}

.v10-sitecore-container .text-cyan-50 {
    --tw-text-opacity: 1;
    color: rgb(236 254 255/var(--tw-text-opacity))
}

.v10-sitecore-container .text-cyan-50\/0 {
    color: rgba(236, 254, 255, 0)
}

.v10-sitecore-container .text-cyan-50\/10 {
    color: rgba(236, 254, 255, .1)
}

.v10-sitecore-container .text-cyan-50\/100 {
    color: #ecfeff
}

.v10-sitecore-container .text-cyan-50\/20 {
    color: rgba(236, 254, 255, .2)
}

.v10-sitecore-container .text-cyan-50\/25 {
    color: rgba(236, 254, 255, .25)
}

.v10-sitecore-container .text-cyan-50\/30 {
    color: rgba(236, 254, 255, .3)
}

.v10-sitecore-container .text-cyan-50\/40 {
    color: rgba(236, 254, 255, .4)
}

.v10-sitecore-container .text-cyan-50\/5 {
    color: rgba(236, 254, 255, .05)
}

.v10-sitecore-container .text-cyan-50\/50 {
    color: rgba(236, 254, 255, .5)
}

.v10-sitecore-container .text-cyan-50\/60 {
    color: rgba(236, 254, 255, .6)
}

.v10-sitecore-container .text-cyan-50\/70 {
    color: rgba(236, 254, 255, .7)
}

.v10-sitecore-container .text-cyan-50\/75 {
    color: rgba(236, 254, 255, .75)
}

.v10-sitecore-container .text-cyan-50\/80 {
    color: rgba(236, 254, 255, .8)
}

.v10-sitecore-container .text-cyan-50\/90 {
    color: rgba(236, 254, 255, .9)
}

.v10-sitecore-container .text-cyan-50\/95 {
    color: rgba(236, 254, 255, .95)
}

.v10-sitecore-container .text-cyan-500 {
    --tw-text-opacity: 1;
    color: rgb(6 182 212/var(--tw-text-opacity))
}

.v10-sitecore-container .text-cyan-500\/0 {
    color: rgba(6, 182, 212, 0)
}

.v10-sitecore-container .text-cyan-500\/10 {
    color: rgba(6, 182, 212, .1)
}

.v10-sitecore-container .text-cyan-500\/100 {
    color: #06b6d4
}

.v10-sitecore-container .text-cyan-500\/20 {
    color: rgba(6, 182, 212, .2)
}

.v10-sitecore-container .text-cyan-500\/25 {
    color: rgba(6, 182, 212, .25)
}

.v10-sitecore-container .text-cyan-500\/30 {
    color: rgba(6, 182, 212, .3)
}

.v10-sitecore-container .text-cyan-500\/40 {
    color: rgba(6, 182, 212, .4)
}

.v10-sitecore-container .text-cyan-500\/5 {
    color: rgba(6, 182, 212, .05)
}

.v10-sitecore-container .text-cyan-500\/50 {
    color: rgba(6, 182, 212, .5)
}

.v10-sitecore-container .text-cyan-500\/60 {
    color: rgba(6, 182, 212, .6)
}

.v10-sitecore-container .text-cyan-500\/70 {
    color: rgba(6, 182, 212, .7)
}

.v10-sitecore-container .text-cyan-500\/75 {
    color: rgba(6, 182, 212, .75)
}

.v10-sitecore-container .text-cyan-500\/80 {
    color: rgba(6, 182, 212, .8)
}

.v10-sitecore-container .text-cyan-500\/90 {
    color: rgba(6, 182, 212, .9)
}

.v10-sitecore-container .text-cyan-500\/95 {
    color: rgba(6, 182, 212, .95)
}

.v10-sitecore-container .text-cyan-600 {
    --tw-text-opacity: 1;
    color: rgb(8 145 178/var(--tw-text-opacity))
}

.v10-sitecore-container .text-cyan-600\/0 {
    color: rgba(8, 145, 178, 0)
}

.v10-sitecore-container .text-cyan-600\/10 {
    color: rgba(8, 145, 178, .1)
}

.v10-sitecore-container .text-cyan-600\/100 {
    color: #0891b2
}

.v10-sitecore-container .text-cyan-600\/20 {
    color: rgba(8, 145, 178, .2)
}

.v10-sitecore-container .text-cyan-600\/25 {
    color: rgba(8, 145, 178, .25)
}

.v10-sitecore-container .text-cyan-600\/30 {
    color: rgba(8, 145, 178, .3)
}

.v10-sitecore-container .text-cyan-600\/40 {
    color: rgba(8, 145, 178, .4)
}

.v10-sitecore-container .text-cyan-600\/5 {
    color: rgba(8, 145, 178, .05)
}

.v10-sitecore-container .text-cyan-600\/50 {
    color: rgba(8, 145, 178, .5)
}

.v10-sitecore-container .text-cyan-600\/60 {
    color: rgba(8, 145, 178, .6)
}

.v10-sitecore-container .text-cyan-600\/70 {
    color: rgba(8, 145, 178, .7)
}

.v10-sitecore-container .text-cyan-600\/75 {
    color: rgba(8, 145, 178, .75)
}

.v10-sitecore-container .text-cyan-600\/80 {
    color: rgba(8, 145, 178, .8)
}

.v10-sitecore-container .text-cyan-600\/90 {
    color: rgba(8, 145, 178, .9)
}

.v10-sitecore-container .text-cyan-600\/95 {
    color: rgba(8, 145, 178, .95)
}

.v10-sitecore-container .text-cyan-700 {
    --tw-text-opacity: 1;
    color: rgb(14 116 144/var(--tw-text-opacity))
}

.v10-sitecore-container .text-cyan-700\/0 {
    color: rgba(14, 116, 144, 0)
}

.v10-sitecore-container .text-cyan-700\/10 {
    color: rgba(14, 116, 144, .1)
}

.v10-sitecore-container .text-cyan-700\/100 {
    color: #0e7490
}

.v10-sitecore-container .text-cyan-700\/20 {
    color: rgba(14, 116, 144, .2)
}

.v10-sitecore-container .text-cyan-700\/25 {
    color: rgba(14, 116, 144, .25)
}

.v10-sitecore-container .text-cyan-700\/30 {
    color: rgba(14, 116, 144, .3)
}

.v10-sitecore-container .text-cyan-700\/40 {
    color: rgba(14, 116, 144, .4)
}

.v10-sitecore-container .text-cyan-700\/5 {
    color: rgba(14, 116, 144, .05)
}

.v10-sitecore-container .text-cyan-700\/50 {
    color: rgba(14, 116, 144, .5)
}

.v10-sitecore-container .text-cyan-700\/60 {
    color: rgba(14, 116, 144, .6)
}

.v10-sitecore-container .text-cyan-700\/70 {
    color: rgba(14, 116, 144, .7)
}

.v10-sitecore-container .text-cyan-700\/75 {
    color: rgba(14, 116, 144, .75)
}

.v10-sitecore-container .text-cyan-700\/80 {
    color: rgba(14, 116, 144, .8)
}

.v10-sitecore-container .text-cyan-700\/90 {
    color: rgba(14, 116, 144, .9)
}

.v10-sitecore-container .text-cyan-700\/95 {
    color: rgba(14, 116, 144, .95)
}

.v10-sitecore-container .text-cyan-800 {
    --tw-text-opacity: 1;
    color: rgb(21 94 117/var(--tw-text-opacity))
}

.v10-sitecore-container .text-cyan-800\/0 {
    color: rgba(21, 94, 117, 0)
}

.v10-sitecore-container .text-cyan-800\/10 {
    color: rgba(21, 94, 117, .1)
}

.v10-sitecore-container .text-cyan-800\/100 {
    color: #155e75
}

.v10-sitecore-container .text-cyan-800\/20 {
    color: rgba(21, 94, 117, .2)
}

.v10-sitecore-container .text-cyan-800\/25 {
    color: rgba(21, 94, 117, .25)
}

.v10-sitecore-container .text-cyan-800\/30 {
    color: rgba(21, 94, 117, .3)
}

.v10-sitecore-container .text-cyan-800\/40 {
    color: rgba(21, 94, 117, .4)
}

.v10-sitecore-container .text-cyan-800\/5 {
    color: rgba(21, 94, 117, .05)
}

.v10-sitecore-container .text-cyan-800\/50 {
    color: rgba(21, 94, 117, .5)
}

.v10-sitecore-container .text-cyan-800\/60 {
    color: rgba(21, 94, 117, .6)
}

.v10-sitecore-container .text-cyan-800\/70 {
    color: rgba(21, 94, 117, .7)
}

.v10-sitecore-container .text-cyan-800\/75 {
    color: rgba(21, 94, 117, .75)
}

.v10-sitecore-container .text-cyan-800\/80 {
    color: rgba(21, 94, 117, .8)
}

.v10-sitecore-container .text-cyan-800\/90 {
    color: rgba(21, 94, 117, .9)
}

.v10-sitecore-container .text-cyan-800\/95 {
    color: rgba(21, 94, 117, .95)
}

.v10-sitecore-container .text-cyan-900 {
    --tw-text-opacity: 1;
    color: rgb(22 78 99/var(--tw-text-opacity))
}

.v10-sitecore-container .text-cyan-900\/0 {
    color: rgba(22, 78, 99, 0)
}

.v10-sitecore-container .text-cyan-900\/10 {
    color: rgba(22, 78, 99, .1)
}

.v10-sitecore-container .text-cyan-900\/100 {
    color: #164e63
}

.v10-sitecore-container .text-cyan-900\/20 {
    color: rgba(22, 78, 99, .2)
}

.v10-sitecore-container .text-cyan-900\/25 {
    color: rgba(22, 78, 99, .25)
}

.v10-sitecore-container .text-cyan-900\/30 {
    color: rgba(22, 78, 99, .3)
}

.v10-sitecore-container .text-cyan-900\/40 {
    color: rgba(22, 78, 99, .4)
}

.v10-sitecore-container .text-cyan-900\/5 {
    color: rgba(22, 78, 99, .05)
}

.v10-sitecore-container .text-cyan-900\/50 {
    color: rgba(22, 78, 99, .5)
}

.v10-sitecore-container .text-cyan-900\/60 {
    color: rgba(22, 78, 99, .6)
}

.v10-sitecore-container .text-cyan-900\/70 {
    color: rgba(22, 78, 99, .7)
}

.v10-sitecore-container .text-cyan-900\/75 {
    color: rgba(22, 78, 99, .75)
}

.v10-sitecore-container .text-cyan-900\/80 {
    color: rgba(22, 78, 99, .8)
}

.v10-sitecore-container .text-cyan-900\/90 {
    color: rgba(22, 78, 99, .9)
}

.v10-sitecore-container .text-cyan-900\/95 {
    color: rgba(22, 78, 99, .95)
}

.v10-sitecore-container .text-cyan-950 {
    --tw-text-opacity: 1;
    color: rgb(8 51 68/var(--tw-text-opacity))
}

.v10-sitecore-container .text-cyan-950\/0 {
    color: rgba(8, 51, 68, 0)
}

.v10-sitecore-container .text-cyan-950\/10 {
    color: rgba(8, 51, 68, .1)
}

.v10-sitecore-container .text-cyan-950\/100 {
    color: #083344
}

.v10-sitecore-container .text-cyan-950\/20 {
    color: rgba(8, 51, 68, .2)
}

.v10-sitecore-container .text-cyan-950\/25 {
    color: rgba(8, 51, 68, .25)
}

.v10-sitecore-container .text-cyan-950\/30 {
    color: rgba(8, 51, 68, .3)
}

.v10-sitecore-container .text-cyan-950\/40 {
    color: rgba(8, 51, 68, .4)
}

.v10-sitecore-container .text-cyan-950\/5 {
    color: rgba(8, 51, 68, .05)
}

.v10-sitecore-container .text-cyan-950\/50 {
    color: rgba(8, 51, 68, .5)
}

.v10-sitecore-container .text-cyan-950\/60 {
    color: rgba(8, 51, 68, .6)
}

.v10-sitecore-container .text-cyan-950\/70 {
    color: rgba(8, 51, 68, .7)
}

.v10-sitecore-container .text-cyan-950\/75 {
    color: rgba(8, 51, 68, .75)
}

.v10-sitecore-container .text-cyan-950\/80 {
    color: rgba(8, 51, 68, .8)
}

.v10-sitecore-container .text-cyan-950\/90 {
    color: rgba(8, 51, 68, .9)
}

.v10-sitecore-container .text-cyan-950\/95 {
    color: rgba(8, 51, 68, .95)
}

.v10-sitecore-container .text-dark-blue {
    --tw-text-opacity: 1;
    color: rgb(21 41 50/var(--tw-text-opacity))
}

.v10-sitecore-container .text-dark-blue\/0 {
    color: rgba(21, 41, 50, 0)
}

.v10-sitecore-container .text-dark-blue\/10 {
    color: rgba(21, 41, 50, .1)
}

.v10-sitecore-container .text-dark-blue\/100 {
    color: #152932
}

.v10-sitecore-container .text-dark-blue\/20 {
    color: rgba(21, 41, 50, .2)
}

.v10-sitecore-container .text-dark-blue\/25 {
    color: rgba(21, 41, 50, .25)
}

.v10-sitecore-container .text-dark-blue\/30 {
    color: rgba(21, 41, 50, .3)
}

.v10-sitecore-container .text-dark-blue\/40 {
    color: rgba(21, 41, 50, .4)
}

.v10-sitecore-container .text-dark-blue\/5 {
    color: rgba(21, 41, 50, .05)
}

.v10-sitecore-container .text-dark-blue\/50 {
    color: rgba(21, 41, 50, .5)
}

.v10-sitecore-container .text-dark-blue\/60 {
    color: rgba(21, 41, 50, .6)
}

.v10-sitecore-container .text-dark-blue\/70 {
    color: rgba(21, 41, 50, .7)
}

.v10-sitecore-container .text-dark-blue\/75 {
    color: rgba(21, 41, 50, .75)
}

.v10-sitecore-container .text-dark-blue\/80 {
    color: rgba(21, 41, 50, .8)
}

.v10-sitecore-container .text-dark-blue\/90 {
    color: rgba(21, 41, 50, .9)
}

.v10-sitecore-container .text-dark-blue\/95 {
    color: rgba(21, 41, 50, .95)
}

.v10-sitecore-container .text-dark-green {
    --tw-text-opacity: 1;
    color: rgb(36 46 34/var(--tw-text-opacity))
}

.v10-sitecore-container .text-dark-green\/0 {
    color: rgba(36, 46, 34, 0)
}

.v10-sitecore-container .text-dark-green\/10 {
    color: rgba(36, 46, 34, .1)
}

.v10-sitecore-container .text-dark-green\/100 {
    color: #242e22
}

.v10-sitecore-container .text-dark-green\/20 {
    color: rgba(36, 46, 34, .2)
}

.v10-sitecore-container .text-dark-green\/25 {
    color: rgba(36, 46, 34, .25)
}

.v10-sitecore-container .text-dark-green\/30 {
    color: rgba(36, 46, 34, .3)
}

.v10-sitecore-container .text-dark-green\/40 {
    color: rgba(36, 46, 34, .4)
}

.v10-sitecore-container .text-dark-green\/5 {
    color: rgba(36, 46, 34, .05)
}

.v10-sitecore-container .text-dark-green\/50 {
    color: rgba(36, 46, 34, .5)
}

.v10-sitecore-container .text-dark-green\/60 {
    color: rgba(36, 46, 34, .6)
}

.v10-sitecore-container .text-dark-green\/70 {
    color: rgba(36, 46, 34, .7)
}

.v10-sitecore-container .text-dark-green\/75 {
    color: rgba(36, 46, 34, .75)
}

.v10-sitecore-container .text-dark-green\/80 {
    color: rgba(36, 46, 34, .8)
}

.v10-sitecore-container .text-dark-green\/90 {
    color: rgba(36, 46, 34, .9)
}

.v10-sitecore-container .text-dark-green\/95 {
    color: rgba(36, 46, 34, .95)
}

.v10-sitecore-container .text-darker-blue {
    --tw-text-opacity: 1;
    color: rgb(17 33 40/var(--tw-text-opacity))
}

.v10-sitecore-container .text-darker-blue\/0 {
    color: rgba(17, 33, 40, 0)
}

.v10-sitecore-container .text-darker-blue\/10 {
    color: rgba(17, 33, 40, .1)
}

.v10-sitecore-container .text-darker-blue\/100 {
    color: #112128
}

.v10-sitecore-container .text-darker-blue\/20 {
    color: rgba(17, 33, 40, .2)
}

.v10-sitecore-container .text-darker-blue\/25 {
    color: rgba(17, 33, 40, .25)
}

.v10-sitecore-container .text-darker-blue\/30 {
    color: rgba(17, 33, 40, .3)
}

.v10-sitecore-container .text-darker-blue\/40 {
    color: rgba(17, 33, 40, .4)
}

.v10-sitecore-container .text-darker-blue\/5 {
    color: rgba(17, 33, 40, .05)
}

.v10-sitecore-container .text-darker-blue\/50 {
    color: rgba(17, 33, 40, .5)
}

.v10-sitecore-container .text-darker-blue\/60 {
    color: rgba(17, 33, 40, .6)
}

.v10-sitecore-container .text-darker-blue\/70 {
    color: rgba(17, 33, 40, .7)
}

.v10-sitecore-container .text-darker-blue\/75 {
    color: rgba(17, 33, 40, .75)
}

.v10-sitecore-container .text-darker-blue\/80 {
    color: rgba(17, 33, 40, .8)
}

.v10-sitecore-container .text-darker-blue\/90 {
    color: rgba(17, 33, 40, .9)
}

.v10-sitecore-container .text-darker-blue\/95 {
    color: rgba(17, 33, 40, .95)
}

.v10-sitecore-container .text-darker-green {
    --tw-text-opacity: 1;
    color: rgb(28 37 26/var(--tw-text-opacity))
}

.v10-sitecore-container .text-darker-green\/0 {
    color: rgba(28, 37, 26, 0)
}

.v10-sitecore-container .text-darker-green\/10 {
    color: rgba(28, 37, 26, .1)
}

.v10-sitecore-container .text-darker-green\/100 {
    color: #1c251a
}

.v10-sitecore-container .text-darker-green\/20 {
    color: rgba(28, 37, 26, .2)
}

.v10-sitecore-container .text-darker-green\/25 {
    color: rgba(28, 37, 26, .25)
}

.v10-sitecore-container .text-darker-green\/30 {
    color: rgba(28, 37, 26, .3)
}

.v10-sitecore-container .text-darker-green\/40 {
    color: rgba(28, 37, 26, .4)
}

.v10-sitecore-container .text-darker-green\/5 {
    color: rgba(28, 37, 26, .05)
}

.v10-sitecore-container .text-darker-green\/50 {
    color: rgba(28, 37, 26, .5)
}

.v10-sitecore-container .text-darker-green\/60 {
    color: rgba(28, 37, 26, .6)
}

.v10-sitecore-container .text-darker-green\/70 {
    color: rgba(28, 37, 26, .7)
}

.v10-sitecore-container .text-darker-green\/75 {
    color: rgba(28, 37, 26, .75)
}

.v10-sitecore-container .text-darker-green\/80 {
    color: rgba(28, 37, 26, .8)
}

.v10-sitecore-container .text-darker-green\/90 {
    color: rgba(28, 37, 26, .9)
}

.v10-sitecore-container .text-darker-green\/95 {
    color: rgba(28, 37, 26, .95)
}

.v10-sitecore-container .text-emerald-100 {
    --tw-text-opacity: 1;
    color: rgb(209 250 229/var(--tw-text-opacity))
}

.v10-sitecore-container .text-emerald-100\/0 {
    color: rgba(209, 250, 229, 0)
}

.v10-sitecore-container .text-emerald-100\/10 {
    color: rgba(209, 250, 229, .1)
}

.v10-sitecore-container .text-emerald-100\/100 {
    color: #d1fae5
}

.v10-sitecore-container .text-emerald-100\/20 {
    color: rgba(209, 250, 229, .2)
}

.v10-sitecore-container .text-emerald-100\/25 {
    color: rgba(209, 250, 229, .25)
}

.v10-sitecore-container .text-emerald-100\/30 {
    color: rgba(209, 250, 229, .3)
}

.v10-sitecore-container .text-emerald-100\/40 {
    color: rgba(209, 250, 229, .4)
}

.v10-sitecore-container .text-emerald-100\/5 {
    color: rgba(209, 250, 229, .05)
}

.v10-sitecore-container .text-emerald-100\/50 {
    color: rgba(209, 250, 229, .5)
}

.v10-sitecore-container .text-emerald-100\/60 {
    color: rgba(209, 250, 229, .6)
}

.v10-sitecore-container .text-emerald-100\/70 {
    color: rgba(209, 250, 229, .7)
}

.v10-sitecore-container .text-emerald-100\/75 {
    color: rgba(209, 250, 229, .75)
}

.v10-sitecore-container .text-emerald-100\/80 {
    color: rgba(209, 250, 229, .8)
}

.v10-sitecore-container .text-emerald-100\/90 {
    color: rgba(209, 250, 229, .9)
}

.v10-sitecore-container .text-emerald-100\/95 {
    color: rgba(209, 250, 229, .95)
}

.v10-sitecore-container .text-emerald-200 {
    --tw-text-opacity: 1;
    color: rgb(167 243 208/var(--tw-text-opacity))
}

.v10-sitecore-container .text-emerald-200\/0 {
    color: rgba(167, 243, 208, 0)
}

.v10-sitecore-container .text-emerald-200\/10 {
    color: rgba(167, 243, 208, .1)
}

.v10-sitecore-container .text-emerald-200\/100 {
    color: #a7f3d0
}

.v10-sitecore-container .text-emerald-200\/20 {
    color: rgba(167, 243, 208, .2)
}

.v10-sitecore-container .text-emerald-200\/25 {
    color: rgba(167, 243, 208, .25)
}

.v10-sitecore-container .text-emerald-200\/30 {
    color: rgba(167, 243, 208, .3)
}

.v10-sitecore-container .text-emerald-200\/40 {
    color: rgba(167, 243, 208, .4)
}

.v10-sitecore-container .text-emerald-200\/5 {
    color: rgba(167, 243, 208, .05)
}

.v10-sitecore-container .text-emerald-200\/50 {
    color: rgba(167, 243, 208, .5)
}

.v10-sitecore-container .text-emerald-200\/60 {
    color: rgba(167, 243, 208, .6)
}

.v10-sitecore-container .text-emerald-200\/70 {
    color: rgba(167, 243, 208, .7)
}

.v10-sitecore-container .text-emerald-200\/75 {
    color: rgba(167, 243, 208, .75)
}

.v10-sitecore-container .text-emerald-200\/80 {
    color: rgba(167, 243, 208, .8)
}

.v10-sitecore-container .text-emerald-200\/90 {
    color: rgba(167, 243, 208, .9)
}

.v10-sitecore-container .text-emerald-200\/95 {
    color: rgba(167, 243, 208, .95)
}

.v10-sitecore-container .text-emerald-300 {
    --tw-text-opacity: 1;
    color: rgb(110 231 183/var(--tw-text-opacity))
}

.v10-sitecore-container .text-emerald-300\/0 {
    color: rgba(110, 231, 183, 0)
}

.v10-sitecore-container .text-emerald-300\/10 {
    color: rgba(110, 231, 183, .1)
}

.v10-sitecore-container .text-emerald-300\/100 {
    color: #6ee7b7
}

.v10-sitecore-container .text-emerald-300\/20 {
    color: rgba(110, 231, 183, .2)
}

.v10-sitecore-container .text-emerald-300\/25 {
    color: rgba(110, 231, 183, .25)
}

.v10-sitecore-container .text-emerald-300\/30 {
    color: rgba(110, 231, 183, .3)
}

.v10-sitecore-container .text-emerald-300\/40 {
    color: rgba(110, 231, 183, .4)
}

.v10-sitecore-container .text-emerald-300\/5 {
    color: rgba(110, 231, 183, .05)
}

.v10-sitecore-container .text-emerald-300\/50 {
    color: rgba(110, 231, 183, .5)
}

.v10-sitecore-container .text-emerald-300\/60 {
    color: rgba(110, 231, 183, .6)
}

.v10-sitecore-container .text-emerald-300\/70 {
    color: rgba(110, 231, 183, .7)
}

.v10-sitecore-container .text-emerald-300\/75 {
    color: rgba(110, 231, 183, .75)
}

.v10-sitecore-container .text-emerald-300\/80 {
    color: rgba(110, 231, 183, .8)
}

.v10-sitecore-container .text-emerald-300\/90 {
    color: rgba(110, 231, 183, .9)
}

.v10-sitecore-container .text-emerald-300\/95 {
    color: rgba(110, 231, 183, .95)
}

.v10-sitecore-container .text-emerald-400 {
    --tw-text-opacity: 1;
    color: rgb(52 211 153/var(--tw-text-opacity))
}

.v10-sitecore-container .text-emerald-400\/0 {
    color: rgba(52, 211, 153, 0)
}

.v10-sitecore-container .text-emerald-400\/10 {
    color: rgba(52, 211, 153, .1)
}

.v10-sitecore-container .text-emerald-400\/100 {
    color: #34d399
}

.v10-sitecore-container .text-emerald-400\/20 {
    color: rgba(52, 211, 153, .2)
}

.v10-sitecore-container .text-emerald-400\/25 {
    color: rgba(52, 211, 153, .25)
}

.v10-sitecore-container .text-emerald-400\/30 {
    color: rgba(52, 211, 153, .3)
}

.v10-sitecore-container .text-emerald-400\/40 {
    color: rgba(52, 211, 153, .4)
}

.v10-sitecore-container .text-emerald-400\/5 {
    color: rgba(52, 211, 153, .05)
}

.v10-sitecore-container .text-emerald-400\/50 {
    color: rgba(52, 211, 153, .5)
}

.v10-sitecore-container .text-emerald-400\/60 {
    color: rgba(52, 211, 153, .6)
}

.v10-sitecore-container .text-emerald-400\/70 {
    color: rgba(52, 211, 153, .7)
}

.v10-sitecore-container .text-emerald-400\/75 {
    color: rgba(52, 211, 153, .75)
}

.v10-sitecore-container .text-emerald-400\/80 {
    color: rgba(52, 211, 153, .8)
}

.v10-sitecore-container .text-emerald-400\/90 {
    color: rgba(52, 211, 153, .9)
}

.v10-sitecore-container .text-emerald-400\/95 {
    color: rgba(52, 211, 153, .95)
}

.v10-sitecore-container .text-emerald-50 {
    --tw-text-opacity: 1;
    color: rgb(236 253 245/var(--tw-text-opacity))
}

.v10-sitecore-container .text-emerald-50\/0 {
    color: rgba(236, 253, 245, 0)
}

.v10-sitecore-container .text-emerald-50\/10 {
    color: rgba(236, 253, 245, .1)
}

.v10-sitecore-container .text-emerald-50\/100 {
    color: #ecfdf5
}

.v10-sitecore-container .text-emerald-50\/20 {
    color: rgba(236, 253, 245, .2)
}

.v10-sitecore-container .text-emerald-50\/25 {
    color: rgba(236, 253, 245, .25)
}

.v10-sitecore-container .text-emerald-50\/30 {
    color: rgba(236, 253, 245, .3)
}

.v10-sitecore-container .text-emerald-50\/40 {
    color: rgba(236, 253, 245, .4)
}

.v10-sitecore-container .text-emerald-50\/5 {
    color: rgba(236, 253, 245, .05)
}

.v10-sitecore-container .text-emerald-50\/50 {
    color: rgba(236, 253, 245, .5)
}

.v10-sitecore-container .text-emerald-50\/60 {
    color: rgba(236, 253, 245, .6)
}

.v10-sitecore-container .text-emerald-50\/70 {
    color: rgba(236, 253, 245, .7)
}

.v10-sitecore-container .text-emerald-50\/75 {
    color: rgba(236, 253, 245, .75)
}

.v10-sitecore-container .text-emerald-50\/80 {
    color: rgba(236, 253, 245, .8)
}

.v10-sitecore-container .text-emerald-50\/90 {
    color: rgba(236, 253, 245, .9)
}

.v10-sitecore-container .text-emerald-50\/95 {
    color: rgba(236, 253, 245, .95)
}

.v10-sitecore-container .text-emerald-500 {
    --tw-text-opacity: 1;
    color: rgb(16 185 129/var(--tw-text-opacity))
}

.v10-sitecore-container .text-emerald-500\/0 {
    color: rgba(16, 185, 129, 0)
}

.v10-sitecore-container .text-emerald-500\/10 {
    color: rgba(16, 185, 129, .1)
}

.v10-sitecore-container .text-emerald-500\/100 {
    color: #10b981
}

.v10-sitecore-container .text-emerald-500\/20 {
    color: rgba(16, 185, 129, .2)
}

.v10-sitecore-container .text-emerald-500\/25 {
    color: rgba(16, 185, 129, .25)
}

.v10-sitecore-container .text-emerald-500\/30 {
    color: rgba(16, 185, 129, .3)
}

.v10-sitecore-container .text-emerald-500\/40 {
    color: rgba(16, 185, 129, .4)
}

.v10-sitecore-container .text-emerald-500\/5 {
    color: rgba(16, 185, 129, .05)
}

.v10-sitecore-container .text-emerald-500\/50 {
    color: rgba(16, 185, 129, .5)
}

.v10-sitecore-container .text-emerald-500\/60 {
    color: rgba(16, 185, 129, .6)
}

.v10-sitecore-container .text-emerald-500\/70 {
    color: rgba(16, 185, 129, .7)
}

.v10-sitecore-container .text-emerald-500\/75 {
    color: rgba(16, 185, 129, .75)
}

.v10-sitecore-container .text-emerald-500\/80 {
    color: rgba(16, 185, 129, .8)
}

.v10-sitecore-container .text-emerald-500\/90 {
    color: rgba(16, 185, 129, .9)
}

.v10-sitecore-container .text-emerald-500\/95 {
    color: rgba(16, 185, 129, .95)
}

.v10-sitecore-container .text-emerald-600 {
    --tw-text-opacity: 1;
    color: rgb(5 150 105/var(--tw-text-opacity))
}

.v10-sitecore-container .text-emerald-600\/0 {
    color: rgba(5, 150, 105, 0)
}

.v10-sitecore-container .text-emerald-600\/10 {
    color: rgba(5, 150, 105, .1)
}

.v10-sitecore-container .text-emerald-600\/100 {
    color: #059669
}

.v10-sitecore-container .text-emerald-600\/20 {
    color: rgba(5, 150, 105, .2)
}

.v10-sitecore-container .text-emerald-600\/25 {
    color: rgba(5, 150, 105, .25)
}

.v10-sitecore-container .text-emerald-600\/30 {
    color: rgba(5, 150, 105, .3)
}

.v10-sitecore-container .text-emerald-600\/40 {
    color: rgba(5, 150, 105, .4)
}

.v10-sitecore-container .text-emerald-600\/5 {
    color: rgba(5, 150, 105, .05)
}

.v10-sitecore-container .text-emerald-600\/50 {
    color: rgba(5, 150, 105, .5)
}

.v10-sitecore-container .text-emerald-600\/60 {
    color: rgba(5, 150, 105, .6)
}

.v10-sitecore-container .text-emerald-600\/70 {
    color: rgba(5, 150, 105, .7)
}

.v10-sitecore-container .text-emerald-600\/75 {
    color: rgba(5, 150, 105, .75)
}

.v10-sitecore-container .text-emerald-600\/80 {
    color: rgba(5, 150, 105, .8)
}

.v10-sitecore-container .text-emerald-600\/90 {
    color: rgba(5, 150, 105, .9)
}

.v10-sitecore-container .text-emerald-600\/95 {
    color: rgba(5, 150, 105, .95)
}

.v10-sitecore-container .text-emerald-700 {
    --tw-text-opacity: 1;
    color: rgb(4 120 87/var(--tw-text-opacity))
}

.v10-sitecore-container .text-emerald-700\/0 {
    color: rgba(4, 120, 87, 0)
}

.v10-sitecore-container .text-emerald-700\/10 {
    color: rgba(4, 120, 87, .1)
}

.v10-sitecore-container .text-emerald-700\/100 {
    color: #047857
}

.v10-sitecore-container .text-emerald-700\/20 {
    color: rgba(4, 120, 87, .2)
}

.v10-sitecore-container .text-emerald-700\/25 {
    color: rgba(4, 120, 87, .25)
}

.v10-sitecore-container .text-emerald-700\/30 {
    color: rgba(4, 120, 87, .3)
}

.v10-sitecore-container .text-emerald-700\/40 {
    color: rgba(4, 120, 87, .4)
}

.v10-sitecore-container .text-emerald-700\/5 {
    color: rgba(4, 120, 87, .05)
}

.v10-sitecore-container .text-emerald-700\/50 {
    color: rgba(4, 120, 87, .5)
}

.v10-sitecore-container .text-emerald-700\/60 {
    color: rgba(4, 120, 87, .6)
}

.v10-sitecore-container .text-emerald-700\/70 {
    color: rgba(4, 120, 87, .7)
}

.v10-sitecore-container .text-emerald-700\/75 {
    color: rgba(4, 120, 87, .75)
}

.v10-sitecore-container .text-emerald-700\/80 {
    color: rgba(4, 120, 87, .8)
}

.v10-sitecore-container .text-emerald-700\/90 {
    color: rgba(4, 120, 87, .9)
}

.v10-sitecore-container .text-emerald-700\/95 {
    color: rgba(4, 120, 87, .95)
}

.v10-sitecore-container .text-emerald-800 {
    --tw-text-opacity: 1;
    color: rgb(6 95 70/var(--tw-text-opacity))
}

.v10-sitecore-container .text-emerald-800\/0 {
    color: rgba(6, 95, 70, 0)
}

.v10-sitecore-container .text-emerald-800\/10 {
    color: rgba(6, 95, 70, .1)
}

.v10-sitecore-container .text-emerald-800\/100 {
    color: #065f46
}

.v10-sitecore-container .text-emerald-800\/20 {
    color: rgba(6, 95, 70, .2)
}

.v10-sitecore-container .text-emerald-800\/25 {
    color: rgba(6, 95, 70, .25)
}

.v10-sitecore-container .text-emerald-800\/30 {
    color: rgba(6, 95, 70, .3)
}

.v10-sitecore-container .text-emerald-800\/40 {
    color: rgba(6, 95, 70, .4)
}

.v10-sitecore-container .text-emerald-800\/5 {
    color: rgba(6, 95, 70, .05)
}

.v10-sitecore-container .text-emerald-800\/50 {
    color: rgba(6, 95, 70, .5)
}

.v10-sitecore-container .text-emerald-800\/60 {
    color: rgba(6, 95, 70, .6)
}

.v10-sitecore-container .text-emerald-800\/70 {
    color: rgba(6, 95, 70, .7)
}

.v10-sitecore-container .text-emerald-800\/75 {
    color: rgba(6, 95, 70, .75)
}

.v10-sitecore-container .text-emerald-800\/80 {
    color: rgba(6, 95, 70, .8)
}

.v10-sitecore-container .text-emerald-800\/90 {
    color: rgba(6, 95, 70, .9)
}

.v10-sitecore-container .text-emerald-800\/95 {
    color: rgba(6, 95, 70, .95)
}

.v10-sitecore-container .text-emerald-900 {
    --tw-text-opacity: 1;
    color: rgb(6 78 59/var(--tw-text-opacity))
}

.v10-sitecore-container .text-emerald-900\/0 {
    color: rgba(6, 78, 59, 0)
}

.v10-sitecore-container .text-emerald-900\/10 {
    color: rgba(6, 78, 59, .1)
}

.v10-sitecore-container .text-emerald-900\/100 {
    color: #064e3b
}

.v10-sitecore-container .text-emerald-900\/20 {
    color: rgba(6, 78, 59, .2)
}

.v10-sitecore-container .text-emerald-900\/25 {
    color: rgba(6, 78, 59, .25)
}

.v10-sitecore-container .text-emerald-900\/30 {
    color: rgba(6, 78, 59, .3)
}

.v10-sitecore-container .text-emerald-900\/40 {
    color: rgba(6, 78, 59, .4)
}

.v10-sitecore-container .text-emerald-900\/5 {
    color: rgba(6, 78, 59, .05)
}

.v10-sitecore-container .text-emerald-900\/50 {
    color: rgba(6, 78, 59, .5)
}

.v10-sitecore-container .text-emerald-900\/60 {
    color: rgba(6, 78, 59, .6)
}

.v10-sitecore-container .text-emerald-900\/70 {
    color: rgba(6, 78, 59, .7)
}

.v10-sitecore-container .text-emerald-900\/75 {
    color: rgba(6, 78, 59, .75)
}

.v10-sitecore-container .text-emerald-900\/80 {
    color: rgba(6, 78, 59, .8)
}

.v10-sitecore-container .text-emerald-900\/90 {
    color: rgba(6, 78, 59, .9)
}

.v10-sitecore-container .text-emerald-900\/95 {
    color: rgba(6, 78, 59, .95)
}

.v10-sitecore-container .text-emerald-950 {
    --tw-text-opacity: 1;
    color: rgb(2 44 34/var(--tw-text-opacity))
}

.v10-sitecore-container .text-emerald-950\/0 {
    color: rgba(2, 44, 34, 0)
}

.v10-sitecore-container .text-emerald-950\/10 {
    color: rgba(2, 44, 34, .1)
}

.v10-sitecore-container .text-emerald-950\/100 {
    color: #022c22
}

.v10-sitecore-container .text-emerald-950\/20 {
    color: rgba(2, 44, 34, .2)
}

.v10-sitecore-container .text-emerald-950\/25 {
    color: rgba(2, 44, 34, .25)
}

.v10-sitecore-container .text-emerald-950\/30 {
    color: rgba(2, 44, 34, .3)
}

.v10-sitecore-container .text-emerald-950\/40 {
    color: rgba(2, 44, 34, .4)
}

.v10-sitecore-container .text-emerald-950\/5 {
    color: rgba(2, 44, 34, .05)
}

.v10-sitecore-container .text-emerald-950\/50 {
    color: rgba(2, 44, 34, .5)
}

.v10-sitecore-container .text-emerald-950\/60 {
    color: rgba(2, 44, 34, .6)
}

.v10-sitecore-container .text-emerald-950\/70 {
    color: rgba(2, 44, 34, .7)
}

.v10-sitecore-container .text-emerald-950\/75 {
    color: rgba(2, 44, 34, .75)
}

.v10-sitecore-container .text-emerald-950\/80 {
    color: rgba(2, 44, 34, .8)
}

.v10-sitecore-container .text-emerald-950\/90 {
    color: rgba(2, 44, 34, .9)
}

.v10-sitecore-container .text-emerald-950\/95 {
    color: rgba(2, 44, 34, .95)
}

.v10-sitecore-container .text-fuchsia-100 {
    --tw-text-opacity: 1;
    color: rgb(250 232 255/var(--tw-text-opacity))
}

.v10-sitecore-container .text-fuchsia-100\/0 {
    color: rgba(250, 232, 255, 0)
}

.v10-sitecore-container .text-fuchsia-100\/10 {
    color: rgba(250, 232, 255, .1)
}

.v10-sitecore-container .text-fuchsia-100\/100 {
    color: #fae8ff
}

.v10-sitecore-container .text-fuchsia-100\/20 {
    color: rgba(250, 232, 255, .2)
}

.v10-sitecore-container .text-fuchsia-100\/25 {
    color: rgba(250, 232, 255, .25)
}

.v10-sitecore-container .text-fuchsia-100\/30 {
    color: rgba(250, 232, 255, .3)
}

.v10-sitecore-container .text-fuchsia-100\/40 {
    color: rgba(250, 232, 255, .4)
}

.v10-sitecore-container .text-fuchsia-100\/5 {
    color: rgba(250, 232, 255, .05)
}

.v10-sitecore-container .text-fuchsia-100\/50 {
    color: rgba(250, 232, 255, .5)
}

.v10-sitecore-container .text-fuchsia-100\/60 {
    color: rgba(250, 232, 255, .6)
}

.v10-sitecore-container .text-fuchsia-100\/70 {
    color: rgba(250, 232, 255, .7)
}

.v10-sitecore-container .text-fuchsia-100\/75 {
    color: rgba(250, 232, 255, .75)
}

.v10-sitecore-container .text-fuchsia-100\/80 {
    color: rgba(250, 232, 255, .8)
}

.v10-sitecore-container .text-fuchsia-100\/90 {
    color: rgba(250, 232, 255, .9)
}

.v10-sitecore-container .text-fuchsia-100\/95 {
    color: rgba(250, 232, 255, .95)
}

.v10-sitecore-container .text-fuchsia-200 {
    --tw-text-opacity: 1;
    color: rgb(245 208 254/var(--tw-text-opacity))
}

.v10-sitecore-container .text-fuchsia-200\/0 {
    color: rgba(245, 208, 254, 0)
}

.v10-sitecore-container .text-fuchsia-200\/10 {
    color: rgba(245, 208, 254, .1)
}

.v10-sitecore-container .text-fuchsia-200\/100 {
    color: #f5d0fe
}

.v10-sitecore-container .text-fuchsia-200\/20 {
    color: rgba(245, 208, 254, .2)
}

.v10-sitecore-container .text-fuchsia-200\/25 {
    color: rgba(245, 208, 254, .25)
}

.v10-sitecore-container .text-fuchsia-200\/30 {
    color: rgba(245, 208, 254, .3)
}

.v10-sitecore-container .text-fuchsia-200\/40 {
    color: rgba(245, 208, 254, .4)
}

.v10-sitecore-container .text-fuchsia-200\/5 {
    color: rgba(245, 208, 254, .05)
}

.v10-sitecore-container .text-fuchsia-200\/50 {
    color: rgba(245, 208, 254, .5)
}

.v10-sitecore-container .text-fuchsia-200\/60 {
    color: rgba(245, 208, 254, .6)
}

.v10-sitecore-container .text-fuchsia-200\/70 {
    color: rgba(245, 208, 254, .7)
}

.v10-sitecore-container .text-fuchsia-200\/75 {
    color: rgba(245, 208, 254, .75)
}

.v10-sitecore-container .text-fuchsia-200\/80 {
    color: rgba(245, 208, 254, .8)
}

.v10-sitecore-container .text-fuchsia-200\/90 {
    color: rgba(245, 208, 254, .9)
}

.v10-sitecore-container .text-fuchsia-200\/95 {
    color: rgba(245, 208, 254, .95)
}

.v10-sitecore-container .text-fuchsia-300 {
    --tw-text-opacity: 1;
    color: rgb(240 171 252/var(--tw-text-opacity))
}

.v10-sitecore-container .text-fuchsia-300\/0 {
    color: rgba(240, 171, 252, 0)
}

.v10-sitecore-container .text-fuchsia-300\/10 {
    color: rgba(240, 171, 252, .1)
}

.v10-sitecore-container .text-fuchsia-300\/100 {
    color: #f0abfc
}

.v10-sitecore-container .text-fuchsia-300\/20 {
    color: rgba(240, 171, 252, .2)
}

.v10-sitecore-container .text-fuchsia-300\/25 {
    color: rgba(240, 171, 252, .25)
}

.v10-sitecore-container .text-fuchsia-300\/30 {
    color: rgba(240, 171, 252, .3)
}

.v10-sitecore-container .text-fuchsia-300\/40 {
    color: rgba(240, 171, 252, .4)
}

.v10-sitecore-container .text-fuchsia-300\/5 {
    color: rgba(240, 171, 252, .05)
}

.v10-sitecore-container .text-fuchsia-300\/50 {
    color: rgba(240, 171, 252, .5)
}

.v10-sitecore-container .text-fuchsia-300\/60 {
    color: rgba(240, 171, 252, .6)
}

.v10-sitecore-container .text-fuchsia-300\/70 {
    color: rgba(240, 171, 252, .7)
}

.v10-sitecore-container .text-fuchsia-300\/75 {
    color: rgba(240, 171, 252, .75)
}

.v10-sitecore-container .text-fuchsia-300\/80 {
    color: rgba(240, 171, 252, .8)
}

.v10-sitecore-container .text-fuchsia-300\/90 {
    color: rgba(240, 171, 252, .9)
}

.v10-sitecore-container .text-fuchsia-300\/95 {
    color: rgba(240, 171, 252, .95)
}

.v10-sitecore-container .text-fuchsia-400 {
    --tw-text-opacity: 1;
    color: rgb(232 121 249/var(--tw-text-opacity))
}

.v10-sitecore-container .text-fuchsia-400\/0 {
    color: rgba(232, 121, 249, 0)
}

.v10-sitecore-container .text-fuchsia-400\/10 {
    color: rgba(232, 121, 249, .1)
}

.v10-sitecore-container .text-fuchsia-400\/100 {
    color: #e879f9
}

.v10-sitecore-container .text-fuchsia-400\/20 {
    color: rgba(232, 121, 249, .2)
}

.v10-sitecore-container .text-fuchsia-400\/25 {
    color: rgba(232, 121, 249, .25)
}

.v10-sitecore-container .text-fuchsia-400\/30 {
    color: rgba(232, 121, 249, .3)
}

.v10-sitecore-container .text-fuchsia-400\/40 {
    color: rgba(232, 121, 249, .4)
}

.v10-sitecore-container .text-fuchsia-400\/5 {
    color: rgba(232, 121, 249, .05)
}

.v10-sitecore-container .text-fuchsia-400\/50 {
    color: rgba(232, 121, 249, .5)
}

.v10-sitecore-container .text-fuchsia-400\/60 {
    color: rgba(232, 121, 249, .6)
}

.v10-sitecore-container .text-fuchsia-400\/70 {
    color: rgba(232, 121, 249, .7)
}

.v10-sitecore-container .text-fuchsia-400\/75 {
    color: rgba(232, 121, 249, .75)
}

.v10-sitecore-container .text-fuchsia-400\/80 {
    color: rgba(232, 121, 249, .8)
}

.v10-sitecore-container .text-fuchsia-400\/90 {
    color: rgba(232, 121, 249, .9)
}

.v10-sitecore-container .text-fuchsia-400\/95 {
    color: rgba(232, 121, 249, .95)
}

.v10-sitecore-container .text-fuchsia-50 {
    --tw-text-opacity: 1;
    color: rgb(253 244 255/var(--tw-text-opacity))
}

.v10-sitecore-container .text-fuchsia-50\/0 {
    color: rgba(253, 244, 255, 0)
}

.v10-sitecore-container .text-fuchsia-50\/10 {
    color: rgba(253, 244, 255, .1)
}

.v10-sitecore-container .text-fuchsia-50\/100 {
    color: #fdf4ff
}

.v10-sitecore-container .text-fuchsia-50\/20 {
    color: rgba(253, 244, 255, .2)
}

.v10-sitecore-container .text-fuchsia-50\/25 {
    color: rgba(253, 244, 255, .25)
}

.v10-sitecore-container .text-fuchsia-50\/30 {
    color: rgba(253, 244, 255, .3)
}

.v10-sitecore-container .text-fuchsia-50\/40 {
    color: rgba(253, 244, 255, .4)
}

.v10-sitecore-container .text-fuchsia-50\/5 {
    color: rgba(253, 244, 255, .05)
}

.v10-sitecore-container .text-fuchsia-50\/50 {
    color: rgba(253, 244, 255, .5)
}

.v10-sitecore-container .text-fuchsia-50\/60 {
    color: rgba(253, 244, 255, .6)
}

.v10-sitecore-container .text-fuchsia-50\/70 {
    color: rgba(253, 244, 255, .7)
}

.v10-sitecore-container .text-fuchsia-50\/75 {
    color: rgba(253, 244, 255, .75)
}

.v10-sitecore-container .text-fuchsia-50\/80 {
    color: rgba(253, 244, 255, .8)
}

.v10-sitecore-container .text-fuchsia-50\/90 {
    color: rgba(253, 244, 255, .9)
}

.v10-sitecore-container .text-fuchsia-50\/95 {
    color: rgba(253, 244, 255, .95)
}

.v10-sitecore-container .text-fuchsia-500 {
    --tw-text-opacity: 1;
    color: rgb(217 70 239/var(--tw-text-opacity))
}

.v10-sitecore-container .text-fuchsia-500\/0 {
    color: rgba(217, 70, 239, 0)
}

.v10-sitecore-container .text-fuchsia-500\/10 {
    color: rgba(217, 70, 239, .1)
}

.v10-sitecore-container .text-fuchsia-500\/100 {
    color: #d946ef
}

.v10-sitecore-container .text-fuchsia-500\/20 {
    color: rgba(217, 70, 239, .2)
}

.v10-sitecore-container .text-fuchsia-500\/25 {
    color: rgba(217, 70, 239, .25)
}

.v10-sitecore-container .text-fuchsia-500\/30 {
    color: rgba(217, 70, 239, .3)
}

.v10-sitecore-container .text-fuchsia-500\/40 {
    color: rgba(217, 70, 239, .4)
}

.v10-sitecore-container .text-fuchsia-500\/5 {
    color: rgba(217, 70, 239, .05)
}

.v10-sitecore-container .text-fuchsia-500\/50 {
    color: rgba(217, 70, 239, .5)
}

.v10-sitecore-container .text-fuchsia-500\/60 {
    color: rgba(217, 70, 239, .6)
}

.v10-sitecore-container .text-fuchsia-500\/70 {
    color: rgba(217, 70, 239, .7)
}

.v10-sitecore-container .text-fuchsia-500\/75 {
    color: rgba(217, 70, 239, .75)
}

.v10-sitecore-container .text-fuchsia-500\/80 {
    color: rgba(217, 70, 239, .8)
}

.v10-sitecore-container .text-fuchsia-500\/90 {
    color: rgba(217, 70, 239, .9)
}

.v10-sitecore-container .text-fuchsia-500\/95 {
    color: rgba(217, 70, 239, .95)
}

.v10-sitecore-container .text-fuchsia-600 {
    --tw-text-opacity: 1;
    color: rgb(192 38 211/var(--tw-text-opacity))
}

.v10-sitecore-container .text-fuchsia-600\/0 {
    color: rgba(192, 38, 211, 0)
}

.v10-sitecore-container .text-fuchsia-600\/10 {
    color: rgba(192, 38, 211, .1)
}

.v10-sitecore-container .text-fuchsia-600\/100 {
    color: #c026d3
}

.v10-sitecore-container .text-fuchsia-600\/20 {
    color: rgba(192, 38, 211, .2)
}

.v10-sitecore-container .text-fuchsia-600\/25 {
    color: rgba(192, 38, 211, .25)
}

.v10-sitecore-container .text-fuchsia-600\/30 {
    color: rgba(192, 38, 211, .3)
}

.v10-sitecore-container .text-fuchsia-600\/40 {
    color: rgba(192, 38, 211, .4)
}

.v10-sitecore-container .text-fuchsia-600\/5 {
    color: rgba(192, 38, 211, .05)
}

.v10-sitecore-container .text-fuchsia-600\/50 {
    color: rgba(192, 38, 211, .5)
}

.v10-sitecore-container .text-fuchsia-600\/60 {
    color: rgba(192, 38, 211, .6)
}

.v10-sitecore-container .text-fuchsia-600\/70 {
    color: rgba(192, 38, 211, .7)
}

.v10-sitecore-container .text-fuchsia-600\/75 {
    color: rgba(192, 38, 211, .75)
}

.v10-sitecore-container .text-fuchsia-600\/80 {
    color: rgba(192, 38, 211, .8)
}

.v10-sitecore-container .text-fuchsia-600\/90 {
    color: rgba(192, 38, 211, .9)
}

.v10-sitecore-container .text-fuchsia-600\/95 {
    color: rgba(192, 38, 211, .95)
}

.v10-sitecore-container .text-fuchsia-700 {
    --tw-text-opacity: 1;
    color: rgb(162 28 175/var(--tw-text-opacity))
}

.v10-sitecore-container .text-fuchsia-700\/0 {
    color: rgba(162, 28, 175, 0)
}

.v10-sitecore-container .text-fuchsia-700\/10 {
    color: rgba(162, 28, 175, .1)
}

.v10-sitecore-container .text-fuchsia-700\/100 {
    color: #a21caf
}

.v10-sitecore-container .text-fuchsia-700\/20 {
    color: rgba(162, 28, 175, .2)
}

.v10-sitecore-container .text-fuchsia-700\/25 {
    color: rgba(162, 28, 175, .25)
}

.v10-sitecore-container .text-fuchsia-700\/30 {
    color: rgba(162, 28, 175, .3)
}

.v10-sitecore-container .text-fuchsia-700\/40 {
    color: rgba(162, 28, 175, .4)
}

.v10-sitecore-container .text-fuchsia-700\/5 {
    color: rgba(162, 28, 175, .05)
}

.v10-sitecore-container .text-fuchsia-700\/50 {
    color: rgba(162, 28, 175, .5)
}

.v10-sitecore-container .text-fuchsia-700\/60 {
    color: rgba(162, 28, 175, .6)
}

.v10-sitecore-container .text-fuchsia-700\/70 {
    color: rgba(162, 28, 175, .7)
}

.v10-sitecore-container .text-fuchsia-700\/75 {
    color: rgba(162, 28, 175, .75)
}

.v10-sitecore-container .text-fuchsia-700\/80 {
    color: rgba(162, 28, 175, .8)
}

.v10-sitecore-container .text-fuchsia-700\/90 {
    color: rgba(162, 28, 175, .9)
}

.v10-sitecore-container .text-fuchsia-700\/95 {
    color: rgba(162, 28, 175, .95)
}

.v10-sitecore-container .text-fuchsia-800 {
    --tw-text-opacity: 1;
    color: rgb(134 25 143/var(--tw-text-opacity))
}

.v10-sitecore-container .text-fuchsia-800\/0 {
    color: rgba(134, 25, 143, 0)
}

.v10-sitecore-container .text-fuchsia-800\/10 {
    color: rgba(134, 25, 143, .1)
}

.v10-sitecore-container .text-fuchsia-800\/100 {
    color: #86198f
}

.v10-sitecore-container .text-fuchsia-800\/20 {
    color: rgba(134, 25, 143, .2)
}

.v10-sitecore-container .text-fuchsia-800\/25 {
    color: rgba(134, 25, 143, .25)
}

.v10-sitecore-container .text-fuchsia-800\/30 {
    color: rgba(134, 25, 143, .3)
}

.v10-sitecore-container .text-fuchsia-800\/40 {
    color: rgba(134, 25, 143, .4)
}

.v10-sitecore-container .text-fuchsia-800\/5 {
    color: rgba(134, 25, 143, .05)
}

.v10-sitecore-container .text-fuchsia-800\/50 {
    color: rgba(134, 25, 143, .5)
}

.v10-sitecore-container .text-fuchsia-800\/60 {
    color: rgba(134, 25, 143, .6)
}

.v10-sitecore-container .text-fuchsia-800\/70 {
    color: rgba(134, 25, 143, .7)
}

.v10-sitecore-container .text-fuchsia-800\/75 {
    color: rgba(134, 25, 143, .75)
}

.v10-sitecore-container .text-fuchsia-800\/80 {
    color: rgba(134, 25, 143, .8)
}

.v10-sitecore-container .text-fuchsia-800\/90 {
    color: rgba(134, 25, 143, .9)
}

.v10-sitecore-container .text-fuchsia-800\/95 {
    color: rgba(134, 25, 143, .95)
}

.v10-sitecore-container .text-fuchsia-900 {
    --tw-text-opacity: 1;
    color: rgb(112 26 117/var(--tw-text-opacity))
}

.v10-sitecore-container .text-fuchsia-900\/0 {
    color: rgba(112, 26, 117, 0)
}

.v10-sitecore-container .text-fuchsia-900\/10 {
    color: rgba(112, 26, 117, .1)
}

.v10-sitecore-container .text-fuchsia-900\/100 {
    color: #701a75
}

.v10-sitecore-container .text-fuchsia-900\/20 {
    color: rgba(112, 26, 117, .2)
}

.v10-sitecore-container .text-fuchsia-900\/25 {
    color: rgba(112, 26, 117, .25)
}

.v10-sitecore-container .text-fuchsia-900\/30 {
    color: rgba(112, 26, 117, .3)
}

.v10-sitecore-container .text-fuchsia-900\/40 {
    color: rgba(112, 26, 117, .4)
}

.v10-sitecore-container .text-fuchsia-900\/5 {
    color: rgba(112, 26, 117, .05)
}

.v10-sitecore-container .text-fuchsia-900\/50 {
    color: rgba(112, 26, 117, .5)
}

.v10-sitecore-container .text-fuchsia-900\/60 {
    color: rgba(112, 26, 117, .6)
}

.v10-sitecore-container .text-fuchsia-900\/70 {
    color: rgba(112, 26, 117, .7)
}

.v10-sitecore-container .text-fuchsia-900\/75 {
    color: rgba(112, 26, 117, .75)
}

.v10-sitecore-container .text-fuchsia-900\/80 {
    color: rgba(112, 26, 117, .8)
}

.v10-sitecore-container .text-fuchsia-900\/90 {
    color: rgba(112, 26, 117, .9)
}

.v10-sitecore-container .text-fuchsia-900\/95 {
    color: rgba(112, 26, 117, .95)
}

.v10-sitecore-container .text-fuchsia-950 {
    --tw-text-opacity: 1;
    color: rgb(74 4 78/var(--tw-text-opacity))
}

.v10-sitecore-container .text-fuchsia-950\/0 {
    color: rgba(74, 4, 78, 0)
}

.v10-sitecore-container .text-fuchsia-950\/10 {
    color: rgba(74, 4, 78, .1)
}

.v10-sitecore-container .text-fuchsia-950\/100 {
    color: #4a044e
}

.v10-sitecore-container .text-fuchsia-950\/20 {
    color: rgba(74, 4, 78, .2)
}

.v10-sitecore-container .text-fuchsia-950\/25 {
    color: rgba(74, 4, 78, .25)
}

.v10-sitecore-container .text-fuchsia-950\/30 {
    color: rgba(74, 4, 78, .3)
}

.v10-sitecore-container .text-fuchsia-950\/40 {
    color: rgba(74, 4, 78, .4)
}

.v10-sitecore-container .text-fuchsia-950\/5 {
    color: rgba(74, 4, 78, .05)
}

.v10-sitecore-container .text-fuchsia-950\/50 {
    color: rgba(74, 4, 78, .5)
}

.v10-sitecore-container .text-fuchsia-950\/60 {
    color: rgba(74, 4, 78, .6)
}

.v10-sitecore-container .text-fuchsia-950\/70 {
    color: rgba(74, 4, 78, .7)
}

.v10-sitecore-container .text-fuchsia-950\/75 {
    color: rgba(74, 4, 78, .75)
}

.v10-sitecore-container .text-fuchsia-950\/80 {
    color: rgba(74, 4, 78, .8)
}

.v10-sitecore-container .text-fuchsia-950\/90 {
    color: rgba(74, 4, 78, .9)
}

.v10-sitecore-container .text-fuchsia-950\/95 {
    color: rgba(74, 4, 78, .95)
}

.v10-sitecore-container .text-gray-05 {
    --tw-text-opacity: 1;
    color: rgb(217 217 217/var(--tw-text-opacity))
}

.v10-sitecore-container .text-gray-05\/0 {
    color: hsla(0, 0%, 85%, 0)
}

.v10-sitecore-container .text-gray-05\/10 {
    color: hsla(0, 0%, 85%, .1)
}

.v10-sitecore-container .text-gray-05\/100 {
    color: #d9d9d9
}

.v10-sitecore-container .text-gray-05\/20 {
    color: hsla(0, 0%, 85%, .2)
}

.v10-sitecore-container .text-gray-05\/25 {
    color: hsla(0, 0%, 85%, .25)
}

.v10-sitecore-container .text-gray-05\/30 {
    color: hsla(0, 0%, 85%, .3)
}

.v10-sitecore-container .text-gray-05\/40 {
    color: hsla(0, 0%, 85%, .4)
}

.v10-sitecore-container .text-gray-05\/5 {
    color: hsla(0, 0%, 85%, .05)
}

.v10-sitecore-container .text-gray-05\/50 {
    color: hsla(0, 0%, 85%, .5)
}

.v10-sitecore-container .text-gray-05\/60 {
    color: hsla(0, 0%, 85%, .6)
}

.v10-sitecore-container .text-gray-05\/70 {
    color: hsla(0, 0%, 85%, .7)
}

.v10-sitecore-container .text-gray-05\/75 {
    color: hsla(0, 0%, 85%, .75)
}

.v10-sitecore-container .text-gray-05\/80 {
    color: hsla(0, 0%, 85%, .8)
}

.v10-sitecore-container .text-gray-05\/90 {
    color: hsla(0, 0%, 85%, .9)
}

.v10-sitecore-container .text-gray-05\/95 {
    color: hsla(0, 0%, 85%, .95)
}

.v10-sitecore-container .text-gray-10 {
    --tw-text-opacity: 1;
    color: rgb(247 247 250/var(--tw-text-opacity))
}

.v10-sitecore-container .text-gray-10\/0 {
    color: rgba(247, 247, 250, 0)
}

.v10-sitecore-container .text-gray-10\/10 {
    color: rgba(247, 247, 250, .1)
}

.v10-sitecore-container .text-gray-10\/100 {
    color: #f7f7fa
}

.v10-sitecore-container .text-gray-10\/20 {
    color: rgba(247, 247, 250, .2)
}

.v10-sitecore-container .text-gray-10\/25 {
    color: rgba(247, 247, 250, .25)
}

.v10-sitecore-container .text-gray-10\/30 {
    color: rgba(247, 247, 250, .3)
}

.v10-sitecore-container .text-gray-10\/40 {
    color: rgba(247, 247, 250, .4)
}

.v10-sitecore-container .text-gray-10\/5 {
    color: rgba(247, 247, 250, .05)
}

.v10-sitecore-container .text-gray-10\/50 {
    color: rgba(247, 247, 250, .5)
}

.v10-sitecore-container .text-gray-10\/60 {
    color: rgba(247, 247, 250, .6)
}

.v10-sitecore-container .text-gray-10\/70 {
    color: rgba(247, 247, 250, .7)
}

.v10-sitecore-container .text-gray-10\/75 {
    color: rgba(247, 247, 250, .75)
}

.v10-sitecore-container .text-gray-10\/80 {
    color: rgba(247, 247, 250, .8)
}

.v10-sitecore-container .text-gray-10\/90 {
    color: rgba(247, 247, 250, .9)
}

.v10-sitecore-container .text-gray-10\/95 {
    color: rgba(247, 247, 250, .95)
}

.v10-sitecore-container .text-gray-100 {
    --tw-text-opacity: 1;
    color: rgb(243 244 246/var(--tw-text-opacity))
}

.v10-sitecore-container .text-gray-100\/0 {
    color: rgba(243, 244, 246, 0)
}

.v10-sitecore-container .text-gray-100\/10 {
    color: rgba(243, 244, 246, .1)
}

.v10-sitecore-container .text-gray-100\/100 {
    color: #f3f4f6
}

.v10-sitecore-container .text-gray-100\/20 {
    color: rgba(243, 244, 246, .2)
}

.v10-sitecore-container .text-gray-100\/25 {
    color: rgba(243, 244, 246, .25)
}

.v10-sitecore-container .text-gray-100\/30 {
    color: rgba(243, 244, 246, .3)
}

.v10-sitecore-container .text-gray-100\/40 {
    color: rgba(243, 244, 246, .4)
}

.v10-sitecore-container .text-gray-100\/5 {
    color: rgba(243, 244, 246, .05)
}

.v10-sitecore-container .text-gray-100\/50 {
    color: rgba(243, 244, 246, .5)
}

.v10-sitecore-container .text-gray-100\/60 {
    color: rgba(243, 244, 246, .6)
}

.v10-sitecore-container .text-gray-100\/70 {
    color: rgba(243, 244, 246, .7)
}

.v10-sitecore-container .text-gray-100\/75 {
    color: rgba(243, 244, 246, .75)
}

.v10-sitecore-container .text-gray-100\/80 {
    color: rgba(243, 244, 246, .8)
}

.v10-sitecore-container .text-gray-100\/90 {
    color: rgba(243, 244, 246, .9)
}

.v10-sitecore-container .text-gray-100\/95 {
    color: rgba(243, 244, 246, .95)
}

.v10-sitecore-container .text-gray-200 {
    --tw-text-opacity: 1;
    color: rgb(229 231 235/var(--tw-text-opacity))
}

.v10-sitecore-container .text-gray-200\/0 {
    color: rgba(229, 231, 235, 0)
}

.v10-sitecore-container .text-gray-200\/10 {
    color: rgba(229, 231, 235, .1)
}

.v10-sitecore-container .text-gray-200\/100 {
    color: #e5e7eb
}

.v10-sitecore-container .text-gray-200\/20 {
    color: rgba(229, 231, 235, .2)
}

.v10-sitecore-container .text-gray-200\/25 {
    color: rgba(229, 231, 235, .25)
}

.v10-sitecore-container .text-gray-200\/30 {
    color: rgba(229, 231, 235, .3)
}

.v10-sitecore-container .text-gray-200\/40 {
    color: rgba(229, 231, 235, .4)
}

.v10-sitecore-container .text-gray-200\/5 {
    color: rgba(229, 231, 235, .05)
}

.v10-sitecore-container .text-gray-200\/50 {
    color: rgba(229, 231, 235, .5)
}

.v10-sitecore-container .text-gray-200\/60 {
    color: rgba(229, 231, 235, .6)
}

.v10-sitecore-container .text-gray-200\/70 {
    color: rgba(229, 231, 235, .7)
}

.v10-sitecore-container .text-gray-200\/75 {
    color: rgba(229, 231, 235, .75)
}

.v10-sitecore-container .text-gray-200\/80 {
    color: rgba(229, 231, 235, .8)
}

.v10-sitecore-container .text-gray-200\/90 {
    color: rgba(229, 231, 235, .9)
}

.v10-sitecore-container .text-gray-200\/95 {
    color: rgba(229, 231, 235, .95)
}

.v10-sitecore-container .text-gray-30 {
    --tw-text-opacity: 1;
    color: rgb(230 234 236/var(--tw-text-opacity))
}

.v10-sitecore-container .text-gray-30\/0 {
    color: rgba(230, 234, 236, 0)
}

.v10-sitecore-container .text-gray-30\/10 {
    color: rgba(230, 234, 236, .1)
}

.v10-sitecore-container .text-gray-30\/100 {
    color: #e6eaec
}

.v10-sitecore-container .text-gray-30\/20 {
    color: rgba(230, 234, 236, .2)
}

.v10-sitecore-container .text-gray-30\/25 {
    color: rgba(230, 234, 236, .25)
}

.v10-sitecore-container .text-gray-30\/30 {
    color: rgba(230, 234, 236, .3)
}

.v10-sitecore-container .text-gray-30\/40 {
    color: rgba(230, 234, 236, .4)
}

.v10-sitecore-container .text-gray-30\/5 {
    color: rgba(230, 234, 236, .05)
}

.v10-sitecore-container .text-gray-30\/50 {
    color: rgba(230, 234, 236, .5)
}

.v10-sitecore-container .text-gray-30\/60 {
    color: rgba(230, 234, 236, .6)
}

.v10-sitecore-container .text-gray-30\/70 {
    color: rgba(230, 234, 236, .7)
}

.v10-sitecore-container .text-gray-30\/75 {
    color: rgba(230, 234, 236, .75)
}

.v10-sitecore-container .text-gray-30\/80 {
    color: rgba(230, 234, 236, .8)
}

.v10-sitecore-container .text-gray-30\/90 {
    color: rgba(230, 234, 236, .9)
}

.v10-sitecore-container .text-gray-30\/95 {
    color: rgba(230, 234, 236, .95)
}

.v10-sitecore-container .text-gray-300 {
    --tw-text-opacity: 1;
    color: rgb(209 213 219/var(--tw-text-opacity))
}

.v10-sitecore-container .text-gray-300\/0 {
    color: rgba(209, 213, 219, 0)
}

.v10-sitecore-container .text-gray-300\/10 {
    color: rgba(209, 213, 219, .1)
}

.v10-sitecore-container .text-gray-300\/100 {
    color: #d1d5db
}

.v10-sitecore-container .text-gray-300\/20 {
    color: rgba(209, 213, 219, .2)
}

.v10-sitecore-container .text-gray-300\/25 {
    color: rgba(209, 213, 219, .25)
}

.v10-sitecore-container .text-gray-300\/30 {
    color: rgba(209, 213, 219, .3)
}

.v10-sitecore-container .text-gray-300\/40 {
    color: rgba(209, 213, 219, .4)
}

.v10-sitecore-container .text-gray-300\/5 {
    color: rgba(209, 213, 219, .05)
}

.v10-sitecore-container .text-gray-300\/50 {
    color: rgba(209, 213, 219, .5)
}

.v10-sitecore-container .text-gray-300\/60 {
    color: rgba(209, 213, 219, .6)
}

.v10-sitecore-container .text-gray-300\/70 {
    color: rgba(209, 213, 219, .7)
}

.v10-sitecore-container .text-gray-300\/75 {
    color: rgba(209, 213, 219, .75)
}

.v10-sitecore-container .text-gray-300\/80 {
    color: rgba(209, 213, 219, .8)
}

.v10-sitecore-container .text-gray-300\/90 {
    color: rgba(209, 213, 219, .9)
}

.v10-sitecore-container .text-gray-300\/95 {
    color: rgba(209, 213, 219, .95)
}

.v10-sitecore-container .text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175/var(--tw-text-opacity))
}

.v10-sitecore-container .text-gray-400\/0 {
    color: rgba(156, 163, 175, 0)
}

.v10-sitecore-container .text-gray-400\/10 {
    color: rgba(156, 163, 175, .1)
}

.v10-sitecore-container .text-gray-400\/100 {
    color: #9ca3af
}

.v10-sitecore-container .text-gray-400\/20 {
    color: rgba(156, 163, 175, .2)
}

.v10-sitecore-container .text-gray-400\/25 {
    color: rgba(156, 163, 175, .25)
}

.v10-sitecore-container .text-gray-400\/30 {
    color: rgba(156, 163, 175, .3)
}

.v10-sitecore-container .text-gray-400\/40 {
    color: rgba(156, 163, 175, .4)
}

.v10-sitecore-container .text-gray-400\/5 {
    color: rgba(156, 163, 175, .05)
}

.v10-sitecore-container .text-gray-400\/50 {
    color: rgba(156, 163, 175, .5)
}

.v10-sitecore-container .text-gray-400\/60 {
    color: rgba(156, 163, 175, .6)
}

.v10-sitecore-container .text-gray-400\/70 {
    color: rgba(156, 163, 175, .7)
}

.v10-sitecore-container .text-gray-400\/75 {
    color: rgba(156, 163, 175, .75)
}

.v10-sitecore-container .text-gray-400\/80 {
    color: rgba(156, 163, 175, .8)
}

.v10-sitecore-container .text-gray-400\/90 {
    color: rgba(156, 163, 175, .9)
}

.v10-sitecore-container .text-gray-400\/95 {
    color: rgba(156, 163, 175, .95)
}

.v10-sitecore-container .text-gray-50 {
    --tw-text-opacity: 1;
    color: rgb(206 211 217/var(--tw-text-opacity))
}

.v10-sitecore-container .text-gray-50\/0 {
    color: rgba(206, 211, 217, 0)
}

.v10-sitecore-container .text-gray-50\/10 {
    color: rgba(206, 211, 217, .1)
}

.v10-sitecore-container .text-gray-50\/100 {
    color: #ced3d9
}

.v10-sitecore-container .text-gray-50\/20 {
    color: rgba(206, 211, 217, .2)
}

.v10-sitecore-container .text-gray-50\/25 {
    color: rgba(206, 211, 217, .25)
}

.v10-sitecore-container .text-gray-50\/30 {
    color: rgba(206, 211, 217, .3)
}

.v10-sitecore-container .text-gray-50\/40 {
    color: rgba(206, 211, 217, .4)
}

.v10-sitecore-container .text-gray-50\/5 {
    color: rgba(206, 211, 217, .05)
}

.v10-sitecore-container .text-gray-50\/50 {
    color: rgba(206, 211, 217, .5)
}

.v10-sitecore-container .text-gray-50\/60 {
    color: rgba(206, 211, 217, .6)
}

.v10-sitecore-container .text-gray-50\/70 {
    color: rgba(206, 211, 217, .7)
}

.v10-sitecore-container .text-gray-50\/75 {
    color: rgba(206, 211, 217, .75)
}

.v10-sitecore-container .text-gray-50\/80 {
    color: rgba(206, 211, 217, .8)
}

.v10-sitecore-container .text-gray-50\/90 {
    color: rgba(206, 211, 217, .9)
}

.v10-sitecore-container .text-gray-50\/95 {
    color: rgba(206, 211, 217, .95)
}

.v10-sitecore-container .text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128/var(--tw-text-opacity))
}

.v10-sitecore-container .text-gray-500\/0 {
    color: hsla(220, 9%, 46%, 0)
}

.v10-sitecore-container .text-gray-500\/10 {
    color: hsla(220, 9%, 46%, .1)
}

.v10-sitecore-container .text-gray-500\/100 {
    color: #6b7280
}

.v10-sitecore-container .text-gray-500\/20 {
    color: hsla(220, 9%, 46%, .2)
}

.v10-sitecore-container .text-gray-500\/25 {
    color: hsla(220, 9%, 46%, .25)
}

.v10-sitecore-container .text-gray-500\/30 {
    color: hsla(220, 9%, 46%, .3)
}

.v10-sitecore-container .text-gray-500\/40 {
    color: hsla(220, 9%, 46%, .4)
}

.v10-sitecore-container .text-gray-500\/5 {
    color: hsla(220, 9%, 46%, .05)
}

.v10-sitecore-container .text-gray-500\/50 {
    color: hsla(220, 9%, 46%, .5)
}

.v10-sitecore-container .text-gray-500\/60 {
    color: hsla(220, 9%, 46%, .6)
}

.v10-sitecore-container .text-gray-500\/70 {
    color: hsla(220, 9%, 46%, .7)
}

.v10-sitecore-container .text-gray-500\/75 {
    color: hsla(220, 9%, 46%, .75)
}

.v10-sitecore-container .text-gray-500\/80 {
    color: hsla(220, 9%, 46%, .8)
}

.v10-sitecore-container .text-gray-500\/90 {
    color: hsla(220, 9%, 46%, .9)
}

.v10-sitecore-container .text-gray-500\/95 {
    color: hsla(220, 9%, 46%, .95)
}

.v10-sitecore-container .text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99/var(--tw-text-opacity))
}

.v10-sitecore-container .text-gray-600\/0 {
    color: rgba(75, 85, 99, 0)
}

.v10-sitecore-container .text-gray-600\/10 {
    color: rgba(75, 85, 99, .1)
}

.v10-sitecore-container .text-gray-600\/100 {
    color: #4b5563
}

.v10-sitecore-container .text-gray-600\/20 {
    color: rgba(75, 85, 99, .2)
}

.v10-sitecore-container .text-gray-600\/25 {
    color: rgba(75, 85, 99, .25)
}

.v10-sitecore-container .text-gray-600\/30 {
    color: rgba(75, 85, 99, .3)
}

.v10-sitecore-container .text-gray-600\/40 {
    color: rgba(75, 85, 99, .4)
}

.v10-sitecore-container .text-gray-600\/5 {
    color: rgba(75, 85, 99, .05)
}

.v10-sitecore-container .text-gray-600\/50 {
    color: rgba(75, 85, 99, .5)
}

.v10-sitecore-container .text-gray-600\/60 {
    color: rgba(75, 85, 99, .6)
}

.v10-sitecore-container .text-gray-600\/70 {
    color: rgba(75, 85, 99, .7)
}

.v10-sitecore-container .text-gray-600\/75 {
    color: rgba(75, 85, 99, .75)
}

.v10-sitecore-container .text-gray-600\/80 {
    color: rgba(75, 85, 99, .8)
}

.v10-sitecore-container .text-gray-600\/90 {
    color: rgba(75, 85, 99, .9)
}

.v10-sitecore-container .text-gray-600\/95 {
    color: rgba(75, 85, 99, .95)
}

.v10-sitecore-container .text-gray-70 {
    --tw-text-opacity: 1;
    color: rgb(87 92 97/var(--tw-text-opacity))
}

.v10-sitecore-container .text-gray-70\/0 {
    color: rgba(87, 92, 97, 0)
}

.v10-sitecore-container .text-gray-70\/10 {
    color: rgba(87, 92, 97, .1)
}

.v10-sitecore-container .text-gray-70\/100 {
    color: #575c61
}

.v10-sitecore-container .text-gray-70\/20 {
    color: rgba(87, 92, 97, .2)
}

.v10-sitecore-container .text-gray-70\/25 {
    color: rgba(87, 92, 97, .25)
}

.v10-sitecore-container .text-gray-70\/30 {
    color: rgba(87, 92, 97, .3)
}

.v10-sitecore-container .text-gray-70\/40 {
    color: rgba(87, 92, 97, .4)
}

.v10-sitecore-container .text-gray-70\/5 {
    color: rgba(87, 92, 97, .05)
}

.v10-sitecore-container .text-gray-70\/50 {
    color: rgba(87, 92, 97, .5)
}

.v10-sitecore-container .text-gray-70\/60 {
    color: rgba(87, 92, 97, .6)
}

.v10-sitecore-container .text-gray-70\/70 {
    color: rgba(87, 92, 97, .7)
}

.v10-sitecore-container .text-gray-70\/75 {
    color: rgba(87, 92, 97, .75)
}

.v10-sitecore-container .text-gray-70\/80 {
    color: rgba(87, 92, 97, .8)
}

.v10-sitecore-container .text-gray-70\/90 {
    color: rgba(87, 92, 97, .9)
}

.v10-sitecore-container .text-gray-70\/95 {
    color: rgba(87, 92, 97, .95)
}

.v10-sitecore-container .text-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(55 65 81/var(--tw-text-opacity))
}

.v10-sitecore-container .text-gray-700\/0 {
    color: rgba(55, 65, 81, 0)
}

.v10-sitecore-container .text-gray-700\/10 {
    color: rgba(55, 65, 81, .1)
}

.v10-sitecore-container .text-gray-700\/100 {
    color: #374151
}

.v10-sitecore-container .text-gray-700\/20 {
    color: rgba(55, 65, 81, .2)
}

.v10-sitecore-container .text-gray-700\/25 {
    color: rgba(55, 65, 81, .25)
}

.v10-sitecore-container .text-gray-700\/30 {
    color: rgba(55, 65, 81, .3)
}

.v10-sitecore-container .text-gray-700\/40 {
    color: rgba(55, 65, 81, .4)
}

.v10-sitecore-container .text-gray-700\/5 {
    color: rgba(55, 65, 81, .05)
}

.v10-sitecore-container .text-gray-700\/50 {
    color: rgba(55, 65, 81, .5)
}

.v10-sitecore-container .text-gray-700\/60 {
    color: rgba(55, 65, 81, .6)
}

.v10-sitecore-container .text-gray-700\/70 {
    color: rgba(55, 65, 81, .7)
}

.v10-sitecore-container .text-gray-700\/75 {
    color: rgba(55, 65, 81, .75)
}

.v10-sitecore-container .text-gray-700\/80 {
    color: rgba(55, 65, 81, .8)
}

.v10-sitecore-container .text-gray-700\/90 {
    color: rgba(55, 65, 81, .9)
}

.v10-sitecore-container .text-gray-700\/95 {
    color: rgba(55, 65, 81, .95)
}

.v10-sitecore-container .text-gray-800 {
    --tw-text-opacity: 1;
    color: rgb(31 41 55/var(--tw-text-opacity))
}

.v10-sitecore-container .text-gray-800\/0 {
    color: rgba(31, 41, 55, 0)
}

.v10-sitecore-container .text-gray-800\/10 {
    color: rgba(31, 41, 55, .1)
}

.v10-sitecore-container .text-gray-800\/100 {
    color: #1f2937
}

.v10-sitecore-container .text-gray-800\/20 {
    color: rgba(31, 41, 55, .2)
}

.v10-sitecore-container .text-gray-800\/25 {
    color: rgba(31, 41, 55, .25)
}

.v10-sitecore-container .text-gray-800\/30 {
    color: rgba(31, 41, 55, .3)
}

.v10-sitecore-container .text-gray-800\/40 {
    color: rgba(31, 41, 55, .4)
}

.v10-sitecore-container .text-gray-800\/5 {
    color: rgba(31, 41, 55, .05)
}

.v10-sitecore-container .text-gray-800\/50 {
    color: rgba(31, 41, 55, .5)
}

.v10-sitecore-container .text-gray-800\/60 {
    color: rgba(31, 41, 55, .6)
}

.v10-sitecore-container .text-gray-800\/70 {
    color: rgba(31, 41, 55, .7)
}

.v10-sitecore-container .text-gray-800\/75 {
    color: rgba(31, 41, 55, .75)
}

.v10-sitecore-container .text-gray-800\/80 {
    color: rgba(31, 41, 55, .8)
}

.v10-sitecore-container .text-gray-800\/90 {
    color: rgba(31, 41, 55, .9)
}

.v10-sitecore-container .text-gray-800\/95 {
    color: rgba(31, 41, 55, .95)
}

.v10-sitecore-container .text-gray-90 {
    --tw-text-opacity: 1;
    color: rgb(51 51 58/var(--tw-text-opacity))
}

.v10-sitecore-container .text-gray-90\/0 {
    color: rgba(51, 51, 58, 0)
}

.v10-sitecore-container .text-gray-90\/10 {
    color: rgba(51, 51, 58, .1)
}

.v10-sitecore-container .text-gray-90\/100 {
    color: #33333a
}

.v10-sitecore-container .text-gray-90\/20 {
    color: rgba(51, 51, 58, .2)
}

.v10-sitecore-container .text-gray-90\/25 {
    color: rgba(51, 51, 58, .25)
}

.v10-sitecore-container .text-gray-90\/30 {
    color: rgba(51, 51, 58, .3)
}

.v10-sitecore-container .text-gray-90\/40 {
    color: rgba(51, 51, 58, .4)
}

.v10-sitecore-container .text-gray-90\/5 {
    color: rgba(51, 51, 58, .05)
}

.v10-sitecore-container .text-gray-90\/50 {
    color: rgba(51, 51, 58, .5)
}

.v10-sitecore-container .text-gray-90\/60 {
    color: rgba(51, 51, 58, .6)
}

.v10-sitecore-container .text-gray-90\/70 {
    color: rgba(51, 51, 58, .7)
}

.v10-sitecore-container .text-gray-90\/75 {
    color: rgba(51, 51, 58, .75)
}

.v10-sitecore-container .text-gray-90\/80 {
    color: rgba(51, 51, 58, .8)
}

.v10-sitecore-container .text-gray-90\/90 {
    color: rgba(51, 51, 58, .9)
}

.v10-sitecore-container .text-gray-90\/95 {
    color: rgba(51, 51, 58, .95)
}

.v10-sitecore-container .text-gray-900 {
    --tw-text-opacity: 1;
    color: rgb(17 24 39/var(--tw-text-opacity))
}

.v10-sitecore-container .text-gray-900\/0 {
    color: rgba(17, 24, 39, 0)
}

.v10-sitecore-container .text-gray-900\/10 {
    color: rgba(17, 24, 39, .1)
}

.v10-sitecore-container .text-gray-900\/100 {
    color: #111827
}

.v10-sitecore-container .text-gray-900\/20 {
    color: rgba(17, 24, 39, .2)
}

.v10-sitecore-container .text-gray-900\/25 {
    color: rgba(17, 24, 39, .25)
}

.v10-sitecore-container .text-gray-900\/30 {
    color: rgba(17, 24, 39, .3)
}

.v10-sitecore-container .text-gray-900\/40 {
    color: rgba(17, 24, 39, .4)
}

.v10-sitecore-container .text-gray-900\/5 {
    color: rgba(17, 24, 39, .05)
}

.v10-sitecore-container .text-gray-900\/50 {
    color: rgba(17, 24, 39, .5)
}

.v10-sitecore-container .text-gray-900\/60 {
    color: rgba(17, 24, 39, .6)
}

.v10-sitecore-container .text-gray-900\/70 {
    color: rgba(17, 24, 39, .7)
}

.v10-sitecore-container .text-gray-900\/75 {
    color: rgba(17, 24, 39, .75)
}

.v10-sitecore-container .text-gray-900\/80 {
    color: rgba(17, 24, 39, .8)
}

.v10-sitecore-container .text-gray-900\/90 {
    color: rgba(17, 24, 39, .9)
}

.v10-sitecore-container .text-gray-900\/95 {
    color: rgba(17, 24, 39, .95)
}

.v10-sitecore-container .text-gray-950 {
    --tw-text-opacity: 1;
    color: rgb(3 7 18/var(--tw-text-opacity))
}

.v10-sitecore-container .text-gray-950\/0 {
    color: rgba(3, 7, 18, 0)
}

.v10-sitecore-container .text-gray-950\/10 {
    color: rgba(3, 7, 18, .1)
}

.v10-sitecore-container .text-gray-950\/100 {
    color: #030712
}

.v10-sitecore-container .text-gray-950\/20 {
    color: rgba(3, 7, 18, .2)
}

.v10-sitecore-container .text-gray-950\/25 {
    color: rgba(3, 7, 18, .25)
}

.v10-sitecore-container .text-gray-950\/30 {
    color: rgba(3, 7, 18, .3)
}

.v10-sitecore-container .text-gray-950\/40 {
    color: rgba(3, 7, 18, .4)
}

.v10-sitecore-container .text-gray-950\/5 {
    color: rgba(3, 7, 18, .05)
}

.v10-sitecore-container .text-gray-950\/50 {
    color: rgba(3, 7, 18, .5)
}

.v10-sitecore-container .text-gray-950\/60 {
    color: rgba(3, 7, 18, .6)
}

.v10-sitecore-container .text-gray-950\/70 {
    color: rgba(3, 7, 18, .7)
}

.v10-sitecore-container .text-gray-950\/75 {
    color: rgba(3, 7, 18, .75)
}

.v10-sitecore-container .text-gray-950\/80 {
    color: rgba(3, 7, 18, .8)
}

.v10-sitecore-container .text-gray-950\/90 {
    color: rgba(3, 7, 18, .9)
}

.v10-sitecore-container .text-gray-950\/95 {
    color: rgba(3, 7, 18, .95)
}

.v10-sitecore-container .text-green-100 {
    --tw-text-opacity: 1;
    color: rgb(220 252 231/var(--tw-text-opacity))
}

.v10-sitecore-container .text-green-100\/0 {
    color: rgba(220, 252, 231, 0)
}

.v10-sitecore-container .text-green-100\/10 {
    color: rgba(220, 252, 231, .1)
}

.v10-sitecore-container .text-green-100\/100 {
    color: #dcfce7
}

.v10-sitecore-container .text-green-100\/20 {
    color: rgba(220, 252, 231, .2)
}

.v10-sitecore-container .text-green-100\/25 {
    color: rgba(220, 252, 231, .25)
}

.v10-sitecore-container .text-green-100\/30 {
    color: rgba(220, 252, 231, .3)
}

.v10-sitecore-container .text-green-100\/40 {
    color: rgba(220, 252, 231, .4)
}

.v10-sitecore-container .text-green-100\/5 {
    color: rgba(220, 252, 231, .05)
}

.v10-sitecore-container .text-green-100\/50 {
    color: rgba(220, 252, 231, .5)
}

.v10-sitecore-container .text-green-100\/60 {
    color: rgba(220, 252, 231, .6)
}

.v10-sitecore-container .text-green-100\/70 {
    color: rgba(220, 252, 231, .7)
}

.v10-sitecore-container .text-green-100\/75 {
    color: rgba(220, 252, 231, .75)
}

.v10-sitecore-container .text-green-100\/80 {
    color: rgba(220, 252, 231, .8)
}

.v10-sitecore-container .text-green-100\/90 {
    color: rgba(220, 252, 231, .9)
}

.v10-sitecore-container .text-green-100\/95 {
    color: rgba(220, 252, 231, .95)
}

.v10-sitecore-container .text-green-200 {
    --tw-text-opacity: 1;
    color: rgb(187 247 208/var(--tw-text-opacity))
}

.v10-sitecore-container .text-green-200\/0 {
    color: rgba(187, 247, 208, 0)
}

.v10-sitecore-container .text-green-200\/10 {
    color: rgba(187, 247, 208, .1)
}

.v10-sitecore-container .text-green-200\/100 {
    color: #bbf7d0
}

.v10-sitecore-container .text-green-200\/20 {
    color: rgba(187, 247, 208, .2)
}

.v10-sitecore-container .text-green-200\/25 {
    color: rgba(187, 247, 208, .25)
}

.v10-sitecore-container .text-green-200\/30 {
    color: rgba(187, 247, 208, .3)
}

.v10-sitecore-container .text-green-200\/40 {
    color: rgba(187, 247, 208, .4)
}

.v10-sitecore-container .text-green-200\/5 {
    color: rgba(187, 247, 208, .05)
}

.v10-sitecore-container .text-green-200\/50 {
    color: rgba(187, 247, 208, .5)
}

.v10-sitecore-container .text-green-200\/60 {
    color: rgba(187, 247, 208, .6)
}

.v10-sitecore-container .text-green-200\/70 {
    color: rgba(187, 247, 208, .7)
}

.v10-sitecore-container .text-green-200\/75 {
    color: rgba(187, 247, 208, .75)
}

.v10-sitecore-container .text-green-200\/80 {
    color: rgba(187, 247, 208, .8)
}

.v10-sitecore-container .text-green-200\/90 {
    color: rgba(187, 247, 208, .9)
}

.v10-sitecore-container .text-green-200\/95 {
    color: rgba(187, 247, 208, .95)
}

.v10-sitecore-container .text-green-300 {
    --tw-text-opacity: 1;
    color: rgb(134 239 172/var(--tw-text-opacity))
}

.v10-sitecore-container .text-green-300\/0 {
    color: rgba(134, 239, 172, 0)
}

.v10-sitecore-container .text-green-300\/10 {
    color: rgba(134, 239, 172, .1)
}

.v10-sitecore-container .text-green-300\/100 {
    color: #86efac
}

.v10-sitecore-container .text-green-300\/20 {
    color: rgba(134, 239, 172, .2)
}

.v10-sitecore-container .text-green-300\/25 {
    color: rgba(134, 239, 172, .25)
}

.v10-sitecore-container .text-green-300\/30 {
    color: rgba(134, 239, 172, .3)
}

.v10-sitecore-container .text-green-300\/40 {
    color: rgba(134, 239, 172, .4)
}

.v10-sitecore-container .text-green-300\/5 {
    color: rgba(134, 239, 172, .05)
}

.v10-sitecore-container .text-green-300\/50 {
    color: rgba(134, 239, 172, .5)
}

.v10-sitecore-container .text-green-300\/60 {
    color: rgba(134, 239, 172, .6)
}

.v10-sitecore-container .text-green-300\/70 {
    color: rgba(134, 239, 172, .7)
}

.v10-sitecore-container .text-green-300\/75 {
    color: rgba(134, 239, 172, .75)
}

.v10-sitecore-container .text-green-300\/80 {
    color: rgba(134, 239, 172, .8)
}

.v10-sitecore-container .text-green-300\/90 {
    color: rgba(134, 239, 172, .9)
}

.v10-sitecore-container .text-green-300\/95 {
    color: rgba(134, 239, 172, .95)
}

.v10-sitecore-container .text-green-400 {
    --tw-text-opacity: 1;
    color: rgb(74 222 128/var(--tw-text-opacity))
}

.v10-sitecore-container .text-green-400\/0 {
    color: rgba(74, 222, 128, 0)
}

.v10-sitecore-container .text-green-400\/10 {
    color: rgba(74, 222, 128, .1)
}

.v10-sitecore-container .text-green-400\/100 {
    color: #4ade80
}

.v10-sitecore-container .text-green-400\/20 {
    color: rgba(74, 222, 128, .2)
}

.v10-sitecore-container .text-green-400\/25 {
    color: rgba(74, 222, 128, .25)
}

.v10-sitecore-container .text-green-400\/30 {
    color: rgba(74, 222, 128, .3)
}

.v10-sitecore-container .text-green-400\/40 {
    color: rgba(74, 222, 128, .4)
}

.v10-sitecore-container .text-green-400\/5 {
    color: rgba(74, 222, 128, .05)
}

.v10-sitecore-container .text-green-400\/50 {
    color: rgba(74, 222, 128, .5)
}

.v10-sitecore-container .text-green-400\/60 {
    color: rgba(74, 222, 128, .6)
}

.v10-sitecore-container .text-green-400\/70 {
    color: rgba(74, 222, 128, .7)
}

.v10-sitecore-container .text-green-400\/75 {
    color: rgba(74, 222, 128, .75)
}

.v10-sitecore-container .text-green-400\/80 {
    color: rgba(74, 222, 128, .8)
}

.v10-sitecore-container .text-green-400\/90 {
    color: rgba(74, 222, 128, .9)
}

.v10-sitecore-container .text-green-400\/95 {
    color: rgba(74, 222, 128, .95)
}

.v10-sitecore-container .text-green-50 {
    --tw-text-opacity: 1;
    color: rgb(240 253 244/var(--tw-text-opacity))
}

.v10-sitecore-container .text-green-50\/0 {
    color: rgba(240, 253, 244, 0)
}

.v10-sitecore-container .text-green-50\/10 {
    color: rgba(240, 253, 244, .1)
}

.v10-sitecore-container .text-green-50\/100 {
    color: #f0fdf4
}

.v10-sitecore-container .text-green-50\/20 {
    color: rgba(240, 253, 244, .2)
}

.v10-sitecore-container .text-green-50\/25 {
    color: rgba(240, 253, 244, .25)
}

.v10-sitecore-container .text-green-50\/30 {
    color: rgba(240, 253, 244, .3)
}

.v10-sitecore-container .text-green-50\/40 {
    color: rgba(240, 253, 244, .4)
}

.v10-sitecore-container .text-green-50\/5 {
    color: rgba(240, 253, 244, .05)
}

.v10-sitecore-container .text-green-50\/50 {
    color: rgba(240, 253, 244, .5)
}

.v10-sitecore-container .text-green-50\/60 {
    color: rgba(240, 253, 244, .6)
}

.v10-sitecore-container .text-green-50\/70 {
    color: rgba(240, 253, 244, .7)
}

.v10-sitecore-container .text-green-50\/75 {
    color: rgba(240, 253, 244, .75)
}

.v10-sitecore-container .text-green-50\/80 {
    color: rgba(240, 253, 244, .8)
}

.v10-sitecore-container .text-green-50\/90 {
    color: rgba(240, 253, 244, .9)
}

.v10-sitecore-container .text-green-50\/95 {
    color: rgba(240, 253, 244, .95)
}

.v10-sitecore-container .text-green-500 {
    --tw-text-opacity: 1;
    color: rgb(34 197 94/var(--tw-text-opacity))
}

.v10-sitecore-container .text-green-500\/0 {
    color: rgba(34, 197, 94, 0)
}

.v10-sitecore-container .text-green-500\/10 {
    color: rgba(34, 197, 94, .1)
}

.v10-sitecore-container .text-green-500\/100 {
    color: #22c55e
}

.v10-sitecore-container .text-green-500\/20 {
    color: rgba(34, 197, 94, .2)
}

.v10-sitecore-container .text-green-500\/25 {
    color: rgba(34, 197, 94, .25)
}

.v10-sitecore-container .text-green-500\/30 {
    color: rgba(34, 197, 94, .3)
}

.v10-sitecore-container .text-green-500\/40 {
    color: rgba(34, 197, 94, .4)
}

.v10-sitecore-container .text-green-500\/5 {
    color: rgba(34, 197, 94, .05)
}

.v10-sitecore-container .text-green-500\/50 {
    color: rgba(34, 197, 94, .5)
}

.v10-sitecore-container .text-green-500\/60 {
    color: rgba(34, 197, 94, .6)
}

.v10-sitecore-container .text-green-500\/70 {
    color: rgba(34, 197, 94, .7)
}

.v10-sitecore-container .text-green-500\/75 {
    color: rgba(34, 197, 94, .75)
}

.v10-sitecore-container .text-green-500\/80 {
    color: rgba(34, 197, 94, .8)
}

.v10-sitecore-container .text-green-500\/90 {
    color: rgba(34, 197, 94, .9)
}

.v10-sitecore-container .text-green-500\/95 {
    color: rgba(34, 197, 94, .95)
}

.v10-sitecore-container .text-green-600 {
    --tw-text-opacity: 1;
    color: rgb(22 163 74/var(--tw-text-opacity))
}

.v10-sitecore-container .text-green-600\/0 {
    color: rgba(22, 163, 74, 0)
}

.v10-sitecore-container .text-green-600\/10 {
    color: rgba(22, 163, 74, .1)
}

.v10-sitecore-container .text-green-600\/100 {
    color: #16a34a
}

.v10-sitecore-container .text-green-600\/20 {
    color: rgba(22, 163, 74, .2)
}

.v10-sitecore-container .text-green-600\/25 {
    color: rgba(22, 163, 74, .25)
}

.v10-sitecore-container .text-green-600\/30 {
    color: rgba(22, 163, 74, .3)
}

.v10-sitecore-container .text-green-600\/40 {
    color: rgba(22, 163, 74, .4)
}

.v10-sitecore-container .text-green-600\/5 {
    color: rgba(22, 163, 74, .05)
}

.v10-sitecore-container .text-green-600\/50 {
    color: rgba(22, 163, 74, .5)
}

.v10-sitecore-container .text-green-600\/60 {
    color: rgba(22, 163, 74, .6)
}

.v10-sitecore-container .text-green-600\/70 {
    color: rgba(22, 163, 74, .7)
}

.v10-sitecore-container .text-green-600\/75 {
    color: rgba(22, 163, 74, .75)
}

.v10-sitecore-container .text-green-600\/80 {
    color: rgba(22, 163, 74, .8)
}

.v10-sitecore-container .text-green-600\/90 {
    color: rgba(22, 163, 74, .9)
}

.v10-sitecore-container .text-green-600\/95 {
    color: rgba(22, 163, 74, .95)
}

.v10-sitecore-container .text-green-700 {
    --tw-text-opacity: 1;
    color: rgb(21 128 61/var(--tw-text-opacity))
}

.v10-sitecore-container .text-green-700\/0 {
    color: rgba(21, 128, 61, 0)
}

.v10-sitecore-container .text-green-700\/10 {
    color: rgba(21, 128, 61, .1)
}

.v10-sitecore-container .text-green-700\/100 {
    color: #15803d
}

.v10-sitecore-container .text-green-700\/20 {
    color: rgba(21, 128, 61, .2)
}

.v10-sitecore-container .text-green-700\/25 {
    color: rgba(21, 128, 61, .25)
}

.v10-sitecore-container .text-green-700\/30 {
    color: rgba(21, 128, 61, .3)
}

.v10-sitecore-container .text-green-700\/40 {
    color: rgba(21, 128, 61, .4)
}

.v10-sitecore-container .text-green-700\/5 {
    color: rgba(21, 128, 61, .05)
}

.v10-sitecore-container .text-green-700\/50 {
    color: rgba(21, 128, 61, .5)
}

.v10-sitecore-container .text-green-700\/60 {
    color: rgba(21, 128, 61, .6)
}

.v10-sitecore-container .text-green-700\/70 {
    color: rgba(21, 128, 61, .7)
}

.v10-sitecore-container .text-green-700\/75 {
    color: rgba(21, 128, 61, .75)
}

.v10-sitecore-container .text-green-700\/80 {
    color: rgba(21, 128, 61, .8)
}

.v10-sitecore-container .text-green-700\/90 {
    color: rgba(21, 128, 61, .9)
}

.v10-sitecore-container .text-green-700\/95 {
    color: rgba(21, 128, 61, .95)
}

.v10-sitecore-container .text-green-800 {
    --tw-text-opacity: 1;
    color: rgb(22 101 52/var(--tw-text-opacity))
}

.v10-sitecore-container .text-green-800\/0 {
    color: rgba(22, 101, 52, 0)
}

.v10-sitecore-container .text-green-800\/10 {
    color: rgba(22, 101, 52, .1)
}

.v10-sitecore-container .text-green-800\/100 {
    color: #166534
}

.v10-sitecore-container .text-green-800\/20 {
    color: rgba(22, 101, 52, .2)
}

.v10-sitecore-container .text-green-800\/25 {
    color: rgba(22, 101, 52, .25)
}

.v10-sitecore-container .text-green-800\/30 {
    color: rgba(22, 101, 52, .3)
}

.v10-sitecore-container .text-green-800\/40 {
    color: rgba(22, 101, 52, .4)
}

.v10-sitecore-container .text-green-800\/5 {
    color: rgba(22, 101, 52, .05)
}

.v10-sitecore-container .text-green-800\/50 {
    color: rgba(22, 101, 52, .5)
}

.v10-sitecore-container .text-green-800\/60 {
    color: rgba(22, 101, 52, .6)
}

.v10-sitecore-container .text-green-800\/70 {
    color: rgba(22, 101, 52, .7)
}

.v10-sitecore-container .text-green-800\/75 {
    color: rgba(22, 101, 52, .75)
}

.v10-sitecore-container .text-green-800\/80 {
    color: rgba(22, 101, 52, .8)
}

.v10-sitecore-container .text-green-800\/90 {
    color: rgba(22, 101, 52, .9)
}

.v10-sitecore-container .text-green-800\/95 {
    color: rgba(22, 101, 52, .95)
}

.v10-sitecore-container .text-green-900 {
    --tw-text-opacity: 1;
    color: rgb(20 83 45/var(--tw-text-opacity))
}

.v10-sitecore-container .text-green-900\/0 {
    color: rgba(20, 83, 45, 0)
}

.v10-sitecore-container .text-green-900\/10 {
    color: rgba(20, 83, 45, .1)
}

.v10-sitecore-container .text-green-900\/100 {
    color: #14532d
}

.v10-sitecore-container .text-green-900\/20 {
    color: rgba(20, 83, 45, .2)
}

.v10-sitecore-container .text-green-900\/25 {
    color: rgba(20, 83, 45, .25)
}

.v10-sitecore-container .text-green-900\/30 {
    color: rgba(20, 83, 45, .3)
}

.v10-sitecore-container .text-green-900\/40 {
    color: rgba(20, 83, 45, .4)
}

.v10-sitecore-container .text-green-900\/5 {
    color: rgba(20, 83, 45, .05)
}

.v10-sitecore-container .text-green-900\/50 {
    color: rgba(20, 83, 45, .5)
}

.v10-sitecore-container .text-green-900\/60 {
    color: rgba(20, 83, 45, .6)
}

.v10-sitecore-container .text-green-900\/70 {
    color: rgba(20, 83, 45, .7)
}

.v10-sitecore-container .text-green-900\/75 {
    color: rgba(20, 83, 45, .75)
}

.v10-sitecore-container .text-green-900\/80 {
    color: rgba(20, 83, 45, .8)
}

.v10-sitecore-container .text-green-900\/90 {
    color: rgba(20, 83, 45, .9)
}

.v10-sitecore-container .text-green-900\/95 {
    color: rgba(20, 83, 45, .95)
}

.v10-sitecore-container .text-green-950 {
    --tw-text-opacity: 1;
    color: rgb(5 46 22/var(--tw-text-opacity))
}

.v10-sitecore-container .text-green-950\/0 {
    color: rgba(5, 46, 22, 0)
}

.v10-sitecore-container .text-green-950\/10 {
    color: rgba(5, 46, 22, .1)
}

.v10-sitecore-container .text-green-950\/100 {
    color: #052e16
}

.v10-sitecore-container .text-green-950\/20 {
    color: rgba(5, 46, 22, .2)
}

.v10-sitecore-container .text-green-950\/25 {
    color: rgba(5, 46, 22, .25)
}

.v10-sitecore-container .text-green-950\/30 {
    color: rgba(5, 46, 22, .3)
}

.v10-sitecore-container .text-green-950\/40 {
    color: rgba(5, 46, 22, .4)
}

.v10-sitecore-container .text-green-950\/5 {
    color: rgba(5, 46, 22, .05)
}

.v10-sitecore-container .text-green-950\/50 {
    color: rgba(5, 46, 22, .5)
}

.v10-sitecore-container .text-green-950\/60 {
    color: rgba(5, 46, 22, .6)
}

.v10-sitecore-container .text-green-950\/70 {
    color: rgba(5, 46, 22, .7)
}

.v10-sitecore-container .text-green-950\/75 {
    color: rgba(5, 46, 22, .75)
}

.v10-sitecore-container .text-green-950\/80 {
    color: rgba(5, 46, 22, .8)
}

.v10-sitecore-container .text-green-950\/90 {
    color: rgba(5, 46, 22, .9)
}

.v10-sitecore-container .text-green-950\/95 {
    color: rgba(5, 46, 22, .95)
}

.v10-sitecore-container .text-hcisp-azalea {
    --tw-text-opacity: 1;
    color: rgb(198 69 136/var(--tw-text-opacity))
}

.v10-sitecore-container .text-hcisp-azalea\/0 {
    color: rgba(198, 69, 136, 0)
}

.v10-sitecore-container .text-hcisp-azalea\/10 {
    color: rgba(198, 69, 136, .1)
}

.v10-sitecore-container .text-hcisp-azalea\/100 {
    color: #c64588
}

.v10-sitecore-container .text-hcisp-azalea\/20 {
    color: rgba(198, 69, 136, .2)
}

.v10-sitecore-container .text-hcisp-azalea\/25 {
    color: rgba(198, 69, 136, .25)
}

.v10-sitecore-container .text-hcisp-azalea\/30 {
    color: rgba(198, 69, 136, .3)
}

.v10-sitecore-container .text-hcisp-azalea\/40 {
    color: rgba(198, 69, 136, .4)
}

.v10-sitecore-container .text-hcisp-azalea\/5 {
    color: rgba(198, 69, 136, .05)
}

.v10-sitecore-container .text-hcisp-azalea\/50 {
    color: rgba(198, 69, 136, .5)
}

.v10-sitecore-container .text-hcisp-azalea\/60 {
    color: rgba(198, 69, 136, .6)
}

.v10-sitecore-container .text-hcisp-azalea\/70 {
    color: rgba(198, 69, 136, .7)
}

.v10-sitecore-container .text-hcisp-azalea\/75 {
    color: rgba(198, 69, 136, .75)
}

.v10-sitecore-container .text-hcisp-azalea\/80 {
    color: rgba(198, 69, 136, .8)
}

.v10-sitecore-container .text-hcisp-azalea\/90 {
    color: rgba(198, 69, 136, .9)
}

.v10-sitecore-container .text-hcisp-azalea\/95 {
    color: rgba(198, 69, 136, .95)
}

.v10-sitecore-container .text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgb(224 231 255/var(--tw-text-opacity))
}

.v10-sitecore-container .text-indigo-100\/0 {
    color: rgba(224, 231, 255, 0)
}

.v10-sitecore-container .text-indigo-100\/10 {
    color: rgba(224, 231, 255, .1)
}

.v10-sitecore-container .text-indigo-100\/100 {
    color: #e0e7ff
}

.v10-sitecore-container .text-indigo-100\/20 {
    color: rgba(224, 231, 255, .2)
}

.v10-sitecore-container .text-indigo-100\/25 {
    color: rgba(224, 231, 255, .25)
}

.v10-sitecore-container .text-indigo-100\/30 {
    color: rgba(224, 231, 255, .3)
}

.v10-sitecore-container .text-indigo-100\/40 {
    color: rgba(224, 231, 255, .4)
}

.v10-sitecore-container .text-indigo-100\/5 {
    color: rgba(224, 231, 255, .05)
}

.v10-sitecore-container .text-indigo-100\/50 {
    color: rgba(224, 231, 255, .5)
}

.v10-sitecore-container .text-indigo-100\/60 {
    color: rgba(224, 231, 255, .6)
}

.v10-sitecore-container .text-indigo-100\/70 {
    color: rgba(224, 231, 255, .7)
}

.v10-sitecore-container .text-indigo-100\/75 {
    color: rgba(224, 231, 255, .75)
}

.v10-sitecore-container .text-indigo-100\/80 {
    color: rgba(224, 231, 255, .8)
}

.v10-sitecore-container .text-indigo-100\/90 {
    color: rgba(224, 231, 255, .9)
}

.v10-sitecore-container .text-indigo-100\/95 {
    color: rgba(224, 231, 255, .95)
}

.v10-sitecore-container .text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgb(199 210 254/var(--tw-text-opacity))
}

.v10-sitecore-container .text-indigo-200\/0 {
    color: rgba(199, 210, 254, 0)
}

.v10-sitecore-container .text-indigo-200\/10 {
    color: rgba(199, 210, 254, .1)
}

.v10-sitecore-container .text-indigo-200\/100 {
    color: #c7d2fe
}

.v10-sitecore-container .text-indigo-200\/20 {
    color: rgba(199, 210, 254, .2)
}

.v10-sitecore-container .text-indigo-200\/25 {
    color: rgba(199, 210, 254, .25)
}

.v10-sitecore-container .text-indigo-200\/30 {
    color: rgba(199, 210, 254, .3)
}

.v10-sitecore-container .text-indigo-200\/40 {
    color: rgba(199, 210, 254, .4)
}

.v10-sitecore-container .text-indigo-200\/5 {
    color: rgba(199, 210, 254, .05)
}

.v10-sitecore-container .text-indigo-200\/50 {
    color: rgba(199, 210, 254, .5)
}

.v10-sitecore-container .text-indigo-200\/60 {
    color: rgba(199, 210, 254, .6)
}

.v10-sitecore-container .text-indigo-200\/70 {
    color: rgba(199, 210, 254, .7)
}

.v10-sitecore-container .text-indigo-200\/75 {
    color: rgba(199, 210, 254, .75)
}

.v10-sitecore-container .text-indigo-200\/80 {
    color: rgba(199, 210, 254, .8)
}

.v10-sitecore-container .text-indigo-200\/90 {
    color: rgba(199, 210, 254, .9)
}

.v10-sitecore-container .text-indigo-200\/95 {
    color: rgba(199, 210, 254, .95)
}

.v10-sitecore-container .text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgb(165 180 252/var(--tw-text-opacity))
}

.v10-sitecore-container .text-indigo-300\/0 {
    color: rgba(165, 180, 252, 0)
}

.v10-sitecore-container .text-indigo-300\/10 {
    color: rgba(165, 180, 252, .1)
}

.v10-sitecore-container .text-indigo-300\/100 {
    color: #a5b4fc
}

.v10-sitecore-container .text-indigo-300\/20 {
    color: rgba(165, 180, 252, .2)
}

.v10-sitecore-container .text-indigo-300\/25 {
    color: rgba(165, 180, 252, .25)
}

.v10-sitecore-container .text-indigo-300\/30 {
    color: rgba(165, 180, 252, .3)
}

.v10-sitecore-container .text-indigo-300\/40 {
    color: rgba(165, 180, 252, .4)
}

.v10-sitecore-container .text-indigo-300\/5 {
    color: rgba(165, 180, 252, .05)
}

.v10-sitecore-container .text-indigo-300\/50 {
    color: rgba(165, 180, 252, .5)
}

.v10-sitecore-container .text-indigo-300\/60 {
    color: rgba(165, 180, 252, .6)
}

.v10-sitecore-container .text-indigo-300\/70 {
    color: rgba(165, 180, 252, .7)
}

.v10-sitecore-container .text-indigo-300\/75 {
    color: rgba(165, 180, 252, .75)
}

.v10-sitecore-container .text-indigo-300\/80 {
    color: rgba(165, 180, 252, .8)
}

.v10-sitecore-container .text-indigo-300\/90 {
    color: rgba(165, 180, 252, .9)
}

.v10-sitecore-container .text-indigo-300\/95 {
    color: rgba(165, 180, 252, .95)
}

.v10-sitecore-container .text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgb(129 140 248/var(--tw-text-opacity))
}

.v10-sitecore-container .text-indigo-400\/0 {
    color: rgba(129, 140, 248, 0)
}

.v10-sitecore-container .text-indigo-400\/10 {
    color: rgba(129, 140, 248, .1)
}

.v10-sitecore-container .text-indigo-400\/100 {
    color: #818cf8
}

.v10-sitecore-container .text-indigo-400\/20 {
    color: rgba(129, 140, 248, .2)
}

.v10-sitecore-container .text-indigo-400\/25 {
    color: rgba(129, 140, 248, .25)
}

.v10-sitecore-container .text-indigo-400\/30 {
    color: rgba(129, 140, 248, .3)
}

.v10-sitecore-container .text-indigo-400\/40 {
    color: rgba(129, 140, 248, .4)
}

.v10-sitecore-container .text-indigo-400\/5 {
    color: rgba(129, 140, 248, .05)
}

.v10-sitecore-container .text-indigo-400\/50 {
    color: rgba(129, 140, 248, .5)
}

.v10-sitecore-container .text-indigo-400\/60 {
    color: rgba(129, 140, 248, .6)
}

.v10-sitecore-container .text-indigo-400\/70 {
    color: rgba(129, 140, 248, .7)
}

.v10-sitecore-container .text-indigo-400\/75 {
    color: rgba(129, 140, 248, .75)
}

.v10-sitecore-container .text-indigo-400\/80 {
    color: rgba(129, 140, 248, .8)
}

.v10-sitecore-container .text-indigo-400\/90 {
    color: rgba(129, 140, 248, .9)
}

.v10-sitecore-container .text-indigo-400\/95 {
    color: rgba(129, 140, 248, .95)
}

.v10-sitecore-container .text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgb(238 242 255/var(--tw-text-opacity))
}

.v10-sitecore-container .text-indigo-50\/0 {
    color: rgba(238, 242, 255, 0)
}

.v10-sitecore-container .text-indigo-50\/10 {
    color: rgba(238, 242, 255, .1)
}

.v10-sitecore-container .text-indigo-50\/100 {
    color: #eef2ff
}

.v10-sitecore-container .text-indigo-50\/20 {
    color: rgba(238, 242, 255, .2)
}

.v10-sitecore-container .text-indigo-50\/25 {
    color: rgba(238, 242, 255, .25)
}

.v10-sitecore-container .text-indigo-50\/30 {
    color: rgba(238, 242, 255, .3)
}

.v10-sitecore-container .text-indigo-50\/40 {
    color: rgba(238, 242, 255, .4)
}

.v10-sitecore-container .text-indigo-50\/5 {
    color: rgba(238, 242, 255, .05)
}

.v10-sitecore-container .text-indigo-50\/50 {
    color: rgba(238, 242, 255, .5)
}

.v10-sitecore-container .text-indigo-50\/60 {
    color: rgba(238, 242, 255, .6)
}

.v10-sitecore-container .text-indigo-50\/70 {
    color: rgba(238, 242, 255, .7)
}

.v10-sitecore-container .text-indigo-50\/75 {
    color: rgba(238, 242, 255, .75)
}

.v10-sitecore-container .text-indigo-50\/80 {
    color: rgba(238, 242, 255, .8)
}

.v10-sitecore-container .text-indigo-50\/90 {
    color: rgba(238, 242, 255, .9)
}

.v10-sitecore-container .text-indigo-50\/95 {
    color: rgba(238, 242, 255, .95)
}

.v10-sitecore-container .text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgb(99 102 241/var(--tw-text-opacity))
}

.v10-sitecore-container .text-indigo-500\/0 {
    color: rgba(99, 102, 241, 0)
}

.v10-sitecore-container .text-indigo-500\/10 {
    color: rgba(99, 102, 241, .1)
}

.v10-sitecore-container .text-indigo-500\/100 {
    color: #6366f1
}

.v10-sitecore-container .text-indigo-500\/20 {
    color: rgba(99, 102, 241, .2)
}

.v10-sitecore-container .text-indigo-500\/25 {
    color: rgba(99, 102, 241, .25)
}

.v10-sitecore-container .text-indigo-500\/30 {
    color: rgba(99, 102, 241, .3)
}

.v10-sitecore-container .text-indigo-500\/40 {
    color: rgba(99, 102, 241, .4)
}

.v10-sitecore-container .text-indigo-500\/5 {
    color: rgba(99, 102, 241, .05)
}

.v10-sitecore-container .text-indigo-500\/50 {
    color: rgba(99, 102, 241, .5)
}

.v10-sitecore-container .text-indigo-500\/60 {
    color: rgba(99, 102, 241, .6)
}

.v10-sitecore-container .text-indigo-500\/70 {
    color: rgba(99, 102, 241, .7)
}

.v10-sitecore-container .text-indigo-500\/75 {
    color: rgba(99, 102, 241, .75)
}

.v10-sitecore-container .text-indigo-500\/80 {
    color: rgba(99, 102, 241, .8)
}

.v10-sitecore-container .text-indigo-500\/90 {
    color: rgba(99, 102, 241, .9)
}

.v10-sitecore-container .text-indigo-500\/95 {
    color: rgba(99, 102, 241, .95)
}

.v10-sitecore-container .text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgb(79 70 229/var(--tw-text-opacity))
}

.v10-sitecore-container .text-indigo-600\/0 {
    color: rgba(79, 70, 229, 0)
}

.v10-sitecore-container .text-indigo-600\/10 {
    color: rgba(79, 70, 229, .1)
}

.v10-sitecore-container .text-indigo-600\/100 {
    color: #4f46e5
}

.v10-sitecore-container .text-indigo-600\/20 {
    color: rgba(79, 70, 229, .2)
}

.v10-sitecore-container .text-indigo-600\/25 {
    color: rgba(79, 70, 229, .25)
}

.v10-sitecore-container .text-indigo-600\/30 {
    color: rgba(79, 70, 229, .3)
}

.v10-sitecore-container .text-indigo-600\/40 {
    color: rgba(79, 70, 229, .4)
}

.v10-sitecore-container .text-indigo-600\/5 {
    color: rgba(79, 70, 229, .05)
}

.v10-sitecore-container .text-indigo-600\/50 {
    color: rgba(79, 70, 229, .5)
}

.v10-sitecore-container .text-indigo-600\/60 {
    color: rgba(79, 70, 229, .6)
}

.v10-sitecore-container .text-indigo-600\/70 {
    color: rgba(79, 70, 229, .7)
}

.v10-sitecore-container .text-indigo-600\/75 {
    color: rgba(79, 70, 229, .75)
}

.v10-sitecore-container .text-indigo-600\/80 {
    color: rgba(79, 70, 229, .8)
}

.v10-sitecore-container .text-indigo-600\/90 {
    color: rgba(79, 70, 229, .9)
}

.v10-sitecore-container .text-indigo-600\/95 {
    color: rgba(79, 70, 229, .95)
}

.v10-sitecore-container .text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgb(67 56 202/var(--tw-text-opacity))
}

.v10-sitecore-container .text-indigo-700\/0 {
    color: rgba(67, 56, 202, 0)
}

.v10-sitecore-container .text-indigo-700\/10 {
    color: rgba(67, 56, 202, .1)
}

.v10-sitecore-container .text-indigo-700\/100 {
    color: #4338ca
}

.v10-sitecore-container .text-indigo-700\/20 {
    color: rgba(67, 56, 202, .2)
}

.v10-sitecore-container .text-indigo-700\/25 {
    color: rgba(67, 56, 202, .25)
}

.v10-sitecore-container .text-indigo-700\/30 {
    color: rgba(67, 56, 202, .3)
}

.v10-sitecore-container .text-indigo-700\/40 {
    color: rgba(67, 56, 202, .4)
}

.v10-sitecore-container .text-indigo-700\/5 {
    color: rgba(67, 56, 202, .05)
}

.v10-sitecore-container .text-indigo-700\/50 {
    color: rgba(67, 56, 202, .5)
}

.v10-sitecore-container .text-indigo-700\/60 {
    color: rgba(67, 56, 202, .6)
}

.v10-sitecore-container .text-indigo-700\/70 {
    color: rgba(67, 56, 202, .7)
}

.v10-sitecore-container .text-indigo-700\/75 {
    color: rgba(67, 56, 202, .75)
}

.v10-sitecore-container .text-indigo-700\/80 {
    color: rgba(67, 56, 202, .8)
}

.v10-sitecore-container .text-indigo-700\/90 {
    color: rgba(67, 56, 202, .9)
}

.v10-sitecore-container .text-indigo-700\/95 {
    color: rgba(67, 56, 202, .95)
}

.v10-sitecore-container .text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgb(55 48 163/var(--tw-text-opacity))
}

.v10-sitecore-container .text-indigo-800\/0 {
    color: rgba(55, 48, 163, 0)
}

.v10-sitecore-container .text-indigo-800\/10 {
    color: rgba(55, 48, 163, .1)
}

.v10-sitecore-container .text-indigo-800\/100 {
    color: #3730a3
}

.v10-sitecore-container .text-indigo-800\/20 {
    color: rgba(55, 48, 163, .2)
}

.v10-sitecore-container .text-indigo-800\/25 {
    color: rgba(55, 48, 163, .25)
}

.v10-sitecore-container .text-indigo-800\/30 {
    color: rgba(55, 48, 163, .3)
}

.v10-sitecore-container .text-indigo-800\/40 {
    color: rgba(55, 48, 163, .4)
}

.v10-sitecore-container .text-indigo-800\/5 {
    color: rgba(55, 48, 163, .05)
}

.v10-sitecore-container .text-indigo-800\/50 {
    color: rgba(55, 48, 163, .5)
}

.v10-sitecore-container .text-indigo-800\/60 {
    color: rgba(55, 48, 163, .6)
}

.v10-sitecore-container .text-indigo-800\/70 {
    color: rgba(55, 48, 163, .7)
}

.v10-sitecore-container .text-indigo-800\/75 {
    color: rgba(55, 48, 163, .75)
}

.v10-sitecore-container .text-indigo-800\/80 {
    color: rgba(55, 48, 163, .8)
}

.v10-sitecore-container .text-indigo-800\/90 {
    color: rgba(55, 48, 163, .9)
}

.v10-sitecore-container .text-indigo-800\/95 {
    color: rgba(55, 48, 163, .95)
}

.v10-sitecore-container .text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgb(49 46 129/var(--tw-text-opacity))
}

.v10-sitecore-container .text-indigo-900\/0 {
    color: rgba(49, 46, 129, 0)
}

.v10-sitecore-container .text-indigo-900\/10 {
    color: rgba(49, 46, 129, .1)
}

.v10-sitecore-container .text-indigo-900\/100 {
    color: #312e81
}

.v10-sitecore-container .text-indigo-900\/20 {
    color: rgba(49, 46, 129, .2)
}

.v10-sitecore-container .text-indigo-900\/25 {
    color: rgba(49, 46, 129, .25)
}

.v10-sitecore-container .text-indigo-900\/30 {
    color: rgba(49, 46, 129, .3)
}

.v10-sitecore-container .text-indigo-900\/40 {
    color: rgba(49, 46, 129, .4)
}

.v10-sitecore-container .text-indigo-900\/5 {
    color: rgba(49, 46, 129, .05)
}

.v10-sitecore-container .text-indigo-900\/50 {
    color: rgba(49, 46, 129, .5)
}

.v10-sitecore-container .text-indigo-900\/60 {
    color: rgba(49, 46, 129, .6)
}

.v10-sitecore-container .text-indigo-900\/70 {
    color: rgba(49, 46, 129, .7)
}

.v10-sitecore-container .text-indigo-900\/75 {
    color: rgba(49, 46, 129, .75)
}

.v10-sitecore-container .text-indigo-900\/80 {
    color: rgba(49, 46, 129, .8)
}

.v10-sitecore-container .text-indigo-900\/90 {
    color: rgba(49, 46, 129, .9)
}

.v10-sitecore-container .text-indigo-900\/95 {
    color: rgba(49, 46, 129, .95)
}

.v10-sitecore-container .text-indigo-950 {
    --tw-text-opacity: 1;
    color: rgb(30 27 75/var(--tw-text-opacity))
}

.v10-sitecore-container .text-indigo-950\/0 {
    color: rgba(30, 27, 75, 0)
}

.v10-sitecore-container .text-indigo-950\/10 {
    color: rgba(30, 27, 75, .1)
}

.v10-sitecore-container .text-indigo-950\/100 {
    color: #1e1b4b
}

.v10-sitecore-container .text-indigo-950\/20 {
    color: rgba(30, 27, 75, .2)
}

.v10-sitecore-container .text-indigo-950\/25 {
    color: rgba(30, 27, 75, .25)
}

.v10-sitecore-container .text-indigo-950\/30 {
    color: rgba(30, 27, 75, .3)
}

.v10-sitecore-container .text-indigo-950\/40 {
    color: rgba(30, 27, 75, .4)
}

.v10-sitecore-container .text-indigo-950\/5 {
    color: rgba(30, 27, 75, .05)
}

.v10-sitecore-container .text-indigo-950\/50 {
    color: rgba(30, 27, 75, .5)
}

.v10-sitecore-container .text-indigo-950\/60 {
    color: rgba(30, 27, 75, .6)
}

.v10-sitecore-container .text-indigo-950\/70 {
    color: rgba(30, 27, 75, .7)
}

.v10-sitecore-container .text-indigo-950\/75 {
    color: rgba(30, 27, 75, .75)
}

.v10-sitecore-container .text-indigo-950\/80 {
    color: rgba(30, 27, 75, .8)
}

.v10-sitecore-container .text-indigo-950\/90 {
    color: rgba(30, 27, 75, .9)
}

.v10-sitecore-container .text-indigo-950\/95 {
    color: rgba(30, 27, 75, .95)
}

.v10-sitecore-container .text-inherit {
    color: inherit
}

.v10-sitecore-container .text-isc2-green {
    --tw-text-opacity: 1;
    color: rgb(70 129 69/var(--tw-text-opacity))
}

.v10-sitecore-container .text-isc2-green\/0 {
    color: rgba(70, 129, 69, 0)
}

.v10-sitecore-container .text-isc2-green\/10 {
    color: rgba(70, 129, 69, .1)
}

.v10-sitecore-container .text-isc2-green\/100 {
    color: #468145
}

.v10-sitecore-container .text-isc2-green\/20 {
    color: rgba(70, 129, 69, .2)
}

.v10-sitecore-container .text-isc2-green\/25 {
    color: rgba(70, 129, 69, .25)
}

.v10-sitecore-container .text-isc2-green\/30 {
    color: rgba(70, 129, 69, .3)
}

.v10-sitecore-container .text-isc2-green\/40 {
    color: rgba(70, 129, 69, .4)
}

.v10-sitecore-container .text-isc2-green\/5 {
    color: rgba(70, 129, 69, .05)
}

.v10-sitecore-container .text-isc2-green\/50 {
    color: rgba(70, 129, 69, .5)
}

.v10-sitecore-container .text-isc2-green\/60 {
    color: rgba(70, 129, 69, .6)
}

.v10-sitecore-container .text-isc2-green\/70 {
    color: rgba(70, 129, 69, .7)
}

.v10-sitecore-container .text-isc2-green\/75 {
    color: rgba(70, 129, 69, .75)
}

.v10-sitecore-container .text-isc2-green\/80 {
    color: rgba(70, 129, 69, .8)
}

.v10-sitecore-container .text-isc2-green\/90 {
    color: rgba(70, 129, 69, .9)
}

.v10-sitecore-container .text-isc2-green\/95 {
    color: rgba(70, 129, 69, .95)
}

.v10-sitecore-container .text-lime {
    --tw-text-opacity: 1;
    color: rgb(154 194 60/var(--tw-text-opacity))
}

.v10-sitecore-container .text-lime\/0 {
    color: rgba(154, 194, 60, 0)
}

.v10-sitecore-container .text-lime\/10 {
    color: rgba(154, 194, 60, .1)
}

.v10-sitecore-container .text-lime\/100 {
    color: #9ac23c
}

.v10-sitecore-container .text-lime\/20 {
    color: rgba(154, 194, 60, .2)
}

.v10-sitecore-container .text-lime\/25 {
    color: rgba(154, 194, 60, .25)
}

.v10-sitecore-container .text-lime\/30 {
    color: rgba(154, 194, 60, .3)
}

.v10-sitecore-container .text-lime\/40 {
    color: rgba(154, 194, 60, .4)
}

.v10-sitecore-container .text-lime\/5 {
    color: rgba(154, 194, 60, .05)
}

.v10-sitecore-container .text-lime\/50 {
    color: rgba(154, 194, 60, .5)
}

.v10-sitecore-container .text-lime\/60 {
    color: rgba(154, 194, 60, .6)
}

.v10-sitecore-container .text-lime\/70 {
    color: rgba(154, 194, 60, .7)
}

.v10-sitecore-container .text-lime\/75 {
    color: rgba(154, 194, 60, .75)
}

.v10-sitecore-container .text-lime\/80 {
    color: rgba(154, 194, 60, .8)
}

.v10-sitecore-container .text-lime\/90 {
    color: rgba(154, 194, 60, .9)
}

.v10-sitecore-container .text-lime\/95 {
    color: rgba(154, 194, 60, .95)
}

.v10-sitecore-container .text-link-blue {
    --tw-text-opacity: 1;
    color: rgb(35 125 182/var(--tw-text-opacity))
}

.v10-sitecore-container .text-link-blue\/0 {
    color: rgba(35, 125, 182, 0)
}

.v10-sitecore-container .text-link-blue\/10 {
    color: rgba(35, 125, 182, .1)
}

.v10-sitecore-container .text-link-blue\/100 {
    color: #237db6
}

.v10-sitecore-container .text-link-blue\/20 {
    color: rgba(35, 125, 182, .2)
}

.v10-sitecore-container .text-link-blue\/25 {
    color: rgba(35, 125, 182, .25)
}

.v10-sitecore-container .text-link-blue\/30 {
    color: rgba(35, 125, 182, .3)
}

.v10-sitecore-container .text-link-blue\/40 {
    color: rgba(35, 125, 182, .4)
}

.v10-sitecore-container .text-link-blue\/5 {
    color: rgba(35, 125, 182, .05)
}

.v10-sitecore-container .text-link-blue\/50 {
    color: rgba(35, 125, 182, .5)
}

.v10-sitecore-container .text-link-blue\/60 {
    color: rgba(35, 125, 182, .6)
}

.v10-sitecore-container .text-link-blue\/70 {
    color: rgba(35, 125, 182, .7)
}

.v10-sitecore-container .text-link-blue\/75 {
    color: rgba(35, 125, 182, .75)
}

.v10-sitecore-container .text-link-blue\/80 {
    color: rgba(35, 125, 182, .8)
}

.v10-sitecore-container .text-link-blue\/90 {
    color: rgba(35, 125, 182, .9)
}

.v10-sitecore-container .text-link-blue\/95 {
    color: rgba(35, 125, 182, .95)
}

.v10-sitecore-container .text-neutral-100 {
    --tw-text-opacity: 1;
    color: rgb(245 245 245/var(--tw-text-opacity))
}

.v10-sitecore-container .text-neutral-100\/0 {
    color: hsla(0, 0%, 96%, 0)
}

.v10-sitecore-container .text-neutral-100\/10 {
    color: hsla(0, 0%, 96%, .1)
}

.v10-sitecore-container .text-neutral-100\/100 {
    color: #f5f5f5
}

.v10-sitecore-container .text-neutral-100\/20 {
    color: hsla(0, 0%, 96%, .2)
}

.v10-sitecore-container .text-neutral-100\/25 {
    color: hsla(0, 0%, 96%, .25)
}

.v10-sitecore-container .text-neutral-100\/30 {
    color: hsla(0, 0%, 96%, .3)
}

.v10-sitecore-container .text-neutral-100\/40 {
    color: hsla(0, 0%, 96%, .4)
}

.v10-sitecore-container .text-neutral-100\/5 {
    color: hsla(0, 0%, 96%, .05)
}

.v10-sitecore-container .text-neutral-100\/50 {
    color: hsla(0, 0%, 96%, .5)
}

.v10-sitecore-container .text-neutral-100\/60 {
    color: hsla(0, 0%, 96%, .6)
}

.v10-sitecore-container .text-neutral-100\/70 {
    color: hsla(0, 0%, 96%, .7)
}

.v10-sitecore-container .text-neutral-100\/75 {
    color: hsla(0, 0%, 96%, .75)
}

.v10-sitecore-container .text-neutral-100\/80 {
    color: hsla(0, 0%, 96%, .8)
}

.v10-sitecore-container .text-neutral-100\/90 {
    color: hsla(0, 0%, 96%, .9)
}

.v10-sitecore-container .text-neutral-100\/95 {
    color: hsla(0, 0%, 96%, .95)
}

.v10-sitecore-container .text-neutral-200 {
    --tw-text-opacity: 1;
    color: rgb(229 229 229/var(--tw-text-opacity))
}

.v10-sitecore-container .text-neutral-200\/0 {
    color: hsla(0, 0%, 90%, 0)
}

.v10-sitecore-container .text-neutral-200\/10 {
    color: hsla(0, 0%, 90%, .1)
}

.v10-sitecore-container .text-neutral-200\/100 {
    color: #e5e5e5
}

.v10-sitecore-container .text-neutral-200\/20 {
    color: hsla(0, 0%, 90%, .2)
}

.v10-sitecore-container .text-neutral-200\/25 {
    color: hsla(0, 0%, 90%, .25)
}

.v10-sitecore-container .text-neutral-200\/30 {
    color: hsla(0, 0%, 90%, .3)
}

.v10-sitecore-container .text-neutral-200\/40 {
    color: hsla(0, 0%, 90%, .4)
}

.v10-sitecore-container .text-neutral-200\/5 {
    color: hsla(0, 0%, 90%, .05)
}

.v10-sitecore-container .text-neutral-200\/50 {
    color: hsla(0, 0%, 90%, .5)
}

.v10-sitecore-container .text-neutral-200\/60 {
    color: hsla(0, 0%, 90%, .6)
}

.v10-sitecore-container .text-neutral-200\/70 {
    color: hsla(0, 0%, 90%, .7)
}

.v10-sitecore-container .text-neutral-200\/75 {
    color: hsla(0, 0%, 90%, .75)
}

.v10-sitecore-container .text-neutral-200\/80 {
    color: hsla(0, 0%, 90%, .8)
}

.v10-sitecore-container .text-neutral-200\/90 {
    color: hsla(0, 0%, 90%, .9)
}

.v10-sitecore-container .text-neutral-200\/95 {
    color: hsla(0, 0%, 90%, .95)
}

.v10-sitecore-container .text-neutral-300 {
    --tw-text-opacity: 1;
    color: rgb(212 212 212/var(--tw-text-opacity))
}

.v10-sitecore-container .text-neutral-300\/0 {
    color: hsla(0, 0%, 83%, 0)
}

.v10-sitecore-container .text-neutral-300\/10 {
    color: hsla(0, 0%, 83%, .1)
}

.v10-sitecore-container .text-neutral-300\/100 {
    color: #d4d4d4
}

.v10-sitecore-container .text-neutral-300\/20 {
    color: hsla(0, 0%, 83%, .2)
}

.v10-sitecore-container .text-neutral-300\/25 {
    color: hsla(0, 0%, 83%, .25)
}

.v10-sitecore-container .text-neutral-300\/30 {
    color: hsla(0, 0%, 83%, .3)
}

.v10-sitecore-container .text-neutral-300\/40 {
    color: hsla(0, 0%, 83%, .4)
}

.v10-sitecore-container .text-neutral-300\/5 {
    color: hsla(0, 0%, 83%, .05)
}

.v10-sitecore-container .text-neutral-300\/50 {
    color: hsla(0, 0%, 83%, .5)
}

.v10-sitecore-container .text-neutral-300\/60 {
    color: hsla(0, 0%, 83%, .6)
}

.v10-sitecore-container .text-neutral-300\/70 {
    color: hsla(0, 0%, 83%, .7)
}

.v10-sitecore-container .text-neutral-300\/75 {
    color: hsla(0, 0%, 83%, .75)
}

.v10-sitecore-container .text-neutral-300\/80 {
    color: hsla(0, 0%, 83%, .8)
}

.v10-sitecore-container .text-neutral-300\/90 {
    color: hsla(0, 0%, 83%, .9)
}

.v10-sitecore-container .text-neutral-300\/95 {
    color: hsla(0, 0%, 83%, .95)
}

.v10-sitecore-container .text-neutral-400 {
    --tw-text-opacity: 1;
    color: rgb(163 163 163/var(--tw-text-opacity))
}

.v10-sitecore-container .text-neutral-400\/0 {
    color: hsla(0, 0%, 64%, 0)
}

.v10-sitecore-container .text-neutral-400\/10 {
    color: hsla(0, 0%, 64%, .1)
}

.v10-sitecore-container .text-neutral-400\/100 {
    color: #a3a3a3
}

.v10-sitecore-container .text-neutral-400\/20 {
    color: hsla(0, 0%, 64%, .2)
}

.v10-sitecore-container .text-neutral-400\/25 {
    color: hsla(0, 0%, 64%, .25)
}

.v10-sitecore-container .text-neutral-400\/30 {
    color: hsla(0, 0%, 64%, .3)
}

.v10-sitecore-container .text-neutral-400\/40 {
    color: hsla(0, 0%, 64%, .4)
}

.v10-sitecore-container .text-neutral-400\/5 {
    color: hsla(0, 0%, 64%, .05)
}

.v10-sitecore-container .text-neutral-400\/50 {
    color: hsla(0, 0%, 64%, .5)
}

.v10-sitecore-container .text-neutral-400\/60 {
    color: hsla(0, 0%, 64%, .6)
}

.v10-sitecore-container .text-neutral-400\/70 {
    color: hsla(0, 0%, 64%, .7)
}

.v10-sitecore-container .text-neutral-400\/75 {
    color: hsla(0, 0%, 64%, .75)
}

.v10-sitecore-container .text-neutral-400\/80 {
    color: hsla(0, 0%, 64%, .8)
}

.v10-sitecore-container .text-neutral-400\/90 {
    color: hsla(0, 0%, 64%, .9)
}

.v10-sitecore-container .text-neutral-400\/95 {
    color: hsla(0, 0%, 64%, .95)
}

.v10-sitecore-container .text-neutral-50 {
    --tw-text-opacity: 1;
    color: rgb(250 250 250/var(--tw-text-opacity))
}

.v10-sitecore-container .text-neutral-50\/0 {
    color: hsla(0, 0%, 98%, 0)
}

.v10-sitecore-container .text-neutral-50\/10 {
    color: hsla(0, 0%, 98%, .1)
}

.v10-sitecore-container .text-neutral-50\/100 {
    color: #fafafa
}

.v10-sitecore-container .text-neutral-50\/20 {
    color: hsla(0, 0%, 98%, .2)
}

.v10-sitecore-container .text-neutral-50\/25 {
    color: hsla(0, 0%, 98%, .25)
}

.v10-sitecore-container .text-neutral-50\/30 {
    color: hsla(0, 0%, 98%, .3)
}

.v10-sitecore-container .text-neutral-50\/40 {
    color: hsla(0, 0%, 98%, .4)
}

.v10-sitecore-container .text-neutral-50\/5 {
    color: hsla(0, 0%, 98%, .05)
}

.v10-sitecore-container .text-neutral-50\/50 {
    color: hsla(0, 0%, 98%, .5)
}

.v10-sitecore-container .text-neutral-50\/60 {
    color: hsla(0, 0%, 98%, .6)
}

.v10-sitecore-container .text-neutral-50\/70 {
    color: hsla(0, 0%, 98%, .7)
}

.v10-sitecore-container .text-neutral-50\/75 {
    color: hsla(0, 0%, 98%, .75)
}

.v10-sitecore-container .text-neutral-50\/80 {
    color: hsla(0, 0%, 98%, .8)
}

.v10-sitecore-container .text-neutral-50\/90 {
    color: hsla(0, 0%, 98%, .9)
}

.v10-sitecore-container .text-neutral-50\/95 {
    color: hsla(0, 0%, 98%, .95)
}

.v10-sitecore-container .text-neutral-500 {
    --tw-text-opacity: 1;
    color: rgb(115 115 115/var(--tw-text-opacity))
}

.v10-sitecore-container .text-neutral-500\/0 {
    color: hsla(0, 0%, 45%, 0)
}

.v10-sitecore-container .text-neutral-500\/10 {
    color: hsla(0, 0%, 45%, .1)
}

.v10-sitecore-container .text-neutral-500\/100 {
    color: #737373
}

.v10-sitecore-container .text-neutral-500\/20 {
    color: hsla(0, 0%, 45%, .2)
}

.v10-sitecore-container .text-neutral-500\/25 {
    color: hsla(0, 0%, 45%, .25)
}

.v10-sitecore-container .text-neutral-500\/30 {
    color: hsla(0, 0%, 45%, .3)
}

.v10-sitecore-container .text-neutral-500\/40 {
    color: hsla(0, 0%, 45%, .4)
}

.v10-sitecore-container .text-neutral-500\/5 {
    color: hsla(0, 0%, 45%, .05)
}

.v10-sitecore-container .text-neutral-500\/50 {
    color: hsla(0, 0%, 45%, .5)
}

.v10-sitecore-container .text-neutral-500\/60 {
    color: hsla(0, 0%, 45%, .6)
}

.v10-sitecore-container .text-neutral-500\/70 {
    color: hsla(0, 0%, 45%, .7)
}

.v10-sitecore-container .text-neutral-500\/75 {
    color: hsla(0, 0%, 45%, .75)
}

.v10-sitecore-container .text-neutral-500\/80 {
    color: hsla(0, 0%, 45%, .8)
}

.v10-sitecore-container .text-neutral-500\/90 {
    color: hsla(0, 0%, 45%, .9)
}

.v10-sitecore-container .text-neutral-500\/95 {
    color: hsla(0, 0%, 45%, .95)
}

.v10-sitecore-container .text-neutral-600 {
    --tw-text-opacity: 1;
    color: rgb(82 82 82/var(--tw-text-opacity))
}

.v10-sitecore-container .text-neutral-600\/0 {
    color: rgba(82, 82, 82, 0)
}

.v10-sitecore-container .text-neutral-600\/10 {
    color: rgba(82, 82, 82, .1)
}

.v10-sitecore-container .text-neutral-600\/100 {
    color: #525252
}

.v10-sitecore-container .text-neutral-600\/20 {
    color: rgba(82, 82, 82, .2)
}

.v10-sitecore-container .text-neutral-600\/25 {
    color: rgba(82, 82, 82, .25)
}

.v10-sitecore-container .text-neutral-600\/30 {
    color: rgba(82, 82, 82, .3)
}

.v10-sitecore-container .text-neutral-600\/40 {
    color: rgba(82, 82, 82, .4)
}

.v10-sitecore-container .text-neutral-600\/5 {
    color: rgba(82, 82, 82, .05)
}

.v10-sitecore-container .text-neutral-600\/50 {
    color: rgba(82, 82, 82, .5)
}

.v10-sitecore-container .text-neutral-600\/60 {
    color: rgba(82, 82, 82, .6)
}

.v10-sitecore-container .text-neutral-600\/70 {
    color: rgba(82, 82, 82, .7)
}

.v10-sitecore-container .text-neutral-600\/75 {
    color: rgba(82, 82, 82, .75)
}

.v10-sitecore-container .text-neutral-600\/80 {
    color: rgba(82, 82, 82, .8)
}

.v10-sitecore-container .text-neutral-600\/90 {
    color: rgba(82, 82, 82, .9)
}

.v10-sitecore-container .text-neutral-600\/95 {
    color: rgba(82, 82, 82, .95)
}

.v10-sitecore-container .text-neutral-700 {
    --tw-text-opacity: 1;
    color: rgb(64 64 64/var(--tw-text-opacity))
}

.v10-sitecore-container .text-neutral-700\/0 {
    color: rgba(64, 64, 64, 0)
}

.v10-sitecore-container .text-neutral-700\/10 {
    color: rgba(64, 64, 64, .1)
}

.v10-sitecore-container .text-neutral-700\/100 {
    color: #404040
}

.v10-sitecore-container .text-neutral-700\/20 {
    color: rgba(64, 64, 64, .2)
}

.v10-sitecore-container .text-neutral-700\/25 {
    color: rgba(64, 64, 64, .25)
}

.v10-sitecore-container .text-neutral-700\/30 {
    color: rgba(64, 64, 64, .3)
}

.v10-sitecore-container .text-neutral-700\/40 {
    color: rgba(64, 64, 64, .4)
}

.v10-sitecore-container .text-neutral-700\/5 {
    color: rgba(64, 64, 64, .05)
}

.v10-sitecore-container .text-neutral-700\/50 {
    color: rgba(64, 64, 64, .5)
}

.v10-sitecore-container .text-neutral-700\/60 {
    color: rgba(64, 64, 64, .6)
}

.v10-sitecore-container .text-neutral-700\/70 {
    color: rgba(64, 64, 64, .7)
}

.v10-sitecore-container .text-neutral-700\/75 {
    color: rgba(64, 64, 64, .75)
}

.v10-sitecore-container .text-neutral-700\/80 {
    color: rgba(64, 64, 64, .8)
}

.v10-sitecore-container .text-neutral-700\/90 {
    color: rgba(64, 64, 64, .9)
}

.v10-sitecore-container .text-neutral-700\/95 {
    color: rgba(64, 64, 64, .95)
}

.v10-sitecore-container .text-neutral-800 {
    --tw-text-opacity: 1;
    color: rgb(38 38 38/var(--tw-text-opacity))
}

.v10-sitecore-container .text-neutral-800\/0 {
    color: rgba(38, 38, 38, 0)
}

.v10-sitecore-container .text-neutral-800\/10 {
    color: rgba(38, 38, 38, .1)
}

.v10-sitecore-container .text-neutral-800\/100 {
    color: #262626
}

.v10-sitecore-container .text-neutral-800\/20 {
    color: rgba(38, 38, 38, .2)
}

.v10-sitecore-container .text-neutral-800\/25 {
    color: rgba(38, 38, 38, .25)
}

.v10-sitecore-container .text-neutral-800\/30 {
    color: rgba(38, 38, 38, .3)
}

.v10-sitecore-container .text-neutral-800\/40 {
    color: rgba(38, 38, 38, .4)
}

.v10-sitecore-container .text-neutral-800\/5 {
    color: rgba(38, 38, 38, .05)
}

.v10-sitecore-container .text-neutral-800\/50 {
    color: rgba(38, 38, 38, .5)
}

.v10-sitecore-container .text-neutral-800\/60 {
    color: rgba(38, 38, 38, .6)
}

.v10-sitecore-container .text-neutral-800\/70 {
    color: rgba(38, 38, 38, .7)
}

.v10-sitecore-container .text-neutral-800\/75 {
    color: rgba(38, 38, 38, .75)
}

.v10-sitecore-container .text-neutral-800\/80 {
    color: rgba(38, 38, 38, .8)
}

.v10-sitecore-container .text-neutral-800\/90 {
    color: rgba(38, 38, 38, .9)
}

.v10-sitecore-container .text-neutral-800\/95 {
    color: rgba(38, 38, 38, .95)
}

.v10-sitecore-container .text-neutral-900 {
    --tw-text-opacity: 1;
    color: rgb(23 23 23/var(--tw-text-opacity))
}

.v10-sitecore-container .text-neutral-900\/0 {
    color: hsla(0, 0%, 9%, 0)
}

.v10-sitecore-container .text-neutral-900\/10 {
    color: hsla(0, 0%, 9%, .1)
}

.v10-sitecore-container .text-neutral-900\/100 {
    color: #171717
}

.v10-sitecore-container .text-neutral-900\/20 {
    color: hsla(0, 0%, 9%, .2)
}

.v10-sitecore-container .text-neutral-900\/25 {
    color: hsla(0, 0%, 9%, .25)
}

.v10-sitecore-container .text-neutral-900\/30 {
    color: hsla(0, 0%, 9%, .3)
}

.v10-sitecore-container .text-neutral-900\/40 {
    color: hsla(0, 0%, 9%, .4)
}

.v10-sitecore-container .text-neutral-900\/5 {
    color: hsla(0, 0%, 9%, .05)
}

.v10-sitecore-container .text-neutral-900\/50 {
    color: hsla(0, 0%, 9%, .5)
}

.v10-sitecore-container .text-neutral-900\/60 {
    color: hsla(0, 0%, 9%, .6)
}

.v10-sitecore-container .text-neutral-900\/70 {
    color: hsla(0, 0%, 9%, .7)
}

.v10-sitecore-container .text-neutral-900\/75 {
    color: hsla(0, 0%, 9%, .75)
}

.v10-sitecore-container .text-neutral-900\/80 {
    color: hsla(0, 0%, 9%, .8)
}

.v10-sitecore-container .text-neutral-900\/90 {
    color: hsla(0, 0%, 9%, .9)
}

.v10-sitecore-container .text-neutral-900\/95 {
    color: hsla(0, 0%, 9%, .95)
}

.v10-sitecore-container .text-neutral-950 {
    --tw-text-opacity: 1;
    color: rgb(10 10 10/var(--tw-text-opacity))
}

.v10-sitecore-container .text-neutral-950\/0 {
    color: hsla(0, 0%, 4%, 0)
}

.v10-sitecore-container .text-neutral-950\/10 {
    color: hsla(0, 0%, 4%, .1)
}

.v10-sitecore-container .text-neutral-950\/100 {
    color: #0a0a0a
}

.v10-sitecore-container .text-neutral-950\/20 {
    color: hsla(0, 0%, 4%, .2)
}

.v10-sitecore-container .text-neutral-950\/25 {
    color: hsla(0, 0%, 4%, .25)
}

.v10-sitecore-container .text-neutral-950\/30 {
    color: hsla(0, 0%, 4%, .3)
}

.v10-sitecore-container .text-neutral-950\/40 {
    color: hsla(0, 0%, 4%, .4)
}

.v10-sitecore-container .text-neutral-950\/5 {
    color: hsla(0, 0%, 4%, .05)
}

.v10-sitecore-container .text-neutral-950\/50 {
    color: hsla(0, 0%, 4%, .5)
}

.v10-sitecore-container .text-neutral-950\/60 {
    color: hsla(0, 0%, 4%, .6)
}

.v10-sitecore-container .text-neutral-950\/70 {
    color: hsla(0, 0%, 4%, .7)
}

.v10-sitecore-container .text-neutral-950\/75 {
    color: hsla(0, 0%, 4%, .75)
}

.v10-sitecore-container .text-neutral-950\/80 {
    color: hsla(0, 0%, 4%, .8)
}

.v10-sitecore-container .text-neutral-950\/90 {
    color: hsla(0, 0%, 4%, .9)
}

.v10-sitecore-container .text-neutral-950\/95 {
    color: hsla(0, 0%, 4%, .95)
}

.v10-sitecore-container .text-orange-100 {
    --tw-text-opacity: 1;
    color: rgb(255 237 213/var(--tw-text-opacity))
}

.v10-sitecore-container .text-orange-100\/0 {
    color: rgba(255, 237, 213, 0)
}

.v10-sitecore-container .text-orange-100\/10 {
    color: rgba(255, 237, 213, .1)
}

.v10-sitecore-container .text-orange-100\/100 {
    color: #ffedd5
}

.v10-sitecore-container .text-orange-100\/20 {
    color: rgba(255, 237, 213, .2)
}

.v10-sitecore-container .text-orange-100\/25 {
    color: rgba(255, 237, 213, .25)
}

.v10-sitecore-container .text-orange-100\/30 {
    color: rgba(255, 237, 213, .3)
}

.v10-sitecore-container .text-orange-100\/40 {
    color: rgba(255, 237, 213, .4)
}

.v10-sitecore-container .text-orange-100\/5 {
    color: rgba(255, 237, 213, .05)
}

.v10-sitecore-container .text-orange-100\/50 {
    color: rgba(255, 237, 213, .5)
}

.v10-sitecore-container .text-orange-100\/60 {
    color: rgba(255, 237, 213, .6)
}

.v10-sitecore-container .text-orange-100\/70 {
    color: rgba(255, 237, 213, .7)
}

.v10-sitecore-container .text-orange-100\/75 {
    color: rgba(255, 237, 213, .75)
}

.v10-sitecore-container .text-orange-100\/80 {
    color: rgba(255, 237, 213, .8)
}

.v10-sitecore-container .text-orange-100\/90 {
    color: rgba(255, 237, 213, .9)
}

.v10-sitecore-container .text-orange-100\/95 {
    color: rgba(255, 237, 213, .95)
}

.v10-sitecore-container .text-orange-200 {
    --tw-text-opacity: 1;
    color: rgb(254 215 170/var(--tw-text-opacity))
}

.v10-sitecore-container .text-orange-200\/0 {
    color: hsla(32, 98%, 83%, 0)
}

.v10-sitecore-container .text-orange-200\/10 {
    color: hsla(32, 98%, 83%, .1)
}

.v10-sitecore-container .text-orange-200\/100 {
    color: #fed7aa
}

.v10-sitecore-container .text-orange-200\/20 {
    color: hsla(32, 98%, 83%, .2)
}

.v10-sitecore-container .text-orange-200\/25 {
    color: hsla(32, 98%, 83%, .25)
}

.v10-sitecore-container .text-orange-200\/30 {
    color: hsla(32, 98%, 83%, .3)
}

.v10-sitecore-container .text-orange-200\/40 {
    color: hsla(32, 98%, 83%, .4)
}

.v10-sitecore-container .text-orange-200\/5 {
    color: hsla(32, 98%, 83%, .05)
}

.v10-sitecore-container .text-orange-200\/50 {
    color: hsla(32, 98%, 83%, .5)
}

.v10-sitecore-container .text-orange-200\/60 {
    color: hsla(32, 98%, 83%, .6)
}

.v10-sitecore-container .text-orange-200\/70 {
    color: hsla(32, 98%, 83%, .7)
}

.v10-sitecore-container .text-orange-200\/75 {
    color: hsla(32, 98%, 83%, .75)
}

.v10-sitecore-container .text-orange-200\/80 {
    color: hsla(32, 98%, 83%, .8)
}

.v10-sitecore-container .text-orange-200\/90 {
    color: hsla(32, 98%, 83%, .9)
}

.v10-sitecore-container .text-orange-200\/95 {
    color: hsla(32, 98%, 83%, .95)
}

.v10-sitecore-container .text-orange-300 {
    --tw-text-opacity: 1;
    color: rgb(253 186 116/var(--tw-text-opacity))
}

.v10-sitecore-container .text-orange-300\/0 {
    color: hsla(31, 97%, 72%, 0)
}

.v10-sitecore-container .text-orange-300\/10 {
    color: hsla(31, 97%, 72%, .1)
}

.v10-sitecore-container .text-orange-300\/100 {
    color: #fdba74
}

.v10-sitecore-container .text-orange-300\/20 {
    color: hsla(31, 97%, 72%, .2)
}

.v10-sitecore-container .text-orange-300\/25 {
    color: hsla(31, 97%, 72%, .25)
}

.v10-sitecore-container .text-orange-300\/30 {
    color: hsla(31, 97%, 72%, .3)
}

.v10-sitecore-container .text-orange-300\/40 {
    color: hsla(31, 97%, 72%, .4)
}

.v10-sitecore-container .text-orange-300\/5 {
    color: hsla(31, 97%, 72%, .05)
}

.v10-sitecore-container .text-orange-300\/50 {
    color: hsla(31, 97%, 72%, .5)
}

.v10-sitecore-container .text-orange-300\/60 {
    color: hsla(31, 97%, 72%, .6)
}

.v10-sitecore-container .text-orange-300\/70 {
    color: hsla(31, 97%, 72%, .7)
}

.v10-sitecore-container .text-orange-300\/75 {
    color: hsla(31, 97%, 72%, .75)
}

.v10-sitecore-container .text-orange-300\/80 {
    color: hsla(31, 97%, 72%, .8)
}

.v10-sitecore-container .text-orange-300\/90 {
    color: hsla(31, 97%, 72%, .9)
}

.v10-sitecore-container .text-orange-300\/95 {
    color: hsla(31, 97%, 72%, .95)
}

.v10-sitecore-container .text-orange-400 {
    --tw-text-opacity: 1;
    color: rgb(251 146 60/var(--tw-text-opacity))
}

.v10-sitecore-container .text-orange-400\/0 {
    color: rgba(251, 146, 60, 0)
}

.v10-sitecore-container .text-orange-400\/10 {
    color: rgba(251, 146, 60, .1)
}

.v10-sitecore-container .text-orange-400\/100 {
    color: #fb923c
}

.v10-sitecore-container .text-orange-400\/20 {
    color: rgba(251, 146, 60, .2)
}

.v10-sitecore-container .text-orange-400\/25 {
    color: rgba(251, 146, 60, .25)
}

.v10-sitecore-container .text-orange-400\/30 {
    color: rgba(251, 146, 60, .3)
}

.v10-sitecore-container .text-orange-400\/40 {
    color: rgba(251, 146, 60, .4)
}

.v10-sitecore-container .text-orange-400\/5 {
    color: rgba(251, 146, 60, .05)
}

.v10-sitecore-container .text-orange-400\/50 {
    color: rgba(251, 146, 60, .5)
}

.v10-sitecore-container .text-orange-400\/60 {
    color: rgba(251, 146, 60, .6)
}

.v10-sitecore-container .text-orange-400\/70 {
    color: rgba(251, 146, 60, .7)
}

.v10-sitecore-container .text-orange-400\/75 {
    color: rgba(251, 146, 60, .75)
}

.v10-sitecore-container .text-orange-400\/80 {
    color: rgba(251, 146, 60, .8)
}

.v10-sitecore-container .text-orange-400\/90 {
    color: rgba(251, 146, 60, .9)
}

.v10-sitecore-container .text-orange-400\/95 {
    color: rgba(251, 146, 60, .95)
}

.v10-sitecore-container .text-orange-50 {
    --tw-text-opacity: 1;
    color: rgb(255 247 237/var(--tw-text-opacity))
}

.v10-sitecore-container .text-orange-50\/0 {
    color: rgba(255, 247, 237, 0)
}

.v10-sitecore-container .text-orange-50\/10 {
    color: rgba(255, 247, 237, .1)
}

.v10-sitecore-container .text-orange-50\/100 {
    color: #fff7ed
}

.v10-sitecore-container .text-orange-50\/20 {
    color: rgba(255, 247, 237, .2)
}

.v10-sitecore-container .text-orange-50\/25 {
    color: rgba(255, 247, 237, .25)
}

.v10-sitecore-container .text-orange-50\/30 {
    color: rgba(255, 247, 237, .3)
}

.v10-sitecore-container .text-orange-50\/40 {
    color: rgba(255, 247, 237, .4)
}

.v10-sitecore-container .text-orange-50\/5 {
    color: rgba(255, 247, 237, .05)
}

.v10-sitecore-container .text-orange-50\/50 {
    color: rgba(255, 247, 237, .5)
}

.v10-sitecore-container .text-orange-50\/60 {
    color: rgba(255, 247, 237, .6)
}

.v10-sitecore-container .text-orange-50\/70 {
    color: rgba(255, 247, 237, .7)
}

.v10-sitecore-container .text-orange-50\/75 {
    color: rgba(255, 247, 237, .75)
}

.v10-sitecore-container .text-orange-50\/80 {
    color: rgba(255, 247, 237, .8)
}

.v10-sitecore-container .text-orange-50\/90 {
    color: rgba(255, 247, 237, .9)
}

.v10-sitecore-container .text-orange-50\/95 {
    color: rgba(255, 247, 237, .95)
}

.v10-sitecore-container .text-orange-500 {
    --tw-text-opacity: 1;
    color: rgb(249 115 22/var(--tw-text-opacity))
}

.v10-sitecore-container .text-orange-500\/0 {
    color: rgba(249, 115, 22, 0)
}

.v10-sitecore-container .text-orange-500\/10 {
    color: rgba(249, 115, 22, .1)
}

.v10-sitecore-container .text-orange-500\/100 {
    color: #f97316
}

.v10-sitecore-container .text-orange-500\/20 {
    color: rgba(249, 115, 22, .2)
}

.v10-sitecore-container .text-orange-500\/25 {
    color: rgba(249, 115, 22, .25)
}

.v10-sitecore-container .text-orange-500\/30 {
    color: rgba(249, 115, 22, .3)
}

.v10-sitecore-container .text-orange-500\/40 {
    color: rgba(249, 115, 22, .4)
}

.v10-sitecore-container .text-orange-500\/5 {
    color: rgba(249, 115, 22, .05)
}

.v10-sitecore-container .text-orange-500\/50 {
    color: rgba(249, 115, 22, .5)
}

.v10-sitecore-container .text-orange-500\/60 {
    color: rgba(249, 115, 22, .6)
}

.v10-sitecore-container .text-orange-500\/70 {
    color: rgba(249, 115, 22, .7)
}

.v10-sitecore-container .text-orange-500\/75 {
    color: rgba(249, 115, 22, .75)
}

.v10-sitecore-container .text-orange-500\/80 {
    color: rgba(249, 115, 22, .8)
}

.v10-sitecore-container .text-orange-500\/90 {
    color: rgba(249, 115, 22, .9)
}

.v10-sitecore-container .text-orange-500\/95 {
    color: rgba(249, 115, 22, .95)
}

.v10-sitecore-container .text-orange-600 {
    --tw-text-opacity: 1;
    color: rgb(234 88 12/var(--tw-text-opacity))
}

.v10-sitecore-container .text-orange-600\/0 {
    color: rgba(234, 88, 12, 0)
}

.v10-sitecore-container .text-orange-600\/10 {
    color: rgba(234, 88, 12, .1)
}

.v10-sitecore-container .text-orange-600\/100 {
    color: #ea580c
}

.v10-sitecore-container .text-orange-600\/20 {
    color: rgba(234, 88, 12, .2)
}

.v10-sitecore-container .text-orange-600\/25 {
    color: rgba(234, 88, 12, .25)
}

.v10-sitecore-container .text-orange-600\/30 {
    color: rgba(234, 88, 12, .3)
}

.v10-sitecore-container .text-orange-600\/40 {
    color: rgba(234, 88, 12, .4)
}

.v10-sitecore-container .text-orange-600\/5 {
    color: rgba(234, 88, 12, .05)
}

.v10-sitecore-container .text-orange-600\/50 {
    color: rgba(234, 88, 12, .5)
}

.v10-sitecore-container .text-orange-600\/60 {
    color: rgba(234, 88, 12, .6)
}

.v10-sitecore-container .text-orange-600\/70 {
    color: rgba(234, 88, 12, .7)
}

.v10-sitecore-container .text-orange-600\/75 {
    color: rgba(234, 88, 12, .75)
}

.v10-sitecore-container .text-orange-600\/80 {
    color: rgba(234, 88, 12, .8)
}

.v10-sitecore-container .text-orange-600\/90 {
    color: rgba(234, 88, 12, .9)
}

.v10-sitecore-container .text-orange-600\/95 {
    color: rgba(234, 88, 12, .95)
}

.v10-sitecore-container .text-orange-700 {
    --tw-text-opacity: 1;
    color: rgb(194 65 12/var(--tw-text-opacity))
}

.v10-sitecore-container .text-orange-700\/0 {
    color: rgba(194, 65, 12, 0)
}

.v10-sitecore-container .text-orange-700\/10 {
    color: rgba(194, 65, 12, .1)
}

.v10-sitecore-container .text-orange-700\/100 {
    color: #c2410c
}

.v10-sitecore-container .text-orange-700\/20 {
    color: rgba(194, 65, 12, .2)
}

.v10-sitecore-container .text-orange-700\/25 {
    color: rgba(194, 65, 12, .25)
}

.v10-sitecore-container .text-orange-700\/30 {
    color: rgba(194, 65, 12, .3)
}

.v10-sitecore-container .text-orange-700\/40 {
    color: rgba(194, 65, 12, .4)
}

.v10-sitecore-container .text-orange-700\/5 {
    color: rgba(194, 65, 12, .05)
}

.v10-sitecore-container .text-orange-700\/50 {
    color: rgba(194, 65, 12, .5)
}

.v10-sitecore-container .text-orange-700\/60 {
    color: rgba(194, 65, 12, .6)
}

.v10-sitecore-container .text-orange-700\/70 {
    color: rgba(194, 65, 12, .7)
}

.v10-sitecore-container .text-orange-700\/75 {
    color: rgba(194, 65, 12, .75)
}

.v10-sitecore-container .text-orange-700\/80 {
    color: rgba(194, 65, 12, .8)
}

.v10-sitecore-container .text-orange-700\/90 {
    color: rgba(194, 65, 12, .9)
}

.v10-sitecore-container .text-orange-700\/95 {
    color: rgba(194, 65, 12, .95)
}

.v10-sitecore-container .text-orange-800 {
    --tw-text-opacity: 1;
    color: rgb(154 52 18/var(--tw-text-opacity))
}

.v10-sitecore-container .text-orange-800\/0 {
    color: rgba(154, 52, 18, 0)
}

.v10-sitecore-container .text-orange-800\/10 {
    color: rgba(154, 52, 18, .1)
}

.v10-sitecore-container .text-orange-800\/100 {
    color: #9a3412
}

.v10-sitecore-container .text-orange-800\/20 {
    color: rgba(154, 52, 18, .2)
}

.v10-sitecore-container .text-orange-800\/25 {
    color: rgba(154, 52, 18, .25)
}

.v10-sitecore-container .text-orange-800\/30 {
    color: rgba(154, 52, 18, .3)
}

.v10-sitecore-container .text-orange-800\/40 {
    color: rgba(154, 52, 18, .4)
}

.v10-sitecore-container .text-orange-800\/5 {
    color: rgba(154, 52, 18, .05)
}

.v10-sitecore-container .text-orange-800\/50 {
    color: rgba(154, 52, 18, .5)
}

.v10-sitecore-container .text-orange-800\/60 {
    color: rgba(154, 52, 18, .6)
}

.v10-sitecore-container .text-orange-800\/70 {
    color: rgba(154, 52, 18, .7)
}

.v10-sitecore-container .text-orange-800\/75 {
    color: rgba(154, 52, 18, .75)
}

.v10-sitecore-container .text-orange-800\/80 {
    color: rgba(154, 52, 18, .8)
}

.v10-sitecore-container .text-orange-800\/90 {
    color: rgba(154, 52, 18, .9)
}

.v10-sitecore-container .text-orange-800\/95 {
    color: rgba(154, 52, 18, .95)
}

.v10-sitecore-container .text-orange-900 {
    --tw-text-opacity: 1;
    color: rgb(124 45 18/var(--tw-text-opacity))
}

.v10-sitecore-container .text-orange-900\/0 {
    color: rgba(124, 45, 18, 0)
}

.v10-sitecore-container .text-orange-900\/10 {
    color: rgba(124, 45, 18, .1)
}

.v10-sitecore-container .text-orange-900\/100 {
    color: #7c2d12
}

.v10-sitecore-container .text-orange-900\/20 {
    color: rgba(124, 45, 18, .2)
}

.v10-sitecore-container .text-orange-900\/25 {
    color: rgba(124, 45, 18, .25)
}

.v10-sitecore-container .text-orange-900\/30 {
    color: rgba(124, 45, 18, .3)
}

.v10-sitecore-container .text-orange-900\/40 {
    color: rgba(124, 45, 18, .4)
}

.v10-sitecore-container .text-orange-900\/5 {
    color: rgba(124, 45, 18, .05)
}

.v10-sitecore-container .text-orange-900\/50 {
    color: rgba(124, 45, 18, .5)
}

.v10-sitecore-container .text-orange-900\/60 {
    color: rgba(124, 45, 18, .6)
}

.v10-sitecore-container .text-orange-900\/70 {
    color: rgba(124, 45, 18, .7)
}

.v10-sitecore-container .text-orange-900\/75 {
    color: rgba(124, 45, 18, .75)
}

.v10-sitecore-container .text-orange-900\/80 {
    color: rgba(124, 45, 18, .8)
}

.v10-sitecore-container .text-orange-900\/90 {
    color: rgba(124, 45, 18, .9)
}

.v10-sitecore-container .text-orange-900\/95 {
    color: rgba(124, 45, 18, .95)
}

.v10-sitecore-container .text-orange-950 {
    --tw-text-opacity: 1;
    color: rgb(67 20 7/var(--tw-text-opacity))
}

.v10-sitecore-container .text-orange-950\/0 {
    color: rgba(67, 20, 7, 0)
}

.v10-sitecore-container .text-orange-950\/10 {
    color: rgba(67, 20, 7, .1)
}

.v10-sitecore-container .text-orange-950\/100 {
    color: #431407
}

.v10-sitecore-container .text-orange-950\/20 {
    color: rgba(67, 20, 7, .2)
}

.v10-sitecore-container .text-orange-950\/25 {
    color: rgba(67, 20, 7, .25)
}

.v10-sitecore-container .text-orange-950\/30 {
    color: rgba(67, 20, 7, .3)
}

.v10-sitecore-container .text-orange-950\/40 {
    color: rgba(67, 20, 7, .4)
}

.v10-sitecore-container .text-orange-950\/5 {
    color: rgba(67, 20, 7, .05)
}

.v10-sitecore-container .text-orange-950\/50 {
    color: rgba(67, 20, 7, .5)
}

.v10-sitecore-container .text-orange-950\/60 {
    color: rgba(67, 20, 7, .6)
}

.v10-sitecore-container .text-orange-950\/70 {
    color: rgba(67, 20, 7, .7)
}

.v10-sitecore-container .text-orange-950\/75 {
    color: rgba(67, 20, 7, .75)
}

.v10-sitecore-container .text-orange-950\/80 {
    color: rgba(67, 20, 7, .8)
}

.v10-sitecore-container .text-orange-950\/90 {
    color: rgba(67, 20, 7, .9)
}

.v10-sitecore-container .text-orange-950\/95 {
    color: rgba(67, 20, 7, .95)
}

.v10-sitecore-container .text-pink-100 {
    --tw-text-opacity: 1;
    color: rgb(252 231 243/var(--tw-text-opacity))
}

.v10-sitecore-container .text-pink-100\/0 {
    color: rgba(252, 231, 243, 0)
}

.v10-sitecore-container .text-pink-100\/10 {
    color: rgba(252, 231, 243, .1)
}

.v10-sitecore-container .text-pink-100\/100 {
    color: #fce7f3
}

.v10-sitecore-container .text-pink-100\/20 {
    color: rgba(252, 231, 243, .2)
}

.v10-sitecore-container .text-pink-100\/25 {
    color: rgba(252, 231, 243, .25)
}

.v10-sitecore-container .text-pink-100\/30 {
    color: rgba(252, 231, 243, .3)
}

.v10-sitecore-container .text-pink-100\/40 {
    color: rgba(252, 231, 243, .4)
}

.v10-sitecore-container .text-pink-100\/5 {
    color: rgba(252, 231, 243, .05)
}

.v10-sitecore-container .text-pink-100\/50 {
    color: rgba(252, 231, 243, .5)
}

.v10-sitecore-container .text-pink-100\/60 {
    color: rgba(252, 231, 243, .6)
}

.v10-sitecore-container .text-pink-100\/70 {
    color: rgba(252, 231, 243, .7)
}

.v10-sitecore-container .text-pink-100\/75 {
    color: rgba(252, 231, 243, .75)
}

.v10-sitecore-container .text-pink-100\/80 {
    color: rgba(252, 231, 243, .8)
}

.v10-sitecore-container .text-pink-100\/90 {
    color: rgba(252, 231, 243, .9)
}

.v10-sitecore-container .text-pink-100\/95 {
    color: rgba(252, 231, 243, .95)
}

.v10-sitecore-container .text-pink-200 {
    --tw-text-opacity: 1;
    color: rgb(251 207 232/var(--tw-text-opacity))
}

.v10-sitecore-container .text-pink-200\/0 {
    color: rgba(251, 207, 232, 0)
}

.v10-sitecore-container .text-pink-200\/10 {
    color: rgba(251, 207, 232, .1)
}

.v10-sitecore-container .text-pink-200\/100 {
    color: #fbcfe8
}

.v10-sitecore-container .text-pink-200\/20 {
    color: rgba(251, 207, 232, .2)
}

.v10-sitecore-container .text-pink-200\/25 {
    color: rgba(251, 207, 232, .25)
}

.v10-sitecore-container .text-pink-200\/30 {
    color: rgba(251, 207, 232, .3)
}

.v10-sitecore-container .text-pink-200\/40 {
    color: rgba(251, 207, 232, .4)
}

.v10-sitecore-container .text-pink-200\/5 {
    color: rgba(251, 207, 232, .05)
}

.v10-sitecore-container .text-pink-200\/50 {
    color: rgba(251, 207, 232, .5)
}

.v10-sitecore-container .text-pink-200\/60 {
    color: rgba(251, 207, 232, .6)
}

.v10-sitecore-container .text-pink-200\/70 {
    color: rgba(251, 207, 232, .7)
}

.v10-sitecore-container .text-pink-200\/75 {
    color: rgba(251, 207, 232, .75)
}

.v10-sitecore-container .text-pink-200\/80 {
    color: rgba(251, 207, 232, .8)
}

.v10-sitecore-container .text-pink-200\/90 {
    color: rgba(251, 207, 232, .9)
}

.v10-sitecore-container .text-pink-200\/95 {
    color: rgba(251, 207, 232, .95)
}

.v10-sitecore-container .text-pink-300 {
    --tw-text-opacity: 1;
    color: rgb(249 168 212/var(--tw-text-opacity))
}

.v10-sitecore-container .text-pink-300\/0 {
    color: rgba(249, 168, 212, 0)
}

.v10-sitecore-container .text-pink-300\/10 {
    color: rgba(249, 168, 212, .1)
}

.v10-sitecore-container .text-pink-300\/100 {
    color: #f9a8d4
}

.v10-sitecore-container .text-pink-300\/20 {
    color: rgba(249, 168, 212, .2)
}

.v10-sitecore-container .text-pink-300\/25 {
    color: rgba(249, 168, 212, .25)
}

.v10-sitecore-container .text-pink-300\/30 {
    color: rgba(249, 168, 212, .3)
}

.v10-sitecore-container .text-pink-300\/40 {
    color: rgba(249, 168, 212, .4)
}

.v10-sitecore-container .text-pink-300\/5 {
    color: rgba(249, 168, 212, .05)
}

.v10-sitecore-container .text-pink-300\/50 {
    color: rgba(249, 168, 212, .5)
}

.v10-sitecore-container .text-pink-300\/60 {
    color: rgba(249, 168, 212, .6)
}

.v10-sitecore-container .text-pink-300\/70 {
    color: rgba(249, 168, 212, .7)
}

.v10-sitecore-container .text-pink-300\/75 {
    color: rgba(249, 168, 212, .75)
}

.v10-sitecore-container .text-pink-300\/80 {
    color: rgba(249, 168, 212, .8)
}

.v10-sitecore-container .text-pink-300\/90 {
    color: rgba(249, 168, 212, .9)
}

.v10-sitecore-container .text-pink-300\/95 {
    color: rgba(249, 168, 212, .95)
}

.v10-sitecore-container .text-pink-400 {
    --tw-text-opacity: 1;
    color: rgb(244 114 182/var(--tw-text-opacity))
}

.v10-sitecore-container .text-pink-400\/0 {
    color: rgba(244, 114, 182, 0)
}

.v10-sitecore-container .text-pink-400\/10 {
    color: rgba(244, 114, 182, .1)
}

.v10-sitecore-container .text-pink-400\/100 {
    color: #f472b6
}

.v10-sitecore-container .text-pink-400\/20 {
    color: rgba(244, 114, 182, .2)
}

.v10-sitecore-container .text-pink-400\/25 {
    color: rgba(244, 114, 182, .25)
}

.v10-sitecore-container .text-pink-400\/30 {
    color: rgba(244, 114, 182, .3)
}

.v10-sitecore-container .text-pink-400\/40 {
    color: rgba(244, 114, 182, .4)
}

.v10-sitecore-container .text-pink-400\/5 {
    color: rgba(244, 114, 182, .05)
}

.v10-sitecore-container .text-pink-400\/50 {
    color: rgba(244, 114, 182, .5)
}

.v10-sitecore-container .text-pink-400\/60 {
    color: rgba(244, 114, 182, .6)
}

.v10-sitecore-container .text-pink-400\/70 {
    color: rgba(244, 114, 182, .7)
}

.v10-sitecore-container .text-pink-400\/75 {
    color: rgba(244, 114, 182, .75)
}

.v10-sitecore-container .text-pink-400\/80 {
    color: rgba(244, 114, 182, .8)
}

.v10-sitecore-container .text-pink-400\/90 {
    color: rgba(244, 114, 182, .9)
}

.v10-sitecore-container .text-pink-400\/95 {
    color: rgba(244, 114, 182, .95)
}

.v10-sitecore-container .text-pink-50 {
    --tw-text-opacity: 1;
    color: rgb(253 242 248/var(--tw-text-opacity))
}

.v10-sitecore-container .text-pink-50\/0 {
    color: rgba(253, 242, 248, 0)
}

.v10-sitecore-container .text-pink-50\/10 {
    color: rgba(253, 242, 248, .1)
}

.v10-sitecore-container .text-pink-50\/100 {
    color: #fdf2f8
}

.v10-sitecore-container .text-pink-50\/20 {
    color: rgba(253, 242, 248, .2)
}

.v10-sitecore-container .text-pink-50\/25 {
    color: rgba(253, 242, 248, .25)
}

.v10-sitecore-container .text-pink-50\/30 {
    color: rgba(253, 242, 248, .3)
}

.v10-sitecore-container .text-pink-50\/40 {
    color: rgba(253, 242, 248, .4)
}

.v10-sitecore-container .text-pink-50\/5 {
    color: rgba(253, 242, 248, .05)
}

.v10-sitecore-container .text-pink-50\/50 {
    color: rgba(253, 242, 248, .5)
}

.v10-sitecore-container .text-pink-50\/60 {
    color: rgba(253, 242, 248, .6)
}

.v10-sitecore-container .text-pink-50\/70 {
    color: rgba(253, 242, 248, .7)
}

.v10-sitecore-container .text-pink-50\/75 {
    color: rgba(253, 242, 248, .75)
}

.v10-sitecore-container .text-pink-50\/80 {
    color: rgba(253, 242, 248, .8)
}

.v10-sitecore-container .text-pink-50\/90 {
    color: rgba(253, 242, 248, .9)
}

.v10-sitecore-container .text-pink-50\/95 {
    color: rgba(253, 242, 248, .95)
}

.v10-sitecore-container .text-pink-500 {
    --tw-text-opacity: 1;
    color: rgb(236 72 153/var(--tw-text-opacity))
}

.v10-sitecore-container .text-pink-500\/0 {
    color: rgba(236, 72, 153, 0)
}

.v10-sitecore-container .text-pink-500\/10 {
    color: rgba(236, 72, 153, .1)
}

.v10-sitecore-container .text-pink-500\/100 {
    color: #ec4899
}

.v10-sitecore-container .text-pink-500\/20 {
    color: rgba(236, 72, 153, .2)
}

.v10-sitecore-container .text-pink-500\/25 {
    color: rgba(236, 72, 153, .25)
}

.v10-sitecore-container .text-pink-500\/30 {
    color: rgba(236, 72, 153, .3)
}

.v10-sitecore-container .text-pink-500\/40 {
    color: rgba(236, 72, 153, .4)
}

.v10-sitecore-container .text-pink-500\/5 {
    color: rgba(236, 72, 153, .05)
}

.v10-sitecore-container .text-pink-500\/50 {
    color: rgba(236, 72, 153, .5)
}

.v10-sitecore-container .text-pink-500\/60 {
    color: rgba(236, 72, 153, .6)
}

.v10-sitecore-container .text-pink-500\/70 {
    color: rgba(236, 72, 153, .7)
}

.v10-sitecore-container .text-pink-500\/75 {
    color: rgba(236, 72, 153, .75)
}

.v10-sitecore-container .text-pink-500\/80 {
    color: rgba(236, 72, 153, .8)
}

.v10-sitecore-container .text-pink-500\/90 {
    color: rgba(236, 72, 153, .9)
}

.v10-sitecore-container .text-pink-500\/95 {
    color: rgba(236, 72, 153, .95)
}

.v10-sitecore-container .text-pink-600 {
    --tw-text-opacity: 1;
    color: rgb(219 39 119/var(--tw-text-opacity))
}

.v10-sitecore-container .text-pink-600\/0 {
    color: rgba(219, 39, 119, 0)
}

.v10-sitecore-container .text-pink-600\/10 {
    color: rgba(219, 39, 119, .1)
}

.v10-sitecore-container .text-pink-600\/100 {
    color: #db2777
}

.v10-sitecore-container .text-pink-600\/20 {
    color: rgba(219, 39, 119, .2)
}

.v10-sitecore-container .text-pink-600\/25 {
    color: rgba(219, 39, 119, .25)
}

.v10-sitecore-container .text-pink-600\/30 {
    color: rgba(219, 39, 119, .3)
}

.v10-sitecore-container .text-pink-600\/40 {
    color: rgba(219, 39, 119, .4)
}

.v10-sitecore-container .text-pink-600\/5 {
    color: rgba(219, 39, 119, .05)
}

.v10-sitecore-container .text-pink-600\/50 {
    color: rgba(219, 39, 119, .5)
}

.v10-sitecore-container .text-pink-600\/60 {
    color: rgba(219, 39, 119, .6)
}

.v10-sitecore-container .text-pink-600\/70 {
    color: rgba(219, 39, 119, .7)
}

.v10-sitecore-container .text-pink-600\/75 {
    color: rgba(219, 39, 119, .75)
}

.v10-sitecore-container .text-pink-600\/80 {
    color: rgba(219, 39, 119, .8)
}

.v10-sitecore-container .text-pink-600\/90 {
    color: rgba(219, 39, 119, .9)
}

.v10-sitecore-container .text-pink-600\/95 {
    color: rgba(219, 39, 119, .95)
}

.v10-sitecore-container .text-pink-700 {
    --tw-text-opacity: 1;
    color: rgb(190 24 93/var(--tw-text-opacity))
}

.v10-sitecore-container .text-pink-700\/0 {
    color: rgba(190, 24, 93, 0)
}

.v10-sitecore-container .text-pink-700\/10 {
    color: rgba(190, 24, 93, .1)
}

.v10-sitecore-container .text-pink-700\/100 {
    color: #be185d
}

.v10-sitecore-container .text-pink-700\/20 {
    color: rgba(190, 24, 93, .2)
}

.v10-sitecore-container .text-pink-700\/25 {
    color: rgba(190, 24, 93, .25)
}

.v10-sitecore-container .text-pink-700\/30 {
    color: rgba(190, 24, 93, .3)
}

.v10-sitecore-container .text-pink-700\/40 {
    color: rgba(190, 24, 93, .4)
}

.v10-sitecore-container .text-pink-700\/5 {
    color: rgba(190, 24, 93, .05)
}

.v10-sitecore-container .text-pink-700\/50 {
    color: rgba(190, 24, 93, .5)
}

.v10-sitecore-container .text-pink-700\/60 {
    color: rgba(190, 24, 93, .6)
}

.v10-sitecore-container .text-pink-700\/70 {
    color: rgba(190, 24, 93, .7)
}

.v10-sitecore-container .text-pink-700\/75 {
    color: rgba(190, 24, 93, .75)
}

.v10-sitecore-container .text-pink-700\/80 {
    color: rgba(190, 24, 93, .8)
}

.v10-sitecore-container .text-pink-700\/90 {
    color: rgba(190, 24, 93, .9)
}

.v10-sitecore-container .text-pink-700\/95 {
    color: rgba(190, 24, 93, .95)
}

.v10-sitecore-container .text-pink-800 {
    --tw-text-opacity: 1;
    color: rgb(157 23 77/var(--tw-text-opacity))
}

.v10-sitecore-container .text-pink-800\/0 {
    color: rgba(157, 23, 77, 0)
}

.v10-sitecore-container .text-pink-800\/10 {
    color: rgba(157, 23, 77, .1)
}

.v10-sitecore-container .text-pink-800\/100 {
    color: #9d174d
}

.v10-sitecore-container .text-pink-800\/20 {
    color: rgba(157, 23, 77, .2)
}

.v10-sitecore-container .text-pink-800\/25 {
    color: rgba(157, 23, 77, .25)
}

.v10-sitecore-container .text-pink-800\/30 {
    color: rgba(157, 23, 77, .3)
}

.v10-sitecore-container .text-pink-800\/40 {
    color: rgba(157, 23, 77, .4)
}

.v10-sitecore-container .text-pink-800\/5 {
    color: rgba(157, 23, 77, .05)
}

.v10-sitecore-container .text-pink-800\/50 {
    color: rgba(157, 23, 77, .5)
}

.v10-sitecore-container .text-pink-800\/60 {
    color: rgba(157, 23, 77, .6)
}

.v10-sitecore-container .text-pink-800\/70 {
    color: rgba(157, 23, 77, .7)
}

.v10-sitecore-container .text-pink-800\/75 {
    color: rgba(157, 23, 77, .75)
}

.v10-sitecore-container .text-pink-800\/80 {
    color: rgba(157, 23, 77, .8)
}

.v10-sitecore-container .text-pink-800\/90 {
    color: rgba(157, 23, 77, .9)
}

.v10-sitecore-container .text-pink-800\/95 {
    color: rgba(157, 23, 77, .95)
}

.v10-sitecore-container .text-pink-900 {
    --tw-text-opacity: 1;
    color: rgb(131 24 67/var(--tw-text-opacity))
}

.v10-sitecore-container .text-pink-900\/0 {
    color: rgba(131, 24, 67, 0)
}

.v10-sitecore-container .text-pink-900\/10 {
    color: rgba(131, 24, 67, .1)
}

.v10-sitecore-container .text-pink-900\/100 {
    color: #831843
}

.v10-sitecore-container .text-pink-900\/20 {
    color: rgba(131, 24, 67, .2)
}

.v10-sitecore-container .text-pink-900\/25 {
    color: rgba(131, 24, 67, .25)
}

.v10-sitecore-container .text-pink-900\/30 {
    color: rgba(131, 24, 67, .3)
}

.v10-sitecore-container .text-pink-900\/40 {
    color: rgba(131, 24, 67, .4)
}

.v10-sitecore-container .text-pink-900\/5 {
    color: rgba(131, 24, 67, .05)
}

.v10-sitecore-container .text-pink-900\/50 {
    color: rgba(131, 24, 67, .5)
}

.v10-sitecore-container .text-pink-900\/60 {
    color: rgba(131, 24, 67, .6)
}

.v10-sitecore-container .text-pink-900\/70 {
    color: rgba(131, 24, 67, .7)
}

.v10-sitecore-container .text-pink-900\/75 {
    color: rgba(131, 24, 67, .75)
}

.v10-sitecore-container .text-pink-900\/80 {
    color: rgba(131, 24, 67, .8)
}

.v10-sitecore-container .text-pink-900\/90 {
    color: rgba(131, 24, 67, .9)
}

.v10-sitecore-container .text-pink-900\/95 {
    color: rgba(131, 24, 67, .95)
}

.v10-sitecore-container .text-pink-950 {
    --tw-text-opacity: 1;
    color: rgb(80 7 36/var(--tw-text-opacity))
}

.v10-sitecore-container .text-pink-950\/0 {
    color: rgba(80, 7, 36, 0)
}

.v10-sitecore-container .text-pink-950\/10 {
    color: rgba(80, 7, 36, .1)
}

.v10-sitecore-container .text-pink-950\/100 {
    color: #500724
}

.v10-sitecore-container .text-pink-950\/20 {
    color: rgba(80, 7, 36, .2)
}

.v10-sitecore-container .text-pink-950\/25 {
    color: rgba(80, 7, 36, .25)
}

.v10-sitecore-container .text-pink-950\/30 {
    color: rgba(80, 7, 36, .3)
}

.v10-sitecore-container .text-pink-950\/40 {
    color: rgba(80, 7, 36, .4)
}

.v10-sitecore-container .text-pink-950\/5 {
    color: rgba(80, 7, 36, .05)
}

.v10-sitecore-container .text-pink-950\/50 {
    color: rgba(80, 7, 36, .5)
}

.v10-sitecore-container .text-pink-950\/60 {
    color: rgba(80, 7, 36, .6)
}

.v10-sitecore-container .text-pink-950\/70 {
    color: rgba(80, 7, 36, .7)
}

.v10-sitecore-container .text-pink-950\/75 {
    color: rgba(80, 7, 36, .75)
}

.v10-sitecore-container .text-pink-950\/80 {
    color: rgba(80, 7, 36, .8)
}

.v10-sitecore-container .text-pink-950\/90 {
    color: rgba(80, 7, 36, .9)
}

.v10-sitecore-container .text-pink-950\/95 {
    color: rgba(80, 7, 36, .95)
}

.v10-sitecore-container .text-purple-100 {
    --tw-text-opacity: 1;
    color: rgb(243 232 255/var(--tw-text-opacity))
}

.v10-sitecore-container .text-purple-100\/0 {
    color: rgba(243, 232, 255, 0)
}

.v10-sitecore-container .text-purple-100\/10 {
    color: rgba(243, 232, 255, .1)
}

.v10-sitecore-container .text-purple-100\/100 {
    color: #f3e8ff
}

.v10-sitecore-container .text-purple-100\/20 {
    color: rgba(243, 232, 255, .2)
}

.v10-sitecore-container .text-purple-100\/25 {
    color: rgba(243, 232, 255, .25)
}

.v10-sitecore-container .text-purple-100\/30 {
    color: rgba(243, 232, 255, .3)
}

.v10-sitecore-container .text-purple-100\/40 {
    color: rgba(243, 232, 255, .4)
}

.v10-sitecore-container .text-purple-100\/5 {
    color: rgba(243, 232, 255, .05)
}

.v10-sitecore-container .text-purple-100\/50 {
    color: rgba(243, 232, 255, .5)
}

.v10-sitecore-container .text-purple-100\/60 {
    color: rgba(243, 232, 255, .6)
}

.v10-sitecore-container .text-purple-100\/70 {
    color: rgba(243, 232, 255, .7)
}

.v10-sitecore-container .text-purple-100\/75 {
    color: rgba(243, 232, 255, .75)
}

.v10-sitecore-container .text-purple-100\/80 {
    color: rgba(243, 232, 255, .8)
}

.v10-sitecore-container .text-purple-100\/90 {
    color: rgba(243, 232, 255, .9)
}

.v10-sitecore-container .text-purple-100\/95 {
    color: rgba(243, 232, 255, .95)
}

.v10-sitecore-container .text-purple-200 {
    --tw-text-opacity: 1;
    color: rgb(233 213 255/var(--tw-text-opacity))
}

.v10-sitecore-container .text-purple-200\/0 {
    color: rgba(233, 213, 255, 0)
}

.v10-sitecore-container .text-purple-200\/10 {
    color: rgba(233, 213, 255, .1)
}

.v10-sitecore-container .text-purple-200\/100 {
    color: #e9d5ff
}

.v10-sitecore-container .text-purple-200\/20 {
    color: rgba(233, 213, 255, .2)
}

.v10-sitecore-container .text-purple-200\/25 {
    color: rgba(233, 213, 255, .25)
}

.v10-sitecore-container .text-purple-200\/30 {
    color: rgba(233, 213, 255, .3)
}

.v10-sitecore-container .text-purple-200\/40 {
    color: rgba(233, 213, 255, .4)
}

.v10-sitecore-container .text-purple-200\/5 {
    color: rgba(233, 213, 255, .05)
}

.v10-sitecore-container .text-purple-200\/50 {
    color: rgba(233, 213, 255, .5)
}

.v10-sitecore-container .text-purple-200\/60 {
    color: rgba(233, 213, 255, .6)
}

.v10-sitecore-container .text-purple-200\/70 {
    color: rgba(233, 213, 255, .7)
}

.v10-sitecore-container .text-purple-200\/75 {
    color: rgba(233, 213, 255, .75)
}

.v10-sitecore-container .text-purple-200\/80 {
    color: rgba(233, 213, 255, .8)
}

.v10-sitecore-container .text-purple-200\/90 {
    color: rgba(233, 213, 255, .9)
}

.v10-sitecore-container .text-purple-200\/95 {
    color: rgba(233, 213, 255, .95)
}

.v10-sitecore-container .text-purple-300 {
    --tw-text-opacity: 1;
    color: rgb(216 180 254/var(--tw-text-opacity))
}

.v10-sitecore-container .text-purple-300\/0 {
    color: rgba(216, 180, 254, 0)
}

.v10-sitecore-container .text-purple-300\/10 {
    color: rgba(216, 180, 254, .1)
}

.v10-sitecore-container .text-purple-300\/100 {
    color: #d8b4fe
}

.v10-sitecore-container .text-purple-300\/20 {
    color: rgba(216, 180, 254, .2)
}

.v10-sitecore-container .text-purple-300\/25 {
    color: rgba(216, 180, 254, .25)
}

.v10-sitecore-container .text-purple-300\/30 {
    color: rgba(216, 180, 254, .3)
}

.v10-sitecore-container .text-purple-300\/40 {
    color: rgba(216, 180, 254, .4)
}

.v10-sitecore-container .text-purple-300\/5 {
    color: rgba(216, 180, 254, .05)
}

.v10-sitecore-container .text-purple-300\/50 {
    color: rgba(216, 180, 254, .5)
}

.v10-sitecore-container .text-purple-300\/60 {
    color: rgba(216, 180, 254, .6)
}

.v10-sitecore-container .text-purple-300\/70 {
    color: rgba(216, 180, 254, .7)
}

.v10-sitecore-container .text-purple-300\/75 {
    color: rgba(216, 180, 254, .75)
}

.v10-sitecore-container .text-purple-300\/80 {
    color: rgba(216, 180, 254, .8)
}

.v10-sitecore-container .text-purple-300\/90 {
    color: rgba(216, 180, 254, .9)
}

.v10-sitecore-container .text-purple-300\/95 {
    color: rgba(216, 180, 254, .95)
}

.v10-sitecore-container .text-purple-400 {
    --tw-text-opacity: 1;
    color: rgb(192 132 252/var(--tw-text-opacity))
}

.v10-sitecore-container .text-purple-400\/0 {
    color: rgba(192, 132, 252, 0)
}

.v10-sitecore-container .text-purple-400\/10 {
    color: rgba(192, 132, 252, .1)
}

.v10-sitecore-container .text-purple-400\/100 {
    color: #c084fc
}

.v10-sitecore-container .text-purple-400\/20 {
    color: rgba(192, 132, 252, .2)
}

.v10-sitecore-container .text-purple-400\/25 {
    color: rgba(192, 132, 252, .25)
}

.v10-sitecore-container .text-purple-400\/30 {
    color: rgba(192, 132, 252, .3)
}

.v10-sitecore-container .text-purple-400\/40 {
    color: rgba(192, 132, 252, .4)
}

.v10-sitecore-container .text-purple-400\/5 {
    color: rgba(192, 132, 252, .05)
}

.v10-sitecore-container .text-purple-400\/50 {
    color: rgba(192, 132, 252, .5)
}

.v10-sitecore-container .text-purple-400\/60 {
    color: rgba(192, 132, 252, .6)
}

.v10-sitecore-container .text-purple-400\/70 {
    color: rgba(192, 132, 252, .7)
}

.v10-sitecore-container .text-purple-400\/75 {
    color: rgba(192, 132, 252, .75)
}

.v10-sitecore-container .text-purple-400\/80 {
    color: rgba(192, 132, 252, .8)
}

.v10-sitecore-container .text-purple-400\/90 {
    color: rgba(192, 132, 252, .9)
}

.v10-sitecore-container .text-purple-400\/95 {
    color: rgba(192, 132, 252, .95)
}

.v10-sitecore-container .text-purple-50 {
    --tw-text-opacity: 1;
    color: rgb(250 245 255/var(--tw-text-opacity))
}

.v10-sitecore-container .text-purple-50\/0 {
    color: rgba(250, 245, 255, 0)
}

.v10-sitecore-container .text-purple-50\/10 {
    color: rgba(250, 245, 255, .1)
}

.v10-sitecore-container .text-purple-50\/100 {
    color: #faf5ff
}

.v10-sitecore-container .text-purple-50\/20 {
    color: rgba(250, 245, 255, .2)
}

.v10-sitecore-container .text-purple-50\/25 {
    color: rgba(250, 245, 255, .25)
}

.v10-sitecore-container .text-purple-50\/30 {
    color: rgba(250, 245, 255, .3)
}

.v10-sitecore-container .text-purple-50\/40 {
    color: rgba(250, 245, 255, .4)
}

.v10-sitecore-container .text-purple-50\/5 {
    color: rgba(250, 245, 255, .05)
}

.v10-sitecore-container .text-purple-50\/50 {
    color: rgba(250, 245, 255, .5)
}

.v10-sitecore-container .text-purple-50\/60 {
    color: rgba(250, 245, 255, .6)
}

.v10-sitecore-container .text-purple-50\/70 {
    color: rgba(250, 245, 255, .7)
}

.v10-sitecore-container .text-purple-50\/75 {
    color: rgba(250, 245, 255, .75)
}

.v10-sitecore-container .text-purple-50\/80 {
    color: rgba(250, 245, 255, .8)
}

.v10-sitecore-container .text-purple-50\/90 {
    color: rgba(250, 245, 255, .9)
}

.v10-sitecore-container .text-purple-50\/95 {
    color: rgba(250, 245, 255, .95)
}

.v10-sitecore-container .text-purple-500 {
    --tw-text-opacity: 1;
    color: rgb(168 85 247/var(--tw-text-opacity))
}

.v10-sitecore-container .text-purple-500\/0 {
    color: rgba(168, 85, 247, 0)
}

.v10-sitecore-container .text-purple-500\/10 {
    color: rgba(168, 85, 247, .1)
}

.v10-sitecore-container .text-purple-500\/100 {
    color: #a855f7
}

.v10-sitecore-container .text-purple-500\/20 {
    color: rgba(168, 85, 247, .2)
}

.v10-sitecore-container .text-purple-500\/25 {
    color: rgba(168, 85, 247, .25)
}

.v10-sitecore-container .text-purple-500\/30 {
    color: rgba(168, 85, 247, .3)
}

.v10-sitecore-container .text-purple-500\/40 {
    color: rgba(168, 85, 247, .4)
}

.v10-sitecore-container .text-purple-500\/5 {
    color: rgba(168, 85, 247, .05)
}

.v10-sitecore-container .text-purple-500\/50 {
    color: rgba(168, 85, 247, .5)
}

.v10-sitecore-container .text-purple-500\/60 {
    color: rgba(168, 85, 247, .6)
}

.v10-sitecore-container .text-purple-500\/70 {
    color: rgba(168, 85, 247, .7)
}

.v10-sitecore-container .text-purple-500\/75 {
    color: rgba(168, 85, 247, .75)
}

.v10-sitecore-container .text-purple-500\/80 {
    color: rgba(168, 85, 247, .8)
}

.v10-sitecore-container .text-purple-500\/90 {
    color: rgba(168, 85, 247, .9)
}

.v10-sitecore-container .text-purple-500\/95 {
    color: rgba(168, 85, 247, .95)
}

.v10-sitecore-container .text-purple-600 {
    --tw-text-opacity: 1;
    color: rgb(147 51 234/var(--tw-text-opacity))
}

.v10-sitecore-container .text-purple-600\/0 {
    color: rgba(147, 51, 234, 0)
}

.v10-sitecore-container .text-purple-600\/10 {
    color: rgba(147, 51, 234, .1)
}

.v10-sitecore-container .text-purple-600\/100 {
    color: #9333ea
}

.v10-sitecore-container .text-purple-600\/20 {
    color: rgba(147, 51, 234, .2)
}

.v10-sitecore-container .text-purple-600\/25 {
    color: rgba(147, 51, 234, .25)
}

.v10-sitecore-container .text-purple-600\/30 {
    color: rgba(147, 51, 234, .3)
}

.v10-sitecore-container .text-purple-600\/40 {
    color: rgba(147, 51, 234, .4)
}

.v10-sitecore-container .text-purple-600\/5 {
    color: rgba(147, 51, 234, .05)
}

.v10-sitecore-container .text-purple-600\/50 {
    color: rgba(147, 51, 234, .5)
}

.v10-sitecore-container .text-purple-600\/60 {
    color: rgba(147, 51, 234, .6)
}

.v10-sitecore-container .text-purple-600\/70 {
    color: rgba(147, 51, 234, .7)
}

.v10-sitecore-container .text-purple-600\/75 {
    color: rgba(147, 51, 234, .75)
}

.v10-sitecore-container .text-purple-600\/80 {
    color: rgba(147, 51, 234, .8)
}

.v10-sitecore-container .text-purple-600\/90 {
    color: rgba(147, 51, 234, .9)
}

.v10-sitecore-container .text-purple-600\/95 {
    color: rgba(147, 51, 234, .95)
}

.v10-sitecore-container .text-purple-700 {
    --tw-text-opacity: 1;
    color: rgb(126 34 206/var(--tw-text-opacity))
}

.v10-sitecore-container .text-purple-700\/0 {
    color: rgba(126, 34, 206, 0)
}

.v10-sitecore-container .text-purple-700\/10 {
    color: rgba(126, 34, 206, .1)
}

.v10-sitecore-container .text-purple-700\/100 {
    color: #7e22ce
}

.v10-sitecore-container .text-purple-700\/20 {
    color: rgba(126, 34, 206, .2)
}

.v10-sitecore-container .text-purple-700\/25 {
    color: rgba(126, 34, 206, .25)
}

.v10-sitecore-container .text-purple-700\/30 {
    color: rgba(126, 34, 206, .3)
}

.v10-sitecore-container .text-purple-700\/40 {
    color: rgba(126, 34, 206, .4)
}

.v10-sitecore-container .text-purple-700\/5 {
    color: rgba(126, 34, 206, .05)
}

.v10-sitecore-container .text-purple-700\/50 {
    color: rgba(126, 34, 206, .5)
}

.v10-sitecore-container .text-purple-700\/60 {
    color: rgba(126, 34, 206, .6)
}

.v10-sitecore-container .text-purple-700\/70 {
    color: rgba(126, 34, 206, .7)
}

.v10-sitecore-container .text-purple-700\/75 {
    color: rgba(126, 34, 206, .75)
}

.v10-sitecore-container .text-purple-700\/80 {
    color: rgba(126, 34, 206, .8)
}

.v10-sitecore-container .text-purple-700\/90 {
    color: rgba(126, 34, 206, .9)
}

.v10-sitecore-container .text-purple-700\/95 {
    color: rgba(126, 34, 206, .95)
}

.v10-sitecore-container .text-purple-800 {
    --tw-text-opacity: 1;
    color: rgb(107 33 168/var(--tw-text-opacity))
}

.v10-sitecore-container .text-purple-800\/0 {
    color: rgba(107, 33, 168, 0)
}

.v10-sitecore-container .text-purple-800\/10 {
    color: rgba(107, 33, 168, .1)
}

.v10-sitecore-container .text-purple-800\/100 {
    color: #6b21a8
}

.v10-sitecore-container .text-purple-800\/20 {
    color: rgba(107, 33, 168, .2)
}

.v10-sitecore-container .text-purple-800\/25 {
    color: rgba(107, 33, 168, .25)
}

.v10-sitecore-container .text-purple-800\/30 {
    color: rgba(107, 33, 168, .3)
}

.v10-sitecore-container .text-purple-800\/40 {
    color: rgba(107, 33, 168, .4)
}

.v10-sitecore-container .text-purple-800\/5 {
    color: rgba(107, 33, 168, .05)
}

.v10-sitecore-container .text-purple-800\/50 {
    color: rgba(107, 33, 168, .5)
}

.v10-sitecore-container .text-purple-800\/60 {
    color: rgba(107, 33, 168, .6)
}

.v10-sitecore-container .text-purple-800\/70 {
    color: rgba(107, 33, 168, .7)
}

.v10-sitecore-container .text-purple-800\/75 {
    color: rgba(107, 33, 168, .75)
}

.v10-sitecore-container .text-purple-800\/80 {
    color: rgba(107, 33, 168, .8)
}

.v10-sitecore-container .text-purple-800\/90 {
    color: rgba(107, 33, 168, .9)
}

.v10-sitecore-container .text-purple-800\/95 {
    color: rgba(107, 33, 168, .95)
}

.v10-sitecore-container .text-purple-900 {
    --tw-text-opacity: 1;
    color: rgb(88 28 135/var(--tw-text-opacity))
}

.v10-sitecore-container .text-purple-900\/0 {
    color: rgba(88, 28, 135, 0)
}

.v10-sitecore-container .text-purple-900\/10 {
    color: rgba(88, 28, 135, .1)
}

.v10-sitecore-container .text-purple-900\/100 {
    color: #581c87
}

.v10-sitecore-container .text-purple-900\/20 {
    color: rgba(88, 28, 135, .2)
}

.v10-sitecore-container .text-purple-900\/25 {
    color: rgba(88, 28, 135, .25)
}

.v10-sitecore-container .text-purple-900\/30 {
    color: rgba(88, 28, 135, .3)
}

.v10-sitecore-container .text-purple-900\/40 {
    color: rgba(88, 28, 135, .4)
}

.v10-sitecore-container .text-purple-900\/5 {
    color: rgba(88, 28, 135, .05)
}

.v10-sitecore-container .text-purple-900\/50 {
    color: rgba(88, 28, 135, .5)
}

.v10-sitecore-container .text-purple-900\/60 {
    color: rgba(88, 28, 135, .6)
}

.v10-sitecore-container .text-purple-900\/70 {
    color: rgba(88, 28, 135, .7)
}

.v10-sitecore-container .text-purple-900\/75 {
    color: rgba(88, 28, 135, .75)
}

.v10-sitecore-container .text-purple-900\/80 {
    color: rgba(88, 28, 135, .8)
}

.v10-sitecore-container .text-purple-900\/90 {
    color: rgba(88, 28, 135, .9)
}

.v10-sitecore-container .text-purple-900\/95 {
    color: rgba(88, 28, 135, .95)
}

.v10-sitecore-container .text-purple-950 {
    --tw-text-opacity: 1;
    color: rgb(59 7 100/var(--tw-text-opacity))
}

.v10-sitecore-container .text-purple-950\/0 {
    color: rgba(59, 7, 100, 0)
}

.v10-sitecore-container .text-purple-950\/10 {
    color: rgba(59, 7, 100, .1)
}

.v10-sitecore-container .text-purple-950\/100 {
    color: #3b0764
}

.v10-sitecore-container .text-purple-950\/20 {
    color: rgba(59, 7, 100, .2)
}

.v10-sitecore-container .text-purple-950\/25 {
    color: rgba(59, 7, 100, .25)
}

.v10-sitecore-container .text-purple-950\/30 {
    color: rgba(59, 7, 100, .3)
}

.v10-sitecore-container .text-purple-950\/40 {
    color: rgba(59, 7, 100, .4)
}

.v10-sitecore-container .text-purple-950\/5 {
    color: rgba(59, 7, 100, .05)
}

.v10-sitecore-container .text-purple-950\/50 {
    color: rgba(59, 7, 100, .5)
}

.v10-sitecore-container .text-purple-950\/60 {
    color: rgba(59, 7, 100, .6)
}

.v10-sitecore-container .text-purple-950\/70 {
    color: rgba(59, 7, 100, .7)
}

.v10-sitecore-container .text-purple-950\/75 {
    color: rgba(59, 7, 100, .75)
}

.v10-sitecore-container .text-purple-950\/80 {
    color: rgba(59, 7, 100, .8)
}

.v10-sitecore-container .text-purple-950\/90 {
    color: rgba(59, 7, 100, .9)
}

.v10-sitecore-container .text-purple-950\/95 {
    color: rgba(59, 7, 100, .95)
}

.v10-sitecore-container .text-red-100 {
    --tw-text-opacity: 1;
    color: rgb(254 226 226/var(--tw-text-opacity))
}

.v10-sitecore-container .text-red-100\/0 {
    color: hsla(0, 93%, 94%, 0)
}

.v10-sitecore-container .text-red-100\/10 {
    color: hsla(0, 93%, 94%, .1)
}

.v10-sitecore-container .text-red-100\/100 {
    color: #fee2e2
}

.v10-sitecore-container .text-red-100\/20 {
    color: hsla(0, 93%, 94%, .2)
}

.v10-sitecore-container .text-red-100\/25 {
    color: hsla(0, 93%, 94%, .25)
}

.v10-sitecore-container .text-red-100\/30 {
    color: hsla(0, 93%, 94%, .3)
}

.v10-sitecore-container .text-red-100\/40 {
    color: hsla(0, 93%, 94%, .4)
}

.v10-sitecore-container .text-red-100\/5 {
    color: hsla(0, 93%, 94%, .05)
}

.v10-sitecore-container .text-red-100\/50 {
    color: hsla(0, 93%, 94%, .5)
}

.v10-sitecore-container .text-red-100\/60 {
    color: hsla(0, 93%, 94%, .6)
}

.v10-sitecore-container .text-red-100\/70 {
    color: hsla(0, 93%, 94%, .7)
}

.v10-sitecore-container .text-red-100\/75 {
    color: hsla(0, 93%, 94%, .75)
}

.v10-sitecore-container .text-red-100\/80 {
    color: hsla(0, 93%, 94%, .8)
}

.v10-sitecore-container .text-red-100\/90 {
    color: hsla(0, 93%, 94%, .9)
}

.v10-sitecore-container .text-red-100\/95 {
    color: hsla(0, 93%, 94%, .95)
}

.v10-sitecore-container .text-red-200 {
    --tw-text-opacity: 1;
    color: rgb(254 202 202/var(--tw-text-opacity))
}

.v10-sitecore-container .text-red-200\/0 {
    color: hsla(0, 96%, 89%, 0)
}

.v10-sitecore-container .text-red-200\/10 {
    color: hsla(0, 96%, 89%, .1)
}

.v10-sitecore-container .text-red-200\/100 {
    color: #fecaca
}

.v10-sitecore-container .text-red-200\/20 {
    color: hsla(0, 96%, 89%, .2)
}

.v10-sitecore-container .text-red-200\/25 {
    color: hsla(0, 96%, 89%, .25)
}

.v10-sitecore-container .text-red-200\/30 {
    color: hsla(0, 96%, 89%, .3)
}

.v10-sitecore-container .text-red-200\/40 {
    color: hsla(0, 96%, 89%, .4)
}

.v10-sitecore-container .text-red-200\/5 {
    color: hsla(0, 96%, 89%, .05)
}

.v10-sitecore-container .text-red-200\/50 {
    color: hsla(0, 96%, 89%, .5)
}

.v10-sitecore-container .text-red-200\/60 {
    color: hsla(0, 96%, 89%, .6)
}

.v10-sitecore-container .text-red-200\/70 {
    color: hsla(0, 96%, 89%, .7)
}

.v10-sitecore-container .text-red-200\/75 {
    color: hsla(0, 96%, 89%, .75)
}

.v10-sitecore-container .text-red-200\/80 {
    color: hsla(0, 96%, 89%, .8)
}

.v10-sitecore-container .text-red-200\/90 {
    color: hsla(0, 96%, 89%, .9)
}

.v10-sitecore-container .text-red-200\/95 {
    color: hsla(0, 96%, 89%, .95)
}

.v10-sitecore-container .text-red-300 {
    --tw-text-opacity: 1;
    color: rgb(252 165 165/var(--tw-text-opacity))
}

.v10-sitecore-container .text-red-300\/0 {
    color: hsla(0, 94%, 82%, 0)
}

.v10-sitecore-container .text-red-300\/10 {
    color: hsla(0, 94%, 82%, .1)
}

.v10-sitecore-container .text-red-300\/100 {
    color: #fca5a5
}

.v10-sitecore-container .text-red-300\/20 {
    color: hsla(0, 94%, 82%, .2)
}

.v10-sitecore-container .text-red-300\/25 {
    color: hsla(0, 94%, 82%, .25)
}

.v10-sitecore-container .text-red-300\/30 {
    color: hsla(0, 94%, 82%, .3)
}

.v10-sitecore-container .text-red-300\/40 {
    color: hsla(0, 94%, 82%, .4)
}

.v10-sitecore-container .text-red-300\/5 {
    color: hsla(0, 94%, 82%, .05)
}

.v10-sitecore-container .text-red-300\/50 {
    color: hsla(0, 94%, 82%, .5)
}

.v10-sitecore-container .text-red-300\/60 {
    color: hsla(0, 94%, 82%, .6)
}

.v10-sitecore-container .text-red-300\/70 {
    color: hsla(0, 94%, 82%, .7)
}

.v10-sitecore-container .text-red-300\/75 {
    color: hsla(0, 94%, 82%, .75)
}

.v10-sitecore-container .text-red-300\/80 {
    color: hsla(0, 94%, 82%, .8)
}

.v10-sitecore-container .text-red-300\/90 {
    color: hsla(0, 94%, 82%, .9)
}

.v10-sitecore-container .text-red-300\/95 {
    color: hsla(0, 94%, 82%, .95)
}

.v10-sitecore-container .text-red-400 {
    --tw-text-opacity: 1;
    color: rgb(248 113 113/var(--tw-text-opacity))
}

.v10-sitecore-container .text-red-400\/0 {
    color: hsla(0, 91%, 71%, 0)
}

.v10-sitecore-container .text-red-400\/10 {
    color: hsla(0, 91%, 71%, .1)
}

.v10-sitecore-container .text-red-400\/100 {
    color: #f87171
}

.v10-sitecore-container .text-red-400\/20 {
    color: hsla(0, 91%, 71%, .2)
}

.v10-sitecore-container .text-red-400\/25 {
    color: hsla(0, 91%, 71%, .25)
}

.v10-sitecore-container .text-red-400\/30 {
    color: hsla(0, 91%, 71%, .3)
}

.v10-sitecore-container .text-red-400\/40 {
    color: hsla(0, 91%, 71%, .4)
}

.v10-sitecore-container .text-red-400\/5 {
    color: hsla(0, 91%, 71%, .05)
}

.v10-sitecore-container .text-red-400\/50 {
    color: hsla(0, 91%, 71%, .5)
}

.v10-sitecore-container .text-red-400\/60 {
    color: hsla(0, 91%, 71%, .6)
}

.v10-sitecore-container .text-red-400\/70 {
    color: hsla(0, 91%, 71%, .7)
}

.v10-sitecore-container .text-red-400\/75 {
    color: hsla(0, 91%, 71%, .75)
}

.v10-sitecore-container .text-red-400\/80 {
    color: hsla(0, 91%, 71%, .8)
}

.v10-sitecore-container .text-red-400\/90 {
    color: hsla(0, 91%, 71%, .9)
}

.v10-sitecore-container .text-red-400\/95 {
    color: hsla(0, 91%, 71%, .95)
}

.v10-sitecore-container .text-red-50 {
    --tw-text-opacity: 1;
    color: rgb(254 242 242/var(--tw-text-opacity))
}

.v10-sitecore-container .text-red-50\/0 {
    color: hsla(0, 86%, 97%, 0)
}

.v10-sitecore-container .text-red-50\/10 {
    color: hsla(0, 86%, 97%, .1)
}

.v10-sitecore-container .text-red-50\/100 {
    color: #fef2f2
}

.v10-sitecore-container .text-red-50\/20 {
    color: hsla(0, 86%, 97%, .2)
}

.v10-sitecore-container .text-red-50\/25 {
    color: hsla(0, 86%, 97%, .25)
}

.v10-sitecore-container .text-red-50\/30 {
    color: hsla(0, 86%, 97%, .3)
}

.v10-sitecore-container .text-red-50\/40 {
    color: hsla(0, 86%, 97%, .4)
}

.v10-sitecore-container .text-red-50\/5 {
    color: hsla(0, 86%, 97%, .05)
}

.v10-sitecore-container .text-red-50\/50 {
    color: hsla(0, 86%, 97%, .5)
}

.v10-sitecore-container .text-red-50\/60 {
    color: hsla(0, 86%, 97%, .6)
}

.v10-sitecore-container .text-red-50\/70 {
    color: hsla(0, 86%, 97%, .7)
}

.v10-sitecore-container .text-red-50\/75 {
    color: hsla(0, 86%, 97%, .75)
}

.v10-sitecore-container .text-red-50\/80 {
    color: hsla(0, 86%, 97%, .8)
}

.v10-sitecore-container .text-red-50\/90 {
    color: hsla(0, 86%, 97%, .9)
}

.v10-sitecore-container .text-red-50\/95 {
    color: hsla(0, 86%, 97%, .95)
}

.v10-sitecore-container .text-red-500 {
    --tw-text-opacity: 1;
    color: rgb(239 68 68/var(--tw-text-opacity))
}

.v10-sitecore-container .text-red-500\/0 {
    color: rgba(239, 68, 68, 0)
}

.v10-sitecore-container .text-red-500\/10 {
    color: rgba(239, 68, 68, .1)
}

.v10-sitecore-container .text-red-500\/100 {
    color: #ef4444
}

.v10-sitecore-container .text-red-500\/20 {
    color: rgba(239, 68, 68, .2)
}

.v10-sitecore-container .text-red-500\/25 {
    color: rgba(239, 68, 68, .25)
}

.v10-sitecore-container .text-red-500\/30 {
    color: rgba(239, 68, 68, .3)
}

.v10-sitecore-container .text-red-500\/40 {
    color: rgba(239, 68, 68, .4)
}

.v10-sitecore-container .text-red-500\/5 {
    color: rgba(239, 68, 68, .05)
}

.v10-sitecore-container .text-red-500\/50 {
    color: rgba(239, 68, 68, .5)
}

.v10-sitecore-container .text-red-500\/60 {
    color: rgba(239, 68, 68, .6)
}

.v10-sitecore-container .text-red-500\/70 {
    color: rgba(239, 68, 68, .7)
}

.v10-sitecore-container .text-red-500\/75 {
    color: rgba(239, 68, 68, .75)
}

.v10-sitecore-container .text-red-500\/80 {
    color: rgba(239, 68, 68, .8)
}

.v10-sitecore-container .text-red-500\/90 {
    color: rgba(239, 68, 68, .9)
}

.v10-sitecore-container .text-red-500\/95 {
    color: rgba(239, 68, 68, .95)
}

.v10-sitecore-container .text-red-600 {
    --tw-text-opacity: 1;
    color: rgb(220 38 38/var(--tw-text-opacity))
}

.v10-sitecore-container .text-red-600\/0 {
    color: rgba(220, 38, 38, 0)
}

.v10-sitecore-container .text-red-600\/10 {
    color: rgba(220, 38, 38, .1)
}

.v10-sitecore-container .text-red-600\/100 {
    color: #dc2626
}

.v10-sitecore-container .text-red-600\/20 {
    color: rgba(220, 38, 38, .2)
}

.v10-sitecore-container .text-red-600\/25 {
    color: rgba(220, 38, 38, .25)
}

.v10-sitecore-container .text-red-600\/30 {
    color: rgba(220, 38, 38, .3)
}

.v10-sitecore-container .text-red-600\/40 {
    color: rgba(220, 38, 38, .4)
}

.v10-sitecore-container .text-red-600\/5 {
    color: rgba(220, 38, 38, .05)
}

.v10-sitecore-container .text-red-600\/50 {
    color: rgba(220, 38, 38, .5)
}

.v10-sitecore-container .text-red-600\/60 {
    color: rgba(220, 38, 38, .6)
}

.v10-sitecore-container .text-red-600\/70 {
    color: rgba(220, 38, 38, .7)
}

.v10-sitecore-container .text-red-600\/75 {
    color: rgba(220, 38, 38, .75)
}

.v10-sitecore-container .text-red-600\/80 {
    color: rgba(220, 38, 38, .8)
}

.v10-sitecore-container .text-red-600\/90 {
    color: rgba(220, 38, 38, .9)
}

.v10-sitecore-container .text-red-600\/95 {
    color: rgba(220, 38, 38, .95)
}

.v10-sitecore-container .text-red-700 {
    --tw-text-opacity: 1;
    color: rgb(185 28 28/var(--tw-text-opacity))
}

.v10-sitecore-container .text-red-700\/0 {
    color: rgba(185, 28, 28, 0)
}

.v10-sitecore-container .text-red-700\/10 {
    color: rgba(185, 28, 28, .1)
}

.v10-sitecore-container .text-red-700\/100 {
    color: #b91c1c
}

.v10-sitecore-container .text-red-700\/20 {
    color: rgba(185, 28, 28, .2)
}

.v10-sitecore-container .text-red-700\/25 {
    color: rgba(185, 28, 28, .25)
}

.v10-sitecore-container .text-red-700\/30 {
    color: rgba(185, 28, 28, .3)
}

.v10-sitecore-container .text-red-700\/40 {
    color: rgba(185, 28, 28, .4)
}

.v10-sitecore-container .text-red-700\/5 {
    color: rgba(185, 28, 28, .05)
}

.v10-sitecore-container .text-red-700\/50 {
    color: rgba(185, 28, 28, .5)
}

.v10-sitecore-container .text-red-700\/60 {
    color: rgba(185, 28, 28, .6)
}

.v10-sitecore-container .text-red-700\/70 {
    color: rgba(185, 28, 28, .7)
}

.v10-sitecore-container .text-red-700\/75 {
    color: rgba(185, 28, 28, .75)
}

.v10-sitecore-container .text-red-700\/80 {
    color: rgba(185, 28, 28, .8)
}

.v10-sitecore-container .text-red-700\/90 {
    color: rgba(185, 28, 28, .9)
}

.v10-sitecore-container .text-red-700\/95 {
    color: rgba(185, 28, 28, .95)
}

.v10-sitecore-container .text-red-800 {
    --tw-text-opacity: 1;
    color: rgb(153 27 27/var(--tw-text-opacity))
}

.v10-sitecore-container .text-red-800\/0 {
    color: rgba(153, 27, 27, 0)
}

.v10-sitecore-container .text-red-800\/10 {
    color: rgba(153, 27, 27, .1)
}

.v10-sitecore-container .text-red-800\/100 {
    color: #991b1b
}

.v10-sitecore-container .text-red-800\/20 {
    color: rgba(153, 27, 27, .2)
}

.v10-sitecore-container .text-red-800\/25 {
    color: rgba(153, 27, 27, .25)
}

.v10-sitecore-container .text-red-800\/30 {
    color: rgba(153, 27, 27, .3)
}

.v10-sitecore-container .text-red-800\/40 {
    color: rgba(153, 27, 27, .4)
}

.v10-sitecore-container .text-red-800\/5 {
    color: rgba(153, 27, 27, .05)
}

.v10-sitecore-container .text-red-800\/50 {
    color: rgba(153, 27, 27, .5)
}

.v10-sitecore-container .text-red-800\/60 {
    color: rgba(153, 27, 27, .6)
}

.v10-sitecore-container .text-red-800\/70 {
    color: rgba(153, 27, 27, .7)
}

.v10-sitecore-container .text-red-800\/75 {
    color: rgba(153, 27, 27, .75)
}

.v10-sitecore-container .text-red-800\/80 {
    color: rgba(153, 27, 27, .8)
}

.v10-sitecore-container .text-red-800\/90 {
    color: rgba(153, 27, 27, .9)
}

.v10-sitecore-container .text-red-800\/95 {
    color: rgba(153, 27, 27, .95)
}

.v10-sitecore-container .text-red-900 {
    --tw-text-opacity: 1;
    color: rgb(127 29 29/var(--tw-text-opacity))
}

.v10-sitecore-container .text-red-900\/0 {
    color: rgba(127, 29, 29, 0)
}

.v10-sitecore-container .text-red-900\/10 {
    color: rgba(127, 29, 29, .1)
}

.v10-sitecore-container .text-red-900\/100 {
    color: #7f1d1d
}

.v10-sitecore-container .text-red-900\/20 {
    color: rgba(127, 29, 29, .2)
}

.v10-sitecore-container .text-red-900\/25 {
    color: rgba(127, 29, 29, .25)
}

.v10-sitecore-container .text-red-900\/30 {
    color: rgba(127, 29, 29, .3)
}

.v10-sitecore-container .text-red-900\/40 {
    color: rgba(127, 29, 29, .4)
}

.v10-sitecore-container .text-red-900\/5 {
    color: rgba(127, 29, 29, .05)
}

.v10-sitecore-container .text-red-900\/50 {
    color: rgba(127, 29, 29, .5)
}

.v10-sitecore-container .text-red-900\/60 {
    color: rgba(127, 29, 29, .6)
}

.v10-sitecore-container .text-red-900\/70 {
    color: rgba(127, 29, 29, .7)
}

.v10-sitecore-container .text-red-900\/75 {
    color: rgba(127, 29, 29, .75)
}

.v10-sitecore-container .text-red-900\/80 {
    color: rgba(127, 29, 29, .8)
}

.v10-sitecore-container .text-red-900\/90 {
    color: rgba(127, 29, 29, .9)
}

.v10-sitecore-container .text-red-900\/95 {
    color: rgba(127, 29, 29, .95)
}

.v10-sitecore-container .text-red-950 {
    --tw-text-opacity: 1;
    color: rgb(69 10 10/var(--tw-text-opacity))
}

.v10-sitecore-container .text-red-950\/0 {
    color: rgba(69, 10, 10, 0)
}

.v10-sitecore-container .text-red-950\/10 {
    color: rgba(69, 10, 10, .1)
}

.v10-sitecore-container .text-red-950\/100 {
    color: #450a0a
}

.v10-sitecore-container .text-red-950\/20 {
    color: rgba(69, 10, 10, .2)
}

.v10-sitecore-container .text-red-950\/25 {
    color: rgba(69, 10, 10, .25)
}

.v10-sitecore-container .text-red-950\/30 {
    color: rgba(69, 10, 10, .3)
}

.v10-sitecore-container .text-red-950\/40 {
    color: rgba(69, 10, 10, .4)
}

.v10-sitecore-container .text-red-950\/5 {
    color: rgba(69, 10, 10, .05)
}

.v10-sitecore-container .text-red-950\/50 {
    color: rgba(69, 10, 10, .5)
}

.v10-sitecore-container .text-red-950\/60 {
    color: rgba(69, 10, 10, .6)
}

.v10-sitecore-container .text-red-950\/70 {
    color: rgba(69, 10, 10, .7)
}

.v10-sitecore-container .text-red-950\/75 {
    color: rgba(69, 10, 10, .75)
}

.v10-sitecore-container .text-red-950\/80 {
    color: rgba(69, 10, 10, .8)
}

.v10-sitecore-container .text-red-950\/90 {
    color: rgba(69, 10, 10, .9)
}

.v10-sitecore-container .text-red-950\/95 {
    color: rgba(69, 10, 10, .95)
}

.v10-sitecore-container .text-red-error {
    --tw-text-opacity: 1;
    color: rgb(221 54 74/var(--tw-text-opacity))
}

.v10-sitecore-container .text-red-error\/0 {
    color: rgba(221, 54, 74, 0)
}

.v10-sitecore-container .text-red-error\/10 {
    color: rgba(221, 54, 74, .1)
}

.v10-sitecore-container .text-red-error\/100 {
    color: #dd364a
}

.v10-sitecore-container .text-red-error\/20 {
    color: rgba(221, 54, 74, .2)
}

.v10-sitecore-container .text-red-error\/25 {
    color: rgba(221, 54, 74, .25)
}

.v10-sitecore-container .text-red-error\/30 {
    color: rgba(221, 54, 74, .3)
}

.v10-sitecore-container .text-red-error\/40 {
    color: rgba(221, 54, 74, .4)
}

.v10-sitecore-container .text-red-error\/5 {
    color: rgba(221, 54, 74, .05)
}

.v10-sitecore-container .text-red-error\/50 {
    color: rgba(221, 54, 74, .5)
}

.v10-sitecore-container .text-red-error\/60 {
    color: rgba(221, 54, 74, .6)
}

.v10-sitecore-container .text-red-error\/70 {
    color: rgba(221, 54, 74, .7)
}

.v10-sitecore-container .text-red-error\/75 {
    color: rgba(221, 54, 74, .75)
}

.v10-sitecore-container .text-red-error\/80 {
    color: rgba(221, 54, 74, .8)
}

.v10-sitecore-container .text-red-error\/90 {
    color: rgba(221, 54, 74, .9)
}

.v10-sitecore-container .text-red-error\/95 {
    color: rgba(221, 54, 74, .95)
}

.v10-sitecore-container .text-rose-100 {
    --tw-text-opacity: 1;
    color: rgb(255 228 230/var(--tw-text-opacity))
}

.v10-sitecore-container .text-rose-100\/0 {
    color: rgba(255, 228, 230, 0)
}

.v10-sitecore-container .text-rose-100\/10 {
    color: rgba(255, 228, 230, .1)
}

.v10-sitecore-container .text-rose-100\/100 {
    color: #ffe4e6
}

.v10-sitecore-container .text-rose-100\/20 {
    color: rgba(255, 228, 230, .2)
}

.v10-sitecore-container .text-rose-100\/25 {
    color: rgba(255, 228, 230, .25)
}

.v10-sitecore-container .text-rose-100\/30 {
    color: rgba(255, 228, 230, .3)
}

.v10-sitecore-container .text-rose-100\/40 {
    color: rgba(255, 228, 230, .4)
}

.v10-sitecore-container .text-rose-100\/5 {
    color: rgba(255, 228, 230, .05)
}

.v10-sitecore-container .text-rose-100\/50 {
    color: rgba(255, 228, 230, .5)
}

.v10-sitecore-container .text-rose-100\/60 {
    color: rgba(255, 228, 230, .6)
}

.v10-sitecore-container .text-rose-100\/70 {
    color: rgba(255, 228, 230, .7)
}

.v10-sitecore-container .text-rose-100\/75 {
    color: rgba(255, 228, 230, .75)
}

.v10-sitecore-container .text-rose-100\/80 {
    color: rgba(255, 228, 230, .8)
}

.v10-sitecore-container .text-rose-100\/90 {
    color: rgba(255, 228, 230, .9)
}

.v10-sitecore-container .text-rose-100\/95 {
    color: rgba(255, 228, 230, .95)
}

.v10-sitecore-container .text-rose-200 {
    --tw-text-opacity: 1;
    color: rgb(254 205 211/var(--tw-text-opacity))
}

.v10-sitecore-container .text-rose-200\/0 {
    color: rgba(254, 205, 211, 0)
}

.v10-sitecore-container .text-rose-200\/10 {
    color: rgba(254, 205, 211, .1)
}

.v10-sitecore-container .text-rose-200\/100 {
    color: #fecdd3
}

.v10-sitecore-container .text-rose-200\/20 {
    color: rgba(254, 205, 211, .2)
}

.v10-sitecore-container .text-rose-200\/25 {
    color: rgba(254, 205, 211, .25)
}

.v10-sitecore-container .text-rose-200\/30 {
    color: rgba(254, 205, 211, .3)
}

.v10-sitecore-container .text-rose-200\/40 {
    color: rgba(254, 205, 211, .4)
}

.v10-sitecore-container .text-rose-200\/5 {
    color: rgba(254, 205, 211, .05)
}

.v10-sitecore-container .text-rose-200\/50 {
    color: rgba(254, 205, 211, .5)
}

.v10-sitecore-container .text-rose-200\/60 {
    color: rgba(254, 205, 211, .6)
}

.v10-sitecore-container .text-rose-200\/70 {
    color: rgba(254, 205, 211, .7)
}

.v10-sitecore-container .text-rose-200\/75 {
    color: rgba(254, 205, 211, .75)
}

.v10-sitecore-container .text-rose-200\/80 {
    color: rgba(254, 205, 211, .8)
}

.v10-sitecore-container .text-rose-200\/90 {
    color: rgba(254, 205, 211, .9)
}

.v10-sitecore-container .text-rose-200\/95 {
    color: rgba(254, 205, 211, .95)
}

.v10-sitecore-container .text-rose-300 {
    --tw-text-opacity: 1;
    color: rgb(253 164 175/var(--tw-text-opacity))
}

.v10-sitecore-container .text-rose-300\/0 {
    color: rgba(253, 164, 175, 0)
}

.v10-sitecore-container .text-rose-300\/10 {
    color: rgba(253, 164, 175, .1)
}

.v10-sitecore-container .text-rose-300\/100 {
    color: #fda4af
}

.v10-sitecore-container .text-rose-300\/20 {
    color: rgba(253, 164, 175, .2)
}

.v10-sitecore-container .text-rose-300\/25 {
    color: rgba(253, 164, 175, .25)
}

.v10-sitecore-container .text-rose-300\/30 {
    color: rgba(253, 164, 175, .3)
}

.v10-sitecore-container .text-rose-300\/40 {
    color: rgba(253, 164, 175, .4)
}

.v10-sitecore-container .text-rose-300\/5 {
    color: rgba(253, 164, 175, .05)
}

.v10-sitecore-container .text-rose-300\/50 {
    color: rgba(253, 164, 175, .5)
}

.v10-sitecore-container .text-rose-300\/60 {
    color: rgba(253, 164, 175, .6)
}

.v10-sitecore-container .text-rose-300\/70 {
    color: rgba(253, 164, 175, .7)
}

.v10-sitecore-container .text-rose-300\/75 {
    color: rgba(253, 164, 175, .75)
}

.v10-sitecore-container .text-rose-300\/80 {
    color: rgba(253, 164, 175, .8)
}

.v10-sitecore-container .text-rose-300\/90 {
    color: rgba(253, 164, 175, .9)
}

.v10-sitecore-container .text-rose-300\/95 {
    color: rgba(253, 164, 175, .95)
}

.v10-sitecore-container .text-rose-400 {
    --tw-text-opacity: 1;
    color: rgb(251 113 133/var(--tw-text-opacity))
}

.v10-sitecore-container .text-rose-400\/0 {
    color: rgba(251, 113, 133, 0)
}

.v10-sitecore-container .text-rose-400\/10 {
    color: rgba(251, 113, 133, .1)
}

.v10-sitecore-container .text-rose-400\/100 {
    color: #fb7185
}

.v10-sitecore-container .text-rose-400\/20 {
    color: rgba(251, 113, 133, .2)
}

.v10-sitecore-container .text-rose-400\/25 {
    color: rgba(251, 113, 133, .25)
}

.v10-sitecore-container .text-rose-400\/30 {
    color: rgba(251, 113, 133, .3)
}

.v10-sitecore-container .text-rose-400\/40 {
    color: rgba(251, 113, 133, .4)
}

.v10-sitecore-container .text-rose-400\/5 {
    color: rgba(251, 113, 133, .05)
}

.v10-sitecore-container .text-rose-400\/50 {
    color: rgba(251, 113, 133, .5)
}

.v10-sitecore-container .text-rose-400\/60 {
    color: rgba(251, 113, 133, .6)
}

.v10-sitecore-container .text-rose-400\/70 {
    color: rgba(251, 113, 133, .7)
}

.v10-sitecore-container .text-rose-400\/75 {
    color: rgba(251, 113, 133, .75)
}

.v10-sitecore-container .text-rose-400\/80 {
    color: rgba(251, 113, 133, .8)
}

.v10-sitecore-container .text-rose-400\/90 {
    color: rgba(251, 113, 133, .9)
}

.v10-sitecore-container .text-rose-400\/95 {
    color: rgba(251, 113, 133, .95)
}

.v10-sitecore-container .text-rose-50 {
    --tw-text-opacity: 1;
    color: rgb(255 241 242/var(--tw-text-opacity))
}

.v10-sitecore-container .text-rose-50\/0 {
    color: rgba(255, 241, 242, 0)
}

.v10-sitecore-container .text-rose-50\/10 {
    color: rgba(255, 241, 242, .1)
}

.v10-sitecore-container .text-rose-50\/100 {
    color: #fff1f2
}

.v10-sitecore-container .text-rose-50\/20 {
    color: rgba(255, 241, 242, .2)
}

.v10-sitecore-container .text-rose-50\/25 {
    color: rgba(255, 241, 242, .25)
}

.v10-sitecore-container .text-rose-50\/30 {
    color: rgba(255, 241, 242, .3)
}

.v10-sitecore-container .text-rose-50\/40 {
    color: rgba(255, 241, 242, .4)
}

.v10-sitecore-container .text-rose-50\/5 {
    color: rgba(255, 241, 242, .05)
}

.v10-sitecore-container .text-rose-50\/50 {
    color: rgba(255, 241, 242, .5)
}

.v10-sitecore-container .text-rose-50\/60 {
    color: rgba(255, 241, 242, .6)
}

.v10-sitecore-container .text-rose-50\/70 {
    color: rgba(255, 241, 242, .7)
}

.v10-sitecore-container .text-rose-50\/75 {
    color: rgba(255, 241, 242, .75)
}

.v10-sitecore-container .text-rose-50\/80 {
    color: rgba(255, 241, 242, .8)
}

.v10-sitecore-container .text-rose-50\/90 {
    color: rgba(255, 241, 242, .9)
}

.v10-sitecore-container .text-rose-50\/95 {
    color: rgba(255, 241, 242, .95)
}

.v10-sitecore-container .text-rose-500 {
    --tw-text-opacity: 1;
    color: rgb(244 63 94/var(--tw-text-opacity))
}

.v10-sitecore-container .text-rose-500\/0 {
    color: rgba(244, 63, 94, 0)
}

.v10-sitecore-container .text-rose-500\/10 {
    color: rgba(244, 63, 94, .1)
}

.v10-sitecore-container .text-rose-500\/100 {
    color: #f43f5e
}

.v10-sitecore-container .text-rose-500\/20 {
    color: rgba(244, 63, 94, .2)
}

.v10-sitecore-container .text-rose-500\/25 {
    color: rgba(244, 63, 94, .25)
}

.v10-sitecore-container .text-rose-500\/30 {
    color: rgba(244, 63, 94, .3)
}

.v10-sitecore-container .text-rose-500\/40 {
    color: rgba(244, 63, 94, .4)
}

.v10-sitecore-container .text-rose-500\/5 {
    color: rgba(244, 63, 94, .05)
}

.v10-sitecore-container .text-rose-500\/50 {
    color: rgba(244, 63, 94, .5)
}

.v10-sitecore-container .text-rose-500\/60 {
    color: rgba(244, 63, 94, .6)
}

.v10-sitecore-container .text-rose-500\/70 {
    color: rgba(244, 63, 94, .7)
}

.v10-sitecore-container .text-rose-500\/75 {
    color: rgba(244, 63, 94, .75)
}

.v10-sitecore-container .text-rose-500\/80 {
    color: rgba(244, 63, 94, .8)
}

.v10-sitecore-container .text-rose-500\/90 {
    color: rgba(244, 63, 94, .9)
}

.v10-sitecore-container .text-rose-500\/95 {
    color: rgba(244, 63, 94, .95)
}

.v10-sitecore-container .text-rose-600 {
    --tw-text-opacity: 1;
    color: rgb(225 29 72/var(--tw-text-opacity))
}

.v10-sitecore-container .text-rose-600\/0 {
    color: rgba(225, 29, 72, 0)
}

.v10-sitecore-container .text-rose-600\/10 {
    color: rgba(225, 29, 72, .1)
}

.v10-sitecore-container .text-rose-600\/100 {
    color: #e11d48
}

.v10-sitecore-container .text-rose-600\/20 {
    color: rgba(225, 29, 72, .2)
}

.v10-sitecore-container .text-rose-600\/25 {
    color: rgba(225, 29, 72, .25)
}

.v10-sitecore-container .text-rose-600\/30 {
    color: rgba(225, 29, 72, .3)
}

.v10-sitecore-container .text-rose-600\/40 {
    color: rgba(225, 29, 72, .4)
}

.v10-sitecore-container .text-rose-600\/5 {
    color: rgba(225, 29, 72, .05)
}

.v10-sitecore-container .text-rose-600\/50 {
    color: rgba(225, 29, 72, .5)
}

.v10-sitecore-container .text-rose-600\/60 {
    color: rgba(225, 29, 72, .6)
}

.v10-sitecore-container .text-rose-600\/70 {
    color: rgba(225, 29, 72, .7)
}

.v10-sitecore-container .text-rose-600\/75 {
    color: rgba(225, 29, 72, .75)
}

.v10-sitecore-container .text-rose-600\/80 {
    color: rgba(225, 29, 72, .8)
}

.v10-sitecore-container .text-rose-600\/90 {
    color: rgba(225, 29, 72, .9)
}

.v10-sitecore-container .text-rose-600\/95 {
    color: rgba(225, 29, 72, .95)
}

.v10-sitecore-container .text-rose-700 {
    --tw-text-opacity: 1;
    color: rgb(190 18 60/var(--tw-text-opacity))
}

.v10-sitecore-container .text-rose-700\/0 {
    color: rgba(190, 18, 60, 0)
}

.v10-sitecore-container .text-rose-700\/10 {
    color: rgba(190, 18, 60, .1)
}

.v10-sitecore-container .text-rose-700\/100 {
    color: #be123c
}

.v10-sitecore-container .text-rose-700\/20 {
    color: rgba(190, 18, 60, .2)
}

.v10-sitecore-container .text-rose-700\/25 {
    color: rgba(190, 18, 60, .25)
}

.v10-sitecore-container .text-rose-700\/30 {
    color: rgba(190, 18, 60, .3)
}

.v10-sitecore-container .text-rose-700\/40 {
    color: rgba(190, 18, 60, .4)
}

.v10-sitecore-container .text-rose-700\/5 {
    color: rgba(190, 18, 60, .05)
}

.v10-sitecore-container .text-rose-700\/50 {
    color: rgba(190, 18, 60, .5)
}

.v10-sitecore-container .text-rose-700\/60 {
    color: rgba(190, 18, 60, .6)
}

.v10-sitecore-container .text-rose-700\/70 {
    color: rgba(190, 18, 60, .7)
}

.v10-sitecore-container .text-rose-700\/75 {
    color: rgba(190, 18, 60, .75)
}

.v10-sitecore-container .text-rose-700\/80 {
    color: rgba(190, 18, 60, .8)
}

.v10-sitecore-container .text-rose-700\/90 {
    color: rgba(190, 18, 60, .9)
}

.v10-sitecore-container .text-rose-700\/95 {
    color: rgba(190, 18, 60, .95)
}

.v10-sitecore-container .text-rose-800 {
    --tw-text-opacity: 1;
    color: rgb(159 18 57/var(--tw-text-opacity))
}

.v10-sitecore-container .text-rose-800\/0 {
    color: rgba(159, 18, 57, 0)
}

.v10-sitecore-container .text-rose-800\/10 {
    color: rgba(159, 18, 57, .1)
}

.v10-sitecore-container .text-rose-800\/100 {
    color: #9f1239
}

.v10-sitecore-container .text-rose-800\/20 {
    color: rgba(159, 18, 57, .2)
}

.v10-sitecore-container .text-rose-800\/25 {
    color: rgba(159, 18, 57, .25)
}

.v10-sitecore-container .text-rose-800\/30 {
    color: rgba(159, 18, 57, .3)
}

.v10-sitecore-container .text-rose-800\/40 {
    color: rgba(159, 18, 57, .4)
}

.v10-sitecore-container .text-rose-800\/5 {
    color: rgba(159, 18, 57, .05)
}

.v10-sitecore-container .text-rose-800\/50 {
    color: rgba(159, 18, 57, .5)
}

.v10-sitecore-container .text-rose-800\/60 {
    color: rgba(159, 18, 57, .6)
}

.v10-sitecore-container .text-rose-800\/70 {
    color: rgba(159, 18, 57, .7)
}

.v10-sitecore-container .text-rose-800\/75 {
    color: rgba(159, 18, 57, .75)
}

.v10-sitecore-container .text-rose-800\/80 {
    color: rgba(159, 18, 57, .8)
}

.v10-sitecore-container .text-rose-800\/90 {
    color: rgba(159, 18, 57, .9)
}

.v10-sitecore-container .text-rose-800\/95 {
    color: rgba(159, 18, 57, .95)
}

.v10-sitecore-container .text-rose-900 {
    --tw-text-opacity: 1;
    color: rgb(136 19 55/var(--tw-text-opacity))
}

.v10-sitecore-container .text-rose-900\/0 {
    color: rgba(136, 19, 55, 0)
}

.v10-sitecore-container .text-rose-900\/10 {
    color: rgba(136, 19, 55, .1)
}

.v10-sitecore-container .text-rose-900\/100 {
    color: #881337
}

.v10-sitecore-container .text-rose-900\/20 {
    color: rgba(136, 19, 55, .2)
}

.v10-sitecore-container .text-rose-900\/25 {
    color: rgba(136, 19, 55, .25)
}

.v10-sitecore-container .text-rose-900\/30 {
    color: rgba(136, 19, 55, .3)
}

.v10-sitecore-container .text-rose-900\/40 {
    color: rgba(136, 19, 55, .4)
}

.v10-sitecore-container .text-rose-900\/5 {
    color: rgba(136, 19, 55, .05)
}

.v10-sitecore-container .text-rose-900\/50 {
    color: rgba(136, 19, 55, .5)
}

.v10-sitecore-container .text-rose-900\/60 {
    color: rgba(136, 19, 55, .6)
}

.v10-sitecore-container .text-rose-900\/70 {
    color: rgba(136, 19, 55, .7)
}

.v10-sitecore-container .text-rose-900\/75 {
    color: rgba(136, 19, 55, .75)
}

.v10-sitecore-container .text-rose-900\/80 {
    color: rgba(136, 19, 55, .8)
}

.v10-sitecore-container .text-rose-900\/90 {
    color: rgba(136, 19, 55, .9)
}

.v10-sitecore-container .text-rose-900\/95 {
    color: rgba(136, 19, 55, .95)
}

.v10-sitecore-container .text-rose-950 {
    --tw-text-opacity: 1;
    color: rgb(76 5 25/var(--tw-text-opacity))
}

.v10-sitecore-container .text-rose-950\/0 {
    color: rgba(76, 5, 25, 0)
}

.v10-sitecore-container .text-rose-950\/10 {
    color: rgba(76, 5, 25, .1)
}

.v10-sitecore-container .text-rose-950\/100 {
    color: #4c0519
}

.v10-sitecore-container .text-rose-950\/20 {
    color: rgba(76, 5, 25, .2)
}

.v10-sitecore-container .text-rose-950\/25 {
    color: rgba(76, 5, 25, .25)
}

.v10-sitecore-container .text-rose-950\/30 {
    color: rgba(76, 5, 25, .3)
}

.v10-sitecore-container .text-rose-950\/40 {
    color: rgba(76, 5, 25, .4)
}

.v10-sitecore-container .text-rose-950\/5 {
    color: rgba(76, 5, 25, .05)
}

.v10-sitecore-container .text-rose-950\/50 {
    color: rgba(76, 5, 25, .5)
}

.v10-sitecore-container .text-rose-950\/60 {
    color: rgba(76, 5, 25, .6)
}

.v10-sitecore-container .text-rose-950\/70 {
    color: rgba(76, 5, 25, .7)
}

.v10-sitecore-container .text-rose-950\/75 {
    color: rgba(76, 5, 25, .75)
}

.v10-sitecore-container .text-rose-950\/80 {
    color: rgba(76, 5, 25, .8)
}

.v10-sitecore-container .text-rose-950\/90 {
    color: rgba(76, 5, 25, .9)
}

.v10-sitecore-container .text-rose-950\/95 {
    color: rgba(76, 5, 25, .95)
}

.v10-sitecore-container .text-sky-100 {
    --tw-text-opacity: 1;
    color: rgb(224 242 254/var(--tw-text-opacity))
}

.v10-sitecore-container .text-sky-100\/0 {
    color: rgba(224, 242, 254, 0)
}

.v10-sitecore-container .text-sky-100\/10 {
    color: rgba(224, 242, 254, .1)
}

.v10-sitecore-container .text-sky-100\/100 {
    color: #e0f2fe
}

.v10-sitecore-container .text-sky-100\/20 {
    color: rgba(224, 242, 254, .2)
}

.v10-sitecore-container .text-sky-100\/25 {
    color: rgba(224, 242, 254, .25)
}

.v10-sitecore-container .text-sky-100\/30 {
    color: rgba(224, 242, 254, .3)
}

.v10-sitecore-container .text-sky-100\/40 {
    color: rgba(224, 242, 254, .4)
}

.v10-sitecore-container .text-sky-100\/5 {
    color: rgba(224, 242, 254, .05)
}

.v10-sitecore-container .text-sky-100\/50 {
    color: rgba(224, 242, 254, .5)
}

.v10-sitecore-container .text-sky-100\/60 {
    color: rgba(224, 242, 254, .6)
}

.v10-sitecore-container .text-sky-100\/70 {
    color: rgba(224, 242, 254, .7)
}

.v10-sitecore-container .text-sky-100\/75 {
    color: rgba(224, 242, 254, .75)
}

.v10-sitecore-container .text-sky-100\/80 {
    color: rgba(224, 242, 254, .8)
}

.v10-sitecore-container .text-sky-100\/90 {
    color: rgba(224, 242, 254, .9)
}

.v10-sitecore-container .text-sky-100\/95 {
    color: rgba(224, 242, 254, .95)
}

.v10-sitecore-container .text-sky-200 {
    --tw-text-opacity: 1;
    color: rgb(186 230 253/var(--tw-text-opacity))
}

.v10-sitecore-container .text-sky-200\/0 {
    color: rgba(186, 230, 253, 0)
}

.v10-sitecore-container .text-sky-200\/10 {
    color: rgba(186, 230, 253, .1)
}

.v10-sitecore-container .text-sky-200\/100 {
    color: #bae6fd
}

.v10-sitecore-container .text-sky-200\/20 {
    color: rgba(186, 230, 253, .2)
}

.v10-sitecore-container .text-sky-200\/25 {
    color: rgba(186, 230, 253, .25)
}

.v10-sitecore-container .text-sky-200\/30 {
    color: rgba(186, 230, 253, .3)
}

.v10-sitecore-container .text-sky-200\/40 {
    color: rgba(186, 230, 253, .4)
}

.v10-sitecore-container .text-sky-200\/5 {
    color: rgba(186, 230, 253, .05)
}

.v10-sitecore-container .text-sky-200\/50 {
    color: rgba(186, 230, 253, .5)
}

.v10-sitecore-container .text-sky-200\/60 {
    color: rgba(186, 230, 253, .6)
}

.v10-sitecore-container .text-sky-200\/70 {
    color: rgba(186, 230, 253, .7)
}

.v10-sitecore-container .text-sky-200\/75 {
    color: rgba(186, 230, 253, .75)
}

.v10-sitecore-container .text-sky-200\/80 {
    color: rgba(186, 230, 253, .8)
}

.v10-sitecore-container .text-sky-200\/90 {
    color: rgba(186, 230, 253, .9)
}

.v10-sitecore-container .text-sky-200\/95 {
    color: rgba(186, 230, 253, .95)
}

.v10-sitecore-container .text-sky-300 {
    --tw-text-opacity: 1;
    color: rgb(125 211 252/var(--tw-text-opacity))
}

.v10-sitecore-container .text-sky-300\/0 {
    color: rgba(125, 211, 252, 0)
}

.v10-sitecore-container .text-sky-300\/10 {
    color: rgba(125, 211, 252, .1)
}

.v10-sitecore-container .text-sky-300\/100 {
    color: #7dd3fc
}

.v10-sitecore-container .text-sky-300\/20 {
    color: rgba(125, 211, 252, .2)
}

.v10-sitecore-container .text-sky-300\/25 {
    color: rgba(125, 211, 252, .25)
}

.v10-sitecore-container .text-sky-300\/30 {
    color: rgba(125, 211, 252, .3)
}

.v10-sitecore-container .text-sky-300\/40 {
    color: rgba(125, 211, 252, .4)
}

.v10-sitecore-container .text-sky-300\/5 {
    color: rgba(125, 211, 252, .05)
}

.v10-sitecore-container .text-sky-300\/50 {
    color: rgba(125, 211, 252, .5)
}

.v10-sitecore-container .text-sky-300\/60 {
    color: rgba(125, 211, 252, .6)
}

.v10-sitecore-container .text-sky-300\/70 {
    color: rgba(125, 211, 252, .7)
}

.v10-sitecore-container .text-sky-300\/75 {
    color: rgba(125, 211, 252, .75)
}

.v10-sitecore-container .text-sky-300\/80 {
    color: rgba(125, 211, 252, .8)
}

.v10-sitecore-container .text-sky-300\/90 {
    color: rgba(125, 211, 252, .9)
}

.v10-sitecore-container .text-sky-300\/95 {
    color: rgba(125, 211, 252, .95)
}

.v10-sitecore-container .text-sky-400 {
    --tw-text-opacity: 1;
    color: rgb(56 189 248/var(--tw-text-opacity))
}

.v10-sitecore-container .text-sky-400\/0 {
    color: rgba(56, 189, 248, 0)
}

.v10-sitecore-container .text-sky-400\/10 {
    color: rgba(56, 189, 248, .1)
}

.v10-sitecore-container .text-sky-400\/100 {
    color: #38bdf8
}

.v10-sitecore-container .text-sky-400\/20 {
    color: rgba(56, 189, 248, .2)
}

.v10-sitecore-container .text-sky-400\/25 {
    color: rgba(56, 189, 248, .25)
}

.v10-sitecore-container .text-sky-400\/30 {
    color: rgba(56, 189, 248, .3)
}

.v10-sitecore-container .text-sky-400\/40 {
    color: rgba(56, 189, 248, .4)
}

.v10-sitecore-container .text-sky-400\/5 {
    color: rgba(56, 189, 248, .05)
}

.v10-sitecore-container .text-sky-400\/50 {
    color: rgba(56, 189, 248, .5)
}

.v10-sitecore-container .text-sky-400\/60 {
    color: rgba(56, 189, 248, .6)
}

.v10-sitecore-container .text-sky-400\/70 {
    color: rgba(56, 189, 248, .7)
}

.v10-sitecore-container .text-sky-400\/75 {
    color: rgba(56, 189, 248, .75)
}

.v10-sitecore-container .text-sky-400\/80 {
    color: rgba(56, 189, 248, .8)
}

.v10-sitecore-container .text-sky-400\/90 {
    color: rgba(56, 189, 248, .9)
}

.v10-sitecore-container .text-sky-400\/95 {
    color: rgba(56, 189, 248, .95)
}

.v10-sitecore-container .text-sky-50 {
    --tw-text-opacity: 1;
    color: rgb(240 249 255/var(--tw-text-opacity))
}

.v10-sitecore-container .text-sky-50\/0 {
    color: rgba(240, 249, 255, 0)
}

.v10-sitecore-container .text-sky-50\/10 {
    color: rgba(240, 249, 255, .1)
}

.v10-sitecore-container .text-sky-50\/100 {
    color: #f0f9ff
}

.v10-sitecore-container .text-sky-50\/20 {
    color: rgba(240, 249, 255, .2)
}

.v10-sitecore-container .text-sky-50\/25 {
    color: rgba(240, 249, 255, .25)
}

.v10-sitecore-container .text-sky-50\/30 {
    color: rgba(240, 249, 255, .3)
}

.v10-sitecore-container .text-sky-50\/40 {
    color: rgba(240, 249, 255, .4)
}

.v10-sitecore-container .text-sky-50\/5 {
    color: rgba(240, 249, 255, .05)
}

.v10-sitecore-container .text-sky-50\/50 {
    color: rgba(240, 249, 255, .5)
}

.v10-sitecore-container .text-sky-50\/60 {
    color: rgba(240, 249, 255, .6)
}

.v10-sitecore-container .text-sky-50\/70 {
    color: rgba(240, 249, 255, .7)
}

.v10-sitecore-container .text-sky-50\/75 {
    color: rgba(240, 249, 255, .75)
}

.v10-sitecore-container .text-sky-50\/80 {
    color: rgba(240, 249, 255, .8)
}

.v10-sitecore-container .text-sky-50\/90 {
    color: rgba(240, 249, 255, .9)
}

.v10-sitecore-container .text-sky-50\/95 {
    color: rgba(240, 249, 255, .95)
}

.v10-sitecore-container .text-sky-500 {
    --tw-text-opacity: 1;
    color: rgb(14 165 233/var(--tw-text-opacity))
}

.v10-sitecore-container .text-sky-500\/0 {
    color: rgba(14, 165, 233, 0)
}

.v10-sitecore-container .text-sky-500\/10 {
    color: rgba(14, 165, 233, .1)
}

.v10-sitecore-container .text-sky-500\/100 {
    color: #0ea5e9
}

.v10-sitecore-container .text-sky-500\/20 {
    color: rgba(14, 165, 233, .2)
}

.v10-sitecore-container .text-sky-500\/25 {
    color: rgba(14, 165, 233, .25)
}

.v10-sitecore-container .text-sky-500\/30 {
    color: rgba(14, 165, 233, .3)
}

.v10-sitecore-container .text-sky-500\/40 {
    color: rgba(14, 165, 233, .4)
}

.v10-sitecore-container .text-sky-500\/5 {
    color: rgba(14, 165, 233, .05)
}

.v10-sitecore-container .text-sky-500\/50 {
    color: rgba(14, 165, 233, .5)
}

.v10-sitecore-container .text-sky-500\/60 {
    color: rgba(14, 165, 233, .6)
}

.v10-sitecore-container .text-sky-500\/70 {
    color: rgba(14, 165, 233, .7)
}

.v10-sitecore-container .text-sky-500\/75 {
    color: rgba(14, 165, 233, .75)
}

.v10-sitecore-container .text-sky-500\/80 {
    color: rgba(14, 165, 233, .8)
}

.v10-sitecore-container .text-sky-500\/90 {
    color: rgba(14, 165, 233, .9)
}

.v10-sitecore-container .text-sky-500\/95 {
    color: rgba(14, 165, 233, .95)
}

.v10-sitecore-container .text-sky-600 {
    --tw-text-opacity: 1;
    color: rgb(2 132 199/var(--tw-text-opacity))
}

.v10-sitecore-container .text-sky-600\/0 {
    color: rgba(2, 132, 199, 0)
}

.v10-sitecore-container .text-sky-600\/10 {
    color: rgba(2, 132, 199, .1)
}

.v10-sitecore-container .text-sky-600\/100 {
    color: #0284c7
}

.v10-sitecore-container .text-sky-600\/20 {
    color: rgba(2, 132, 199, .2)
}

.v10-sitecore-container .text-sky-600\/25 {
    color: rgba(2, 132, 199, .25)
}

.v10-sitecore-container .text-sky-600\/30 {
    color: rgba(2, 132, 199, .3)
}

.v10-sitecore-container .text-sky-600\/40 {
    color: rgba(2, 132, 199, .4)
}

.v10-sitecore-container .text-sky-600\/5 {
    color: rgba(2, 132, 199, .05)
}

.v10-sitecore-container .text-sky-600\/50 {
    color: rgba(2, 132, 199, .5)
}

.v10-sitecore-container .text-sky-600\/60 {
    color: rgba(2, 132, 199, .6)
}

.v10-sitecore-container .text-sky-600\/70 {
    color: rgba(2, 132, 199, .7)
}

.v10-sitecore-container .text-sky-600\/75 {
    color: rgba(2, 132, 199, .75)
}

.v10-sitecore-container .text-sky-600\/80 {
    color: rgba(2, 132, 199, .8)
}

.v10-sitecore-container .text-sky-600\/90 {
    color: rgba(2, 132, 199, .9)
}

.v10-sitecore-container .text-sky-600\/95 {
    color: rgba(2, 132, 199, .95)
}

.v10-sitecore-container .text-sky-700 {
    --tw-text-opacity: 1;
    color: rgb(3 105 161/var(--tw-text-opacity))
}

.v10-sitecore-container .text-sky-700\/0 {
    color: rgba(3, 105, 161, 0)
}

.v10-sitecore-container .text-sky-700\/10 {
    color: rgba(3, 105, 161, .1)
}

.v10-sitecore-container .text-sky-700\/100 {
    color: #0369a1
}

.v10-sitecore-container .text-sky-700\/20 {
    color: rgba(3, 105, 161, .2)
}

.v10-sitecore-container .text-sky-700\/25 {
    color: rgba(3, 105, 161, .25)
}

.v10-sitecore-container .text-sky-700\/30 {
    color: rgba(3, 105, 161, .3)
}

.v10-sitecore-container .text-sky-700\/40 {
    color: rgba(3, 105, 161, .4)
}

.v10-sitecore-container .text-sky-700\/5 {
    color: rgba(3, 105, 161, .05)
}

.v10-sitecore-container .text-sky-700\/50 {
    color: rgba(3, 105, 161, .5)
}

.v10-sitecore-container .text-sky-700\/60 {
    color: rgba(3, 105, 161, .6)
}

.v10-sitecore-container .text-sky-700\/70 {
    color: rgba(3, 105, 161, .7)
}

.v10-sitecore-container .text-sky-700\/75 {
    color: rgba(3, 105, 161, .75)
}

.v10-sitecore-container .text-sky-700\/80 {
    color: rgba(3, 105, 161, .8)
}

.v10-sitecore-container .text-sky-700\/90 {
    color: rgba(3, 105, 161, .9)
}

.v10-sitecore-container .text-sky-700\/95 {
    color: rgba(3, 105, 161, .95)
}

.v10-sitecore-container .text-sky-800 {
    --tw-text-opacity: 1;
    color: rgb(7 89 133/var(--tw-text-opacity))
}

.v10-sitecore-container .text-sky-800\/0 {
    color: rgba(7, 89, 133, 0)
}

.v10-sitecore-container .text-sky-800\/10 {
    color: rgba(7, 89, 133, .1)
}

.v10-sitecore-container .text-sky-800\/100 {
    color: #075985
}

.v10-sitecore-container .text-sky-800\/20 {
    color: rgba(7, 89, 133, .2)
}

.v10-sitecore-container .text-sky-800\/25 {
    color: rgba(7, 89, 133, .25)
}

.v10-sitecore-container .text-sky-800\/30 {
    color: rgba(7, 89, 133, .3)
}

.v10-sitecore-container .text-sky-800\/40 {
    color: rgba(7, 89, 133, .4)
}

.v10-sitecore-container .text-sky-800\/5 {
    color: rgba(7, 89, 133, .05)
}

.v10-sitecore-container .text-sky-800\/50 {
    color: rgba(7, 89, 133, .5)
}

.v10-sitecore-container .text-sky-800\/60 {
    color: rgba(7, 89, 133, .6)
}

.v10-sitecore-container .text-sky-800\/70 {
    color: rgba(7, 89, 133, .7)
}

.v10-sitecore-container .text-sky-800\/75 {
    color: rgba(7, 89, 133, .75)
}

.v10-sitecore-container .text-sky-800\/80 {
    color: rgba(7, 89, 133, .8)
}

.v10-sitecore-container .text-sky-800\/90 {
    color: rgba(7, 89, 133, .9)
}

.v10-sitecore-container .text-sky-800\/95 {
    color: rgba(7, 89, 133, .95)
}

.v10-sitecore-container .text-sky-900 {
    --tw-text-opacity: 1;
    color: rgb(12 74 110/var(--tw-text-opacity))
}

.v10-sitecore-container .text-sky-900\/0 {
    color: rgba(12, 74, 110, 0)
}

.v10-sitecore-container .text-sky-900\/10 {
    color: rgba(12, 74, 110, .1)
}

.v10-sitecore-container .text-sky-900\/100 {
    color: #0c4a6e
}

.v10-sitecore-container .text-sky-900\/20 {
    color: rgba(12, 74, 110, .2)
}

.v10-sitecore-container .text-sky-900\/25 {
    color: rgba(12, 74, 110, .25)
}

.v10-sitecore-container .text-sky-900\/30 {
    color: rgba(12, 74, 110, .3)
}

.v10-sitecore-container .text-sky-900\/40 {
    color: rgba(12, 74, 110, .4)
}

.v10-sitecore-container .text-sky-900\/5 {
    color: rgba(12, 74, 110, .05)
}

.v10-sitecore-container .text-sky-900\/50 {
    color: rgba(12, 74, 110, .5)
}

.v10-sitecore-container .text-sky-900\/60 {
    color: rgba(12, 74, 110, .6)
}

.v10-sitecore-container .text-sky-900\/70 {
    color: rgba(12, 74, 110, .7)
}

.v10-sitecore-container .text-sky-900\/75 {
    color: rgba(12, 74, 110, .75)
}

.v10-sitecore-container .text-sky-900\/80 {
    color: rgba(12, 74, 110, .8)
}

.v10-sitecore-container .text-sky-900\/90 {
    color: rgba(12, 74, 110, .9)
}

.v10-sitecore-container .text-sky-900\/95 {
    color: rgba(12, 74, 110, .95)
}

.v10-sitecore-container .text-sky-950 {
    --tw-text-opacity: 1;
    color: rgb(8 47 73/var(--tw-text-opacity))
}

.v10-sitecore-container .text-sky-950\/0 {
    color: rgba(8, 47, 73, 0)
}

.v10-sitecore-container .text-sky-950\/10 {
    color: rgba(8, 47, 73, .1)
}

.v10-sitecore-container .text-sky-950\/100 {
    color: #082f49
}

.v10-sitecore-container .text-sky-950\/20 {
    color: rgba(8, 47, 73, .2)
}

.v10-sitecore-container .text-sky-950\/25 {
    color: rgba(8, 47, 73, .25)
}

.v10-sitecore-container .text-sky-950\/30 {
    color: rgba(8, 47, 73, .3)
}

.v10-sitecore-container .text-sky-950\/40 {
    color: rgba(8, 47, 73, .4)
}

.v10-sitecore-container .text-sky-950\/5 {
    color: rgba(8, 47, 73, .05)
}

.v10-sitecore-container .text-sky-950\/50 {
    color: rgba(8, 47, 73, .5)
}

.v10-sitecore-container .text-sky-950\/60 {
    color: rgba(8, 47, 73, .6)
}

.v10-sitecore-container .text-sky-950\/70 {
    color: rgba(8, 47, 73, .7)
}

.v10-sitecore-container .text-sky-950\/75 {
    color: rgba(8, 47, 73, .75)
}

.v10-sitecore-container .text-sky-950\/80 {
    color: rgba(8, 47, 73, .8)
}

.v10-sitecore-container .text-sky-950\/90 {
    color: rgba(8, 47, 73, .9)
}

.v10-sitecore-container .text-sky-950\/95 {
    color: rgba(8, 47, 73, .95)
}

.v10-sitecore-container .text-slate-100 {
    --tw-text-opacity: 1;
    color: rgb(241 245 249/var(--tw-text-opacity))
}

.v10-sitecore-container .text-slate-100\/0 {
    color: rgba(241, 245, 249, 0)
}

.v10-sitecore-container .text-slate-100\/10 {
    color: rgba(241, 245, 249, .1)
}

.v10-sitecore-container .text-slate-100\/100 {
    color: #f1f5f9
}

.v10-sitecore-container .text-slate-100\/20 {
    color: rgba(241, 245, 249, .2)
}

.v10-sitecore-container .text-slate-100\/25 {
    color: rgba(241, 245, 249, .25)
}

.v10-sitecore-container .text-slate-100\/30 {
    color: rgba(241, 245, 249, .3)
}

.v10-sitecore-container .text-slate-100\/40 {
    color: rgba(241, 245, 249, .4)
}

.v10-sitecore-container .text-slate-100\/5 {
    color: rgba(241, 245, 249, .05)
}

.v10-sitecore-container .text-slate-100\/50 {
    color: rgba(241, 245, 249, .5)
}

.v10-sitecore-container .text-slate-100\/60 {
    color: rgba(241, 245, 249, .6)
}

.v10-sitecore-container .text-slate-100\/70 {
    color: rgba(241, 245, 249, .7)
}

.v10-sitecore-container .text-slate-100\/75 {
    color: rgba(241, 245, 249, .75)
}

.v10-sitecore-container .text-slate-100\/80 {
    color: rgba(241, 245, 249, .8)
}

.v10-sitecore-container .text-slate-100\/90 {
    color: rgba(241, 245, 249, .9)
}

.v10-sitecore-container .text-slate-100\/95 {
    color: rgba(241, 245, 249, .95)
}

.v10-sitecore-container .text-slate-200 {
    --tw-text-opacity: 1;
    color: rgb(226 232 240/var(--tw-text-opacity))
}

.v10-sitecore-container .text-slate-200\/0 {
    color: rgba(226, 232, 240, 0)
}

.v10-sitecore-container .text-slate-200\/10 {
    color: rgba(226, 232, 240, .1)
}

.v10-sitecore-container .text-slate-200\/100 {
    color: #e2e8f0
}

.v10-sitecore-container .text-slate-200\/20 {
    color: rgba(226, 232, 240, .2)
}

.v10-sitecore-container .text-slate-200\/25 {
    color: rgba(226, 232, 240, .25)
}

.v10-sitecore-container .text-slate-200\/30 {
    color: rgba(226, 232, 240, .3)
}

.v10-sitecore-container .text-slate-200\/40 {
    color: rgba(226, 232, 240, .4)
}

.v10-sitecore-container .text-slate-200\/5 {
    color: rgba(226, 232, 240, .05)
}

.v10-sitecore-container .text-slate-200\/50 {
    color: rgba(226, 232, 240, .5)
}

.v10-sitecore-container .text-slate-200\/60 {
    color: rgba(226, 232, 240, .6)
}

.v10-sitecore-container .text-slate-200\/70 {
    color: rgba(226, 232, 240, .7)
}

.v10-sitecore-container .text-slate-200\/75 {
    color: rgba(226, 232, 240, .75)
}

.v10-sitecore-container .text-slate-200\/80 {
    color: rgba(226, 232, 240, .8)
}

.v10-sitecore-container .text-slate-200\/90 {
    color: rgba(226, 232, 240, .9)
}

.v10-sitecore-container .text-slate-200\/95 {
    color: rgba(226, 232, 240, .95)
}

.v10-sitecore-container .text-slate-300 {
    --tw-text-opacity: 1;
    color: rgb(203 213 225/var(--tw-text-opacity))
}

.v10-sitecore-container .text-slate-300\/0 {
    color: rgba(203, 213, 225, 0)
}

.v10-sitecore-container .text-slate-300\/10 {
    color: rgba(203, 213, 225, .1)
}

.v10-sitecore-container .text-slate-300\/100 {
    color: #cbd5e1
}

.v10-sitecore-container .text-slate-300\/20 {
    color: rgba(203, 213, 225, .2)
}

.v10-sitecore-container .text-slate-300\/25 {
    color: rgba(203, 213, 225, .25)
}

.v10-sitecore-container .text-slate-300\/30 {
    color: rgba(203, 213, 225, .3)
}

.v10-sitecore-container .text-slate-300\/40 {
    color: rgba(203, 213, 225, .4)
}

.v10-sitecore-container .text-slate-300\/5 {
    color: rgba(203, 213, 225, .05)
}

.v10-sitecore-container .text-slate-300\/50 {
    color: rgba(203, 213, 225, .5)
}

.v10-sitecore-container .text-slate-300\/60 {
    color: rgba(203, 213, 225, .6)
}

.v10-sitecore-container .text-slate-300\/70 {
    color: rgba(203, 213, 225, .7)
}

.v10-sitecore-container .text-slate-300\/75 {
    color: rgba(203, 213, 225, .75)
}

.v10-sitecore-container .text-slate-300\/80 {
    color: rgba(203, 213, 225, .8)
}

.v10-sitecore-container .text-slate-300\/90 {
    color: rgba(203, 213, 225, .9)
}

.v10-sitecore-container .text-slate-300\/95 {
    color: rgba(203, 213, 225, .95)
}

.v10-sitecore-container .text-slate-400 {
    --tw-text-opacity: 1;
    color: rgb(148 163 184/var(--tw-text-opacity))
}

.v10-sitecore-container .text-slate-400\/0 {
    color: rgba(148, 163, 184, 0)
}

.v10-sitecore-container .text-slate-400\/10 {
    color: rgba(148, 163, 184, .1)
}

.v10-sitecore-container .text-slate-400\/100 {
    color: #94a3b8
}

.v10-sitecore-container .text-slate-400\/20 {
    color: rgba(148, 163, 184, .2)
}

.v10-sitecore-container .text-slate-400\/25 {
    color: rgba(148, 163, 184, .25)
}

.v10-sitecore-container .text-slate-400\/30 {
    color: rgba(148, 163, 184, .3)
}

.v10-sitecore-container .text-slate-400\/40 {
    color: rgba(148, 163, 184, .4)
}

.v10-sitecore-container .text-slate-400\/5 {
    color: rgba(148, 163, 184, .05)
}

.v10-sitecore-container .text-slate-400\/50 {
    color: rgba(148, 163, 184, .5)
}

.v10-sitecore-container .text-slate-400\/60 {
    color: rgba(148, 163, 184, .6)
}

.v10-sitecore-container .text-slate-400\/70 {
    color: rgba(148, 163, 184, .7)
}

.v10-sitecore-container .text-slate-400\/75 {
    color: rgba(148, 163, 184, .75)
}

.v10-sitecore-container .text-slate-400\/80 {
    color: rgba(148, 163, 184, .8)
}

.v10-sitecore-container .text-slate-400\/90 {
    color: rgba(148, 163, 184, .9)
}

.v10-sitecore-container .text-slate-400\/95 {
    color: rgba(148, 163, 184, .95)
}

.v10-sitecore-container .text-slate-50 {
    --tw-text-opacity: 1;
    color: rgb(248 250 252/var(--tw-text-opacity))
}

.v10-sitecore-container .text-slate-50\/0 {
    color: rgba(248, 250, 252, 0)
}

.v10-sitecore-container .text-slate-50\/10 {
    color: rgba(248, 250, 252, .1)
}

.v10-sitecore-container .text-slate-50\/100 {
    color: #f8fafc
}

.v10-sitecore-container .text-slate-50\/20 {
    color: rgba(248, 250, 252, .2)
}

.v10-sitecore-container .text-slate-50\/25 {
    color: rgba(248, 250, 252, .25)
}

.v10-sitecore-container .text-slate-50\/30 {
    color: rgba(248, 250, 252, .3)
}

.v10-sitecore-container .text-slate-50\/40 {
    color: rgba(248, 250, 252, .4)
}

.v10-sitecore-container .text-slate-50\/5 {
    color: rgba(248, 250, 252, .05)
}

.v10-sitecore-container .text-slate-50\/50 {
    color: rgba(248, 250, 252, .5)
}

.v10-sitecore-container .text-slate-50\/60 {
    color: rgba(248, 250, 252, .6)
}

.v10-sitecore-container .text-slate-50\/70 {
    color: rgba(248, 250, 252, .7)
}

.v10-sitecore-container .text-slate-50\/75 {
    color: rgba(248, 250, 252, .75)
}

.v10-sitecore-container .text-slate-50\/80 {
    color: rgba(248, 250, 252, .8)
}

.v10-sitecore-container .text-slate-50\/90 {
    color: rgba(248, 250, 252, .9)
}

.v10-sitecore-container .text-slate-50\/95 {
    color: rgba(248, 250, 252, .95)
}

.v10-sitecore-container .text-slate-500 {
    --tw-text-opacity: 1;
    color: rgb(100 116 139/var(--tw-text-opacity))
}

.v10-sitecore-container .text-slate-500\/0 {
    color: rgba(100, 116, 139, 0)
}

.v10-sitecore-container .text-slate-500\/10 {
    color: rgba(100, 116, 139, .1)
}

.v10-sitecore-container .text-slate-500\/100 {
    color: #64748b
}

.v10-sitecore-container .text-slate-500\/20 {
    color: rgba(100, 116, 139, .2)
}

.v10-sitecore-container .text-slate-500\/25 {
    color: rgba(100, 116, 139, .25)
}

.v10-sitecore-container .text-slate-500\/30 {
    color: rgba(100, 116, 139, .3)
}

.v10-sitecore-container .text-slate-500\/40 {
    color: rgba(100, 116, 139, .4)
}

.v10-sitecore-container .text-slate-500\/5 {
    color: rgba(100, 116, 139, .05)
}

.v10-sitecore-container .text-slate-500\/50 {
    color: rgba(100, 116, 139, .5)
}

.v10-sitecore-container .text-slate-500\/60 {
    color: rgba(100, 116, 139, .6)
}

.v10-sitecore-container .text-slate-500\/70 {
    color: rgba(100, 116, 139, .7)
}

.v10-sitecore-container .text-slate-500\/75 {
    color: rgba(100, 116, 139, .75)
}

.v10-sitecore-container .text-slate-500\/80 {
    color: rgba(100, 116, 139, .8)
}

.v10-sitecore-container .text-slate-500\/90 {
    color: rgba(100, 116, 139, .9)
}

.v10-sitecore-container .text-slate-500\/95 {
    color: rgba(100, 116, 139, .95)
}

.v10-sitecore-container .text-slate-600 {
    --tw-text-opacity: 1;
    color: rgb(71 85 105/var(--tw-text-opacity))
}

.v10-sitecore-container .text-slate-600\/0 {
    color: rgba(71, 85, 105, 0)
}

.v10-sitecore-container .text-slate-600\/10 {
    color: rgba(71, 85, 105, .1)
}

.v10-sitecore-container .text-slate-600\/100 {
    color: #475569
}

.v10-sitecore-container .text-slate-600\/20 {
    color: rgba(71, 85, 105, .2)
}

.v10-sitecore-container .text-slate-600\/25 {
    color: rgba(71, 85, 105, .25)
}

.v10-sitecore-container .text-slate-600\/30 {
    color: rgba(71, 85, 105, .3)
}

.v10-sitecore-container .text-slate-600\/40 {
    color: rgba(71, 85, 105, .4)
}

.v10-sitecore-container .text-slate-600\/5 {
    color: rgba(71, 85, 105, .05)
}

.v10-sitecore-container .text-slate-600\/50 {
    color: rgba(71, 85, 105, .5)
}

.v10-sitecore-container .text-slate-600\/60 {
    color: rgba(71, 85, 105, .6)
}

.v10-sitecore-container .text-slate-600\/70 {
    color: rgba(71, 85, 105, .7)
}

.v10-sitecore-container .text-slate-600\/75 {
    color: rgba(71, 85, 105, .75)
}

.v10-sitecore-container .text-slate-600\/80 {
    color: rgba(71, 85, 105, .8)
}

.v10-sitecore-container .text-slate-600\/90 {
    color: rgba(71, 85, 105, .9)
}

.v10-sitecore-container .text-slate-600\/95 {
    color: rgba(71, 85, 105, .95)
}

.v10-sitecore-container .text-slate-700 {
    --tw-text-opacity: 1;
    color: rgb(51 65 85/var(--tw-text-opacity))
}

.v10-sitecore-container .text-slate-700\/0 {
    color: rgba(51, 65, 85, 0)
}

.v10-sitecore-container .text-slate-700\/10 {
    color: rgba(51, 65, 85, .1)
}

.v10-sitecore-container .text-slate-700\/100 {
    color: #334155
}

.v10-sitecore-container .text-slate-700\/20 {
    color: rgba(51, 65, 85, .2)
}

.v10-sitecore-container .text-slate-700\/25 {
    color: rgba(51, 65, 85, .25)
}

.v10-sitecore-container .text-slate-700\/30 {
    color: rgba(51, 65, 85, .3)
}

.v10-sitecore-container .text-slate-700\/40 {
    color: rgba(51, 65, 85, .4)
}

.v10-sitecore-container .text-slate-700\/5 {
    color: rgba(51, 65, 85, .05)
}

.v10-sitecore-container .text-slate-700\/50 {
    color: rgba(51, 65, 85, .5)
}

.v10-sitecore-container .text-slate-700\/60 {
    color: rgba(51, 65, 85, .6)
}

.v10-sitecore-container .text-slate-700\/70 {
    color: rgba(51, 65, 85, .7)
}

.v10-sitecore-container .text-slate-700\/75 {
    color: rgba(51, 65, 85, .75)
}

.v10-sitecore-container .text-slate-700\/80 {
    color: rgba(51, 65, 85, .8)
}

.v10-sitecore-container .text-slate-700\/90 {
    color: rgba(51, 65, 85, .9)
}

.v10-sitecore-container .text-slate-700\/95 {
    color: rgba(51, 65, 85, .95)
}

.v10-sitecore-container .text-slate-800 {
    --tw-text-opacity: 1;
    color: rgb(30 41 59/var(--tw-text-opacity))
}

.v10-sitecore-container .text-slate-800\/0 {
    color: rgba(30, 41, 59, 0)
}

.v10-sitecore-container .text-slate-800\/10 {
    color: rgba(30, 41, 59, .1)
}

.v10-sitecore-container .text-slate-800\/100 {
    color: #1e293b
}

.v10-sitecore-container .text-slate-800\/20 {
    color: rgba(30, 41, 59, .2)
}

.v10-sitecore-container .text-slate-800\/25 {
    color: rgba(30, 41, 59, .25)
}

.v10-sitecore-container .text-slate-800\/30 {
    color: rgba(30, 41, 59, .3)
}

.v10-sitecore-container .text-slate-800\/40 {
    color: rgba(30, 41, 59, .4)
}

.v10-sitecore-container .text-slate-800\/5 {
    color: rgba(30, 41, 59, .05)
}

.v10-sitecore-container .text-slate-800\/50 {
    color: rgba(30, 41, 59, .5)
}

.v10-sitecore-container .text-slate-800\/60 {
    color: rgba(30, 41, 59, .6)
}

.v10-sitecore-container .text-slate-800\/70 {
    color: rgba(30, 41, 59, .7)
}

.v10-sitecore-container .text-slate-800\/75 {
    color: rgba(30, 41, 59, .75)
}

.v10-sitecore-container .text-slate-800\/80 {
    color: rgba(30, 41, 59, .8)
}

.v10-sitecore-container .text-slate-800\/90 {
    color: rgba(30, 41, 59, .9)
}

.v10-sitecore-container .text-slate-800\/95 {
    color: rgba(30, 41, 59, .95)
}

.v10-sitecore-container .text-slate-900 {
    --tw-text-opacity: 1;
    color: rgb(15 23 42/var(--tw-text-opacity))
}

.v10-sitecore-container .text-slate-900\/0 {
    color: rgba(15, 23, 42, 0)
}

.v10-sitecore-container .text-slate-900\/10 {
    color: rgba(15, 23, 42, .1)
}

.v10-sitecore-container .text-slate-900\/100 {
    color: #0f172a
}

.v10-sitecore-container .text-slate-900\/20 {
    color: rgba(15, 23, 42, .2)
}

.v10-sitecore-container .text-slate-900\/25 {
    color: rgba(15, 23, 42, .25)
}

.v10-sitecore-container .text-slate-900\/30 {
    color: rgba(15, 23, 42, .3)
}

.v10-sitecore-container .text-slate-900\/40 {
    color: rgba(15, 23, 42, .4)
}

.v10-sitecore-container .text-slate-900\/5 {
    color: rgba(15, 23, 42, .05)
}

.v10-sitecore-container .text-slate-900\/50 {
    color: rgba(15, 23, 42, .5)
}

.v10-sitecore-container .text-slate-900\/60 {
    color: rgba(15, 23, 42, .6)
}

.v10-sitecore-container .text-slate-900\/70 {
    color: rgba(15, 23, 42, .7)
}

.v10-sitecore-container .text-slate-900\/75 {
    color: rgba(15, 23, 42, .75)
}

.v10-sitecore-container .text-slate-900\/80 {
    color: rgba(15, 23, 42, .8)
}

.v10-sitecore-container .text-slate-900\/90 {
    color: rgba(15, 23, 42, .9)
}

.v10-sitecore-container .text-slate-900\/95 {
    color: rgba(15, 23, 42, .95)
}

.v10-sitecore-container .text-slate-950 {
    --tw-text-opacity: 1;
    color: rgb(2 6 23/var(--tw-text-opacity))
}

.v10-sitecore-container .text-slate-950\/0 {
    color: rgba(2, 6, 23, 0)
}

.v10-sitecore-container .text-slate-950\/10 {
    color: rgba(2, 6, 23, .1)
}

.v10-sitecore-container .text-slate-950\/100 {
    color: #020617
}

.v10-sitecore-container .text-slate-950\/20 {
    color: rgba(2, 6, 23, .2)
}

.v10-sitecore-container .text-slate-950\/25 {
    color: rgba(2, 6, 23, .25)
}

.v10-sitecore-container .text-slate-950\/30 {
    color: rgba(2, 6, 23, .3)
}

.v10-sitecore-container .text-slate-950\/40 {
    color: rgba(2, 6, 23, .4)
}

.v10-sitecore-container .text-slate-950\/5 {
    color: rgba(2, 6, 23, .05)
}

.v10-sitecore-container .text-slate-950\/50 {
    color: rgba(2, 6, 23, .5)
}

.v10-sitecore-container .text-slate-950\/60 {
    color: rgba(2, 6, 23, .6)
}

.v10-sitecore-container .text-slate-950\/70 {
    color: rgba(2, 6, 23, .7)
}

.v10-sitecore-container .text-slate-950\/75 {
    color: rgba(2, 6, 23, .75)
}

.v10-sitecore-container .text-slate-950\/80 {
    color: rgba(2, 6, 23, .8)
}

.v10-sitecore-container .text-slate-950\/90 {
    color: rgba(2, 6, 23, .9)
}

.v10-sitecore-container .text-slate-950\/95 {
    color: rgba(2, 6, 23, .95)
}

.v10-sitecore-container .text-sscp-tangerine {
    --tw-text-opacity: 1;
    color: rgb(239 107 42/var(--tw-text-opacity))
}

.v10-sitecore-container .text-sscp-tangerine\/0 {
    color: rgba(239, 107, 42, 0)
}

.v10-sitecore-container .text-sscp-tangerine\/10 {
    color: rgba(239, 107, 42, .1)
}

.v10-sitecore-container .text-sscp-tangerine\/100 {
    color: #ef6b2a
}

.v10-sitecore-container .text-sscp-tangerine\/20 {
    color: rgba(239, 107, 42, .2)
}

.v10-sitecore-container .text-sscp-tangerine\/25 {
    color: rgba(239, 107, 42, .25)
}

.v10-sitecore-container .text-sscp-tangerine\/30 {
    color: rgba(239, 107, 42, .3)
}

.v10-sitecore-container .text-sscp-tangerine\/40 {
    color: rgba(239, 107, 42, .4)
}

.v10-sitecore-container .text-sscp-tangerine\/5 {
    color: rgba(239, 107, 42, .05)
}

.v10-sitecore-container .text-sscp-tangerine\/50 {
    color: rgba(239, 107, 42, .5)
}

.v10-sitecore-container .text-sscp-tangerine\/60 {
    color: rgba(239, 107, 42, .6)
}

.v10-sitecore-container .text-sscp-tangerine\/70 {
    color: rgba(239, 107, 42, .7)
}

.v10-sitecore-container .text-sscp-tangerine\/75 {
    color: rgba(239, 107, 42, .75)
}

.v10-sitecore-container .text-sscp-tangerine\/80 {
    color: rgba(239, 107, 42, .8)
}

.v10-sitecore-container .text-sscp-tangerine\/90 {
    color: rgba(239, 107, 42, .9)
}

.v10-sitecore-container .text-sscp-tangerine\/95 {
    color: rgba(239, 107, 42, .95)
}

.v10-sitecore-container .text-stone-100 {
    --tw-text-opacity: 1;
    color: rgb(245 245 244/var(--tw-text-opacity))
}

.v10-sitecore-container .text-stone-100\/0 {
    color: hsla(60, 5%, 96%, 0)
}

.v10-sitecore-container .text-stone-100\/10 {
    color: hsla(60, 5%, 96%, .1)
}

.v10-sitecore-container .text-stone-100\/100 {
    color: #f5f5f4
}

.v10-sitecore-container .text-stone-100\/20 {
    color: hsla(60, 5%, 96%, .2)
}

.v10-sitecore-container .text-stone-100\/25 {
    color: hsla(60, 5%, 96%, .25)
}

.v10-sitecore-container .text-stone-100\/30 {
    color: hsla(60, 5%, 96%, .3)
}

.v10-sitecore-container .text-stone-100\/40 {
    color: hsla(60, 5%, 96%, .4)
}

.v10-sitecore-container .text-stone-100\/5 {
    color: hsla(60, 5%, 96%, .05)
}

.v10-sitecore-container .text-stone-100\/50 {
    color: hsla(60, 5%, 96%, .5)
}

.v10-sitecore-container .text-stone-100\/60 {
    color: hsla(60, 5%, 96%, .6)
}

.v10-sitecore-container .text-stone-100\/70 {
    color: hsla(60, 5%, 96%, .7)
}

.v10-sitecore-container .text-stone-100\/75 {
    color: hsla(60, 5%, 96%, .75)
}

.v10-sitecore-container .text-stone-100\/80 {
    color: hsla(60, 5%, 96%, .8)
}

.v10-sitecore-container .text-stone-100\/90 {
    color: hsla(60, 5%, 96%, .9)
}

.v10-sitecore-container .text-stone-100\/95 {
    color: hsla(60, 5%, 96%, .95)
}

.v10-sitecore-container .text-stone-200 {
    --tw-text-opacity: 1;
    color: rgb(231 229 228/var(--tw-text-opacity))
}

.v10-sitecore-container .text-stone-200\/0 {
    color: hsla(20, 6%, 90%, 0)
}

.v10-sitecore-container .text-stone-200\/10 {
    color: hsla(20, 6%, 90%, .1)
}

.v10-sitecore-container .text-stone-200\/100 {
    color: #e7e5e4
}

.v10-sitecore-container .text-stone-200\/20 {
    color: hsla(20, 6%, 90%, .2)
}

.v10-sitecore-container .text-stone-200\/25 {
    color: hsla(20, 6%, 90%, .25)
}

.v10-sitecore-container .text-stone-200\/30 {
    color: hsla(20, 6%, 90%, .3)
}

.v10-sitecore-container .text-stone-200\/40 {
    color: hsla(20, 6%, 90%, .4)
}

.v10-sitecore-container .text-stone-200\/5 {
    color: hsla(20, 6%, 90%, .05)
}

.v10-sitecore-container .text-stone-200\/50 {
    color: hsla(20, 6%, 90%, .5)
}

.v10-sitecore-container .text-stone-200\/60 {
    color: hsla(20, 6%, 90%, .6)
}

.v10-sitecore-container .text-stone-200\/70 {
    color: hsla(20, 6%, 90%, .7)
}

.v10-sitecore-container .text-stone-200\/75 {
    color: hsla(20, 6%, 90%, .75)
}

.v10-sitecore-container .text-stone-200\/80 {
    color: hsla(20, 6%, 90%, .8)
}

.v10-sitecore-container .text-stone-200\/90 {
    color: hsla(20, 6%, 90%, .9)
}

.v10-sitecore-container .text-stone-200\/95 {
    color: hsla(20, 6%, 90%, .95)
}

.v10-sitecore-container .text-stone-300 {
    --tw-text-opacity: 1;
    color: rgb(214 211 209/var(--tw-text-opacity))
}

.v10-sitecore-container .text-stone-300\/0 {
    color: hsla(24, 6%, 83%, 0)
}

.v10-sitecore-container .text-stone-300\/10 {
    color: hsla(24, 6%, 83%, .1)
}

.v10-sitecore-container .text-stone-300\/100 {
    color: #d6d3d1
}

.v10-sitecore-container .text-stone-300\/20 {
    color: hsla(24, 6%, 83%, .2)
}

.v10-sitecore-container .text-stone-300\/25 {
    color: hsla(24, 6%, 83%, .25)
}

.v10-sitecore-container .text-stone-300\/30 {
    color: hsla(24, 6%, 83%, .3)
}

.v10-sitecore-container .text-stone-300\/40 {
    color: hsla(24, 6%, 83%, .4)
}

.v10-sitecore-container .text-stone-300\/5 {
    color: hsla(24, 6%, 83%, .05)
}

.v10-sitecore-container .text-stone-300\/50 {
    color: hsla(24, 6%, 83%, .5)
}

.v10-sitecore-container .text-stone-300\/60 {
    color: hsla(24, 6%, 83%, .6)
}

.v10-sitecore-container .text-stone-300\/70 {
    color: hsla(24, 6%, 83%, .7)
}

.v10-sitecore-container .text-stone-300\/75 {
    color: hsla(24, 6%, 83%, .75)
}

.v10-sitecore-container .text-stone-300\/80 {
    color: hsla(24, 6%, 83%, .8)
}

.v10-sitecore-container .text-stone-300\/90 {
    color: hsla(24, 6%, 83%, .9)
}

.v10-sitecore-container .text-stone-300\/95 {
    color: hsla(24, 6%, 83%, .95)
}

.v10-sitecore-container .text-stone-400 {
    --tw-text-opacity: 1;
    color: rgb(168 162 158/var(--tw-text-opacity))
}

.v10-sitecore-container .text-stone-400\/0 {
    color: hsla(24, 5%, 64%, 0)
}

.v10-sitecore-container .text-stone-400\/10 {
    color: hsla(24, 5%, 64%, .1)
}

.v10-sitecore-container .text-stone-400\/100 {
    color: #a8a29e
}

.v10-sitecore-container .text-stone-400\/20 {
    color: hsla(24, 5%, 64%, .2)
}

.v10-sitecore-container .text-stone-400\/25 {
    color: hsla(24, 5%, 64%, .25)
}

.v10-sitecore-container .text-stone-400\/30 {
    color: hsla(24, 5%, 64%, .3)
}

.v10-sitecore-container .text-stone-400\/40 {
    color: hsla(24, 5%, 64%, .4)
}

.v10-sitecore-container .text-stone-400\/5 {
    color: hsla(24, 5%, 64%, .05)
}

.v10-sitecore-container .text-stone-400\/50 {
    color: hsla(24, 5%, 64%, .5)
}

.v10-sitecore-container .text-stone-400\/60 {
    color: hsla(24, 5%, 64%, .6)
}

.v10-sitecore-container .text-stone-400\/70 {
    color: hsla(24, 5%, 64%, .7)
}

.v10-sitecore-container .text-stone-400\/75 {
    color: hsla(24, 5%, 64%, .75)
}

.v10-sitecore-container .text-stone-400\/80 {
    color: hsla(24, 5%, 64%, .8)
}

.v10-sitecore-container .text-stone-400\/90 {
    color: hsla(24, 5%, 64%, .9)
}

.v10-sitecore-container .text-stone-400\/95 {
    color: hsla(24, 5%, 64%, .95)
}

.v10-sitecore-container .text-stone-50 {
    --tw-text-opacity: 1;
    color: rgb(250 250 249/var(--tw-text-opacity))
}

.v10-sitecore-container .text-stone-50\/0 {
    color: hsla(60, 9%, 98%, 0)
}

.v10-sitecore-container .text-stone-50\/10 {
    color: hsla(60, 9%, 98%, .1)
}

.v10-sitecore-container .text-stone-50\/100 {
    color: #fafaf9
}

.v10-sitecore-container .text-stone-50\/20 {
    color: hsla(60, 9%, 98%, .2)
}

.v10-sitecore-container .text-stone-50\/25 {
    color: hsla(60, 9%, 98%, .25)
}

.v10-sitecore-container .text-stone-50\/30 {
    color: hsla(60, 9%, 98%, .3)
}

.v10-sitecore-container .text-stone-50\/40 {
    color: hsla(60, 9%, 98%, .4)
}

.v10-sitecore-container .text-stone-50\/5 {
    color: hsla(60, 9%, 98%, .05)
}

.v10-sitecore-container .text-stone-50\/50 {
    color: hsla(60, 9%, 98%, .5)
}

.v10-sitecore-container .text-stone-50\/60 {
    color: hsla(60, 9%, 98%, .6)
}

.v10-sitecore-container .text-stone-50\/70 {
    color: hsla(60, 9%, 98%, .7)
}

.v10-sitecore-container .text-stone-50\/75 {
    color: hsla(60, 9%, 98%, .75)
}

.v10-sitecore-container .text-stone-50\/80 {
    color: hsla(60, 9%, 98%, .8)
}

.v10-sitecore-container .text-stone-50\/90 {
    color: hsla(60, 9%, 98%, .9)
}

.v10-sitecore-container .text-stone-50\/95 {
    color: hsla(60, 9%, 98%, .95)
}

.v10-sitecore-container .text-stone-500 {
    --tw-text-opacity: 1;
    color: rgb(120 113 108/var(--tw-text-opacity))
}

.v10-sitecore-container .text-stone-500\/0 {
    color: hsla(25, 5%, 45%, 0)
}

.v10-sitecore-container .text-stone-500\/10 {
    color: hsla(25, 5%, 45%, .1)
}

.v10-sitecore-container .text-stone-500\/100 {
    color: #78716c
}

.v10-sitecore-container .text-stone-500\/20 {
    color: hsla(25, 5%, 45%, .2)
}

.v10-sitecore-container .text-stone-500\/25 {
    color: hsla(25, 5%, 45%, .25)
}

.v10-sitecore-container .text-stone-500\/30 {
    color: hsla(25, 5%, 45%, .3)
}

.v10-sitecore-container .text-stone-500\/40 {
    color: hsla(25, 5%, 45%, .4)
}

.v10-sitecore-container .text-stone-500\/5 {
    color: hsla(25, 5%, 45%, .05)
}

.v10-sitecore-container .text-stone-500\/50 {
    color: hsla(25, 5%, 45%, .5)
}

.v10-sitecore-container .text-stone-500\/60 {
    color: hsla(25, 5%, 45%, .6)
}

.v10-sitecore-container .text-stone-500\/70 {
    color: hsla(25, 5%, 45%, .7)
}

.v10-sitecore-container .text-stone-500\/75 {
    color: hsla(25, 5%, 45%, .75)
}

.v10-sitecore-container .text-stone-500\/80 {
    color: hsla(25, 5%, 45%, .8)
}

.v10-sitecore-container .text-stone-500\/90 {
    color: hsla(25, 5%, 45%, .9)
}

.v10-sitecore-container .text-stone-500\/95 {
    color: hsla(25, 5%, 45%, .95)
}

.v10-sitecore-container .text-stone-600 {
    --tw-text-opacity: 1;
    color: rgb(87 83 78/var(--tw-text-opacity))
}

.v10-sitecore-container .text-stone-600\/0 {
    color: rgba(87, 83, 78, 0)
}

.v10-sitecore-container .text-stone-600\/10 {
    color: rgba(87, 83, 78, .1)
}

.v10-sitecore-container .text-stone-600\/100 {
    color: #57534e
}

.v10-sitecore-container .text-stone-600\/20 {
    color: rgba(87, 83, 78, .2)
}

.v10-sitecore-container .text-stone-600\/25 {
    color: rgba(87, 83, 78, .25)
}

.v10-sitecore-container .text-stone-600\/30 {
    color: rgba(87, 83, 78, .3)
}

.v10-sitecore-container .text-stone-600\/40 {
    color: rgba(87, 83, 78, .4)
}

.v10-sitecore-container .text-stone-600\/5 {
    color: rgba(87, 83, 78, .05)
}

.v10-sitecore-container .text-stone-600\/50 {
    color: rgba(87, 83, 78, .5)
}

.v10-sitecore-container .text-stone-600\/60 {
    color: rgba(87, 83, 78, .6)
}

.v10-sitecore-container .text-stone-600\/70 {
    color: rgba(87, 83, 78, .7)
}

.v10-sitecore-container .text-stone-600\/75 {
    color: rgba(87, 83, 78, .75)
}

.v10-sitecore-container .text-stone-600\/80 {
    color: rgba(87, 83, 78, .8)
}

.v10-sitecore-container .text-stone-600\/90 {
    color: rgba(87, 83, 78, .9)
}

.v10-sitecore-container .text-stone-600\/95 {
    color: rgba(87, 83, 78, .95)
}

.v10-sitecore-container .text-stone-700 {
    --tw-text-opacity: 1;
    color: rgb(68 64 60/var(--tw-text-opacity))
}

.v10-sitecore-container .text-stone-700\/0 {
    color: rgba(68, 64, 60, 0)
}

.v10-sitecore-container .text-stone-700\/10 {
    color: rgba(68, 64, 60, .1)
}

.v10-sitecore-container .text-stone-700\/100 {
    color: #44403c
}

.v10-sitecore-container .text-stone-700\/20 {
    color: rgba(68, 64, 60, .2)
}

.v10-sitecore-container .text-stone-700\/25 {
    color: rgba(68, 64, 60, .25)
}

.v10-sitecore-container .text-stone-700\/30 {
    color: rgba(68, 64, 60, .3)
}

.v10-sitecore-container .text-stone-700\/40 {
    color: rgba(68, 64, 60, .4)
}

.v10-sitecore-container .text-stone-700\/5 {
    color: rgba(68, 64, 60, .05)
}

.v10-sitecore-container .text-stone-700\/50 {
    color: rgba(68, 64, 60, .5)
}

.v10-sitecore-container .text-stone-700\/60 {
    color: rgba(68, 64, 60, .6)
}

.v10-sitecore-container .text-stone-700\/70 {
    color: rgba(68, 64, 60, .7)
}

.v10-sitecore-container .text-stone-700\/75 {
    color: rgba(68, 64, 60, .75)
}

.v10-sitecore-container .text-stone-700\/80 {
    color: rgba(68, 64, 60, .8)
}

.v10-sitecore-container .text-stone-700\/90 {
    color: rgba(68, 64, 60, .9)
}

.v10-sitecore-container .text-stone-700\/95 {
    color: rgba(68, 64, 60, .95)
}

.v10-sitecore-container .text-stone-800 {
    --tw-text-opacity: 1;
    color: rgb(41 37 36/var(--tw-text-opacity))
}

.v10-sitecore-container .text-stone-800\/0 {
    color: rgba(41, 37, 36, 0)
}

.v10-sitecore-container .text-stone-800\/10 {
    color: rgba(41, 37, 36, .1)
}

.v10-sitecore-container .text-stone-800\/100 {
    color: #292524
}

.v10-sitecore-container .text-stone-800\/20 {
    color: rgba(41, 37, 36, .2)
}

.v10-sitecore-container .text-stone-800\/25 {
    color: rgba(41, 37, 36, .25)
}

.v10-sitecore-container .text-stone-800\/30 {
    color: rgba(41, 37, 36, .3)
}

.v10-sitecore-container .text-stone-800\/40 {
    color: rgba(41, 37, 36, .4)
}

.v10-sitecore-container .text-stone-800\/5 {
    color: rgba(41, 37, 36, .05)
}

.v10-sitecore-container .text-stone-800\/50 {
    color: rgba(41, 37, 36, .5)
}

.v10-sitecore-container .text-stone-800\/60 {
    color: rgba(41, 37, 36, .6)
}

.v10-sitecore-container .text-stone-800\/70 {
    color: rgba(41, 37, 36, .7)
}

.v10-sitecore-container .text-stone-800\/75 {
    color: rgba(41, 37, 36, .75)
}

.v10-sitecore-container .text-stone-800\/80 {
    color: rgba(41, 37, 36, .8)
}

.v10-sitecore-container .text-stone-800\/90 {
    color: rgba(41, 37, 36, .9)
}

.v10-sitecore-container .text-stone-800\/95 {
    color: rgba(41, 37, 36, .95)
}

.v10-sitecore-container .text-stone-900 {
    --tw-text-opacity: 1;
    color: rgb(28 25 23/var(--tw-text-opacity))
}

.v10-sitecore-container .text-stone-900\/0 {
    color: rgba(28, 25, 23, 0)
}

.v10-sitecore-container .text-stone-900\/10 {
    color: rgba(28, 25, 23, .1)
}

.v10-sitecore-container .text-stone-900\/100 {
    color: #1c1917
}

.v10-sitecore-container .text-stone-900\/20 {
    color: rgba(28, 25, 23, .2)
}

.v10-sitecore-container .text-stone-900\/25 {
    color: rgba(28, 25, 23, .25)
}

.v10-sitecore-container .text-stone-900\/30 {
    color: rgba(28, 25, 23, .3)
}

.v10-sitecore-container .text-stone-900\/40 {
    color: rgba(28, 25, 23, .4)
}

.v10-sitecore-container .text-stone-900\/5 {
    color: rgba(28, 25, 23, .05)
}

.v10-sitecore-container .text-stone-900\/50 {
    color: rgba(28, 25, 23, .5)
}

.v10-sitecore-container .text-stone-900\/60 {
    color: rgba(28, 25, 23, .6)
}

.v10-sitecore-container .text-stone-900\/70 {
    color: rgba(28, 25, 23, .7)
}

.v10-sitecore-container .text-stone-900\/75 {
    color: rgba(28, 25, 23, .75)
}

.v10-sitecore-container .text-stone-900\/80 {
    color: rgba(28, 25, 23, .8)
}

.v10-sitecore-container .text-stone-900\/90 {
    color: rgba(28, 25, 23, .9)
}

.v10-sitecore-container .text-stone-900\/95 {
    color: rgba(28, 25, 23, .95)
}

.v10-sitecore-container .text-stone-950 {
    --tw-text-opacity: 1;
    color: rgb(12 10 9/var(--tw-text-opacity))
}

.v10-sitecore-container .text-stone-950\/0 {
    color: rgba(12, 10, 9, 0)
}

.v10-sitecore-container .text-stone-950\/10 {
    color: rgba(12, 10, 9, .1)
}

.v10-sitecore-container .text-stone-950\/100 {
    color: #0c0a09
}

.v10-sitecore-container .text-stone-950\/20 {
    color: rgba(12, 10, 9, .2)
}

.v10-sitecore-container .text-stone-950\/25 {
    color: rgba(12, 10, 9, .25)
}

.v10-sitecore-container .text-stone-950\/30 {
    color: rgba(12, 10, 9, .3)
}

.v10-sitecore-container .text-stone-950\/40 {
    color: rgba(12, 10, 9, .4)
}

.v10-sitecore-container .text-stone-950\/5 {
    color: rgba(12, 10, 9, .05)
}

.v10-sitecore-container .text-stone-950\/50 {
    color: rgba(12, 10, 9, .5)
}

.v10-sitecore-container .text-stone-950\/60 {
    color: rgba(12, 10, 9, .6)
}

.v10-sitecore-container .text-stone-950\/70 {
    color: rgba(12, 10, 9, .7)
}

.v10-sitecore-container .text-stone-950\/75 {
    color: rgba(12, 10, 9, .75)
}

.v10-sitecore-container .text-stone-950\/80 {
    color: rgba(12, 10, 9, .8)
}

.v10-sitecore-container .text-stone-950\/90 {
    color: rgba(12, 10, 9, .9)
}

.v10-sitecore-container .text-stone-950\/95 {
    color: rgba(12, 10, 9, .95)
}

.v10-sitecore-container .text-teal-100 {
    --tw-text-opacity: 1;
    color: rgb(204 251 241/var(--tw-text-opacity))
}

.v10-sitecore-container .text-teal-100\/0 {
    color: rgba(204, 251, 241, 0)
}

.v10-sitecore-container .text-teal-100\/10 {
    color: rgba(204, 251, 241, .1)
}

.v10-sitecore-container .text-teal-100\/100 {
    color: #ccfbf1
}

.v10-sitecore-container .text-teal-100\/20 {
    color: rgba(204, 251, 241, .2)
}

.v10-sitecore-container .text-teal-100\/25 {
    color: rgba(204, 251, 241, .25)
}

.v10-sitecore-container .text-teal-100\/30 {
    color: rgba(204, 251, 241, .3)
}

.v10-sitecore-container .text-teal-100\/40 {
    color: rgba(204, 251, 241, .4)
}

.v10-sitecore-container .text-teal-100\/5 {
    color: rgba(204, 251, 241, .05)
}

.v10-sitecore-container .text-teal-100\/50 {
    color: rgba(204, 251, 241, .5)
}

.v10-sitecore-container .text-teal-100\/60 {
    color: rgba(204, 251, 241, .6)
}

.v10-sitecore-container .text-teal-100\/70 {
    color: rgba(204, 251, 241, .7)
}

.v10-sitecore-container .text-teal-100\/75 {
    color: rgba(204, 251, 241, .75)
}

.v10-sitecore-container .text-teal-100\/80 {
    color: rgba(204, 251, 241, .8)
}

.v10-sitecore-container .text-teal-100\/90 {
    color: rgba(204, 251, 241, .9)
}

.v10-sitecore-container .text-teal-100\/95 {
    color: rgba(204, 251, 241, .95)
}

.v10-sitecore-container .text-teal-200 {
    --tw-text-opacity: 1;
    color: rgb(153 246 228/var(--tw-text-opacity))
}

.v10-sitecore-container .text-teal-200\/0 {
    color: rgba(153, 246, 228, 0)
}

.v10-sitecore-container .text-teal-200\/10 {
    color: rgba(153, 246, 228, .1)
}

.v10-sitecore-container .text-teal-200\/100 {
    color: #99f6e4
}

.v10-sitecore-container .text-teal-200\/20 {
    color: rgba(153, 246, 228, .2)
}

.v10-sitecore-container .text-teal-200\/25 {
    color: rgba(153, 246, 228, .25)
}

.v10-sitecore-container .text-teal-200\/30 {
    color: rgba(153, 246, 228, .3)
}

.v10-sitecore-container .text-teal-200\/40 {
    color: rgba(153, 246, 228, .4)
}

.v10-sitecore-container .text-teal-200\/5 {
    color: rgba(153, 246, 228, .05)
}

.v10-sitecore-container .text-teal-200\/50 {
    color: rgba(153, 246, 228, .5)
}

.v10-sitecore-container .text-teal-200\/60 {
    color: rgba(153, 246, 228, .6)
}

.v10-sitecore-container .text-teal-200\/70 {
    color: rgba(153, 246, 228, .7)
}

.v10-sitecore-container .text-teal-200\/75 {
    color: rgba(153, 246, 228, .75)
}

.v10-sitecore-container .text-teal-200\/80 {
    color: rgba(153, 246, 228, .8)
}

.v10-sitecore-container .text-teal-200\/90 {
    color: rgba(153, 246, 228, .9)
}

.v10-sitecore-container .text-teal-200\/95 {
    color: rgba(153, 246, 228, .95)
}

.v10-sitecore-container .text-teal-300 {
    --tw-text-opacity: 1;
    color: rgb(94 234 212/var(--tw-text-opacity))
}

.v10-sitecore-container .text-teal-300\/0 {
    color: rgba(94, 234, 212, 0)
}

.v10-sitecore-container .text-teal-300\/10 {
    color: rgba(94, 234, 212, .1)
}

.v10-sitecore-container .text-teal-300\/100 {
    color: #5eead4
}

.v10-sitecore-container .text-teal-300\/20 {
    color: rgba(94, 234, 212, .2)
}

.v10-sitecore-container .text-teal-300\/25 {
    color: rgba(94, 234, 212, .25)
}

.v10-sitecore-container .text-teal-300\/30 {
    color: rgba(94, 234, 212, .3)
}

.v10-sitecore-container .text-teal-300\/40 {
    color: rgba(94, 234, 212, .4)
}

.v10-sitecore-container .text-teal-300\/5 {
    color: rgba(94, 234, 212, .05)
}

.v10-sitecore-container .text-teal-300\/50 {
    color: rgba(94, 234, 212, .5)
}

.v10-sitecore-container .text-teal-300\/60 {
    color: rgba(94, 234, 212, .6)
}

.v10-sitecore-container .text-teal-300\/70 {
    color: rgba(94, 234, 212, .7)
}

.v10-sitecore-container .text-teal-300\/75 {
    color: rgba(94, 234, 212, .75)
}

.v10-sitecore-container .text-teal-300\/80 {
    color: rgba(94, 234, 212, .8)
}

.v10-sitecore-container .text-teal-300\/90 {
    color: rgba(94, 234, 212, .9)
}

.v10-sitecore-container .text-teal-300\/95 {
    color: rgba(94, 234, 212, .95)
}

.v10-sitecore-container .text-teal-400 {
    --tw-text-opacity: 1;
    color: rgb(45 212 191/var(--tw-text-opacity))
}

.v10-sitecore-container .text-teal-400\/0 {
    color: rgba(45, 212, 191, 0)
}

.v10-sitecore-container .text-teal-400\/10 {
    color: rgba(45, 212, 191, .1)
}

.v10-sitecore-container .text-teal-400\/100 {
    color: #2dd4bf
}

.v10-sitecore-container .text-teal-400\/20 {
    color: rgba(45, 212, 191, .2)
}

.v10-sitecore-container .text-teal-400\/25 {
    color: rgba(45, 212, 191, .25)
}

.v10-sitecore-container .text-teal-400\/30 {
    color: rgba(45, 212, 191, .3)
}

.v10-sitecore-container .text-teal-400\/40 {
    color: rgba(45, 212, 191, .4)
}

.v10-sitecore-container .text-teal-400\/5 {
    color: rgba(45, 212, 191, .05)
}

.v10-sitecore-container .text-teal-400\/50 {
    color: rgba(45, 212, 191, .5)
}

.v10-sitecore-container .text-teal-400\/60 {
    color: rgba(45, 212, 191, .6)
}

.v10-sitecore-container .text-teal-400\/70 {
    color: rgba(45, 212, 191, .7)
}

.v10-sitecore-container .text-teal-400\/75 {
    color: rgba(45, 212, 191, .75)
}

.v10-sitecore-container .text-teal-400\/80 {
    color: rgba(45, 212, 191, .8)
}

.v10-sitecore-container .text-teal-400\/90 {
    color: rgba(45, 212, 191, .9)
}

.v10-sitecore-container .text-teal-400\/95 {
    color: rgba(45, 212, 191, .95)
}

.v10-sitecore-container .text-teal-50 {
    --tw-text-opacity: 1;
    color: rgb(240 253 250/var(--tw-text-opacity))
}

.v10-sitecore-container .text-teal-50\/0 {
    color: rgba(240, 253, 250, 0)
}

.v10-sitecore-container .text-teal-50\/10 {
    color: rgba(240, 253, 250, .1)
}

.v10-sitecore-container .text-teal-50\/100 {
    color: #f0fdfa
}

.v10-sitecore-container .text-teal-50\/20 {
    color: rgba(240, 253, 250, .2)
}

.v10-sitecore-container .text-teal-50\/25 {
    color: rgba(240, 253, 250, .25)
}

.v10-sitecore-container .text-teal-50\/30 {
    color: rgba(240, 253, 250, .3)
}

.v10-sitecore-container .text-teal-50\/40 {
    color: rgba(240, 253, 250, .4)
}

.v10-sitecore-container .text-teal-50\/5 {
    color: rgba(240, 253, 250, .05)
}

.v10-sitecore-container .text-teal-50\/50 {
    color: rgba(240, 253, 250, .5)
}

.v10-sitecore-container .text-teal-50\/60 {
    color: rgba(240, 253, 250, .6)
}

.v10-sitecore-container .text-teal-50\/70 {
    color: rgba(240, 253, 250, .7)
}

.v10-sitecore-container .text-teal-50\/75 {
    color: rgba(240, 253, 250, .75)
}

.v10-sitecore-container .text-teal-50\/80 {
    color: rgba(240, 253, 250, .8)
}

.v10-sitecore-container .text-teal-50\/90 {
    color: rgba(240, 253, 250, .9)
}

.v10-sitecore-container .text-teal-50\/95 {
    color: rgba(240, 253, 250, .95)
}

.v10-sitecore-container .text-teal-500 {
    --tw-text-opacity: 1;
    color: rgb(20 184 166/var(--tw-text-opacity))
}

.v10-sitecore-container .text-teal-500\/0 {
    color: rgba(20, 184, 166, 0)
}

.v10-sitecore-container .text-teal-500\/10 {
    color: rgba(20, 184, 166, .1)
}

.v10-sitecore-container .text-teal-500\/100 {
    color: #14b8a6
}

.v10-sitecore-container .text-teal-500\/20 {
    color: rgba(20, 184, 166, .2)
}

.v10-sitecore-container .text-teal-500\/25 {
    color: rgba(20, 184, 166, .25)
}

.v10-sitecore-container .text-teal-500\/30 {
    color: rgba(20, 184, 166, .3)
}

.v10-sitecore-container .text-teal-500\/40 {
    color: rgba(20, 184, 166, .4)
}

.v10-sitecore-container .text-teal-500\/5 {
    color: rgba(20, 184, 166, .05)
}

.v10-sitecore-container .text-teal-500\/50 {
    color: rgba(20, 184, 166, .5)
}

.v10-sitecore-container .text-teal-500\/60 {
    color: rgba(20, 184, 166, .6)
}

.v10-sitecore-container .text-teal-500\/70 {
    color: rgba(20, 184, 166, .7)
}

.v10-sitecore-container .text-teal-500\/75 {
    color: rgba(20, 184, 166, .75)
}

.v10-sitecore-container .text-teal-500\/80 {
    color: rgba(20, 184, 166, .8)
}

.v10-sitecore-container .text-teal-500\/90 {
    color: rgba(20, 184, 166, .9)
}

.v10-sitecore-container .text-teal-500\/95 {
    color: rgba(20, 184, 166, .95)
}

.v10-sitecore-container .text-teal-600 {
    --tw-text-opacity: 1;
    color: rgb(13 148 136/var(--tw-text-opacity))
}

.v10-sitecore-container .text-teal-600\/0 {
    color: rgba(13, 148, 136, 0)
}

.v10-sitecore-container .text-teal-600\/10 {
    color: rgba(13, 148, 136, .1)
}

.v10-sitecore-container .text-teal-600\/100 {
    color: #0d9488
}

.v10-sitecore-container .text-teal-600\/20 {
    color: rgba(13, 148, 136, .2)
}

.v10-sitecore-container .text-teal-600\/25 {
    color: rgba(13, 148, 136, .25)
}

.v10-sitecore-container .text-teal-600\/30 {
    color: rgba(13, 148, 136, .3)
}

.v10-sitecore-container .text-teal-600\/40 {
    color: rgba(13, 148, 136, .4)
}

.v10-sitecore-container .text-teal-600\/5 {
    color: rgba(13, 148, 136, .05)
}

.v10-sitecore-container .text-teal-600\/50 {
    color: rgba(13, 148, 136, .5)
}

.v10-sitecore-container .text-teal-600\/60 {
    color: rgba(13, 148, 136, .6)
}

.v10-sitecore-container .text-teal-600\/70 {
    color: rgba(13, 148, 136, .7)
}

.v10-sitecore-container .text-teal-600\/75 {
    color: rgba(13, 148, 136, .75)
}

.v10-sitecore-container .text-teal-600\/80 {
    color: rgba(13, 148, 136, .8)
}

.v10-sitecore-container .text-teal-600\/90 {
    color: rgba(13, 148, 136, .9)
}

.v10-sitecore-container .text-teal-600\/95 {
    color: rgba(13, 148, 136, .95)
}

.v10-sitecore-container .text-teal-700 {
    --tw-text-opacity: 1;
    color: rgb(15 118 110/var(--tw-text-opacity))
}

.v10-sitecore-container .text-teal-700\/0 {
    color: rgba(15, 118, 110, 0)
}

.v10-sitecore-container .text-teal-700\/10 {
    color: rgba(15, 118, 110, .1)
}

.v10-sitecore-container .text-teal-700\/100 {
    color: #0f766e
}

.v10-sitecore-container .text-teal-700\/20 {
    color: rgba(15, 118, 110, .2)
}

.v10-sitecore-container .text-teal-700\/25 {
    color: rgba(15, 118, 110, .25)
}

.v10-sitecore-container .text-teal-700\/30 {
    color: rgba(15, 118, 110, .3)
}

.v10-sitecore-container .text-teal-700\/40 {
    color: rgba(15, 118, 110, .4)
}

.v10-sitecore-container .text-teal-700\/5 {
    color: rgba(15, 118, 110, .05)
}

.v10-sitecore-container .text-teal-700\/50 {
    color: rgba(15, 118, 110, .5)
}

.v10-sitecore-container .text-teal-700\/60 {
    color: rgba(15, 118, 110, .6)
}

.v10-sitecore-container .text-teal-700\/70 {
    color: rgba(15, 118, 110, .7)
}

.v10-sitecore-container .text-teal-700\/75 {
    color: rgba(15, 118, 110, .75)
}

.v10-sitecore-container .text-teal-700\/80 {
    color: rgba(15, 118, 110, .8)
}

.v10-sitecore-container .text-teal-700\/90 {
    color: rgba(15, 118, 110, .9)
}

.v10-sitecore-container .text-teal-700\/95 {
    color: rgba(15, 118, 110, .95)
}

.v10-sitecore-container .text-teal-800 {
    --tw-text-opacity: 1;
    color: rgb(17 94 89/var(--tw-text-opacity))
}

.v10-sitecore-container .text-teal-800\/0 {
    color: rgba(17, 94, 89, 0)
}

.v10-sitecore-container .text-teal-800\/10 {
    color: rgba(17, 94, 89, .1)
}

.v10-sitecore-container .text-teal-800\/100 {
    color: #115e59
}

.v10-sitecore-container .text-teal-800\/20 {
    color: rgba(17, 94, 89, .2)
}

.v10-sitecore-container .text-teal-800\/25 {
    color: rgba(17, 94, 89, .25)
}

.v10-sitecore-container .text-teal-800\/30 {
    color: rgba(17, 94, 89, .3)
}

.v10-sitecore-container .text-teal-800\/40 {
    color: rgba(17, 94, 89, .4)
}

.v10-sitecore-container .text-teal-800\/5 {
    color: rgba(17, 94, 89, .05)
}

.v10-sitecore-container .text-teal-800\/50 {
    color: rgba(17, 94, 89, .5)
}

.v10-sitecore-container .text-teal-800\/60 {
    color: rgba(17, 94, 89, .6)
}

.v10-sitecore-container .text-teal-800\/70 {
    color: rgba(17, 94, 89, .7)
}

.v10-sitecore-container .text-teal-800\/75 {
    color: rgba(17, 94, 89, .75)
}

.v10-sitecore-container .text-teal-800\/80 {
    color: rgba(17, 94, 89, .8)
}

.v10-sitecore-container .text-teal-800\/90 {
    color: rgba(17, 94, 89, .9)
}

.v10-sitecore-container .text-teal-800\/95 {
    color: rgba(17, 94, 89, .95)
}

.v10-sitecore-container .text-teal-900 {
    --tw-text-opacity: 1;
    color: rgb(19 78 74/var(--tw-text-opacity))
}

.v10-sitecore-container .text-teal-900\/0 {
    color: rgba(19, 78, 74, 0)
}

.v10-sitecore-container .text-teal-900\/10 {
    color: rgba(19, 78, 74, .1)
}

.v10-sitecore-container .text-teal-900\/100 {
    color: #134e4a
}

.v10-sitecore-container .text-teal-900\/20 {
    color: rgba(19, 78, 74, .2)
}

.v10-sitecore-container .text-teal-900\/25 {
    color: rgba(19, 78, 74, .25)
}

.v10-sitecore-container .text-teal-900\/30 {
    color: rgba(19, 78, 74, .3)
}

.v10-sitecore-container .text-teal-900\/40 {
    color: rgba(19, 78, 74, .4)
}

.v10-sitecore-container .text-teal-900\/5 {
    color: rgba(19, 78, 74, .05)
}

.v10-sitecore-container .text-teal-900\/50 {
    color: rgba(19, 78, 74, .5)
}

.v10-sitecore-container .text-teal-900\/60 {
    color: rgba(19, 78, 74, .6)
}

.v10-sitecore-container .text-teal-900\/70 {
    color: rgba(19, 78, 74, .7)
}

.v10-sitecore-container .text-teal-900\/75 {
    color: rgba(19, 78, 74, .75)
}

.v10-sitecore-container .text-teal-900\/80 {
    color: rgba(19, 78, 74, .8)
}

.v10-sitecore-container .text-teal-900\/90 {
    color: rgba(19, 78, 74, .9)
}

.v10-sitecore-container .text-teal-900\/95 {
    color: rgba(19, 78, 74, .95)
}

.v10-sitecore-container .text-teal-950 {
    --tw-text-opacity: 1;
    color: rgb(4 47 46/var(--tw-text-opacity))
}

.v10-sitecore-container .text-teal-950\/0 {
    color: rgba(4, 47, 46, 0)
}

.v10-sitecore-container .text-teal-950\/10 {
    color: rgba(4, 47, 46, .1)
}

.v10-sitecore-container .text-teal-950\/100 {
    color: #042f2e
}

.v10-sitecore-container .text-teal-950\/20 {
    color: rgba(4, 47, 46, .2)
}

.v10-sitecore-container .text-teal-950\/25 {
    color: rgba(4, 47, 46, .25)
}

.v10-sitecore-container .text-teal-950\/30 {
    color: rgba(4, 47, 46, .3)
}

.v10-sitecore-container .text-teal-950\/40 {
    color: rgba(4, 47, 46, .4)
}

.v10-sitecore-container .text-teal-950\/5 {
    color: rgba(4, 47, 46, .05)
}

.v10-sitecore-container .text-teal-950\/50 {
    color: rgba(4, 47, 46, .5)
}

.v10-sitecore-container .text-teal-950\/60 {
    color: rgba(4, 47, 46, .6)
}

.v10-sitecore-container .text-teal-950\/70 {
    color: rgba(4, 47, 46, .7)
}

.v10-sitecore-container .text-teal-950\/75 {
    color: rgba(4, 47, 46, .75)
}

.v10-sitecore-container .text-teal-950\/80 {
    color: rgba(4, 47, 46, .8)
}

.v10-sitecore-container .text-teal-950\/90 {
    color: rgba(4, 47, 46, .9)
}

.v10-sitecore-container .text-teal-950\/95 {
    color: rgba(4, 47, 46, .95)
}

.text-transparent,
.v10-sitecore-container .text-transparent\/0 {
    color: transparent
}

.v10-sitecore-container .text-transparent\/10 {
    color: rgba(0, 0, 0, .1)
}

.v10-sitecore-container .text-transparent\/100 {
    color: #000
}

.v10-sitecore-container .text-transparent\/20 {
    color: rgba(0, 0, 0, .2)
}

.v10-sitecore-container .text-transparent\/25 {
    color: rgba(0, 0, 0, .25)
}

.v10-sitecore-container .text-transparent\/30 {
    color: rgba(0, 0, 0, .3)
}

.v10-sitecore-container .text-transparent\/40 {
    color: rgba(0, 0, 0, .4)
}

.v10-sitecore-container .text-transparent\/5 {
    color: rgba(0, 0, 0, .05)
}

.v10-sitecore-container .text-transparent\/50 {
    color: rgba(0, 0, 0, .5)
}

.v10-sitecore-container .text-transparent\/60 {
    color: rgba(0, 0, 0, .6)
}

.v10-sitecore-container .text-transparent\/70 {
    color: rgba(0, 0, 0, .7)
}

.v10-sitecore-container .text-transparent\/75 {
    color: rgba(0, 0, 0, .75)
}

.v10-sitecore-container .text-transparent\/80 {
    color: rgba(0, 0, 0, .8)
}

.v10-sitecore-container .text-transparent\/90 {
    color: rgba(0, 0, 0, .9)
}

.v10-sitecore-container .text-transparent\/95 {
    color: rgba(0, 0, 0, .95)
}

.v10-sitecore-container .text-violet-100 {
    --tw-text-opacity: 1;
    color: rgb(237 233 254/var(--tw-text-opacity))
}

.v10-sitecore-container .text-violet-100\/0 {
    color: rgba(237, 233, 254, 0)
}

.v10-sitecore-container .text-violet-100\/10 {
    color: rgba(237, 233, 254, .1)
}

.v10-sitecore-container .text-violet-100\/100 {
    color: #ede9fe
}

.v10-sitecore-container .text-violet-100\/20 {
    color: rgba(237, 233, 254, .2)
}

.v10-sitecore-container .text-violet-100\/25 {
    color: rgba(237, 233, 254, .25)
}

.v10-sitecore-container .text-violet-100\/30 {
    color: rgba(237, 233, 254, .3)
}

.v10-sitecore-container .text-violet-100\/40 {
    color: rgba(237, 233, 254, .4)
}

.v10-sitecore-container .text-violet-100\/5 {
    color: rgba(237, 233, 254, .05)
}

.v10-sitecore-container .text-violet-100\/50 {
    color: rgba(237, 233, 254, .5)
}

.v10-sitecore-container .text-violet-100\/60 {
    color: rgba(237, 233, 254, .6)
}

.v10-sitecore-container .text-violet-100\/70 {
    color: rgba(237, 233, 254, .7)
}

.v10-sitecore-container .text-violet-100\/75 {
    color: rgba(237, 233, 254, .75)
}

.v10-sitecore-container .text-violet-100\/80 {
    color: rgba(237, 233, 254, .8)
}

.v10-sitecore-container .text-violet-100\/90 {
    color: rgba(237, 233, 254, .9)
}

.v10-sitecore-container .text-violet-100\/95 {
    color: rgba(237, 233, 254, .95)
}

.v10-sitecore-container .text-violet-200 {
    --tw-text-opacity: 1;
    color: rgb(221 214 254/var(--tw-text-opacity))
}

.v10-sitecore-container .text-violet-200\/0 {
    color: rgba(221, 214, 254, 0)
}

.v10-sitecore-container .text-violet-200\/10 {
    color: rgba(221, 214, 254, .1)
}

.v10-sitecore-container .text-violet-200\/100 {
    color: #ddd6fe
}

.v10-sitecore-container .text-violet-200\/20 {
    color: rgba(221, 214, 254, .2)
}

.v10-sitecore-container .text-violet-200\/25 {
    color: rgba(221, 214, 254, .25)
}

.v10-sitecore-container .text-violet-200\/30 {
    color: rgba(221, 214, 254, .3)
}

.v10-sitecore-container .text-violet-200\/40 {
    color: rgba(221, 214, 254, .4)
}

.v10-sitecore-container .text-violet-200\/5 {
    color: rgba(221, 214, 254, .05)
}

.v10-sitecore-container .text-violet-200\/50 {
    color: rgba(221, 214, 254, .5)
}

.v10-sitecore-container .text-violet-200\/60 {
    color: rgba(221, 214, 254, .6)
}

.v10-sitecore-container .text-violet-200\/70 {
    color: rgba(221, 214, 254, .7)
}

.v10-sitecore-container .text-violet-200\/75 {
    color: rgba(221, 214, 254, .75)
}

.v10-sitecore-container .text-violet-200\/80 {
    color: rgba(221, 214, 254, .8)
}

.v10-sitecore-container .text-violet-200\/90 {
    color: rgba(221, 214, 254, .9)
}

.v10-sitecore-container .text-violet-200\/95 {
    color: rgba(221, 214, 254, .95)
}

.v10-sitecore-container .text-violet-300 {
    --tw-text-opacity: 1;
    color: rgb(196 181 253/var(--tw-text-opacity))
}

.v10-sitecore-container .text-violet-300\/0 {
    color: rgba(196, 181, 253, 0)
}

.v10-sitecore-container .text-violet-300\/10 {
    color: rgba(196, 181, 253, .1)
}

.v10-sitecore-container .text-violet-300\/100 {
    color: #c4b5fd
}

.v10-sitecore-container .text-violet-300\/20 {
    color: rgba(196, 181, 253, .2)
}

.v10-sitecore-container .text-violet-300\/25 {
    color: rgba(196, 181, 253, .25)
}

.v10-sitecore-container .text-violet-300\/30 {
    color: rgba(196, 181, 253, .3)
}

.v10-sitecore-container .text-violet-300\/40 {
    color: rgba(196, 181, 253, .4)
}

.v10-sitecore-container .text-violet-300\/5 {
    color: rgba(196, 181, 253, .05)
}

.v10-sitecore-container .text-violet-300\/50 {
    color: rgba(196, 181, 253, .5)
}

.v10-sitecore-container .text-violet-300\/60 {
    color: rgba(196, 181, 253, .6)
}

.v10-sitecore-container .text-violet-300\/70 {
    color: rgba(196, 181, 253, .7)
}

.v10-sitecore-container .text-violet-300\/75 {
    color: rgba(196, 181, 253, .75)
}

.v10-sitecore-container .text-violet-300\/80 {
    color: rgba(196, 181, 253, .8)
}

.v10-sitecore-container .text-violet-300\/90 {
    color: rgba(196, 181, 253, .9)
}

.v10-sitecore-container .text-violet-300\/95 {
    color: rgba(196, 181, 253, .95)
}

.v10-sitecore-container .text-violet-400 {
    --tw-text-opacity: 1;
    color: rgb(167 139 250/var(--tw-text-opacity))
}

.v10-sitecore-container .text-violet-400\/0 {
    color: rgba(167, 139, 250, 0)
}

.v10-sitecore-container .text-violet-400\/10 {
    color: rgba(167, 139, 250, .1)
}

.v10-sitecore-container .text-violet-400\/100 {
    color: #a78bfa
}

.v10-sitecore-container .text-violet-400\/20 {
    color: rgba(167, 139, 250, .2)
}

.v10-sitecore-container .text-violet-400\/25 {
    color: rgba(167, 139, 250, .25)
}

.v10-sitecore-container .text-violet-400\/30 {
    color: rgba(167, 139, 250, .3)
}

.v10-sitecore-container .text-violet-400\/40 {
    color: rgba(167, 139, 250, .4)
}

.v10-sitecore-container .text-violet-400\/5 {
    color: rgba(167, 139, 250, .05)
}

.v10-sitecore-container .text-violet-400\/50 {
    color: rgba(167, 139, 250, .5)
}

.v10-sitecore-container .text-violet-400\/60 {
    color: rgba(167, 139, 250, .6)
}

.v10-sitecore-container .text-violet-400\/70 {
    color: rgba(167, 139, 250, .7)
}

.v10-sitecore-container .text-violet-400\/75 {
    color: rgba(167, 139, 250, .75)
}

.v10-sitecore-container .text-violet-400\/80 {
    color: rgba(167, 139, 250, .8)
}

.v10-sitecore-container .text-violet-400\/90 {
    color: rgba(167, 139, 250, .9)
}

.v10-sitecore-container .text-violet-400\/95 {
    color: rgba(167, 139, 250, .95)
}

.v10-sitecore-container .text-violet-50 {
    --tw-text-opacity: 1;
    color: rgb(245 243 255/var(--tw-text-opacity))
}

.v10-sitecore-container .text-violet-50\/0 {
    color: rgba(245, 243, 255, 0)
}

.v10-sitecore-container .text-violet-50\/10 {
    color: rgba(245, 243, 255, .1)
}

.v10-sitecore-container .text-violet-50\/100 {
    color: #f5f3ff
}

.v10-sitecore-container .text-violet-50\/20 {
    color: rgba(245, 243, 255, .2)
}

.v10-sitecore-container .text-violet-50\/25 {
    color: rgba(245, 243, 255, .25)
}

.v10-sitecore-container .text-violet-50\/30 {
    color: rgba(245, 243, 255, .3)
}

.v10-sitecore-container .text-violet-50\/40 {
    color: rgba(245, 243, 255, .4)
}

.v10-sitecore-container .text-violet-50\/5 {
    color: rgba(245, 243, 255, .05)
}

.v10-sitecore-container .text-violet-50\/50 {
    color: rgba(245, 243, 255, .5)
}

.v10-sitecore-container .text-violet-50\/60 {
    color: rgba(245, 243, 255, .6)
}

.v10-sitecore-container .text-violet-50\/70 {
    color: rgba(245, 243, 255, .7)
}

.v10-sitecore-container .text-violet-50\/75 {
    color: rgba(245, 243, 255, .75)
}

.v10-sitecore-container .text-violet-50\/80 {
    color: rgba(245, 243, 255, .8)
}

.v10-sitecore-container .text-violet-50\/90 {
    color: rgba(245, 243, 255, .9)
}

.v10-sitecore-container .text-violet-50\/95 {
    color: rgba(245, 243, 255, .95)
}

.v10-sitecore-container .text-violet-500 {
    --tw-text-opacity: 1;
    color: rgb(139 92 246/var(--tw-text-opacity))
}

.v10-sitecore-container .text-violet-500\/0 {
    color: rgba(139, 92, 246, 0)
}

.v10-sitecore-container .text-violet-500\/10 {
    color: rgba(139, 92, 246, .1)
}

.v10-sitecore-container .text-violet-500\/100 {
    color: #8b5cf6
}

.v10-sitecore-container .text-violet-500\/20 {
    color: rgba(139, 92, 246, .2)
}

.v10-sitecore-container .text-violet-500\/25 {
    color: rgba(139, 92, 246, .25)
}

.v10-sitecore-container .text-violet-500\/30 {
    color: rgba(139, 92, 246, .3)
}

.v10-sitecore-container .text-violet-500\/40 {
    color: rgba(139, 92, 246, .4)
}

.v10-sitecore-container .text-violet-500\/5 {
    color: rgba(139, 92, 246, .05)
}

.v10-sitecore-container .text-violet-500\/50 {
    color: rgba(139, 92, 246, .5)
}

.v10-sitecore-container .text-violet-500\/60 {
    color: rgba(139, 92, 246, .6)
}

.v10-sitecore-container .text-violet-500\/70 {
    color: rgba(139, 92, 246, .7)
}

.v10-sitecore-container .text-violet-500\/75 {
    color: rgba(139, 92, 246, .75)
}

.v10-sitecore-container .text-violet-500\/80 {
    color: rgba(139, 92, 246, .8)
}

.v10-sitecore-container .text-violet-500\/90 {
    color: rgba(139, 92, 246, .9)
}

.v10-sitecore-container .text-violet-500\/95 {
    color: rgba(139, 92, 246, .95)
}

.v10-sitecore-container .text-violet-600 {
    --tw-text-opacity: 1;
    color: rgb(124 58 237/var(--tw-text-opacity))
}

.v10-sitecore-container .text-violet-600\/0 {
    color: rgba(124, 58, 237, 0)
}

.v10-sitecore-container .text-violet-600\/10 {
    color: rgba(124, 58, 237, .1)
}

.v10-sitecore-container .text-violet-600\/100 {
    color: #7c3aed
}

.v10-sitecore-container .text-violet-600\/20 {
    color: rgba(124, 58, 237, .2)
}

.v10-sitecore-container .text-violet-600\/25 {
    color: rgba(124, 58, 237, .25)
}

.v10-sitecore-container .text-violet-600\/30 {
    color: rgba(124, 58, 237, .3)
}

.v10-sitecore-container .text-violet-600\/40 {
    color: rgba(124, 58, 237, .4)
}

.v10-sitecore-container .text-violet-600\/5 {
    color: rgba(124, 58, 237, .05)
}

.v10-sitecore-container .text-violet-600\/50 {
    color: rgba(124, 58, 237, .5)
}

.v10-sitecore-container .text-violet-600\/60 {
    color: rgba(124, 58, 237, .6)
}

.v10-sitecore-container .text-violet-600\/70 {
    color: rgba(124, 58, 237, .7)
}

.v10-sitecore-container .text-violet-600\/75 {
    color: rgba(124, 58, 237, .75)
}

.v10-sitecore-container .text-violet-600\/80 {
    color: rgba(124, 58, 237, .8)
}

.v10-sitecore-container .text-violet-600\/90 {
    color: rgba(124, 58, 237, .9)
}

.v10-sitecore-container .text-violet-600\/95 {
    color: rgba(124, 58, 237, .95)
}

.v10-sitecore-container .text-violet-700 {
    --tw-text-opacity: 1;
    color: rgb(109 40 217/var(--tw-text-opacity))
}

.v10-sitecore-container .text-violet-700\/0 {
    color: rgba(109, 40, 217, 0)
}

.v10-sitecore-container .text-violet-700\/10 {
    color: rgba(109, 40, 217, .1)
}

.v10-sitecore-container .text-violet-700\/100 {
    color: #6d28d9
}

.v10-sitecore-container .text-violet-700\/20 {
    color: rgba(109, 40, 217, .2)
}

.v10-sitecore-container .text-violet-700\/25 {
    color: rgba(109, 40, 217, .25)
}

.v10-sitecore-container .text-violet-700\/30 {
    color: rgba(109, 40, 217, .3)
}

.v10-sitecore-container .text-violet-700\/40 {
    color: rgba(109, 40, 217, .4)
}

.v10-sitecore-container .text-violet-700\/5 {
    color: rgba(109, 40, 217, .05)
}

.v10-sitecore-container .text-violet-700\/50 {
    color: rgba(109, 40, 217, .5)
}

.v10-sitecore-container .text-violet-700\/60 {
    color: rgba(109, 40, 217, .6)
}

.v10-sitecore-container .text-violet-700\/70 {
    color: rgba(109, 40, 217, .7)
}

.v10-sitecore-container .text-violet-700\/75 {
    color: rgba(109, 40, 217, .75)
}

.v10-sitecore-container .text-violet-700\/80 {
    color: rgba(109, 40, 217, .8)
}

.v10-sitecore-container .text-violet-700\/90 {
    color: rgba(109, 40, 217, .9)
}

.v10-sitecore-container .text-violet-700\/95 {
    color: rgba(109, 40, 217, .95)
}

.v10-sitecore-container .text-violet-800 {
    --tw-text-opacity: 1;
    color: rgb(91 33 182/var(--tw-text-opacity))
}

.v10-sitecore-container .text-violet-800\/0 {
    color: rgba(91, 33, 182, 0)
}

.v10-sitecore-container .text-violet-800\/10 {
    color: rgba(91, 33, 182, .1)
}

.v10-sitecore-container .text-violet-800\/100 {
    color: #5b21b6
}

.v10-sitecore-container .text-violet-800\/20 {
    color: rgba(91, 33, 182, .2)
}

.v10-sitecore-container .text-violet-800\/25 {
    color: rgba(91, 33, 182, .25)
}

.v10-sitecore-container .text-violet-800\/30 {
    color: rgba(91, 33, 182, .3)
}

.v10-sitecore-container .text-violet-800\/40 {
    color: rgba(91, 33, 182, .4)
}

.v10-sitecore-container .text-violet-800\/5 {
    color: rgba(91, 33, 182, .05)
}

.v10-sitecore-container .text-violet-800\/50 {
    color: rgba(91, 33, 182, .5)
}

.v10-sitecore-container .text-violet-800\/60 {
    color: rgba(91, 33, 182, .6)
}

.v10-sitecore-container .text-violet-800\/70 {
    color: rgba(91, 33, 182, .7)
}

.v10-sitecore-container .text-violet-800\/75 {
    color: rgba(91, 33, 182, .75)
}

.v10-sitecore-container .text-violet-800\/80 {
    color: rgba(91, 33, 182, .8)
}

.v10-sitecore-container .text-violet-800\/90 {
    color: rgba(91, 33, 182, .9)
}

.v10-sitecore-container .text-violet-800\/95 {
    color: rgba(91, 33, 182, .95)
}

.v10-sitecore-container .text-violet-900 {
    --tw-text-opacity: 1;
    color: rgb(76 29 149/var(--tw-text-opacity))
}

.v10-sitecore-container .text-violet-900\/0 {
    color: rgba(76, 29, 149, 0)
}

.v10-sitecore-container .text-violet-900\/10 {
    color: rgba(76, 29, 149, .1)
}

.v10-sitecore-container .text-violet-900\/100 {
    color: #4c1d95
}

.v10-sitecore-container .text-violet-900\/20 {
    color: rgba(76, 29, 149, .2)
}

.v10-sitecore-container .text-violet-900\/25 {
    color: rgba(76, 29, 149, .25)
}

.v10-sitecore-container .text-violet-900\/30 {
    color: rgba(76, 29, 149, .3)
}

.v10-sitecore-container .text-violet-900\/40 {
    color: rgba(76, 29, 149, .4)
}

.v10-sitecore-container .text-violet-900\/5 {
    color: rgba(76, 29, 149, .05)
}

.v10-sitecore-container .text-violet-900\/50 {
    color: rgba(76, 29, 149, .5)
}

.v10-sitecore-container .text-violet-900\/60 {
    color: rgba(76, 29, 149, .6)
}

.v10-sitecore-container .text-violet-900\/70 {
    color: rgba(76, 29, 149, .7)
}

.v10-sitecore-container .text-violet-900\/75 {
    color: rgba(76, 29, 149, .75)
}

.v10-sitecore-container .text-violet-900\/80 {
    color: rgba(76, 29, 149, .8)
}

.v10-sitecore-container .text-violet-900\/90 {
    color: rgba(76, 29, 149, .9)
}

.v10-sitecore-container .text-violet-900\/95 {
    color: rgba(76, 29, 149, .95)
}

.v10-sitecore-container .text-violet-950 {
    --tw-text-opacity: 1;
    color: rgb(46 16 101/var(--tw-text-opacity))
}

.v10-sitecore-container .text-violet-950\/0 {
    color: rgba(46, 16, 101, 0)
}

.v10-sitecore-container .text-violet-950\/10 {
    color: rgba(46, 16, 101, .1)
}

.v10-sitecore-container .text-violet-950\/100 {
    color: #2e1065
}

.v10-sitecore-container .text-violet-950\/20 {
    color: rgba(46, 16, 101, .2)
}

.v10-sitecore-container .text-violet-950\/25 {
    color: rgba(46, 16, 101, .25)
}

.v10-sitecore-container .text-violet-950\/30 {
    color: rgba(46, 16, 101, .3)
}

.v10-sitecore-container .text-violet-950\/40 {
    color: rgba(46, 16, 101, .4)
}

.v10-sitecore-container .text-violet-950\/5 {
    color: rgba(46, 16, 101, .05)
}

.v10-sitecore-container .text-violet-950\/50 {
    color: rgba(46, 16, 101, .5)
}

.v10-sitecore-container .text-violet-950\/60 {
    color: rgba(46, 16, 101, .6)
}

.v10-sitecore-container .text-violet-950\/70 {
    color: rgba(46, 16, 101, .7)
}

.v10-sitecore-container .text-violet-950\/75 {
    color: rgba(46, 16, 101, .75)
}

.v10-sitecore-container .text-violet-950\/80 {
    color: rgba(46, 16, 101, .8)
}

.v10-sitecore-container .text-violet-950\/90 {
    color: rgba(46, 16, 101, .9)
}

.v10-sitecore-container .text-violet-950\/95 {
    color: rgba(46, 16, 101, .95)
}

.text-white,
.v10-sitecore-container .text-white-00 {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.v10-sitecore-container .text-white-00\/0 {
    color: hsla(0, 0%, 100%, 0)
}

.v10-sitecore-container .text-white-00\/10 {
    color: hsla(0, 0%, 100%, .1)
}

.v10-sitecore-container .text-white-00\/100 {
    color: #fff
}

.v10-sitecore-container .text-white-00\/20 {
    color: hsla(0, 0%, 100%, .2)
}

.v10-sitecore-container .text-white-00\/25 {
    color: hsla(0, 0%, 100%, .25)
}

.v10-sitecore-container .text-white-00\/30 {
    color: hsla(0, 0%, 100%, .3)
}

.v10-sitecore-container .text-white-00\/40 {
    color: hsla(0, 0%, 100%, .4)
}

.v10-sitecore-container .text-white-00\/5 {
    color: hsla(0, 0%, 100%, .05)
}

.v10-sitecore-container .text-white-00\/50 {
    color: hsla(0, 0%, 100%, .5)
}

.v10-sitecore-container .text-white-00\/60 {
    color: hsla(0, 0%, 100%, .6)
}

.v10-sitecore-container .text-white-00\/70 {
    color: hsla(0, 0%, 100%, .7)
}

.v10-sitecore-container .text-white-00\/75 {
    color: hsla(0, 0%, 100%, .75)
}

.v10-sitecore-container .text-white-00\/80 {
    color: hsla(0, 0%, 100%, .8)
}

.v10-sitecore-container .text-white-00\/90 {
    color: hsla(0, 0%, 100%, .9)
}

.v10-sitecore-container .text-white-00\/95 {
    color: hsla(0, 0%, 100%, .95)
}

.v10-sitecore-container .text-white\/0 {
    color: hsla(0, 0%, 100%, 0)
}

.v10-sitecore-container .text-white\/10 {
    color: hsla(0, 0%, 100%, .1)
}

.v10-sitecore-container .text-white\/100 {
    color: #fff
}

.v10-sitecore-container .text-white\/20 {
    color: hsla(0, 0%, 100%, .2)
}

.v10-sitecore-container .text-white\/25 {
    color: hsla(0, 0%, 100%, .25)
}

.v10-sitecore-container .text-white\/30 {
    color: hsla(0, 0%, 100%, .3)
}

.v10-sitecore-container .text-white\/40 {
    color: hsla(0, 0%, 100%, .4)
}

.v10-sitecore-container .text-white\/5 {
    color: hsla(0, 0%, 100%, .05)
}

.v10-sitecore-container .text-white\/50 {
    color: hsla(0, 0%, 100%, .5)
}

.v10-sitecore-container .text-white\/60 {
    color: hsla(0, 0%, 100%, .6)
}

.v10-sitecore-container .text-white\/70 {
    color: hsla(0, 0%, 100%, .7)
}

.v10-sitecore-container .text-white\/75 {
    color: hsla(0, 0%, 100%, .75)
}

.v10-sitecore-container .text-white\/80 {
    color: hsla(0, 0%, 100%, .8)
}

.v10-sitecore-container .text-white\/90 {
    color: hsla(0, 0%, 100%, .9)
}

.v10-sitecore-container .text-white\/95 {
    color: hsla(0, 0%, 100%, .95)
}

.v10-sitecore-container .text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgb(254 249 195/var(--tw-text-opacity))
}

.v10-sitecore-container .text-yellow-100\/0 {
    color: hsla(55, 97%, 88%, 0)
}

.v10-sitecore-container .text-yellow-100\/10 {
    color: hsla(55, 97%, 88%, .1)
}

.v10-sitecore-container .text-yellow-100\/100 {
    color: #fef9c3
}

.v10-sitecore-container .text-yellow-100\/20 {
    color: hsla(55, 97%, 88%, .2)
}

.v10-sitecore-container .text-yellow-100\/25 {
    color: hsla(55, 97%, 88%, .25)
}

.v10-sitecore-container .text-yellow-100\/30 {
    color: hsla(55, 97%, 88%, .3)
}

.v10-sitecore-container .text-yellow-100\/40 {
    color: hsla(55, 97%, 88%, .4)
}

.v10-sitecore-container .text-yellow-100\/5 {
    color: hsla(55, 97%, 88%, .05)
}

.v10-sitecore-container .text-yellow-100\/50 {
    color: hsla(55, 97%, 88%, .5)
}

.v10-sitecore-container .text-yellow-100\/60 {
    color: hsla(55, 97%, 88%, .6)
}

.v10-sitecore-container .text-yellow-100\/70 {
    color: hsla(55, 97%, 88%, .7)
}

.v10-sitecore-container .text-yellow-100\/75 {
    color: hsla(55, 97%, 88%, .75)
}

.v10-sitecore-container .text-yellow-100\/80 {
    color: hsla(55, 97%, 88%, .8)
}

.v10-sitecore-container .text-yellow-100\/90 {
    color: hsla(55, 97%, 88%, .9)
}

.v10-sitecore-container .text-yellow-100\/95 {
    color: hsla(55, 97%, 88%, .95)
}

.v10-sitecore-container .text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgb(254 240 138/var(--tw-text-opacity))
}

.v10-sitecore-container .text-yellow-200\/0 {
    color: hsla(53, 98%, 77%, 0)
}

.v10-sitecore-container .text-yellow-200\/10 {
    color: hsla(53, 98%, 77%, .1)
}

.v10-sitecore-container .text-yellow-200\/100 {
    color: #fef08a
}

.v10-sitecore-container .text-yellow-200\/20 {
    color: hsla(53, 98%, 77%, .2)
}

.v10-sitecore-container .text-yellow-200\/25 {
    color: hsla(53, 98%, 77%, .25)
}

.v10-sitecore-container .text-yellow-200\/30 {
    color: hsla(53, 98%, 77%, .3)
}

.v10-sitecore-container .text-yellow-200\/40 {
    color: hsla(53, 98%, 77%, .4)
}

.v10-sitecore-container .text-yellow-200\/5 {
    color: hsla(53, 98%, 77%, .05)
}

.v10-sitecore-container .text-yellow-200\/50 {
    color: hsla(53, 98%, 77%, .5)
}

.v10-sitecore-container .text-yellow-200\/60 {
    color: hsla(53, 98%, 77%, .6)
}

.v10-sitecore-container .text-yellow-200\/70 {
    color: hsla(53, 98%, 77%, .7)
}

.v10-sitecore-container .text-yellow-200\/75 {
    color: hsla(53, 98%, 77%, .75)
}

.v10-sitecore-container .text-yellow-200\/80 {
    color: hsla(53, 98%, 77%, .8)
}

.v10-sitecore-container .text-yellow-200\/90 {
    color: hsla(53, 98%, 77%, .9)
}

.v10-sitecore-container .text-yellow-200\/95 {
    color: hsla(53, 98%, 77%, .95)
}

.v10-sitecore-container .text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgb(253 224 71/var(--tw-text-opacity))
}

.v10-sitecore-container .text-yellow-300\/0 {
    color: rgba(253, 224, 71, 0)
}

.v10-sitecore-container .text-yellow-300\/10 {
    color: rgba(253, 224, 71, .1)
}

.v10-sitecore-container .text-yellow-300\/100 {
    color: #fde047
}

.v10-sitecore-container .text-yellow-300\/20 {
    color: rgba(253, 224, 71, .2)
}

.v10-sitecore-container .text-yellow-300\/25 {
    color: rgba(253, 224, 71, .25)
}

.v10-sitecore-container .text-yellow-300\/30 {
    color: rgba(253, 224, 71, .3)
}

.v10-sitecore-container .text-yellow-300\/40 {
    color: rgba(253, 224, 71, .4)
}

.v10-sitecore-container .text-yellow-300\/5 {
    color: rgba(253, 224, 71, .05)
}

.v10-sitecore-container .text-yellow-300\/50 {
    color: rgba(253, 224, 71, .5)
}

.v10-sitecore-container .text-yellow-300\/60 {
    color: rgba(253, 224, 71, .6)
}

.v10-sitecore-container .text-yellow-300\/70 {
    color: rgba(253, 224, 71, .7)
}

.v10-sitecore-container .text-yellow-300\/75 {
    color: rgba(253, 224, 71, .75)
}

.v10-sitecore-container .text-yellow-300\/80 {
    color: rgba(253, 224, 71, .8)
}

.v10-sitecore-container .text-yellow-300\/90 {
    color: rgba(253, 224, 71, .9)
}

.v10-sitecore-container .text-yellow-300\/95 {
    color: rgba(253, 224, 71, .95)
}

.v10-sitecore-container .text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgb(250 204 21/var(--tw-text-opacity))
}

.v10-sitecore-container .text-yellow-400\/0 {
    color: rgba(250, 204, 21, 0)
}

.v10-sitecore-container .text-yellow-400\/10 {
    color: rgba(250, 204, 21, .1)
}

.v10-sitecore-container .text-yellow-400\/100 {
    color: #facc15
}

.v10-sitecore-container .text-yellow-400\/20 {
    color: rgba(250, 204, 21, .2)
}

.v10-sitecore-container .text-yellow-400\/25 {
    color: rgba(250, 204, 21, .25)
}

.v10-sitecore-container .text-yellow-400\/30 {
    color: rgba(250, 204, 21, .3)
}

.v10-sitecore-container .text-yellow-400\/40 {
    color: rgba(250, 204, 21, .4)
}

.v10-sitecore-container .text-yellow-400\/5 {
    color: rgba(250, 204, 21, .05)
}

.v10-sitecore-container .text-yellow-400\/50 {
    color: rgba(250, 204, 21, .5)
}

.v10-sitecore-container .text-yellow-400\/60 {
    color: rgba(250, 204, 21, .6)
}

.v10-sitecore-container .text-yellow-400\/70 {
    color: rgba(250, 204, 21, .7)
}

.v10-sitecore-container .text-yellow-400\/75 {
    color: rgba(250, 204, 21, .75)
}

.v10-sitecore-container .text-yellow-400\/80 {
    color: rgba(250, 204, 21, .8)
}

.v10-sitecore-container .text-yellow-400\/90 {
    color: rgba(250, 204, 21, .9)
}

.v10-sitecore-container .text-yellow-400\/95 {
    color: rgba(250, 204, 21, .95)
}

.v10-sitecore-container .text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgb(254 252 232/var(--tw-text-opacity))
}

.v10-sitecore-container .text-yellow-50\/0 {
    color: hsla(55, 92%, 95%, 0)
}

.v10-sitecore-container .text-yellow-50\/10 {
    color: hsla(55, 92%, 95%, .1)
}

.v10-sitecore-container .text-yellow-50\/100 {
    color: #fefce8
}

.v10-sitecore-container .text-yellow-50\/20 {
    color: hsla(55, 92%, 95%, .2)
}

.v10-sitecore-container .text-yellow-50\/25 {
    color: hsla(55, 92%, 95%, .25)
}

.v10-sitecore-container .text-yellow-50\/30 {
    color: hsla(55, 92%, 95%, .3)
}

.v10-sitecore-container .text-yellow-50\/40 {
    color: hsla(55, 92%, 95%, .4)
}

.v10-sitecore-container .text-yellow-50\/5 {
    color: hsla(55, 92%, 95%, .05)
}

.v10-sitecore-container .text-yellow-50\/50 {
    color: hsla(55, 92%, 95%, .5)
}

.v10-sitecore-container .text-yellow-50\/60 {
    color: hsla(55, 92%, 95%, .6)
}

.v10-sitecore-container .text-yellow-50\/70 {
    color: hsla(55, 92%, 95%, .7)
}

.v10-sitecore-container .text-yellow-50\/75 {
    color: hsla(55, 92%, 95%, .75)
}

.v10-sitecore-container .text-yellow-50\/80 {
    color: hsla(55, 92%, 95%, .8)
}

.v10-sitecore-container .text-yellow-50\/90 {
    color: hsla(55, 92%, 95%, .9)
}

.v10-sitecore-container .text-yellow-50\/95 {
    color: hsla(55, 92%, 95%, .95)
}

.v10-sitecore-container .text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgb(234 179 8/var(--tw-text-opacity))
}

.v10-sitecore-container .text-yellow-500\/0 {
    color: rgba(234, 179, 8, 0)
}

.v10-sitecore-container .text-yellow-500\/10 {
    color: rgba(234, 179, 8, .1)
}

.v10-sitecore-container .text-yellow-500\/100 {
    color: #eab308
}

.v10-sitecore-container .text-yellow-500\/20 {
    color: rgba(234, 179, 8, .2)
}

.v10-sitecore-container .text-yellow-500\/25 {
    color: rgba(234, 179, 8, .25)
}

.v10-sitecore-container .text-yellow-500\/30 {
    color: rgba(234, 179, 8, .3)
}

.v10-sitecore-container .text-yellow-500\/40 {
    color: rgba(234, 179, 8, .4)
}

.v10-sitecore-container .text-yellow-500\/5 {
    color: rgba(234, 179, 8, .05)
}

.v10-sitecore-container .text-yellow-500\/50 {
    color: rgba(234, 179, 8, .5)
}

.v10-sitecore-container .text-yellow-500\/60 {
    color: rgba(234, 179, 8, .6)
}

.v10-sitecore-container .text-yellow-500\/70 {
    color: rgba(234, 179, 8, .7)
}

.v10-sitecore-container .text-yellow-500\/75 {
    color: rgba(234, 179, 8, .75)
}

.v10-sitecore-container .text-yellow-500\/80 {
    color: rgba(234, 179, 8, .8)
}

.v10-sitecore-container .text-yellow-500\/90 {
    color: rgba(234, 179, 8, .9)
}

.v10-sitecore-container .text-yellow-500\/95 {
    color: rgba(234, 179, 8, .95)
}

.v10-sitecore-container .text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgb(202 138 4/var(--tw-text-opacity))
}

.v10-sitecore-container .text-yellow-600\/0 {
    color: rgba(202, 138, 4, 0)
}

.v10-sitecore-container .text-yellow-600\/10 {
    color: rgba(202, 138, 4, .1)
}

.v10-sitecore-container .text-yellow-600\/100 {
    color: #ca8a04
}

.v10-sitecore-container .text-yellow-600\/20 {
    color: rgba(202, 138, 4, .2)
}

.v10-sitecore-container .text-yellow-600\/25 {
    color: rgba(202, 138, 4, .25)
}

.v10-sitecore-container .text-yellow-600\/30 {
    color: rgba(202, 138, 4, .3)
}

.v10-sitecore-container .text-yellow-600\/40 {
    color: rgba(202, 138, 4, .4)
}

.v10-sitecore-container .text-yellow-600\/5 {
    color: rgba(202, 138, 4, .05)
}

.v10-sitecore-container .text-yellow-600\/50 {
    color: rgba(202, 138, 4, .5)
}

.v10-sitecore-container .text-yellow-600\/60 {
    color: rgba(202, 138, 4, .6)
}

.v10-sitecore-container .text-yellow-600\/70 {
    color: rgba(202, 138, 4, .7)
}

.v10-sitecore-container .text-yellow-600\/75 {
    color: rgba(202, 138, 4, .75)
}

.v10-sitecore-container .text-yellow-600\/80 {
    color: rgba(202, 138, 4, .8)
}

.v10-sitecore-container .text-yellow-600\/90 {
    color: rgba(202, 138, 4, .9)
}

.v10-sitecore-container .text-yellow-600\/95 {
    color: rgba(202, 138, 4, .95)
}

.v10-sitecore-container .text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgb(161 98 7/var(--tw-text-opacity))
}

.v10-sitecore-container .text-yellow-700\/0 {
    color: rgba(161, 98, 7, 0)
}

.v10-sitecore-container .text-yellow-700\/10 {
    color: rgba(161, 98, 7, .1)
}

.v10-sitecore-container .text-yellow-700\/100 {
    color: #a16207
}

.v10-sitecore-container .text-yellow-700\/20 {
    color: rgba(161, 98, 7, .2)
}

.v10-sitecore-container .text-yellow-700\/25 {
    color: rgba(161, 98, 7, .25)
}

.v10-sitecore-container .text-yellow-700\/30 {
    color: rgba(161, 98, 7, .3)
}

.v10-sitecore-container .text-yellow-700\/40 {
    color: rgba(161, 98, 7, .4)
}

.v10-sitecore-container .text-yellow-700\/5 {
    color: rgba(161, 98, 7, .05)
}

.v10-sitecore-container .text-yellow-700\/50 {
    color: rgba(161, 98, 7, .5)
}

.v10-sitecore-container .text-yellow-700\/60 {
    color: rgba(161, 98, 7, .6)
}

.v10-sitecore-container .text-yellow-700\/70 {
    color: rgba(161, 98, 7, .7)
}

.v10-sitecore-container .text-yellow-700\/75 {
    color: rgba(161, 98, 7, .75)
}

.v10-sitecore-container .text-yellow-700\/80 {
    color: rgba(161, 98, 7, .8)
}

.v10-sitecore-container .text-yellow-700\/90 {
    color: rgba(161, 98, 7, .9)
}

.v10-sitecore-container .text-yellow-700\/95 {
    color: rgba(161, 98, 7, .95)
}

.v10-sitecore-container .text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgb(133 77 14/var(--tw-text-opacity))
}

.v10-sitecore-container .text-yellow-800\/0 {
    color: rgba(133, 77, 14, 0)
}

.v10-sitecore-container .text-yellow-800\/10 {
    color: rgba(133, 77, 14, .1)
}

.v10-sitecore-container .text-yellow-800\/100 {
    color: #854d0e
}

.v10-sitecore-container .text-yellow-800\/20 {
    color: rgba(133, 77, 14, .2)
}

.v10-sitecore-container .text-yellow-800\/25 {
    color: rgba(133, 77, 14, .25)
}

.v10-sitecore-container .text-yellow-800\/30 {
    color: rgba(133, 77, 14, .3)
}

.v10-sitecore-container .text-yellow-800\/40 {
    color: rgba(133, 77, 14, .4)
}

.v10-sitecore-container .text-yellow-800\/5 {
    color: rgba(133, 77, 14, .05)
}

.v10-sitecore-container .text-yellow-800\/50 {
    color: rgba(133, 77, 14, .5)
}

.v10-sitecore-container .text-yellow-800\/60 {
    color: rgba(133, 77, 14, .6)
}

.v10-sitecore-container .text-yellow-800\/70 {
    color: rgba(133, 77, 14, .7)
}

.v10-sitecore-container .text-yellow-800\/75 {
    color: rgba(133, 77, 14, .75)
}

.v10-sitecore-container .text-yellow-800\/80 {
    color: rgba(133, 77, 14, .8)
}

.v10-sitecore-container .text-yellow-800\/90 {
    color: rgba(133, 77, 14, .9)
}

.v10-sitecore-container .text-yellow-800\/95 {
    color: rgba(133, 77, 14, .95)
}

.v10-sitecore-container .text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgb(113 63 18/var(--tw-text-opacity))
}

.v10-sitecore-container .text-yellow-900\/0 {
    color: rgba(113, 63, 18, 0)
}

.v10-sitecore-container .text-yellow-900\/10 {
    color: rgba(113, 63, 18, .1)
}

.v10-sitecore-container .text-yellow-900\/100 {
    color: #713f12
}

.v10-sitecore-container .text-yellow-900\/20 {
    color: rgba(113, 63, 18, .2)
}

.v10-sitecore-container .text-yellow-900\/25 {
    color: rgba(113, 63, 18, .25)
}

.v10-sitecore-container .text-yellow-900\/30 {
    color: rgba(113, 63, 18, .3)
}

.v10-sitecore-container .text-yellow-900\/40 {
    color: rgba(113, 63, 18, .4)
}

.v10-sitecore-container .text-yellow-900\/5 {
    color: rgba(113, 63, 18, .05)
}

.v10-sitecore-container .text-yellow-900\/50 {
    color: rgba(113, 63, 18, .5)
}

.v10-sitecore-container .text-yellow-900\/60 {
    color: rgba(113, 63, 18, .6)
}

.v10-sitecore-container .text-yellow-900\/70 {
    color: rgba(113, 63, 18, .7)
}

.v10-sitecore-container .text-yellow-900\/75 {
    color: rgba(113, 63, 18, .75)
}

.v10-sitecore-container .text-yellow-900\/80 {
    color: rgba(113, 63, 18, .8)
}

.v10-sitecore-container .text-yellow-900\/90 {
    color: rgba(113, 63, 18, .9)
}

.v10-sitecore-container .text-yellow-900\/95 {
    color: rgba(113, 63, 18, .95)
}

.v10-sitecore-container .text-yellow-950 {
    --tw-text-opacity: 1;
    color: rgb(66 32 6/var(--tw-text-opacity))
}

.v10-sitecore-container .text-yellow-950\/0 {
    color: rgba(66, 32, 6, 0)
}

.v10-sitecore-container .text-yellow-950\/10 {
    color: rgba(66, 32, 6, .1)
}

.v10-sitecore-container .text-yellow-950\/100 {
    color: #422006
}

.v10-sitecore-container .text-yellow-950\/20 {
    color: rgba(66, 32, 6, .2)
}

.v10-sitecore-container .text-yellow-950\/25 {
    color: rgba(66, 32, 6, .25)
}

.v10-sitecore-container .text-yellow-950\/30 {
    color: rgba(66, 32, 6, .3)
}

.v10-sitecore-container .text-yellow-950\/40 {
    color: rgba(66, 32, 6, .4)
}

.v10-sitecore-container .text-yellow-950\/5 {
    color: rgba(66, 32, 6, .05)
}

.v10-sitecore-container .text-yellow-950\/50 {
    color: rgba(66, 32, 6, .5)
}

.v10-sitecore-container .text-yellow-950\/60 {
    color: rgba(66, 32, 6, .6)
}

.v10-sitecore-container .text-yellow-950\/70 {
    color: rgba(66, 32, 6, .7)
}

.v10-sitecore-container .text-yellow-950\/75 {
    color: rgba(66, 32, 6, .75)
}

.v10-sitecore-container .text-yellow-950\/80 {
    color: rgba(66, 32, 6, .8)
}

.v10-sitecore-container .text-yellow-950\/90 {
    color: rgba(66, 32, 6, .9)
}

.v10-sitecore-container .text-yellow-950\/95 {
    color: rgba(66, 32, 6, .95)
}

.v10-sitecore-container .text-zinc-100 {
    --tw-text-opacity: 1;
    color: rgb(244 244 245/var(--tw-text-opacity))
}

.v10-sitecore-container .text-zinc-100\/0 {
    color: hsla(240, 5%, 96%, 0)
}

.v10-sitecore-container .text-zinc-100\/10 {
    color: hsla(240, 5%, 96%, .1)
}

.v10-sitecore-container .text-zinc-100\/100 {
    color: #f4f4f5
}

.v10-sitecore-container .text-zinc-100\/20 {
    color: hsla(240, 5%, 96%, .2)
}

.v10-sitecore-container .text-zinc-100\/25 {
    color: hsla(240, 5%, 96%, .25)
}

.v10-sitecore-container .text-zinc-100\/30 {
    color: hsla(240, 5%, 96%, .3)
}

.v10-sitecore-container .text-zinc-100\/40 {
    color: hsla(240, 5%, 96%, .4)
}

.v10-sitecore-container .text-zinc-100\/5 {
    color: hsla(240, 5%, 96%, .05)
}

.v10-sitecore-container .text-zinc-100\/50 {
    color: hsla(240, 5%, 96%, .5)
}

.v10-sitecore-container .text-zinc-100\/60 {
    color: hsla(240, 5%, 96%, .6)
}

.v10-sitecore-container .text-zinc-100\/70 {
    color: hsla(240, 5%, 96%, .7)
}

.v10-sitecore-container .text-zinc-100\/75 {
    color: hsla(240, 5%, 96%, .75)
}

.v10-sitecore-container .text-zinc-100\/80 {
    color: hsla(240, 5%, 96%, .8)
}

.v10-sitecore-container .text-zinc-100\/90 {
    color: hsla(240, 5%, 96%, .9)
}

.v10-sitecore-container .text-zinc-100\/95 {
    color: hsla(240, 5%, 96%, .95)
}

.v10-sitecore-container .text-zinc-200 {
    --tw-text-opacity: 1;
    color: rgb(228 228 231/var(--tw-text-opacity))
}

.v10-sitecore-container .text-zinc-200\/0 {
    color: hsla(240, 6%, 90%, 0)
}

.v10-sitecore-container .text-zinc-200\/10 {
    color: hsla(240, 6%, 90%, .1)
}

.v10-sitecore-container .text-zinc-200\/100 {
    color: #e4e4e7
}

.v10-sitecore-container .text-zinc-200\/20 {
    color: hsla(240, 6%, 90%, .2)
}

.v10-sitecore-container .text-zinc-200\/25 {
    color: hsla(240, 6%, 90%, .25)
}

.v10-sitecore-container .text-zinc-200\/30 {
    color: hsla(240, 6%, 90%, .3)
}

.v10-sitecore-container .text-zinc-200\/40 {
    color: hsla(240, 6%, 90%, .4)
}

.v10-sitecore-container .text-zinc-200\/5 {
    color: hsla(240, 6%, 90%, .05)
}

.v10-sitecore-container .text-zinc-200\/50 {
    color: hsla(240, 6%, 90%, .5)
}

.v10-sitecore-container .text-zinc-200\/60 {
    color: hsla(240, 6%, 90%, .6)
}

.v10-sitecore-container .text-zinc-200\/70 {
    color: hsla(240, 6%, 90%, .7)
}

.v10-sitecore-container .text-zinc-200\/75 {
    color: hsla(240, 6%, 90%, .75)
}

.v10-sitecore-container .text-zinc-200\/80 {
    color: hsla(240, 6%, 90%, .8)
}

.v10-sitecore-container .text-zinc-200\/90 {
    color: hsla(240, 6%, 90%, .9)
}

.v10-sitecore-container .text-zinc-200\/95 {
    color: hsla(240, 6%, 90%, .95)
}

.v10-sitecore-container .text-zinc-300 {
    --tw-text-opacity: 1;
    color: rgb(212 212 216/var(--tw-text-opacity))
}

.v10-sitecore-container .text-zinc-300\/0 {
    color: hsla(240, 5%, 84%, 0)
}

.v10-sitecore-container .text-zinc-300\/10 {
    color: hsla(240, 5%, 84%, .1)
}

.v10-sitecore-container .text-zinc-300\/100 {
    color: #d4d4d8
}

.v10-sitecore-container .text-zinc-300\/20 {
    color: hsla(240, 5%, 84%, .2)
}

.v10-sitecore-container .text-zinc-300\/25 {
    color: hsla(240, 5%, 84%, .25)
}

.v10-sitecore-container .text-zinc-300\/30 {
    color: hsla(240, 5%, 84%, .3)
}

.v10-sitecore-container .text-zinc-300\/40 {
    color: hsla(240, 5%, 84%, .4)
}

.v10-sitecore-container .text-zinc-300\/5 {
    color: hsla(240, 5%, 84%, .05)
}

.v10-sitecore-container .text-zinc-300\/50 {
    color: hsla(240, 5%, 84%, .5)
}

.v10-sitecore-container .text-zinc-300\/60 {
    color: hsla(240, 5%, 84%, .6)
}

.v10-sitecore-container .text-zinc-300\/70 {
    color: hsla(240, 5%, 84%, .7)
}

.v10-sitecore-container .text-zinc-300\/75 {
    color: hsla(240, 5%, 84%, .75)
}

.v10-sitecore-container .text-zinc-300\/80 {
    color: hsla(240, 5%, 84%, .8)
}

.v10-sitecore-container .text-zinc-300\/90 {
    color: hsla(240, 5%, 84%, .9)
}

.v10-sitecore-container .text-zinc-300\/95 {
    color: hsla(240, 5%, 84%, .95)
}

.v10-sitecore-container .text-zinc-400 {
    --tw-text-opacity: 1;
    color: rgb(161 161 170/var(--tw-text-opacity))
}

.v10-sitecore-container .text-zinc-400\/0 {
    color: hsla(240, 5%, 65%, 0)
}

.v10-sitecore-container .text-zinc-400\/10 {
    color: hsla(240, 5%, 65%, .1)
}

.v10-sitecore-container .text-zinc-400\/100 {
    color: #a1a1aa
}

.v10-sitecore-container .text-zinc-400\/20 {
    color: hsla(240, 5%, 65%, .2)
}

.v10-sitecore-container .text-zinc-400\/25 {
    color: hsla(240, 5%, 65%, .25)
}

.v10-sitecore-container .text-zinc-400\/30 {
    color: hsla(240, 5%, 65%, .3)
}

.v10-sitecore-container .text-zinc-400\/40 {
    color: hsla(240, 5%, 65%, .4)
}

.v10-sitecore-container .text-zinc-400\/5 {
    color: hsla(240, 5%, 65%, .05)
}

.v10-sitecore-container .text-zinc-400\/50 {
    color: hsla(240, 5%, 65%, .5)
}

.v10-sitecore-container .text-zinc-400\/60 {
    color: hsla(240, 5%, 65%, .6)
}

.v10-sitecore-container .text-zinc-400\/70 {
    color: hsla(240, 5%, 65%, .7)
}

.v10-sitecore-container .text-zinc-400\/75 {
    color: hsla(240, 5%, 65%, .75)
}

.v10-sitecore-container .text-zinc-400\/80 {
    color: hsla(240, 5%, 65%, .8)
}

.v10-sitecore-container .text-zinc-400\/90 {
    color: hsla(240, 5%, 65%, .9)
}

.v10-sitecore-container .text-zinc-400\/95 {
    color: hsla(240, 5%, 65%, .95)
}

.v10-sitecore-container .text-zinc-50 {
    --tw-text-opacity: 1;
    color: rgb(250 250 250/var(--tw-text-opacity))
}

.v10-sitecore-container .text-zinc-50\/0 {
    color: hsla(0, 0%, 98%, 0)
}

.v10-sitecore-container .text-zinc-50\/10 {
    color: hsla(0, 0%, 98%, .1)
}

.v10-sitecore-container .text-zinc-50\/100 {
    color: #fafafa
}

.v10-sitecore-container .text-zinc-50\/20 {
    color: hsla(0, 0%, 98%, .2)
}

.v10-sitecore-container .text-zinc-50\/25 {
    color: hsla(0, 0%, 98%, .25)
}

.v10-sitecore-container .text-zinc-50\/30 {
    color: hsla(0, 0%, 98%, .3)
}

.v10-sitecore-container .text-zinc-50\/40 {
    color: hsla(0, 0%, 98%, .4)
}

.v10-sitecore-container .text-zinc-50\/5 {
    color: hsla(0, 0%, 98%, .05)
}

.v10-sitecore-container .text-zinc-50\/50 {
    color: hsla(0, 0%, 98%, .5)
}

.v10-sitecore-container .text-zinc-50\/60 {
    color: hsla(0, 0%, 98%, .6)
}

.v10-sitecore-container .text-zinc-50\/70 {
    color: hsla(0, 0%, 98%, .7)
}

.v10-sitecore-container .text-zinc-50\/75 {
    color: hsla(0, 0%, 98%, .75)
}

.v10-sitecore-container .text-zinc-50\/80 {
    color: hsla(0, 0%, 98%, .8)
}

.v10-sitecore-container .text-zinc-50\/90 {
    color: hsla(0, 0%, 98%, .9)
}

.v10-sitecore-container .text-zinc-50\/95 {
    color: hsla(0, 0%, 98%, .95)
}

.v10-sitecore-container .text-zinc-500 {
    --tw-text-opacity: 1;
    color: rgb(113 113 122/var(--tw-text-opacity))
}

.v10-sitecore-container .text-zinc-500\/0 {
    color: hsla(240, 4%, 46%, 0)
}

.v10-sitecore-container .text-zinc-500\/10 {
    color: hsla(240, 4%, 46%, .1)
}

.v10-sitecore-container .text-zinc-500\/100 {
    color: #71717a
}

.v10-sitecore-container .text-zinc-500\/20 {
    color: hsla(240, 4%, 46%, .2)
}

.v10-sitecore-container .text-zinc-500\/25 {
    color: hsla(240, 4%, 46%, .25)
}

.v10-sitecore-container .text-zinc-500\/30 {
    color: hsla(240, 4%, 46%, .3)
}

.v10-sitecore-container .text-zinc-500\/40 {
    color: hsla(240, 4%, 46%, .4)
}

.v10-sitecore-container .text-zinc-500\/5 {
    color: hsla(240, 4%, 46%, .05)
}

.v10-sitecore-container .text-zinc-500\/50 {
    color: hsla(240, 4%, 46%, .5)
}

.v10-sitecore-container .text-zinc-500\/60 {
    color: hsla(240, 4%, 46%, .6)
}

.v10-sitecore-container .text-zinc-500\/70 {
    color: hsla(240, 4%, 46%, .7)
}

.v10-sitecore-container .text-zinc-500\/75 {
    color: hsla(240, 4%, 46%, .75)
}

.v10-sitecore-container .text-zinc-500\/80 {
    color: hsla(240, 4%, 46%, .8)
}

.v10-sitecore-container .text-zinc-500\/90 {
    color: hsla(240, 4%, 46%, .9)
}

.v10-sitecore-container .text-zinc-500\/95 {
    color: hsla(240, 4%, 46%, .95)
}

.v10-sitecore-container .text-zinc-600 {
    --tw-text-opacity: 1;
    color: rgb(82 82 91/var(--tw-text-opacity))
}

.v10-sitecore-container .text-zinc-600\/0 {
    color: rgba(82, 82, 91, 0)
}

.v10-sitecore-container .text-zinc-600\/10 {
    color: rgba(82, 82, 91, .1)
}

.v10-sitecore-container .text-zinc-600\/100 {
    color: #52525b
}

.v10-sitecore-container .text-zinc-600\/20 {
    color: rgba(82, 82, 91, .2)
}

.v10-sitecore-container .text-zinc-600\/25 {
    color: rgba(82, 82, 91, .25)
}

.v10-sitecore-container .text-zinc-600\/30 {
    color: rgba(82, 82, 91, .3)
}

.v10-sitecore-container .text-zinc-600\/40 {
    color: rgba(82, 82, 91, .4)
}

.v10-sitecore-container .text-zinc-600\/5 {
    color: rgba(82, 82, 91, .05)
}

.v10-sitecore-container .text-zinc-600\/50 {
    color: rgba(82, 82, 91, .5)
}

.v10-sitecore-container .text-zinc-600\/60 {
    color: rgba(82, 82, 91, .6)
}

.v10-sitecore-container .text-zinc-600\/70 {
    color: rgba(82, 82, 91, .7)
}

.v10-sitecore-container .text-zinc-600\/75 {
    color: rgba(82, 82, 91, .75)
}

.v10-sitecore-container .text-zinc-600\/80 {
    color: rgba(82, 82, 91, .8)
}

.v10-sitecore-container .text-zinc-600\/90 {
    color: rgba(82, 82, 91, .9)
}

.v10-sitecore-container .text-zinc-600\/95 {
    color: rgba(82, 82, 91, .95)
}

.v10-sitecore-container .text-zinc-700 {
    --tw-text-opacity: 1;
    color: rgb(63 63 70/var(--tw-text-opacity))
}

.v10-sitecore-container .text-zinc-700\/0 {
    color: rgba(63, 63, 70, 0)
}

.v10-sitecore-container .text-zinc-700\/10 {
    color: rgba(63, 63, 70, .1)
}

.v10-sitecore-container .text-zinc-700\/100 {
    color: #3f3f46
}

.v10-sitecore-container .text-zinc-700\/20 {
    color: rgba(63, 63, 70, .2)
}

.v10-sitecore-container .text-zinc-700\/25 {
    color: rgba(63, 63, 70, .25)
}

.v10-sitecore-container .text-zinc-700\/30 {
    color: rgba(63, 63, 70, .3)
}

.v10-sitecore-container .text-zinc-700\/40 {
    color: rgba(63, 63, 70, .4)
}

.v10-sitecore-container .text-zinc-700\/5 {
    color: rgba(63, 63, 70, .05)
}

.v10-sitecore-container .text-zinc-700\/50 {
    color: rgba(63, 63, 70, .5)
}

.v10-sitecore-container .text-zinc-700\/60 {
    color: rgba(63, 63, 70, .6)
}

.v10-sitecore-container .text-zinc-700\/70 {
    color: rgba(63, 63, 70, .7)
}

.v10-sitecore-container .text-zinc-700\/75 {
    color: rgba(63, 63, 70, .75)
}

.v10-sitecore-container .text-zinc-700\/80 {
    color: rgba(63, 63, 70, .8)
}

.v10-sitecore-container .text-zinc-700\/90 {
    color: rgba(63, 63, 70, .9)
}

.v10-sitecore-container .text-zinc-700\/95 {
    color: rgba(63, 63, 70, .95)
}

.v10-sitecore-container .text-zinc-800 {
    --tw-text-opacity: 1;
    color: rgb(39 39 42/var(--tw-text-opacity))
}

.v10-sitecore-container .text-zinc-800\/0 {
    color: rgba(39, 39, 42, 0)
}

.v10-sitecore-container .text-zinc-800\/10 {
    color: rgba(39, 39, 42, .1)
}

.v10-sitecore-container .text-zinc-800\/100 {
    color: #27272a
}

.v10-sitecore-container .text-zinc-800\/20 {
    color: rgba(39, 39, 42, .2)
}

.v10-sitecore-container .text-zinc-800\/25 {
    color: rgba(39, 39, 42, .25)
}

.v10-sitecore-container .text-zinc-800\/30 {
    color: rgba(39, 39, 42, .3)
}

.v10-sitecore-container .text-zinc-800\/40 {
    color: rgba(39, 39, 42, .4)
}

.v10-sitecore-container .text-zinc-800\/5 {
    color: rgba(39, 39, 42, .05)
}

.v10-sitecore-container .text-zinc-800\/50 {
    color: rgba(39, 39, 42, .5)
}

.v10-sitecore-container .text-zinc-800\/60 {
    color: rgba(39, 39, 42, .6)
}

.v10-sitecore-container .text-zinc-800\/70 {
    color: rgba(39, 39, 42, .7)
}

.v10-sitecore-container .text-zinc-800\/75 {
    color: rgba(39, 39, 42, .75)
}

.v10-sitecore-container .text-zinc-800\/80 {
    color: rgba(39, 39, 42, .8)
}

.v10-sitecore-container .text-zinc-800\/90 {
    color: rgba(39, 39, 42, .9)
}

.v10-sitecore-container .text-zinc-800\/95 {
    color: rgba(39, 39, 42, .95)
}

.v10-sitecore-container .text-zinc-900 {
    --tw-text-opacity: 1;
    color: rgb(24 24 27/var(--tw-text-opacity))
}

.v10-sitecore-container .text-zinc-900\/0 {
    color: rgba(24, 24, 27, 0)
}

.v10-sitecore-container .text-zinc-900\/10 {
    color: rgba(24, 24, 27, .1)
}

.v10-sitecore-container .text-zinc-900\/100 {
    color: #18181b
}

.v10-sitecore-container .text-zinc-900\/20 {
    color: rgba(24, 24, 27, .2)
}

.v10-sitecore-container .text-zinc-900\/25 {
    color: rgba(24, 24, 27, .25)
}

.v10-sitecore-container .text-zinc-900\/30 {
    color: rgba(24, 24, 27, .3)
}

.v10-sitecore-container .text-zinc-900\/40 {
    color: rgba(24, 24, 27, .4)
}

.v10-sitecore-container .text-zinc-900\/5 {
    color: rgba(24, 24, 27, .05)
}

.v10-sitecore-container .text-zinc-900\/50 {
    color: rgba(24, 24, 27, .5)
}

.v10-sitecore-container .text-zinc-900\/60 {
    color: rgba(24, 24, 27, .6)
}

.v10-sitecore-container .text-zinc-900\/70 {
    color: rgba(24, 24, 27, .7)
}

.v10-sitecore-container .text-zinc-900\/75 {
    color: rgba(24, 24, 27, .75)
}

.v10-sitecore-container .text-zinc-900\/80 {
    color: rgba(24, 24, 27, .8)
}

.v10-sitecore-container .text-zinc-900\/90 {
    color: rgba(24, 24, 27, .9)
}

.v10-sitecore-container .text-zinc-900\/95 {
    color: rgba(24, 24, 27, .95)
}

.v10-sitecore-container .text-zinc-950 {
    --tw-text-opacity: 1;
    color: rgb(9 9 11/var(--tw-text-opacity))
}

.v10-sitecore-container .text-zinc-950\/0 {
    color: rgba(9, 9, 11, 0)
}

.v10-sitecore-container .text-zinc-950\/10 {
    color: rgba(9, 9, 11, .1)
}

.v10-sitecore-container .text-zinc-950\/100 {
    color: #09090b
}

.v10-sitecore-container .text-zinc-950\/20 {
    color: rgba(9, 9, 11, .2)
}

.v10-sitecore-container .text-zinc-950\/25 {
    color: rgba(9, 9, 11, .25)
}

.v10-sitecore-container .text-zinc-950\/30 {
    color: rgba(9, 9, 11, .3)
}

.v10-sitecore-container .text-zinc-950\/40 {
    color: rgba(9, 9, 11, .4)
}

.v10-sitecore-container .text-zinc-950\/5 {
    color: rgba(9, 9, 11, .05)
}

.v10-sitecore-container .text-zinc-950\/50 {
    color: rgba(9, 9, 11, .5)
}

.v10-sitecore-container .text-zinc-950\/60 {
    color: rgba(9, 9, 11, .6)
}

.v10-sitecore-container .text-zinc-950\/70 {
    color: rgba(9, 9, 11, .7)
}

.v10-sitecore-container .text-zinc-950\/75 {
    color: rgba(9, 9, 11, .75)
}

.v10-sitecore-container .text-zinc-950\/80 {
    color: rgba(9, 9, 11, .8)
}

.v10-sitecore-container .text-zinc-950\/90 {
    color: rgba(9, 9, 11, .9)
}

.v10-sitecore-container .text-zinc-950\/95 {
    color: rgba(9, 9, 11, .95)
}

.v10-sitecore-container .text-opacity-0 {
    --tw-text-opacity: 0
}

.v10-sitecore-container .text-opacity-10 {
    --tw-text-opacity: 0.1
}

.v10-sitecore-container .text-opacity-100 {
    --tw-text-opacity: 1
}

.v10-sitecore-container .text-opacity-20 {
    --tw-text-opacity: 0.2
}

.v10-sitecore-container .text-opacity-25 {
    --tw-text-opacity: 0.25
}

.v10-sitecore-container .text-opacity-30 {
    --tw-text-opacity: 0.3
}

.v10-sitecore-container .text-opacity-40 {
    --tw-text-opacity: 0.4
}

.v10-sitecore-container .text-opacity-5 {
    --tw-text-opacity: 0.05
}

.v10-sitecore-container .text-opacity-50 {
    --tw-text-opacity: 0.5
}

.v10-sitecore-container .text-opacity-60 {
    --tw-text-opacity: 0.6
}

.v10-sitecore-container .text-opacity-70 {
    --tw-text-opacity: 0.7
}

.v10-sitecore-container .text-opacity-75 {
    --tw-text-opacity: 0.75
}

.v10-sitecore-container .text-opacity-80 {
    --tw-text-opacity: 0.8
}

.v10-sitecore-container .text-opacity-90 {
    --tw-text-opacity: 0.9
}

.v10-sitecore-container .text-opacity-95 {
    --tw-text-opacity: 0.95
}

.v10-sitecore-container .underline {
    text-decoration-line: underline
}

.v10-sitecore-container .decoration-dotted {
    text-decoration-style: dotted
}

.v10-sitecore-container .decoration-from-font {
    text-decoration-thickness: from-font
}

.v10-sitecore-container .underline-offset-2 {
    text-underline-offset: 2px
}

.v10-sitecore-container .opacity-0 {
    opacity: 0
}

.v10-sitecore-container .opacity-100 {
    opacity: 1
}

.v10-sitecore-container .bg-blend-normal {
    background-blend-mode: normal
}

.v10-sitecore-container .bg-blend-multiply {
    background-blend-mode: multiply
}

.v10-sitecore-container .bg-blend-screen {
    background-blend-mode: screen
}

.v10-sitecore-container .bg-blend-overlay {
    background-blend-mode: overlay
}

.v10-sitecore-container .bg-blend-darken {
    background-blend-mode: darken
}

.v10-sitecore-container .bg-blend-lighten {
    background-blend-mode: lighten
}

.v10-sitecore-container .bg-blend-color-dodge {
    background-blend-mode: color-dodge
}

.v10-sitecore-container .bg-blend-color-burn {
    background-blend-mode: color-burn
}

.v10-sitecore-container .bg-blend-hard-light {
    background-blend-mode: hard-light
}

.v10-sitecore-container .bg-blend-soft-light {
    background-blend-mode: soft-light
}

.v10-sitecore-container .bg-blend-difference {
    background-blend-mode: difference
}

.v10-sitecore-container .bg-blend-exclusion {
    background-blend-mode: exclusion
}

.v10-sitecore-container .bg-blend-hue {
    background-blend-mode: hue
}

.v10-sitecore-container .bg-blend-saturation {
    background-blend-mode: saturation
}

.v10-sitecore-container .bg-blend-color {
    background-blend-mode: color
}

.v10-sitecore-container .bg-blend-luminosity {
    background-blend-mode: luminosity
}

.v10-sitecore-container .\!shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    --tw-shadow-colored: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}

.v10-sitecore-container .shadow-card {
    --tw-shadow: 0px 2px 4px rgba(0, 0, 0, .25);
    --tw-shadow-colored: 0px 2px 4px var(--tw-shadow-color)
}

.v10-sitecore-container .shadow-card,
.v10-sitecore-container .shadow-lg {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.v10-sitecore-container .shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color)
}

.v10-sitecore-container .shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color)
}

.v10-sitecore-container .shadow-md,
.v10-sitecore-container .shadow-search-filters-pinned {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.v10-sitecore-container .shadow-search-filters-pinned {
    --tw-shadow: 0px 2px 4px 0px #00000040;
    --tw-shadow-colored: 0px 2px 4px 0px var(--tw-shadow-color)
}

.v10-sitecore-container .shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.v10-sitecore-container .filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.v10-sitecore-container .backdrop-blur-md {
    --tw-backdrop-blur: blur(12px)
}

.v10-sitecore-container .backdrop-blur-md,
.v10-sitecore-container .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
}

.v10-sitecore-container .transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.v10-sitecore-container .transition-width {
    transition-property: width;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.v10-sitecore-container .duration-300 {
    transition-duration: .3s
}

.v10-sitecore-container .duration-500 {
    transition-duration: .5s
}

.v10-sitecore-container .ease-in-out {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.v10-sitecore-container .aa-ClearButton[hid],
.v10-sitecore-container .aa-GradientBottom,
.v10-sitecore-container .aa-ItemActions {
    display: none !important
}

.v10-sitecore-container .select-pos {
    background-position: right 1rem center;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e")
}

@media screen and (max-width:1023px) {
    .v10-sitecore-container .ais-Hits-list {
        display: flex;
        overflow: hid;
        overflow-x: auto;
        white-space: nowrap
    }
    .v10-sitecore-container .ais-Hits-list li {
        margin-right: 20px
    }
}

@media (min-width:768px) {
    .v10-sitecore-container .sm\:headline-xl {
        font-size: 3.125rem;
        line-height: 3.625rem
    }
    .sm\:headline-s,
    .v10-sitecore-container .sm\:headline-xl {
        font-weight: 300;
        letter-spacing: -.025em
    }
    .v10-sitecore-container .sm\:headline-s {
        font-size: 1.5rem;
        line-height: 1.875rem
    }
}

@media (min-width:1024px) {
    .v10-sitecore-container .md\:headline-xl {
        font-size: 3.125rem;
        line-height: 3.625rem
    }
    .md\:headline-l,
    .v10-sitecore-container .md\:headline-xl {
        font-weight: 300;
        letter-spacing: -.025em
    }
    .v10-sitecore-container .md\:headline-l {
        font-size: 2.5rem;
        line-height: 3rem
    }
    .v10-sitecore-container .md\:headline-m {
        font-size: 2rem;
        line-height: 2.5rem
    }
    .md\:headline-m,
    .v10-sitecore-container .md\:headline-s {
        font-weight: 300;
        letter-spacing: -.025em
    }
    .v10-sitecore-container .md\:headline-s {
        font-size: 1.5rem;
        line-height: 1.875rem
    }
}

@media (min-width:1200px) {
    .v10-sitecore-container .lg\:headline-xl {
        font-size: 3.125rem;
        line-height: 3.625rem
    }
    .lg\:headline-l,
    .v10-sitecore-container .lg\:headline-xl {
        font-weight: 300;
        letter-spacing: -.025em
    }
    .v10-sitecore-container .lg\:headline-l {
        font-size: 2.5rem;
        line-height: 3rem
    }
    .v10-sitecore-container .lg\:body-m {
        font-size: .875rem;
        font-weight: 400;
        line-height: 1.4375rem;
        letter-spacing: -.05em
    }
}

@media (min-width:1440px) {
    .v10-sitecore-container .xl\:headline-xxl {
        font-size: 4rem;
        font-weight: 300;
        line-height: 4.5rem;
        letter-spacing: -.025em
    }
}

.v10-sitecore-container .placeholder\:\!text-gray-70::-moz-placeholder {
    --tw-text-opacity: 1 !important;
    color: rgb(87 92 97/var(--tw-text-opacity)) !important
}

.v10-sitecore-container .placeholder\:\!text-gray-70::placeholder {
    --tw-text-opacity: 1 !important;
    color: rgb(87 92 97/var(--tw-text-opacity)) !important
}

.v10-sitecore-container .checked\:border-isc2-green:checked {
    --tw-border-opacity: 1;
    border-color: rgb(70 129 69/var(--tw-border-opacity))
}

.v10-sitecore-container .checked\:text-isc2-green:checked {
    --tw-text-opacity: 1;
    color: rgb(70 129 69/var(--tw-text-opacity))
}

.v10-sitecore-container .focus-within\:\!rounded-full:focus-within {
    border-radius: 9999px !important
}

.v10-sitecore-container .focus-within\:\!border-2:focus-within {
    border-width: 2px !important
}

.v10-sitecore-container .focus-within\:\!border-isc2-green:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgb(70 129 69/var(--tw-border-opacity)) !important
}

.v10-sitecore-container .focus-within\:\!shadow-none:focus-within {
    --tw-shadow: 0 0 #0000 !important;
    --tw-shadow-colored: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}

.v10-sitecore-container .hover\:scale-102:hover {
    --tw-scale-x: 1.02;
    --tw-scale-y: 1.02
}

.hover\:scale-102:hover,
.v10-sitecore-container .hover\:scale-105:hover {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.v10-sitecore-container .hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05
}

.v10-sitecore-container .hover\:bg-gray-70:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(87 92 97/var(--tw-bg-opacity))
}

.v10-sitecore-container .hover\:text-black-100:hover {
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity))
}

.v10-sitecore-container .hover\:text-isc2-green:hover {
    --tw-text-opacity: 1;
    color: rgb(70 129 69/var(--tw-text-opacity))
}

.v10-sitecore-container .hover\:text-link-blue:hover {
    --tw-text-opacity: 1;
    color: rgb(35 125 182/var(--tw-text-opacity))
}

.v10-sitecore-container .hover\:shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color)
}

.hover\:shadow-2xl:hover,
.v10-sitecore-container .hover\:shadow-card-hover:hover {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.v10-sitecore-container .hover\:shadow-card-hover:hover {
    --tw-shadow: 4px 4px 8px 0 rgba(0, 0, 0, .15), -4px 4px 8px 0 rgba(0, 0, 0, .15);
    --tw-shadow-colored: 4px 4px 8px 0 var(--tw-shadow-color), -4px 4px 8px 0 var(--tw-shadow-color)
}

.v10-sitecore-container .hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.v10-sitecore-container .focus\:rounded-md:focus {
    border-radius: .375rem
}

.v10-sitecore-container .focus\:rounded-sm:focus {
    border-radius: .125rem
}

.v10-sitecore-container .focus\:border-gray-50:focus {
    --tw-border-opacity: 1;
    border-color: rgb(206 211 217/var(--tw-border-opacity))
}

.v10-sitecore-container .focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.v10-sitecore-container .focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color)
}

.focus\:ring-0:focus,
.v10-sitecore-container .focus\:ring-2:focus {
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.v10-sitecore-container .focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)
}

.v10-sitecore-container .focus\:ring-isc2-green:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(70 129 69/var(--tw-ring-opacity))
}

@media (min-width:768px) {
    .v10-sitecore-container .sm\:absolute {
        position: absolute
    }
    .v10-sitecore-container .sm\:relative {
        position: relative
    }
    .v10-sitecore-container .sm\:bottom-28 {
        bottom: 7rem
    }
    .v10-sitecore-container .sm\:bottom-8 {
        bottom: 2rem
    }
    .v10-sitecore-container .sm\:left-0 {
        left: 0
    }
    .v10-sitecore-container .sm\:left-8 {
        left: 2rem
    }
    .v10-sitecore-container .sm\:left-auto {
        left: auto
    }
    .v10-sitecore-container .sm\:left-full {
        left: 100%
    }
    .v10-sitecore-container .sm\:right-0 {
        right: 0
    }
    .v10-sitecore-container .sm\:right-11 {
        right: 2.75rem
    }
    .v10-sitecore-container .sm\:right-16 {
        right: 4rem
    }
    .v10-sitecore-container .sm\:right-28 {
        right: 7rem
    }
    .v10-sitecore-container .sm\:right-8 {
        right: 2rem
    }
    .v10-sitecore-container .sm\:top-1 {
        top: .25rem
    }
    .v10-sitecore-container .sm\:top-2\/4 {
        top: 50%
    }
    .v10-sitecore-container .sm\:top-6 {
        top: 1.5rem
    }
    .v10-sitecore-container .sm\:top-full {
        top: 100%
    }
    .v10-sitecore-container .sm\:order-1 {
        order: 1
    }
    .v10-sitecore-container .sm\:col-end-4 {
        grid-column-end: 4
    }
    .v10-sitecore-container .sm\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }
    .v10-sitecore-container .sm\:my-0 {
        margin-top: 0;
        margin-bottom: 0
    }
    .v10-sitecore-container .sm\:\!ml-0 {
        margin-left: 0 !important
    }
    .v10-sitecore-container .sm\:mb-10 {
        margin-bottom: 2.5rem
    }
    .v10-sitecore-container .sm\:mb-4 {
        margin-bottom: 1rem
    }
    .v10-sitecore-container .sm\:ml-14 {
        margin-left: 3.5rem
    }
    .v10-sitecore-container .sm\:ml-16 {
        margin-left: 4rem
    }
    .v10-sitecore-container .sm\:ml-2 {
        margin-left: .5rem
    }
    .v10-sitecore-container .sm\:ml-4 {
        margin-left: 1rem
    }
    .v10-sitecore-container .sm\:mt-0 {
        margin-top: 0
    }
    .v10-sitecore-container .sm\:mt-10 {
        margin-top: 2.5rem
    }
    .v10-sitecore-container .sm\:mt-4 {
        margin-top: 1rem
    }
    .v10-sitecore-container .sm\:block {
        display: block
    }
    .v10-sitecore-container .sm\:flex {
        display: flex
    }
    .v10-sitecore-container .sm\:grid {
        display: grid
    }
    .v10-sitecore-container .sm\:hid {
        display: none
    }
    .v10-sitecore-container .sm\:aspect-auto {
        aspect-ratio: auto
    }
    .v10-sitecore-container .sm\:aspect-video {
        aspect-ratio: 16/9
    }
    .v10-sitecore-container .sm\:h-12 {
        height: 3rem
    }
    .v10-sitecore-container .sm\:h-157 {
        height: 9.8125rem
    }
    .v10-sitecore-container .sm\:h-494 {
        height: 30.875rem
    }
    .v10-sitecore-container .sm\:h-547 {
        height: 34.1875rem
    }
    .v10-sitecore-container .sm\:h-6 {
        height: 1.5rem
    }
    .v10-sitecore-container .sm\:h-auto {
        height: auto
    }
    .v10-sitecore-container .sm\:h-full {
        height: 100%
    }
    .v10-sitecore-container .sm\:max-h-100 {
        max-height: 25rem
    }
    .v10-sitecore-container .sm\:max-h-580 {
        max-height: 37rem
    }
    .v10-sitecore-container .sm\:max-h-\[calc\(100vh-3rem\)\] {
        max-height: calc(100vh - 3rem)
    }
    .v10-sitecore-container .sm\:w-157 {
        width: 9.8125rem
    }
    .v10-sitecore-container .sm\:w-3 {
        width: .75rem
    }
    .v10-sitecore-container .sm\:w-3\.6\/12 {
        width: 30%
    }
    .v10-sitecore-container .sm\:w-3\/12 {
        width: 25%
    }
    .v10-sitecore-container .sm\:w-494 {
        width: 30.875rem
    }
    .v10-sitecore-container .sm\:w-6\/12 {
        width: 50%
    }
    .v10-sitecore-container .sm\:w-8\/12 {
        width: 66.666667%
    }
    .v10-sitecore-container .sm\:w-80 {
        width: 20rem
    }
    .v10-sitecore-container .sm\:w-auto {
        width: auto
    }
    .v10-sitecore-container .sm\:w-fit {
        width: -moz-fit-content;
        width: fit-content
    }
    .v10-sitecore-container .sm\:max-w-416 {
        max-width: 26rem
    }
    .v10-sitecore-container .sm\:flex-1 {
        flex: 1 1 0%
    }
    .v10-sitecore-container .sm\:grow {
        flex-grow: 1
    }
    .v10-sitecore-container .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
    .v10-sitecore-container .sm\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
    .v10-sitecore-container .sm\:flex-row {
        flex-direction: row
    }
    .v10-sitecore-container .sm\:flex-row-reverse {
        flex-direction: row-reverse
    }
    .v10-sitecore-container .sm\:flex-col {
        flex-direction: column
    }
    .v10-sitecore-container .sm\:items-start {
        align-items: flex-start
    }
    .v10-sitecore-container .sm\:items-center {
        align-items: center
    }
    .v10-sitecore-container .sm\:justify-end {
        justify-content: flex-end
    }
    .v10-sitecore-container .sm\:justify-center {
        justify-content: center
    }
    .v10-sitecore-container .sm\:justify-between {
        justify-content: space-between
    }
    .v10-sitecore-container .sm\:gap-10 {
        gap: 2.5rem
    }
    .v10-sitecore-container .sm\:gap-8 {
        gap: 2rem
    }
    .v10-sitecore-container .sm\:space-x-0>:not([hid])~:not([hid]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0px * var(--tw-space-x-reverse));
        margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)))
    }
    .v10-sitecore-container .sm\:space-x-5>:not([hid])~:not([hid]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1.25rem * var(--tw-space-x-reverse));
        margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)))
    }
    .v10-sitecore-container .sm\:space-x-6>:not([hid])~:not([hid]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1.5rem * var(--tw-space-x-reverse));
        margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))
    }
    .v10-sitecore-container .sm\:space-x-8>:not([hid])~:not([hid]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2rem * var(--tw-space-x-reverse));
        margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)))
    }
    .v10-sitecore-container .sm\:space-y-0>:not([hid])~:not([hid]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px * var(--tw-space-y-reverse))
    }
    .v10-sitecore-container .sm\:space-y-10>:not([hid])~:not([hid]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2.5rem * var(--tw-space-y-reverse))
    }
    .v10-sitecore-container .sm\:space-y-3>:not([hid])~:not([hid]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(.75rem * var(--tw-space-y-reverse))
    }
    .v10-sitecore-container .sm\:space-y-4>:not([hid])~:not([hid]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1rem * var(--tw-space-y-reverse))
    }
    .v10-sitecore-container .sm\:space-y-6>:not([hid])~:not([hid]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.5rem * var(--tw-space-y-reverse))
    }
    .v10-sitecore-container .sm\:rounded-lg {
        border-radius: .5rem
    }
    .v10-sitecore-container .sm\:rounded-md {
        border-radius: .375rem
    }
    .v10-sitecore-container .sm\:border-0 {
        border-width: 0
    }
    .v10-sitecore-container .sm\:border-y-0 {
        border-top-width: 0;
        border-bottom-width: 0
    }
    .v10-sitecore-container .sm\:border-none {
        border-style: none
    }
    .v10-sitecore-container .sm\:bg-white,
    .v10-sitecore-container .sm\:bg-white-00 {
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255/var(--tw-bg-opacity))
    }
    .v10-sitecore-container .sm\:bg-opacity-100 {
        --tw-bg-opacity: 1
    }
    .v10-sitecore-container .sm\:p-0 {
        padding: 0
    }
    .v10-sitecore-container .sm\:p-4 {
        padding: 1rem
    }
    .v10-sitecore-container .sm\:p-6 {
        padding: 1.5rem
    }
    .v10-sitecore-container .sm\:p-8 {
        padding: 2rem
    }
    .v10-sitecore-container .sm\:\!px-4 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }
    .v10-sitecore-container .sm\:\!py-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }
    .v10-sitecore-container .sm\:px-13 {
        padding-left: 3.25rem;
        padding-right: 3.25rem
    }
    .v10-sitecore-container .sm\:px-14 {
        padding-left: 3.5rem;
        padding-right: 3.5rem
    }
    .v10-sitecore-container .sm\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem
    }
    .v10-sitecore-container .sm\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem
    }
    .v10-sitecore-container .sm\:px-32 {
        padding-left: 8rem;
        padding-right: 8rem
    }
    .v10-sitecore-container .sm\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
    .v10-sitecore-container .sm\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .v10-sitecore-container .sm\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }
    .v10-sitecore-container .sm\:py-0 {
        padding-top: 0;
        padding-bottom: 0
    }
    .v10-sitecore-container .sm\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }
    .v10-sitecore-container .sm\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem
    }
    .v10-sitecore-container .sm\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem
    }
    .v10-sitecore-container .sm\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem
    }
    .v10-sitecore-container .sm\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }
    .v10-sitecore-container .sm\:pb-0 {
        padding-bottom: 0
    }
    .v10-sitecore-container .sm\:pb-1 {
        padding-bottom: .25rem
    }
    .v10-sitecore-container .sm\:pb-14 {
        padding-bottom: 3.5rem
    }
    .v10-sitecore-container .sm\:pb-20 {
        padding-bottom: 5rem
    }
    .v10-sitecore-container .sm\:pb-36 {
        padding-bottom: 9rem
    }
    .v10-sitecore-container .sm\:pb-4 {
        padding-bottom: 1rem
    }
    .v10-sitecore-container .sm\:pb-8 {
        padding-bottom: 2rem
    }
    .v10-sitecore-container .sm\:pl-40 {
        padding-left: 10rem
    }
    .v10-sitecore-container .sm\:pl-8 {
        padding-left: 2rem
    }
    .v10-sitecore-container .sm\:pr-10 {
        padding-right: 2.5rem
    }
    .v10-sitecore-container .sm\:pr-4 {
        padding-right: 1rem
    }
    .v10-sitecore-container .sm\:pr-40 {
        padding-right: 10rem
    }
    .v10-sitecore-container .sm\:pr-8 {
        padding-right: 2rem
    }
    .v10-sitecore-container .sm\:pt-0 {
        padding-top: 0
    }
    .v10-sitecore-container .sm\:pt-12 {
        padding-top: 3rem
    }
    .v10-sitecore-container .sm\:pt-20 {
        padding-top: 5rem
    }
    .v10-sitecore-container .sm\:pt-50 {
        padding-top: 12.5rem
    }
    .v10-sitecore-container .sm\:pt-60 {
        padding-top: 15rem
    }
    .v10-sitecore-container .sm\:text-right {
        text-align: right
    }
    .v10-sitecore-container .sm\:shadow-md {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
        --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color)
    }
    .v10-sitecore-container .sm\:shadow-md,
    .v10-sitecore-container .sm\:shadow-none {
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
    }
    .v10-sitecore-container .sm\:shadow-none {
        --tw-shadow: 0 0 #0000;
        --tw-shadow-colored: 0 0 #0000
    }
    .v10-sitecore-container .sm\:drop-shadow-lg {
        --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, .04)) drop-shadow(0 4px 3px rgba(0, 0, 0, .1));
        filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
    }
}

@media (min-width:1024px) {
    .v10-sitecore-container .md\:\!-top-32 {
        top: -8rem !important
    }
    .v10-sitecore-container .md\:right-16 {
        right: 4rem
    }
    .v10-sitecore-container .md\:top-12 {
        top: 3rem
    }
    .v10-sitecore-container .md\:col-span-2 {
        grid-column: span 2/span 2
    }
    .v10-sitecore-container .md\:m-0 {
        margin: 0
    }
    .v10-sitecore-container .md\:mx-1 {
        margin-left: .25rem;
        margin-right: .25rem
    }
    .v10-sitecore-container .md\:mb-1 {
        margin-bottom: .25rem
    }
    .v10-sitecore-container .md\:mb-20 {
        margin-bottom: 5rem
    }
    .v10-sitecore-container .md\:mb-4 {
        margin-bottom: 1rem
    }
    .v10-sitecore-container .md\:mb-6 {
        margin-bottom: 1.5rem
    }
    .v10-sitecore-container .md\:ml-12 {
        margin-left: 3rem
    }
    .v10-sitecore-container .md\:ml-24 {
        margin-left: 6rem
    }
    .v10-sitecore-container .md\:ml-auto {
        margin-left: auto
    }
    .v10-sitecore-container .md\:mr-6 {
        margin-right: 1.5rem
    }
    .v10-sitecore-container .md\:mr-8 {
        margin-right: 2rem
    }
    .v10-sitecore-container .md\:mt-0 {
        margin-top: 0
    }
    .v10-sitecore-container .md\:mt-12 {
        margin-top: 3rem
    }
    .v10-sitecore-container .md\:mt-20 {
        margin-top: 5rem
    }
    .v10-sitecore-container .md\:mt-6 {
        margin-top: 1.5rem
    }
    .v10-sitecore-container .md\:block {
        display: block
    }
    .v10-sitecore-container .md\:flex {
        display: flex
    }
    .v10-sitecore-container .md\:grid {
        display: grid
    }
    .v10-sitecore-container .md\:hid {
        display: none
    }
    .v10-sitecore-container .md\:aspect-3\/4 {
        aspect-ratio: 3/4
    }
    .v10-sitecore-container .md\:aspect-square {
        aspect-ratio: 1/1
    }
    .v10-sitecore-container .md\:h-22 {
        height: 5.5rem
    }
    .v10-sitecore-container .md\:h-304 {
        height: 19rem
    }
    .v10-sitecore-container .md\:h-594 {
        height: 33.6875rem
    }
    .v10-sitecore-container .md\:h-742 {
        height: 46.375rem
    }
    .v10-sitecore-container .md\:h-\[500px\] {
        height: 500px
    }
    .v10-sitecore-container .md\:h-\[556px\] {
        height: 556px
    }
    .v10-sitecore-container .md\:h-\[571px\] {
        height: 571px
    }
    .v10-sitecore-container .md\:h-full {
        height: 100%
    }
    .v10-sitecore-container .md\:max-h-\[calc\(100vh-1rem\)\] {
        max-height: calc(100vh - 1rem)
    }
    .v10-sitecore-container .md\:max-h-\[calc\(100vh-8rem\)\] {
        max-height: calc(100vh - 8rem)
    }
    .v10-sitecore-container .md\:max-h-none {
        max-height: none
    }
    .v10-sitecore-container .md\:min-h-695 {
        min-height: 43.4375rem
    }
    .v10-sitecore-container .md\:w-188 {
        width: 11.75rem
    }
    .v10-sitecore-container .md\:w-304 {
        width: 19rem
    }
    .v10-sitecore-container .md\:w-36 {
        width: 9rem
    }
    .v10-sitecore-container .md\:w-400 {
        width: 25rem
    }
    .v10-sitecore-container .md\:w-416 {
        width: 26rem
    }
    .v10-sitecore-container .md\:w-594 {
        width: 33.6875rem
    }
    .v10-sitecore-container .md\:w-96 {
        width: 24rem
    }
    .v10-sitecore-container .md\:w-auto {
        width: auto
    }
    .v10-sitecore-container .md\:w-full {
        width: 100%
    }
    .v10-sitecore-container .md\:min-w-304 {
        min-width: 19rem
    }
    .v10-sitecore-container .md\:min-w-416 {
        min-width: 26rem
    }
    .v10-sitecore-container .md\:min-w-50 {
        min-width: 50%
    }
    .v10-sitecore-container .md\:max-w-178 {
        max-width: 11.125rem
    }
    .v10-sitecore-container .md\:max-w-188 {
        max-width: 11.75rem
    }
    .v10-sitecore-container .md\:max-w-lg {
        max-width: 32rem
    }
    .v10-sitecore-container .md\:max-w-screen-xl {
        max-width: 1440px
    }
    .v10-sitecore-container .md\:max-w-xl {
        max-width: 36rem
    }
    .v10-sitecore-container .md\:flex-1 {
        flex: 1 1 0%
    }
    .v10-sitecore-container .md\:rotate-180 {
        --tw-rotate: 180deg
    }
    .md\:rotate-180,
    .v10-sitecore-container .md\:rotate-90 {
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }
    .v10-sitecore-container .md\:rotate-90 {
        --tw-rotate: 90deg
    }
    .v10-sitecore-container .md\:transform {
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }
    .v10-sitecore-container .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
    .v10-sitecore-container .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
    .v10-sitecore-container .md\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
    .v10-sitecore-container .md\:flex-row {
        flex-direction: row
    }
    .v10-sitecore-container .md\:flex-row-reverse {
        flex-direction: row-reverse
    }
    .v10-sitecore-container .md\:flex-col {
        flex-direction: column
    }
    .v10-sitecore-container .md\:items-start {
        align-items: flex-start
    }
    .v10-sitecore-container .md\:items-end {
        align-items: flex-end
    }
    .v10-sitecore-container .md\:items-center {
        align-items: center
    }
    .v10-sitecore-container .md\:justify-end {
        justify-content: flex-end
    }
    .v10-sitecore-container .md\:justify-center {
        justify-content: center
    }
    .v10-sitecore-container .md\:justify-between {
        justify-content: space-between
    }
    .v10-sitecore-container .md\:gap-6 {
        gap: 1.5rem
    }
    .v10-sitecore-container .md\:gap-8 {
        gap: 2rem
    }
    .v10-sitecore-container .md\:gap-x-20 {
        -moz-column-gap: 5rem;
        column-gap: 5rem
    }
    .v10-sitecore-container .md\:gap-x-32 {
        -moz-column-gap: 8rem;
        column-gap: 8rem
    }
    .v10-sitecore-container .md\:gap-y-14 {
        row-gap: 3.5rem
    }
    .v10-sitecore-container .md\:gap-y-8 {
        row-gap: 2rem
    }
    .v10-sitecore-container .md\:space-x-0>:not([hid])~:not([hid]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0px * var(--tw-space-x-reverse));
        margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)))
    }
    .v10-sitecore-container .md\:space-y-0>:not([hid])~:not([hid]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px * var(--tw-space-y-reverse))
    }
    .v10-sitecore-container .md\:space-y-1>:not([hid])~:not([hid]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(.25rem * var(--tw-space-y-reverse))
    }
    .v10-sitecore-container .md\:space-y-10>:not([hid])~:not([hid]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2.5rem * var(--tw-space-y-reverse))
    }
    .v10-sitecore-container .md\:space-y-6>:not([hid])~:not([hid]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.5rem * var(--tw-space-y-reverse))
    }
    .v10-sitecore-container .md\:overflow-auto {
        overflow: auto
    }
    .v10-sitecore-container .md\:rounded {
        border-radius: .25rem
    }
    .v10-sitecore-container .md\:rounded-md {
        border-radius: .375rem
    }
    .v10-sitecore-container .md\:border-l {
        border-left-width: 1px
    }
    .v10-sitecore-container .md\:border-none {
        border-style: none
    }
    .v10-sitecore-container .md\:bg-gray-30 {
        --tw-bg-opacity: 1;
        background-color: rgb(230 234 236/var(--tw-bg-opacity))
    }
    .v10-sitecore-container .md\:bg-center {
        background-position: 50%
    }
    .v10-sitecore-container .md\:p-0 {
        padding: 0
    }
    .v10-sitecore-container .md\:p-10 {
        padding: 2.5rem
    }
    .v10-sitecore-container .md\:p-16 {
        padding: 4rem
    }
    .v10-sitecore-container .md\:p-8 {
        padding: 2rem
    }
    .v10-sitecore-container .md\:px-0 {
        padding-left: 0;
        padding-right: 0
    }
    .v10-sitecore-container .md\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem
    }
    .v10-sitecore-container .md\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem
    }
    .v10-sitecore-container .md\:px-3 {
        padding-left: .75rem;
        padding-right: .75rem
    }
    .v10-sitecore-container .md\:px-32 {
        padding-left: 8rem;
        padding-right: 8rem
    }
    .v10-sitecore-container .md\:px-44 {
        padding-left: 11rem;
        padding-right: 11rem
    }
    .v10-sitecore-container .md\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
    .v10-sitecore-container .md\:px-60 {
        padding-left: 15rem;
        padding-right: 15rem
    }
    .v10-sitecore-container .md\:py-1 {
        padding-top: .25rem;
        padding-bottom: .25rem
    }
    .v10-sitecore-container .md\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem
    }
    .v10-sitecore-container .md\:py-26 {
        padding-top: 6.15rem;
        padding-bottom: 6.15rem
    }
    .v10-sitecore-container .md\:py-30 {
        padding-top: 7.5rem;
        padding-bottom: 7.5rem
    }
    .v10-sitecore-container .md\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem
    }
    .v10-sitecore-container .md\:pb-10 {
        padding-bottom: 2.5rem
    }
    .v10-sitecore-container .md\:pb-20 {
        padding-bottom: 5rem
    }
    .v10-sitecore-container .md\:pb-40 {
        padding-bottom: 10rem
    }
    .v10-sitecore-container .md\:pl-14 {
        padding-left: 3.5rem
    }
    .v10-sitecore-container .md\:pl-16 {
        padding-left: 4rem
    }
    .v10-sitecore-container .md\:pr-24 {
        padding-right: 6rem
    }
    .v10-sitecore-container .md\:pt-0 {
        padding-top: 0
    }
    .v10-sitecore-container .md\:pt-12 {
        padding-top: 3rem
    }
    .v10-sitecore-container .md\:pt-15 {
        padding-top: 3.75rem
    }
    .v10-sitecore-container .md\:pt-20 {
        padding-top: 5rem
    }
    .v10-sitecore-container .md\:pt-4 {
        padding-top: 1rem
    }
    .v10-sitecore-container .md\:pt-80 {
        padding-top: 20rem
    }
    .v10-sitecore-container .md\:text-right {
        text-align: right
    }
    .v10-sitecore-container .md\:opacity-0 {
        opacity: 0
    }
    .md\:active\:bg-gray-30:active,
    .v10-sitecore-container .md\:hover\:bg-gray-30:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(230 234 236/var(--tw-bg-opacity))
    }
}

@media (min-width:1200px) {
    .v10-sitecore-container .lg\:relative {
        position: relative
    }
    .v10-sitecore-container .lg\:top-0 {
        top: 0
    }
    .v10-sitecore-container .lg\:mb-1 {
        margin-bottom: .25rem
    }
    .v10-sitecore-container .lg\:ml-10 {
        margin-left: 2.5rem
    }
    .v10-sitecore-container .lg\:mt-10 {
        margin-top: 2.5rem
    }
    .v10-sitecore-container .lg\:mt-20 {
        margin-top: 5rem
    }
    .v10-sitecore-container .lg\:mt-8 {
        margin-top: 2rem
    }
    .v10-sitecore-container .lg\:inline {
        display: inline
    }
    .v10-sitecore-container .lg\:h-734 {
        height: 45.875rem
    }
    .v10-sitecore-container .lg\:h-789 {
        height: 49.3125rem
    }
    .v10-sitecore-container .lg\:w-4\/12 {
        width: 33.333333%
    }
    .v10-sitecore-container .lg\:w-600 {
        width: 37.5rem
    }
    .v10-sitecore-container .lg\:w-686 {
        width: 42.875rem
    }
    .v10-sitecore-container .lg\:w-7\/12 {
        width: 58.333333%
    }
    .v10-sitecore-container .lg\:w-789 {
        width: 49.3125rem
    }
    .v10-sitecore-container .lg\:w-\[512px\] {
        width: 512px
    }
    .v10-sitecore-container .lg\:w-auto {
        width: auto
    }
    .v10-sitecore-container .lg\:max-w-2xl {
        max-width: 42rem
    }
    .v10-sitecore-container .lg\:max-w-416 {
        max-width: 26rem
    }
    .v10-sitecore-container .lg\:max-w-none {
        max-width: none
    }
    .v10-sitecore-container .lg\:flex-row-reverse {
        flex-direction: row-reverse
    }
    .v10-sitecore-container .lg\:p-0 {
        padding: 0
    }
    .v10-sitecore-container .lg\:px-100 {
        padding-left: 25rem;
        padding-right: 25rem
    }
    .v10-sitecore-container .lg\:px-11 {
        padding-left: 2.75rem;
        padding-right: 2.75rem
    }
    .v10-sitecore-container .lg\:px-40 {
        padding-left: 10rem;
        padding-right: 10rem
    }
    .v10-sitecore-container .lg\:px-44 {
        padding-left: 11rem;
        padding-right: 11rem
    }
    .v10-sitecore-container .lg\:px-80 {
        padding-left: 20rem;
        padding-right: 20rem
    }
    .v10-sitecore-container .lg\:pl-16 {
        padding-left: 4rem
    }
    .v10-sitecore-container .lg\:pl-36 {
        padding-left: 9rem
    }
    .v10-sitecore-container .lg\:pl-44 {
        padding-left: 11rem
    }
    .v10-sitecore-container .lg\:pr-20 {
        padding-right: 5rem
    }
    .v10-sitecore-container .lg\:pr-44 {
        padding-right: 11rem
    }
    .v10-sitecore-container .lg\:pt-0 {
        padding-top: 0
    }
}

@media (min-width:1440px) {
    .v10-sitecore-container .xl\:mt-20 {
        margin-top: 5rem
    }
    .v10-sitecore-container .xl\:mt-8 {
        margin-top: 2rem
    }
    .v10-sitecore-container .xl\:h-719 {
        height: 44.9375rem
    }
    .v10-sitecore-container .xl\:w-719 {
        width: 44.9375rem
    }
    .v10-sitecore-container .xl\:max-w-2xl {
        max-width: 42rem
    }
    .v10-sitecore-container .xl\:max-w-3xl {
        max-width: 48rem
    }
    .v10-sitecore-container .xl\:space-y-8>:not([hid])~:not([hid]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2rem * var(--tw-space-y-reverse))
    }
    .v10-sitecore-container .xl\:px-44 {
        padding-left: 11rem;
        padding-right: 11rem
    }
    .v10-sitecore-container .xl\:pl-12 {
        padding-left: 3rem
    }
    .v10-sitecore-container .xl\:pl-60 {
        padding-left: 15rem
    }
    .v10-sitecore-container .xl\:pr-12 {
        padding-right: 3rem
    }
    .v10-sitecore-container .xl\:pr-60 {
        padding-right: 15rem
    }
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal
}

.v10-sitecore-container :root {
    --swiper-theme-color: #007aff
}

.v10-sitecore-container .swiper,
.v10-sitecore-container swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hid;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.v10-sitecore-container .swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.v10-sitecore-container .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.v10-sitecore-container .swiper-wrapper {
    transform: translateZ(0)
}

.v10-sitecore-container .swiper-horizontal {
    touch-action: pan-y
}

.v10-sitecore-container .swiper-vertical {
    touch-action: pan-x
}

.v10-sitecore-container .swiper-slide,
.v10-sitecore-container swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.v10-sitecore-container .swiper-slide-invisible-blank {
    visibility: hid
}

.v10-sitecore-container .swiper-autoheight,
.v10-sitecore-container .swiper-autoheight .swiper-slide {
    height: auto
}

.v10-sitecore-container .swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.v10-sitecore-container .swiper-backface-hid .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hid;
    backface-visibility: hid
}

.v10-sitecore-container .swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.v10-sitecore-container .swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.v10-sitecore-container .swiper-3d {
    perspective: 1200px
}

.v10-sitecore-container .swiper-3d .swiper-cube-shadow,
.v10-sitecore-container .swiper-3d .swiper-slide,
.v10-sitecore-container .swiper-3d .swiper-slide-shadow,
.v10-sitecore-container .swiper-3d .swiper-slide-shadow-bottom,
.v10-sitecore-container .swiper-3d .swiper-slide-shadow-left,
.v10-sitecore-container .swiper-3d .swiper-slide-shadow-right,
.v10-sitecore-container .swiper-3d .swiper-slide-shadow-top {
    transform-style: preserve-3d
}

.v10-sitecore-container .swiper-3d .swiper-slide-shadow,
.v10-sitecore-container .swiper-3d .swiper-slide-shadow-bottom,
.v10-sitecore-container .swiper-3d .swiper-slide-shadow-left,
.v10-sitecore-container .swiper-3d .swiper-slide-shadow-right,
.v10-sitecore-container .swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.v10-sitecore-container .swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.v10-sitecore-container .swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.v10-sitecore-container .swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.v10-sitecore-container .swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.v10-sitecore-container .swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.v10-sitecore-container .swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.v10-sitecore-container .swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.v10-sitecore-container .swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.v10-sitecore-container .swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.v10-sitecore-container .swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.v10-sitecore-container .swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.v10-sitecore-container .swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.v10-sitecore-container .swiper-centered>.swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.v10-sitecore-container .swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.v10-sitecore-container .swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before)
}

.v10-sitecore-container .swiper-centered.swiper-horizontal>.swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.v10-sitecore-container .swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before)
}

.v10-sitecore-container .swiper-centered.swiper-vertical>.swiper-wrapper:before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.v10-sitecore-container .swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border-radius: 50%;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-top: 4px solid transparent
}

.v10-sitecore-container .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.v10-sitecore-container .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.v10-sitecore-container swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s linear infinite
}

.v10-sitecore-container .swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.v10-sitecore-container .swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

@font-face {
    font-family: __Open_Sans_19b540;
    font-style: normal;
    font-weight: 300 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(/_next/static/media/b0bdc8e2e79609aa-s.woff2) format("woff2");
    unicode-range: U+0460-052f, U+1c80-1c88, U+20b4, U+2de0-2dff, U+a640-a69f, U+fe2e-fe2f
}

@font-face {
    font-family: __Open_Sans_19b540;
    font-style: normal;
    font-weight: 300 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(/_next/static/media/7ab12a0efe3b6546-s.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045f, U+0490-0491, U+04b0-04b1, U+2116
}

@font-face {
    font-family: __Open_Sans_19b540;
    font-style: normal;
    font-weight: 300 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(/_next/static/media/26fc07203f7fba4b-s.woff2) format("woff2");
    unicode-range: U+1f??
}

@font-face {
    font-family: __Open_Sans_19b540;
    font-style: normal;
    font-weight: 300 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(/_next/static/media/336ade822a94467f-s.woff2) format("woff2");
    unicode-range: U+0370-03ff
}

@font-face {
    font-family: __Open_Sans_19b540;
    font-style: normal;
    font-weight: 300 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(/_next/static/media/b9b136a66ad923f2-s.woff2) format("woff2");
    unicode-range: U+0590-05ff, U+200c-2010, U+20aa, U+25cc, U+fb1d-fb4f
}

@font-face {
    font-family: __Open_Sans_19b540;
    font-style: normal;
    font-weight: 300 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(/_next/static/media/78591b289fc3df32-s.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01a0-01a1, U+01af-01b0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1ea0-1ef9, U+20ab
}

@font-face {
    font-family: __Open_Sans_19b540;
    font-style: normal;
    font-weight: 300 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(/_next/static/media/243816ba55de2c3c-s.woff2) format("woff2");
    unicode-range: U+0100-02af, U+0304, U+0308, U+0329, U+1e00-1e9f, U+1ef2-1eff, U+2020, U+20a0-20ab, U+20ad-20cf, U+2113, U+2c60-2c7f, U+a720-a7ff
}

@font-face {
    font-family: __Open_Sans_19b540;
    font-style: normal;
    font-weight: 300 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(/_next/static/media/cdbcea0e589a6ff7-s.p.woff2) format("woff2");
    unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+0304, U+0308, U+0329, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd
}

@font-face {
    font-family: __Open_Sans_Fallback_19b540;
    src: local("Arial");
    ascent-override: 101.58%;
    descent-override: 27.84%;
    line-gap-override: 0.00%;
    size-adjust: 105.22%
}

.v10-sitecore-container .__className_19b540 {
    font-family: __Open_Sans_19b540, __Open_Sans_Fallback_19b540;
    font-style: normal
}

.v10-sitecore-container .__variable_19b540 {
    --font-open-sans: "__Open_Sans_19b540", "__Open_Sans_Fallback_19b540"
}