
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
}
*,
*::before,
*::after {
    box-sizing: inherit;
}
strong,
b {
    font-weight: 700;
}
body {
    margin: 0;
    color: rgba(27, 27, 27, 0.7);
    font-size: 1rem;
    font-weight: 500;
    line-height: 30px;
    font-family: "__Manrope_1b340f", "__Manrope_Fallback_1b340f", system-ui, sans-serif;
    background-color: #fff;
}
@media (max-width: 599.95px) {
    body {
        font-size: 0.875rem;
    }
}
@media print {
    body {
        background-color: #fff;
    }
}
body::backdrop {
    background-color: #fff;
}

@-webkit-keyframes mui-auto-fill {
    from {
        display: block;
    }
}
@keyframes mui-auto-fill {
    from {
        display: block;
    }
}
@-webkit-keyframes mui-auto-fill-cancel {
    from {
        display: block;
    }
}
@keyframes mui-auto-fill-cancel {
    from {
        display: block;
    }
}

.mui-9ix7fq {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    right: -100px;
    top: 38%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 1005;
}
@media (min-width: 0px) {
    .mui-9ix7fq {
        display: none;
    }
}
@media (min-width: 1200px) {
    .mui-9ix7fq {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}
.mui-9ix7fq button {
    border-radius: 20px 20px 0px 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    padding-right: 20px;
}
.mui-9ix7fq button::after {
    border-radius: 22px 22px 0px 0px;
}
.mui-15g9w7p {
    font-family: "__Manrope_1b340f", "__Manrope_Fallback_1b340f", system-ui, sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.75;
    text-transform: uppercase;
    min-width: 64px;
    padding: 6px 16px;
    border: 0;
    border-radius: 8px;
    -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
        color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    --variant-textColor: #bb0f30;
    --variant-outlinedColor: #bb0f30;
    --variant-outlinedBorder: rgba(187, 15, 48, 0.5);
    --variant-containedColor: #fff;
    --variant-containedBg: #bb0f30;
    box-shadow: none;
    text-transform: unset;
    -webkit-transition: background 0.3s ease, color 0.3s ease, opacity 0.3s ease, border-color 0.3s ease;
    transition: background 0.3s ease, color 0.3s ease, opacity 0.3s ease, border-color 0.3s ease;
    position: relative;
    outline: none;
    -webkit-text-decoration: none;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    border: none;
    border-radius: 100px;
    background: linear-gradient(to bottom, #1A6DA5,#3498DB);
    color: #fff;
    font-weight: 500;
    font-family: "__Manrope_1b340f", "__Manrope_Fallback_1b340f", system-ui, sans-serif;
    z-index: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
}
.mui-15g9w7p:hover {
    -webkit-text-decoration: none;
    text-decoration: none;
}
.mui-15g9w7p.Mui-disabled {
    color: rgba(0, 0, 0, 0.26);
}
@media (hover: hover) {
    .mui-15g9w7p:hover {
        --variant-containedBg: rgb(130, 10, 33);
        --variant-textBg: rgba(187, 15, 48, 0.04);
        --variant-outlinedBorder: #bb0f30;
        --variant-outlinedBg: rgba(187, 15, 48, 0.04);
    }
}
.mui-15g9w7p:hover {
    box-shadow: none;
}
.mui-15g9w7p.Mui-focusVisible {
    box-shadow: none;
}
.mui-15g9w7p:active {
    box-shadow: none;
}
.mui-15g9w7p.Mui-disabled {
    box-shadow: none;
}
@media (min-width: 0px) {
    .mui-15g9w7p {
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 16px;
        padding-right: 16px;
        font-size: 0.875rem;
    }
}
@media (min-width: 1200px) {
    .mui-15g9w7p {
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 32px;
        padding-right: 32px;
        font-size: 1.125rem;
    }
}
.mui-15g9w7p:hover {
    -webkit-animation: sh0 0.5s ease-in-out both;
    animation: sh0 0.5s ease-in-out both;
}
.mui-15g9w7p::before,
.mui-15g9w7p::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background: #fff;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.15s cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: transform 0.15s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.15s cubic-bezier(0.02, 0.01, 0.47, 1);
    z-index: -1;
    -webkit-transform: translate(100%, -25%) translate3d(0, 0, 0);
    -moz-transform: translate(100%, -25%) translate3d(0, 0, 0);
    -ms-transform: translate(100%, -25%) translate3d(0, 0, 0);
    transform: translate(100%, -25%) translate3d(0, 0, 0);
}
.mui-15g9w7p:hover::before,
.mui-15g9w7p:hover::after {
    opacity: 0.15;
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.2s cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: transform 0.2s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.2s cubic-bezier(0.02, 0.01, 0.47, 1);
}
.mui-15g9w7p:hover::before {
    -webkit-transform: translate3d(50%, 0, 0) scale(0.9);
    -moz-transform: translate3d(50%, 0, 0) scale(0.9);
    -ms-transform: translate3d(50%, 0, 0) scale(0.9);
    transform: translate3d(50%, 0, 0) scale(0.9);
}
.mui-15g9w7p:hover::after {
    -webkit-transform: translate(50%, 0) scale(1.1);
    -moz-transform: translate(50%, 0) scale(1.1);
    -ms-transform: translate(50%, 0) scale(1.1);
    transform: translate(50%, 0) scale(1.1);
    border-radius: 100px;
}
@-webkit-keyframes sh0 {
    0% {
        -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
        -moz-transform: rotate(0deg) translate3d(0, 0, 0);
        -ms-transform: rotate(0deg) translate3d(0, 0, 0);
        transform: rotate(0deg) translate3d(0, 0, 0);
    }
    25% {
        -webkit-transform: rotate(7deg) translate3d(0, 0, 0);
        -moz-transform: rotate(7deg) translate3d(0, 0, 0);
        -ms-transform: rotate(7deg) translate3d(0, 0, 0);
        transform: rotate(7deg) translate3d(0, 0, 0);
    }
    50% {
        -webkit-transform: rotate(-7deg) translate3d(0, 0, 0);
        -moz-transform: rotate(-7deg) translate3d(0, 0, 0);
        -ms-transform: rotate(-7deg) translate3d(0, 0, 0);
        transform: rotate(-7deg) translate3d(0, 0, 0);
    }
    75% {
        -webkit-transform: rotate(1deg) translate3d(0, 0, 0);
        -moz-transform: rotate(1deg) translate3d(0, 0, 0);
        -ms-transform: rotate(1deg) translate3d(0, 0, 0);
        transform: rotate(1deg) translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
        -moz-transform: rotate(0deg) translate3d(0, 0, 0);
        -ms-transform: rotate(0deg) translate3d(0, 0, 0);
        transform: rotate(0deg) translate3d(0, 0, 0);
    }
}
@keyframes sh0 {
    0% {
        -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
        -moz-transform: rotate(0deg) translate3d(0, 0, 0);
        -ms-transform: rotate(0deg) translate3d(0, 0, 0);
        transform: rotate(0deg) translate3d(0, 0, 0);
    }
    25% {
        -webkit-transform: rotate(7deg) translate3d(0, 0, 0);
        -moz-transform: rotate(7deg) translate3d(0, 0, 0);
        -ms-transform: rotate(7deg) translate3d(0, 0, 0);
        transform: rotate(7deg) translate3d(0, 0, 0);
    }
    50% {
        -webkit-transform: rotate(-7deg) translate3d(0, 0, 0);
        -moz-transform: rotate(-7deg) translate3d(0, 0, 0);
        -ms-transform: rotate(-7deg) translate3d(0, 0, 0);
        transform: rotate(-7deg) translate3d(0, 0, 0);
    }
    75% {
        -webkit-transform: rotate(1deg) translate3d(0, 0, 0);
        -moz-transform: rotate(1deg) translate3d(0, 0, 0);
        -ms-transform: rotate(1deg) translate3d(0, 0, 0);
        transform: rotate(1deg) translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
        -moz-transform: rotate(0deg) translate3d(0, 0, 0);
        -ms-transform: rotate(0deg) translate3d(0, 0, 0);
        transform: rotate(0deg) translate3d(0, 0, 0);
    }
}
.mui-1uqcpmw {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0;
    border: 0;
    margin: 0;
    border-radius: 0;
    padding: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-text-decoration: none;
    text-decoration: none;
    color: inherit;
    font-family: "__Manrope_1b340f", "__Manrope_Fallback_1b340f", system-ui, sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.75;
    text-transform: uppercase;
    min-width: 64px;
    padding: 6px 16px;
    border: 0;
    border-radius: 8px;
    -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
        color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    --variant-textColor: #bb0f30;
    --variant-outlinedColor: #bb0f30;
    --variant-outlinedBorder: rgba(187, 15, 48, 0.5);
    --variant-containedColor: #fff;
    --variant-containedBg: #bb0f30;
    box-shadow: none;
    text-transform: unset;
    -webkit-transition: background 0.3s ease, color 0.3s ease, opacity 0.3s ease, border-color 0.3s ease;
    transition: background 0.3s ease, color 0.3s ease, opacity 0.3s ease, border-color 0.3s ease;
    position: relative;
    outline: none;
    -webkit-text-decoration: none;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    border: none;
    border-radius: 100px;
    background: linear-gradient(to bottom, #1A6DA5,#3498DB);
    color: #fff;
    font-weight: 500;
    font-family: "__Manrope_1b340f", "__Manrope_Fallback_1b340f", system-ui, sans-serif;
    z-index: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
}
.mui-1uqcpmw::-moz-focus-inner {
    border-style: none;
}
.mui-1uqcpmw.Mui-disabled {
    pointer-events: none;
    cursor: default;
}
@media print {
    .mui-1uqcpmw {
        -webkit-print-color-adjust: exact;
        color-adjust: exact;
    }
}
.mui-1uqcpmw:hover {
    -webkit-text-decoration: none;
    text-decoration: none;
}
.mui-1uqcpmw.Mui-disabled {
    color: rgba(0, 0, 0, 0.26);
}
@media (hover: hover) {
    .mui-1uqcpmw:hover {
        --variant-containedBg: rgb(130, 10, 33);
        --variant-textBg: rgba(187, 15, 48, 0.04);
        --variant-outlinedBorder: #bb0f30;
        --variant-outlinedBg: rgba(187, 15, 48, 0.04);
    }
}
.mui-1uqcpmw:hover {
    box-shadow: none;
}
.mui-1uqcpmw.Mui-focusVisible {
    box-shadow: none;
}
.mui-1uqcpmw:active {
    box-shadow: none;
}
.mui-1uqcpmw.Mui-disabled {
    box-shadow: none;
}
@media (min-width: 0px) {
    .mui-1uqcpmw {
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 16px;
        padding-right: 16px;
        font-size: 0.875rem;
    }
}
@media (min-width: 1200px) {
    .mui-1uqcpmw {
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 32px;
        padding-right: 32px;
        font-size: 1.125rem;
    }
}
.mui-1uqcpmw:hover {
    -webkit-animation: sh0 0.5s ease-in-out both;
    animation: sh0 0.5s ease-in-out both;
}
.mui-1uqcpmw::before,
.mui-1uqcpmw::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background: #fff;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.15s cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: transform 0.15s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.15s cubic-bezier(0.02, 0.01, 0.47, 1);
    z-index: -1;
    -webkit-transform: translate(100%, -25%) translate3d(0, 0, 0);
    -moz-transform: translate(100%, -25%) translate3d(0, 0, 0);
    -ms-transform: translate(100%, -25%) translate3d(0, 0, 0);
    transform: translate(100%, -25%) translate3d(0, 0, 0);
}
.mui-1uqcpmw:hover::before,
.mui-1uqcpmw:hover::after {
    opacity: 0.15;
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.2s cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: transform 0.2s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.2s cubic-bezier(0.02, 0.01, 0.47, 1);
}
.mui-1uqcpmw:hover::before {
    -webkit-transform: translate3d(50%, 0, 0) scale(0.9);
    -moz-transform: translate3d(50%, 0, 0) scale(0.9);
    -ms-transform: translate3d(50%, 0, 0) scale(0.9);
    transform: translate3d(50%, 0, 0) scale(0.9);
}
.mui-1uqcpmw:hover::after {
    -webkit-transform: translate(50%, 0) scale(1.1);
    -moz-transform: translate(50%, 0) scale(1.1);
    -ms-transform: translate(50%, 0) scale(1.1);
    transform: translate(50%, 0) scale(1.1);
    border-radius: 100px;
}
@-webkit-keyframes sh0 {
    0% {
        -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
        -moz-transform: rotate(0deg) translate3d(0, 0, 0);
        -ms-transform: rotate(0deg) translate3d(0, 0, 0);
        transform: rotate(0deg) translate3d(0, 0, 0);
    }
    25% {
        -webkit-transform: rotate(7deg) translate3d(0, 0, 0);
        -moz-transform: rotate(7deg) translate3d(0, 0, 0);
        -ms-transform: rotate(7deg) translate3d(0, 0, 0);
        transform: rotate(7deg) translate3d(0, 0, 0);
    }
    50% {
        -webkit-transform: rotate(-7deg) translate3d(0, 0, 0);
        -moz-transform: rotate(-7deg) translate3d(0, 0, 0);
        -ms-transform: rotate(-7deg) translate3d(0, 0, 0);
        transform: rotate(-7deg) translate3d(0, 0, 0);
    }
    75% {
        -webkit-transform: rotate(1deg) translate3d(0, 0, 0);
        -moz-transform: rotate(1deg) translate3d(0, 0, 0);
        -ms-transform: rotate(1deg) translate3d(0, 0, 0);
        transform: rotate(1deg) translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
        -moz-transform: rotate(0deg) translate3d(0, 0, 0);
        -ms-transform: rotate(0deg) translate3d(0, 0, 0);
        transform: rotate(0deg) translate3d(0, 0, 0);
    }
}
@keyframes sh0 {
    0% {
        -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
        -moz-transform: rotate(0deg) translate3d(0, 0, 0);
        -ms-transform: rotate(0deg) translate3d(0, 0, 0);
        transform: rotate(0deg) translate3d(0, 0, 0);
    }
    25% {
        -webkit-transform: rotate(7deg) translate3d(0, 0, 0);
        -moz-transform: rotate(7deg) translate3d(0, 0, 0);
        -ms-transform: rotate(7deg) translate3d(0, 0, 0);
        transform: rotate(7deg) translate3d(0, 0, 0);
    }
    50% {
        -webkit-transform: rotate(-7deg) translate3d(0, 0, 0);
        -moz-transform: rotate(-7deg) translate3d(0, 0, 0);
        -ms-transform: rotate(-7deg) translate3d(0, 0, 0);
        transform: rotate(-7deg) translate3d(0, 0, 0);
    }
    75% {
        -webkit-transform: rotate(1deg) translate3d(0, 0, 0);
        -moz-transform: rotate(1deg) translate3d(0, 0, 0);
        -ms-transform: rotate(1deg) translate3d(0, 0, 0);
        transform: rotate(1deg) translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
        -moz-transform: rotate(0deg) translate3d(0, 0, 0);
        -ms-transform: rotate(0deg) translate3d(0, 0, 0);
        transform: rotate(0deg) translate3d(0, 0, 0);
    }
}
@media print {
    .mui-191wgoz {
        position: absolute !important;
    }
}
.mui-191wgoz .MuiDialog-paper {
    overflow: visible;
}
@media (min-width: 0px) {
    .mui-191wgoz .MuiDialog-paper {
        height: calc(100% - 32px);
    }
}
@media (min-width: 900px) {
    .mui-191wgoz .MuiDialog-paper {
        height: auto;
    }
}
.mui-8ffdnj {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 1005;
    background-color: #00aff0;
    border-radius: 256px;
    padding: 8px;
}
.mui-1pghwag {
    text-align: center;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 1.5rem;
    padding: 8px;
    border-radius: 50%;
    color: rgba(0, 0, 0, 0.54);
    -webkit-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.mui-1pghwag.Mui-disabled {
    background-color: transparent;
    color: rgba(0, 0, 0, 0.26);
}
.mui-j5v4ud {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0;
    border: 0;
    margin: 0;
    border-radius: 0;
    padding: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-text-decoration: none;
    text-decoration: none;
    color: inherit;
    text-align: center;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 1.5rem;
    padding: 8px;
    border-radius: 50%;
    color: rgba(0, 0, 0, 0.54);
    -webkit-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.mui-j5v4ud::-moz-focus-inner {
    border-style: none;
}
.mui-j5v4ud.Mui-disabled {
    pointer-events: none;
    cursor: default;
}
@media print {
    .mui-j5v4ud {
        -webkit-print-color-adjust: exact;
        color-adjust: exact;
    }
}
.mui-j5v4ud.Mui-disabled {
    background-color: transparent;
    color: rgba(0, 0, 0, 0.26);
}
.mui-davjjq {
    font-family: "__Manrope_1b340f", "__Manrope_Fallback_1b340f", system-ui, sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.75;
    text-transform: uppercase;
    min-height: 36px;
    -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-radius: 50%;
    padding: 0;
    min-width: 0;
    width: 56px;
    height: 56px;
    z-index: 1050;
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
    color: rgba(0, 0, 0, 0.87);
    background-color: #e0e0e0;
    color: #fff;
    background-color: #bb0f30;
    position: fixed;
    right: 30px;
}
.mui-davjjq:active {
    box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.mui-davjjq:hover {
    background-color: #f5f5f5;
    -webkit-text-decoration: none;
    text-decoration: none;
}
@media (hover: none) {
    .mui-davjjq:hover {
        background-color: #e0e0e0;
    }
}
.mui-davjjq.Mui-focusVisible {
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.mui-davjjq:hover {
    background-color: rgb(130, 10, 33);
}
@media (hover: none) {
    .mui-davjjq:hover {
        background-color: #bb0f30;
    }
}
.mui-davjjq.Mui-disabled {
    color: rgba(0, 0, 0, 0.26);
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0.12);
}
@media (min-width: 0px) {
    .mui-davjjq {
        bottom: 110px;
    }
}
@media (min-width: 900px) {
    .mui-davjjq {
        bottom: 110px;
    }
}
.mui-1b5v07t {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0;
    border: 0;
    margin: 0;
    border-radius: 0;
    padding: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-text-decoration: none;
    text-decoration: none;
    color: inherit;
    font-family: "__Manrope_1b340f", "__Manrope_Fallback_1b340f", system-ui, sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.75;
    text-transform: uppercase;
    min-height: 36px;
    -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-radius: 50%;
    padding: 0;
    min-width: 0;
    width: 56px;
    height: 56px;
    z-index: 1050;
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
    color: rgba(0, 0, 0, 0.87);
    background-color: #e0e0e0;
    color: #fff;
    background-color: #bb0f30;
    position: fixed;
    right: 30px;
}
.mui-1b5v07t::-moz-focus-inner {
    border-style: none;
}
.mui-1b5v07t.Mui-disabled {
    pointer-events: none;
    cursor: default;
}
@media print {
    .mui-1b5v07t {
        -webkit-print-color-adjust: exact;
        color-adjust: exact;
    }
}
.mui-1b5v07t:active {
    box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.mui-1b5v07t:hover {
    background-color: #f5f5f5;
    -webkit-text-decoration: none;
    text-decoration: none;
}
@media (hover: none) {
    .mui-1b5v07t:hover {
        background-color: #e0e0e0;
    }
}
.mui-1b5v07t.Mui-focusVisible {
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.mui-1b5v07t:hover {
    background-color: rgb(130, 10, 33);
}
@media (hover: none) {
    .mui-1b5v07t:hover {
        background-color: #bb0f30;
    }
}
.mui-1b5v07t.Mui-disabled {
    color: rgba(0, 0, 0, 0.26);
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0.12);
}
@media (min-width: 0px) {
    .mui-1b5v07t {
        bottom: 110px;
    }
}
@media (min-width: 900px) {
    .mui-1b5v07t {
        bottom: 110px;
    }
}
.mui-90705s {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1100;
}
.mui-r6jkgu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 8px;
    padding-bottom: 8px;
    background: #ffffff;
}
.mui-r6jkgu.scrolled {
    box-shadow: 5px 10px 20px 0px rgba(47, 36, 63, 0.16);
}
.mui-blgvye {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (min-width: 0px) {
    .mui-blgvye {
        gap: 16px;
    }
}
@media (min-width: 1200px) {
    .mui-blgvye {
        gap: 40px;
    }
}
.mui-1r4os6u {
    width: 100%;
    margin-left: auto;
    box-sizing: border-box;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    max-width: 1200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (min-width: 600px) {
    .mui-1r4os6u {
        padding-left: 24px;
        padding-right: 24px;
    }
}
@media (min-width: 0px) {
    .mui-1r4os6u {
        gap: 16px;
    }
}
@media (min-width: 1200px) {
    .mui-1r4os6u {
        gap: 40px;
    }
}
.mui-1ptfhxg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (min-width: 0px) {
    .mui-1ptfhxg {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}
@media (min-width: 1200px) {
    .mui-1ptfhxg {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }
}
.mui-1d3mm9b {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
}
@media (min-width: 0px) {
    .mui-1d3mm9b {
        width: 140px;
        height: 28px;
    }
}
@media (min-width: 600px) {
    .mui-1d3mm9b {
        width: 150px;
        height: 32px;
    }
}
@media (min-width: 900px) {
    .mui-1d3mm9b {
        width: 200px;
        height: 42px;
    }
}
.mui-ne7phh {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
@media (min-width: 0px) {
    .mui-ne7phh {
        display: none;
    }
}
@media (min-width: 1200px) {
    .mui-ne7phh {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}
.mui-135yruh {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
}
@media (min-width: 0px) {
    .mui-135yruh {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media (min-width: 1200px) {
    .mui-135yruh {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
.mui-1g741k6 {
    gap: 16px;
}
.mui-1g741k6 a[href="#"] {
    cursor: default;
}
.mui-15734rf {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0;
    border: 0;
    margin: 0;
    border-radius: 0;
    padding: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-text-decoration: none;
    text-decoration: none;
    color: inherit;
    color: #1b1b1b;
    cursor: pointer;
}
.mui-15734rf::-moz-focus-inner {
    border-style: none;
}
.mui-15734rf.Mui-disabled {
    pointer-events: none;
    cursor: default;
}
@media print {
    .mui-15734rf {
        -webkit-print-color-adjust: exact;
        color-adjust: exact;
    }
}
.mui-15734rf:hover {
    color: #bb0f30;
}
.mui-nnl12s {
    width: 100%;
    z-index: 1099;
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.5s ease, transform 0.3s ease;
    pointer-events: none;
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
}
.mui-1m259js {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0;
    border: 0;
    margin: 0;
    border-radius: 0;
    padding: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-text-decoration: none;
    text-decoration: none;
    color: inherit;
    color: #bb0f30;
    cursor: pointer;
}
.mui-1m259js::-moz-focus-inner {
    border-style: none;
}
.mui-1m259js.Mui-disabled {
    pointer-events: none;
    cursor: default;
}
@media print {
    .mui-1m259js {
        -webkit-print-color-adjust: exact;
        color-adjust: exact;
    }
}
.mui-1m259js:hover {
    color: #bb0f30;
}
.mui-kudth8 {
    font-family: "__Manrope_1b340f", "__Manrope_Fallback_1b340f", system-ui, sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.75;
    text-transform: uppercase;
    min-width: 64px;
    padding: 6px 16px;
    border: 0;
    border-radius: 8px;
    -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
        color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    --variant-textColor: #bb0f30;
    --variant-outlinedColor: #bb0f30;
    --variant-outlinedBorder: rgba(187, 15, 48, 0.5);
    --variant-containedColor: #fff;
    --variant-containedBg: #bb0f30;
    box-shadow: none;
    text-transform: unset;
    -webkit-transition: background 0.3s ease, color 0.3s ease, opacity 0.3s ease, border-color 0.3s ease;
    transition: background 0.3s ease, color 0.3s ease, opacity 0.3s ease, border-color 0.3s ease;
    position: relative;
    outline: none;
    -webkit-text-decoration: none;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    border: none;
    border-radius: 100px;
     background: linear-gradient(to bottom, #1A6DA5,#3498DB);
    color: #fff;
    font-weight: 500;
    font-family: "__Manrope_1b340f", "__Manrope_Fallback_1b340f", system-ui, sans-serif;
    z-index: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
}
.mui-kudth8:hover {
    -webkit-text-decoration: none;
    text-decoration: none;
}
.mui-kudth8.Mui-disabled {
    color: rgba(0, 0, 0, 0.26);
}
@media (hover: hover) {
    .mui-kudth8:hover {
        --variant-containedBg: rgb(130, 10, 33);
        --variant-textBg: rgba(187, 15, 48, 0.04);
        --variant-outlinedBorder: #bb0f30;
        --variant-outlinedBg: rgba(187, 15, 48, 0.04);
    }
}
.mui-kudth8:hover {
    box-shadow: none;
}
.mui-kudth8.Mui-focusVisible {
    box-shadow: none;
}
.mui-kudth8:active {
    box-shadow: none;
}
.mui-kudth8.Mui-disabled {
    box-shadow: none;
}
@media (min-width: 0px) {
    .mui-kudth8 {
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 16px;
        padding-right: 16px;
        font-size: 0.875rem;
    }
}
@media (min-width: 1200px) {
    .mui-kudth8 {
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 32px;
        padding-right: 32px;
        font-size: 1.125rem;
    }
}
.mui-kudth8:hover {
    -webkit-animation: sh0 0.5s ease-in-out both;
    animation: sh0 0.5s ease-in-out both;
}
.mui-kudth8::before,
.mui-kudth8::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background: #fff;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.15s cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: transform 0.15s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.15s cubic-bezier(0.02, 0.01, 0.47, 1);
    z-index: -1;
    -webkit-transform: translate(100%, -25%) translate3d(0, 0, 0);
    -moz-transform: translate(100%, -25%) translate3d(0, 0, 0);
    -ms-transform: translate(100%, -25%) translate3d(0, 0, 0);
    transform: translate(100%, -25%) translate3d(0, 0, 0);
}
.mui-kudth8:hover::before,
.mui-kudth8:hover::after {
    opacity: 0.15;
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.2s cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: transform 0.2s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.2s cubic-bezier(0.02, 0.01, 0.47, 1);
}
.mui-kudth8:hover::before {
    -webkit-transform: translate3d(50%, 0, 0) scale(0.9);
    -moz-transform: translate3d(50%, 0, 0) scale(0.9);
    -ms-transform: translate3d(50%, 0, 0) scale(0.9);
    transform: translate3d(50%, 0, 0) scale(0.9);
}
.mui-kudth8:hover::after {
    -webkit-transform: translate(50%, 0) scale(1.1);
    -moz-transform: translate(50%, 0) scale(1.1);
    -ms-transform: translate(50%, 0) scale(1.1);
    transform: translate(50%, 0) scale(1.1);
    border-radius: 100px;
}
@-webkit-keyframes sh0 {
    0% {
        -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
        -moz-transform: rotate(0deg) translate3d(0, 0, 0);
        -ms-transform: rotate(0deg) translate3d(0, 0, 0);
        transform: rotate(0deg) translate3d(0, 0, 0);
    }
    25% {
        -webkit-transform: rotate(7deg) translate3d(0, 0, 0);
        -moz-transform: rotate(7deg) translate3d(0, 0, 0);
        -ms-transform: rotate(7deg) translate3d(0, 0, 0);
        transform: rotate(7deg) translate3d(0, 0, 0);
    }
    50% {
        -webkit-transform: rotate(-7deg) translate3d(0, 0, 0);
        -moz-transform: rotate(-7deg) translate3d(0, 0, 0);
        -ms-transform: rotate(-7deg) translate3d(0, 0, 0);
        transform: rotate(-7deg) translate3d(0, 0, 0);
    }
    75% {
        -webkit-transform: rotate(1deg) translate3d(0, 0, 0);
        -moz-transform: rotate(1deg) translate3d(0, 0, 0);
        -ms-transform: rotate(1deg) translate3d(0, 0, 0);
        transform: rotate(1deg) translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
        -moz-transform: rotate(0deg) translate3d(0, 0, 0);
        -ms-transform: rotate(0deg) translate3d(0, 0, 0);
        transform: rotate(0deg) translate3d(0, 0, 0);
    }
}
@keyframes sh0 {
    0% {
        -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
        -moz-transform: rotate(0deg) translate3d(0, 0, 0);
        -ms-transform: rotate(0deg) translate3d(0, 0, 0);
        transform: rotate(0deg) translate3d(0, 0, 0);
    }
    25% {
        -webkit-transform: rotate(7deg) translate3d(0, 0, 0);
        -moz-transform: rotate(7deg) translate3d(0, 0, 0);
        -ms-transform: rotate(7deg) translate3d(0, 0, 0);
        transform: rotate(7deg) translate3d(0, 0, 0);
    }
    50% {
        -webkit-transform: rotate(-7deg) translate3d(0, 0, 0);
        -moz-transform: rotate(-7deg) translate3d(0, 0, 0);
        -ms-transform: rotate(-7deg) translate3d(0, 0, 0);
        transform: rotate(-7deg) translate3d(0, 0, 0);
    }
    75% {
        -webkit-transform: rotate(1deg) translate3d(0, 0, 0);
        -moz-transform: rotate(1deg) translate3d(0, 0, 0);
        -ms-transform: rotate(1deg) translate3d(0, 0, 0);
        transform: rotate(1deg) translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
        -moz-transform: rotate(0deg) translate3d(0, 0, 0);
        -ms-transform: rotate(0deg) translate3d(0, 0, 0);
        transform: rotate(0deg) translate3d(0, 0, 0);
    }
}
@media (min-width: 0px) {
    .mui-kudth8 {
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 12px;
        padding-right: 12px;
    }
}
@media (min-width: 1200px) {
    .mui-kudth8 {
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 32px;
        padding-right: 32px;
    }
}
.mui-1sliylg {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0;
    border: 0;
    margin: 0;
    border-radius: 0;
    padding: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-text-decoration: none;
    text-decoration: none;
    color: inherit;
    font-family: "__Manrope_1b340f", "__Manrope_Fallback_1b340f", system-ui, sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.75;
    text-transform: uppercase;
    min-width: 64px;
    padding: 6px 16px;
    border: 0;
    border-radius: 8px;
    -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
        color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    --variant-textColor: #bb0f30;
    --variant-outlinedColor: #bb0f30;
    --variant-outlinedBorder: rgba(187, 15, 48, 0.5);
    --variant-containedColor: #fff;
    --variant-containedBg: #bb0f30;
    box-shadow: none;
    text-transform: unset;
    -webkit-transition: background 0.3s ease, color 0.3s ease, opacity 0.3s ease, border-color 0.3s ease;
    transition: background 0.3s ease, color 0.3s ease, opacity 0.3s ease, border-color 0.3s ease;
    position: relative;
    outline: none;
    -webkit-text-decoration: none;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    border: none;
    border-radius: 100px;
    background: linear-gradient(94.77deg, #176AB3 -1.95%, #bb0f30 110.44%);
    color: #fff;
    font-weight: 500;
    font-family: "__Manrope_1b340f", "__Manrope_Fallback_1b340f", system-ui, sans-serif;
    z-index: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
}
.mui-1sliylg::-moz-focus-inner {
    border-style: none;
}
.mui-1sliylg.Mui-disabled {
    pointer-events: none;
    cursor: default;
}
@media print {
    .mui-1sliylg {
        -webkit-print-color-adjust: exact;
        color-adjust: exact;
    }
}
.mui-1sliylg:hover {
    -webkit-text-decoration: none;
    text-decoration: none;
}
.mui-1sliylg.Mui-disabled {
    color: rgba(0, 0, 0, 0.26);
}
@media (hover: hover) {
    .mui-1sliylg:hover {
        --variant-containedBg: rgb(130, 10, 33);
        --variant-textBg: rgba(187, 15, 48, 0.04);
        --variant-outlinedBorder: #bb0f30;
        --variant-outlinedBg: rgba(187, 15, 48, 0.04);
    }
}
.mui-1sliylg:hover {
    box-shadow: none;
}
.mui-1sliylg.Mui-focusVisible {
    box-shadow: none;
}
.mui-1sliylg:active {
    box-shadow: none;
}
.mui-1sliylg.Mui-disabled {
    box-shadow: none;
}
@media (min-width: 0px) {
    .mui-1sliylg {
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 16px;
        padding-right: 16px;
        font-size: 0.875rem;
    }
}
@media (min-width: 1200px) {
    .mui-1sliylg {
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 32px;
        padding-right: 32px;
        font-size: 1.125rem;
    }
}
.mui-1sliylg:hover {
    -webkit-animation: sh0 0.5s ease-in-out both;
    animation: sh0 0.5s ease-in-out both;
}
.mui-1sliylg::before,
.mui-1sliylg::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background: #fff;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.15s cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: transform 0.15s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.15s cubic-bezier(0.02, 0.01, 0.47, 1);
    z-index: -1;
    -webkit-transform: translate(100%, -25%) translate3d(0, 0, 0);
    -moz-transform: translate(100%, -25%) translate3d(0, 0, 0);
    -ms-transform: translate(100%, -25%) translate3d(0, 0, 0);
    transform: translate(100%, -25%) translate3d(0, 0, 0);
}
.mui-1sliylg:hover::before,
.mui-1sliylg:hover::after {
    opacity: 0.15;
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.2s cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: transform 0.2s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.2s cubic-bezier(0.02, 0.01, 0.47, 1);
}
.mui-1sliylg:hover::before {
    -webkit-transform: translate3d(50%, 0, 0) scale(0.9);
    -moz-transform: translate3d(50%, 0, 0) scale(0.9);
    -ms-transform: translate3d(50%, 0, 0) scale(0.9);
    transform: translate3d(50%, 0, 0) scale(0.9);
}
.mui-1sliylg:hover::after {
    -webkit-transform: translate(50%, 0) scale(1.1);
    -moz-transform: translate(50%, 0) scale(1.1);
    -ms-transform: translate(50%, 0) scale(1.1);
    transform: translate(50%, 0) scale(1.1);
    border-radius: 100px;
}
@-webkit-keyframes sh0 {
    0% {
        -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
        -moz-transform: rotate(0deg) translate3d(0, 0, 0);
        -ms-transform: rotate(0deg) translate3d(0, 0, 0);
        transform: rotate(0deg) translate3d(0, 0, 0);
    }
    25% {
        -webkit-transform: rotate(7deg) translate3d(0, 0, 0);
        -moz-transform: rotate(7deg) translate3d(0, 0, 0);
        -ms-transform: rotate(7deg) translate3d(0, 0, 0);
        transform: rotate(7deg) translate3d(0, 0, 0);
    }
    50% {
        -webkit-transform: rotate(-7deg) translate3d(0, 0, 0);
        -moz-transform: rotate(-7deg) translate3d(0, 0, 0);
        -ms-transform: rotate(-7deg) translate3d(0, 0, 0);
        transform: rotate(-7deg) translate3d(0, 0, 0);
    }
    75% {
        -webkit-transform: rotate(1deg) translate3d(0, 0, 0);
        -moz-transform: rotate(1deg) translate3d(0, 0, 0);
        -ms-transform: rotate(1deg) translate3d(0, 0, 0);
        transform: rotate(1deg) translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
        -moz-transform: rotate(0deg) translate3d(0, 0, 0);
        -ms-transform: rotate(0deg) translate3d(0, 0, 0);
        transform: rotate(0deg) translate3d(0, 0, 0);
    }
}
@keyframes sh0 {
    0% {
        -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
        -moz-transform: rotate(0deg) translate3d(0, 0, 0);
        -ms-transform: rotate(0deg) translate3d(0, 0, 0);
        transform: rotate(0deg) translate3d(0, 0, 0);
    }
    25% {
        -webkit-transform: rotate(7deg) translate3d(0, 0, 0);
        -moz-transform: rotate(7deg) translate3d(0, 0, 0);
        -ms-transform: rotate(7deg) translate3d(0, 0, 0);
        transform: rotate(7deg) translate3d(0, 0, 0);
    }
    50% {
        -webkit-transform: rotate(-7deg) translate3d(0, 0, 0);
        -moz-transform: rotate(-7deg) translate3d(0, 0, 0);
        -ms-transform: rotate(-7deg) translate3d(0, 0, 0);
        transform: rotate(-7deg) translate3d(0, 0, 0);
    }
    75% {
        -webkit-transform: rotate(1deg) translate3d(0, 0, 0);
        -moz-transform: rotate(1deg) translate3d(0, 0, 0);
        -ms-transform: rotate(1deg) translate3d(0, 0, 0);
        transform: rotate(1deg) translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
        -moz-transform: rotate(0deg) translate3d(0, 0, 0);
        -ms-transform: rotate(0deg) translate3d(0, 0, 0);
        transform: rotate(0deg) translate3d(0, 0, 0);
    }
}
@media (min-width: 0px) {
    .mui-1sliylg {
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 12px;
        padding-right: 12px;
    }
}
@media (min-width: 1200px) {
    .mui-1sliylg {
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 32px;
        padding-right: 32px;
    }
}
.mui-vxkqxi {
    text-align: center;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 1.5rem;
    padding: 8px;
    border-radius: 50%;
    color: rgba(0, 0, 0, 0.54);
    -webkit-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    margin-left: -12px;
}
.mui-vxkqxi:hover {
    background-color: rgba(0, 0, 0, 0.04);
}
@media (hover: none) {
    .mui-vxkqxi:hover {
        background-color: transparent;
    }
}
.mui-vxkqxi.Mui-disabled {
    background-color: transparent;
    color: rgba(0, 0, 0, 0.26);
}
@media (min-width: 1200px) {
    .mui-vxkqxi {
        display: none;
    }
}
.mui-y2mytk {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0;
    border: 0;
    margin: 0;
    border-radius: 0;
    padding: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-text-decoration: none;
    text-decoration: none;
    color: inherit;
    text-align: center;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 1.5rem;
    padding: 8px;
    border-radius: 50%;
    color: rgba(0, 0, 0, 0.54);
    -webkit-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    margin-left: -12px;
}
.mui-y2mytk::-moz-focus-inner {
    border-style: none;
}
.mui-y2mytk.Mui-disabled {
    pointer-events: none;
    cursor: default;
}
@media print {
    .mui-y2mytk {
        -webkit-print-color-adjust: exact;
        color-adjust: exact;
    }
}
.mui-y2mytk:hover {
    background-color: rgba(0, 0, 0, 0.04);
}
@media (hover: none) {
    .mui-y2mytk:hover {
        background-color: transparent;
    }
}
.mui-y2mytk.Mui-disabled {
    background-color: transparent;
    color: rgba(0, 0, 0, 0.26);
}
@media (min-width: 1200px) {
    .mui-y2mytk {
        display: none;
    }
}
.mui-1lw0ybl {
    z-index: 1200;
}
@media (min-width: 0px) {
    .mui-1lw0ybl {
        display: block;
    }
}
@media (min-width: 1200px) {
    .mui-1lw0ybl {
        display: none;
    }
}
.mui-1lw0ybl .MuiDrawer-paper {
    box-sizing: border-box;
    width: 100%;
}
.mui-zg1vud {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.mui-9ilpfx {
    width: 100%;
    margin-left: auto;
    box-sizing: border-box;
    margin-right: auto;
    padding-left: 16px;
    margin-top: 20vh;
    padding-right: 16px;
    max-width: 1200px;
}
@media (min-width: 600px) {
    .mui-9ilpfx {
        padding-left: 24px;
        padding-right: 24px;
    }
}
.mui-j7qwjs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.mui-1ecr4wf {
    margin: 0;
    font-family: Arial, system-ui, sans-serif;
    font-size: 5.875rem;
    font-weight: 900;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex-flow: column;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    line-height: 1.2;
    color: #1b1b1b;
}
@media (min-width: 900px) {
    .mui-1ecr4wf {
        font-size: 5.3rem;
        line-height: 1.4;
    }
}
@media (min-width: 600px) and (max-width: 899.95px) {
    .mui-1ecr4wf {
        font-size: 3.5rem;
    }
}
@media (max-width: 599.95px) {
    .mui-1ecr4wf {
        font-size: 1.87rem;
    }
}
.mui-1ecr4wf span {
    color: #176AB3;
}
.mui-16t19px {
    margin: 0;
    font-size: 1rem;
    font-weight: 500;
    line-height: 30px;
    font-family: "__Manrope_1b340f", "__Manrope_Fallback_1b340f", system-ui, sans-serif;
    color: rgba(27, 27, 27, 0.7);
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
    max-width: 70%;
    color: rgba(27, 27, 27, 0.7);
}
@media (max-width: 599.95px) {
    .mui-16t19px {
        font-size: 0.875rem;
    }
}
.mui-pyhvyq {
    --Grid-columns: 12;
    --Grid-columnSpacing: 24px;
    --Grid-rowSpacing: 24px;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    min-width: 0;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: var(--Grid-rowSpacing) var(--Grid-columnSpacing);
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (min-width: 900px) {
    .mui-pyhvyq {
        --Grid-columnSpacing: 60px;
    }
}
@media (min-width: 900px) {
    .mui-pyhvyq {
        --Grid-rowSpacing: 60px;
    }
}
.mui-1xbtdwe {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(100% * 12 / var(--Grid-columns) - (var(--Grid-columns) - 12) * (var(--Grid-columnSpacing) / var(--Grid-columns)));
    min-width: 0;
    box-sizing: border-box;
}
@media (min-width: 900px) {
    .mui-1xbtdwe {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        width: calc(100% * 6 / var(--Grid-columns) - (var(--Grid-columns) - 6) * (var(--Grid-columnSpacing) / var(--Grid-columns)));
    }
}
.mui-4ejsap {
    position: relative;
}
@media (min-width: 0px) {
    .mui-4ejsap {
        height: 200px;
        width: 100%;
    }
}
@media (min-width: 900px) {
    .mui-4ejsap {
        height: 344px;
        width: 100%;
    }
}
.mui-4ejsap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 80px 14px 14px 14px;
}
.mui-1vwi2l6 {
    margin: 0;
    font-size: 2.625rem;
    font-weight: 700;
    line-height: 1.2;
    font-family: "__Manrope_1b340f", "__Manrope_Fallback_1b340f", system-ui, sans-serif;
    color: #176AB3;
}
@media (max-width: 599.95px) {
    .mui-1vwi2l6 {
        font-size: 2rem;
    }
}
.mui-cmwsi9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.mui-1sxj9wm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 793px;
    height: 154px;
    gap: 12px;
}
@media (min-width: 0px) {
    .mui-1sxj9wm {
        margin-bottom: 20px;
    }
}
@media (min-width: 1200px) {
    .mui-1sxj9wm {
        margin-bottom: 60px;
    }
}
@media (min-width: 0px) {
    .mui-1sxj9wm h2 {
        max-width: 100%;
    }
}
@media (min-width: 1200px) {
    .mui-1sxj9wm h2 {
        max-width: 75%;
    }
}
.mui-61a1jn {
    margin: 0;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.5;
    font-family: "__Manrope_1b340f", "__Manrope_Fallback_1b340f", system-ui, sans-serif;
    color: #EE9D15;
}
@media (max-width: 599.95px) {
    .mui-61a1jn {
        font-size: 1.25rem;
    }
}
.mui-tey7um {
    margin: 0;
    font-size: 2.625rem;
    font-weight: 700;
    line-height: 1.2;
    font-family: "__Manrope_1b340f", "__Manrope_Fallback_1b340f", system-ui, sans-serif;
    color: #000;
}
@media (max-width: 599.95px) {
    .mui-tey7um {
        font-size: 2rem;
    }
}
.mui-n40avw {
    --Grid-columns: 12;
    --Grid-columnSpacing: 24px;
    --Grid-rowSpacing: 24px;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    min-width: 0;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: var(--Grid-rowSpacing) var(--Grid-columnSpacing);
}
.mui-ufptga {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(100% * 12 / var(--Grid-columns) - (var(--Grid-columns) - 12) * (var(--Grid-columnSpacing) / var(--Grid-columns)));
    min-width: 0;
    box-sizing: border-box;
}
@media (min-width: 900px) {
    .mui-ufptga {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        width: calc(100% * 4 / var(--Grid-columns) - (var(--Grid-columns) - 4) * (var(--Grid-columnSpacing) / var(--Grid-columns)));
    }
}
.mui-16b2df {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    perspective: 1000px;
    width: 100%;
    position: relative;
}
.mui-16b2df:hover .flip-card {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.mui-xnkuc6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    width: 100%;
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
}
@media (min-width: 0px) {
    .mui-xnkuc6 {
        height: 246px;
    }
}
@media (min-width: 900px) {
    .mui-xnkuc6 {
        height: 374px;
    }
}
.mui-1sn9sb1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 5px 10px 20px 0px rgba(47, 36, 63, 0.16);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    border-radius: 50px 14px 14px 14px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: translate;
}
@media (min-width: 0px) {
    .mui-1sn9sb1 {
        height: 246px;
    }
}
@media (min-width: 900px) {
    .mui-1sn9sb1 {
        height: 374px;
    }
}
.mui-1sn9sb1::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom, transparent 0%, #000000 100%);
    inset: 0;
    border-radius: 50px 14px 14px 14px;
    z-index: 1;
}
.mui-1b1eo00 {
    margin: 0;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.1;
    font-family: "__Manrope_1b340f", "__Manrope_Fallback_1b340f", system-ui, sans-serif;
    color: #1b1b1b;
    color: white;
    z-index: 2;
    text-align: center;
    position: relative;
}
@media (max-width: 599.95px) {
    .mui-1b1eo00 {
        font-size: 1.75rem;
    }
}
.mui-1sz4est {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 5px 10px 20px 0px rgba(47, 36, 63, 0.16);
    border-radius: 50px 14px 14px 14px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    color: white;
    padding: 16px;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 9;
    will-change: translate;
}
.mui-pai0hx {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.1;
    font-family: "__Manrope_1b340f", "__Manrope_Fallback_1b340f", system-ui, sans-serif;
    margin-bottom: 12px;
    color: white;
    z-index: 2;
    text-align: center;
}
.mui-19vrbhy {
    margin: 0;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 24px;
    font-family: "__Manrope_1b340f", "__Manrope_Fallback_1b340f", system-ui, sans-serif;
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
}
.mui-14meaum {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    width: 100%;
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
}
@media (min-width: 0px) {
    .mui-14meaum {
        height: 246px;
        top: 0;
    }
}
@media (min-width: 900px) {
    .mui-14meaum {
        height: 374px;
    }
}
@media (min-width: 1200px) {
    .mui-14meaum {
        top: 40px;
    }
}
.mui-10o4q7j {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
}
@media (min-width: 0px) {
    .mui-10o4q7j {
        margin-bottom: 36px;
    }
}
@media (min-width: 1200px) {
    .mui-10o4q7j {
        margin-bottom: 96px;
    }
}
@media (min-width: 0px) {
    .mui-10o4q7j h2 {
        max-width: 100%;
    }
}
@media (min-width: 1200px) {
    .mui-10o4q7j h2 {
        max-width: 75%;
    }
}
.mui-b16a6f {
    --Grid-columns: 12;
    --Grid-columnSpacing: 80px;
    --Grid-rowSpacing: 80px;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    min-width: 0;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: var(--Grid-rowSpacing) var(--Grid-columnSpacing);
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (min-width: 1200px) {
    .mui-b16a6f {
        --Grid-columnSpacing: 48px;
    }
}
@media (min-width: 1200px) {
    .mui-b16a6f {
        --Grid-rowSpacing: 48px;
    }
}
.mui-1c4fd1i {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(100% * 12 / var(--Grid-columns) - (var(--Grid-columns) - 12) * (var(--Grid-columnSpacing) / var(--Grid-columns)));
    min-width: 0;
    box-sizing: border-box;
}
@media (min-width: 1200px) {
    .mui-1c4fd1i {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        width: calc(100% * 5.5 / var(--Grid-columns) - (var(--Grid-columns) - 5.5) * (var(--Grid-columnSpacing) / var(--Grid-columns)));
    }
}
.mui-1f0x0s1 {
    background: #fff;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.16);
    border-radius: 50px 14px 14px 14px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    gap: 24px;
    padding: 24px;
    position: relative;
}
@media (min-width: 0px) {
    .mui-1f0x0s1 {
        padding-bottom: 24px;
        margin-left: 24px;
        margin-right: 24px;
    }
}
@media (min-width: 900px) {
    .mui-1f0x0s1 {
        padding-bottom: 8px;
    }
}
@media (min-width: 1200px) {
    .mui-1f0x0s1 {
        margin-left: 0px;
        margin-right: 0px;
    }
}
@media (min-width: 0px) {
    .mui-1f0x0s1 .TestimonialSwiper {
        margin-top: 0px;
    }
}
@media (min-width: 1200px) {
    .mui-1f0x0s1 .TestimonialSwiper {
        margin-top: -80px;
    }
}
.mui-1f0x0s1:before {
    content: "A";
    background: rgba(255, 223, 229, 0.7);
    position: absolute;
    inset: 0;
    border-radius: 24px;
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    transform: rotate(6deg);
    z-index: -1;
}
.mui-1f0x0s1:after {
    content: "B";
    background: rgba(219, 225, 255, 0.7);
    position: absolute;
    inset: 0;
    border-radius: 24px;
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    transform: rotate(-6deg);
    z-index: -2;
}
.mui-3u0bkd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    gap: 24px;
}
.mui-3u0bkd h4 {
    color: #176AB3;
}
.mui-1fv12u3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    padding: 12px;
    border: solid 2px #176AB3;
    border-radius: 50%;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
@media (min-width: 0px) {
    .mui-1fv12u3 {
        height: 80px;
        width: 80px;
    }
}
@media (min-width: 1200px) {
    .mui-1fv12u3 {
        height: 120px;
        width: 120px;
    }
}
.mui-1fv12u3 img {
    border-radius: 50%;
    object-fit: cover;
    object-position: top center;
}
@media (min-width: 0px) {
    .mui-1fv12u3 img {
        min-width: 80px;
        min-height: 80px;
    }
}
@media (min-width: 1200px) {
    .mui-1fv12u3 img {
        min-width: 120px;
        min-height: 100px;
    }
}
.mui-1hdbc19 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
}
.mui-bm482s {
    margin: 0;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.1;
    font-family: "__Manrope_1b340f", "__Manrope_Fallback_1b340f", system-ui, sans-serif;
    color: #1b1b1b;
    color: #176AB3;
}
@media (min-width: 900px) {
    .mui-bm482s {
        font-size: 1.2rem;
    }
}
@media (max-width: 599.95px) {
    .mui-bm482s {
        font-size: 1.2rem;
    }
}
.mui-bpt4nn {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.1;
    font-family: "__Manrope_1b340f", "__Manrope_Fallback_1b340f", system-ui, sans-serif;
}
.mui-xntai3 {
    margin: 0;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 24px;
    font-family: "__Manrope_1b340f", "__Manrope_Fallback_1b340f", system-ui, sans-serif;
}
.mui-19ebrs4 {
    text-align: center;
}
.mui-19ebrs4 .swiper-pagination-bullet-active {
    background: #176AB3;
}
.mui-19ebrs4 .swiper-pagination-custom {
    position: relative;
    bottom: -80px;
}
.mui-mdh142 {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(100% * 12 / var(--Grid-columns) - (var(--Grid-columns) - 12) * (var(--Grid-columnSpacing) / var(--Grid-columns)));
    min-width: 0;
    box-sizing: border-box;
}
@media (min-width: 1200px) {
    .mui-mdh142 {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        width: calc(100% * 6.5 / var(--Grid-columns) - (var(--Grid-columns) - 6.5) * (var(--Grid-columnSpacing) / var(--Grid-columns)));
    }
}
.mui-1y91idf {
    background: #fff;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.16);
    padding: 40px;
    border-radius: 50px 14px 14px 14px;
}
.mui-wobwzx {
    --Grid-columns: 12;
    --Grid-columnSpacing: 24px;
    --Grid-rowSpacing: 24px;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    min-width: 0;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: var(--Grid-rowSpacing) var(--Grid-columnSpacing);
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.mui-eqy8pm {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(100% * 6 / var(--Grid-columns) - (var(--Grid-columns) - 6) * (var(--Grid-columnSpacing) / var(--Grid-columns)));
    min-width: 0;
    box-sizing: border-box;
}
@media (min-width: 1200px) {
    .mui-eqy8pm {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        width: calc(100% * 4 / var(--Grid-columns) - (var(--Grid-columns) - 4) * (var(--Grid-columnSpacing) / var(--Grid-columns)));
    }
}
.mui-1w3iebt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
}
.mui-1o6zid1 {
    margin: 0;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 24px;
    font-family: "__Manrope_1b340f", "__Manrope_Fallback_1b340f", system-ui, sans-serif;
    font-weight: 700;
    color: #1b1b1b;
}
.mui-gdx2i7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
@media print {
    .mui-19cjg8w {
        position: absolute !important;
    }
}
.mui-19cjg8w .MuiDialog-paper {
    overflow: visible;
    background: tranparent;
}
.mui-zxe5u4 {
    --Grid-columns: 12;
    --Grid-columnSpacing: 60px;
    --Grid-rowSpacing: 60px;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    min-width: 0;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: var(--Grid-rowSpacing) var(--Grid-columnSpacing);
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.mui-hzcv8g {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(100% * 12 / var(--Grid-columns) - (var(--Grid-columns) - 12) * (var(--Grid-columnSpacing) / var(--Grid-columns)));
    min-width: 0;
    box-sizing: border-box;
}
@media (min-width: 1200px) {
    .mui-hzcv8g {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        width: calc(100% * 6 / var(--Grid-columns) - (var(--Grid-columns) - 6) * (var(--Grid-columnSpacing) / var(--Grid-columns)));
    }
}
.mui-1gp75jh {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    gap: 32px;
}
@media (min-width: 0px) {
    .mui-1gp75jh {
        padding-left: 36px;
        padding-right: 36px;
        padding-top: 32px;
        padding-bottom: 32px;
        border-radius: 40px 14px 14px 14px;
    }
}
@media (min-width: 1200px) {
    .mui-1gp75jh {
        padding-left: 60px;
        padding-right: 60px;
        padding-top: 60px;
        padding-bottom: 60px;
        border-radius: 70px 14px 14px 14px;
    }
}
.mui-1gp75jh h2 {
    color: #ffffff; 
}
.mui-1gp75jh h6 {
    color: #ffffff;
}
.mui-1xt1x7n {
    margin: 0;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.5;
    font-family: "__Manrope_1b340f", "__Manrope_Fallback_1b340f", system-ui, sans-serif;
    color: #bb0f30;
    color: #ffffff;
}
@media (max-width: 599.95px) {
    .mui-1xt1x7n {
        font-size: 1.25rem;
    }
}
.mui-1hmiwfd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}
.mui-1hmiwfd * {
    color: #ffffff !important;
}
.mui-csffzd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.mui-csffzd > :not(style):not(style) {
    margin: 0;
}
.mui-csffzd > :not(style) ~ :not(style) {
    margin-left: 8px;
}
.mui-15l56ne {
    margin: 0;
    font-size: 1rem;
    font-weight: 500;
    line-height: 30px;
    font-family: "__Manrope_1b340f", "__Manrope_Fallback_1b340f", system-ui, sans-serif;
    color: rgba(27, 27, 27, 0.7);
}
@media (max-width: 599.95px) {
    .mui-15l56ne {
        font-size: 0.875rem;
    }
}
.mui-adi8fp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}
.mui-adi8fp > :not(style):not(style) {
    margin: 0;
}
.mui-adi8fp > :not(style) ~ :not(style) {
    margin-left: 8px;
}
.mui-yd8sa2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}
.mui-5x2ske {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
@media (min-width: 0px) {
    .mui-5x2ske {
        gap: 16px;
    }
}
@media (min-width: 900px) {
    .mui-5x2ske {
        gap: 24px;
    }
}
.mui-zieb15 {
    text-align: center;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 1.5rem;
    padding: 8px;
    border-radius: 50%;
    color: rgba(0, 0, 0, 0.54);
    -webkit-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    width: 36px;
    min-width: 36px;
    height: 36px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 40px;
    border: solid 1px #ffffff;
    color: #ffffff;
}
.mui-zieb15:hover {
    background-color: rgba(0, 0, 0, 0.04);
}
@media (hover: none) {
    .mui-zieb15:hover {
        background-color: transparent;
    }
}
.mui-zieb15.Mui-disabled {
    background-color: transparent;
    color: rgba(0, 0, 0, 0.26);
}
.mui-14ehvbp {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0;
    border: 0;
    margin: 0;
    border-radius: 0;
    padding: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-text-decoration: none;
    text-decoration: none;
    color: inherit;
    text-align: center;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 1.5rem;
    padding: 8px;
    border-radius: 50%;
    color: rgba(0, 0, 0, 0.54);
    -webkit-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    width: 36px;
    min-width: 36px;
    height: 36px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 40px;
    border: solid 1px #ffffff;
    color: #ffffff;
}
.mui-14ehvbp::-moz-focus-inner {
    border-style: none;
}
.mui-14ehvbp.Mui-disabled {
    pointer-events: none;
    cursor: default;
}
@media print {
    .mui-14ehvbp {
        -webkit-print-color-adjust: exact;
        color-adjust: exact;
    }
}
.mui-14ehvbp:hover {
    background-color: rgba(0, 0, 0, 0.04);
}
@media (hover: none) {
    .mui-14ehvbp:hover {
        background-color: transparent;
    }
}
.mui-14ehvbp.Mui-disabled {
    background-color: transparent;
    color: rgba(0, 0, 0, 0.26);
}
.mui-zed40b {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}
.mui-zed40b .MuiFormHelperText-root.Mui-error {
    margin-left: 0px;
}
.mui-tqblsh {
    margin: 0;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.5;
    font-family: "__Manrope_1b340f", "__Manrope_Fallback_1b340f", system-ui, sans-serif;
    color: #bb0f30;
}
@media (max-width: 599.95px) {
    .mui-tqblsh {
        font-size: 1.25rem;
    }
}
.mui-1kwk0k4 {
    --Grid-columns: 12;
    --Grid-columnSpacing: 12px;
    --Grid-rowSpacing: 12px;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    min-width: 0;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: var(--Grid-rowSpacing) var(--Grid-columnSpacing);
}
.mui-1821gv5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}
.mui-74z7ce {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    line-height: 30px;
    color: #1b1b1b;
}
@media (max-width: 599.95px) {
    .mui-74z7ce {
        font-size: 0.875rem;
    }
}
.mui-i44wyl {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
    vertical-align: top;
}
.mui-gykjt6 {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.4375em;
    font-family: "__Manrope_1b340f", "__Manrope_Fallback_1b340f", system-ui, sans-serif;
    color: #1b1b1b;
    box-sizing: border-box;
    position: relative;
    cursor: text;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
@media (max-width: 599.95px) {
    .mui-gykjt6 {
        font-size: 0.875rem;
    }
}
.mui-gykjt6.Mui-disabled {
    color: rgba(27, 27, 27, 0.6);
    cursor: default;
}
label + .mui-gykjt6 {
    margin-top: 16px;
}
.mui-gykjt6::after {
    left: 0;
    bottom: 0;
    content: "";
    position: absolute;
    right: 0;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
    transition: transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
    pointer-events: none;
}
.mui-gykjt6.Mui-focused:after {
    -webkit-transform: scaleX(1) translateX(0);
    -moz-transform: scaleX(1) translateX(0);
    -ms-transform: scaleX(1) translateX(0);
    transform: scaleX(1) translateX(0);
}
.mui-gykjt6.Mui-error::before,
.mui-gykjt6.Mui-error::after {
    border-bottom-color: #d32f2f;
}
.mui-gykjt6::before {
    border-bottom: 1px solid rgba(0, 0, 0, 0.42);
    left: 0;
    bottom: 0;
    content: "\00a0";
    position: absolute;
    right: 0;
    -webkit-transition: border-bottom-color 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: border-bottom-color 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    pointer-events: none;
}
.mui-gykjt6:hover:not(.Mui-disabled, .Mui-error):before {
    border-bottom: 2px solid #1b1b1b;
}
@media (hover: none) {
    .mui-gykjt6:hover:not(.Mui-disabled, .Mui-error):before {
        border-bottom: 1px solid rgba(0, 0, 0, 0.42);
    }
}
.mui-gykjt6.Mui-disabled:before {
    border-bottom-style: dotted;
}
.mui-gykjt6::after {
    border-bottom: 2px solid #bb0f30;
}
.mui-gykjt6 .MuiInputBase-input {
    font-size: 16px;
}
.mui-gykjt6 ::-webkit-input-placeholder {
    color: #9e9e9e;
    opacity: 1;
}
.mui-gykjt6 ::-moz-placeholder {
    color: #9e9e9e;
    opacity: 1;
}
.mui-gykjt6 :-ms-input-placeholder {
    color: #9e9e9e;
    opacity: 1;
}
.mui-gykjt6 ::placeholder {
    color: #9e9e9e;
    opacity: 1;
}
.mui-18kf89i {
    font: inherit;
    letter-spacing: inherit;
    color: currentColor;
    padding: 4px 0 5px;
    border: 0;
    box-sizing: content-box;
    background: none;
    height: 1.4375em;
    margin: 0;
    -webkit-tap-highlight-color: transparent;
    display: block;
    min-width: 0;
    width: 100%;
    -webkit-animation-name: mui-auto-fill-cancel;
    animation-name: mui-auto-fill-cancel;
    -webkit-animation-duration: 10ms;
    animation-duration: 10ms;
}
.mui-18kf89i::-webkit-input-placeholder {
    color: currentColor;
    opacity: 0.42;
    -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.mui-18kf89i::-moz-placeholder {
    color: currentColor;
    opacity: 0.42;
    -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.mui-18kf89i::-ms-input-placeholder {
    color: currentColor;
    opacity: 0.42;
    -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.mui-18kf89i:focus {
    outline: 0;
}
.mui-18kf89i:invalid {
    box-shadow: none;
}
.mui-18kf89i::-webkit-search-decoration {
    -webkit-appearance: none;
}
label[data-shrink="false"] + .MuiInputBase-formControl .mui-18kf89i::-webkit-input-placeholder {
    opacity: 0 !important;
}
label[data-shrink="false"] + .MuiInputBase-formControl .mui-18kf89i::-moz-placeholder {
    opacity: 0 !important;
}
label[data-shrink="false"] + .MuiInputBase-formControl .mui-18kf89i::-ms-input-placeholder {
    opacity: 0 !important;
}
label[data-shrink="false"] + .MuiInputBase-formControl .mui-18kf89i:focus::-webkit-input-placeholder {
    opacity: 0.42;
}
label[data-shrink="false"] + .MuiInputBase-formControl .mui-18kf89i:focus::-moz-placeholder {
    opacity: 0.42;
}
label[data-shrink="false"] + .MuiInputBase-formControl .mui-18kf89i:focus::-ms-input-placeholder {
    opacity: 0.42;
}
.mui-18kf89i.Mui-disabled {
    opacity: 1;
    -webkit-text-fill-color: rgba(27, 27, 27, 0.6);
}
.mui-18kf89i:-webkit-autofill {
    -webkit-animation-duration: 5000s;
    animation-duration: 5000s;
    -webkit-animation-name: mui-auto-fill;
    animation-name: mui-auto-fill;
}
.mui-13sljp9 {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
    vertical-align: top;
}
.mui-171e8s {
    --PhoneInputCountrySelect-marginRight: 0;
    --PhoneInput-color--focus: #bb0f30;
    --PhoneInputCountrySelectArrow-color--focus: #bb0f30;
    --PhoneInputCountryFlag-borderColor--focus: #bb0f30;
    --PhoneInputCountrySelectArrow-width: 0.375rem;
    --border-color: rgba(27, 27, 27, 0.6);
    border: 1px solid;
    color: rgba(27, 27, 27, 0.7);
    border-radius: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 51px;
    border: none;
    border-bottom: 1px solid;
    border-radius: 0;
    height: 2.02em;
    font-size: 16px;
    padding: 4px 0px 5px;
}
.mui-171e8s.PhoneInput {
    border-color: var(--border-color);
    font-size: 16px;
}
.mui-171e8s:hover {
    --border-color: #1b1b1b;
}
.mui-171e8s:focus-within {
    --border-color: #bb0f30;
    box-shadow: 0 0 0 1px var(--border-color);
}
.mui-171e8s.error {
    --border-color: #c62828;
}
.mui-171e8s.error .PhoneInputInput::-webkit-input-placeholder {
    color: #9e9e9e;
    opacity: 1;
}
.mui-171e8s.error .PhoneInputInput::-moz-placeholder {
    color: #9e9e9e;
    opacity: 1;
}
.mui-171e8s.error .PhoneInputInput:-ms-input-placeholder {
    color: #9e9e9e;
    opacity: 1;
}
.mui-171e8s.error .PhoneInputInput::placeholder {
    color: #9e9e9e;
    opacity: 1;
}
.mui-171e8s .PhoneInputCountry {
    padding-left: 14px;
    padding-right: 8px;
}
.mui-171e8s .PhoneInputInput {
    height: 100%;
    border: 0px solid;
    outline: 0px solid;
    padding: 0px;
    font-family: "__Manrope_1b340f", "__Manrope_Fallback_1b340f", system-ui, sans-serif;
    font-weight: 500;
    font-size: 16px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    color: #1b1b1b;
}
.mui-171e8s .PhoneInputInput::-webkit-input-placeholder {
    font-weight: 500;
    color: #1b1b1b60;
    font-family: "__Manrope_1b340f", "__Manrope_Fallback_1b340f", system-ui, sans-serif;
    font-size: 16px;
}
.mui-171e8s .PhoneInputInput::-moz-placeholder {
    font-weight: 500;
    color: #1b1b1b60;
    font-family: "__Manrope_1b340f", "__Manrope_Fallback_1b340f", system-ui, sans-serif;
    font-size: 16px;
}
.mui-171e8s .PhoneInputInput:-ms-input-placeholder {
    font-weight: 500;
    color: #1b1b1b60;
    font-family: "__Manrope_1b340f", "__Manrope_Fallback_1b340f", system-ui, sans-serif;
    font-size: 16px;
}
.mui-171e8s .PhoneInputInput::placeholder {
    font-weight: 500;
    color: #1b1b1b60;
    font-family: "__Manrope_1b340f", "__Manrope_Fallback_1b340f", system-ui, sans-serif;
    font-size: 16px;
}
.mui-171e8s .PhoneInputCountry {
    padding-left: 2px;
}
.mui-171e8s:focus,
.mui-171e8s:focus-within {
    box-shadow: none;
    outline: none;
    border-bottom: 2px solid;
    border-color: #bb0f30;
}
.mui-pwr0ek {
    color: rgba(27, 27, 27, 0.7);
    font-family: "__Manrope_1b340f", "__Manrope_Fallback_1b340f", system-ui, sans-serif;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.66;
    text-align: left;
    margin-top: 3px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-left: 14px;
    margin-right: 14px;
}
.mui-pwr0ek.Mui-disabled {
    color: rgba(27, 27, 27, 0.6);
}
.mui-pwr0ek.Mui-error {
    color: #d32f2f;
}
.mui-zxbdg4 {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(100% * 12 / var(--Grid-columns) - (var(--Grid-columns) - 12) * (var(--Grid-columnSpacing) / var(--Grid-columns)));
    min-width: 0;
    box-sizing: border-box;
}
.mui-1qh1j9z {
    color: #9e9e9e;
}
.mui-1iege9c {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.4375em;
    font-family: "__Manrope_1b340f", "__Manrope_Fallback_1b340f", system-ui, sans-serif;
    color: #1b1b1b;
    box-sizing: border-box;
    position: relative;
    cursor: text;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    color: #9e9e9e;
}
@media (max-width: 599.95px) {
    .mui-1iege9c {
        font-size: 0.875rem;
    }
}
.mui-1iege9c.Mui-disabled {
    color: rgba(27, 27, 27, 0.6);
    cursor: default;
}
label + .mui-1iege9c {
    margin-top: 16px;
}
.mui-1iege9c::after {
    left: 0;
    bottom: 0;
    content: "";
    position: absolute;
    right: 0;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
    transition: transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
    pointer-events: none;
}
.mui-1iege9c.Mui-focused:after {
    -webkit-transform: scaleX(1) translateX(0);
    -moz-transform: scaleX(1) translateX(0);
    -ms-transform: scaleX(1) translateX(0);
    transform: scaleX(1) translateX(0);
}
.mui-1iege9c.Mui-error::before,
.mui-1iege9c.Mui-error::after {
    border-bottom-color: #d32f2f;
}
.mui-1iege9c::before {
    border-bottom: 1px solid rgba(0, 0, 0, 0.42);
    left: 0;
    bottom: 0;
    content: "\00a0";
    position: absolute;
    right: 0;
    -webkit-transition: border-bottom-color 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: border-bottom-color 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    pointer-events: none;
}
.mui-1iege9c:hover:not(.Mui-disabled, .Mui-error):before {
    border-bottom: 2px solid #1b1b1b;
}
@media (hover: none) {
    .mui-1iege9c:hover:not(.Mui-disabled, .Mui-error):before {
        border-bottom: 1px solid rgba(0, 0, 0, 0.42);
    }
}
.mui-1iege9c.Mui-disabled:before {
    border-bottom-style: dotted;
}
.mui-1iege9c::after {
    border-bottom: 2px solid #bb0f30;
}
.mui-1eb2xx2 {
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 0;
    cursor: pointer;
    font: inherit;
    letter-spacing: inherit;
    color: currentColor;
    padding: 4px 0 5px;
    border: 0;
    box-sizing: content-box;
    background: none;
    height: 1.4375em;
    margin: 0;
    -webkit-tap-highlight-color: transparent;
    display: block;
    min-width: 0;
    width: 100%;
    -webkit-animation-name: mui-auto-fill-cancel;
    animation-name: mui-auto-fill-cancel;
    -webkit-animation-duration: 10ms;
    animation-duration: 10ms;
}
.mui-1eb2xx2:focus {
    border-radius: 0;
}
.mui-1eb2xx2.Mui-disabled {
    cursor: default;
}
.mui-1eb2xx2[multiple] {
    height: auto;
}
.mui-1eb2xx2:not([multiple]) option,
.mui-1eb2xx2:not([multiple]) optgroup {
    background-color: #fff;
}
.mui-1eb2xx2.mui-1eb2xx2.mui-1eb2xx2 {
    padding-right: 24px;
    min-width: 16px;
}
.mui-1eb2xx2.MuiSelect-select {
    height: auto;
    min-height: 1.4375em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.mui-1eb2xx2::-webkit-input-placeholder {
    color: currentColor;
    opacity: 0.42;
    -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.mui-1eb2xx2::-moz-placeholder {
    color: currentColor;
    opacity: 0.42;
    -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.mui-1eb2xx2::-ms-input-placeholder {
    color: currentColor;
    opacity: 0.42;
    -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.mui-1eb2xx2:focus {
    outline: 0;
}
.mui-1eb2xx2:invalid {
    box-shadow: none;
}
.mui-1eb2xx2::-webkit-search-decoration {
    -webkit-appearance: none;
}
label[data-shrink="false"] + .MuiInputBase-formControl .mui-1eb2xx2::-webkit-input-placeholder {
    opacity: 0 !important;
}
label[data-shrink="false"] + .MuiInputBase-formControl .mui-1eb2xx2::-moz-placeholder {
    opacity: 0 !important;
}
label[data-shrink="false"] + .MuiInputBase-formControl .mui-1eb2xx2::-ms-input-placeholder {
    opacity: 0 !important;
}
label[data-shrink="false"] + .MuiInputBase-formControl .mui-1eb2xx2:focus::-webkit-input-placeholder {
    opacity: 0.42;
}
label[data-shrink="false"] + .MuiInputBase-formControl .mui-1eb2xx2:focus::-moz-placeholder {
    opacity: 0.42;
}
label[data-shrink="false"] + .MuiInputBase-formControl .mui-1eb2xx2:focus::-ms-input-placeholder {
    opacity: 0.42;
}
.mui-1eb2xx2.Mui-disabled {
    opacity: 1;
    -webkit-text-fill-color: rgba(27, 27, 27, 0.6);
}
.mui-1eb2xx2:-webkit-autofill {
    -webkit-animation-duration: 5000s;
    animation-duration: 5000s;
    -webkit-animation-name: mui-auto-fill;
    animation-name: mui-auto-fill;
}
.mui-1k3x8v3 {
    bottom: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 100%;
    box-sizing: border-box;
}
.mui-1rb0eps {
    position: absolute;
    right: 0;
    top: calc(50% - 0.5em);
    pointer-events: none;
    color: rgba(0, 0, 0, 0.54);
}
.mui-1rb0eps.Mui-disabled {
    color: rgba(0, 0, 0, 0.26);
}
.mui-154zd2h {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    fill: currentColor;
    font-size: 1.5rem;
    position: absolute;
    right: 0;
    top: calc(50% - 0.5em);
    pointer-events: none;
    color: rgba(0, 0, 0, 0.54);
}
.mui-154zd2h.Mui-disabled {
    color: rgba(0, 0, 0, 0.26);
}
.mui-1xgo7u4 {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.4375em;
    font-family: "__Manrope_1b340f", "__Manrope_Fallback_1b340f", system-ui, sans-serif;
    color: #1b1b1b;
    box-sizing: border-box;
    position: relative;
    cursor: text;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 0 5px;
    position: relative;
}
@media (max-width: 599.95px) {
    .mui-1xgo7u4 {
        font-size: 0.875rem;
    }
}
.mui-1xgo7u4.Mui-disabled {
    color: rgba(27, 27, 27, 0.6);
    cursor: default;
}
label + .mui-1xgo7u4 {
    margin-top: 16px;
}
.mui-1xgo7u4::after {
    left: 0;
    bottom: 0;
    content: "";
    position: absolute;
    right: 0;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
    transition: transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
    pointer-events: none;
}
.mui-1xgo7u4.Mui-focused:after {
    -webkit-transform: scaleX(1) translateX(0);
    -moz-transform: scaleX(1) translateX(0);
    -ms-transform: scaleX(1) translateX(0);
    transform: scaleX(1) translateX(0);
}
.mui-1xgo7u4.Mui-error::before,
.mui-1xgo7u4.Mui-error::after {
    border-bottom-color: #d32f2f;
}
.mui-1xgo7u4::before {
    border-bottom: 1px solid rgba(0, 0, 0, 0.42);
    left: 0;
    bottom: 0;
    content: "\00a0";
    position: absolute;
    right: 0;
    -webkit-transition: border-bottom-color 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: border-bottom-color 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    pointer-events: none;
}
.mui-1xgo7u4:hover:not(.Mui-disabled, .Mui-error):before {
    border-bottom: 2px solid #1b1b1b;
}
@media (hover: none) {
    .mui-1xgo7u4:hover:not(.Mui-disabled, .Mui-error):before {
        border-bottom: 1px solid rgba(0, 0, 0, 0.42);
    }
}
.mui-1xgo7u4.Mui-disabled:before {
    border-bottom-style: dotted;
}
.mui-1xgo7u4::after {
    border-bottom: 2px solid #bb0f30;
}
.mui-1xgo7u4 .MuiInputBase-input {
    font-size: 16px;
}
.mui-1xgo7u4 ::-webkit-input-placeholder {
    color: #9e9e9e;
    opacity: 1;
}
.mui-1xgo7u4 ::-moz-placeholder {
    color: #9e9e9e;
    opacity: 1;
}
.mui-1xgo7u4 :-ms-input-placeholder {
    color: #9e9e9e;
    opacity: 1;
}
.mui-1xgo7u4 ::placeholder {
    color: #9e9e9e;
    opacity: 1;
}
.mui-1mjtlh7 {
    font: inherit;
    letter-spacing: inherit;
    color: currentColor;
    padding: 4px 0 5px;
    border: 0;
    box-sizing: content-box;
    background: none;
    height: 1.4375em;
    margin: 0;
    -webkit-tap-highlight-color: transparent;
    display: block;
    min-width: 0;
    width: 100%;
    -webkit-animation-name: mui-auto-fill-cancel;
    animation-name: mui-auto-fill-cancel;
    -webkit-animation-duration: 10ms;
    animation-duration: 10ms;
    height: auto;
    resize: none;
    padding: 0;
    padding-top: 0;
}
.mui-1mjtlh7::-webkit-input-placeholder {
    color: currentColor;
    opacity: 0.42;
    -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.mui-1mjtlh7::-moz-placeholder {
    color: currentColor;
    opacity: 0.42;
    -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.mui-1mjtlh7::-ms-input-placeholder {
    color: currentColor;
    opacity: 0.42;
    -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.mui-1mjtlh7:focus {
    outline: 0;
}
.mui-1mjtlh7:invalid {
    box-shadow: none;
}
.mui-1mjtlh7::-webkit-search-decoration {
    -webkit-appearance: none;
}
label[data-shrink="false"] + .MuiInputBase-formControl .mui-1mjtlh7::-webkit-input-placeholder {
    opacity: 0 !important;
}
label[data-shrink="false"] + .MuiInputBase-formControl .mui-1mjtlh7::-moz-placeholder {
    opacity: 0 !important;
}
label[data-shrink="false"] + .MuiInputBase-formControl .mui-1mjtlh7::-ms-input-placeholder {
    opacity: 0 !important;
}
label[data-shrink="false"] + .MuiInputBase-formControl .mui-1mjtlh7:focus::-webkit-input-placeholder {
    opacity: 0.42;
}
label[data-shrink="false"] + .MuiInputBase-formControl .mui-1mjtlh7:focus::-moz-placeholder {
    opacity: 0.42;
}
label[data-shrink="false"] + .MuiInputBase-formControl .mui-1mjtlh7:focus::-ms-input-placeholder {
    opacity: 0.42;
}
.mui-1mjtlh7.Mui-disabled {
    opacity: 1;
    -webkit-text-fill-color: rgba(27, 27, 27, 0.6);
}
.mui-1mjtlh7:-webkit-autofill {
    -webkit-animation-duration: 5000s;
    animation-duration: 5000s;
    -webkit-animation-name: mui-auto-fill;
    animation-name: mui-auto-fill;
}
.mui-1071m2v {
    color: rgba(27, 27, 27, 0.7);
    font-family: "__Manrope_1b340f", "__Manrope_Fallback_1b340f", system-ui, sans-serif;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.66;
    text-align: left;
    margin-top: 3px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}
.mui-1071m2v.Mui-disabled {
    color: rgba(27, 27, 27, 0.6);
}
.mui-1071m2v.Mui-error {
    color: #d32f2f;
}
.mui-1cn7c9b {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    margin-left: -11px;
    margin-right: 16px;
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}
.mui-1cn7c9b.Mui-disabled {
    cursor: default;
}
.mui-1cn7c9b .MuiFormControlLabel-label.Mui-disabled {
    color: rgba(27, 27, 27, 0.6);
}
.mui-1cn7c9b .MuiTypography-root {
    margin-top: 5px;
}
.mui-aw1knc {
    color: rgba(27, 27, 27, 0.7);
}
.mui-aw1knc:hover {
    background-color: rgba(187, 15, 48, 0.04);
}
.mui-aw1knc.Mui-checked,
.mui-aw1knc.MuiCheckbox-indeterminate {
    color: #bb0f30;
}
.mui-aw1knc.Mui-disabled {
    color: rgba(0, 0, 0, 0.26);
}
@media (hover: none) {
    .mui-aw1knc:hover {
        background-color: transparent;
    }
}
.mui-1eb80ee {
    padding: 9px;
    border-radius: 50%;
    color: rgba(27, 27, 27, 0.7);
}
.mui-1eb80ee:hover {
    background-color: rgba(187, 15, 48, 0.04);
}
.mui-1eb80ee.Mui-checked,
.mui-1eb80ee.MuiCheckbox-indeterminate {
    color: #bb0f30;
}
.mui-1eb80ee.Mui-disabled {
    color: rgba(0, 0, 0, 0.26);
}
@media (hover: none) {
    .mui-1eb80ee:hover {
        background-color: transparent;
    }
}
.mui-hxlxq4 {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0;
    border: 0;
    margin: 0;
    border-radius: 0;
    padding: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-text-decoration: none;
    text-decoration: none;
    color: inherit;
    padding: 9px;
    border-radius: 50%;
    color: rgba(27, 27, 27, 0.7);
}
.mui-hxlxq4::-moz-focus-inner {
    border-style: none;
}
.mui-hxlxq4.Mui-disabled {
    pointer-events: none;
    cursor: default;
}
@media print {
    .mui-hxlxq4 {
        -webkit-print-color-adjust: exact;
        color-adjust: exact;
    }
}
.mui-hxlxq4:hover {
    background-color: rgba(187, 15, 48, 0.04);
}
.mui-hxlxq4.Mui-checked,
.mui-hxlxq4.MuiCheckbox-indeterminate {
    color: #bb0f30;
}
.mui-hxlxq4.Mui-disabled {
    color: rgba(0, 0, 0, 0.26);
}
@media (hover: none) {
    .mui-hxlxq4:hover {
        background-color: transparent;
    }
}
.mui-1m9pwf3 {
    cursor: inherit;
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: 1;
}
.mui-10vyf6v {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    fill: currentColor;
    font-size: 1.5rem;
}
.mui-1xm031m {
    color: rgba(27, 27, 27, 0.7);
    font-family: "__Manrope_1b340f", "__Manrope_Fallback_1b340f", system-ui, sans-serif;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.66;
    text-align: left;
    margin-top: 3px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-left: 14px;
    margin-right: 14px;
    margin-top: -8px;
}
.mui-1xm031m.Mui-disabled {
    color: rgba(27, 27, 27, 0.6);
}
.mui-1xm031m.Mui-error {
    color: #d32f2f;
}
.mui-18xw786 {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.mui-18xw786 .MuiLoadingButton-startIconLoadingStart,
.mui-18xw786 .MuiLoadingButton-endIconLoadingEnd {
    -webkit-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    opacity: 0;
}
.mui-18xw786.MuiLoadingButton-loading {
    color: transparent;
}
.mui-10uw4ez {
    font-family: "__Manrope_1b340f", "__Manrope_Fallback_1b340f", system-ui, sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.75;
    text-transform: uppercase;
    min-width: 64px;
    padding: 6px 16px;
    border: 0;
    border-radius: 8px;
    -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
        color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    --variant-textColor: #bb0f30;
    --variant-outlinedColor: #bb0f30;
    --variant-outlinedBorder: rgba(187, 15, 48, 0.5);
    --variant-containedColor: #fff;
    --variant-containedBg: #bb0f30;
    box-shadow: none;
    text-transform: unset;
    -webkit-transition: background 0.3s ease, color 0.3s ease, opacity 0.3s ease, border-color 0.3s ease;
    transition: background 0.3s ease, color 0.3s ease, opacity 0.3s ease, border-color 0.3s ease;
    position: relative;
    outline: none;
    -webkit-text-decoration: none;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    border: none;
    border-radius: 100px;
    background: linear-gradient(94.77deg, #176AB3 -1.95%, #bb0f30 110.44%);
    color: #fff;
    font-weight: 500;
    font-family: "__Manrope_1b340f", "__Manrope_Fallback_1b340f", system-ui, sans-serif;
    z-index: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.mui-10uw4ez:hover {
    -webkit-text-decoration: none;
    text-decoration: none;
}
.mui-10uw4ez.Mui-disabled {
    color: rgba(0, 0, 0, 0.26);
}
@media (hover: hover) {
    .mui-10uw4ez:hover {
        --variant-containedBg: rgb(130, 10, 33);
        --variant-textBg: rgba(187, 15, 48, 0.04);
        --variant-outlinedBorder: #bb0f30;
        --variant-outlinedBg: rgba(187, 15, 48, 0.04);
    }
}
.mui-10uw4ez:hover {
    box-shadow: none;
}
.mui-10uw4ez.Mui-focusVisible {
    box-shadow: none;
}
.mui-10uw4ez:active {
    box-shadow: none;
}
.mui-10uw4ez.Mui-disabled {
    box-shadow: none;
}
@media (min-width: 0px) {
    .mui-10uw4ez {
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 16px;
        padding-right: 16px;
        font-size: 0.875rem;
    }
}
@media (min-width: 1200px) {
    .mui-10uw4ez {
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 32px;
        padding-right: 32px;
        font-size: 1.125rem;
    }
}
.mui-10uw4ez:hover {
    -webkit-animation: sh0 0.5s ease-in-out both;
    animation: sh0 0.5s ease-in-out both;
}
.mui-10uw4ez::before,
.mui-10uw4ez::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background: #fff;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.15s cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: transform 0.15s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.15s cubic-bezier(0.02, 0.01, 0.47, 1);
    z-index: -1;
    -webkit-transform: translate(100%, -25%) translate3d(0, 0, 0);
    -moz-transform: translate(100%, -25%) translate3d(0, 0, 0);
    -ms-transform: translate(100%, -25%) translate3d(0, 0, 0);
    transform: translate(100%, -25%) translate3d(0, 0, 0);
}
.mui-10uw4ez:hover::before,
.mui-10uw4ez:hover::after {
    opacity: 0.15;
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.2s cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: transform 0.2s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.2s cubic-bezier(0.02, 0.01, 0.47, 1);
}
.mui-10uw4ez:hover::before {
    -webkit-transform: translate3d(50%, 0, 0) scale(0.9);
    -moz-transform: translate3d(50%, 0, 0) scale(0.9);
    -ms-transform: translate3d(50%, 0, 0) scale(0.9);
    transform: translate3d(50%, 0, 0) scale(0.9);
}
.mui-10uw4ez:hover::after {
    -webkit-transform: translate(50%, 0) scale(1.1);
    -moz-transform: translate(50%, 0) scale(1.1);
    -ms-transform: translate(50%, 0) scale(1.1);
    transform: translate(50%, 0) scale(1.1);
    border-radius: 100px;
}
@-webkit-keyframes sh0 {
    0% {
        -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
        -moz-transform: rotate(0deg) translate3d(0, 0, 0);
        -ms-transform: rotate(0deg) translate3d(0, 0, 0);
        transform: rotate(0deg) translate3d(0, 0, 0);
    }
    25% {
        -webkit-transform: rotate(7deg) translate3d(0, 0, 0);
        -moz-transform: rotate(7deg) translate3d(0, 0, 0);
        -ms-transform: rotate(7deg) translate3d(0, 0, 0);
        transform: rotate(7deg) translate3d(0, 0, 0);
    }
    50% {
        -webkit-transform: rotate(-7deg) translate3d(0, 0, 0);
        -moz-transform: rotate(-7deg) translate3d(0, 0, 0);
        -ms-transform: rotate(-7deg) translate3d(0, 0, 0);
        transform: rotate(-7deg) translate3d(0, 0, 0);
    }
    75% {
        -webkit-transform: rotate(1deg) translate3d(0, 0, 0);
        -moz-transform: rotate(1deg) translate3d(0, 0, 0);
        -ms-transform: rotate(1deg) translate3d(0, 0, 0);
        transform: rotate(1deg) translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
        -moz-transform: rotate(0deg) translate3d(0, 0, 0);
        -ms-transform: rotate(0deg) translate3d(0, 0, 0);
        transform: rotate(0deg) translate3d(0, 0, 0);
    }
}
@keyframes sh0 {
    0% {
        -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
        -moz-transform: rotate(0deg) translate3d(0, 0, 0);
        -ms-transform: rotate(0deg) translate3d(0, 0, 0);
        transform: rotate(0deg) translate3d(0, 0, 0);
    }
    25% {
        -webkit-transform: rotate(7deg) translate3d(0, 0, 0);
        -moz-transform: rotate(7deg) translate3d(0, 0, 0);
        -ms-transform: rotate(7deg) translate3d(0, 0, 0);
        transform: rotate(7deg) translate3d(0, 0, 0);
    }
    50% {
        -webkit-transform: rotate(-7deg) translate3d(0, 0, 0);
        -moz-transform: rotate(-7deg) translate3d(0, 0, 0);
        -ms-transform: rotate(-7deg) translate3d(0, 0, 0);
        transform: rotate(-7deg) translate3d(0, 0, 0);
    }
    75% {
        -webkit-transform: rotate(1deg) translate3d(0, 0, 0);
        -moz-transform: rotate(1deg) translate3d(0, 0, 0);
        -ms-transform: rotate(1deg) translate3d(0, 0, 0);
        transform: rotate(1deg) translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
        -moz-transform: rotate(0deg) translate3d(0, 0, 0);
        -ms-transform: rotate(0deg) translate3d(0, 0, 0);
        transform: rotate(0deg) translate3d(0, 0, 0);
    }
}
.mui-10uw4ez .MuiLoadingButton-startIconLoadingStart,
.mui-10uw4ez .MuiLoadingButton-endIconLoadingEnd {
    -webkit-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    opacity: 0;
}
.mui-10uw4ez.MuiLoadingButton-loading {
    color: transparent;
}
.mui-vsvk7a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0;
    border: 0;
    margin: 0;
    border-radius: 0;
    padding: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-text-decoration: none;
    text-decoration: none;
    color: inherit;
    font-family: "__Manrope_1b340f", "__Manrope_Fallback_1b340f", system-ui, sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.75;
    text-transform: uppercase;
    min-width: 64px;
    padding: 6px 16px;
    border: 0;
    border-radius: 8px;
    -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
        color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    --variant-textColor: #bb0f30;
    --variant-outlinedColor: #bb0f30;
    --variant-outlinedBorder: rgba(187, 15, 48, 0.5);
    --variant-containedColor: #fff;
    --variant-containedBg: #bb0f30;
    box-shadow: none;
    text-transform: unset;
    -webkit-transition: background 0.3s ease, color 0.3s ease, opacity 0.3s ease, border-color 0.3s ease;
    transition: background 0.3s ease, color 0.3s ease, opacity 0.3s ease, border-color 0.3s ease;
    position: relative;
    outline: none;
    -webkit-text-decoration: none;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    border: none;
    border-radius: 100px;
    background: linear-gradient(94.77deg, #176AB3 -1.95%, #bb0f30 110.44%);
    color: #fff;
    font-weight: 500;
    font-family: "__Manrope_1b340f", "__Manrope_Fallback_1b340f", system-ui, sans-serif;
    z-index: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.mui-vsvk7a::-moz-focus-inner {
    border-style: none;
}
.mui-vsvk7a.Mui-disabled {
    pointer-events: none;
    cursor: default;
}
@media print {
    .mui-vsvk7a {
        -webkit-print-color-adjust: exact;
        color-adjust: exact;
    }
}
.mui-vsvk7a:hover {
    -webkit-text-decoration: none;
    text-decoration: none;
}
.mui-vsvk7a.Mui-disabled {
    color: rgba(0, 0, 0, 0.26);
}
@media (hover: hover) {
    .mui-vsvk7a:hover {
        --variant-containedBg: rgb(130, 10, 33);
        --variant-textBg: rgba(187, 15, 48, 0.04);
        --variant-outlinedBorder: #bb0f30;
        --variant-outlinedBg: rgba(187, 15, 48, 0.04);
    }
}
.mui-vsvk7a:hover {
    box-shadow: none;
}
.mui-vsvk7a.Mui-focusVisible {
    box-shadow: none;
}
.mui-vsvk7a:active {
    box-shadow: none;
}
.mui-vsvk7a.Mui-disabled {
    box-shadow: none;
}
@media (min-width: 0px) {
    .mui-vsvk7a {
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 16px;
        padding-right: 16px;
        font-size: 0.875rem;
    }
}
@media (min-width: 1200px) {
    .mui-vsvk7a {
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 32px;
        padding-right: 32px;
        font-size: 1.125rem;
    }
}
.mui-vsvk7a:hover {
    -webkit-animation: sh0 0.5s ease-in-out both;
    animation: sh0 0.5s ease-in-out both;
}
.mui-vsvk7a::before,
.mui-vsvk7a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background: #fff;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.15s cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: transform 0.15s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.15s cubic-bezier(0.02, 0.01, 0.47, 1);
    z-index: -1;
    -webkit-transform: translate(100%, -25%) translate3d(0, 0, 0);
    -moz-transform: translate(100%, -25%) translate3d(0, 0, 0);
    -ms-transform: translate(100%, -25%) translate3d(0, 0, 0);
    transform: translate(100%, -25%) translate3d(0, 0, 0);
}
.mui-vsvk7a:hover::before,
.mui-vsvk7a:hover::after {
    opacity: 0.15;
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.2s cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: transform 0.2s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.2s cubic-bezier(0.02, 0.01, 0.47, 1);
}
.mui-vsvk7a:hover::before {
    -webkit-transform: translate3d(50%, 0, 0) scale(0.9);
    -moz-transform: translate3d(50%, 0, 0) scale(0.9);
    -ms-transform: translate3d(50%, 0, 0) scale(0.9);
    transform: translate3d(50%, 0, 0) scale(0.9);
}
.mui-vsvk7a:hover::after {
    -webkit-transform: translate(50%, 0) scale(1.1);
    -moz-transform: translate(50%, 0) scale(1.1);
    -ms-transform: translate(50%, 0) scale(1.1);
    transform: translate(50%, 0) scale(1.1);
    border-radius: 100px;
}
@-webkit-keyframes sh0 {
    0% {
        -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
        -moz-transform: rotate(0deg) translate3d(0, 0, 0);
        -ms-transform: rotate(0deg) translate3d(0, 0, 0);
        transform: rotate(0deg) translate3d(0, 0, 0);
    }
    25% {
        -webkit-transform: rotate(7deg) translate3d(0, 0, 0);
        -moz-transform: rotate(7deg) translate3d(0, 0, 0);
        -ms-transform: rotate(7deg) translate3d(0, 0, 0);
        transform: rotate(7deg) translate3d(0, 0, 0);
    }
    50% {
        -webkit-transform: rotate(-7deg) translate3d(0, 0, 0);
        -moz-transform: rotate(-7deg) translate3d(0, 0, 0);
        -ms-transform: rotate(-7deg) translate3d(0, 0, 0);
        transform: rotate(-7deg) translate3d(0, 0, 0);
    }
    75% {
        -webkit-transform: rotate(1deg) translate3d(0, 0, 0);
        -moz-transform: rotate(1deg) translate3d(0, 0, 0);
        -ms-transform: rotate(1deg) translate3d(0, 0, 0);
        transform: rotate(1deg) translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
        -moz-transform: rotate(0deg) translate3d(0, 0, 0);
        -ms-transform: rotate(0deg) translate3d(0, 0, 0);
        transform: rotate(0deg) translate3d(0, 0, 0);
    }
}
@keyframes sh0 {
    0% {
        -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
        -moz-transform: rotate(0deg) translate3d(0, 0, 0);
        -ms-transform: rotate(0deg) translate3d(0, 0, 0);
        transform: rotate(0deg) translate3d(0, 0, 0);
    }
    25% {
        -webkit-transform: rotate(7deg) translate3d(0, 0, 0);
        -moz-transform: rotate(7deg) translate3d(0, 0, 0);
        -ms-transform: rotate(7deg) translate3d(0, 0, 0);
        transform: rotate(7deg) translate3d(0, 0, 0);
    }
    50% {
        -webkit-transform: rotate(-7deg) translate3d(0, 0, 0);
        -moz-transform: rotate(-7deg) translate3d(0, 0, 0);
        -ms-transform: rotate(-7deg) translate3d(0, 0, 0);
        transform: rotate(-7deg) translate3d(0, 0, 0);
    }
    75% {
        -webkit-transform: rotate(1deg) translate3d(0, 0, 0);
        -moz-transform: rotate(1deg) translate3d(0, 0, 0);
        -ms-transform: rotate(1deg) translate3d(0, 0, 0);
        transform: rotate(1deg) translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
        -moz-transform: rotate(0deg) translate3d(0, 0, 0);
        -ms-transform: rotate(0deg) translate3d(0, 0, 0);
        transform: rotate(0deg) translate3d(0, 0, 0);
    }
}
.mui-vsvk7a .MuiLoadingButton-startIconLoadingStart,
.mui-vsvk7a .MuiLoadingButton-endIconLoadingEnd {
    -webkit-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    opacity: 0;
}
.mui-vsvk7a.MuiLoadingButton-loading {
    color: transparent;
}
.mui-1a1vmz3 {
    display: inherit;
    -webkit-align-items: inherit;
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}
.mui-hm11i4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #1f1f1f;
}
.mui-hm11i4 h6 {
    color: #ffffff;
}
.mui-hm11i4 a * {
    color: rgba(255, 255, 255, 0.7);
}
.mui-hm11i4 input {
    color: #ffffff;
    padding: 8px;
}
.mui-ng0cjx {
    --Grid-columns: 12;
    --Grid-columnSpacing: 32px;
    --Grid-rowSpacing: 32px;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    min-width: 0;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: var(--Grid-rowSpacing) var(--Grid-columnSpacing);
}
.mui-p4nsil {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(100% * 12 / var(--Grid-columns) - (var(--Grid-columns) - 12) * (var(--Grid-columnSpacing) / var(--Grid-columns)));
    min-width: 0;
    box-sizing: border-box;
}
@media (min-width: 900px) {
    .mui-p4nsil {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        width: calc(100% * 3 / var(--Grid-columns) - (var(--Grid-columns) - 3) * (var(--Grid-columnSpacing) / var(--Grid-columns)));
    }
}
.mui-5sqouk {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (min-width: 0px) {
    .mui-5sqouk {
        gap: 16px;
    }
}
@media (min-width: 900px) {
    .mui-5sqouk {
        gap: 32px;
    }
}
.mui-1pgeycw {
    margin: 0;
    font-size: 1rem;
    font-weight: 500;
    line-height: 30px;
    font-family: "__Manrope_1b340f", "__Manrope_Fallback_1b340f", system-ui, sans-serif;
    color: rgba(27, 27, 27, 0.7);
    color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 599.95px) {
    .mui-1pgeycw {
        font-size: 0.875rem;
    }
}
.mui-10f1rv9 {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(100% * 12 / var(--Grid-columns) - (var(--Grid-columns) - 12) * (var(--Grid-columnSpacing) / var(--Grid-columns)));
    min-width: 0;
    box-sizing: border-box;
}
@media (min-width: 900px) {
    .mui-10f1rv9 {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        width: calc(100% * 2 / var(--Grid-columns) - (var(--Grid-columns) - 2) * (var(--Grid-columnSpacing) / var(--Grid-columns)));
    }
}
.mui-1f63rvg {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.1;
    font-family: "__Manrope_1b340f", "__Manrope_Fallback_1b340f", system-ui, sans-serif;
    font-weight: 700;
}
.mui-pyt46q {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (min-width: 0px) {
    .mui-pyt46q > :not(style):not(style) {
        margin: 0;
    }
    .mui-pyt46q > :not(style) ~ :not(style) {
        margin-top: 4px;
    }
}
@media (min-width: 1200px) {
    .mui-pyt46q > :not(style):not(style) {
        margin: 0;
    }
    .mui-pyt46q > :not(style) ~ :not(style) {
        margin-top: 12px;
    }
}
.mui-sm73wi {
    -webkit-text-decoration: none;
    text-decoration: none;
}
.mui-1kjr3sc {
    margin: 0;
    font: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: #bb0f30;
    -webkit-text-decoration: none;
    text-decoration: none;
}
.mui-11gdchv {
    margin: 0;
    font-size: 1rem;
    font-weight: 500;
    line-height: 30px;
    font-family: "__Manrope_1b340f", "__Manrope_Fallback_1b340f", system-ui, sans-serif;
    color: rgba(27, 27, 27, 0.7);
}
@media (max-width: 599.95px) {
    .mui-11gdchv {
        font-size: 0.875rem;
    }
}
.mui-11gdchv:hover {
    color: #bb0f30;
}
.mui-kxl2q8 {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(100% * 12 / var(--Grid-columns) - (var(--Grid-columns) - 12) * (var(--Grid-columnSpacing) / var(--Grid-columns)));
    min-width: 0;
    box-sizing: border-box;
}
@media (min-width: 900px) {
    .mui-kxl2q8 {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        width: calc(100% * 5 / var(--Grid-columns) - (var(--Grid-columns) - 5) * (var(--Grid-columnSpacing) / var(--Grid-columns)));
    }
}
.mui-i2vayy {
    --Grid-columnsLevel2: var(--Grid-columnsLevel1);
    --Grid-columnSpacingLevel2: 24px;
    --Grid-rowSpacingLevel2: 24px;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    min-width: 0;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: var(--Grid-rowSpacingLevel2) var(--Grid-columnSpacingLevel2);
}
.mui-u9vnyg {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(100% * 12 / var(--Grid-columnsLevel2) - (var(--Grid-columnsLevel2) - 12) * (var(--Grid-columnSpacingLevel2) / var(--Grid-columnsLevel2)));
    min-width: 0;
    box-sizing: border-box;
}
@media (min-width: 900px) {
    .mui-u9vnyg {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        width: calc(100% * 6 / var(--Grid-columnsLevel2) - (var(--Grid-columnsLevel2) - 6) * (var(--Grid-columnSpacingLevel2) / var(--Grid-columnsLevel2)));
    }
}
@media (min-width: 0px) {
    .mui-d47f85 {
        display: block;
    }
}
@media (min-width: 900px) {
    .mui-d47f85 {
        display: none;
    }
}
.mui-nmqzhx {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (min-width: 0px) {
    .mui-nmqzhx {
        gap: 16px;
        display: none;
    }
}
@media (min-width: 900px) {
    .mui-nmqzhx {
        gap: 32px;
        display: block;
    }
}
.mui-1fgmdvm {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.1;
    font-family: "__Manrope_1b340f", "__Manrope_Fallback_1b340f", system-ui, sans-serif;
    font-weight: 700;
}
@media (min-width: 0px) {
    .mui-1fgmdvm {
        margin-bottom: 16px;
    }
}
@media (min-width: 1200px) {
    .mui-1fgmdvm {
        margin-bottom: 50.4px;
    }
}
.mui-1xesdet {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
@media (min-width: 0px) {
    .mui-1xesdet {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
@media (min-width: 1200px) {
    .mui-1xesdet {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
.mui-13vwlul {
    margin: 0;
    font-size: 1rem;
    font-weight: 500;
    line-height: 30px;
    font-family: "__Manrope_1b340f", "__Manrope_Fallback_1b340f", system-ui, sans-serif;
    color: rgba(27, 27, 27, 0.7);
    font-weight: 700;
    color: #1b1b1b;
}
@media (max-width: 599.95px) {
    .mui-13vwlul {
        font-size: 0.875rem;
    }
}
.mui-w6mnnp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.mui-w6mnnp > :not(style):not(style) {
    margin: 0;
}
.mui-w6mnnp > :not(style) ~ :not(style) {
    margin-left: 12px;
}
.mui-77mr2t {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}
.mui-665ulu {
    -webkit-text-decoration: none;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}
.mui-1aq1pgx {
    margin: 0;
    font: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: #bb0f30;
    -webkit-text-decoration: none;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

.content-wrapper {
	height: 100%;
	margin-top: 40px;
	max-width: 100rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-bottom: 5rem;
}

.content-wrapper h1{
	margin-bottom: calc(0.7rem + 0.5vmin);
	font-size: calc(2.3rem + 1vmin);
}

.blue-line {
	height: 0.3rem;
	width: 10rem;
	background-color: rgb(79, 143, 226);
	margin-bottom: calc(3rem + 2vmin);
}

.wrapper-for-arrows {
	position: relative;
	width: 70%;
	border-radius: 2rem;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	overflow: hidden;
	display: grid;
	place-items: center;
}

.review-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: calc(2rem + 1vmin);
	width: 100%;
}

#imgDiv {
	border-radius: 50%;
	width: calc(6rem + 4vmin);
	height: calc(6rem + 4vmin);
	position: relative;
	box-shadow: 5px -3px rgb(79, 143, 226);
	background-size: cover;
	margin-bottom: calc(0.7rem + 0.5vmin);
}

.chicken {
	background-image: url("https://media0.giphy.com/media/A8Cdznswn5vnG/200w.gif?cid=790b7611e8c5980ee7141bc18ec12c49962b871eb404ba5b&rid=200w.gif&ct=s");
	width: 200px;
	height: 250px;
	position: absolute;
	top: 12%;
}

#imgDiv::after {
	content: "''";
	font-size: calc(2rem + 2vmin);
	font-family: sans-serif;
	line-height: 150%;
	color: #fff;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background-color: rgb(79, 143, 226);
	position: absolute;
	top: 10%;
	left: -10%;
	width: calc(2rem + 2vmin);
	height: calc(2rem + 2vmin);
}

#personName {
	margin-bottom: calc(0.7rem + 0.5vmin);
	font-size: calc(1rem + 0.5vmin);
	letter-spacing: calc(0.1rem + 0.1vmin);
	font-weight: bold;
}

#profession {
	font-size: calc(0.8rem + 0.3vmin);
	margin-bottom: calc(0.7rem + 0.5vmin);
	color: rgb(79, 143, 226);
}

#description {
	font-size: calc(0.8rem + 0.3vmin);
	width: 70%;
	max-width: 40rem;
	text-align: center;
	margin-bottom: calc(1.4rem + 1vmin);
	color: rgb(92, 92, 92);
	line-height: 2rem;
}

.arrow-wrap {
	position: absolute;
	top: 50%;
}

.arrow {
	width: calc(1.4rem + 0.6vmin);
	height: calc(1.4rem + 0.6vmin);
	border: solid rgb(79, 143, 226);
	border-width: 0 calc(0.5rem + 0.2vmin) calc(0.5rem + 0.2vmin) 0;
	cursor: pointer;
	transition: transform 0.3s;
}

.arrow:hover {
	transition: 0.3s;
	transform: scale(1.15);
}

.left-arrow-wrap {
	left: 5%;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.right-arrow-wrap {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	right: 5%;
}

.surprise-me-btn {
	border: 2px solid rgb(79, 143, 226);
	background-color: rgb(224, 238, 255);
	color: rgb(79, 143, 226);
	border-radius: 2rem;
	padding: calc(0.5rem + 0.2vmin) 0;
	width: calc(7rem + 5vmin);
	text-align: center;
	transition: background-color 0.3s, transform 0.3s;
	cursor: pointer;
	margin-bottom: calc(1.4rem + 1vmin);
}

.surprise-me-btn:hover {
	transition: background-color 0.3s, transform 0.3s;
	background-color: rgb(255, 255, 255);
	transform: rotate(5deg);
}

.move-head {
	animation: moveHead 1.55s infinite;
	animation-delay: -0.8s;
}

.hide-chicken-btn {
	border: 2px solid rgb(226, 89, 79);
	background-color: rgb(255, 224, 224);
	color: rgb(226, 79, 79);
	border-radius: 2rem;
	padding: calc(0.5rem + 0.2vmin) 0;
	width: calc(10rem + 5vmin);
	text-align: center;
	transition: background-color 0.3s, transform 0.3s;
	cursor: pointer;
	margin-bottom: calc(1.4rem + 1vmin);
}

.hide-chicken-btn:hover {
	transition: background-color 0.3s, transform 0.3s;
	background-color: rgb(255, 255, 255);
	transform: rotate(5deg);
}

@keyframes moveHead {
	0% {
	}
	25% {
		transform: translate(0.5rem, 1rem) rotate(5deg);
	}
	100% {
		transform: translate(0, 0) rotate(-5deg);
	}
}

@media screen and (max-width: 900px) {
	.content-wrapper {
		width: 100%;
	}
}
