@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
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    backface-visibility: hidden
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper:before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity .3s;
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform .2s, top .2s
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, left .2s
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, right .2s
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

/*
! tailwindcss v3.1.7 | MIT License | https://tailwindcss.com
*/
*,
:after,
:before {
    box-sizing: border-box;
    border: 0 solid
}

:after,
:before {
    --tw-content: ""
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
}

body {
    margin: 0;
    line-height: inherit
}

hr {
    height: 0;
    color: inherit;
    border-top-width: 1px
}

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
pre,
samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none
}

:-moz-focusring {
    outline: auto
}

:-moz-ui-invalid {
    box-shadow: none
}

progress {
    vertical-align: baseline
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
    margin: 0
}

fieldset {
    margin: 0
}

fieldset,
legend {
    padding: 0
}

menu,
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #9ca3af
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    color: #9ca3af
}

[role=button],
button {
    cursor: pointer
}

:disabled {
    cursor: default
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    vertical-align: middle
}

img,
video {
    max-width: 100%;
    height: auto
}

html {
    font-family: Proxima Nova, system-ui, sans-serif
}

html.is-locked,
html.is-locked body {
    height: calc(var(--window-inner-height) - 1px);
    overflow: hidden
}

body {
    font-size: 16px
}

h1,
h2 {
    font-family: Didot, system-ui, sans-serif
}

h3 {
    margin-bottom: 20px;
    font-size: 27px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .05em;
    --tw-text-opacity: 1;
    color: rgb(83 97 113/var(--tw-text-opacity))
}

@media (min-width:720px) {
    h3 {
        margin-bottom: 3px
    }
}

h3 {
    font-family: Proxima Nova, system-ui, sans-serif
}

video {
    -o-object-fit: cover;
    object-fit: cover
}

*,
:after,
: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-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:
}

::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-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:
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px
}

@media (min-width:375px) {
    .container {
        max-width: 375px;
        padding-right: 20px;
        padding-left: 20px
    }
}

@media (min-width:720px) {
    .container {
        max-width: 720px;
        padding-right: 30px;
        padding-left: 30px
    }
}

@media (min-width:1024px) {
    .container {
        max-width: 1024px
    }
}

@media (min-width:1280px) {
    .container {
        max-width: 1280px;
        padding-right: 60px;
        padding-left: 60px
    }
}

@media (min-width:1440px) {
    .container {
        max-width: 1440px;
        padding-right: 60px;
        padding-left: 60px
    }
}

@media (min-width:1680px) {
    .container {
        max-width: 1680px;
        padding-right: 60px;
        padding-left: 60px
    }
}

@media (min-width:1920px) {
    .container {
        max-width: 1920px
    }
}

.hw-btn {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.75rem;
    padding-top: .75rem;
    padding-bottom: .5rem;
    letter-spacing: 1.5px
}

.hw-btn-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(151 39 44/var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.hw-btn-primary:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), #97272c
}

.hw-btn-secondary {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(151 39 44/var(--tw-text-opacity))
}

.hw-btn-secondary:hover {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

#ot-sdk-cookie-policy-copy h3,
#ot-sdk-cookie-policy-copy h4 {
    font-family: Proxima Nova, system-ui, sans-serif;
    font-weight: 600
}

#ot-sdk-cookie-policy-copy h3 {
    font-size: 1.5em
}

#ot-sdk-cookie-policy-copy h4 {
    color: #707372
}

#ot-sdk-cookie-policy-copy p {
    font-size: .9em;
    line-height: normal
}

#ot-sdk-cookie-policy-copy a {
    text-decoration: underline
}

#ot-sdk-cookie-policy-copy a:hover {
    text-decoration: none
}

.rich-text-copy {
    margin: 0 auto;
    width: 100%;
    max-width: 870px
}

@media (min-width:375px) {
    .rich-text-copy {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (min-width:720px) {
    .rich-text-copy {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (min-width:1280px) {
    .rich-text-copy {
        padding-left: 0;
        padding-right: 0
    }
}

.rich-text-copy h1,
.rich-text-copy h2,
.rich-text-copy h4 {
    margin-bottom: 20px;
    --tw-text-opacity: 1;
    color: rgb(151 39 44/var(--tw-text-opacity))
}

@media (min-width:720px) {

    .rich-text-copy h1,
    .rich-text-copy h2,
    .rich-text-copy h4 {
        margin-bottom: 25px
    }
}

.rich-text-copy h1,
.rich-text-copy h2,
.rich-text-copy h4 {
    font-family: Didot, system-ui, sans-serif
}

.rich-text-copy h1 {
    font-size: 40px;
    line-height: 44px
}

@media (min-width:1280px) {
    .rich-text-copy h1 {
        font-size: 60px;
        line-height: 60px
    }
}

.rich-text-copy h2 {
    font-size: 28px;
    line-height: 38px
}

@media (min-width:720px) {
    .rich-text-copy h2 {
        font-size: 32px;
        line-height: 40px
    }
}

@media (min-width:1280px) {
    .rich-text-copy h2 {
        font-size: 40px;
        line-height: 48px
    }
}

.rich-text-copy h4 {
    font-size: 28px;
    line-height: 34px
}

@media (min-width:720px) {
    .rich-text-copy h4 {
        font-size: 32px;
        line-height: 38px
    }
}

.rich-text-copy h6 {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
    --tw-text-opacity: 1;
    color: rgb(62 62 62/var(--tw-text-opacity))
}

.rich-text-copy td {
    vertical-align: top
}

.rich-text-copy a:not(.hw-btn):focus,
.rich-text-copy a:not(.hw-btn):hover {
    color: #6a1b1f
}

.rich-text-copy b,
.rich-text-copy em,
.rich-text-copy i,
.rich-text-copy p,
.rich-text-copy strong {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 25px;
    --tw-text-opacity: 1;
    color: rgb(62 62 62/var(--tw-text-opacity))
}

@media (min-width:720px) {

    .rich-text-copy b,
    .rich-text-copy em,
    .rich-text-copy i,
    .rich-text-copy p,
    .rich-text-copy strong {
        margin-bottom: 15px;
        font-size: 18px
    }
}

.rich-text-copy b:last-child,
.rich-text-copy em:last-child,
.rich-text-copy i:last-child,
.rich-text-copy p:last-child,
.rich-text-copy strong:last-child {
    margin-bottom: 0
}

.rich-text-copy sup {
    top: .7em;
    vertical-align: text-top;
    font-size: 50%
}

.rich-text-copy sub {
    bottom: .7em;
    vertical-align: text-bottom;
    font-size: 50%
}

.rich-text-copy ol,
.rich-text-copy ul {
    margin-top: -5px;
    margin-bottom: 20px;
    white-space: normal;
    padding-left: 26px
}

.rich-text-copy ol li,
.rich-text-copy ul li {
    position: relative;
    font-size: 18px;
    line-height: 29px;
    --tw-text-opacity: 1;
    color: rgb(62 62 62/var(--tw-text-opacity))
}

.rich-text-copy ol li:before,
.rich-text-copy ul li:before {
    position: absolute;
    top: -4px;
    margin-left: -15px;
    width: 1em;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(151 39 44/var(--tw-text-opacity));
    content: "•"
}

.rich-text-copy ol li>:last-child,
.rich-text-copy ul li>:last-child {
    margin-bottom: 0
}

.rich-text-copy ol {
    counter-reset: hw-rte-counter
}

.rich-text-copy ol li {
    counter-increment: hw-rte-counter
}

.rich-text-copy ol li:before {
    top: 1px;
    left: -15px;
    margin-left: 0;
    width: auto;
    font-size: 14px;
    line-height: 25px;
    content: counter(hw-rte-counter)
}

.rich-text-copy.inner-spacing {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px
}

@media (min-width:720px) {
    .rich-text-copy.inner-spacing {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (min-width:1280px) {
    .rich-text-copy.inner-spacing {
        padding-left: 0;
        padding-right: 0;
        padding-top: 70px
    }
}

.transaction-overview h1,
.transaction-overview h2,
.transaction-overview h3,
.transaction-overview h4,
.transaction-overview h5,
.transaction-overview h6 {
    margin-bottom: 10px
}

.transaction-overview h6 {
    font-size: 14px
}

.no-padding {
    padding-left: 0;
    padding-right: 0
}

.rich-text-copy-small {
    width: 100%
}

.rich-text-copy-small p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
    --tw-text-opacity: 1;
    color: rgb(62 62 62/var(--tw-text-opacity))
}

.has-p-margins b,
.has-p-margins em,
.has-p-margins i,
.has-p-margins p,
.has-p-margins strong {
    margin-bottom: 15px
}

.rich-text-table-wrapper {
    overflow: auto
}

.rich-text-copy-wrapper p span {
    white-space: unset !important
}

.rich-text-copy-wrapper blockquote p:before {
    --tw-content: open-quote;
    content: var(--tw-content)
}

.rich-text-copy-wrapper blockquote p:after {
    --tw-content: close-quote;
    content: var(--tw-content)
}

.rich-text-copy-wrapper table {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    table-layout: fixed
}

.rich-text-copy-wrapper table td,
.rich-text-copy-wrapper table th {
    text-align: left
}

.rich-text-copy-wrapper table td span,
.rich-text-copy-wrapper table th span {
    white-space: unset !important
}

.rich-text-copy-wrapper table td:first-of-type,
.rich-text-copy-wrapper table th:first-of-type {
    width: 160px
}

@media (min-width:1280px) {

    .rich-text-copy-wrapper table td:first-of-type,
    .rich-text-copy-wrapper table th:first-of-type {
        width: 170px
    }
}

.rich-text-copy-wrapper table td:not(:first-of-type),
.rich-text-copy-wrapper table th:not(:first-of-type) {
    width: 165px
}

@media (min-width:1280px) {

    .rich-text-copy-wrapper table td:not(:first-of-type),
    .rich-text-copy-wrapper table th:not(:first-of-type) {
        width: 174px
    }
}

.rich-text-copy-wrapper table tr {
    font-size: 18px;
    line-height: 25px
}

.rich-text-copy-wrapper table tr:first-of-type {
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-bottom-color: rgb(142 144 137/var(--tw-border-opacity))
}

.rich-text-copy-wrapper table tr:not(:first-of-type) td {
    padding-top: 20px
}

.rich-text-copy-wrapper table tr:nth-of-type(n+3) td {
    padding-top: 15px
}

@media (min-width:375px) {
    .rich-text-copy-wrapper table tr p {
        font-size: 18px
    }
}

.rich-text-copy-wrapper table th {
    padding-top: 20px;
    padding-bottom: 15px
}

.rich-text-copy-wrapper table th p {
    --tw-text-opacity: 1;
    color: rgb(151 39 44/var(--tw-text-opacity))
}

.rich-text-copy-wrapper table th:first-of-type {
    padding-left: 20px;
    padding-right: 25px
}

.rich-text-copy-wrapper table th:not(:first-of-type) {
    padding-left: 25px;
    padding-right: 25px
}

.rich-text-copy-wrapper table td {
    padding: 15px 20px
}

@media (min-width:375px) {
    .rich-text-copy-wrapper table td:not(:first-of-type) {
        padding-left: 25px;
        padding-right: 25px
    }
}

.detailPageRte .rich-text-copy {
    max-width: 1440px;
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width:720px) {
    .detailPageRte .rich-text-copy {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (min-width:1280px) {
    .detailPageRte .rich-text-copy {
        padding-left: 60px;
        padding-right: 60px
    }
}

@media print {
    .detailPageRte .rich-text-copy {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width:375px) {
    .mobileFontSizeRte p {
        font-size: 16px
    }
}

@media (min-width:720px) {
    .mobileFontSizeRte p {
        font-size: 18px
    }
}

@media (min-width:1024px) {
    .mobile-image {
        display: none
    }
}

.desktop-image {
    display: none
}

@media (min-width:1024px) {
    .desktop-image {
        display: block
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
}

.pointer-events-none {
    pointer-events: none
}

.pointer-events-auto {
    pointer-events: auto
}

.visible {
    visibility: visible
}

.invisible {
    visibility: hidden
}

.static {
    position: static
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.sticky {
    position: sticky
}

.inset-0 {
    right: 0;
    left: 0
}

.inset-0,
.inset-y-0 {
    top: 0;
    bottom: 0
}

.inset-x-0 {
    left: 0;
    right: 0
}

.left-0 {
    left: 0
}

.right-0 {
    right: 0
}

.top-0 {
    top: 0
}

.top-1\/2 {
    top: 50%
}

.left-\[15px\] {
    left: 15px
}

.top-5 {
    top: 1.25rem
}

.left-2\.5 {
    left: .625rem
}

.left-2 {
    left: .5rem
}

.top-3 {
    top: .75rem
}

.\!top-0 {
    top: 0 !important
}

.bottom-0 {
    bottom: 0
}

.-left-\[75px\] {
    left: -75px
}

.-right-\[75px\] {
    right: -75px
}

.left-1\.5 {
    left: .375rem
}

.left-1 {
    left: .25rem
}

.right-1\.5 {
    right: .375rem
}

.right-1 {
    right: .25rem
}

.left-\[50\%\] {
    left: 50%
}

.left-\[-190px\] {
    left: -190px
}

.left-\[-285px\] {
    left: -285px
}

.top-\[101px\] {
    top: 101px
}

.right-\[-65px\] {
    right: -65px
}

.top-\[520px\] {
    top: 520px
}

.top-\[400px\] {
    top: 400px
}

.right-\[-270px\] {
    right: -270px
}

.top-\[10px\] {
    top: 10px
}

.top-\[27\%\] {
    top: 27%
}

.left-\[44\%\] {
    left: 44%
}

.-left-\[120px\] {
    left: -120px
}

.-right-\[145px\] {
    right: -145px
}

.-left-\[100px\] {
    left: -100px
}

.-right-\[50px\] {
    right: -50px
}

.left-\[-1\%\] {
    left: -1%
}

.right-\[5px\] {
    right: 5px
}

.left-6 {
    left: 1.5rem
}

.right-6 {
    right: 1.5rem
}

.right-5 {
    right: 1.25rem
}

.right-2 {
    right: .5rem
}

.bottom-\[15px\] {
    bottom: 15px
}

.-bottom-1 {
    bottom: -.25rem
}

.top-\[50\%\] {
    top: 50%
}

.top-\[60px\] {
    top: 60px
}

.top-\[30px\] {
    top: 30px
}

.left-\[52\%\] {
    left: 52%
}

.bottom-\[-5px\] {
    bottom: -5px
}

.top-\[21px\] {
    top: 21px
}

.right-\[13px\] {
    right: 13px
}

.top-\[-50px\] {
    top: -50px
}

.right-\[20px\] {
    right: 20px
}

.-left-\[36px\] {
    left: -36px
}

.top-12\.5 {
    top: 3.125rem
}

.top-12 {
    top: 3rem
}

.left-\[calc\(\(100vw-1440px\)\/2\)\] {
    left: calc((100vw - 1440px) / 2)
}

.top-\[-1px\] {
    top: -1px
}

.bottom-\[5px\] {
    bottom: 5px
}

.bottom-\[0px\] {
    bottom: 0
}

.bottom-\[8px\] {
    bottom: 8px
}

.top-\[9px\] {
    top: 9px
}

.left-\[60px\] {
    left: 60px
}

.top-\[33px\] {
    top: 33px
}

.right-\[60px\] {
    right: 60px
}

.right-\[40px\] {
    right: 40px
}

.bottom-10 {
    bottom: 2.5rem
}

.bottom-\[23px\] {
    bottom: 23px
}

.left-\[20px\] {
    left: 20px
}

.-left-\[10\%\] {
    left: -10%
}

.bottom-\[25px\] {
    bottom: 25px
}

.top-16 {
    top: 4rem
}

.top-2\.5 {
    top: .625rem
}

.top-2 {
    top: .5rem
}

.left-12 {
    left: 3rem
}

.bottom-4 {
    bottom: 1rem
}

.-left-\[80px\] {
    left: -80px
}

.top-3\.5 {
    top: .875rem
}

.bottom-\[19px\] {
    bottom: 19px
}

.bottom-3 {
    bottom: .75rem
}

.right-\[-6px\] {
    right: -6px
}

.right-\[-34px\] {
    right: -34px
}

.left-\[0\] {
    left: 0
}

.top-\[40\%\] {
    top: 40%
}

.left-\[-1px\] {
    left: -1px
}

.top-\[-44px\] {
    top: -44px
}

.top-\[-16px\] {
    top: -16px
}

.right-14 {
    right: 3.5rem
}

.top-\[35px\] {
    top: 35px
}

.left-\[40px\] {
    left: 40px
}

.top-\[5px\] {
    top: 5px
}

.right-\[6px\] {
    right: 6px
}

.left-\[-12px\] {
    left: -12px
}

.bottom-\[7px\] {
    bottom: 7px
}

.-left-\[25\%\] {
    left: -25%
}

.-right-\[52\%\] {
    right: -52%
}

.-z-1 {
    z-index: -1
}

.z-1,
.z-\[1\] {
    z-index: 1
}

.z-10 {
    z-index: 10
}

.z-\[60\] {
    z-index: 60
}

.z-20 {
    z-index: 20
}

.z-\[100\] {
    z-index: 100
}

.z-\[-1\] {
    z-index: -1
}

.z-\[11\] {
    z-index: 11
}

.z-50,
.z-\[50\] {
    z-index: 50
}

.z-0 {
    z-index: 0
}

.z-30,
.z-\[30\] {
    z-index: 30
}

.z-\[2\] {
    z-index: 2
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-none {
    order: 0
}

.order-first {
    order: -9999
}

.order-4 {
    order: 4
}

.col-span-full {
    grid-column: 1/-1
}

.col-span-6 {
    grid-column: span 6/span 6
}

.col-span-10 {
    grid-column: span 10/span 10
}

.col-span-4 {
    grid-column: span 4/span 4
}

.\!col-span-full {
    grid-column: 1/-1 !important
}

.col-span-5 {
    grid-column: span 5/span 5
}

.col-span-8 {
    grid-column: span 8/span 8
}

.col-span-3 {
    grid-column: span 3/span 3
}

.col-span-12 {
    grid-column: span 12/span 12
}

.col-span-7 {
    grid-column: span 7/span 7
}

.col-span-1 {
    grid-column: span 1/span 1
}

.col-span-2 {
    grid-column: span 2/span 2
}

.col-start-1 {
    grid-column-start: 1
}

.col-start-2 {
    grid-column-start: 2
}

.col-start-3 {
    grid-column-start: 3
}

.col-start-4 {
    grid-column-start: 4
}

.col-start-7 {
    grid-column-start: 7
}

.col-start-8 {
    grid-column-start: 8
}

.col-start-9 {
    grid-column-start: 9
}

.col-start-10 {
    grid-column-start: 10
}

.col-end-\[none\] {
    grid-column-end: none
}

.row-span-full {
    grid-row: 1/-1
}

.row-span-3 {
    grid-row: span 3/span 3
}

.row-start-1 {
    grid-row-start: 1
}

.row-start-2 {
    grid-row-start: 2
}

.float-right {
    float: right
}

.float-left {
    float: left
}

.m-4 {
    margin: 1rem
}

.m-auto {
    margin: auto
}

.m-0 {
    margin: 0
}

.m-5 {
    margin: 1.25rem
}

.my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.mx-2 {
    margin-left: .5rem;
    margin-right: .5rem
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.mx-1 {
    margin-left: .25rem;
    margin-right: .25rem
}

.-mx-\[calc\(\(100vw-100\%\)\/2\)\] {
    margin-left: calc(calc((100vw - 100%) / 2) * -1);
    margin-right: calc(calc((100vw - 100%) / 2) * -1)
}

.-mx-7\.5 {
    margin-left: -1.875rem;
    margin-right: -1.875rem
}

.\!my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem
}

.-my-2 {
    margin-top: -.5rem;
    margin-bottom: -.5rem
}

.my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem
}

.my-auto {
    margin-top: auto;
    margin-bottom: auto
}

.mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem
}

.\!mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.mx-\[6\.97px\] {
    margin-left: 6.97px;
    margin-right: 6.97px
}

.mx-0 {
    margin-left: 0;
    margin-right: 0
}

.\!mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
}

.my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

.mx-2\.5 {
    margin-left: .625rem;
    margin-right: .625rem
}

.ml-4 {
    margin-left: 1rem
}

.mr-3 {
    margin-right: .75rem
}

.mb-\[56px\] {
    margin-bottom: 56px
}

.mb-\[52px\] {
    margin-bottom: 52px
}

.mt-\[8px\] {
    margin-top: 8px
}

.ml-3 {
    margin-left: .75rem
}

.mb-\[15px\] {
    margin-bottom: 15px
}

.mb-4 {
    margin-bottom: 1rem
}

.ml-\[15px\] {
    margin-left: 15px
}

.\!mb-0 {
    margin-bottom: 0 !important
}

.mb-12\.5 {
    margin-bottom: 3.125rem
}

.mb-12 {
    margin-bottom: 3rem
}

.mb-\[131px\] {
    margin-bottom: 131px
}

.mb-\[7px\] {
    margin-bottom: 7px
}

.mb-\[54px\] {
    margin-bottom: 54px
}

.mt-\[45px\] {
    margin-top: 45px
}

.mr-2 {
    margin-right: .5rem
}

.-mt-\[3px\] {
    margin-top: -3px
}

.mb-\[3px\] {
    margin-bottom: 3px
}

.mb-1\.5 {
    margin-bottom: .375rem
}

.mb-1 {
    margin-bottom: .25rem
}

.mt-\[6px\] {
    margin-top: 6px
}

.mb-0 {
    margin-bottom: 0
}

.mt-\[14px\] {
    margin-top: 14px
}

.mt-\[10px\] {
    margin-top: 10px
}

.mt-\[9px\] {
    margin-top: 9px
}

.mb-2 {
    margin-bottom: .5rem
}

.mb-2\.5 {
    margin-bottom: .625rem
}

.mb-\[10px\] {
    margin-bottom: 10px
}

.mb-\[0px\] {
    margin-bottom: 0
}

.\!mb-12\.5 {
    margin-bottom: 3.125rem !important
}

.\!mb-12 {
    margin-bottom: 3rem !important
}

.ml-5 {
    margin-left: 1.25rem
}

.-mr-7\.5 {
    margin-right: -1.875rem
}

.-mr-7 {
    margin-right: -1.75rem
}

.mt-\[26px\] {
    margin-top: 26px
}

.mb-\[21px\] {
    margin-bottom: 21px
}

.mb-5 {
    margin-bottom: 1.25rem
}

.-ml-\[8px\] {
    margin-left: -8px
}

.mt-7\.5 {
    margin-top: 1.875rem
}

.mt-7 {
    margin-top: 1.75rem
}

.mb-\[60px\] {
    margin-bottom: 60px
}

.mt-8 {
    margin-top: 2rem
}

.mb-3\.5 {
    margin-bottom: .875rem
}

.mb-3 {
    margin-bottom: .75rem
}

.mb-\[50px\] {
    margin-bottom: 50px
}

.mt-auto {
    margin-top: auto
}

.mb-auto {
    margin-bottom: auto
}

.mt-3 {
    margin-top: .75rem
}

.mt-\[20px\] {
    margin-top: 20px
}

.mt-\[25px\] {
    margin-top: 25px
}

.mt-\[50px\] {
    margin-top: 50px
}

.mb-10 {
    margin-bottom: 2.5rem
}

.mt-\[112px\] {
    margin-top: 112px
}

.mt-10 {
    margin-top: 2.5rem
}

.mb-\[42px\] {
    margin-bottom: 42px
}

.mt-\[200px\] {
    margin-top: 200px
}

.mb-\[18px\] {
    margin-bottom: 18px
}

.mt-\[16px\] {
    margin-top: 16px
}

.mb-\[11px\] {
    margin-bottom: 11px
}

.mr-\[10px\] {
    margin-right: 10px
}

.mt-\[69px\] {
    margin-top: 69px
}

.mt-\[54px\] {
    margin-top: 54px
}

.mt-\[34px\] {
    margin-top: 34px
}

.\!mb-\[10px\] {
    margin-bottom: 10px !important
}

.\!mb-7 {
    margin-bottom: 1.75rem !important
}

.mt-\[24px\] {
    margin-top: 24px
}

.mb-\[13px\] {
    margin-bottom: 13px
}

.mb-\[70px\] {
    margin-bottom: 70px
}

.mb-\[44px\] {
    margin-bottom: 44px
}

.mb-\[-23px\] {
    margin-bottom: -23px
}

.mt-\[22px\] {
    margin-top: 22px
}

.mb-\[112px\] {
    margin-bottom: 112px
}

.mb-\[34px\] {
    margin-bottom: 34px
}

.mt-\[23px\] {
    margin-top: 23px
}

.mb-\[25px\] {
    margin-bottom: 25px
}

.mb-\[30px\] {
    margin-bottom: 30px
}

.mb-\[6px\] {
    margin-bottom: 6px
}

.mb-8 {
    margin-bottom: 2rem
}

.mb-\[40px\] {
    margin-bottom: 40px
}

.mb-\[47px\] {
    margin-bottom: 47px
}

.mt-\[5px\] {
    margin-top: 5px
}

.-mt-\[50px\] {
    margin-top: -50px
}

.mb-\[17px\] {
    margin-bottom: 17px
}

.mb-\[24px\] {
    margin-bottom: 24px
}

.mr-7 {
    margin-right: 1.75rem
}

.-ml-7\.5 {
    margin-left: -1.875rem
}

.mb-7 {
    margin-bottom: 1.75rem
}

.mb-\[14px\] {
    margin-bottom: 14px
}

.-mt-7\.5 {
    margin-top: -1.875rem
}

.-mt-7 {
    margin-top: -1.75rem
}

.mb-\[20px\] {
    margin-bottom: 20px
}

.ml-auto {
    margin-left: auto
}

.mr-0 {
    margin-right: 0
}

.mb-\[19px\] {
    margin-bottom: 19px
}

.mb-7\.5 {
    margin-bottom: 1.875rem
}

.mb-6 {
    margin-bottom: 1.5rem
}

.mt-\[40px\] {
    margin-top: 40px
}

.ml-\[10px\] {
    margin-left: 10px
}

.ml-\[24px\] {
    margin-left: 24px
}

.mr-\[36\.5px\] {
    margin-right: 36.5px
}

.mt-0 {
    margin-top: 0
}

.mb-\[5px\] {
    margin-bottom: 5px
}

.mb-\[12px\] {
    margin-bottom: 12px
}

.mt-\[47px\] {
    margin-top: 47px
}

.mb-\[23px\] {
    margin-bottom: 23px
}

.mb-\[22px\] {
    margin-bottom: 22px
}

.mt-\[42px\] {
    margin-top: 42px
}

.ml-0 {
    margin-left: 0
}

.mr-\[39px\] {
    margin-right: 39px
}

.-mr-\[20px\] {
    margin-right: -20px
}

.-mb-2 {
    margin-bottom: -.5rem
}

.mt-11 {
    margin-top: 2.75rem
}

.mb-16 {
    margin-bottom: 4rem
}

.mt-1 {
    margin-top: .25rem
}

.mt-2 {
    margin-top: .5rem
}

.-mt-1 {
    margin-top: -.25rem
}

.ml-8 {
    margin-left: 2rem
}

.mr-5 {
    margin-right: 1.25rem
}

.-mr-2 {
    margin-right: -.5rem
}

.mt-\[100px\] {
    margin-top: 100px
}

.mb-\[16px\] {
    margin-bottom: 16px
}

.mt-5 {
    margin-top: 1.25rem
}

.mr-\[11px\] {
    margin-right: 11px
}

.-mr-\[100\%\] {
    margin-right: -100%
}

.mb-\[49px\] {
    margin-bottom: 49px
}

.ml-1 {
    margin-left: .25rem
}

.mt-\[-1px\] {
    margin-top: -1px
}

.mr-\[-1px\] {
    margin-right: -1px
}

.mt-\[-20px\] {
    margin-top: -20px
}

.mr-\[15px\] {
    margin-right: 15px
}

.-mb-\[72px\] {
    margin-bottom: -72px
}

.ml-\[40px\] {
    margin-left: 40px
}

.ml-\[-20px\] {
    margin-left: -20px
}

.mt-4 {
    margin-top: 1rem
}

.mt-\[31px\] {
    margin-top: 31px
}

.mt-\[30px\] {
    margin-top: 30px
}

.ml-\[3px\] {
    margin-left: 3px
}

.ml-\[12px\] {
    margin-left: 12px
}

.mr-\[12px\] {
    margin-right: 12px
}

.mt-2\.5 {
    margin-top: .625rem
}

.mt-\[13px\] {
    margin-top: 13px
}

.mb-\[33px\] {
    margin-bottom: 33px
}

.-mr-5 {
    margin-right: -1.25rem
}

.mr-4 {
    margin-right: 1rem
}

.mr-7\.5 {
    margin-right: 1.875rem
}

.ml-\[calc\(\(\(340\/628\)\*100\%\)_-_90px\)\] {
    margin-left: calc(((340 / 628) * 100%) - 90px)
}

.mt-3\.5 {
    margin-top: .875rem
}

.ml-\[7px\] {
    margin-left: 7px
}

.mt-6 {
    margin-top: 1.5rem
}

.mr-\[14px\] {
    margin-right: 14px
}

.mb-\[27px\] {
    margin-bottom: 27px
}

.mb-\[8px\] {
    margin-bottom: 8px
}

.mb-11 {
    margin-bottom: 2.75rem
}

.mr-2\.5 {
    margin-right: .625rem
}

.-ml-9 {
    margin-left: -2.25rem
}

.mt-\[18px\] {
    margin-top: 18px
}

.mt-\[-10px\] {
    margin-top: -10px
}

.ml-\[22px\] {
    margin-left: 22px
}

.ml-\[35px\] {
    margin-left: 35px
}

.mb-\[37px\] {
    margin-bottom: 37px
}

.mt-\[15px\] {
    margin-top: 15px
}

.mr-\[9\.85px\] {
    margin-right: 9.85px
}

.mt-\[12px\] {
    margin-top: 12px
}

.mb-\[55px\] {
    margin-bottom: 55px
}

.box-border {
    box-sizing: border-box
}

.block {
    display: block
}

.\!block {
    display: block !important
}

.inline-block {
    display: inline-block
}

.inline {
    display: inline
}

.flex {
    display: flex
}

.inline-flex {
    display: inline-flex
}

.table {
    display: table
}

.grid {
    display: grid
}

.\!grid {
    display: grid !important
}

.contents {
    display: contents
}

.list-item {
    display: list-item
}

.hidden {
    display: none
}

.\!hidden {
    display: none !important
}

.aspect-square {
    aspect-ratio: 1/1
}

.aspect-\[2\/2\] {
    aspect-ratio: 2/2
}

.aspect-\[6\/5\] {
    aspect-ratio: 6/5
}

.aspect-video {
    aspect-ratio: 16/9
}

.aspect-\[17\/11\] {
    aspect-ratio: 17/11
}

.aspect-\[18\/11\] {
    aspect-ratio: 18/11
}

.aspect-\[63\/38\] {
    aspect-ratio: 63/38
}

.aspect-\[16\/9\] {
    aspect-ratio: 16/9
}

.aspect-\[335\/208\] {
    aspect-ratio: 335/208
}

.aspect-\[6\/4\] {
    aspect-ratio: 6/4
}

.aspect-\[19\/8\] {
    aspect-ratio: 19/8
}

.aspect-\[67\/34\] {
    aspect-ratio: 67/34
}

.aspect-\[302\/283\] {
    aspect-ratio: 302/283
}

.aspect-\[16\/7\.8\] {
    aspect-ratio: 16/7.8
}

.aspect-\[9\/8\] {
    aspect-ratio: 9/8
}

.aspect-13\/7 {
    aspect-ratio: 13/7
}

.aspect-\[13\/10\] {
    aspect-ratio: 13/10
}

.aspect-15\/9 {
    aspect-ratio: 15/9
}

.aspect-\[335\/305\] {
    aspect-ratio: 335/305
}

.aspect-\[274\/240\] {
    aspect-ratio: 274/240
}

.aspect-\[335\/308\.12\] {
    aspect-ratio: 335/308.12
}

.aspect-\[335\/295\.59\] {
    aspect-ratio: 335/295.59
}

.aspect-\[8\/7\] {
    aspect-ratio: 8/7
}

.h-full {
    height: 100%
}

.h-\[500px\] {
    height: 500px
}

.h-\[170px\] {
    height: 170px
}

.h-\[45px\] {
    height: 45px
}

.h-\[23px\] {
    height: 23px
}

.h-screen {
    height: 100vh
}

.h-auto {
    height: auto
}

.h-\[30px\] {
    height: 30px
}

.h-50 {
    height: 12.5rem
}

.h-\[42px\] {
    height: 42px
}

.h-2\.5 {
    height: .625rem
}

.h-2 {
    height: .5rem
}

.h-max {
    height: -moz-max-content;
    height: max-content
}

.h-4 {
    height: 1rem
}

.\!h-max {
    height: -moz-max-content !important;
    height: max-content !important
}

.h-\[219px\] {
    height: 219px
}

.h-\[131px\] {
    height: 131px
}

.h-\[205px\] {
    height: 205px
}

.h-\[69px\] {
    height: 69px
}

.h-\[4px\] {
    height: 4px
}

.h-\[499px\] {
    height: 499px
}

.h-\[44px\] {
    height: 44px
}

.h-\[75\%\] {
    height: 75%
}

.h-\[24px\] {
    height: 24px
}

.h-\[40px\] {
    height: 40px
}

.h-\[35px\] {
    height: 35px
}

.h-px {
    height: 1px
}

.h-\[41px\] {
    height: 41px
}

.h-14 {
    height: 3.5rem
}

.h-\[64px\] {
    height: 64px
}

.h-10 {
    height: 2.5rem
}

.h-\[26px\] {
    height: 26px
}

.h-\[17px\] {
    height: 17px
}

.h-\[21px\] {
    height: 21px
}

.h-\[50px\] {
    height: 50px
}

.h-\[20px\] {
    height: 20px
}

.h-5 {
    height: 1.25rem
}

.h-\[233px\] {
    height: 233px
}

.h-\[33px\] {
    height: 33px
}

.h-\[67px\] {
    height: 67px
}

.h-\[calc\(295\.5px\+24px\)\] {
    height: calc(295.5px + 24px)
}

.h-\[calc\(\(24\/296\)\*100\%\)\] {
    height: calc((24 / 296) * 100%)
}

.h-\[calc\(\(8\/89\)\*100\%\)\] {
    height: calc((8 / 89) * 100%)
}

.h-\[9\.29px\] {
    height: 9.29px
}

.h-\[14px\] {
    height: 14px
}

.h-0 {
    height: 0
}

.h-\[37px\] {
    height: 37px
}

.h-3 {
    height: .75rem
}

.h-\[1px\] {
    height: 1px
}

.h-\[100px\] {
    height: 100px
}

.h-\[calc\(\(15\/24\)\*100\%\)\] {
    height: calc((15 / 24) * 100%)
}

.h-fit {
    height: -moz-fit-content;
    height: fit-content
}

.h-\[80px\] {
    height: 80px
}

.h-\[240px\] {
    height: 240px
}

.h-\[24\.63px\] {
    height: 24.63px
}

.h-\[15px\] {
    height: 15px
}

.max-h-\[84vh\] {
    max-height: 84vh
}

.max-h-\[86vh\] {
    max-height: 86vh
}

.max-h-60 {
    max-height: 15rem
}

.max-h-0 {
    max-height: 0
}

.max-h-\[calc\(100vh-66px\)\] {
    max-height: calc(100vh - 66px)
}

.max-h-\[80vh\] {
    max-height: 80vh
}

.min-h-\[365px\] {
    min-height: 365px
}

.\!min-h-\[unset\] {
    min-height: unset !important
}

.min-h-\[155px\] {
    min-height: 155px
}

.min-h-\[438px\] {
    min-height: 438px
}

.min-h-\[768px\] {
    min-height: 768px
}

.min-h-\[600px\] {
    min-height: 600px
}

.min-h-\[58px\] {
    min-height: 58px
}

.min-h-\[415px\] {
    min-height: 415px
}

.min-h-\[300px\] {
    min-height: 300px
}

.min-h-\[180px\] {
    min-height: 180px
}

.min-h-screen {
    min-height: 100vh
}

.min-h-\[62px\] {
    min-height: 62px
}

.min-h-full {
    min-height: 100%
}

.min-h-\[170px\] {
    min-height: 170px
}

.min-h-\[455px\] {
    min-height: 455px
}

.w-full {
    width: 100%
}

.w-\[20px\] {
    width: 20px
}

.w-2\.5 {
    width: .625rem
}

.w-2 {
    width: .5rem
}

.w-\[300px\] {
    width: 300px
}

.w-\[102px\] {
    width: 102px
}

.w-\[209px\] {
    width: 209px
}

.w-screen {
    width: 100vw
}

.w-\[30px\] {
    width: 30px
}

.w-\[17px\] {
    width: 17px
}

.w-\[21px\] {
    width: 21px
}

.w-\[26px\] {
    width: 26px
}

.w-10 {
    width: 2.5rem
}

.w-\[60px\] {
    width: 60px
}

.w-\[315px\] {
    width: 315px
}

.w-\[12px\] {
    width: 12px
}

.w-4 {
    width: 1rem
}

.w-\[110\%\] {
    width: 110%
}

.w-\[100\%\] {
    width: 100%
}

.w-\[335px\] {
    width: 335px
}

.w-\[200px\] {
    width: 200px
}

.w-\[314px\] {
    width: 314px
}

.w-\[310px\] {
    width: 310px
}

.w-\[10px\] {
    width: 10px
}

.w-auto {
    width: auto
}

.w-\[101\%\] {
    width: 101%
}

.w-\[155\%\] {
    width: 155%
}

.w-\[160px\] {
    width: 160px
}

.w-\[46px\] {
    width: 46px
}

.w-\[40px\] {
    width: 40px
}

.w-\[auto\] {
    width: auto
}

.w-\[229px\] {
    width: 229px
}

.w-\[41px\] {
    width: 41px
}

.w-3\.5 {
    width: .875rem
}

.w-3 {
    width: .75rem
}

.w-\[147px\] {
    width: 147px
}

.w-40 {
    width: 10rem
}

.w-\[18px\] {
    width: 18px
}

.w-max {
    width: -moz-max-content;
    width: max-content
}

.w-\[1px\] {
    width: 1px
}

.w-\[55\%\] {
    width: 55%
}

.w-7 {
    width: 1.75rem
}

.w-6 {
    width: 1.5rem
}

.w-\[50px\] {
    width: 50px
}

.w-5 {
    width: 1.25rem
}

.w-\[15px\] {
    width: 15px
}

.w-\[255px\] {
    width: 255px
}

.w-\[134px\] {
    width: 134px
}

.w-\[302px\] {
    width: 302px
}

.w-\[-moz-available\] {
    width: -moz-available
}

.w-\[-webkit-fill-available\] {
    width: -webkit-fill-available
}

.w-\[71px\] {
    width: 71px
}

.w-\[calc\(\(15\/335\)\*100\%\)\] {
    width: calc((15 / 335) * 100%)
}

.w-\[calc\(\(4\/101\)\*100\%\)\] {
    width: calc((4 / 101) * 100%)
}

.w-\[9\.29px\] {
    width: 9.29px
}

.w-\[45px\] {
    width: 45px
}

.w-\[60\%\] {
    width: 60%
}

.w-\[226px\] {
    width: 226px
}

.w-\[394px\] {
    width: 394px
}

.w-\[223px\] {
    width: 223px
}

.w-\[43px\] {
    width: 43px
}

.w-\[6px\] {
    width: 6px
}

.w-min {
    width: -moz-min-content;
    width: min-content
}

.w-\[calc\(\(15\/320\)\*100\%\)\] {
    width: calc((15 / 320) * 100%)
}

.w-\[16px\] {
    width: 16px
}

.w-\[13px\] {
    width: 13px
}

.w-\[48px\] {
    width: 48px
}

.w-\[217px\] {
    width: 217px
}

.min-w-0 {
    min-width: 0
}

.\!min-w-\[unset\] {
    min-width: unset !important
}

.min-w-\[254px\] {
    min-width: 254px
}

.min-w-\[218px\] {
    min-width: 218px
}

.min-w-\[222px\] {
    min-width: 222px
}

.min-w-\[175px\] {
    min-width: 175px
}

.min-w-\[calc\(100\%\+40px\)\] {
    min-width: calc(100% + 40px)
}

.min-w-\[249px\] {
    min-width: 249px
}

.min-w-\[15px\] {
    min-width: 15px
}

.min-w-\[100px\] {
    min-width: 100px
}

.min-w-\[130px\] {
    min-width: 130px
}

.max-w-full {
    max-width: 100%
}

.max-w-\[315px\] {
    max-width: 315px
}

.max-w-\[1095px\] {
    max-width: 1095px
}

.max-w-\[1440px\] {
    max-width: 1440px
}

.max-w-\[310px\] {
    max-width: 310px
}

.max-w-max {
    max-width: -moz-max-content;
    max-width: max-content
}

.max-w-none {
    max-width: none
}

.max-w-\[222px\] {
    max-width: 222px
}

.max-w-\[30px\] {
    max-width: 30px
}

.max-w-\[25px\] {
    max-width: 25px
}

.max-w-\[24px\] {
    max-width: 24px
}

.max-w-\[12px\] {
    max-width: 12px
}

.max-w-\[36px\] {
    max-width: 36px
}

.max-w-\[20px\] {
    max-width: 20px
}

.max-w-md {
    max-width: 28rem
}

.max-w-\[26px\] {
    max-width: 26px
}

.max-w-\[994px\] {
    max-width: 994px
}

.max-w-\[100px\] {
    max-width: 100px
}

.max-w-\[31\%\] {
    max-width: 31%
}

.max-w-\[420px\] {
    max-width: 420px
}

.max-w-\[43px\] {
    max-width: 43px
}

.max-w-\[274px\] {
    max-width: 274px
}

.max-w-\[870px\] {
    max-width: 870px
}

.max-w-\[302px\] {
    max-width: 302px
}

.shrink-0 {
    flex-shrink: 0
}

.grow {
    flex-grow: 1
}

.basis-1\/4 {
    flex-basis: 25%
}

.basis-3\/4 {
    flex-basis: 75%
}

.origin-center {
    transform-origin: center
}

.origin-top-right {
    transform-origin: top right
}

.origin-left {
    transform-origin: left
}

.origin-top-left {
    transform-origin: top left
}

.origin-bottom-left {
    transform-origin: bottom left
}

.-translate-y-1\/2 {
    --tw-translate-y: -50%
}

.-translate-y-1\/2,
.translate-x-\[-46\%\] {
    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))
}

.translate-x-\[-46\%\] {
    --tw-translate-x: -46%
}

.translate-x-\[-6\%\] {
    --tw-translate-x: -6%
}

.translate-x-\[-50\%\],
.translate-x-\[-6\%\] {
    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))
}

.translate-x-\[-50\%\] {
    --tw-translate-x: -50%
}

.translate-y-\[-50\%\] {
    --tw-translate-y: -50%
}

.translate-y-0,
.translate-y-\[-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))
}

.translate-y-0 {
    --tw-translate-y: 0px
}

.translate-y-1 {
    --tw-translate-y: 0.25rem
}

.-translate-y-full,
.translate-y-1 {
    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))
}

.-translate-y-full {
    --tw-translate-y: -100%
}

.translate-y-full {
    --tw-translate-y: 100%
}

.-translate-x-\[1px\],
.translate-y-full {
    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))
}

.-translate-x-\[1px\] {
    --tw-translate-x: -1px
}

.translate-x-\[1px\] {
    --tw-translate-x: 1px
}

.-rotate-90,
.translate-x-\[1px\] {
    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))
}

.-rotate-90 {
    --tw-rotate: -90deg
}

.rotate-90 {
    --tw-rotate: 90deg
}

.rotate-90,
.rotate-\[20deg\] {
    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))
}

.rotate-\[20deg\] {
    --tw-rotate: 20deg
}

.rotate-180 {
    --tw-rotate: 180deg
}

.rotate-180,
.skew-x-custom {
    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))
}

.skew-x-custom {
    --tw-skew-x: -19deg
}

.skew-x-\[19deg\] {
    --tw-skew-x: 19deg
}

.scale-95,
.skew-x-\[19deg\] {
    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))
}

.scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95
}

.scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1
}

.scale-100,
.scale-\[1\.7\] {
    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))
}

.scale-\[1\.7\] {
    --tw-scale-x: 1.7;
    --tw-scale-y: 1.7
}

.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 spin {
    to {
        transform: rotate(1turn)
    }
}

.animate-spin {
    animation: spin 1s linear infinite
}

.cursor-pointer {
    cursor: pointer
}

.cursor-default {
    cursor: default
}

.cursor-not-allowed {
    cursor: not-allowed
}

.select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.resize-none {
    resize: none
}

.resize {
    resize: both
}

.appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.columns-2 {
    -moz-columns: 2;
    column-count: 2
}

.break-after-avoid {
    -moz-column-break-after: avoid;
    break-after: avoid
}

.grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr))
}

.grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr))
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

.grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr))
}

.grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr))
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
}

.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr))
}

.flex-row {
    flex-direction: row
}

.flex-col {
    flex-direction: column
}

.flex-wrap {
    flex-wrap: wrap
}

.flex-nowrap {
    flex-wrap: nowrap
}

.content-center {
    align-content: center
}

.items-start {
    align-items: flex-start
}

.items-end {
    align-items: flex-end
}

.items-center {
    align-items: center
}

.justify-start {
    justify-content: flex-start
}

.justify-end {
    justify-content: flex-end
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.justify-around {
    justify-content: space-around
}

.gap-4 {
    gap: 1rem
}

.gap-2 {
    gap: .5rem
}

.gap-\[16px\] {
    gap: 16px
}

.gap-\[11\.29px\] {
    gap: 11.29px
}

.gap-\[9\.27px\] {
    gap: 9.27px
}

.gap-10 {
    gap: 2.5rem
}

.\!gap-5 {
    gap: 1.25rem !important
}

.gap-6 {
    gap: 1.5rem
}

.gap-x-3\.75 {
    -moz-column-gap: .938rem;
    column-gap: .938rem
}

.gap-x-3 {
    -moz-column-gap: .75rem;
    column-gap: .75rem
}

.gap-y-\[10px\] {
    row-gap: 10px
}

.gap-x-\[15px\] {
    -moz-column-gap: 15px;
    column-gap: 15px
}

.gap-y-\[26px\] {
    row-gap: 26px
}

.gap-y-\[14px\] {
    row-gap: 14px
}

.gap-x-5 {
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem
}

.gap-y-7\.5 {
    row-gap: 1.875rem
}

.gap-y-7 {
    row-gap: 1.75rem
}

.gap-x-3\.5 {
    -moz-column-gap: .875rem;
    column-gap: .875rem
}

.gap-y-5 {
    row-gap: 1.25rem
}

.gap-x-0 {
    -moz-column-gap: 0;
    column-gap: 0
}

.gap-y-\[21px\] {
    row-gap: 21px
}

.gap-x-\[23px\] {
    -moz-column-gap: 23px;
    column-gap: 23px
}

.space-y-\[18px\]>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(18px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18px * var(--tw-space-y-reverse))
}

.divide-y-2>:not([hidden])~:not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse))
}

.self-start {
    align-self: flex-start
}

.self-end {
    align-self: flex-end
}

.self-center {
    align-self: center
}

.overflow-auto {
    overflow: auto
}

.overflow-hidden {
    overflow: hidden
}

.overflow-x-auto {
    overflow-x: auto
}

.overflow-y-auto {
    overflow-y: auto
}

.overflow-x-hidden {
    overflow-x: hidden
}

.truncate {
    overflow: hidden;
    white-space: nowrap
}

.text-ellipsis,
.truncate {
    text-overflow: ellipsis
}

.whitespace-normal {
    white-space: normal
}

.whitespace-nowrap {
    white-space: nowrap
}

.whitespace-pre-line {
    white-space: pre-line
}

.whitespace-pre-wrap {
    white-space: pre-wrap
}

.break-words {
    overflow-wrap: break-word
}

.break-all {
    word-break: break-all
}

.rounded {
    border-radius: .25rem
}

.rounded-full {
    border-radius: 9999px
}

.rounded-\[100\%\] {
    border-radius: 100%
}

.rounded-md {
    border-radius: .375rem
}

.rounded-\[50\%\] {
    border-radius: 50%
}

.rounded-bl-\[10px\] {
    border-bottom-left-radius: 10px
}

.rounded-br-\[10px\] {
    border-bottom-right-radius: 10px
}

.border,
.border-\[1px\] {
    border-width: 1px
}

.border-2 {
    border-width: 2px
}

.border-b {
    border-bottom-width: 1px
}

.border-b-\[1\.5px\] {
    border-bottom-width: 1.5px
}

.border-b-2 {
    border-bottom-width: 2px
}

.border-b-\[0\.5px\] {
    border-bottom-width: .5px
}

.border-r-\[1px\] {
    border-right-width: 1px
}

.border-t {
    border-top-width: 1px
}

.border-l {
    border-left-width: 1px
}

.border-r {
    border-right-width: 1px
}

.border-l-\[6px\] {
    border-left-width: 6px
}

.border-solid {
    border-style: solid
}

.border-primaryLightGray {
    --tw-border-opacity: 1;
    border-color: rgb(200 200 200/var(--tw-border-opacity))
}

.border-lightBlue {
    --tw-border-opacity: 1;
    border-color: rgb(228 241 253/var(--tw-border-opacity))
}

.border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255/var(--tw-border-opacity))
}

.border-tertiaryRed {
    --tw-border-opacity: 1;
    border-color: rgb(208 44 48/var(--tw-border-opacity))
}

.border-secondaryBlue {
    --tw-border-opacity: 1;
    border-color: rgb(124 160 197/var(--tw-border-opacity))
}

.border-primaryRed {
    --tw-border-opacity: 1;
    border-color: rgb(151 39 44/var(--tw-border-opacity))
}

.border-secondaryGray {
    --tw-border-opacity: 1;
    border-color: rgb(83 97 113/var(--tw-border-opacity))
}

.border-primaryGray {
    --tw-border-opacity: 1;
    border-color: rgb(142 144 137/var(--tw-border-opacity))
}

.border-\[\#F1F1F1\] {
    --tw-border-opacity: 1;
    border-color: rgb(241 241 241/var(--tw-border-opacity))
}

.border-\[\#8E9089\] {
    --tw-border-opacity: 1;
    border-color: rgb(142 144 137/var(--tw-border-opacity))
}

.border-transparent {
    border-color: transparent
}

.border-gray {
    --tw-border-opacity: 1;
    border-color: rgb(62 62 62/var(--tw-border-opacity))
}

.border-slantedLineGray {
    --tw-border-opacity: 1;
    border-color: rgb(192 192 192/var(--tw-border-opacity))
}

.border-black {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0/var(--tw-border-opacity))
}

.border-opacity-30 {
    --tw-border-opacity: 0.3
}

.border-opacity-40 {
    --tw-border-opacity: 0.4
}

.bg-lightGray {
    --tw-bg-opacity: 1;
    background-color: rgb(244 244 244/var(--tw-bg-opacity))
}

.bg-primaryLightGray {
    --tw-bg-opacity: 1;
    background-color: rgb(200 200 200/var(--tw-bg-opacity))
}

.bg-secondaryGray {
    --tw-bg-opacity: 1;
    background-color: rgb(83 97 113/var(--tw-bg-opacity))
}

.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0/var(--tw-bg-opacity))
}

.bg-primaryRed {
    --tw-bg-opacity: 1;
    background-color: rgb(151 39 44/var(--tw-bg-opacity))
}

.bg-tertiaryNavy {
    --tw-bg-opacity: 1;
    background-color: rgb(0 55 100/var(--tw-bg-opacity))
}

.bg-black\/\[0\.7\] {
    background-color: rgba(0, 0, 0, .7)
}

.bg-secondaryGreen\/20 {
    background-color: rgba(109, 203, 153, .2)
}

.bg-tertiaryRed\/20 {
    background-color: rgba(208, 44, 48, .2)
}

.bg-transparent {
    background-color: transparent
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.bg-lightGrey {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245/var(--tw-bg-opacity))
}

.bg-iconBgGray {
    --tw-bg-opacity: 1;
    background-color: rgb(226 226 226/var(--tw-bg-opacity))
}

.bg-black\/80 {
    background-color: rgba(0, 0, 0, .8)
}

.bg-\[\#C8C8C84D\] {
    background-color: #c8c8c84d
}

.bg-primaryLightGray\/30 {
    background-color: hsla(0, 0%, 78%, .3)
}

.bg-\[\#ffffff63\] {
    background-color: #ffffff63
}

.bg-\[\#F5F5F5\] {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245/var(--tw-bg-opacity))
}

.bg-\[\#536171\] {
    --tw-bg-opacity: 1;
    background-color: rgb(83 97 113/var(--tw-bg-opacity))
}

.bg-\[\#F4F4F4\] {
    --tw-bg-opacity: 1;
    background-color: rgb(244 244 244/var(--tw-bg-opacity))
}

.bg-\[\#FFFFFF\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.bg-\[\#C8C8C8\] {
    --tw-bg-opacity: 1;
    background-color: rgb(200 200 200/var(--tw-bg-opacity))
}

.bg-horizontalLineGray {
    --tw-bg-opacity: 1;
    background-color: rgb(106 106 106/var(--tw-bg-opacity))
}

.bg-slantedLightGrayLine {
    background-color: hsla(0, 0%, 100%, .3)
}

.bg-primaryLightGray\/\[\.2\] {
    background-color: hsla(0, 0%, 78%, .2)
}

.bg-black\/50 {
    background-color: rgba(0, 0, 0, .5)
}

.bg-tertiaryRed {
    --tw-bg-opacity: 1;
    background-color: rgb(208 44 48/var(--tw-bg-opacity))
}

.bg-white\/\[0\.3\] {
    background-color: hsla(0, 0%, 100%, .3)
}

.bg-white\/80 {
    background-color: hsla(0, 0%, 100%, .8)
}

.bg-primaryGray {
    --tw-bg-opacity: 1;
    background-color: rgb(142 144 137/var(--tw-bg-opacity))
}

.bg-gray {
    --tw-bg-opacity: 1;
    background-color: rgb(62 62 62/var(--tw-bg-opacity))
}

.bg-regionNameGray {
    --tw-bg-opacity: 1;
    background-color: rgb(237 237 237/var(--tw-bg-opacity))
}

.bg-opacity-80 {
    --tw-bg-opacity: 0.8
}

.bg-opacity-25 {
    --tw-bg-opacity: 0.25
}

.bg-media-overlay {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3))
}

.fill-primaryRed {
    fill: #97272c
}

.\!fill-primaryLightGray {
    fill: #c8c8c8 !important
}

.fill-white {
    fill: #fff
}

.fill-primaryGray {
    fill: #8e9089
}

.fill-gray {
    fill: #3e3e3e
}

.fill-black {
    fill: #000
}

.fill-maroon {
    fill: #6a1b1f
}

.fill-secondaryBlue {
    fill: #7ca0c5
}

.fill-\[\#0A66C2\] {
    fill: #0a66c2
}

.fill-secondaryLightGray {
    fill: #707372
}

.stroke-gray {
    stroke: #3e3e3e
}

.object-contain {
    -o-object-fit: contain;
    object-fit: contain
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.object-center {
    -o-object-position: center;
    object-position: center
}

.object-right {
    -o-object-position: right;
    object-position: right
}

.object-top {
    -o-object-position: top;
    object-position: top
}

.object-\[70\%\] {
    -o-object-position: 70%;
    object-position: 70%
}

.p-10 {
    padding: 2.5rem
}

.p-3 {
    padding: .75rem
}

.p-0 {
    padding: 0
}

.p-\[5px\] {
    padding: 5px
}

.p-6 {
    padding: 1.5rem
}

.p-2 {
    padding: .5rem
}

.p-1 {
    padding: .25rem
}

.p-5 {
    padding: 1.25rem
}

.p-\[1\.5px\] {
    padding: 1.5px
}

.p-2\.5 {
    padding: .625rem
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.px-\[18px\] {
    padding-left: 18px;
    padding-right: 18px
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.py-\[13px\] {
    padding-top: 13px;
    padding-bottom: 13px
}

.py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem
}

.px-2\.5 {
    padding-left: .625rem;
    padding-right: .625rem
}

.px-2 {
    padding-left: .5rem;
    padding-right: .5rem
}

.px-7\.5 {
    padding-left: 1.875rem;
    padding-right: 1.875rem
}

.px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem
}

.py-\[82px\] {
    padding-top: 82px;
    padding-bottom: 82px
}

.py-\[25px\] {
    padding-top: 25px;
    padding-bottom: 25px
}

.px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.py-\[55px\] {
    padding-top: 55px;
    padding-bottom: 55px
}

.px-\[10px\] {
    padding-left: 10px;
    padding-right: 10px
}

.px-\[15px\] {
    padding-left: 15px;
    padding-right: 15px
}

.px-\[6px\] {
    padding-left: 6px;
    padding-right: 6px
}

.px-\[9px\] {
    padding-left: 9px;
    padding-right: 9px
}

.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

.py-\[11px\] {
    padding-top: 11px;
    padding-bottom: 11px
}

.py-\[50px\] {
    padding-top: 50px;
    padding-bottom: 50px
}

.py-\[9\.5px\] {
    padding-top: 9.5px;
    padding-bottom: 9.5px
}

.py-12\.5 {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem
}

.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.py-\[10\.5px\] {
    padding-top: 10.5px;
    padding-bottom: 10.5px
}

.py-\[70px\] {
    padding-top: 70px;
    padding-bottom: 70px
}

.px-\[40px\] {
    padding-left: 40px;
    padding-right: 40px
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

.py-3\.5 {
    padding-top: .875rem;
    padding-bottom: .875rem
}

.px-\[11px\] {
    padding-left: 11px;
    padding-right: 11px
}

.py-\[30px\] {
    padding-top: 30px;
    padding-bottom: 30px
}

.py-\[10px\] {
    padding-top: 10px;
    padding-bottom: 10px
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.px-3\.5 {
    padding-left: .875rem;
    padding-right: .875rem
}

.px-3 {
    padding-left: .75rem;
    padding-right: .75rem
}

.py-1\.5 {
    padding-top: .375rem;
    padding-bottom: .375rem
}

.py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.px-\[13px\] {
    padding-left: 13px;
    padding-right: 13px
}

.py-\[2px\] {
    padding-top: 2px;
    padding-bottom: 2px
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.px-\[50px\] {
    padding-left: 50px;
    padding-right: 50px
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem
}

.py-\[23px\] {
    padding-top: 23px;
    padding-bottom: 23px
}

.py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem
}

.px-\[26px\] {
    padding-left: 26px;
    padding-right: 26px
}

.px-\[1\.625rem\] {
    padding-left: 1.625rem;
    padding-right: 1.625rem
}

.px-0 {
    padding-left: 0;
    padding-right: 0
}

.px-\[23px\] {
    padding-left: 23px;
    padding-right: 23px
}

.py-7\.5 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem
}

.px-\[25px\] {
    padding-left: 25px;
    padding-right: 25px
}

.py-\[5px\] {
    padding-top: 5px;
    padding-bottom: 5px
}

.py-\[40px\] {
    padding-top: 40px;
    padding-bottom: 40px
}

.\!px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.pt-10 {
    padding-top: 2.5rem
}

.pr-\[67px\] {
    padding-right: 67px
}

.pb-4 {
    padding-bottom: 1rem
}

.pl-6 {
    padding-left: 1.5rem
}

.pt-\[30px\] {
    padding-top: 30px
}

.pb-\[27px\] {
    padding-bottom: 27px
}

.pt-6 {
    padding-top: 1.5rem
}

.pt-\[3px\] {
    padding-top: 3px
}

.pb-3\.5 {
    padding-bottom: .875rem
}

.pb-3 {
    padding-bottom: .75rem
}

.pt-\[0\.58rem\] {
    padding-top: .58rem
}

.pt-\[43px\] {
    padding-top: 43px
}

.pb-\[37px\] {
    padding-bottom: 37px
}

.pt-\[17px\] {
    padding-top: 17px
}

.pb-\[30px\] {
    padding-bottom: 30px
}

.pl-\[18px\] {
    padding-left: 18px
}

.pr-\[17px\] {
    padding-right: 17px
}

.pt-\[12px\] {
    padding-top: 12px
}

.pb-\[8px\] {
    padding-bottom: 8px
}

.pr-7 {
    padding-right: 1.75rem
}

.pt-\[41px\] {
    padding-top: 41px
}

.pb-\[49px\] {
    padding-bottom: 49px
}

.pl-\[58px\] {
    padding-left: 58px
}

.pr-\[90px\] {
    padding-right: 90px
}

.pt-4 {
    padding-top: 1rem
}

.pb-2 {
    padding-bottom: .5rem
}

.pl-4\.5 {
    padding-left: 1.125rem
}

.pl-4 {
    padding-left: 1rem
}

.pr-\[13px\] {
    padding-right: 13px
}

.pt-5 {
    padding-top: 1.25rem
}

.pb-\[13px\] {
    padding-bottom: 13px
}

.pt-2\.5 {
    padding-top: .625rem
}

.pt-2 {
    padding-top: .5rem
}

.pb-\[18px\] {
    padding-bottom: 18px
}

.pl-2\.5 {
    padding-left: .625rem
}

.pl-2 {
    padding-left: .5rem
}

.pr-9 {
    padding-right: 2.25rem
}

.pt-\[11px\] {
    padding-top: 11px
}

.pb-\[10px\] {
    padding-bottom: 10px
}

.pb-\[50px\] {
    padding-bottom: 50px
}

.pt-\[22px\] {
    padding-top: 22px
}

.pb-\[21px\] {
    padding-bottom: 21px
}

.pt-\[8px\] {
    padding-top: 8px
}

.pt-\[50px\] {
    padding-top: 50px
}

.pb-\[219px\] {
    padding-bottom: 219px
}

.pt-\[40px\] {
    padding-top: 40px
}

.pt-\[49px\] {
    padding-top: 49px
}

.pb-\[44px\] {
    padding-bottom: 44px
}

.pb-\[52px\] {
    padding-bottom: 52px
}

.pt-\[103px\] {
    padding-top: 103px
}

.pt-\[73px\] {
    padding-top: 73px
}

.pb-\[19px\] {
    padding-bottom: 19px
}

.pb-\[67px\] {
    padding-bottom: 67px
}

.pb-\[24px\] {
    padding-bottom: 24px
}

.pt-\[46px\] {
    padding-top: 46px
}

.pb-\[57px\] {
    padding-bottom: 57px
}

.pr-7\.5 {
    padding-right: 1.875rem
}

.pt-\[37px\] {
    padding-top: 37px
}

.pb-5 {
    padding-bottom: 1.25rem
}

.pb-16 {
    padding-bottom: 4rem
}

.pt-\[20px\] {
    padding-top: 20px
}

.pl-0 {
    padding-left: 0
}

.pr-\[100px\] {
    padding-right: 100px
}

.pb-2\.5 {
    padding-bottom: .625rem
}

.pr-2\.5 {
    padding-right: .625rem
}

.pr-2 {
    padding-right: .5rem
}

.pb-1\.5 {
    padding-bottom: .375rem
}

.pb-1 {
    padding-bottom: .25rem
}

.pl-\[45px\] {
    padding-left: 45px
}

.pr-\[10px\] {
    padding-right: 10px
}

.pl-\[16px\] {
    padding-left: 16px
}

.pl-\[24px\] {
    padding-left: 24px
}

.\!pb-0 {
    padding-bottom: 0 !important
}

.pt-0 {
    padding-top: 0
}

.pb-12 {
    padding-bottom: 3rem
}

.pt-3 {
    padding-top: .75rem
}

.pr-5 {
    padding-right: 1.25rem
}

.pt-\[15px\] {
    padding-top: 15px
}

.pb-\[16px\] {
    padding-bottom: 16px
}

.pr-10 {
    padding-right: 2.5rem
}

.pr-6 {
    padding-right: 1.5rem
}

.pl-3 {
    padding-left: .75rem
}

.pt-\[14px\] {
    padding-top: 14px
}

.pl-\[12px\] {
    padding-left: 12px
}

.pr-\[3px\] {
    padding-right: 3px
}

.pt-14 {
    padding-top: 3.5rem
}

.pr-20 {
    padding-right: 5rem
}

.pb-11 {
    padding-bottom: 2.75rem
}

.pb-\[7px\] {
    padding-bottom: 7px
}

.pt-\[18px\] {
    padding-top: 18px
}

.pb-32 {
    padding-bottom: 8rem
}

.pr-\[26px\] {
    padding-right: 26px
}

.pt-\[74px\] {
    padding-top: 74px
}

.pb-7\.5 {
    padding-bottom: 1.875rem
}

.pb-7 {
    padding-bottom: 1.75rem
}

.pr-\[28px\] {
    padding-right: 28px
}

.pl-\[26px\] {
    padding-left: 26px
}

.pr-\[24px\] {
    padding-right: 24px
}

.pt-\[31px\] {
    padding-top: 31px
}

.pr-\[25px\] {
    padding-right: 25px
}

.pb-\[33px\] {
    padding-bottom: 33px
}

.pl-\[35px\] {
    padding-left: 35px
}

.pl-\[61px\] {
    padding-left: 61px
}

.pr-4 {
    padding-right: 1rem
}

.pt-11 {
    padding-top: 2.75rem
}

.pb-\[84px\] {
    padding-bottom: 84px
}

.pb-\[15px\] {
    padding-bottom: 15px
}

.pt-\[2px\] {
    padding-top: 2px
}

.pl-\[20px\] {
    padding-left: 20px
}

.pt-\[42px\] {
    padding-top: 42px
}

.pl-\[15px\] {
    padding-left: 15px
}

.pt-7\.5 {
    padding-top: 1.875rem
}

.pt-7 {
    padding-top: 1.75rem
}

.pr-\[43px\] {
    padding-right: 43px
}

.pl-\[39px\] {
    padding-left: 39px
}

.pb-\[20px\] {
    padding-bottom: 20px
}

.pr-\[15px\] {
    padding-right: 15px
}

.pb-6 {
    padding-bottom: 1.5rem
}

.pt-\[78px\] {
    padding-top: 78px
}

.pl-\[40px\] {
    padding-left: 40px
}

.pr-\[39px\] {
    padding-right: 39px
}

.pt-\[47px\] {
    padding-top: 47px
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.align-top {
    vertical-align: top
}

.align-middle {
    vertical-align: middle
}

.font-proximaNova {
    font-family: Proxima Nova, sans-serif
}

.font-didot {
    font-family: Didot, sans-serif
}

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem
}

.text-\[17px\] {
    font-size: 17px
}

.text-\[16px\] {
    font-size: 16px
}

.text-\[18px\] {
    font-size: 18px
}

.text-\[20px\] {
    font-size: 20px
}

.text-\[14\.5px\] {
    font-size: 14.5px
}

.text-\[28px\] {
    font-size: 28px
}

.text-\[14px\] {
    font-size: 14px
}

.text-\[80px\] {
    font-size: 80px
}

.text-\[13px\] {
    font-size: 13px
}

.text-base {
    font-size: 16px;
    line-height: 22px
}

.text-\[40px\] {
    font-size: 40px
}

.text-\[26px\] {
    font-size: 26px
}

.text-\[32px\] {
    font-size: 32px
}

.text-\[22px\] {
    font-size: 22px
}

.text-\[11px\] {
    font-size: 11px
}

.text-\[10px\] {
    font-size: 10px
}

.text-5xl {
    font-size: 48px;
    line-height: 58px
}

.text-lg {
    font-size: 18px;
    line-height: 25px
}

.text-\[35px\] {
    font-size: 35px
}

.text-\[25px\] {
    font-size: 25px
}

.text-\[24px\] {
    font-size: 24px
}

.\!text-\[18px\] {
    font-size: 18px !important
}

.\!text-\[28px\] {
    font-size: 28px !important
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem
}

.\!text-\[20px\] {
    font-size: 20px !important
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem
}

.text-\[4px\] {
    font-size: 4px
}

.text-\[15px\] {
    font-size: 15px
}

.text-\[13\.3px\] {
    font-size: 13.3px
}

.font-light {
    font-weight: 300
}

.font-bold {
    font-weight: 700
}

.font-medium {
    font-weight: 500
}

.font-normal {
    font-weight: 400
}

.font-\[700\] {
    font-weight: 700
}

.font-semibold {
    font-weight: 600
}

.uppercase {
    text-transform: uppercase
}

.lowercase {
    text-transform: lowercase
}

.capitalize {
    text-transform: capitalize
}

.normal-case {
    text-transform: none
}

.italic {
    font-style: italic
}

.leading-\[1\.5rem\] {
    line-height: 1.5rem
}

.leading-\[1\.1\] {
    line-height: 1.1
}

.leading-\[21px\] {
    line-height: 21px
}

.leading-none {
    line-height: 1
}

.leading-\[34px\] {
    line-height: 34px
}

.leading-\[20px\] {
    line-height: 20px
}

.leading-\[22px\] {
    line-height: 22px
}

.leading-\[24px\] {
    line-height: 24px
}

.leading-\[16px\] {
    line-height: 16px
}

.leading-\[1\] {
    line-height: 1
}

.leading-\[14px\] {
    line-height: 14px
}

.leading-\[22\.8px\] {
    line-height: 22.8px
}

.leading-\[1\.375\] {
    line-height: 1.375
}

.leading-\[2\.75rem\] {
    line-height: 2.75rem
}

.leading-\[2rem\] {
    line-height: 2rem
}

.leading-\[2\.375rem\] {
    line-height: 2.375rem
}

.leading-\[2\.125rem\] {
    line-height: 2.125rem
}

.leading-\[1\.688rem\] {
    line-height: 1.688rem
}

.leading-\[1\.375rem\] {
    line-height: 1.375rem
}

.leading-\[2\.688rem\] {
    line-height: 2.688rem
}

.leading-\[1\.875rem\] {
    line-height: 1.875rem
}

.leading-\[25px\] {
    line-height: 25px
}

.leading-\[44px\] {
    line-height: 44px
}

.leading-\[33px\] {
    line-height: 33px
}

.leading-\[30\.8px\] {
    line-height: 30.8px
}

.leading-\[22\.4px\] {
    line-height: 22.4px
}

.leading-\[0px\] {
    line-height: 0px
}

.leading-\[38px\] {
    line-height: 38px
}

.leading-tight {
    line-height: 1.25
}

.leading-\[28\.8px\] {
    line-height: 28.8px
}

.leading-\[31px\] {
    line-height: 31px
}

.leading-\[17px\] {
    line-height: 17px
}

.leading-\[18px\] {
    line-height: 18px
}

.leading-\[33\.6px\] {
    line-height: 33.6px
}

.leading-snug {
    line-height: 1.375
}

.\!leading-\[2rem\] {
    line-height: 2rem !important
}

.leading-\[17\.6px\] {
    line-height: 17.6px
}

.leading-\[1\.25rem\] {
    line-height: 1.25rem
}

.leading-\[1\.23\] {
    line-height: 1.23
}

.leading-\[1\.4\] {
    line-height: 1.4
}

.leading-\[19px\] {
    line-height: 19px
}

.leading-\[1\.33\] {
    line-height: 1.33
}

.leading-\[1\.2\] {
    line-height: 1.2
}

.leading-5 {
    line-height: 1.25rem
}

.leading-6 {
    line-height: 1.5rem
}

.leading-\[26px\] {
    line-height: 26px
}

.leading-\[7px\] {
    line-height: 7px
}

.leading-\[15\.4px\] {
    line-height: 15.4px
}

.leading-\[2\.2rem\] {
    line-height: 2.2rem
}

.leading-\[1\.4rem\] {
    line-height: 1.4rem
}

.leading-\[40px\] {
    line-height: 40px
}

.leading-\[1\.22\] {
    line-height: 1.22
}

.leading-\[1\.063rem\] {
    line-height: 1.063rem
}

.leading-\[23\.7px\] {
    line-height: 23.7px
}

.tracking-\[1\.5px\] {
    letter-spacing: 1.5px
}

.tracking-\[1\.42px\] {
    letter-spacing: 1.42px
}

.tracking-\[1px\] {
    letter-spacing: 1px
}

.tracking-\[10px\] {
    letter-spacing: 10px
}

.tracking-\[5px\] {
    letter-spacing: 5px
}

.tracking-1 {
    letter-spacing: 1px
}

.tracking-wider {
    letter-spacing: .05em
}

.tracking-\[0\.45px\] {
    letter-spacing: .45px
}

.tracking-\[0\.5px\] {
    letter-spacing: .5px
}

.tracking-\[0\.6px\] {
    letter-spacing: .6px
}

.tracking-\[1\.48px\] {
    letter-spacing: 1.48px
}

.text-primaryRed {
    --tw-text-opacity: 1;
    color: rgb(151 39 44/var(--tw-text-opacity))
}

.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity))
}

.text-gray {
    --tw-text-opacity: 1;
    color: rgb(62 62 62/var(--tw-text-opacity))
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.\!text-primaryRed {
    --tw-text-opacity: 1 !important;
    color: rgb(151 39 44/var(--tw-text-opacity)) !important
}

.text-green {
    --tw-text-opacity: 1;
    color: rgb(53 119 84/var(--tw-text-opacity))
}

.text-secondaryLightGray {
    --tw-text-opacity: 1;
    color: rgb(112 115 114/var(--tw-text-opacity))
}

.text-tertiaryRed {
    --tw-text-opacity: 1;
    color: rgb(208 44 48/var(--tw-text-opacity))
}

.text-inherit {
    color: inherit
}

.text-secondaryGray {
    --tw-text-opacity: 1;
    color: rgb(83 97 113/var(--tw-text-opacity))
}

.text-\[\#3e3e3e\] {
    --tw-text-opacity: 1;
    color: rgb(62 62 62/var(--tw-text-opacity))
}

.\!text-gray {
    --tw-text-opacity: 1 !important;
    color: rgb(62 62 62/var(--tw-text-opacity)) !important
}

.text-\[\#536171\] {
    --tw-text-opacity: 1;
    color: rgb(83 97 113/var(--tw-text-opacity))
}

.text-\[\#000000\] {
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity))
}

.text-\[\#707372\] {
    --tw-text-opacity: 1;
    color: rgb(112 115 114/var(--tw-text-opacity))
}

.text-\[\#3E3E3E\] {
    --tw-text-opacity: 1;
    color: rgb(62 62 62/var(--tw-text-opacity))
}

.text-\[\#97272C\] {
    --tw-text-opacity: 1;
    color: rgb(151 39 44/var(--tw-text-opacity))
}

.\!text-black {
    --tw-text-opacity: 1 !important;
    color: rgb(0 0 0/var(--tw-text-opacity)) !important
}

.text-maroon {
    --tw-text-opacity: 1;
    color: rgb(106 27 31/var(--tw-text-opacity))
}

.text-lightBlue {
    --tw-text-opacity: 1;
    color: rgb(228 241 253/var(--tw-text-opacity))
}

.text-darkBlue {
    --tw-text-opacity: 1;
    color: rgb(22 98 164/var(--tw-text-opacity))
}

.text-slantedLineGray {
    --tw-text-opacity: 1;
    color: rgb(192 192 192/var(--tw-text-opacity))
}

.text-primaryGray {
    --tw-text-opacity: 1;
    color: rgb(142 144 137/var(--tw-text-opacity))
}

.text-gray\/80 {
    color: rgba(62, 62, 62, .8)
}

.underline {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.no-underline {
    -webkit-text-decoration-line: none;
    text-decoration-line: none
}

.\!no-underline {
    -webkit-text-decoration-line: none !important;
    text-decoration-line: none !important
}

.decoration-primaryRed {
    -webkit-text-decoration-color: #97272c;
    text-decoration-color: #97272c
}

.decoration-\[1\.5px\] {
    text-decoration-thickness: 1.5px
}

.decoration-1 {
    text-decoration-thickness: 1px
}

.decoration-2 {
    text-decoration-thickness: 2px
}

.underline-offset-\[2\.5px\] {
    text-underline-offset: 2.5px
}

.underline-offset-1 {
    text-underline-offset: 1px
}

.underline-offset-2,
.underline-offset-\[2px\] {
    text-underline-offset: 2px
}

.underline-offset-4 {
    text-underline-offset: 4px
}

.placeholder-gray::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(62 62 62/var(--tw-placeholder-opacity))
}

.placeholder-gray::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(62 62 62/var(--tw-placeholder-opacity))
}

.opacity-60,
.opacity-\[0\.6\] {
    opacity: .6
}

.opacity-100 {
    opacity: 1
}

.opacity-80 {
    opacity: .8
}

.opacity-0 {
    opacity: 0
}

.opacity-70 {
    opacity: .7
}

.\!opacity-0 {
    opacity: 0 !important
}

.opacity-50 {
    opacity: .5
}

.opacity-30 {
    opacity: .3
}

.mix-blend-multiply {
    mix-blend-mode: multiply
}

.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)
}

.shadow-\[0_4px_4px_rgba\(0\2c 0\2c 0\2c 0\.25\)\],
.shadow-lg {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-\[0_4px_4px_rgba\(0\2c 0\2c 0\2c 0\.25\)\] {
    --tw-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    --tw-shadow-colored: 0 4px 4px var(--tw-shadow-color)
}

.shadow-custom {
    --tw-shadow: 0px 4px 4px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0px 4px 4px var(--tw-shadow-color)
}

.shadow-custom,
.shadow-custom-3 {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-custom-3 {
    --tw-shadow: 0px 4px 4px rgba(0, 0, 0, .25);
    --tw-shadow-colored: 0px 4px 4px var(--tw-shadow-color)
}

.shadow-custom-2 {
    --tw-shadow: 0px 0px 6px 2px rgba(0, 0, 0, .25);
    --tw-shadow-colored: 0px 0px 6px 2px var(--tw-shadow-color)
}

.shadow-custom-2,
.shadow-custom-4 {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-custom-4 {
    --tw-shadow: 0px 3px 6px -3px rgba(32, 33, 36, .28);
    --tw-shadow-colored: 0px 3px 6px -3px var(--tw-shadow-color)
}

.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)
}

.shadow-2xl,
.shadow-xl {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color)
}

.shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color)
}

.shadow,
.shadow-\[0_4px_4px_0_rgba\(0\2c 0\2c 0\2c 0\.25\)\] {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-\[0_4px_4px_0_rgba\(0\2c 0\2c 0\2c 0\.25\)\] {
    --tw-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
    --tw-shadow-colored: 0 4px 4px 0 var(--tw-shadow-color)
}

.shadow-\[0px_4px_4px_rgba\(0\2c 0\2c 0\2c 0\.25\)\] {
    --tw-shadow: 0px 4px 4px rgba(0, 0, 0, .25);
    --tw-shadow-colored: 0px 4px 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)
}

.shadow-\[0_3\.94px_3\.94px_0_rgba\(0\2c 0\2c 0\2c 0\.25\)\] {
    --tw-shadow: 0 3.94px 3.94px 0 rgba(0, 0, 0, .25);
    --tw-shadow-colored: 0 3.94px 3.94px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.outline-offset-\[-4px\] {
    outline-offset: -4px
}

.outline-offset-1 {
    outline-offset: 1px
}

.ring-1 {
    --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, 0 0 #0000)
}

.ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(0 0 0/var(--tw-ring-opacity))
}

.ring-opacity-5 {
    --tw-ring-opacity: 0.05
}

.blur {
    --tw-blur: blur(8px)
}

.blur,
.invert {
    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)
}

.invert {
    --tw-invert: invert(100%)
}

.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)
}

.backdrop-blur-\[2px\] {
    --tw-backdrop-blur: blur(2px);
    -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)
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.transition {
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.transition-\[transform\2c background\] {
    transition-property: transform, background;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.transition-\[top\] {
    transition-property: top;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.transition-maxHeight {
    transition-property: max-height;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.transition-colors {
    transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.duration-300 {
    transition-duration: .3s
}

.duration-200 {
    transition-duration: .2s
}

.duration-150 {
    transition-duration: .15s
}

.duration-100 {
    transition-duration: .1s
}

.duration-500 {
    transition-duration: .5s
}

.ease-in-out {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.ease-out {
    transition-timing-function: cubic-bezier(0, 0, .2, 1)
}

.ease-in {
    transition-timing-function: cubic-bezier(.4, 0, 1, 1)
}

.ease-linear {
    transition-timing-function: linear
}

.line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.line-clamp-none {
    -webkit-line-clamp: unset
}

.column-fill-balance {
    -moz-column-fill: balance;
    column-fill: balance
}

.mobilePolygonClipPath {
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%)
}

.desktopPolygonClipPath {
    clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%)
}

.errorPagePolygonClipPath {
    clip-path: polygon(25% 0, 100% 0, 75% 100%, 0 100%)
}

.mobilePolygonClipPathInsightArticles {
    clip-path: polygon(6% 0, 100% 0, 100% 100%, 0 100%, 0 3.5%)
}

.tabletPolygonClipPathInsightArticles {
    clip-path: polygon(4% 0, 100% 0, 100% 100%, 0 100%, 0 13%)
}

.desktopPolygonClipPathInsightArticles {
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%)
}

.mobilePolygonClipPathContactSingleImage {
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%, 0 7%)
}

.desktopPolygonClipPathContactSingleImage {
    clip-path: polygon(11.5% 0, 100% 0, 100% 100%, 0 100%)
}

.mobilePolygonClipPathContactInfo {
    clip-path: polygon(6% 0, 100% 0, 100% 100%, 0 100%, 0 10%)
}

.tabletPolygonClipPathContactInfo {
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%, 0 15%)
}

.desktopPolygonClipPathArticleDetailPage {
    clip-path: polygon(7% 0, 100% 0, 100% 100%, 0 100%, 0 35%)
}

.mobilePolygonClipPathArticleDetailPage {
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%, 0 7%)
}

.mobilePolygonClipPathIndustryDetailPage {
    clip-path: polygon(7% 0, 100% 0, 100% 100%, 0 100%, 0 7%)
}

.bg-filter-gradient {
    background: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), #1662a4
}

.position-unset {
    position: unset !important
}

.bg-nav-gradient {
    background: linear-gradient(180deg, rgba(0, 0, 0, .69), transparent)
}

.ellipsis-line-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.clearfix:after {
    content: "";
    display: table;
    clear: both
}

.bg-banner-gradient-top:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, .81) 37.6%, hsla(0, 0%, 100%, 0) 53.72%)
}

.bg-banner-gradient-side:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, .6) 50%, hsla(0, 0%, 100%, 0) 90%)
}

.\[hyphens\:auto\] {
    -webkit-hyphens: auto;
    hyphens: auto
}

.\[word-break\:break-word\] {
    word-break: break-word
}

@font-face {
    font-family: Proxima Nova;
    src: url(../media/Proxima-Nova-Regular.662bbbd0.otf) format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: fallback
}

@font-face {
    font-family: Proxima Nova;
    src: url(../media/Proxima-Nova-Light.5bc35956.otf) format("opentype");
    font-weight: 300;
    font-style: normal;
    font-display: fallback
}

@font-face {
    font-family: Proxima Nova;
    src: url(../media/Proxima-Nova-Medium.43c58193.otf) format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: fallback
}

@font-face {
    font-family: Proxima Nova;
    src: url(../media/Proxima-Nova-Bold.cb018e4d.otf) format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: fallback
}

@font-face {
    font-family: Proxima Nova Light;
    src: url(../media/Proxima-Nova-Light.5bc35956.otf) format("opentype");
    font-weight: 300;
    font-style: normal;
    font-display: fallback
}

@font-face {
    font-family: Proxima Nova Medium;
    src: url(../media/Proxima-Nova-Medium.43c58193.otf) format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: fallback
}

@font-face {
    font-family: Didot;
    src: url(../media/Didot-Regular.58a53bac.eot);
    src: url(../media/Didot-Regular.58a53bac.eot) format("eot"), url(../media/Didot-Regular.780fadf3.woff2) format("woff2"), url(../media/Didot-Regular.ff6047a7.woff) format("woff"), url(../media/Didot-Regular.4f40b7d2.ttf) format("truetype"), url(../media/Didot-Regular.d8a61c7d.svg) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: fallback
}

@font-face {
    font-family: Didot;
    src: url(../media/Didot-Medium.85632faf.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: fallback
}

@font-face {
    font-family: Didot;
    src: url(../media/Didot-Bold-Italic.28f6be6c.ttf) format("truetype");
    font-weight: 700;
    font-style: italic;
    font-display: fallback
}

@media all {

    .page-break,
    .pdf-contents-footer {
        display: none
    }
}

@media print {

    body,
    html {
        height: auto !important;
        overflow: initial !important;
        -webkit-print-color-adjust: exact
    }

    .page-break {
        margin-top: 1rem;
        display: block;
        -moz-column-break-before: auto;
        break-before: auto
    }

    #site-footer {
        display: none
    }

    h3,
    h4 {
        -moz-column-break-after: avoid;
        break-after: avoid
    }

    .pdf-contents-footer,
    blockquote,
    pre {
        -moz-column-break-inside: avoid;
        break-inside: avoid
    }

    .pdf-contents-footer {
        margin-top: 100px;
        display: block
    }
}

@page {
    size: auto;
    margin: 8.7mm
}

.visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.swiper-wrapper {
    padding-bottom: 2.25rem !important
}

@media (min-width:720px) {
    .swiper-wrapper {
        padding-bottom: 2.75rem !important
    }
}

@media (min-width:1280px) {
    .swiper-wrapper {
        padding-bottom: 0 !important
    }
}

.globalReachCalloutSwiperWrapper .swiper-wrapper {
    padding-top: 3px !important
}

@media (min-width:375px) {
    .globalReachCalloutSwiperWrapper .swiper-wrapper {
        padding-bottom: 40px !important
    }
}

@media (min-width:720px) {
    .globalReachCalloutSwiperWrapper .swiper-wrapper {
        padding-bottom: 64px !important
    }
}

@media (min-width:1280px) {
    .globalReachCalloutSwiperWrapper .swiper-wrapper {
        padding-bottom: 0 !important
    }
}

.imageSliderCenterAlign .swiper-wrapper {
    display: flex !important;
    justify-content: center !important
}

.focusImage .swiper-wrapper {
    padding-bottom: 0 !important
}

@media (min-width:720px) {
    .insightArticles .swiper-wrapper {
        padding-bottom: 0 !important
    }
}

@media (min-width:375px) {
    .cardSlider .swiper-wrapper {
        flex-direction: row !important
    }
}

.swiper-slide .globalReachCalloutSwiperSlide {
    border: 3px solid transparent
}

.swiper-slide-active .globalReachCalloutSwiperSlide,
.swiper-slide-thumb-active .globalReachCalloutSwiperSlide {
    border-width: 3px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(128 0 0/var(--tw-border-opacity))
}

.swiper-slide-active {
    z-index: 1
}

.featuredPeopleSlideshowPagination .swiper-pagination {
    position: relative !important
}

@media (min-width:1280px) {
    .featuredPeopleSlideshowPagination .swiper-pagination {
        display: none !important
    }
}

@media (min-width:375px) {
    .globalReachCalloutSwiperWrapper .swiper-pagination {
        bottom: 0 !important
    }
}

@media (min-width:720px) {
    .globalReachCalloutSwiperWrapper .swiper-pagination {
        bottom: 0 !important
    }
}

@media (min-width:1280px) {
    .globalReachCalloutSwiperWrapper .swiper-pagination {
        display: none !important
    }
}

.imageCarousel .swiper-pagination {
    bottom: 0 !important
}

@media (min-width:375px) {
    .imageCarousel .swiper-pagination {
        margin-top: 19px !important
    }
}

@media (min-width:720px) {
    .imageCarousel .swiper-pagination {
        margin-top: 27px !important
    }
}

@media (min-width:1280px) {
    .imageCarousel .swiper-pagination {
        display: none !important
    }
}

.insightArticles .swiper-pagination {
    position: relative !important
}

@media (min-width:720px) {
    .insightArticles .swiper-pagination {
        margin-top: 40px !important
    }
}

@media (min-width:1280px) {
    .insightArticles .swiper-pagination {
        display: none !important
    }
}

.tombstoneCarousel .swiper-pagination {
    bottom: 0 !important
}

@media (min-width:1280px) {
    .tombstoneCarousel .swiper-pagination {
        display: none !important
    }

    #homepage-hero .swiper-pagination {
        bottom: 2.75rem !important
    }
}

@media (min-width:1440px) {
    #homepage-hero .swiper-pagination {
        bottom: 52px !important
    }
}

@media (min-width:1280px) {
    #homepage-hero .swiper-pagination {
        left: 50% !important;
        width: auto !important;
        --tw-translate-x: -50% !important;
        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)) !important
    }

    .swiper-tombstone-modal .swiper-pagination {
        display: block !important
    }
}

.swiper-pagination-bullet {
    margin-left: 7px !important;
    margin-right: 7px !important;
    height: 9.3px !important;
    width: 9.3px !important
}

@media (min-width:1280px) {
    .swiper-pagination-bullet {
        height: .5rem !important;
        width: .5rem !important;
        --tw-bg-opacity: 1 !important;
        background-color: rgb(0 0 0/var(--tw-bg-opacity)) !important;
        opacity: .2 !important
    }

    #homepage-hero .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(255 255 255/var(--tw-bg-opacity)) !important;
        opacity: 1 !important
    }
}

.swiper-pagination-bullet-active {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(151 39 44/var(--tw-bg-opacity)) !important;
    opacity: 1 !important
}

@media (min-width:1280px) {
    .swiper-pagination-bullet-active {
        outline-style: solid !important;
        outline-width: 2px !important;
        outline-color: #fff !important
    }
}

.slantedLine {
    border-right: 1px solid;
    transform: skew(-25deg)
}

.linkSlantedLine:last-of-type .slantedLine {
    display: none
}

.swiper-tombstone-modal .swiper-pagination-bullet {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(200 200 200/var(--tw-bg-opacity)) !important;
    opacity: 1 !important
}

.swiper-tombstone-modal .swiper-pagination-bullet-active {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(151 39 44/var(--tw-bg-opacity)) !important;
    opacity: 1 !important;
    outline-style: solid !important;
    outline-width: 2px !important;
    outline-color: #fff !important
}

.dropdown-link:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), #1662a4
}

.mod-quote .rich-text-copy {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    font-weight: 400
}

.mod-quote .rich-text-copy h1,
.mod-quote .rich-text-copy h2 {
    margin-bottom: 22px
}

@media (min-width:1280px) {

    .mod-quote .rich-text-copy h1,
    .mod-quote .rich-text-copy h2 {
        margin-bottom: 25px
    }
}

.mod-quote.--inline .rich-text-copy p {
    font-size: 24px;
    line-height: calc(31.2 / 24)
}

@media (min-width:1280px) {
    .mod-quote.--inline .rich-text-copy p {
        font-size: 27px;
        line-height: calc(35.1 / 27)
    }
}

.mod-quote.--inline .body-text p {
    font-size: 16px;
    line-height: calc(22.4 / 16)
}

@media (min-width:720px) {
    .mod-quote.--inline .body-text p {
        font-size: 18px;
        line-height: calc(25.2 / 18)
    }
}

.mod-quote.--right-callout .body-text {
    border: 1px solid transparent
}

.mod-quote.--right-callout .body-text p {
    font-size: 16px;
    line-height: calc(22.4 / 16)
}

@media (min-width:720px) {
    .mod-quote.--right-callout .body-text p {
        font-size: 18px;
        line-height: calc(25.2 / 18)
    }
}

.mod-quote.--right-callout .quote-text p {
    font-size: 22px;
    line-height: calc(30.8 / 22)
}

.mod-quote.--isEmbeddedRTE {
    margin-top: 42px;
    margin-bottom: 42px
}

@media (min-width:720px) {
    .mod-quote.--isEmbeddedRTE {
        margin-top: 50px;
        margin-bottom: 50px
    }
}

.mod-quote.--isEmbeddedRTE>div.mod-quote__wrapper {
    margin: 0;
    width: auto;
    padding: 0
}

@media (min-width:720px) {
    .mod-quote.--isEmbeddedRTE>div.mod-quote__wrapper {
        padding: 0
    }
}

@media (min-width:1280px) {
    .mod-quote.--isEmbeddedRTE>div.mod-quote__wrapper {
        padding: 0
    }
}

.mod-accordion-content-items .rich-text-copy,
.mod-text-callout .rich-text-copy {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    font-weight: 400
}

.mod-transaction-overview .rich-text-copy {
    padding: 0
}

#homepage-hero .swiper-pagination-bullet-active:focus {
    outline: 5px auto -webkit-focus-ring-color !important
}

.padded-table-column .rich-text-copy {
    padding: 0
}

.padded-table-column .rich-text-copy table {
    table-layout: fixed;
    width: 100%
}

.padded-table-column .rich-text-copy table td {
    padding-left: 10px;
    padding-right: 10px
}

.padded-table-column .rich-text-copy table td:first-of-type {
    padding-left: 0
}

.padded-table-column .rich-text-copy table td:last-of-type {
    padding-right: 0
}

.padded-table-column .rich-text-copy table td p {
    font-size: 16px
}

.tabbed-content.bg-gray h1,
.tabbed-content.bg-gray h1 a:not(.hw-btn):focus,
.tabbed-content.bg-gray h1 a:not(.hw-btn):hover,
.tabbed-content.bg-gray h2,
.tabbed-content.bg-gray h2 a:not(.hw-btn):focus,
.tabbed-content.bg-gray h2 a:not(.hw-btn):hover,
.tabbed-content.bg-gray h3,
.tabbed-content.bg-gray h3 a:not(.hw-btn):focus,
.tabbed-content.bg-gray h3 a:not(.hw-btn):hover,
.tabbed-content.bg-gray h4,
.tabbed-content.bg-gray h4 a:not(.hw-btn):focus,
.tabbed-content.bg-gray h4 a:not(.hw-btn):hover,
.tabbed-content.bg-gray h5,
.tabbed-content.bg-gray h5 a:not(.hw-btn):focus,
.tabbed-content.bg-gray h5 a:not(.hw-btn):hover,
.tabbed-content.bg-gray h6,
.tabbed-content.bg-gray h6 a:not(.hw-btn):focus,
.tabbed-content.bg-gray h6 a:not(.hw-btn):hover,
.tabbed-content.bg-gray ol li,
.tabbed-content.bg-gray ol li a:not(.hw-btn):focus,
.tabbed-content.bg-gray ol li a:not(.hw-btn):hover,
.tabbed-content.bg-gray p,
.tabbed-content.bg-gray p a:not(.hw-btn):focus,
.tabbed-content.bg-gray p a:not(.hw-btn):hover,
.tabbed-content.bg-gray ul li,
.tabbed-content.bg-gray ul li a:not(.hw-btn):focus,
.tabbed-content.bg-gray ul li a:not(.hw-btn):hover {
    color: #fff
}

#main-content>.rich-text-copy {
    margin-bottom: 50px;
    max-width: 1440px
}

@media (min-width:1280px) {
    #main-content>.rich-text-copy {
        margin-bottom: 70px;
        display: grid;
        grid-template-columns: repeat(12, minmax(0, 1fr));
        -moz-column-gap: 30px;
        column-gap: 30px;
        padding-left: 60px;
        padding-right: 60px
    }
}

#main-content>.rich-text-copy .rich-text-copy-wrapper>:last-child {
    margin-bottom: 0
}

.tombstoneCarousel>.swiper {
    padding-top: 6px
}

@media (min-width:720px) {
    .tombstoneCarousel>.swiper {
        padding: .25rem
    }
}

.tombstoneCarousel>.swiper>.swiper-wrapper>.swiper-slide {
    flex-shrink: 0;
    flex-grow: 0
}

@media (min-width:720px) {
    .tombstoneCarousel>.swiper>.swiper-wrapper>.swiper-slide {
        flex-basis: calc(50% - 16.5px)
    }
}

@media (min-width:1280px) {
    .tombstoneCarousel>.swiper>.swiper-wrapper>.swiper-slide {
        flex-basis: calc((100% - 60px) / 3)
    }
}

@media (min-width:1440px) {
    .tombstoneCarousel>.swiper>.swiper-wrapper>.swiper-slide {
        flex-basis: calc((100% - 46px) / 3)
    }
}

@media(max-width:719px) {
    .tombstoneCarousel>.swiper:before {
        pointer-events: none;
        position: absolute;
        right: 0;
        left: 0;
        bottom: 42px;
        top: 2px;
        z-index: 1;
        display: block;
        --tw-shadow: 0px 4px 4px rgba(0, 0, 0, .25);
        --tw-shadow-colored: 0px 4px 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);
        --tw-content: "";
        content: var(--tw-content)
    }
}

.image-carousel .swiper-slide {
    margin-right: 15px;
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: calc(50% - 7.5px)
}

@media (min-width:720px) {
    .image-carousel .swiper-slide {
        margin-right: 20px;
        flex-basis: calc((100% - 40px) / 3)
    }
}

@media (min-width:1280px) {
    .image-carousel .swiper-slide {
        margin-right: 32px;
        flex-basis: calc((100% - 96px) / 4)
    }
}

.text-callout .rich-text-copy-wrapper>:last-child {
    margin-bottom: 0
}

.skip-link {
    position: absolute;
    height: 0;
    width: 0;
    overflow: hidden;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.skip-link:focus {
    z-index: 99;
    height: auto;
    width: auto;
    padding: 7px 14px
}

.drawer-contents .drawer-open {
    padding-left: 1.5rem
}

.global-reach-callout .splide__track--nav .splide__list>.splide__slide.is-active {
    border-width: 3px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(151 39 44/var(--tw-border-opacity))
}

.global-reach-callout .splide.is-focus-in .splide__slide:focus {
    outline-color: -webkit-focus-ring-color
}

.global-reach-callout .pagination [aria-current=true] {
    --tw-bg-opacity: 1;
    background-color: rgb(151 39 44/var(--tw-bg-opacity))
}

.tabbed-content-subcategory .rich-text-copy .rich-text-copy-wrapper hr {
    margin-bottom: 13px;
    width: 27px
}

.tabbed-content-subcategory .rich-text-copy .rich-text-copy-wrapper p {
    font-size: 16px;
    line-height: 22px
}

@media (min-width:1280px) {
    .tabbed-content-subcategory .rich-text-copy .rich-text-copy-wrapper p {
        font-size: 18px;
        line-height: 25px
    }
}

.tabbed-content-subcategory .rich-text-copy .rich-text-copy-wrapper a[href^="tel:"] {
    display: block
}

@media (min-width:1280px) {
    .tabbed-content-subcategory .rich-text-copy .rich-text-copy-wrapper a[href^="tel:"] {
        margin-bottom: 16px
    }
}

.tabbed-content-subcategory .rich-text-copy .rich-text-copy-wrapper a picture img {
    width: 8px
}

@media (min-width:1280px) {
    .tabbed-content-subcategory .rich-text-copy .rich-text-copy-wrapper a picture img {
        width: 13px
    }
}

.tabbed-content-subcategory .rich-text-copy .rich-text-copy-wrapper table td,
.tabbed-content-subcategory .rich-text-copy .rich-text-copy-wrapper table th {
    width: 149px
}

@media (min-width:1280px) {

    .tabbed-content-subcategory .rich-text-copy .rich-text-copy-wrapper table td,
    .tabbed-content-subcategory .rich-text-copy .rich-text-copy-wrapper table th {
        width: 170px
    }
}

.tabbed-content-subcategory .rich-text-copy .rich-text-copy-wrapper table tr:first-of-type {
    border-width: 0
}

.news-and-insight-cards article img {
    aspect-ratio: 335/189;
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width:720px) {
    .news-and-insight-cards article img {
        aspect-ratio: 318/224.3
    }
}

@media (min-width:1280px) {
    .news-and-insight-cards article img {
        aspect-ratio: 277/190
    }
}

@media (min-width:1440px) {
    .news-and-insight-cards article img {
        aspect-ratio: 307/190
    }
}

.tabbed-content-subcategory .rich-text-copy ul {
    display: grid;
    grid-template-rows: repeat(8, min-content);
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    list-style-position: inside;
    padding: 0;
    -moz-column-gap: 4px;
    column-gap: 4px
}

.tabbed-content-subcategory .rich-text-copy ul>li {
    padding-left: 15px
}

.tabbed-content-subcategory .rich-text-copy.isMobile ul {
    grid-template-rows: unset;
    grid-auto-flow: unset;
    grid-auto-columns: unset;
    grid-template-columns: 1fr 1fr
}

.rich-text-gen-carousel {
    width: 100%
}

.rich-text-gen-carousel p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.625;
    --tw-text-opacity: 1;
    color: rgb(62 62 62/var(--tw-text-opacity));
    font-family: Proxima Nova, system-ui, sans-serif
}

.rich-text-gen-carousel h1 {
    font-size: 30px;
    --tw-text-opacity: 1;
    color: rgb(151 39 44/var(--tw-text-opacity))
}

@media (min-width:720px) {
    .rich-text-gen-carousel h1 {
        margin-bottom: 25px
    }
}

.rich-text-gen-carousel h1 {
    font-family: Didot, system-ui, sans-serif
}

.rich-text-gen-carousel h2 {
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 100;
    letter-spacing: .05em;
    --tw-text-opacity: 1;
    color: rgb(151 39 44/var(--tw-text-opacity))
}

@media (min-width:720px) {
    .rich-text-gen-carousel h2 {
        margin-bottom: 3px
    }
}

.rich-text-gen-carousel h2 {
    font-family: Didot, system-ui, sans-serif
}

.rich-text-gen-carousel h3 {
    margin-bottom: 20px;
    font-size: 27px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .05em;
    --tw-text-opacity: 1;
    color: rgb(83 97 113/var(--tw-text-opacity))
}

@media (min-width:720px) {
    .rich-text-gen-carousel h3 {
        margin-bottom: 3px
    }
}

.rich-text-gen-carousel h3 {
    font-family: Proxima Nova, system-ui, sans-serif
}

.rich-text-gen-carousel ol,
.rich-text-gen-carousel ul {
    margin-top: -5px;
    margin-bottom: 20px;
    white-space: normal;
    padding-left: 26px
}

.rich-text-gen-carousel ol li,
.rich-text-gen-carousel ul li {
    position: relative;
    font-size: 18px;
    line-height: 29px;
    --tw-text-opacity: 1;
    color: rgb(62 62 62/var(--tw-text-opacity))
}

.rich-text-gen-carousel ol li:before,
.rich-text-gen-carousel ul li:before {
    position: absolute;
    top: -4px;
    margin-left: -15px;
    width: 1em;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(151 39 44/var(--tw-text-opacity));
    content: "•"
}

.rich-text-gen-carousel ol li>:last-child,
.rich-text-gen-carousel ul li>:last-child {
    margin-bottom: 0
}

.insight-articles .splide__pagination {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 29px
}

.insight-articles .splide__pagination__page {
    margin-left: 7px;
    margin-right: 7px;
    height: 9px;
    width: 9px;
    --tw-bg-opacity: 1;
    background-color: rgb(200 200 200/var(--tw-bg-opacity));
    opacity: 1
}

.insight-articles .splide__pagination__page.is-active {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    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));
    --tw-bg-opacity: 1;
    background-color: rgb(151 39 44/var(--tw-bg-opacity))
}

@media (min-width:1280px) {
    .insight-articles .splide__track {
        padding-top: 5px;
        padding-bottom: 5px
    }
}

.default-focus-ring:focus-visible,
:focus-visible .default-focus-ring {
    outline: 2px auto -webkit-focus-ring-color !important
}

.sub-module-statistic p {
    color: inherit
}

@media (min-width:1280px) {
    .tombstone-overview-container .sub-module-statistic {
        margin-right: -65px
    }
}

#ot-sdk-btn.optanon-show-settings,
#ot-sdk-btn.ot-sdk-show-settings {
    --tw-border-opacity: 1 !important;
    border-color: rgb(151 39 44/var(--tw-border-opacity)) !important;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255/var(--tw-text-opacity)) !important
}

#ot-sdk-btn.optanon-show-settings:hover,
#ot-sdk-btn.ot-sdk-show-settings:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgb(106 27 31/var(--tw-border-opacity)) !important;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(106 27 31/var(--tw-bg-opacity)) !important
}

#ot-sdk-btn.optanon-show-settings,
#ot-sdk-btn.ot-sdk-show-settings {
    --tw-bg-opacity: 1;
    background-color: rgb(151 39 44/var(--tw-bg-opacity));
    font-weight: 700
}

.global-presence .animate-slide-down {
    animation: slideDown .3s ease-in-out forwards
}

.global-presence .animate-spacing-down {
    animation: animateSpacingDown .3s ease-in-out forwards
}

@media(min-width:1280px) {
    .global-presence .animate-spacing-down {
        padding-block: 40px !important
    }
}

.global-presence .animate-spacing-up {
    animation: animateSpacingUp .3s ease-in-out forwards
}

.global-presence .animate-slide-up {
    animation: slideUp .2s ease-in-out forwards
}

.global-presence .caret-left path {
    fill: currentColor
}

.global-presence .box-shadow {
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25)
}

@media(min-width:720px) {
    .global-presence-region .global-presence-city__content-container {
        display: none
    }
}

.global-presence-city__address p {
    color: #3e3e3e;
    line-height: 120%
}

.global-presence-city__button.active {
    font-weight: 700
}

.global-presence-city__button.active span {
    color: #97272c
}

.global-presence-city__button.active .caret-left {
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    transform: rotate(-90deg)
}

.global-presence-city__button-container {
    border-left: 1px solid #97272c
}

.global-presence-city__button-container:not(.global-presence-city__button-container:first-child) {
    padding-top: 24px
}

.global-presence-city__button-container:first-child {
    margin-top: 24px
}

.global-presence-city__button-container:last-of-type {
    margin-bottom: 24px
}

.global-presence-city__content:not(.global-presence-city__content:first-of-type) {
    border-top: 1px solid silver;
    margin-top: 48px;
    padding-top: 48px
}

.global-presence-city__content:not(.global-presence-city__content:first-of-type) img {
    margin-top: 0
}

@media(min-width:1440px) {
    .global-presence-city__content-container {
        padding-block: 40px !important
    }

    .global-presence-city__content-container:is(.global-presence-city__content-container[class*=animate-spacing-up]) {
        display: none
    }
}

@keyframes slideDown {
    0% {
        max-height: 0;
        visibility: hidden;
        opacity: 0;
        padding-bottom: 0
    }

    to {
        visibility: visible;
        max-height: -moz-max-content;
        max-height: max-content;
        opacity: 1;
        padding-bottom: 24px
    }
}

@keyframes slideUp {
    0% {
        visibility: visible;
        max-height: -moz-max-content;
        max-height: max-content;
        opacity: 1;
        padding-bottom: 24px
    }

    to {
        max-height: 0;
        visibility: hidden;
        opacity: 0;
        padding-bottom: 0
    }
}

@keyframes animateSpacingDown {
    0% {
        margin-block: 0;
        padding: 0;
        max-height: 0;
        visibility: hidden;
        opacity: 0
    }

    50% {
        max-height: -moz-max-content;
        max-height: max-content;
        opacity: 1;
        margin-block: 24px;
        padding: 24px
    }

    to {
        margin-block: 24px;
        padding: 24px;
        visibility: visible;
        max-height: -moz-max-content;
        max-height: max-content;
        opacity: 1
    }
}

@keyframes animateSpacingUp {
    0% {
        margin-block: 24px;
        padding: 24px;
        visibility: visible;
        max-height: -moz-max-content;
        max-height: max-content;
        opacity: 1
    }

    50% {
        max-height: 0;
        opacity: 0
    }

    to {
        margin-block: 0;
        padding: 0;
        max-height: 0;
        visibility: hidden;
        opacity: 0
    }
}

.placeholder\:font-thin::-moz-placeholder {
    font-weight: 100
}

.placeholder\:font-thin::placeholder {
    font-weight: 100
}

.placeholder\:text-white::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.placeholder\:text-white::placeholder {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.placeholder\:text-gray::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(62 62 62/var(--tw-text-opacity))
}

.placeholder\:text-gray::placeholder {
    --tw-text-opacity: 1;
    color: rgb(62 62 62/var(--tw-text-opacity))
}

.placeholder\:text-secondaryLightGray::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(112 115 114/var(--tw-text-opacity))
}

.placeholder\:text-secondaryLightGray::placeholder {
    --tw-text-opacity: 1;
    color: rgb(112 115 114/var(--tw-text-opacity))
}

.before\:absolute:before {
    content: var(--tw-content);
    position: absolute
}

.before\:inset-0:before {
    right: 0;
    bottom: 0;
    left: 0
}

.before\:inset-0:before,
.before\:top-0:before {
    content: var(--tw-content);
    top: 0
}

.before\:left-0:before {
    content: var(--tw-content);
    left: 0
}

.before\:right-0:before {
    content: var(--tw-content);
    right: 0
}

.before\:bottom-0:before {
    content: var(--tw-content);
    bottom: 0
}

.before\:right-\[100\%\]:before {
    content: var(--tw-content);
    right: 100%
}

.before\:-z-1:before {
    content: var(--tw-content);
    z-index: -1
}

.before\:block:before {
    content: var(--tw-content);
    display: block
}

.before\:h-full:before {
    content: var(--tw-content);
    height: 100%
}

.before\:h-\[45px\]:before {
    content: var(--tw-content);
    height: 45px
}

.before\:max-h-\[240px\]:before {
    content: var(--tw-content);
    max-height: 240px
}

.before\:w-\[27px\]:before {
    content: var(--tw-content);
    width: 27px
}

.before\:w-full:before {
    content: var(--tw-content);
    width: 100%
}

.before\:w-0:before {
    content: var(--tw-content);
    width: 0
}

.before\:skew-x-custom:before {
    content: var(--tw-content);
    --tw-skew-x: -19deg;
    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))
}

.before\:border:before {
    content: var(--tw-content);
    border-width: 1px
}

.before\:border-l:before {
    content: var(--tw-content);
    border-left-width: 1px
}

.before\:border-primaryRed:before {
    content: var(--tw-content);
    --tw-border-opacity: 1;
    border-color: rgb(151 39 44/var(--tw-border-opacity))
}

.before\:border-white:before {
    content: var(--tw-content);
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255/var(--tw-border-opacity))
}

.before\:bg-primaryRed:before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(151 39 44/var(--tw-bg-opacity))
}

.before\:bg-lightGray:before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(244 244 244/var(--tw-bg-opacity))
}

.before\:bg-news-article:before {
    content: var(--tw-content);
    background-image: url(../media/hw-logo-small-white.c3c0d8ca.png)
}

.before\:bg-\[length\:229px_222px\]:before {
    content: var(--tw-content);
    background-size: 229px 222px
}

.before\:bg-\[right_-20px_top\]:before {
    content: var(--tw-content);
    background-position: right -20px top
}

.before\:bg-no-repeat:before {
    content: var(--tw-content);
    background-repeat: no-repeat
}

.before\:pt-\[100\%\]:before {
    content: var(--tw-content);
    padding-top: 100%
}

.before\:duration-300:before {
    content: var(--tw-content);
    transition-duration: .3s
}

.before\:ease-in-out:before {
    content: var(--tw-content);
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.before\:content-\[\'\'\]:before {
    --tw-content: "";
    content: var(--tw-content)
}

.before\:mobilePolygonClipPath:before {
    content: var(--tw-content);
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%)
}

.after\:absolute:after {
    content: var(--tw-content);
    position: absolute
}

.after\:right-\[5px\]:after {
    content: var(--tw-content);
    right: 5px
}

.after\:table:after {
    content: var(--tw-content);
    display: table
}

.after\:skew-x-custom:after {
    content: var(--tw-content);
    --tw-skew-x: -19deg;
    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))
}

.after\:bg-primaryRed:after {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(151 39 44/var(--tw-bg-opacity))
}

.after\:bg-lightGray:after {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(244 244 244/var(--tw-bg-opacity))
}

.after\:content-\[\'\'\]:after {
    --tw-content: "";
    content: var(--tw-content)
}

.after\:content-\[\'-\'\]:after {
    --tw-content: "-";
    content: var(--tw-content)
}

.first\:ml-0:first-child {
    margin-left: 0
}

.first\:pt-0:first-child {
    padding-top: 0
}

.last\:mb-0:last-child {
    margin-bottom: 0
}

.last\:mr-0:last-child {
    margin-right: 0
}

.last\:border-0:last-child {
    border-width: 0
}

.last\:pb-0:last-child {
    padding-bottom: 0
}

.last\:pr-\[61px\]:last-child {
    padding-right: 61px
}

.focus-within\:bg-primaryRed:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgb(151 39 44/var(--tw-bg-opacity))
}

.focus-within\:text-maroon:focus-within {
    --tw-text-opacity: 1;
    color: rgb(106 27 31/var(--tw-text-opacity))
}

.focus-within\:underline:focus-within {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.hover\:border-white:hover {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255/var(--tw-border-opacity))
}

.hover\:border-primaryRed:hover {
    --tw-border-opacity: 1;
    border-color: rgb(151 39 44/var(--tw-border-opacity))
}

.hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3
}

.hover\:bg-primaryRed:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(151 39 44/var(--tw-bg-opacity))
}

.hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.hover\:bg-maroon:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(106 27 31/var(--tw-bg-opacity))
}

.hover\:bg-lightGray:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(244 244 244/var(--tw-bg-opacity))
}

.hover\:bg-darkBlue:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(22 98 164/var(--tw-bg-opacity))
}

.hover\:bg-\[\#6A1B1F\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(106 27 31/var(--tw-bg-opacity))
}

.hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3
}

.hover\:fill-white:hover {
    fill: #fff
}

.hover\:font-bold:hover {
    font-weight: 700
}

.hover\:text-maroon:hover {
    --tw-text-opacity: 1;
    color: rgb(106 27 31/var(--tw-text-opacity))
}

.hover\:text-primaryRed:hover {
    --tw-text-opacity: 1;
    color: rgb(151 39 44/var(--tw-text-opacity))
}

.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.hover\:underline:hover {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.hover\:no-underline:hover {
    -webkit-text-decoration-line: none;
    text-decoration-line: none
}

.hover\:decoration-primaryRed:hover {
    -webkit-text-decoration-color: #97272c;
    text-decoration-color: #97272c
}

.hover\:decoration-2:hover {
    text-decoration-thickness: 2px
}

.hover\:underline-offset-4:hover {
    text-underline-offset: 4px
}

.hover\:opacity-100:hover {
    opacity: 1
}

.hover\:shadow-\[0_4px_4px_rgba\(0\2c 0\2c 0\2c 0\.25\)\]:hover {
    --tw-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    --tw-shadow-colored: 0 4px 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)
}

.focus\:border-b-2:focus {
    border-bottom-width: 2px
}

.focus\:border-primaryRed:focus {
    --tw-border-opacity: 1;
    border-color: rgb(151 39 44/var(--tw-border-opacity))
}

.focus\:border-white:focus {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255/var(--tw-border-opacity))
}

.focus\:bg-darkBlue:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(22 98 164/var(--tw-bg-opacity))
}

.focus\:bg-\[\#6A1B1F\]:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(106 27 31/var(--tw-bg-opacity))
}

.focus\:fill-white:focus {
    fill: #fff
}

.focus\:font-bold:focus {
    font-weight: 700
}

.focus\:text-maroon:focus {
    --tw-text-opacity: 1;
    color: rgb(106 27 31/var(--tw-text-opacity))
}

.focus\:text-white:focus {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.focus\:underline:focus {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.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);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.focus\:ring-inset:focus {
    --tw-ring-inset: inset
}

.focus-visible\:border:focus-visible {
    border-width: 1px
}

.focus-visible\:border-secondaryDarkBlue:focus-visible {
    --tw-border-opacity: 1;
    border-color: rgb(35 97 146/var(--tw-border-opacity))
}

.focus-visible\:ring-2:focus-visible {
    --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, 0 0 #0000)
}

.focus-visible\:ring-white:focus-visible {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(255 255 255/var(--tw-ring-opacity))
}

.focus-visible\:ring-opacity-75:focus-visible {
    --tw-ring-opacity: 0.75
}

.focus-visible\:ring-offset-2:focus-visible {
    --tw-ring-offset-width: 2px
}

.focus-visible\:ring-offset-tertiaryOrange:focus-visible {
    --tw-ring-offset-color: #ed8b00
}

.disabled\:pointer-events-none:disabled {
    pointer-events: none
}

.disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed
}

.disabled\:bg-maroon:disabled {
    --tw-bg-opacity: 1;
    background-color: rgb(106 27 31/var(--tw-bg-opacity))
}

.disabled\:bg-primaryGray:disabled {
    --tw-bg-opacity: 1;
    background-color: rgb(142 144 137/var(--tw-bg-opacity))
}

.group:last-child .group-last\:mr-\[20px\] {
    margin-right: 20px
}

.group:last-child .group-last\:px-\[15px\] {
    padding-left: 15px;
    padding-right: 15px
}

.group:last-child .group-last\:pt-\[11px\] {
    padding-top: 11px
}

.group:last-child .group-last\:pb-\[7px\] {
    padding-bottom: 7px
}

.group:hover .group-hover\:fill-maroon {
    fill: #6a1b1f
}

.group:hover .group-hover\:fill-white {
    fill: #fff
}

.group:hover .group-hover\:text-maroon {
    --tw-text-opacity: 1;
    color: rgb(106 27 31/var(--tw-text-opacity))
}

.group:hover .group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.group:hover .group-hover\:underline {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.group:hover .group-hover\:opacity-0 {
    opacity: 0
}

.group:hover .group-hover\:before\:border-white:before {
    content: var(--tw-content);
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255/var(--tw-border-opacity))
}

.group:hover .group-hover\:before\:opacity-10:before {
    content: var(--tw-content);
    opacity: .1
}

.group:focus .group-focus\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.group:focus .group-focus\:opacity-0 {
    opacity: 0
}

.group:focus .group-focus\:before\:border-white:before {
    content: var(--tw-content);
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255/var(--tw-border-opacity))
}

.peer:checked~.peer-checked\:border-0 {
    border-width: 0
}

.peer:checked~.peer-checked\:bg-primaryRed {
    --tw-bg-opacity: 1;
    background-color: rgb(151 39 44/var(--tw-bg-opacity))
}

.peer:focus~.peer-focus\:border {
    border-width: 1px
}

.peer:focus~.peer-focus\:border-secondaryDarkBlue {
    --tw-border-opacity: 1;
    border-color: rgb(35 97 146/var(--tw-border-opacity))
}

.peer:focus~.peer-focus\:ring-2 {
    --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, 0 0 #0000)
}

.peer:focus~.peer-focus\:ring-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(255 255 255/var(--tw-ring-opacity))
}

.peer:focus~.peer-focus\:ring-opacity-75 {
    --tw-ring-opacity: 0.75
}

.peer:focus~.peer-focus\:ring-offset-2 {
    --tw-ring-offset-width: 2px
}

.peer:focus~.peer-focus\:ring-offset-tertiaryOrange {
    --tw-ring-offset-color: #ed8b00
}

@media (min-width:375px) {
    .sm\:top-\[70px\] {
        top: 70px
    }

    .sm\:top-\[10px\] {
        top: 10px
    }

    .sm\:col-span-6 {
        grid-column: span 6/span 6
    }

    .sm\:col-start-1 {
        grid-column-start: 1
    }

    .sm\:col-end-11 {
        grid-column-end: 11
    }

    .sm\:mt-\[15px\] {
        margin-top: 15px
    }

    .sm\:mt-\[27px\] {
        margin-top: 27px
    }

    .sm\:mt-\[20px\] {
        margin-top: 20px
    }

    .sm\:mt-\[26px\] {
        margin-top: 26px
    }

    .sm\:flex {
        display: flex
    }

    .sm\:grid {
        display: grid
    }

    .sm\:\!grid {
        display: grid !important
    }

    .sm\:hidden {
        display: none
    }

    .sm\:h-\[45px\] {
        height: 45px
    }

    .sm\:h-\[415px\] {
        height: 415px
    }

    .sm\:h-full {
        height: 100%
    }

    .sm\:h-\[calc\(90px\)\] {
        height: calc(90px)
    }

    .sm\:h-\[37px\] {
        height: 37px
    }

    .sm\:\!w-2\.5 {
        width: .625rem !important
    }

    .sm\:\!w-2 {
        width: .5rem !important
    }

    .sm\:w-\[60px\] {
        width: 60px
    }

    .sm\:w-\[334px\] {
        width: 334px
    }

    .sm\:w-\[24px\] {
        width: 24px
    }

    .sm\:max-w-\[335px\] {
        max-width: 335px
    }

    .sm\:max-w-\[275px\] {
        max-width: 275px
    }

    .sm\:flex-col {
        flex-direction: column
    }

    .sm\:items-end {
        align-items: flex-end
    }

    .sm\:object-right {
        -o-object-position: right;
        object-position: right
    }

    .sm\:px-\[11px\] {
        padding-left: 11px;
        padding-right: 11px
    }

    .sm\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .sm\:pt-\[11px\] {
        padding-top: 11px
    }

    .sm\:pb-\[12px\] {
        padding-bottom: 12px
    }

    .sm\:pt-\[51px\] {
        padding-top: 51px
    }

    .sm\:pb-\[24px\] {
        padding-bottom: 24px
    }

    .sm\:pr-\[119px\] {
        padding-right: 119px
    }

    .sm\:pb-\[10px\] {
        padding-bottom: 10px
    }

    .sm\:pl-\[118px\] {
        padding-left: 118px
    }

    .sm\:text-left {
        text-align: left
    }

    .sm\:text-\[28px\] {
        font-size: 28px
    }

    .sm\:text-\[16px\] {
        font-size: 16px
    }

    .sm\:text-\[14px\] {
        font-size: 14px
    }

    .sm\:font-medium {
        font-weight: 500
    }

    .sm\:leading-\[22px\] {
        line-height: 22px
    }

    .sm\:leading-\[34px\] {
        line-height: 34px
    }

    .sm\:leading-\[20px\] {
        line-height: 20px
    }

    .sm\:ellipsis-line-5 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical
    }
}

@media (min-width:720px) {
    .md\:absolute {
        position: absolute
    }

    .md\:relative {
        position: relative
    }

    .md\:right-0 {
        right: 0
    }

    .md\:left-\[-90px\] {
        left: -90px
    }

    .md\:left-\[-305px\] {
        left: -305px
    }

    .md\:top-\[62px\] {
        top: 62px
    }

    .md\:right-\[-80px\] {
        right: -80px
    }

    .md\:top-\[580px\] {
        top: 580px
    }

    .md\:top-\[440px\] {
        top: 440px
    }

    .md\:right-\[-310px\] {
        right: -310px
    }

    .md\:top-\[25px\] {
        top: 25px
    }

    .md\:left-\[35\%\] {
        left: 35%
    }

    .md\:top-0 {
        top: 0
    }

    .md\:bottom-0 {
        bottom: 0
    }

    .md\:right-\[10px\] {
        right: 10px
    }

    .md\:-left-\[80px\] {
        left: -80px
    }

    .md\:-right-\[105px\] {
        right: -105px
    }

    .md\:right-\[125px\] {
        right: 125px
    }

    .md\:-left-\[150px\] {
        left: -150px
    }

    .md\:right-\[30px\] {
        right: 30px
    }

    .md\:bottom-\[7px\] {
        bottom: 7px
    }

    .md\:top-\[50\%\] {
        top: 50%
    }

    .md\:left-\[78\%\] {
        left: 78%
    }

    .md\:-right-\[18px\] {
        right: -18px
    }

    .md\:right-\[17px\] {
        right: 17px
    }

    .md\:top-\[66px\] {
        top: 66px
    }

    .md\:bottom-\[21px\] {
        bottom: 21px
    }

    .md\:left-\[31px\] {
        left: 31px
    }

    .md\:-left-\[100px\] {
        left: -100px
    }

    .md\:left-0 {
        left: 0
    }

    .md\:-right-\[13\%\] {
        right: -13%
    }

    .md\:order-last {
        order: 9999
    }

    .md\:col-span-7 {
        grid-column: span 7/span 7
    }

    .md\:col-span-12 {
        grid-column: span 12/span 12
    }

    .md\:col-span-9 {
        grid-column: span 9/span 9
    }

    .md\:col-span-5 {
        grid-column: span 5/span 5
    }

    .md\:col-span-3 {
        grid-column: span 3/span 3
    }

    .md\:col-span-2 {
        grid-column: span 2/span 2
    }

    .md\:col-span-full {
        grid-column: 1/-1
    }

    .md\:col-span-4 {
        grid-column: span 4/span 4
    }

    .md\:col-span-8 {
        grid-column: span 8/span 8
    }

    .md\:col-span-6 {
        grid-column: span 6/span 6
    }

    .md\:col-start-2 {
        grid-column-start: 2
    }

    .md\:col-start-5 {
        grid-column-start: 5
    }

    .md\:col-start-3 {
        grid-column-start: 3
    }

    .md\:col-start-4 {
        grid-column-start: 4
    }

    .md\:col-start-8 {
        grid-column-start: 8
    }

    .md\:col-start-1 {
        grid-column-start: 1
    }

    .md\:col-start-6 {
        grid-column-start: 6
    }

    .md\:col-start-7 {
        grid-column-start: 7
    }

    .md\:col-end-9 {
        grid-column-end: 9
    }

    .md\:col-end-10 {
        grid-column-end: 10
    }

    .md\:row-span-2 {
        grid-row: span 2/span 2
    }

    .md\:row-start-1 {
        grid-row-start: 1
    }

    .md\:row-start-2 {
        grid-row-start: 2
    }

    .md\:float-right {
        float: right
    }

    .md\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }

    .md\:mx-\[28px\] {
        margin-left: 28px;
        margin-right: 28px
    }

    .md\:my-auto {
        margin-top: auto;
        margin-bottom: auto
    }

    .md\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }

    .md\:\!mx-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .md\:mb-\[31px\] {
        margin-bottom: 31px
    }

    .md\:mt-\[9px\] {
        margin-top: 9px
    }

    .md\:ml-5 {
        margin-left: 1.25rem
    }

    .md\:mb-0 {
        margin-bottom: 0
    }

    .md\:mt-\[11px\] {
        margin-top: 11px
    }

    .md\:mb-\[8px\] {
        margin-bottom: 8px
    }

    .md\:mt-\[8px\] {
        margin-top: 8px
    }

    .md\:mr-\[38px\] {
        margin-right: 38px
    }

    .md\:\!mb-0 {
        margin-bottom: 0 !important
    }

    .md\:mb-\[18px\] {
        margin-bottom: 18px
    }

    .md\:mt-\[25px\] {
        margin-top: 25px
    }

    .md\:mb-5 {
        margin-bottom: 1.25rem
    }

    .md\:mb-11 {
        margin-bottom: 2.75rem
    }

    .md\:mt-11 {
        margin-top: 2.75rem
    }

    .md\:mb-\[24px\] {
        margin-bottom: 24px
    }

    .md\:mt-auto {
        margin-top: auto
    }

    .md\:mb-\[29px\] {
        margin-bottom: 29px
    }

    .md\:mt-\[57px\] {
        margin-top: 57px
    }

    .md\:mb-\[27px\] {
        margin-bottom: 27px
    }

    .md\:mb-\[34px\] {
        margin-bottom: 34px
    }

    .md\:mt-\[110px\] {
        margin-top: 110px
    }

    .md\:mb-\[63px\] {
        margin-bottom: 63px
    }

    .md\:mb-\[95px\] {
        margin-bottom: 95px
    }

    .md\:mt-\[18px\] {
        margin-top: 18px
    }

    .md\:mb-\[47px\] {
        margin-bottom: 47px
    }

    .md\:mt-\[21px\] {
        margin-top: 21px
    }

    .md\:mb-2 {
        margin-bottom: .5rem
    }

    .md\:mb-\[40px\] {
        margin-bottom: 40px
    }

    .md\:mb-7\.5 {
        margin-bottom: 1.875rem
    }

    .md\:mb-7 {
        margin-bottom: 1.75rem
    }

    .md\:mb-\[15px\] {
        margin-bottom: 15px
    }

    .md\:mt-\[32px\] {
        margin-top: 32px
    }

    .md\:mb-\[12px\] {
        margin-bottom: 12px
    }

    .md\:mr-\[42px\] {
        margin-right: 42px
    }

    .md\:mb-\[16px\] {
        margin-bottom: 16px
    }

    .md\:mt-\[15px\] {
        margin-top: 15px
    }

    .md\:ml-0 {
        margin-left: 0
    }

    .md\:mb-\[11px\] {
        margin-bottom: 11px
    }

    .md\:mb-\[9px\] {
        margin-bottom: 9px
    }

    .md\:mt-0 {
        margin-top: 0
    }

    .md\:mb-\[14px\] {
        margin-bottom: 14px
    }

    .md\:mt-\[20px\] {
        margin-top: 20px
    }

    .md\:mb-\[13px\] {
        margin-bottom: 13px
    }

    .md\:mt-\[70px\] {
        margin-top: 70px
    }

    .md\:mt-\[29px\] {
        margin-top: 29px
    }

    .md\:mt-5 {
        margin-top: 1.25rem
    }

    .md\:-mr-8 {
        margin-right: -2rem
    }

    .md\:mb-4 {
        margin-bottom: 1rem
    }

    .md\:mt-\[126px\] {
        margin-top: 126px
    }

    .md\:mr-\[30px\] {
        margin-right: 30px
    }

    .md\:mt-7\.5 {
        margin-top: 1.875rem
    }

    .md\:mt-7 {
        margin-top: 1.75rem
    }

    .md\:mt-6 {
        margin-top: 1.5rem
    }

    .md\:mt-\[55px\] {
        margin-top: 55px
    }

    .md\:mb-2\.5 {
        margin-bottom: .625rem
    }

    .md\:-mb-\[55px\] {
        margin-bottom: -55px
    }

    .md\:mt-2\.5 {
        margin-top: .625rem
    }

    .md\:mt-2 {
        margin-top: .5rem
    }

    .md\:mb-9 {
        margin-bottom: 2.25rem
    }

    .md\:mt-\[6px\] {
        margin-top: 6px
    }

    .md\:ml-\[25px\] {
        margin-left: 25px
    }

    .md\:ml-\[8px\] {
        margin-left: 8px
    }

    .md\:mr-auto {
        margin-right: auto
    }

    .md\:ml-auto {
        margin-left: auto
    }

    .md\:ml-\[2px\] {
        margin-left: 2px
    }

    .md\:mb-3 {
        margin-bottom: .75rem
    }

    .md\:mt-\[13px\] {
        margin-top: 13px
    }

    .md\:mr-0 {
        margin-right: 0
    }

    .md\:mr-\[41px\] {
        margin-right: 41px
    }

    .md\:mr-7 {
        margin-right: 1.75rem
    }

    .md\:mb-\[25px\] {
        margin-bottom: 25px
    }

    .md\:mb-\[26px\] {
        margin-bottom: 26px
    }

    .md\:mb-10 {
        margin-bottom: 2.5rem
    }

    .md\:mt-\[42px\] {
        margin-top: 42px
    }

    .md\:ml-\[-30px\] {
        margin-left: -30px
    }

    .md\:mr-\[24px\] {
        margin-right: 24px
    }

    .md\:mb-\[21px\] {
        margin-bottom: 21px
    }

    .md\:mb-\[4px\] {
        margin-bottom: 4px
    }

    .md\:mt-\[36px\] {
        margin-top: 36px
    }

    .md\:mb-12 {
        margin-bottom: 3rem
    }

    .md\:mt-\[40px\] {
        margin-top: 40px
    }

    .md\:ml-\[7px\] {
        margin-left: 7px
    }

    .md\:-mb-px {
        margin-bottom: -1px
    }

    .md\:mb-\[44px\] {
        margin-bottom: 44px
    }

    .md\:mb-\[265px\] {
        margin-bottom: 265px
    }

    .md\:mr-\[calc\(\(47\/720\)\*100vw\)\] {
        margin-right: calc((47 / 720) * 100vw)
    }

    .md\:mt-\[38px\] {
        margin-top: 38px
    }

    .md\:ml-\[calc\(\(37\/720\)\*100vw\)\] {
        margin-left: calc((37 / 720) * 100vw)
    }

    .md\:mr-\[4px\] {
        margin-right: 4px
    }

    .md\:mb-\[67px\] {
        margin-bottom: 67px
    }

    .md\:block {
        display: block
    }

    .md\:inline-block {
        display: inline-block
    }

    .md\:flex {
        display: flex
    }

    .md\:grid {
        display: grid
    }

    .md\:hidden {
        display: none
    }

    .md\:aspect-\[65\/33\] {
        aspect-ratio: 65/33
    }

    .md\:aspect-\[15\/8\] {
        aspect-ratio: 15/8
    }

    .md\:aspect-\[313\.5\/296\.37\] {
        aspect-ratio: 313.5/296.37
    }

    .md\:aspect-\[315\.86\/290\.51\] {
        aspect-ratio: 315.86/290.51
    }

    .md\:aspect-\[170\/150\] {
        aspect-ratio: 170/150
    }

    .md\:h-\[335px\] {
        height: 335px
    }

    .md\:h-\[50px\] {
        height: 50px
    }

    .md\:h-\[67px\] {
        height: 67px
    }

    .md\:h-\[204px\] {
        height: 204px
    }

    .md\:h-\[264px\] {
        height: 264px
    }

    .md\:h-\[176px\] {
        height: 176px
    }

    .md\:h-\[80px\] {
        height: 80px
    }

    .md\:h-\[45px\] {
        height: 45px
    }

    .md\:h-\[52px\] {
        height: 52px
    }

    .md\:h-\[370px\] {
        height: 370px
    }

    .md\:h-full {
        height: 100%
    }

    .md\:h-\[89px\] {
        height: 89px
    }

    .md\:h-\[33px\] {
        height: 33px
    }

    .md\:h-\[64px\] {
        height: 64px
    }

    .md\:h-\[calc\(222px\+19px\)\] {
        height: calc(222px + 19px)
    }

    .md\:h-\[calc\(\(19\/222\)\*100\%\)\] {
        height: calc((19 / 222) * 100%)
    }

    .md\:h-\[calc\(109px\+11px\)\] {
        height: calc(109px + 11px)
    }

    .md\:h-\[calc\(\(8\/101\)\*100\%\)\] {
        height: calc((8 / 101) * 100%)
    }

    .md\:h-fit {
        height: -moz-fit-content;
        height: fit-content
    }

    .md\:h-\[120px\] {
        height: 120px
    }

    .md\:h-\[12\.5px\] {
        height: 12.5px
    }

    .md\:h-\[8px\] {
        height: 8px
    }

    .md\:h-\[12px\] {
        height: 12px
    }

    .md\:max-h-\[90vh\] {
        max-height: 90vh
    }

    .md\:max-h-max {
        max-height: -moz-max-content;
        max-height: max-content
    }

    .md\:max-h-\[calc\(100vh-72\.5px\)\] {
        max-height: calc(100vh - 72.5px)
    }

    .md\:max-h-\[85vh\] {
        max-height: 85vh
    }

    .md\:min-h-\[207px\] {
        min-height: 207px
    }

    .md\:min-h-\[unset\] {
        min-height: unset
    }

    .md\:min-h-\[375px\] {
        min-height: 375px
    }

    .md\:min-h-\[335px\] {
        min-height: 335px
    }

    .md\:min-h-\[300px\] {
        min-height: 300px
    }

    .md\:w-\[308px\] {
        width: 308px
    }

    .md\:w-\[calc\(\(226\/314\)\*100\%\)\] {
        width: calc((226 / 314) * 100%)
    }

    .md\:w-auto {
        width: auto
    }

    .md\:w-\[50px\] {
        width: 50px
    }

    .md\:w-\[626px\] {
        width: 626px
    }

    .md\:w-\[312px\] {
        width: 312px
    }

    .md\:w-\[403px\] {
        width: 403px
    }

    .md\:w-\[270px\] {
        width: 270px
    }

    .md\:w-\[240px\] {
        width: 240px
    }

    .md\:w-\[339px\] {
        width: 339px
    }

    .md\:w-\[150px\] {
        width: 150px
    }

    .md\:w-\[56px\] {
        width: 56px
    }

    .md\:w-1\/2 {
        width: 50%
    }

    .md\:w-\[358px\] {
        width: 358px
    }

    .md\:w-\[254px\] {
        width: 254px
    }

    .md\:w-\[200px\] {
        width: 200px
    }

    .md\:w-\[203px\] {
        width: 203px
    }

    .md\:w-50 {
        width: 12.5rem
    }

    .md\:w-\[35px\] {
        width: 35px
    }

    .md\:w-9 {
        width: 2.25rem
    }

    .md\:w-\[302px\] {
        width: 302px
    }

    .md\:w-\[252px\] {
        width: 252px
    }

    .md\:w-\[calc\(\(11\/252\)\*100\%\)\] {
        width: calc((11 / 252) * 100%)
    }

    .md\:w-\[calc\(\(653\/720\)\*100vw\)\] {
        width: calc((653 / 720) * 100vw)
    }

    .md\:w-\[calc\(\(5\/115\)\*100\%\)\] {
        width: calc((5 / 115) * 100%)
    }

    .md\:w-\[50\%\] {
        width: 50%
    }

    .md\:w-\[calc\(100\%\+10px\)\] {
        width: calc(100% + 10px)
    }

    .md\:w-\[275px\] {
        width: 275px
    }

    .md\:w-full {
        width: 100%
    }

    .md\:w-\[255px\] {
        width: 255px
    }

    .md\:w-\[8px\] {
        width: 8px
    }

    .md\:w-\[110px\] {
        width: 110px
    }

    .md\:min-w-\[207px\] {
        min-width: 207px
    }

    .md\:min-w-\[144px\] {
        min-width: 144px
    }

    .md\:min-w-\[308px\] {
        min-width: 308px
    }

    .md\:min-w-\[306px\] {
        min-width: 306px
    }

    .md\:min-w-\[196px\] {
        min-width: 196px
    }

    .md\:min-w-\[309px\] {
        min-width: 309px
    }

    .md\:min-w-\[281px\] {
        min-width: 281px
    }

    .md\:min-w-\[254px\] {
        min-width: 254px
    }

    .md\:min-w-\[252px\] {
        min-width: 252px
    }

    .md\:min-w-\[11px\] {
        min-width: 11px
    }

    .md\:min-w-\[105px\] {
        min-width: 105px
    }

    .md\:min-w-\[246px\] {
        min-width: 246px
    }

    .md\:max-w-\[611px\] {
        max-width: 611px
    }

    .md\:max-w-\[601px\] {
        max-width: 601px
    }

    .md\:max-w-\[399px\] {
        max-width: 399px
    }

    .md\:max-w-max {
        max-width: -moz-max-content;
        max-width: max-content
    }

    .md\:max-w-\[650px\] {
        max-width: 650px
    }

    .md\:max-w-full {
        max-width: 100%
    }

    .md\:max-w-\[315px\] {
        max-width: 315px
    }

    .md\:max-w-\[220px\] {
        max-width: 220px
    }

    .md\:max-w-\[309px\] {
        max-width: 309px
    }

    .md\:translate-y-\[-50\%\] {
        --tw-translate-y: -50%
    }

    .md\:skew-x-custom-reverse,
    .md\:translate-y-\[-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))
    }

    .md\:skew-x-custom-reverse {
        --tw-skew-x: 19deg
    }

    .md\:grid-cols-9 {
        grid-template-columns: repeat(9, minmax(0, 1fr))
    }

    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .md\:flex-row {
        flex-direction: row
    }

    .md\:flex-col {
        flex-direction: column
    }

    .md\:flex-wrap {
        flex-wrap: wrap
    }

    .md\:justify-start {
        justify-content: flex-start
    }

    .md\:justify-end {
        justify-content: flex-end
    }

    .md\:justify-center {
        justify-content: center
    }

    .md\:justify-between {
        justify-content: space-between
    }

    .md\:gap-5 {
        gap: 1.25rem
    }

    .md\:gap-\[26px\] {
        gap: 26px
    }

    .md\:gap-7 {
        gap: 1.75rem
    }

    .md\:gap-x-5 {
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem
    }

    .md\:gap-x-\[40px\] {
        -moz-column-gap: 40px;
        column-gap: 40px
    }

    .md\:gap-y-\[35px\] {
        row-gap: 35px
    }

    .md\:gap-x-\[52px\] {
        -moz-column-gap: 52px;
        column-gap: 52px
    }

    .md\:gap-x-7 {
        -moz-column-gap: 1.75rem;
        column-gap: 1.75rem
    }

    .md\:gap-x-\[34px\] {
        -moz-column-gap: 34px;
        column-gap: 34px
    }

    .md\:gap-x-\[24px\] {
        -moz-column-gap: 24px;
        column-gap: 24px
    }

    .md\:gap-x-\[83px\] {
        -moz-column-gap: 83px;
        column-gap: 83px
    }

    .md\:gap-y-\[50px\] {
        row-gap: 50px
    }

    .md\:gap-y-\[14px\] {
        row-gap: 14px
    }

    .md\:gap-x-\[28\.29px\] {
        -moz-column-gap: 28.29px;
        column-gap: 28.29px
    }

    .md\:space-x-10>:not([hidden])~:not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2.5rem * var(--tw-space-x-reverse));
        margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)))
    }

    .md\:overflow-visible {
        overflow: visible
    }

    .md\:whitespace-normal {
        white-space: normal
    }

    .md\:border-b-4 {
        border-bottom-width: 4px
    }

    .md\:border-solid {
        border-style: solid
    }

    .md\:border-primaryLightGray {
        --tw-border-opacity: 1;
        border-color: rgb(200 200 200/var(--tw-border-opacity))
    }

    .md\:border-primaryRed {
        --tw-border-opacity: 1;
        border-color: rgb(151 39 44/var(--tw-border-opacity))
    }

    .md\:object-center {
        -o-object-position: center;
        object-position: center
    }

    .md\:px-\[38px\] {
        padding-left: 38px;
        padding-right: 38px
    }

    .md\:px-\[20px\] {
        padding-left: 20px;
        padding-right: 20px
    }

    .md\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }

    .md\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .md\:px-\[18px\] {
        padding-left: 18px;
        padding-right: 18px
    }

    .md\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .md\:px-\[21px\] {
        padding-left: 21px;
        padding-right: 21px
    }

    .md\:px-\[30px\] {
        padding-left: 30px;
        padding-right: 30px
    }

    .md\:py-\[10px\] {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .md\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .md\:px-7\.5 {
        padding-left: 1.875rem;
        padding-right: 1.875rem
    }

    .md\:px-7 {
        padding-left: 1.75rem;
        padding-right: 1.75rem
    }

    .md\:px-\[25px\] {
        padding-left: 25px;
        padding-right: 25px
    }

    .md\:py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem
    }

    .md\:px-\[40px\] {
        padding-left: 40px;
        padding-right: 40px
    }

    .md\:px-\[15px\] {
        padding-left: 15px;
        padding-right: 15px
    }

    .md\:pr-\[71px\] {
        padding-right: 71px
    }

    .md\:pt-5 {
        padding-top: 1.25rem
    }

    .md\:pb-\[30px\] {
        padding-bottom: 30px
    }

    .md\:pt-\[41px\] {
        padding-top: 41px
    }

    .md\:pb-10 {
        padding-bottom: 2.5rem
    }

    .md\:pt-\[22px\] {
        padding-top: 22px
    }

    .md\:pb-\[80px\] {
        padding-bottom: 80px
    }

    .md\:pt-0 {
        padding-top: 0
    }

    .md\:pt-\[23px\] {
        padding-top: 23px
    }

    .md\:pb-\[19px\] {
        padding-bottom: 19px
    }

    .md\:pl-\[24px\] {
        padding-left: 24px
    }

    .md\:pr-\[180px\] {
        padding-right: 180px
    }

    .md\:pt-9 {
        padding-top: 2.25rem
    }

    .md\:pt-\[39px\] {
        padding-top: 39px
    }

    .md\:pb-\[215px\] {
        padding-bottom: 215px
    }

    .md\:pt-\[52px\] {
        padding-top: 52px
    }

    .md\:pt-\[45px\] {
        padding-top: 45px
    }

    .md\:pb-\[38px\] {
        padding-bottom: 38px
    }

    .md\:pt-7\.5 {
        padding-top: 1.875rem
    }

    .md\:pt-7 {
        padding-top: 1.75rem
    }

    .md\:pb-11 {
        padding-bottom: 2.75rem
    }

    .md\:pt-\[154px\] {
        padding-top: 154px
    }

    .md\:pt-\[97px\] {
        padding-top: 97px
    }

    .md\:pb-\[44px\] {
        padding-bottom: 44px
    }

    .md\:pb-\[141px\] {
        padding-bottom: 141px
    }

    .md\:pt-\[18px\] {
        padding-top: 18px
    }

    .md\:pt-\[54px\] {
        padding-top: 54px
    }

    .md\:pb-\[50px\] {
        padding-bottom: 50px
    }

    .md\:pt-\[66px\] {
        padding-top: 66px
    }

    .md\:pb-\[61px\] {
        padding-bottom: 61px
    }

    .md\:pt-\[11px\] {
        padding-top: 11px
    }

    .md\:pb-\[10px\] {
        padding-bottom: 10px
    }

    .md\:pt-\[50px\] {
        padding-top: 50px
    }

    .md\:pb-14 {
        padding-bottom: 3.5rem
    }

    .md\:pt-\[86px\] {
        padding-top: 86px
    }

    .md\:pb-\[98px\] {
        padding-bottom: 98px
    }

    .md\:pb-28 {
        padding-bottom: 7rem
    }

    .md\:pb-\[20px\] {
        padding-bottom: 20px
    }

    .md\:pr-5 {
        padding-right: 1.25rem
    }

    .md\:pl-\[30px\] {
        padding-left: 30px
    }

    .md\:pr-\[40px\] {
        padding-right: 40px
    }

    .md\:pb-0 {
        padding-bottom: 0
    }

    .md\:pr-0 {
        padding-right: 0
    }

    .md\:pl-\[49px\] {
        padding-left: 49px
    }

    .md\:pr-8 {
        padding-right: 2rem
    }

    .md\:pr-\[35px\] {
        padding-right: 35px
    }

    .md\:pl-\[20px\] {
        padding-left: 20px
    }

    .md\:pl-\[10px\] {
        padding-left: 10px
    }

    .md\:pt-\[34px\] {
        padding-top: 34px
    }

    .md\:pr-\[21px\] {
        padding-right: 21px
    }

    .md\:pb-\[56px\] {
        padding-bottom: 56px
    }

    .md\:pb-\[5px\] {
        padding-bottom: 5px
    }

    .md\:pt-\[5px\] {
        padding-top: 5px
    }

    .md\:pt-\[43px\] {
        padding-top: 43px
    }

    .md\:pb-\[43px\] {
        padding-bottom: 43px
    }

    .md\:pr-\[10\%\] {
        padding-right: 10%
    }

    .md\:pl-0 {
        padding-left: 0
    }

    .md\:pr-\[25px\] {
        padding-right: 25px
    }

    .md\:pr-7\.5 {
        padding-right: 1.875rem
    }

    .md\:pr-7 {
        padding-right: 1.75rem
    }

    .md\:pt-\[60px\] {
        padding-top: 60px
    }

    .md\:pt-\[38px\] {
        padding-top: 38px
    }

    .md\:pr-\[65px\] {
        padding-right: 65px
    }

    .md\:pb-\[8px\] {
        padding-bottom: 8px
    }

    .md\:text-left {
        text-align: left
    }

    .md\:text-\[28px\] {
        font-size: 28px
    }

    .md\:text-\[16px\] {
        font-size: 16px
    }

    .md\:text-\[18px\] {
        font-size: 18px
    }

    .md\:text-\[14px\] {
        font-size: 14px
    }

    .md\:text-lg {
        font-size: 18px;
        line-height: 25px
    }

    .md\:text-\[42px\] {
        font-size: 42px
    }

    .md\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem
    }

    .md\:text-\[24px\] {
        font-size: 24px
    }

    .md\:text-\[32px\] {
        font-size: 32px
    }

    .md\:text-\[26px\] {
        font-size: 26px
    }

    .md\:\!text-\[32px\] {
        font-size: 32px !important
    }

    .md\:text-sm {
        font-size: .875rem;
        line-height: 1.25rem
    }

    .md\:text-\[40px\] {
        font-size: 40px
    }

    .md\:text-\[20px\] {
        font-size: 20px
    }

    .md\:text-\[17px\] {
        font-size: 17px
    }

    .md\:text-\[11px\] {
        font-size: 11px
    }

    .md\:text-\[4px\] {
        font-size: 4px
    }

    .md\:text-base {
        font-size: 16px;
        line-height: 22px
    }

    .md\:text-\[30px\] {
        font-size: 30px
    }

    .md\:text-\[10px\] {
        font-size: 10px
    }

    .md\:text-\[7px\] {
        font-size: 7px
    }

    .md\:font-medium {
        font-weight: 500
    }

    .md\:font-normal {
        font-weight: 400
    }

    .md\:font-bold {
        font-weight: 700
    }

    .md\:leading-\[24px\] {
        line-height: 24px
    }

    .md\:leading-\[1\.5rem\] {
        line-height: 1.5rem
    }

    .md\:leading-\[25px\] {
        line-height: 25px
    }

    .md\:leading-\[17px\] {
        line-height: 17px
    }

    .md\:leading-\[3\.188rem\] {
        line-height: 3.188rem
    }

    .md\:leading-\[1\.625rem\] {
        line-height: 1.625rem
    }

    .md\:leading-\[2\.375rem\] {
        line-height: 2.375rem
    }

    .md\:leading-\[32px\] {
        line-height: 32px
    }

    .md\:leading-\[38px\] {
        line-height: 38px
    }

    .md\:leading-\[44px\] {
        line-height: 44px
    }

    .md\:leading-\[25\.2px\] {
        line-height: 25.2px
    }

    .md\:leading-\[33\.6px\] {
        line-height: 33.6px
    }

    .md\:leading-\[18px\] {
        line-height: 18px
    }

    .md\:leading-\[1\.37rem\] {
        line-height: 1.37rem
    }

    .md\:leading-\[1\.23\] {
        line-height: 1.23
    }

    .md\:leading-\[1\.21\] {
        line-height: 1.21
    }

    .md\:leading-\[16px\] {
        line-height: 16px
    }

    .md\:leading-\[8px\] {
        line-height: 8px
    }

    .md\:leading-\[1\.4\] {
        line-height: 1.4
    }

    .md\:leading-4 {
        line-height: 1rem
    }

    .md\:leading-\[19px\] {
        line-height: 19px
    }

    .md\:leading-\[36px\] {
        line-height: 36px
    }

    .md\:leading-\[140\%\] {
        line-height: 140%
    }

    .md\:leading-\[22px\] {
        line-height: 22px
    }

    .md\:leading-\[38\.4px\] {
        line-height: 38.4px
    }

    .md\:leading-\[12px\] {
        line-height: 12px
    }

    .md\:tracking-\[1px\] {
        letter-spacing: 1px
    }

    .md\:tracking-\[1\.1px\] {
        letter-spacing: 1.1px
    }

    .md\:tracking-\[0\.75px\] {
        letter-spacing: .75px
    }

    .md\:text-white {
        --tw-text-opacity: 1;
        color: rgb(255 255 255/var(--tw-text-opacity))
    }

    .md\:text-secondaryGray {
        --tw-text-opacity: 1;
        color: rgb(83 97 113/var(--tw-text-opacity))
    }

    .md\:text-black {
        --tw-text-opacity: 1;
        color: rgb(0 0 0/var(--tw-text-opacity))
    }

    .md\:shadow-custom-3 {
        --tw-shadow: 0px 4px 4px rgba(0, 0, 0, .25);
        --tw-shadow-colored: 0px 4px 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)
    }

    .md\:tabletpPolygonClipPathArticleDetailPage {
        clip-path: polygon(3% 0, 100% 0, 100% 100%, 0 100%, 0 7%)
    }

    .md\:tabletPolygonClipPathIndustryDetailPage {
        clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%, 0 20%)
    }

    .md\:ellipsis-line-3 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical
    }

    .before\:md\:right-\[26\%\]:before {
        content: var(--tw-content);
        right: 26%
    }

    .before\:md\:-bottom-6:before {
        content: var(--tw-content);
        bottom: -1.5rem
    }

    .before\:md\:left-\[92\%\]:before {
        content: var(--tw-content);
        left: 92%
    }

    .before\:md\:z-10:before {
        content: var(--tw-content);
        z-index: 10
    }

    .before\:md\:h-\[204px\]:before {
        content: var(--tw-content);
        height: 204px
    }

    .before\:md\:h-\[264px\]:before {
        content: var(--tw-content);
        height: 264px
    }

    .before\:md\:w-\[312px\]:before {
        content: var(--tw-content);
        width: 312px
    }

    .before\:md\:w-\[403px\]:before {
        content: var(--tw-content);
        width: 403px
    }

    .md\:before\:bg-\[length\:200px_193px\]:before {
        content: var(--tw-content);
        background-size: 200px 193px
    }

    .md\:before\:bg-\[right_-13px_top\]:before {
        content: var(--tw-content);
        background-position: right -13px top
    }

    .before\:md\:tabletPolygonClipPathTransactionOverview:before {
        content: var(--tw-content);
        clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%)
    }

    .after\:md\:top-\[62px\]:after {
        content: var(--tw-content);
        top: 62px
    }

    .after\:md\:right-\[90\%\]:after {
        content: var(--tw-content);
        right: 90%
    }

    .after\:md\:bottom-\[-100px\]:after {
        content: var(--tw-content);
        bottom: -100px
    }

    .after\:md\:left-\[25\%\]:after {
        content: var(--tw-content);
        left: 25%
    }

    .after\:md\:h-\[264px\]:after {
        content: var(--tw-content);
        height: 264px
    }

    .after\:md\:h-\[204px\]:after {
        content: var(--tw-content);
        height: 204px
    }

    .after\:md\:w-\[403px\]:after {
        content: var(--tw-content);
        width: 403px
    }

    .after\:md\:w-\[312px\]:after {
        content: var(--tw-content);
        width: 312px
    }

    .after\:md\:w-\[318px\]:after {
        content: var(--tw-content);
        width: 318px
    }

    .md\:last\:mr-0:last-child {
        margin-right: 0
    }

    .md\:last\:mb-0:last-child {
        margin-bottom: 0
    }

    .md\:last\:border-b-0:last-child {
        border-bottom-width: 0
    }

    .md\:last\:pb-0:last-child {
        padding-bottom: 0
    }

    .md\:last\:pr-\[80px\]:last-child {
        padding-right: 80px
    }

    .group:last-child .group-last\:md\:pb-\[8px\] {
        padding-bottom: 8px
    }
}

@media (min-width:1024px) {
    .smalldesktop\:absolute {
        position: absolute
    }

    .smalldesktop\:relative {
        position: relative
    }

    .smalldesktop\:inset-y-0 {
        top: 0;
        bottom: 0
    }

    .smalldesktop\:inset-x-0 {
        left: 0;
        right: 0
    }

    .smalldesktop\:bottom-1 {
        bottom: .25rem
    }

    .smalldesktop\:right-\[15px\] {
        right: 15px
    }

    .smalldesktop\:right-0 {
        right: 0
    }

    .smalldesktop\:top-\[29\.5px\] {
        top: 29.5px
    }

    .smalldesktop\:top-\[54px\] {
        top: 54px
    }

    .smalldesktop\:left-1\/2 {
        left: 50%
    }

    .smalldesktop\:top-\[51px\] {
        top: 51px
    }

    .smalldesktop\:right-\[33px\] {
        right: 33px
    }

    .smalldesktop\:top-\[77px\] {
        top: 77px
    }

    .smalldesktop\:left-\[40px\] {
        left: 40px
    }

    .smalldesktop\:bottom-\[25\%\] {
        bottom: 25%
    }

    .smalldesktop\:bottom-\[44px\] {
        bottom: 44px
    }

    .smalldesktop\:bottom-\[35px\] {
        bottom: 35px
    }

    .smalldesktop\:-left-\[200px\] {
        left: -200px
    }

    .smalldesktop\:left-\[-50px\] {
        left: -50px
    }

    .smalldesktop\:z-10 {
        z-index: 10
    }

    .smalldesktop\:col-span-10 {
        grid-column: span 10/span 10
    }

    .smalldesktop\:col-span-8 {
        grid-column: span 8/span 8
    }

    .smalldesktop\:col-span-4 {
        grid-column: span 4/span 4
    }

    .smalldesktop\:col-span-6 {
        grid-column: span 6/span 6
    }

    .smalldesktop\:col-span-full {
        grid-column: 1/-1
    }

    .smalldesktop\:col-span-12 {
        grid-column: span 12/span 12
    }

    .smalldesktop\:col-span-7 {
        grid-column: span 7/span 7
    }

    .smalldesktop\:col-start-1 {
        grid-column-start: 1
    }

    .smalldesktop\:col-start-2 {
        grid-column-start: 2
    }

    .smalldesktop\:col-start-3 {
        grid-column-start: 3
    }

    .smalldesktop\:col-start-4 {
        grid-column-start: 4
    }

    .smalldesktop\:row-span-5 {
        grid-row: span 5/span 5
    }

    .smalldesktop\:row-start-1 {
        grid-row-start: 1
    }

    .smalldesktop\:row-start-3 {
        grid-row-start: 3
    }

    .smalldesktop\:row-start-2 {
        grid-row-start: 2
    }

    .smalldesktop\:row-start-4 {
        grid-row-start: 4
    }

    .smalldesktop\:my-0 {
        margin-top: 0;
        margin-bottom: 0
    }

    .smalldesktop\:mx-10 {
        margin-left: 2.5rem;
        margin-right: 2.5rem
    }

    .smalldesktop\:mx-\[10px\] {
        margin-left: 10px;
        margin-right: 10px
    }

    .smalldesktop\:mx-\[6\.97px\] {
        margin-left: 6.97px;
        margin-right: 6.97px
    }

    .smalldesktop\:mb-\[-15vh\] {
        margin-bottom: -15vh
    }

    .smalldesktop\:mb-\[-30px\] {
        margin-bottom: -30px
    }

    .smalldesktop\:mb-\[40px\] {
        margin-bottom: 40px
    }

    .smalldesktop\:-mt-\[170px\] {
        margin-top: -170px
    }

    .smalldesktop\:mt-\[9px\] {
        margin-top: 9px
    }

    .smalldesktop\:mt-\[13px\] {
        margin-top: 13px
    }

    .smalldesktop\:mb-\[70px\] {
        margin-bottom: 70px
    }

    .smalldesktop\:mt-\[58px\] {
        margin-top: 58px
    }

    .smalldesktop\:mt-1 {
        margin-top: .25rem
    }

    .smalldesktop\:mt-3 {
        margin-top: .75rem
    }

    .smalldesktop\:-mb-2 {
        margin-bottom: -.5rem
    }

    .smalldesktop\:ml-\[20px\] {
        margin-left: 20px
    }

    .smalldesktop\:mt-0 {
        margin-top: 0
    }

    .smalldesktop\:mt-\[-2px\] {
        margin-top: -2px
    }

    .smalldesktop\:ml-0 {
        margin-left: 0
    }

    .smalldesktop\:ml-9 {
        margin-left: 2.25rem
    }

    .smalldesktop\:mr-0 {
        margin-right: 0
    }

    .smalldesktop\:mt-20 {
        margin-top: 5rem
    }

    .smalldesktop\:mb-1 {
        margin-bottom: .25rem
    }

    .smalldesktop\:mb-0 {
        margin-bottom: 0
    }

    .smalldesktop\:mr-\[28px\] {
        margin-right: 28px
    }

    .smalldesktop\:mr-\[18px\] {
        margin-right: 18px
    }

    .smalldesktop\:mr-\[10px\] {
        margin-right: 10px
    }

    .smalldesktop\:mb-\[34px\] {
        margin-bottom: 34px
    }

    .smalldesktop\:ml-2 {
        margin-left: .5rem
    }

    .smalldesktop\:-mr-7\.5 {
        margin-right: -1.875rem
    }

    .smalldesktop\:-mr-7 {
        margin-right: -1.75rem
    }

    .smalldesktop\:mb-7\.5 {
        margin-bottom: 1.875rem
    }

    .smalldesktop\:mb-7 {
        margin-bottom: 1.75rem
    }

    .smalldesktop\:mb-\[77px\] {
        margin-bottom: 77px
    }

    .smalldesktop\:mt-9 {
        margin-top: 2.25rem
    }

    .smalldesktop\:mr-8 {
        margin-right: 2rem
    }

    .smalldesktop\:ml-\[calc\(\(\(545\/1000\)\*100\%\)_-_200px\)\] {
        margin-left: calc(((545 / 1000) * 100%) - 200px)
    }

    .smalldesktop\:mb-\[27px\] {
        margin-bottom: 27px
    }

    .smalldesktop\:mb-2 {
        margin-bottom: .5rem
    }

    .smalldesktop\:mb-\[32px\] {
        margin-bottom: 32px
    }

    .smalldesktop\:mb-\[7px\] {
        margin-bottom: 7px
    }

    .smalldesktop\:block {
        display: block
    }

    .smalldesktop\:flex {
        display: flex
    }

    .smalldesktop\:hidden {
        display: none
    }

    .smalldesktop\:aspect-\[24\/13\] {
        aspect-ratio: 24/13
    }

    .smalldesktop\:aspect-\[19\/7\] {
        aspect-ratio: 19/7
    }

    .smalldesktop\:h-\[145px\] {
        height: 145px
    }

    .smalldesktop\:h-\[36\.5px\] {
        height: 36.5px
    }

    .smalldesktop\:h-\[14px\] {
        height: 14px
    }

    .smalldesktop\:h-\[26px\] {
        height: 26px
    }

    .smalldesktop\:h-auto {
        height: auto
    }

    .smalldesktop\:h-\[70vh\] {
        height: 70vh
    }

    .smalldesktop\:h-\[242px\] {
        height: 242px
    }

    .smalldesktop\:h-7\.5 {
        height: 1.875rem
    }

    .smalldesktop\:h-7 {
        height: 1.75rem
    }

    .smalldesktop\:max-h-\[105px\] {
        max-height: 105px
    }

    .smalldesktop\:max-h-\[123px\] {
        max-height: 123px
    }

    .smalldesktop\:min-h-\[300px\] {
        min-height: 300px
    }

    .smalldesktop\:min-h-\[105px\] {
        min-height: 105px
    }

    .smalldesktop\:w-\[307px\] {
        width: 307px
    }

    .smalldesktop\:w-auto {
        width: auto
    }

    .smalldesktop\:w-max {
        width: -moz-max-content;
        width: max-content
    }

    .smalldesktop\:w-\[168px\] {
        width: 168px
    }

    .smalldesktop\:w-\[14px\] {
        width: 14px
    }

    .smalldesktop\:w-\[54px\] {
        width: 54px
    }

    .smalldesktop\:w-\[26px\] {
        width: 26px
    }

    .smalldesktop\:w-\[45\%\] {
        width: 45%
    }

    .smalldesktop\:w-\[382px\] {
        width: 382px
    }

    .smalldesktop\:w-\[357px\] {
        width: 357px
    }

    .smalldesktop\:w-full {
        width: 100%
    }

    .smalldesktop\:w-\[327px\] {
        width: 327px
    }

    .smalldesktop\:w-7\.5 {
        width: 1.875rem
    }

    .smalldesktop\:w-7 {
        width: 1.75rem
    }

    .smalldesktop\:min-w-\[200px\] {
        min-width: 200px
    }

    .smalldesktop\:min-w-\[256px\] {
        min-width: 256px
    }

    .smalldesktop\:min-w-max {
        min-width: -moz-max-content;
        min-width: max-content
    }

    .smalldesktop\:max-w-\[307px\] {
        max-width: 307px
    }

    .smalldesktop\:max-w-\[650px\] {
        max-width: 650px
    }

    .smalldesktop\:max-w-\[222px\] {
        max-width: 222px
    }

    .smalldesktop\:max-w-none {
        max-width: none
    }

    .smalldesktop\:flex-1 {
        flex: 1 1 0%
    }

    .smalldesktop\:grow-0 {
        flex-grow: 0
    }

    .smalldesktop\:-translate-x-1\/2 {
        --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))
    }

    .smalldesktop\:grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr))
    }

    .smalldesktop\:flex-row {
        flex-direction: row
    }

    .smalldesktop\:flex-wrap {
        flex-wrap: wrap
    }

    .smalldesktop\:items-center {
        align-items: center
    }

    .smalldesktop\:justify-start {
        justify-content: flex-start
    }

    .smalldesktop\:justify-between {
        justify-content: space-between
    }

    .smalldesktop\:gap-2 {
        gap: .5rem
    }

    .smalldesktop\:gap-x-7\.5 {
        -moz-column-gap: 1.875rem;
        column-gap: 1.875rem
    }

    .smalldesktop\:gap-x-7 {
        -moz-column-gap: 1.75rem;
        column-gap: 1.75rem
    }

    .smalldesktop\:gap-x-5 {
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem
    }

    .smalldesktop\:gap-x-\[200px\] {
        -moz-column-gap: 200px;
        column-gap: 200px
    }

    .smalldesktop\:self-start {
        align-self: flex-start
    }

    .smalldesktop\:rounded-none {
        border-radius: 0
    }

    .smalldesktop\:border-0 {
        border-width: 0
    }

    .smalldesktop\:bg-transparent {
        background-color: transparent
    }

    .smalldesktop\:bg-primaryRed {
        --tw-bg-opacity: 1;
        background-color: rgb(151 39 44/var(--tw-bg-opacity))
    }

    .smalldesktop\:object-center {
        -o-object-position: center;
        object-position: center
    }

    .smalldesktop\:px-\[30px\] {
        padding-left: 30px;
        padding-right: 30px
    }

    .smalldesktop\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem
    }

    .smalldesktop\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }

    .smalldesktop\:px-2 {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .smalldesktop\:py-0 {
        padding-top: 0;
        padding-bottom: 0
    }

    .smalldesktop\:py-2 {
        padding-top: .5rem;
        padding-bottom: .5rem
    }

    .smalldesktop\:px-\[40px\] {
        padding-left: 40px;
        padding-right: 40px
    }

    .smalldesktop\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .smalldesktop\:px-\[50px\] {
        padding-left: 50px;
        padding-right: 50px
    }

    .smalldesktop\:pt-\[207px\] {
        padding-top: 207px
    }

    .smalldesktop\:pt-\[149px\] {
        padding-top: 149px
    }

    .smalldesktop\:pb-\[32px\] {
        padding-bottom: 32px
    }

    .smalldesktop\:pb-\[94px\] {
        padding-bottom: 94px
    }

    .smalldesktop\:pb-\[35px\] {
        padding-bottom: 35px
    }

    .smalldesktop\:pt-\[22px\] {
        padding-top: 22px
    }

    .smalldesktop\:pb-12 {
        padding-bottom: 3rem
    }

    .smalldesktop\:pt-0 {
        padding-top: 0
    }

    .smalldesktop\:pb-\[10px\] {
        padding-bottom: 10px
    }

    .smalldesktop\:pr-0 {
        padding-right: 0
    }

    .smalldesktop\:pl-0 {
        padding-left: 0
    }

    .smalldesktop\:pr-4 {
        padding-right: 1rem
    }

    .smalldesktop\:pr-\[40px\] {
        padding-right: 40px
    }

    .smalldesktop\:pt-\[20px\] {
        padding-top: 20px
    }

    .smalldesktop\:pb-\[12px\] {
        padding-bottom: 12px
    }

    .smalldesktop\:pb-3 {
        padding-bottom: .75rem
    }

    .smalldesktop\:pt-2 {
        padding-top: .5rem
    }

    .smalldesktop\:pl-5 {
        padding-left: 1.25rem
    }

    .smalldesktop\:pt-\[10px\] {
        padding-top: 10px
    }

    .smalldesktop\:pb-\[18px\] {
        padding-bottom: 18px
    }

    .smalldesktop\:pt-\[50px\] {
        padding-top: 50px
    }

    .smalldesktop\:pr-\[31px\] {
        padding-right: 31px
    }

    .smalldesktop\:pt-\[25px\] {
        padding-top: 25px
    }

    .smalldesktop\:pt-\[5px\] {
        padding-top: 5px
    }

    .smalldesktop\:pt-\[30px\] {
        padding-top: 30px
    }

    .smalldesktop\:pr-\[77px\] {
        padding-right: 77px
    }

    .smalldesktop\:pb-\[26px\] {
        padding-bottom: 26px
    }

    .smalldesktop\:pl-\[39px\] {
        padding-left: 39px
    }

    .smalldesktop\:text-left {
        text-align: left
    }

    .smalldesktop\:text-right {
        text-align: right
    }

    .smalldesktop\:text-\[60px\] {
        font-size: 60px
    }

    .smalldesktop\:text-\[16px\] {
        font-size: 16px
    }

    .smalldesktop\:text-sm {
        font-size: .875rem;
        line-height: 1.25rem
    }

    .smalldesktop\:text-lg {
        font-size: 18px;
        line-height: 25px
    }

    .smalldesktop\:text-\[36px\] {
        font-size: 36px
    }

    .smalldesktop\:text-\[18px\] {
        font-size: 18px
    }

    .smalldesktop\:text-6xl {
        font-size: 3.75rem;
        line-height: 1
    }

    .smalldesktop\:text-\[22px\] {
        font-size: 22px
    }

    .smalldesktop\:text-\[40px\] {
        font-size: 40px
    }

    .smalldesktop\:font-medium {
        font-weight: 500
    }

    .smalldesktop\:leading-\[22px\] {
        line-height: 22px
    }

    .smalldesktop\:leading-\[60px\] {
        line-height: 60px
    }

    .smalldesktop\:leading-\[19px\] {
        line-height: 19px
    }

    .smalldesktop\:leading-none {
        line-height: 1
    }

    .smalldesktop\:leading-\[1\.575rem\] {
        line-height: 1.575rem
    }

    .smalldesktop\:leading-\[18px\] {
        line-height: 18px
    }

    .smalldesktop\:leading-\[48px\] {
        line-height: 48px
    }

    .smalldesktop\:text-white {
        --tw-text-opacity: 1;
        color: rgb(255 255 255/var(--tw-text-opacity))
    }

    .smalldesktop\:opacity-100 {
        opacity: 1
    }

    .smalldesktop\:last\:mr-0:last-child {
        margin-right: 0
    }

    .smalldesktop\:last\:mb-0:last-child {
        margin-bottom: 0
    }
}

@media (min-width:1280px) {
    .lg\:static {
        position: static
    }

    .lg\:fixed {
        position: fixed
    }

    .lg\:absolute {
        position: absolute
    }

    .lg\:-left-3\.5 {
        left: -.875rem
    }

    .lg\:-left-3 {
        left: -.75rem
    }

    .lg\:-right-20 {
        right: -5rem
    }

    .lg\:-left-5 {
        left: -1.25rem
    }

    .lg\:-left-\[115px\] {
        left: -115px
    }

    .lg\:left-0 {
        left: 0
    }

    .lg\:right-0 {
        right: 0
    }

    .lg\:left-\[-450px\] {
        left: -450px
    }

    .lg\:left-\[-685px\] {
        left: -685px
    }

    .lg\:top-\[244px\] {
        top: 244px
    }

    .lg\:right-\[-430px\] {
        right: -430px
    }

    .lg\:top-\[380px\] {
        top: 380px
    }

    .lg\:top-\[80px\] {
        top: 80px
    }

    .lg\:right-\[-690px\] {
        right: -690px
    }

    .lg\:top-\[35\%\] {
        top: 35%
    }

    .lg\:left-\[13\%\] {
        left: 13%
    }

    .lg\:left-\[70px\] {
        left: 70px
    }

    .lg\:-right-\[70px\] {
        right: -70px
    }

    .lg\:-left-7\.5 {
        left: -1.875rem
    }

    .lg\:-left-7 {
        left: -1.75rem
    }

    .lg\:-right-\[75px\] {
        right: -75px
    }

    .lg\:bottom-auto {
        bottom: auto
    }

    .lg\:top-\[-70px\] {
        top: -70px
    }

    .lg\:right-\[70px\] {
        right: 70px
    }

    .lg\:right-\[100px\] {
        right: 100px
    }

    .lg\:top-\[50px\] {
        top: 50px
    }

    .lg\:bottom-\[6px\] {
        bottom: 6px
    }

    .lg\:left-\[80\%\] {
        left: 80%
    }

    .lg\:-right-\[21px\] {
        right: -21px
    }

    .lg\:right-\[-5rem\] {
        right: -5rem
    }

    .lg\:left-\[-8\.05rem\] {
        left: -8.05rem
    }

    .lg\:top-2\.5 {
        top: .625rem
    }

    .lg\:top-2 {
        top: .5rem
    }

    .lg\:left-\[35px\] {
        left: 35px
    }

    .lg\:right-\[55px\] {
        right: 55px
    }

    .lg\:top-0 {
        top: 0
    }

    .lg\:bottom-0 {
        bottom: 0
    }

    .lg\:bottom-\[30px\] {
        bottom: 30px
    }

    .lg\:-left-\[135px\] {
        left: -135px
    }

    .lg\:right-\[105px\] {
        right: 105px
    }

    .lg\:left-\[37px\] {
        left: 37px
    }

    .lg\:right-\[58px\] {
        right: 58px
    }

    .lg\:top-\[40px\] {
        top: 40px
    }

    .lg\:-left-\[50px\] {
        left: -50px
    }

    .lg\:-right-\[50px\] {
        right: -50px
    }

    .lg\:left-\[150px\] {
        left: 150px
    }

    .lg\:-right-\[100px\] {
        right: -100px
    }

    .lg\:order-1 {
        order: 1
    }

    .lg\:col-span-10 {
        grid-column: span 10/span 10
    }

    .lg\:col-span-full {
        grid-column: 1/-1
    }

    .lg\:col-span-5 {
        grid-column: span 5/span 5
    }

    .lg\:col-span-8 {
        grid-column: span 8/span 8
    }

    .lg\:col-span-4 {
        grid-column: span 4/span 4
    }

    .lg\:col-span-2 {
        grid-column: span 2/span 2
    }

    .lg\:col-span-3 {
        grid-column: span 3/span 3
    }

    .lg\:col-span-6 {
        grid-column: span 6/span 6
    }

    .lg\:col-span-12 {
        grid-column: span 12/span 12
    }

    .lg\:col-span-11 {
        grid-column: span 11/span 11
    }

    .lg\:col-span-7 {
        grid-column: span 7/span 7
    }

    .lg\:col-span-9 {
        grid-column: span 9/span 9
    }

    .lg\:col-start-2 {
        grid-column-start: 2
    }

    .lg\:col-start-3 {
        grid-column-start: 3
    }

    .lg\:col-start-1 {
        grid-column-start: 1
    }

    .lg\:col-start-6 {
        grid-column-start: 6
    }

    .lg\:col-start-5 {
        grid-column-start: 5
    }

    .lg\:col-start-4 {
        grid-column-start: 4
    }

    .lg\:col-start-7 {
        grid-column-start: 7
    }

    .lg\:col-start-8 {
        grid-column-start: 8
    }

    .lg\:col-start-9 {
        grid-column-start: 9
    }

    .lg\:\!col-start-2 {
        grid-column-start: 2 !important
    }

    .lg\:col-start-10 {
        grid-column-start: 10
    }

    .lg\:col-end-12 {
        grid-column-end: 12
    }

    .lg\:col-end-11 {
        grid-column-end: 11
    }

    .lg\:row-start-1 {
        grid-row-start: 1
    }

    .lg\:float-right {
        float: right
    }

    .lg\:m-auto {
        margin: auto
    }

    .lg\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }

    .lg\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }

    .lg\:-mx-7\.5 {
        margin-left: -1.875rem;
        margin-right: -1.875rem
    }

    .lg\:-mx-7 {
        margin-left: -1.75rem;
        margin-right: -1.75rem
    }

    .lg\:mx-\[-20\.5px\] {
        margin-left: -20.5px;
        margin-right: -20.5px
    }

    .lg\:mx-\[46px\] {
        margin-left: 46px;
        margin-right: 46px
    }

    .lg\:mx-\[15px\] {
        margin-left: 15px;
        margin-right: 15px
    }

    .lg\:my-auto {
        margin-top: auto;
        margin-bottom: auto
    }

    .lg\:\!mx-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .lg\:mb-0 {
        margin-bottom: 0
    }

    .lg\:mt-\[7px\] {
        margin-top: 7px
    }

    .lg\:mt-0 {
        margin-top: 0
    }

    .lg\:ml-3 {
        margin-left: .75rem
    }

    .lg\:mr-\[15px\] {
        margin-right: 15px
    }

    .lg\:mb-\[70px\] {
        margin-bottom: 70px
    }

    .lg\:mb-\[449px\] {
        margin-bottom: 449px
    }

    .lg\:mr-\[130px\] {
        margin-right: 130px
    }

    .lg\:mb-\[25px\] {
        margin-bottom: 25px
    }

    .lg\:mt-\[28px\] {
        margin-top: 28px
    }

    .lg\:mb-2\.5 {
        margin-bottom: .625rem
    }

    .lg\:mb-2 {
        margin-bottom: .5rem
    }

    .lg\:mt-\[8px\] {
        margin-top: 8px
    }

    .lg\:mt-\[30px\] {
        margin-top: 30px
    }

    .lg\:-mr-\[280px\] {
        margin-right: -280px
    }

    .lg\:mt-\[37px\] {
        margin-top: 37px
    }

    .lg\:mb-4 {
        margin-bottom: 1rem
    }

    .lg\:-ml-3 {
        margin-left: -.75rem
    }

    .lg\:mt-10 {
        margin-top: 2.5rem
    }

    .lg\:mb-\[6px\] {
        margin-bottom: 6px
    }

    .lg\:mt-2 {
        margin-top: .5rem
    }

    .lg\:mt-\[10px\] {
        margin-top: 10px
    }

    .lg\:mb-\[75px\] {
        margin-bottom: 75px
    }

    .lg\:mb-\[57px\] {
        margin-bottom: 57px
    }

    .lg\:mt-\[240px\] {
        margin-top: 240px
    }

    .lg\:mt-\[57px\] {
        margin-top: 57px
    }

    .lg\:mb-\[88px\] {
        margin-bottom: 88px
    }

    .lg\:mt-\[250px\] {
        margin-top: 250px
    }

    .lg\:mb-\[70x\] {
        margin-bottom: 70x
    }

    .lg\:mb-\[30px\] {
        margin-bottom: 30px
    }

    .lg\:mb-\[13px\] {
        margin-bottom: 13px
    }

    .lg\:ml-\[90px\] {
        margin-left: 90px
    }

    .lg\:ml-\[20px\] {
        margin-left: 20px
    }

    .lg\:mb-\[31px\] {
        margin-bottom: 31px
    }

    .lg\:mb-\[28px\] {
        margin-bottom: 28px
    }

    .lg\:mt-\[91px\] {
        margin-top: 91px
    }

    .lg\:mb-\[119px\] {
        margin-bottom: 119px
    }

    .lg\:mb-\[95px\] {
        margin-bottom: 95px
    }

    .lg\:mt-\[64px\] {
        margin-top: 64px
    }

    .lg\:mt-\[22px\] {
        margin-top: 22px
    }

    .lg\:mb-\[41px\] {
        margin-bottom: 41px
    }

    .lg\:mb-\[26px\] {
        margin-bottom: 26px
    }

    .lg\:mb-\[18px\] {
        margin-bottom: 18px
    }

    .lg\:mb-5 {
        margin-bottom: 1.25rem
    }

    .lg\:mb-\[40px\] {
        margin-bottom: 40px
    }

    .lg\:-mt-\[70px\] {
        margin-top: -70px
    }

    .lg\:mb-7\.5 {
        margin-bottom: 1.875rem
    }

    .lg\:mb-7 {
        margin-bottom: 1.75rem
    }

    .lg\:mt-\[15px\] {
        margin-top: 15px
    }

    .lg\:mr-7 {
        margin-right: 1.75rem
    }

    .lg\:-ml-7\.5 {
        margin-left: -1.875rem
    }

    .lg\:-ml-7 {
        margin-left: -1.75rem
    }

    .lg\:-mr-\[60px\] {
        margin-right: -60px
    }

    .lg\:mt-\[70px\] {
        margin-top: 70px
    }

    .lg\:mt-\[-25px\] {
        margin-top: -25px
    }

    .lg\:ml-auto {
        margin-left: auto
    }

    .lg\:\!mb-0 {
        margin-bottom: 0 !important
    }

    .lg\:mb-3\.5 {
        margin-bottom: .875rem
    }

    .lg\:mb-3 {
        margin-bottom: .75rem
    }

    .lg\:mb-\[10px\] {
        margin-bottom: 10px
    }

    .lg\:mb-\[16px\] {
        margin-bottom: 16px
    }

    .lg\:mt-\[17px\] {
        margin-top: 17px
    }

    .lg\:mb-\[7px\] {
        margin-bottom: 7px
    }

    .lg\:mt-\[83px\] {
        margin-top: 83px
    }

    .lg\:ml-\[18px\] {
        margin-left: 18px
    }

    .lg\:mt-\[82px\] {
        margin-top: 82px
    }

    .lg\:mt-\[26px\] {
        margin-top: 26px
    }

    .lg\:ml-7 {
        margin-left: 1.75rem
    }

    .lg\:mt-5 {
        margin-top: 1.25rem
    }

    .lg\:mt-16 {
        margin-top: 4rem
    }

    .lg\:mt-\[34px\] {
        margin-top: 34px
    }

    .lg\:-mr-10 {
        margin-right: -2.5rem
    }

    .lg\:mb-12\.5 {
        margin-bottom: 3.125rem
    }

    .lg\:mb-12 {
        margin-bottom: 3rem
    }

    .lg\:ml-\[-7rem\] {
        margin-left: -7rem
    }

    .lg\:ml-6 {
        margin-left: 1.5rem
    }

    .lg\:mt-\[21px\] {
        margin-top: 21px
    }

    .lg\:-mb-\[54px\] {
        margin-bottom: -54px
    }

    .lg\:mt-\[2px\] {
        margin-top: 2px
    }

    .lg\:ml-\[30px\] {
        margin-left: 30px
    }

    .lg\:ml-\[-32px\] {
        margin-left: -32px
    }

    .lg\:ml-0 {
        margin-left: 0
    }

    .lg\:mt-\[20px\] {
        margin-top: 20px
    }

    .lg\:ml-\[10px\] {
        margin-left: 10px
    }

    .lg\:ml-\[4px\] {
        margin-left: 4px
    }

    .lg\:mb-\[9px\] {
        margin-bottom: 9px
    }

    .lg\:ml-\[calc\(\(\(585\/1200\)\*100\%\)_-_121px\)\] {
        margin-left: calc(((585 / 1200) * 100%) - 121px)
    }

    .lg\:ml-\[calc\(\(\(585\/1200\)\*100\%\)_-_124px\)\] {
        margin-left: calc(((585 / 1200) * 100%) - 124px)
    }

    .lg\:mr-\[200px\] {
        margin-right: 200px
    }

    .lg\:mr-\[166px\] {
        margin-right: 166px
    }

    .lg\:mt-\[61px\] {
        margin-top: 61px
    }

    .lg\:ml-2 {
        margin-left: .5rem
    }

    .lg\:mb-10 {
        margin-bottom: 2.5rem
    }

    .lg\:mb-\[19px\] {
        margin-bottom: 19px
    }

    .lg\:ml-12 {
        margin-left: 3rem
    }

    .lg\:mb-\[50px\] {
        margin-bottom: 50px
    }

    .lg\:mb-11 {
        margin-bottom: 2.75rem
    }

    .lg\:mb-\[5px\] {
        margin-bottom: 5px
    }

    .lg\:mt-7 {
        margin-top: 1.75rem
    }

    .lg\:-ml-\[23px\] {
        margin-left: -23px
    }

    .lg\:-mr-\[29px\] {
        margin-right: -29px
    }

    .lg\:mr-8 {
        margin-right: 2rem
    }

    .lg\:mt-\[25px\] {
        margin-top: 25px
    }

    .lg\:-ml-9 {
        margin-left: -2.25rem
    }

    .lg\:mt-\[24px\] {
        margin-top: 24px
    }

    .lg\:-mr-\[30px\] {
        margin-right: -30px
    }

    .lg\:mb-\[37px\] {
        margin-bottom: 37px
    }

    .lg\:mr-\[calc\(\(47\/1280\)\*100vw\)\] {
        margin-right: calc((47 / 1280) * 100vw)
    }

    .lg\:ml-\[calc\(\(37\/1280\)\*100vw\)\] {
        margin-left: calc((37 / 1280) * 100vw)
    }

    .lg\:mt-\[60px\] {
        margin-top: 60px
    }

    .lg\:-ml-10 {
        margin-left: -2.5rem
    }

    .lg\:mr-\[7px\] {
        margin-right: 7px
    }

    .lg\:mt-\[16px\] {
        margin-top: 16px
    }

    .lg\:mb-\[35px\] {
        margin-bottom: 35px
    }

    .lg\:block {
        display: block
    }

    .lg\:inline-block {
        display: inline-block
    }

    .lg\:flex {
        display: flex
    }

    .lg\:grid {
        display: grid
    }

    .lg\:\!grid {
        display: grid !important
    }

    .lg\:hidden {
        display: none
    }

    .lg\:aspect-6\/5,
    .lg\:aspect-\[6\/5\] {
        aspect-ratio: 6/5
    }

    .lg\:aspect-\[28\.165\/13\.9\] {
        aspect-ratio: 28.165/13.9
    }

    .lg\:aspect-\[267\/170\] {
        aspect-ratio: 267/170
    }

    .lg\:aspect-\[340\/320\] {
        aspect-ratio: 340/320
    }

    .lg\:aspect-\[16\/8\.7\] {
        aspect-ratio: 16/8.7
    }

    .lg\:aspect-17\/9 {
        aspect-ratio: 17/9
    }

    .lg\:aspect-\[222\.56\/246\] {
        aspect-ratio: 222.56/246
    }

    .lg\:h-\[45px\] {
        height: 45px
    }

    .lg\:h-auto {
        height: auto
    }

    .lg\:h-\[20px\] {
        height: 20px
    }

    .lg\:h-\[146px\] {
        height: 146px
    }

    .lg\:h-full {
        height: 100%
    }

    .lg\:h-\[527px\] {
        height: 527px
    }

    .lg\:h-\[270px\] {
        height: 270px
    }

    .lg\:h-\[46px\] {
        height: 46px
    }

    .lg\:h-\[50px\] {
        height: 50px
    }

    .lg\:h-\[77px\] {
        height: 77px
    }

    .lg\:h-\[55px\] {
        height: 55px
    }

    .lg\:h-\[67px\] {
        height: 67px
    }

    .lg\:h-\[calc\(300px\+25px\)\] {
        height: calc(300px + 25px)
    }

    .lg\:h-\[calc\(\(25\/300\)\*100\%\)\] {
        height: calc((25 / 300) * 100%)
    }

    .lg\:h-\[calc\(\(9\/109\)\*100\%\)\] {
        height: calc((9 / 109) * 100%)
    }

    .lg\:h-\[17px\] {
        height: 17px
    }

    .lg\:h-\[10px\] {
        height: 10px
    }

    .lg\:min-h-\[188px\] {
        min-height: 188px
    }

    .lg\:min-h-\[unset\] {
        min-height: unset
    }

    .lg\:min-h-\[676px\] {
        min-height: 676px
    }

    .lg\:min-h-\[610px\] {
        min-height: 610px
    }

    .lg\:w-4 {
        width: 1rem
    }

    .lg\:w-\[18px\] {
        width: 18px
    }

    .lg\:w-screen {
        width: 100vw
    }

    .lg\:w-auto {
        width: auto
    }

    .lg\:w-6\/12 {
        width: 50%
    }

    .lg\:w-\[calc\(\(226\/526\)\*100\%\)\] {
        width: calc((226 / 526) * 100%)
    }

    .lg\:w-\[calc\(\(170\/434\)\*100\%\)\] {
        width: calc((170 / 434) * 100%)
    }

    .lg\:w-\[176px\] {
        width: 176px
    }

    .lg\:w-\[26px\] {
        width: 26px
    }

    .lg\:w-\[21px\] {
        width: 21px
    }

    .lg\:w-\[80px\] {
        width: 80px
    }

    .lg\:w-\[1062px\] {
        width: 1062px
    }

    .lg\:w-\[806px\] {
        width: 806px
    }

    .lg\:w-\[307px\] {
        width: 307px
    }

    .lg\:w-\[981px\] {
        width: 981px
    }

    .lg\:w-\[461px\] {
        width: 461px
    }

    .lg\:w-\[196px\] {
        width: 196px
    }

    .lg\:w-\[60px\] {
        width: 60px
    }

    .lg\:w-8\/12 {
        width: 66.666667%
    }

    .lg\:w-\[370px\] {
        width: 370px
    }

    .lg\:w-\[46px\] {
        width: 46px
    }

    .lg\:w-14 {
        width: 3.5rem
    }

    .lg\:w-\[calc\(\(418\/970\)\*100\%\)\] {
        width: calc((418 / 970) * 100%)
    }

    .lg\:w-\[calc\(100\/1062\)\*100\%\] {
        width: calc(100 / 1062)*100%
    }

    .lg\:w-\[24px\] {
        width: 24px
    }

    .lg\:w-\[calc\(\(870\/1083\)\*100\%\)\] {
        width: calc((870 / 1083) * 100%)
    }

    .lg\:w-\[calc\(\(428\/870\)\*100\%\)\] {
        width: calc((428 / 870) * 100%)
    }

    .lg\:w-\[calc\(\(442\/870\)\*100\%\)\] {
        width: calc((442 / 870) * 100%)
    }

    .lg\:w-\[179px\] {
        width: 179px
    }

    .lg\:w-\[117px\] {
        width: 117px
    }

    .lg\:w-\[340px\] {
        width: 340px
    }

    .lg\:w-\[calc\(\(15\/340\)\*100\%\)\] {
        width: calc((15 / 340) * 100%)
    }

    .lg\:w-\[calc\(\(922\/1280\)\*100vw\)\] {
        width: calc((922 / 1280) * 100vw)
    }

    .lg\:w-\[calc\(\(5\.5\/124\)\*100\%\)\] {
        width: calc((5.5 / 124) * 100%)
    }

    .lg\:w-\[calc\(100\%\+15px\)\] {
        width: calc(100% + 15px)
    }

    .lg\:w-\[85\%\] {
        width: 85%
    }

    .lg\:w-\[71px\] {
        width: 71px
    }

    .lg\:w-\[1095px\] {
        width: 1095px
    }

    .lg\:w-\[calc\(\(780\/961\)\*100\%\)\] {
        width: calc((780 / 961) * 100%)
    }

    .lg\:w-\[9px\] {
        width: 9px
    }

    .lg\:w-\[146px\] {
        width: 146px
    }

    .lg\:w-\[10px\] {
        width: 10px
    }

    .lg\:min-w-\[200px\] {
        min-width: 200px
    }

    .lg\:min-w-\[150px\] {
        min-width: 150px
    }

    .lg\:min-w-\[226px\] {
        min-width: 226px
    }

    .lg\:min-w-\[144px\] {
        min-width: 144px
    }

    .lg\:min-w-\[225px\] {
        min-width: 225px
    }

    .lg\:min-w-\[128px\] {
        min-width: 128px
    }

    .lg\:min-w-\[308px\] {
        min-width: 308px
    }

    .lg\:min-w-\[160px\] {
        min-width: 160px
    }

    .lg\:min-w-\[311px\] {
        min-width: 311px
    }

    .lg\:min-w-\[340px\] {
        min-width: 340px
    }

    .lg\:min-w-\[15px\] {
        min-width: 15px
    }

    .lg\:min-w-\[112px\] {
        min-width: 112px
    }

    .lg\:max-w-\[333px\] {
        max-width: 333px
    }

    .lg\:max-w-\[195px\] {
        max-width: 195px
    }

    .lg\:max-w-\[280px\] {
        max-width: 280px
    }

    .lg\:max-w-\[868px\] {
        max-width: 868px
    }

    .lg\:max-w-\[711px\] {
        max-width: 711px
    }

    .lg\:max-w-\[651px\] {
        max-width: 651px
    }

    .lg\:max-w-\[650px\] {
        max-width: 650px
    }

    .lg\:max-w-\[234px\] {
        max-width: 234px
    }

    .lg\:max-w-\[74\%\] {
        max-width: 74%
    }

    .lg\:max-w-\[205px\] {
        max-width: 205px
    }

    .lg\:max-w-\[311px\] {
        max-width: 311px
    }

    .lg\:max-w-\[260px\] {
        max-width: 260px
    }

    .lg\:max-w-\[228px\] {
        max-width: 228px
    }

    .lg\:max-w-\[308px\] {
        max-width: 308px
    }

    .lg\:flex-1 {
        flex: 1 1 0%
    }

    .lg\:skew-x-custom {
        --tw-skew-x: -19deg;
        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))
    }

    .lg\:grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr))
    }

    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }

    .lg\:grid-cols-10 {
        grid-template-columns: repeat(10, minmax(0, 1fr))
    }

    .lg\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr))
    }

    .lg\:flex-row {
        flex-direction: row
    }

    .lg\:flex-nowrap {
        flex-wrap: nowrap
    }

    .lg\:items-start {
        align-items: flex-start
    }

    .lg\:items-center {
        align-items: center
    }

    .lg\:justify-start {
        justify-content: flex-start
    }

    .lg\:justify-center {
        justify-content: center
    }

    .lg\:justify-between {
        justify-content: space-between
    }

    .lg\:gap-\[10px\] {
        gap: 10px
    }

    .lg\:gap-\[51px\] {
        gap: 51px
    }

    .lg\:\!gap-5 {
        gap: 1.25rem !important
    }

    .lg\:gap-x-7\.5 {
        -moz-column-gap: 1.875rem;
        column-gap: 1.875rem
    }

    .lg\:gap-x-7 {
        -moz-column-gap: 1.75rem;
        column-gap: 1.75rem
    }

    .lg\:gap-x-6 {
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem
    }

    .lg\:gap-x-\[34px\] {
        -moz-column-gap: 34px;
        column-gap: 34px
    }

    .lg\:gap-x-8 {
        -moz-column-gap: 2rem;
        column-gap: 2rem
    }

    .lg\:gap-x-\[31px\] {
        -moz-column-gap: 31px;
        column-gap: 31px
    }

    .lg\:gap-x-\[86px\] {
        -moz-column-gap: 86px;
        column-gap: 86px
    }

    .lg\:gap-y-\[63px\] {
        row-gap: 63px
    }

    .lg\:\!gap-x-\[10px\] {
        -moz-column-gap: 10px !important;
        column-gap: 10px !important
    }

    .lg\:gap-x-\[65px\] {
        -moz-column-gap: 65px;
        column-gap: 65px
    }

    .lg\:gap-x-\[25\.5px\] {
        -moz-column-gap: 25.5px;
        column-gap: 25.5px
    }

    .lg\:overflow-hidden {
        overflow: hidden
    }

    .lg\:overflow-x-auto {
        overflow-x: auto
    }

    .lg\:whitespace-nowrap {
        white-space: nowrap
    }

    .lg\:border {
        border-width: 1px
    }

    .lg\:border-0 {
        border-width: 0
    }

    .lg\:border-b-0 {
        border-bottom-width: 0
    }

    .lg\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }

    .lg\:py-\[1\.1rem\] {
        padding-top: 1.1rem;
        padding-bottom: 1.1rem
    }

    .lg\:px-\[41px\] {
        padding-left: 41px;
        padding-right: 41px
    }

    .lg\:px-\[59px\] {
        padding-left: 59px;
        padding-right: 59px
    }

    .lg\:px-\[67px\] {
        padding-left: 67px;
        padding-right: 67px
    }

    .lg\:py-\[50px\] {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .lg\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .lg\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }

    .lg\:px-\[60px\] {
        padding-left: 60px;
        padding-right: 60px
    }

    .lg\:py-14 {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem
    }

    .lg\:\!px-\[100px\] {
        padding-left: 100px !important;
        padding-right: 100px !important
    }

    .lg\:py-\[74px\] {
        padding-top: 74px;
        padding-bottom: 74px
    }

    .lg\:py-2 {
        padding-top: .5rem;
        padding-bottom: .5rem
    }

    .lg\:py-\[70px\] {
        padding-top: 70px;
        padding-bottom: 70px
    }

    .lg\:px-\[18px\] {
        padding-left: 18px;
        padding-right: 18px
    }

    .lg\:py-1\.5 {
        padding-top: .375rem;
        padding-bottom: .375rem
    }

    .lg\:py-1 {
        padding-top: .25rem;
        padding-bottom: .25rem
    }

    .lg\:py-7\.5 {
        padding-top: 1.875rem;
        padding-bottom: 1.875rem
    }

    .lg\:py-7 {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem
    }

    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .lg\:px-\[72px\] {
        padding-left: 72px;
        padding-right: 72px
    }

    .lg\:px-14 {
        padding-left: 3.5rem;
        padding-right: 3.5rem
    }

    .lg\:\!px-\[110px\] {
        padding-left: 110px !important;
        padding-right: 110px !important
    }

    .lg\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem
    }

    .lg\:py-\[32px\] {
        padding-top: 32px;
        padding-bottom: 32px
    }

    .lg\:px-\[31px\] {
        padding-left: 31px;
        padding-right: 31px
    }

    .lg\:px-\[53px\] {
        padding-left: 53px;
        padding-right: 53px
    }

    .lg\:px-\[117px\] {
        padding-left: 117px;
        padding-right: 117px
    }

    .lg\:py-0 {
        padding-top: 0;
        padding-bottom: 0
    }

    .lg\:pb-\[38px\] {
        padding-bottom: 38px
    }

    .lg\:pb-0 {
        padding-bottom: 0
    }

    .lg\:pt-\[17px\] {
        padding-top: 17px
    }

    .lg\:pb-\[18px\] {
        padding-bottom: 18px
    }

    .lg\:pt-\[65px\] {
        padding-top: 65px
    }

    .lg\:pb-5 {
        padding-bottom: 1.25rem
    }

    .lg\:pt-\[107px\] {
        padding-top: 107px
    }

    .lg\:pb-\[83px\] {
        padding-bottom: 83px
    }

    .lg\:pl-\[39px\] {
        padding-left: 39px
    }

    .lg\:pr-\[32px\] {
        padding-right: 32px
    }

    .lg\:pt-\[41px\] {
        padding-top: 41px
    }

    .lg\:pb-\[33px\] {
        padding-bottom: 33px
    }

    .lg\:pb-2\.5 {
        padding-bottom: .625rem
    }

    .lg\:pb-2 {
        padding-bottom: .5rem
    }

    .lg\:pt-\[22px\] {
        padding-top: 22px
    }

    .lg\:pt-1\.5 {
        padding-top: .375rem
    }

    .lg\:pt-1 {
        padding-top: .25rem
    }

    .lg\:pb-3 {
        padding-bottom: .75rem
    }

    .lg\:pt-\[60px\] {
        padding-top: 60px
    }

    .lg\:pb-\[70px\] {
        padding-bottom: 70px
    }

    .lg\:pb-\[56px\] {
        padding-bottom: 56px
    }

    .lg\:pr-\[17px\] {
        padding-right: 17px
    }

    .lg\:pb-\[131px\] {
        padding-bottom: 131px
    }

    .lg\:pt-\[72px\] {
        padding-top: 72px
    }

    .lg\:pb-\[50px\] {
        padding-bottom: 50px
    }

    .lg\:pt-\[64px\] {
        padding-top: 64px
    }

    .lg\:pb-\[63px\] {
        padding-bottom: 63px
    }

    .lg\:pr-7\.5 {
        padding-right: 1.875rem
    }

    .lg\:pr-7 {
        padding-right: 1.75rem
    }

    .lg\:pt-\[44px\] {
        padding-top: 44px
    }

    .lg\:pt-10 {
        padding-top: 2.5rem
    }

    .lg\:pt-48 {
        padding-top: 12rem
    }

    .lg\:pb-32 {
        padding-bottom: 8rem
    }

    .lg\:pt-0 {
        padding-top: 0
    }

    .lg\:pl-\[33px\] {
        padding-left: 33px
    }

    .lg\:pr-5 {
        padding-right: 1.25rem
    }

    .lg\:pr-\[35px\] {
        padding-right: 35px
    }

    .lg\:pl-\[50px\] {
        padding-left: 50px
    }

    .lg\:pb-\[39px\] {
        padding-bottom: 39px
    }

    .lg\:pr-\[92px\] {
        padding-right: 92px
    }

    .lg\:pt-\[20px\] {
        padding-top: 20px
    }

    .lg\:pt-\[58px\] {
        padding-top: 58px
    }

    .lg\:pb-\[57px\] {
        padding-bottom: 57px
    }

    .lg\:pt-\[37px\] {
        padding-top: 37px
    }

    .lg\:pb-\[34px\] {
        padding-bottom: 34px
    }

    .lg\:pt-\[52px\] {
        padding-top: 52px
    }

    .lg\:pb-24 {
        padding-bottom: 6rem
    }

    .lg\:pb-\[40px\] {
        padding-bottom: 40px
    }

    .lg\:pt-\[38px\] {
        padding-top: 38px
    }

    .lg\:pr-\[20px\] {
        padding-right: 20px
    }

    .lg\:pr-\[30px\] {
        padding-right: 30px
    }

    .lg\:pl-0 {
        padding-left: 0
    }

    .lg\:pl-12 {
        padding-left: 3rem
    }

    .lg\:pt-\[45px\] {
        padding-top: 45px
    }

    .lg\:pb-\[61px\] {
        padding-bottom: 61px
    }

    .lg\:pl-\[110px\] {
        padding-left: 110px
    }

    .lg\:pt-\[85px\] {
        padding-top: 85px
    }

    .lg\:pb-\[86px\] {
        padding-bottom: 86px
    }

    .lg\:pt-\[12px\] {
        padding-top: 12px
    }

    .lg\:pb-\[8px\] {
        padding-bottom: 8px
    }

    .lg\:pr-\[65px\] {
        padding-right: 65px
    }

    .lg\:pt-\[70px\] {
        padding-top: 70px
    }

    .lg\:text-left {
        text-align: left
    }

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

    .lg\:text-\[40px\] {
        font-size: 40px
    }

    .lg\:text-\[18px\] {
        font-size: 18px
    }

    .lg\:text-\[32px\] {
        font-size: 32px
    }

    .lg\:text-\[16px\] {
        font-size: 16px
    }

    .lg\:text-\[11px\] {
        font-size: 11px
    }

    .lg\:text-lg {
        font-size: 18px;
        line-height: 25px
    }

    .lg\:text-\[9px\] {
        font-size: 9px
    }

    .lg\:text-\[20px\] {
        font-size: 20px
    }

    .lg\:text-\[60px\] {
        font-size: 60px
    }

    .lg\:\!text-\[40px\] {
        font-size: 40px !important
    }

    .lg\:text-\[15px\] {
        font-size: 15px
    }

    .lg\:text-\[48px\] {
        font-size: 48px
    }

    .lg\:text-\[28px\] {
        font-size: 28px
    }

    .lg\:text-\[14px\] {
        font-size: 14px
    }

    .lg\:text-\[22px\] {
        font-size: 22px
    }

    .lg\:text-base {
        font-size: 16px;
        line-height: 22px
    }

    .lg\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem
    }

    .lg\:text-\[5px\] {
        font-size: 5px
    }

    .lg\:text-\[27px\] {
        font-size: 27px
    }

    .lg\:text-\[11\.2px\] {
        font-size: 11.2px
    }

    .lg\:font-medium {
        font-weight: 500
    }

    .lg\:font-light {
        font-weight: 300
    }

    .lg\:leading-\[1\.5rem\] {
        line-height: 1.5rem
    }

    .lg\:leading-\[38px\] {
        line-height: 38px
    }

    .lg\:leading-\[22px\] {
        line-height: 22px
    }

    .lg\:leading-\[14px\] {
        line-height: 14px
    }

    .lg\:leading-\[19\.2px\] {
        line-height: 19.2px
    }

    .lg\:leading-\[3rem\] {
        line-height: 3rem
    }

    .lg\:leading-\[39px\] {
        line-height: 39px
    }

    .lg\:leading-\[60px\] {
        line-height: 60px
    }

    .lg\:leading-\[25px\] {
        line-height: 25px
    }

    .lg\:leading-\[48px\] {
        line-height: 48px
    }

    .lg\:leading-\[57px\] {
        line-height: 57px
    }

    .lg\:leading-\[38\.4px\] {
        line-height: 38.4px
    }

    .lg\:leading-\[25\.2px\] {
        line-height: 25.2px
    }

    .lg\:leading-\[2\.125rem\] {
        line-height: 2.125rem
    }

    .lg\:leading-\[1\.4\] {
        line-height: 1.4
    }

    .lg\:leading-\[44px\] {
        line-height: 44px
    }

    .lg\:leading-\[24px\] {
        line-height: 24px
    }

    .lg\:leading-\[9px\] {
        line-height: 9px
    }

    .lg\:leading-\[1\.3\] {
        line-height: 1.3
    }

    .lg\:leading-\[1\.22\] {
        line-height: 1.22
    }

    .lg\:leading-\[1\.125rem\] {
        line-height: 1.125rem
    }

    .lg\:leading-\[17px\] {
        line-height: 17px
    }

    .lg\:leading-\[16px\] {
        line-height: 16px
    }

    .lg\:tracking-\[1\.2px\] {
        letter-spacing: 1.2px
    }

    .lg\:tracking-\[1\.5px\] {
        letter-spacing: 1.5px
    }

    .lg\:tracking-\[1px\] {
        letter-spacing: 1px
    }

    .lg\:text-white {
        --tw-text-opacity: 1;
        color: rgb(255 255 255/var(--tw-text-opacity))
    }

    .lg\:underline {
        -webkit-text-decoration-line: underline;
        text-decoration-line: underline
    }

    .lg\:shadow-\[0px_4px_4px_rgba\(0\2c 0\2c 0\2c 0\.25\)\] {
        --tw-shadow: 0px 4px 4px rgba(0, 0, 0, .25);
        --tw-shadow-colored: 0px 4px 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)
    }

    .lg\:desktopPolygonClipPathArticleDetailPage {
        clip-path: polygon(7% 0, 100% 0, 100% 100%, 0 100%, 0 35%)
    }

    .lg\:desktopPolygonClipPathIndustryDetailPage {
        clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 70%)
    }

    .lg\:ellipsis-line-2 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }

    .before\:lg\:right-\[18\%\]:before {
        content: var(--tw-content);
        right: 18%
    }

    .before\:lg\:top-\[-100px\]:before {
        content: var(--tw-content);
        top: -100px
    }

    .before\:lg\:bottom-\[56px\]:before {
        content: var(--tw-content);
        bottom: 56px
    }

    .before\:lg\:left-\[56\%\]:before {
        content: var(--tw-content);
        left: 56%
    }

    .before\:lg\:z-0:before {
        content: var(--tw-content);
        z-index: 0
    }

    .before\:lg\:h-\[286px\]:before {
        content: var(--tw-content);
        height: 286px
    }

    .before\:lg\:max-h-\[calc\(100\%-45px\)\]:before {
        content: var(--tw-content);
        max-height: calc(100% - 45px)
    }

    .before\:lg\:w-\[437px\]:before {
        content: var(--tw-content);
        width: 437px
    }

    .before\:lg\:max-w-\[190px\]:before {
        content: var(--tw-content);
        max-width: 190px
    }

    .after\:lg\:top-\[53px\]:after {
        content: var(--tw-content);
        top: 53px
    }

    .after\:lg\:right-\[55\%\]:after {
        content: var(--tw-content);
        right: 55%
    }

    .after\:lg\:bottom-\[-96px\]:after {
        content: var(--tw-content);
        bottom: -96px
    }

    .after\:lg\:left-\[18\%\]:after {
        content: var(--tw-content);
        left: 18%
    }

    .after\:lg\:h-\[286px\]:after {
        content: var(--tw-content);
        height: 286px
    }

    .after\:lg\:w-\[437px\]:after {
        content: var(--tw-content);
        width: 437px
    }

    .after\:lg\:w-\[277px\]:after {
        content: var(--tw-content);
        width: 277px
    }

    .lg\:last\:mt-4:last-child {
        margin-top: 1rem
    }

    .lg\:last\:pr-0:last-child {
        padding-right: 0
    }

    .lg\:hover\:bg-primaryRed:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(151 39 44/var(--tw-bg-opacity))
    }

    .group:last-child .group-last\:lg\:mr-0 {
        margin-right: 0
    }

    .group:last-child .group-last\:lg\:pt-\[12px\] {
        padding-top: 12px
    }

    .group:last-child .group-last\:lg\:pb-\[8px\] {
        padding-bottom: 8px
    }
}

@media (min-width:1440px) {
    .xl\:absolute {
        position: absolute
    }

    .xl\:left-\[-340px\] {
        left: -340px
    }

    .xl\:left-\[-610px\] {
        left: -610px
    }

    .xl\:right-\[-350px\] {
        right: -350px
    }

    .xl\:right-\[-605px\] {
        right: -605px
    }

    .xl\:top-\[33\%\] {
        top: 33%
    }

    .xl\:right-\[160px\] {
        right: 160px
    }

    .xl\:left-\[33px\] {
        left: 33px
    }

    .xl\:right-\[33px\] {
        right: 33px
    }

    .xl\:bottom-\[3px\] {
        bottom: 3px
    }

    .xl\:-right-\[46px\] {
        right: -46px
    }

    .xl\:right-\[53px\] {
        right: 53px
    }

    .xl\:left-\[60px\] {
        left: 60px
    }

    .xl\:bottom-\[50px\] {
        bottom: 50px
    }

    .xl\:bottom-\[40px\] {
        bottom: 40px
    }

    .xl\:top-\[60px\] {
        top: 60px
    }

    .xl\:-left-\[131px\] {
        left: -131px
    }

    .xl\:left-\[6\%\] {
        left: 6%
    }

    .xl\:top-\[50\%\] {
        top: 50%
    }

    .xl\:left-\[12\%\] {
        left: 12%
    }

    .xl\:right-\[12\%\] {
        right: 12%
    }

    .xl\:col-span-2 {
        grid-column: span 2/span 2
    }

    .xl\:col-span-5 {
        grid-column: span 5/span 5
    }

    .xl\:col-span-10 {
        grid-column: span 10/span 10
    }

    .xl\:col-span-6 {
        grid-column: span 6/span 6
    }

    .xl\:col-span-4 {
        grid-column: span 4/span 4
    }

    .xl\:col-span-12 {
        grid-column: span 12/span 12
    }

    .xl\:\!col-start-3 {
        grid-column-start: 3 !important
    }

    .xl\:col-start-1 {
        grid-column-start: 1
    }

    .xl\:col-start-2 {
        grid-column-start: 2
    }

    .xl\:col-start-3 {
        grid-column-start: 3
    }

    .xl\:col-start-4 {
        grid-column-start: 4
    }

    .xl\:col-start-5 {
        grid-column-start: 5
    }

    .xl\:col-start-6 {
        grid-column-start: 6
    }

    .xl\:col-start-7 {
        grid-column-start: 7
    }

    .xl\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }

    .xl\:mx-\[-3px\] {
        margin-left: -3px;
        margin-right: -3px
    }

    .xl\:mx-\[-0\.5px\] {
        margin-left: -.5px;
        margin-right: -.5px
    }

    .xl\:mx-16 {
        margin-left: 4rem;
        margin-right: 4rem
    }

    .xl\:\!mx-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .xl\:mt-\[18px\] {
        margin-top: 18px
    }

    .xl\:mt-0 {
        margin-top: 0
    }

    .xl\:ml-5 {
        margin-left: 1.25rem
    }

    .xl\:mr-\[110px\] {
        margin-right: 110px
    }

    .xl\:mb-\[19px\] {
        margin-bottom: 19px
    }

    .xl\:mb-6 {
        margin-bottom: 1.5rem
    }

    .xl\:mb-\[28px\] {
        margin-bottom: 28px
    }

    .xl\:mt-\[106px\] {
        margin-top: 106px
    }

    .xl\:mt-\[30px\] {
        margin-top: 30px
    }

    .xl\:mb-\[119px\] {
        margin-bottom: 119px
    }

    .xl\:mt-\[25px\] {
        margin-top: 25px
    }

    .xl\:mb-\[56px\] {
        margin-bottom: 56px
    }

    .xl\:mt-\[13px\] {
        margin-top: 13px
    }

    .xl\:ml-0 {
        margin-left: 0
    }

    .xl\:mb-11 {
        margin-bottom: 2.75rem
    }

    .xl\:mr-6 {
        margin-right: 1.5rem
    }

    .xl\:ml-\[30px\] {
        margin-left: 30px
    }

    .xl\:mr-\[40px\] {
        margin-right: 40px
    }

    .xl\:mb-\[0px\] {
        margin-bottom: 0
    }

    .xl\:\!mb-\[19px\] {
        margin-bottom: 19px !important
    }

    .xl\:\!mb-\[14px\] {
        margin-bottom: 14px !important
    }

    .xl\:mt-\[6px\] {
        margin-top: 6px
    }

    .xl\:mb-\[10px\] {
        margin-bottom: 10px
    }

    .xl\:mb-\[12px\] {
        margin-bottom: 12px
    }

    .xl\:mb-\[14px\] {
        margin-bottom: 14px
    }

    .xl\:mt-\[15px\] {
        margin-top: 15px
    }

    .xl\:mb-\[9px\] {
        margin-bottom: 9px
    }

    .xl\:mt-3 {
        margin-top: .75rem
    }

    .xl\:mr-\[30px\] {
        margin-right: 30px
    }

    .xl\:-mr-12\.5 {
        margin-right: -3.125rem
    }

    .xl\:-mr-12 {
        margin-right: -3rem
    }

    .xl\:mr-7 {
        margin-right: 1.75rem
    }

    .xl\:ml-\[23px\] {
        margin-left: 23px
    }

    .xl\:mb-2\.5 {
        margin-bottom: .625rem
    }

    .xl\:mb-2 {
        margin-bottom: .5rem
    }

    .xl\:mr-9 {
        margin-right: 2.25rem
    }

    .xl\:ml-\[53px\] {
        margin-left: 53px
    }

    .xl\:mb-\[95px\] {
        margin-bottom: 95px
    }

    .xl\:-mr-\[35px\] {
        margin-right: -35px
    }

    .xl\:ml-\[calc\(\(\(532\/1320\)\*100\%\)_-_121px\)\] {
        margin-left: calc(((532 / 1320) * 100%) - 121px)
    }

    .xl\:ml-\[calc\(\(\(532\/1095\)\*100\%\)_-_131px\)\] {
        margin-left: calc(((532 / 1095) * 100%) - 131px)
    }

    .xl\:mr-\[80\.5px\] {
        margin-right: 80.5px
    }

    .xl\:-mr-\[60px\] {
        margin-right: -60px
    }

    .xl\:mb-\[37px\] {
        margin-bottom: 37px
    }

    .xl\:mb-\[25px\] {
        margin-bottom: 25px
    }

    .xl\:mt-\[20px\] {
        margin-top: 20px
    }

    .xl\:mr-auto {
        margin-right: auto
    }

    .xl\:ml-\[40px\] {
        margin-left: 40px
    }

    .xl\:mr-\[7px\] {
        margin-right: 7px
    }

    .xl\:block {
        display: block
    }

    .xl\:flex {
        display: flex
    }

    .xl\:hidden {
        display: none
    }

    .xl\:aspect-\[7\/4\] {
        aspect-ratio: 7/4
    }

    .xl\:aspect-\[348\/340\] {
        aspect-ratio: 348/340
    }

    .xl\:aspect-\[43\/23\] {
        aspect-ratio: 43/23
    }

    .xl\:aspect-15\/9 {
        aspect-ratio: 15/9
    }

    .xl\:aspect-\[274\/260\] {
        aspect-ratio: 274/260
    }

    .xl\:aspect-\[347\.92\/320\] {
        aspect-ratio: 347.92/320
    }

    .xl\:aspect-\[226\.67\/200\] {
        aspect-ratio: 226.67/200
    }

    .xl\:h-\[165px\] {
        height: 165px
    }

    .xl\:h-\[64px\] {
        height: 64px
    }

    .xl\:h-\[770px\] {
        height: 770px
    }

    .xl\:h-auto {
        height: auto
    }

    .xl\:h-\[17px\] {
        height: 17px
    }

    .xl\:h-\[10px\] {
        height: 10px
    }

    .xl\:max-h-full {
        max-height: 100%
    }

    .xl\:max-h-\[80vh\] {
        max-height: 80vh
    }

    .xl\:min-h-\[700px\] {
        min-height: 700px
    }

    .xl\:w-\[23px\] {
        width: 23px
    }

    .xl\:w-\[1082px\] {
        width: 1082px
    }

    .xl\:w-\[421px\] {
        width: 421px
    }

    .xl\:w-\[260px\] {
        width: 260px
    }

    .xl\:w-\[110px\] {
        width: 110px
    }

    .xl\:w-\[calc\(113\/1095\)\*100\%\] {
        width: calc(113 / 1095)*100%
    }

    .xl\:w-\[348px\] {
        width: 348px
    }

    .xl\:w-\[1055px\] {
        width: 1055px
    }

    .xl\:w-\[49\%\] {
        width: 49%
    }

    .xl\:w-\[255px\] {
        width: 255px
    }

    .xl\:w-\[430px\] {
        width: 430px
    }

    .xl\:w-\[402px\] {
        width: 402px
    }

    .xl\:w-\[calc\(100\%\+10px\)\] {
        width: calc(100% + 10px)
    }

    .xl\:w-\[360px\] {
        width: 360px
    }

    .xl\:w-full {
        width: 100%
    }

    .xl\:w-\[calc\(\(835\/1095\)\*100\%\)\] {
        width: calc((835 / 1095) * 100%)
    }

    .xl\:w-\[870px\] {
        width: 870px
    }

    .xl\:w-\[200px\] {
        width: 200px
    }

    .xl\:w-\[227px\] {
        width: 227px
    }

    .xl\:w-\[10px\] {
        width: 10px
    }

    .xl\:min-w-\[260px\] {
        min-width: 260px
    }

    .xl\:min-w-\[288px\] {
        min-width: 288px
    }

    .xl\:max-w-screen-xl {
        max-width: 1440px
    }

    .xl\:max-w-\[705px\] {
        max-width: 705px
    }

    .xl\:max-w-\[1094px\] {
        max-width: 1094px
    }

    .xl\:max-w-none {
        max-width: none
    }

    .xl\:grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr))
    }

    .xl\:items-center {
        align-items: center
    }

    .xl\:justify-end {
        justify-content: flex-end
    }

    .xl\:gap-\[30px\] {
        gap: 30px
    }

    .xl\:gap-\[10px\] {
        gap: 10px
    }

    .xl\:\!gap-5 {
        gap: 1.25rem !important
    }

    .xl\:gap-4 {
        gap: 1rem
    }

    .xl\:gap-x-\[47px\] {
        -moz-column-gap: 47px;
        column-gap: 47px
    }

    .xl\:gap-x-\[64px\] {
        -moz-column-gap: 64px;
        column-gap: 64px
    }

    .xl\:gap-x-7\.5 {
        -moz-column-gap: 1.875rem;
        column-gap: 1.875rem
    }

    .xl\:gap-x-7 {
        -moz-column-gap: 1.75rem;
        column-gap: 1.75rem
    }

    .xl\:gap-x-\[28px\] {
        -moz-column-gap: 28px;
        column-gap: 28px
    }

    .xl\:gap-y-6 {
        row-gap: 1.5rem
    }

    .xl\:gap-x-\[60px\] {
        -moz-column-gap: 60px;
        column-gap: 60px
    }

    .xl\:gap-x-\[30px\] {
        -moz-column-gap: 30px;
        column-gap: 30px
    }

    .xl\:border-b-0 {
        border-bottom-width: 0
    }

    .xl\:px-\[60px\] {
        padding-left: 60px;
        padding-right: 60px
    }

    .xl\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem
    }

    .xl\:py-\[44px\] {
        padding-top: 44px;
        padding-bottom: 44px
    }

    .xl\:px-\[25px\] {
        padding-left: 25px;
        padding-right: 25px
    }

    .xl\:px-\[113\.5px\] {
        padding-left: 113.5px;
        padding-right: 113.5px
    }

    .xl\:pr-\[52px\] {
        padding-right: 52px
    }

    .xl\:pb-0 {
        padding-bottom: 0
    }

    .xl\:pt-\[41px\] {
        padding-top: 41px
    }

    .xl\:pb-\[47px\] {
        padding-bottom: 47px
    }

    .xl\:pr-0 {
        padding-right: 0
    }

    .xl\:pt-\[82px\] {
        padding-top: 82px
    }

    .xl\:pb-\[50px\] {
        padding-bottom: 50px
    }

    .xl\:pt-\[207px\] {
        padding-top: 207px
    }

    .xl\:pt-\[149px\] {
        padding-top: 149px
    }

    .xl\:pb-\[28px\] {
        padding-bottom: 28px
    }

    .xl\:pb-\[154px\] {
        padding-bottom: 154px
    }

    .xl\:pl-\[48px\] {
        padding-left: 48px
    }

    .xl\:pt-16 {
        padding-top: 4rem
    }

    .xl\:pl-\[60px\] {
        padding-left: 60px
    }

    .xl\:pt-7\.5 {
        padding-top: 1.875rem
    }

    .xl\:pt-7 {
        padding-top: 1.75rem
    }

    .xl\:pb-7 {
        padding-bottom: 1.75rem
    }

    .xl\:pt-10 {
        padding-top: 2.5rem
    }

    .xl\:pb-\[64px\] {
        padding-bottom: 64px
    }

    .xl\:pl-0 {
        padding-left: 0
    }

    .xl\:pr-\[56px\] {
        padding-right: 56px
    }

    .xl\:pb-\[52px\] {
        padding-bottom: 52px
    }

    .xl\:text-6xl {
        font-size: 3.75rem;
        line-height: 1
    }

    .xl\:text-\[40px\] {
        font-size: 40px
    }

    .xl\:text-\[48px\] {
        font-size: 48px
    }

    .xl\:text-\[18px\] {
        font-size: 18px
    }

    .xl\:text-\[32px\] {
        font-size: 32px
    }

    .xl\:text-\[17px\] {
        font-size: 17px
    }

    .xl\:text-5xl {
        font-size: 48px;
        line-height: 58px
    }

    .xl\:text-lg {
        font-size: 18px;
        line-height: 25px
    }

    .xl\:leading-\[3rem\] {
        line-height: 3rem
    }

    .xl\:leading-\[57px\] {
        line-height: 57px
    }

    .xl\:leading-\[48px\] {
        line-height: 48px
    }

    .xl\:leading-\[38px\] {
        line-height: 38px
    }

    .xl\:leading-\[21\.6px\] {
        line-height: 21.6px
    }

    .xl\:leading-\[1\.2\] {
        line-height: 1.2
    }

    .xl\:leading-\[19px\] {
        line-height: 19px
    }

    .xl\:leading-\[44px\] {
        line-height: 44px
    }

    .xl\:leading-\[15px\] {
        line-height: 15px
    }

    .xl\:leading-\[18px\] {
        line-height: 18px
    }

    .before\:xl\:top-3:before {
        content: var(--tw-content);
        top: .75rem
    }

    .before\:xl\:right-\[24\%\]:before {
        content: var(--tw-content);
        right: 24%
    }

    .before\:xl\:bottom-\[160px\]:before {
        content: var(--tw-content);
        bottom: 160px
    }

    .before\:xl\:left-\[48\%\]:before {
        content: var(--tw-content);
        left: 48%
    }

    .xl\:before\:bg-\[length\:110px_104px\]:before {
        content: var(--tw-content);
        background-size: 110px 104px
    }

    .xl\:before\:bg-right-top:before {
        content: var(--tw-content);
        background-position: 100% 0
    }

    .after\:xl\:top-\[168px\]:after {
        content: var(--tw-content);
        top: 168px
    }

    .after\:xl\:right-\[75\%\]:after {
        content: var(--tw-content);
        right: 75%
    }

    .after\:xl\:bottom-\[10px\]:after {
        content: var(--tw-content);
        bottom: 10px
    }

    .after\:xl\:w-\[307px\]:after {
        content: var(--tw-content);
        width: 307px
    }
}

@media (min-width:1680px) {
    .\32xl\:left-\[14vw\] {
        left: 14vw
    }

    .\32xl\:right-0 {
        right: 0
    }

    .\32xl\:left-\[60px\] {
        left: 60px
    }

    .\32xl\:left-\[90px\] {
        left: 90px
    }

    .\32xl\:right-\[90px\] {
        right: 90px
    }

    .\32xl\:left-\[230px\] {
        left: 230px
    }

    .\32xl\:aspect-\[7\/2\] {
        aspect-ratio: 7/2
    }
}

@media (min-width:1920px) {
    .\33xl\:left-\[130px\] {
        left: 130px
    }

    .\33xl\:right-\[130px\] {
        right: 130px
    }

    .\33xl\:left-\[150px\] {
        left: 150px
    }

    .\33xl\:right-\[150px\] {
        right: 150px
    }

    .\33xl\:left-\[280px\] {
        left: 280px
    }

    .\33xl\:right-\[100px\] {
        right: 100px
    }

    .\33xl\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }

    .\33xl\:-mx-\[calc\(\(1920px-100\%\)\/2\)\] {
        margin-left: calc(calc((1920px - 100%) / 2) * -1);
        margin-right: calc(calc((1920px - 100%) / 2) * -1)
    }

    .\33xl\:-mx-\[60px\] {
        margin-left: -60px;
        margin-right: -60px
    }

    .\33xl\:max-w-\[1920px\],
    .\33xl\:max-w-screen-3xl {
        max-width: 1920px
    }
}

@media (min-width:1024px) and (max-height:767px) {
    .short\:aspect-\[7\/2\] {
        aspect-ratio: 7/2
    }
}

@media print {
    .print\:inset-auto {
        top: auto;
        right: auto;
        bottom: auto;
        left: auto
    }

    .print\:-top-\[38px\] {
        top: -38px
    }

    .print\:\!col-span-full {
        grid-column: 1/-1 !important
    }

    .print\:col-span-6 {
        grid-column: span 6/span 6
    }

    .print\:col-span-full {
        grid-column: 1/-1
    }

    .print\:float-right {
        float: right
    }

    .print\:m-0 {
        margin: 0
    }

    .print\:\!m-0 {
        margin: 0 !important
    }

    .print\:\!mx-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .print\:\!mb-0 {
        margin-bottom: 0 !important
    }

    .print\:\!-mr-7\.5 {
        margin-right: -1.875rem !important
    }

    .print\:\!-mr-7 {
        margin-right: -1.75rem !important
    }

    .print\:mb-5 {
        margin-bottom: 1.25rem
    }

    .print\:mb-0 {
        margin-bottom: 0
    }

    .print\:mb-7\.5 {
        margin-bottom: 1.875rem
    }

    .print\:mb-7 {
        margin-bottom: 1.75rem
    }

    .print\:mt-3\.5 {
        margin-top: .875rem
    }

    .print\:mt-3 {
        margin-top: .75rem
    }

    .print\:mt-5 {
        margin-top: 1.25rem
    }

    .print\:mt-0 {
        margin-top: 0
    }

    .print\:mt-2\.5 {
        margin-top: .625rem
    }

    .print\:mt-2 {
        margin-top: .5rem
    }

    .print\:\!mr-auto {
        margin-right: auto !important
    }

    .print\:\!ml-auto {
        margin-left: auto !important
    }

    .print\:mb-12\.5 {
        margin-bottom: 3.125rem
    }

    .print\:mb-12 {
        margin-bottom: 3rem
    }

    .print\:block {
        display: block
    }

    .print\:inline-block {
        display: inline-block
    }

    .print\:flex {
        display: flex
    }

    .print\:grid {
        display: grid
    }

    .print\:hidden {
        display: none
    }

    .print\:h-auto {
        height: auto
    }

    .print\:h-full {
        height: 100%
    }

    .print\:\!h-\[240px\] {
        height: 240px !important
    }

    .print\:\!min-h-min {
        min-height: -moz-min-content !important;
        min-height: min-content !important
    }

    .print\:w-full {
        width: 100%
    }

    .print\:w-auto {
        width: auto
    }

    .print\:w-\[307px\] {
        width: 307px
    }

    .print\:w-\[calc\(\(418\/970\)\*100\%\)\] {
        width: calc((418 / 970) * 100%)
    }

    .print\:\!w-full {
        width: 100% !important
    }

    .print\:\!w-\[302px\] {
        width: 302px !important
    }

    .print\:\!min-w-min {
        min-width: -moz-min-content !important;
        min-width: min-content !important
    }

    .print\:max-w-none {
        max-width: none
    }

    .print\:max-w-\[23\%\] {
        max-width: 23%
    }

    .print\:\!max-w-none {
        max-width: none !important
    }

    .print\:max-w-\[40\%\] {
        max-width: 40%
    }

    .print\:break-before-page {
        -moz-column-break-before: page;
        break-before: page
    }

    .print\:break-inside-avoid {
        -moz-column-break-inside: avoid;
        break-inside: avoid
    }

    .print\:grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr))
    }

    .print\:flex-wrap {
        flex-wrap: wrap
    }

    .print\:items-center {
        align-items: center
    }

    .print\:justify-between {
        justify-content: space-between
    }

    .print\:\!gap-x-3\.5 {
        -moz-column-gap: .875rem !important;
        column-gap: .875rem !important
    }

    .print\:\!gap-x-3 {
        -moz-column-gap: .75rem !important;
        column-gap: .75rem !important
    }

    .print\:gap-x-7\.5 {
        -moz-column-gap: 1.875rem;
        column-gap: 1.875rem
    }

    .print\:gap-x-7 {
        -moz-column-gap: 1.75rem;
        column-gap: 1.75rem
    }

    .print\:overflow-visible {
        overflow: visible
    }

    .print\:bg-white {
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255/var(--tw-bg-opacity))
    }

    .print\:p-0 {
        padding: 0
    }

    .print\:\!py-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .print\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .print\:pb-7\.5 {
        padding-bottom: 1.875rem
    }

    .print\:pb-7 {
        padding-bottom: 1.75rem
    }

    .print\:pl-\[80px\] {
        padding-left: 80px
    }

    .print\:pr-\[60px\] {
        padding-right: 60px
    }

    .print\:\!pt-\[130px\] {
        padding-top: 130px !important
    }

    .print\:\!pb-\[80px\] {
        padding-bottom: 80px !important
    }

    .print\:pb-5 {
        padding-bottom: 1.25rem
    }

    .print\:\!pb-\[44px\] {
        padding-bottom: 44px !important
    }

    .print\:align-top {
        vertical-align: top
    }

    .print\:text-black {
        --tw-text-opacity: 1;
        color: rgb(0 0 0/var(--tw-text-opacity))
    }

    .print\:underline {
        -webkit-text-decoration-line: underline;
        text-decoration-line: underline
    }

    .print\:shadow-none {
        --tw-shadow: 0 0 #0000;
        --tw-shadow-colored: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
    }

    .before\:print\:right-0:before {
        content: var(--tw-content);
        right: 0
    }

    .before\:print\:\!max-h-\[240px\]:before {
        content: var(--tw-content);
        max-height: 240px !important
    }

    .before\:print\:\!w-full:before {
        content: var(--tw-content);
        width: 100% !important
    }

    .before\:print\:\!max-w-none:before {
        content: var(--tw-content);
        max-width: none !important
    }

    .print\:last\:pb-0:last-child {
        padding-bottom: 0
    }
}

.\[\&\>\*\]\:mb-\[20px\]>* {
    margin-bottom: 20px
}

.\[\&\>\*\]\:mb-\[10px\]>* {
    margin-bottom: 10px
}

.\[\&\>\*\]\:mb-\[15px\]>* {
    margin-bottom: 15px
}

.\[\&\>\*\]\:leading-\[22\.4px\]>* {
    line-height: 22.4px
}

.last\:\[\&\>\*\]\:mb-0>:last-child {
    margin-bottom: 0
}

.\[\&\>\*\]\:hover\:last\:fill-maroon:last-child:hover>* {
    fill: #6a1b1f
}

@media (min-width:720px) {
    .md\:\[\&\>\*\]\:mb-\[15px\]>* {
        margin-bottom: 15px
    }

    .\[\&\>\*\]\:md\:leading-\[25px\]>* {
        line-height: 25px
    }
}

a:focus>.\[a\:focus\>\&\]\:text-maroon {
    --tw-text-opacity: 1;
    color: rgb(106 27 31/var(--tw-text-opacity))
}

a:focus>.\[a\:focus\>\&\]\:underline {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

@media (min-width:1280px) {
    .\[\&_img\]\:lg\:pr-7 img {
        padding-right: 1.75rem
    }
}

.\[\&_a\]\:font-bold a {
    font-weight: 700
}

.\[\&_a\]\:text-primaryRed a {
    --tw-text-opacity: 1;
    color: rgb(151 39 44/var(--tw-text-opacity))
}

.\[\&_a\]\:underline a {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.\[\&_a\]\:no-underline a {
    -webkit-text-decoration-line: none;
    text-decoration-line: none
}

.\[\&_a\]\:hover\:underline:hover a {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.\[\&_p\]\:leading-\[22\.4px\] p {
    line-height: 22.4px
}

@media (min-width:1440px) {
    .xl\:\[\&_p\]\:leading-\[25\.2px\] p {
        line-height: 25.2px
    }
}

.\[\&_button\]\:leading-\[22\.4px\] button {
    line-height: 22.4px
}

@media (min-width:1440px) {
    .xl\:\[\&_button\]\:leading-\[25\.2px\] button {
        line-height: 25.2px
    }
}

.\[\&\:hover\>span\]\:text-secondaryGray:hover>span {
    --tw-text-opacity: 1;
    color: rgb(83 97 113/var(--tw-text-opacity))
}

.\[\&\:disabled\>span\]\:text-primaryGray:disabled>span {
    --tw-text-opacity: 1;
    color: rgb(142 144 137/var(--tw-text-opacity))
}

.\[\&_svg\]\:w-4 svg {
    width: 1rem
}

.\[\&_svg\]\:w-\[13px\] svg {
    width: 13px
}

.\[\&_svg\]\:stroke-\[2px\] svg {
    stroke-width: 2px
}

.\[\&\>p\]\:whitespace-pre-line>p {
    white-space: pre-line
}

.\[\&\:focus-visible\]\:outline-0:focus-visible {
    outline-width: 0
}

a[href="de/careers.html"] {
    display: none !important;
}




#site-header .hidden>div:nth-of-type(2) {
    display: none !important;
}

#onetrust-consent-sdk,
#onetrust-banner-sdk {
    display: none !important;
}

button[aria-expanded="false"][aria-controls="language-picker-dropdown"] {
    display: none !important;
}
div.border-primaryLightGray a[href*="/careers"] {
  display: none !important;
}
li:has(a[href*="/careers"]) {
  display: none !important;
}
li:has(> a[href*="de/careers.html"]) {
  display: none !important;
}
li:has(> a[href*="careers.html"]) {
  display: none !important;
}
div:has(> a[href*="/careers"]) {
  display: none !important;
}
div:has(> a[href*="careers"]) {
    display: none !important;
}
/* div.py-\[25px\].border-primaryLightGray.uppercase {
  display: none !important;
} */