* {
    box-sizing: border-box;
}
body {
    margin: 0;
}
:root {
    --gjs-t-color-primary: #cf549e;
    --gjs-t-color-secondary: #b9227d;
    --gjs-t-color-accent: #ffb347;
    --gjs-t-color-success: #28a745;
    --gjs-t-color-warning: #ffc107;
    --gjs-t-color-error: #dc3545;
}
.gjs-t-body {
    background-color: rgba(0, 0, 0, 1);
    color: inherit;
    font-size: 1rem;
    line-height: 1.75rem;
    font-family: Arial, Helvetica, sans-serif;
}
.gjs-t-h1 {
    color: var(--gjs-t-color-secondary);
    font-size: 1.5rem;
    line-height: 2.5rem;
}
.gjs-t-h2 {
    color: #601843;
    font-size: 1.2rem;
    line-height: 1.75rem;
}
.gjs-t-button {
    background-color: var(--gjs-t-color-primary);
    color: white;
    border-radius: 0.3rem;
}
.gjs-t-link {
    color: var(--gjs-t-color-primary);
    text-decoration: underline;
}
.gjs-t-border {
    border-radius: 0.3rem;
    border-color: #e0e0e0;
}
.gjs-container {
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
}
.gjs-section {
    display: flex;
    padding: 50px 0;
}
.gjs-plg-flex-column {
    flex-grow: 1;
}
.gjs-plg-flex-row {
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
}
.gjs-icon {
    display: inline-block;
    text-decoration: none;
    color: inherit;
    vertical-align: middle;
    fill: currentColor;
    width: 50px;
    height: 50px;
}
.gjs-link-box {
    color: inherit;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    max-width: 100%;
    text-decoration: none;
}
#ioqg {
    font-family: Rubik;
    color: #262628;
}
.swiper-pagination-bullet-active {
    background-color: currentColor;
}
.swiper-pagination-progressbar-fill {
    --swiper-pagination-color: currentColor;
}
.gjs-plg-accordion-marker {
    min-width: 24px;
    width: 24px;
    height: 24px;
    transition: transform 0.2s ease-in-out;
}
.gjs-plg-accordion-marker-open {
    transform: rotateZ(180deg);
}
summary {
    list-style: none;
}
.gjs-plg-accordion-header {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
.gjs-plg-accordion::details-content {
    opacity: 0;
    block-size: 0;
    overflow: hidden;
    transform: translateY(-5px);
    transition-property: opacity, transform, block-size, content-visibility;
    transition-behavior: normal, normal, normal, allow-discrete;
    transition-timing-function: ease-in-out;
    transition-duration: 0.2s;
}
.gjs-plg-accordion[open]::details-content {
    opacity: 1;
    transform: translateY(0);
    block-size: auto;
}
.navbar-menu-toggle {
    margin: 10px 0;
    padding: 5px 10px;
    display: none;
    cursor: pointer;
}
.navbar-menu-nav {
    padding: 10px 0;
    display: flex;
    gap: 20px;
}
.navbar-cnt {
    max-width: 950px;
    margin: 0 auto;
    width: 95%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.navbar {
    background-color: #222;
    color: #ddd;
    min-height: 50px;
    width: 100%;
}
.navbar-container {
    max-width: 950px;
    margin: 0 auto;
    width: 95%;
}
.navbar-items-c {
    display: inline-block;
    float: right;
}
.navbar-container::after {
    content: "";
    clear: both;
    display: block;
}
.navbar-brand {
    vertical-align: top;
    display: inline-block;
    padding: 5px;
    min-height: 50px;
    min-width: 50px;
    color: inherit;
    text-decoration: none;
}
.navbar-menu {
    padding: 10px 0;
    display: block;
    float: right;
    margin: 0;
}
.navbar-menu-link {
    margin: 0;
    color: inherit;
    text-decoration: none;
    display: inline-block;
    padding: 10px 15px;
}
.navbar-burger {
    margin: 10px 0;
    width: 45px;
    padding: 5px 10px;
    display: none;
    float: right;
    cursor: pointer;
}
.navbar-burger-line {
    padding: 1px;
    background-color: white;
    margin: 5px 0;
}
.img-borders {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
}
.gjs-divider {
    height: 3px;
    width: 100%;
    margin: 10px;
    background-color: rgba(0, 0, 0, 0.05);
}
#i74td-3-2-3 {
    font-size: 20px;
    padding-left: 20px;
}
#inbd3-3-2-3 {
    width: 50px;
    height: 50px;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: rgba(0, 0, 0, 1);
    color: white;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: white;
    border-right-color: white;
    border-bottom-color: white;
    border-left-color: white;
}
#ikx0n-3-2-3 {
    display: flex;
    max-width: 240px;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: white;
    transition: background 0.5s ease 0s;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 5px;
    cursor: pointer;
    padding-top: 5px;
    font-family: Poppins;
}
#ikx0n-3-2-3:hover {
    background-color: rgba(232, 232, 232, 0.91);
}
.gjs-image-box {
    height: 200px;
    width: 100%;
}
.swiper-button-prev {
    color: inherit;
}
.swiper-button-prev:after {
    content: none;
}
.swiper-button-next {
    color: inherit;
}
.swiper-button-next:after {
    content: none;
}
#i7595i-2 {
    color: black;
    display: flex;
    width: 74px;
}
#ibattr-2 {
    padding: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    align-self: center;
    color: rgba(255, 255, 255, 1);
    font-family: Tourney;
    font-size: 49px;
}
#ii36lc-2 {
    flex: 0 0 25%;
    display: flex;
    align-items: center;
}
#illn7n-2 {
    flex: 0 0 75%;
    align-self: center;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
#ij3acu-2 {
    width: 100%;
}
#idhd5s-2 {
    width: 92%;
}
#i4qmpp-2 {
    position: sticky;
    z-index: 111;
    top: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: rgba(0, 0, 0, 1);
}
#i7595i-2-2 {
    color: black;
    display: flex;
    width: 74px;
}
#ibattr-2-2 {
    padding: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    align-self: center;
    color: rgba(255, 255, 255, 1);
    font-family: Tourney;
    font-size: 49px;
}
#ii36lc-2-2 {
    flex: 0 0 25%;
    display: flex;
    align-items: center;
}
#illn7n-2-2 {
    flex: 0 0 75%;
    align-self: center;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
#ij3acu-2-2 {
    width: 100%;
}
#idhd5s-2-2 {
    width: 92%;
}
#i4qmpp-2-2 {
    position: sticky;
    z-index: 111;
    top: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: rgba(0, 0, 0, 1);
}
#izf33p {
    padding: 10px;
    color: rgba(0, 0, 0, 1);
    font-family:
        Arial Black,
        Gadget,
        sans-serif;
    font-size: 20px;
    vertical-align: baseline;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1);
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
    border-bottom-left-radius: 17px;
    border-bottom-right-radius: 17px;
}
#i9ra2j {
    background-color: rgba(255, 255, 255, 1);
    color: rgba(0, 0, 0, 1);
}
#i8jdfi-2 {
    padding: 10px;
    font-family: "BBH Sans Bogle";
    color: rgba(255, 255, 255, 1);
    font-size: 35px;
}
#i4ddph-2-2 {
    font-size: 20px;
    white-space: pre-wrap;
    display: block;
    padding-top: 25px;
    padding-bottom: 25px;
    max-width: 338px;
    padding-left: 10px;
}
#iqsdqd-2-2 {
    flex: 0 0 50%;
}
#iwqvo2-2-3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
    margin-top: 0px;
}
#ibab16-5-3 {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 12px;
    padding-bottom: 10px;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition:
        color 0.5s ease 0s,
        border 0.5s ease 0s;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-bottom-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
#ibab16-5-3:hover {
    border-top-color: #69cdbb;
    border-right-color: #69cdbb;
    border-bottom-color: #69cdbb;
    border-left-color: #69cdbb;
    color: #69cdbb;
}
#ibab16-4-2-3 {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 12px;
    padding-bottom: 10px;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition:
        color 0.5s ease 0s,
        border 0.5s ease 0s;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-bottom-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
#ibab16-4-2-3:hover {
    border-top-color: #69cdbb;
    border-right-color: #69cdbb;
    border-bottom-color: #69cdbb;
    border-left-color: #69cdbb;
    color: #69cdbb;
}
#ibab16-3-2-3 {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 12px;
    padding-bottom: 10px;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition:
        color 0.5s ease 0s,
        border 0.5s ease 0s;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-bottom-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
#ibab16-3-2-3:hover {
    border-top-color: #69cdbb;
    border-right-color: #69cdbb;
    border-bottom-color: #69cdbb;
    border-left-color: #69cdbb;
    color: #69cdbb;
}
#i6fhpg-2-3 {
    flex-basis: 50%;
}
#iwqvo2-2-2-2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
    margin-top: 0px;
}
#ibab16-5-2-2 {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 12px;
    padding-bottom: 10px;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition:
        color 0.5s ease 0s,
        border 0.5s ease 0s;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-bottom-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
#ibab16-5-2-2:hover {
    border-top-color: #69cdbb;
    border-right-color: #69cdbb;
    border-bottom-color: #69cdbb;
    border-left-color: #69cdbb;
    color: #69cdbb;
}
#ibab16-4-2-2-2 {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 12px;
    padding-bottom: 10px;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition:
        color 0.5s ease 0s,
        border 0.5s ease 0s;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-bottom-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
#ibab16-4-2-2-2:hover {
    border-top-color: #69cdbb;
    border-right-color: #69cdbb;
    border-bottom-color: #69cdbb;
    border-left-color: #69cdbb;
    color: #69cdbb;
}
#ibab16-3-2-2-2 {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 12px;
    padding-bottom: 10px;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition:
        color 0.5s ease 0s,
        border 0.5s ease 0s;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-bottom-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
#ibab16-3-2-2-2:hover {
    border-top-color: #69cdbb;
    border-right-color: #69cdbb;
    border-bottom-color: #69cdbb;
    border-left-color: #69cdbb;
    color: #69cdbb;
}
#i6fhpg-2-2-2 {
    flex-basis: 50%;
}
#ipb8g1-2-2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
    margin-top: 0px;
}
#ibab16-2-4-2 {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 12px;
    padding-bottom: 10px;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition:
        color 0.5s ease 0s,
        border 0.5s ease 0s;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-bottom-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
#ibab16-2-4-2:hover {
    border-top-color: #69cdbb;
    border-right-color: #69cdbb;
    border-bottom-color: #69cdbb;
    border-left-color: #69cdbb;
    color: #69cdbb;
}
#ibab16-2-3-2-2-2 {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 12px;
    padding-bottom: 10px;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition:
        color 0.5s ease 0s,
        border 0.5s ease 0s;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-bottom-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
#ibab16-2-3-2-2-2:hover {
    border-top-color: #69cdbb;
    border-right-color: #69cdbb;
    border-bottom-color: #69cdbb;
    border-left-color: #69cdbb;
    color: #69cdbb;
}
#i93tgp-2-2 {
    flex-basis: 50%;
}
#idj72j-2-2 {
    width: 100%;
}
#ihlyix-2-2 {
    white-space: pre-wrap;
    display: block;
    margin-top: 60px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    text-align: center;
    color: white;
}
#idnjbi-2-2 {
    padding-top: 140px;
    padding-bottom: 25px;
    margin-top: 0px;
    color: white;
    background-image: linear-gradient(180deg, black, rgba(72, 72, 72, 1) 15%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}
#i8jdfi-2-2 {
    padding: 10px;
    font-family: "BBH Sans Bogle";
    color: rgba(255, 255, 255, 1);
    font-size: 35px;
}
#i4ddph-2-2-2 {
    font-size: 20px;
    white-space: pre-wrap;
    display: block;
    padding-top: 25px;
    padding-bottom: 25px;
    max-width: 338px;
    padding-left: 10px;
}
#iqsdqd-2-2-2 {
    flex: 0 0 50%;
}
#iwqvo2-2-3-2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
    margin-top: 0px;
}
#ibab16-5-3-2 {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 12px;
    padding-bottom: 10px;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition:
        color 0.5s ease 0s,
        border 0.5s ease 0s;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-bottom-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
#ibab16-5-3-2:hover {
    border-top-color: #69cdbb;
    border-right-color: #69cdbb;
    border-bottom-color: #69cdbb;
    border-left-color: #69cdbb;
    color: #69cdbb;
}
#ibab16-4-2-3-2 {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 12px;
    padding-bottom: 10px;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition:
        color 0.5s ease 0s,
        border 0.5s ease 0s;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-bottom-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
#ibab16-4-2-3-2:hover {
    border-top-color: #69cdbb;
    border-right-color: #69cdbb;
    border-bottom-color: #69cdbb;
    border-left-color: #69cdbb;
    color: #69cdbb;
}
#ibab16-3-2-3-2 {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 12px;
    padding-bottom: 10px;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition:
        color 0.5s ease 0s,
        border 0.5s ease 0s;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-bottom-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
#ibab16-3-2-3-2:hover {
    border-top-color: #69cdbb;
    border-right-color: #69cdbb;
    border-bottom-color: #69cdbb;
    border-left-color: #69cdbb;
    color: #69cdbb;
}
#i6fhpg-2-3-2 {
    flex-basis: 50%;
}
#iwqvo2-2-2-2-2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
    margin-top: 0px;
}
#ibab16-5-2-2-2 {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 12px;
    padding-bottom: 10px;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition:
        color 0.5s ease 0s,
        border 0.5s ease 0s;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-bottom-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
#ibab16-5-2-2-2:hover {
    border-top-color: #69cdbb;
    border-right-color: #69cdbb;
    border-bottom-color: #69cdbb;
    border-left-color: #69cdbb;
    color: #69cdbb;
}
#ibab16-4-2-2-2-2 {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 12px;
    padding-bottom: 10px;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition:
        color 0.5s ease 0s,
        border 0.5s ease 0s;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-bottom-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
#ibab16-4-2-2-2-2:hover {
    border-top-color: #69cdbb;
    border-right-color: #69cdbb;
    border-bottom-color: #69cdbb;
    border-left-color: #69cdbb;
    color: #69cdbb;
}
#ibab16-3-2-2-2-2 {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 12px;
    padding-bottom: 10px;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition:
        color 0.5s ease 0s,
        border 0.5s ease 0s;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-bottom-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
#ibab16-3-2-2-2-2:hover {
    border-top-color: #69cdbb;
    border-right-color: #69cdbb;
    border-bottom-color: #69cdbb;
    border-left-color: #69cdbb;
    color: #69cdbb;
}
#i6fhpg-2-2-2-2 {
    flex-basis: 50%;
}
#ipb8g1-2-2-2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
    margin-top: 0px;
}
#ibab16-2-4-2-2 {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 12px;
    padding-bottom: 10px;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition:
        color 0.5s ease 0s,
        border 0.5s ease 0s;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-bottom-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
#ibab16-2-4-2-2:hover {
    border-top-color: #69cdbb;
    border-right-color: #69cdbb;
    border-bottom-color: #69cdbb;
    border-left-color: #69cdbb;
    color: #69cdbb;
}
#ibab16-2-3-2-2-2-2 {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 12px;
    padding-bottom: 10px;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition:
        color 0.5s ease 0s,
        border 0.5s ease 0s;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-bottom-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
#ibab16-2-3-2-2-2-2:hover {
    border-top-color: #69cdbb;
    border-right-color: #69cdbb;
    border-bottom-color: #69cdbb;
    border-left-color: #69cdbb;
    color: #69cdbb;
}
#i93tgp-2-2-2 {
    flex-basis: 50%;
}
#idj72j-2-2-2 {
    width: 100%;
}
#ihlyix-2-2-2 {
    white-space: pre-wrap;
    display: block;
    margin-top: 60px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    text-align: center;
    color: white;
}
#idnjbi-2-2-2 {
    padding-top: 140px;
    padding-bottom: 25px;
    margin-top: 0px;
    color: white;
    background-image: linear-gradient(180deg, black, rgba(72, 72, 72, 1) 15%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}
#itt8am {
    width: 59%;
}
#ilizzu {
    padding: 10px;
    padding-top: 50px;
    padding-right: 13px;
    padding-bottom: 13px;
    padding-left: 13px;
    color: rgba(0, 0, 0, 1);
}
#i8xkj7r {
    text-align: center;
}
#igt7lg6 {
    text-align: center;
}
#iqf6q01 {
    text-align: center;
}
#iweqyje {
    text-align: center;
}
#i9b9791 {
    text-align: center;
}
#ikmq91e {
    text-align: center;
}
#iiewyci {
    text-align: center;
}
#ilsmtyn {
    text-align: center;
}
#i1ji1kc {
    text-align: center;
}
#iqrq3li {
    text-align: center;
}
#i8oqn8k {
    text-align: center;
}
#ise4rjk {
    text-align: center;
}
#i8u4gbn {
    text-align: center;
}
#iu6rpy9 {
    text-align: center;
}
#ih3le5g {
    text-align: center;
}
#igbam1j {
    text-align: center;
}
#i87q6tw {
    text-align: center;
}
#injcqjr {
    text-align: center;
}
#ixuax0x {
    text-align: center;
}
#ip677sj {
    text-align: center;
}
#iciujnp {
    text-align: center;
}
#i7cvopl {
    text-align: center;
}
#i1pq3jy {
    text-align: center;
}
#isnc5g8 {
    text-align: center;
}
#ipfaiwq {
    text-align: center;
}
#ibnbsoe {
    text-align: center;
}
#iwnnjql {
    text-align: center;
}
#i2t9jem {
    text-align: center;
}
#igzc3au {
    text-align: center;
}
#ih0wkm5 {
    text-align: center;
}
#ie59t6m {
    text-align: center;
}
#i57ytcx {
    text-align: center;
}
#ick7k6a {
    text-align: center;
}
#ib8anix {
    text-align: center;
}
#i4g6ll5 {
    text-align: center;
}
#ix88k6h {
    text-align: center;
}
#iivlhpj {
    text-align: center;
}
#ie6sffk {
    text-align: center;
}
#ifywydb {
    text-align: center;
}
#iwl4gkk {
    text-align: center;
}
#ipenqen {
    text-align: center;
}
#i3zadrk {
    text-align: center;
}
#ij39jrw {
    text-align: center;
}
#iikpbws {
    text-align: center;
}
#i3o9up4 {
    text-align: center;
}
#i7595i-3 {
    color: black;
    width: 74px;
    transition: unset;
    display: flex;
}
#ibattr-3 {
    padding: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    align-self: center;
    color: rgba(255, 255, 255, 1);
    font-family: Tourney;
    font-size: 44px;
}
#ii36lc-3 {
    flex: 0 1 auto;
    display: flex;
    align-items: center;
}
#ib43vj-2 {
    color: black;
    width: 42px;
    display: flex;
    align-items: center;
}
#ii9eaj-5-2 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    font-weight: 600;
    display: none;
}
#ii9eaj-3 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    font-weight: 600;
    display: none;
}
#ii9eaj-4-2 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    font-weight: 600;
    display: none;
}
#ii9eaj-2-2 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    font-weight: 600;
    display: none;
}
#iku66i-2 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    font-weight: 600;
    display: none;
}
#illn7n-3 {
    flex: 0 1 auto;
    align-self: center;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
#ij3acu-3 {
    width: 100%;
    justify-content: space-between;
}
#idhd5s-3 {
    width: 92%;
}
#i4qmpp-3 {
    position: sticky;
    z-index: 111;
    top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: rgba(0, 0, 0, 1);
    display: none;
}
#imcd2-2-3-2 {
    color: white;
}
#i7fk-2-2-2 {
    flex: 0 1 auto;
    display: none;
}
#iu36lb-2 {
    text-align: center;
}
#iq9xm-2-2-2 {
    padding: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 75px;
    color: white;
    font-weight: 700;
    font-family: "BBH Sans Bogle";
    text-decoration: none;
    letter-spacing: 3px;
    display: inline;
}
#izq5-2-3-2 {
    flex: 0 1 auto;
}
#imcd2-2-2-2-2 {
    color: white;
    display: none;
}
#izq5-2-2-2-2 {
    flex-basis: 50%;
}
#ibxm-2-2-2 {
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}
#i5og1n-2-2 {
    flex-basis: 33.33%;
    margin-top: 0%;
    display: block;
    position: absolute;
    top: 2%;
}
#ijdts-2-2 {
    white-space: pre-wrap;
    display: block;
    font-size: 22px;
    color: white;
    font-weight: 300;
    line-height: 30px;
    width: 70vw;
    position: absolute;
    top: 20%;
    right: auto;
    bottom: auto;
    left: 0%;
}
#ij7jaw-2 {
    flex-basis: 33.33%;
    margin-top: 0%;
    display: flex;
    position: absolute;
    top: 57%;
}
#i74td-3-2-4 {
    font-size: 20px;
    padding-left: 20px;
}
#inbd3-3-2-4 {
    width: 50px;
    height: 50px;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: rgba(0, 0, 0, 1);
    color: white;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: white;
    border-right-color: white;
    border-bottom-color: white;
    border-left-color: white;
}
#ikx0n-3-2-4 {
    display: flex;
    max-width: 240px;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: white;
    transition: background 0.5s ease 0s;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 5px;
    cursor: pointer;
    padding-top: 5px;
    font-family: Poppins;
}
#ikx0n-3-2-4:hover {
    background-color: rgba(232, 232, 232, 0.91);
}
#i74td-3-2-2-2 {
    font-size: 20px;
    padding-left: 20px;
}
#inbd3-3-2-2-2 {
    width: 50px;
    height: 50px;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: rgba(0, 0, 0, 1);
    color: white;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: white;
    border-right-color: white;
    border-bottom-color: white;
    border-left-color: white;
    align-self: center;
    flex: 0 1 auto;
}
#ikx0n-3-2-2-2 {
    display: flex;
    max-width: 240px;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: rgba(180, 178, 178, 1);
    transition: background 0.5s ease 0s;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 5px;
    cursor: pointer;
    padding-top: 5px;
    font-family: Poppins;
}
#ikx0n-3-2-2-2:hover {
    background-color: rgba(232, 232, 232, 0.91);
}
#i2n9by-2 {
    flex-basis: 33.33%;
    display: flex;
    gap: 15px;
    position: absolute;
    top: 66%;
}
#ixjctb-2 {
    width: 100%;
    flex-direction: column;
    position: relative;
    align-items: stretch;
    height: 100%;
    display: block;
}
#ig1j-2-2 {
    height: 100%;
}
#ie5f-2-2 {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, black 100%),
        url("../ressources/mbf_bild1.jpg");
    background-position:
        0px 0px,
        0px 0px;
    background-size:
        100% 100%,
        100% 100%;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
    background-origin: padding-box, padding-box;
    position: static;
    z-index: 0;
    top: 0%;
    right: 0%;
    bottom: auto;
    left: 0%;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 60vw;
    max-height: 100vh;
    display: none;
}
#fdfdfd-2 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    vertical-align: middle;
    text-align: center;
    font-size: 52px;
    font-family:
        Arial Black,
        Gadget,
        sans-serif;
}
#abschnitt_party-2 {
    background-color: rgb(0, 0, 0);
    padding-bottom: 0px;
    display: none;
}
#iFjg0-2-4 {
    color: #a4a4a4;
}
#io7a6-2-4 {
    font-size: 30px;
    font-weight: 700;
    font-family: Poppins;
    display: none;
}
#ipuj6e-4 {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
}
#ipuj6e-4 {
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-fill-mode: both;
    --animation-repeat: false;
    display: none;
}
#iosb2l-3 {
    padding: 10px;
    font-family: "BBH Sans Bogle";
    color: rgba(65, 129, 247, 1);
    font-size: 35px;
    text-align: center;
}
#i6jxfh-2 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    line-height: 28px;
    font-size: 24px;
    text-align: center;
}
#i74td-3-2-3-2-3 {
    font-size: 20px;
    padding-left: 20px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 21px;
}
#inbd3-3-2-3-2-3 {
    width: 50px;
    height: 50px;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: rgba(0, 0, 0, 1);
    color: white;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: white;
    border-right-color: white;
    border-bottom-color: white;
    border-left-color: white;
}
#ikx0n-3-2-3-2-3 {
    display: flex;
    max-width: 240px;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    transition: background 0.5s ease 0s;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 5px;
    cursor: pointer;
    padding-top: 5px;
    font-family: Poppins;
    background-color: rgba(65, 129, 247, 1);
    flex-direction: row;
}
#ikx0n-3-2-3-2-3:hover {
    background-color: rgba(232, 232, 232, 0.91);
}
#i0p74-4 {
    padding-top: 41px;
    padding-right: 41px;
    padding-bottom: 41px;
    padding-left: 41px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    align-self: center;
    flex: 1 1 0%;
}
#i0elo-4 {
    color: black;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgba(65, 129, 247, 1);
    border-right-color: rgba(65, 129, 247, 1);
    border-bottom-color: rgba(65, 129, 247, 1);
    border-left-color: rgba(65, 129, 247, 1);
    display: block;
    width: auto;
    height: 100%;
    max-height: 75vh;
    max-width: 95%;
}
#ic8ka-4 {
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 40px;
    flex: 0 1 auto;
    max-width: 50%;
    height: 100%;
    align-self: center;
    max-height: 100%;
}
#i3udg-4 {
    width: 100%;
    gap: 25px;
    justify-content: center;
}
#iy7nl-3 {
    position: static;
    background-color: rgba(0, 0, 0, 0.99);
    display: none;
    padding-top: 50px;
}
#i0elo-3-3 {
    color: black;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgba(65, 129, 247, 1);
    border-right-color: rgba(65, 129, 247, 1);
    border-bottom-color: rgba(65, 129, 247, 1);
    border-left-color: rgba(65, 129, 247, 1);
    height: 100%;
    max-height: 75vh;
    max-width: 95%;
}
#ic8ka-3-3 {
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    align-self: center;
    height: 100%;
    max-height: 100%;
    max-width: 50%;
    flex: 0 1 auto;
}
#iFjg0-2-3-3 {
    color: #a4a4a4;
}
#io7a6-2-3-3 {
    font-size: 30px;
    font-weight: 700;
    font-family: Poppins;
}
#ipuj6e-3-3 {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
}
#ipuj6e-3-3 {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
    display: none;
}
#ipuj6e-3-3 {
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-fill-mode: both;
    --animation-repeat: false;
}
#iosb2l-2-3 {
    padding: 10px;
    font-family: "BBH Sans Bogle";
    color: rgba(65, 129, 247, 1);
    font-size: 35px;
}
#i3q3vf-2 {
    text-align: left;
}
#iqj0ju-2 {
    text-align: left;
}
#iluca5-2 {
    text-align: center;
}
#i0prnd-3 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    line-height: 28px;
    font-size: 24px;
    text-align: left;
}
#i74td-3-2-3-2-2-3 {
    font-size: 20px;
    padding-left: 20px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 21px;
    margin-top: 0px;
}
#inbd3-3-2-3-2-2-3 {
    width: 50px;
    height: 50px;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: rgba(0, 0, 0, 1);
    color: white;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: white;
    border-right-color: white;
    border-bottom-color: white;
    border-left-color: white;
}
#ikx0n-3-2-3-2-2-3 {
    display: none;
    max-width: 240px;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    transition: background 0.5s ease 0s;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 5px;
    cursor: pointer;
    padding-top: 5px;
    font-family: Poppins;
    background-color: rgba(65, 129, 247, 1);
    flex: 0 1 auto;
}
#ikx0n-3-2-3-2-2-3:hover {
    background-color: rgba(232, 232, 232, 0.91);
}
#i0p74-3-3 {
    padding-top: 41px;
    padding-right: 41px;
    padding-bottom: 41px;
    padding-left: 41px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    align-self: center;
    position: static;
    flex: 1 1 0%;
}
#i3udg-3-3 {
    width: 100%;
    gap: 25px;
}
#abschnitt_tickets-2 {
    position: static;
    background-color: rgba(0, 0, 0, 0.99);
}
#ikz1bj-2-2 {
    color: rgba(65, 129, 247, 1);
    font-family: "BBH Sans Bogle";
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 5px;
}
#iozxys-2-3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
}
#i0ugd9-2-3 {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(65, 129, 247, 1);
    filter: unset;
}
#imjktx-2-3 {
    color: rgba(255, 255, 255, 1);
}
#ita2bq-2-3 {
    font-size: 20px;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
}
#ilywhr-6-3 {
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    border-bottom-style: solid;
    border-top-color: rgba(0, 0, 0, 0.18);
    border-right-color: rgba(0, 0, 0, 0.18);
    border-bottom-color: rgba(0, 0, 0, 0.18);
    border-left-color: rgba(0, 0, 0, 0.18);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}
#iozxys-2-2-2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
}
#i0ugd9-2-2-2 {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(65, 129, 247, 1);
    filter: unset;
}
#imjktx-2-2-2 {
    color: rgba(255, 255, 255, 1);
}
#ita2bq-2-2-2 {
    font-size: 20px;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
}
#ilywhr-6-2-2 {
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    border-bottom-style: solid;
    border-top-color: rgba(0, 0, 0, 0.18);
    border-right-color: rgba(0, 0, 0, 0.18);
    border-bottom-color: rgba(0, 0, 0, 0.18);
    border-left-color: rgba(0, 0, 0, 0.18);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}
#iqbe4d-2-2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
}
#i92kya-2-2 {
    color: #262628;
    background-color: rgba(65, 129, 247, 1);
}
#izgcet-2-2 {
    font-size: 20px;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
}
#ilywhr-5-2-2 {
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    border-bottom-style: solid;
    border-top-color: rgba(0, 0, 0, 0.18);
    border-right-color: rgba(0, 0, 0, 0.18);
    border-bottom-color: rgba(0, 0, 0, 0.18);
    border-left-color: rgba(0, 0, 0, 0.18);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}
#iuicgl-2-2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
}
#i33lp1-2-2 {
    color: #262628;
    background-color: rgba(65, 129, 247, 1);
}
#igfney-2-2 {
    font-size: 20px;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
}
#ilywhr-4-2-2 {
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    border-bottom-style: solid;
    border-top-color: rgba(0, 0, 0, 0.18);
    border-right-color: rgba(0, 0, 0, 0.18);
    border-bottom-color: rgba(0, 0, 0, 0.18);
    border-left-color: rgba(0, 0, 0, 0.18);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}
#idnwpv-2-2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
}
#iiq45a-2-2 {
    color: #262628;
    background-color: rgba(65, 129, 247, 1);
}
#inpjef-2-2 {
    font-size: 20px;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
}
#ilywhr-3-2-2 {
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    border-bottom-style: solid;
    border-top-color: rgba(0, 0, 0, 0.18);
    border-right-color: rgba(0, 0, 0, 0.18);
    border-bottom-color: rgba(0, 0, 0, 0.18);
    border-left-color: rgba(0, 0, 0, 0.18);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}
#ib55ug-2-2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
}
#ie48pk-2-2 {
    color: #262628;
    background-color: rgba(65, 129, 247, 1);
}
#i5aizk-2 {
    border: 0px solid rgb(229, 231, 235);
    box-sizing: border-box;
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-scroll-snap-strictness: proximity;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    color: rgb(34, 211, 238);
    text-decoration: none;
    font-weight: 500;
    --tw-text-opacity: 1;
    font-family:
        ui-sans-serif,
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        "Helvetica Neue",
        Arial,
        "Noto Sans",
        sans-serif,
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji";
    font-size: 18px;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    letter-spacing: normal;
    orphans: 2;
    text-align: left;
    text-indent: 0px;
    text-transform: none;
    widows: 2;
    word-spacing: 0px;
    -webkit-text-stroke-width: 0px;
    white-space: normal;
    background-color: rgb(28, 25, 23);
}
#ihqjkb-2-2 {
    font-size: 20px;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
}
#ilywhr-2-2-2 {
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    border-bottom-style: solid;
    border-top-color: rgba(0, 0, 0, 0.18);
    border-right-color: rgba(0, 0, 0, 0.18);
    border-bottom-color: rgba(0, 0, 0, 0.18);
    border-left-color: rgba(0, 0, 0, 0.18);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}
#ifk8mf-2-2 {
    width: 70%;
    margin: 50px auto;
}
#iuxyfl-2-2 {
    padding-top: 70px;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 1);
    display: none;
}
#ibkc0k-2-3 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    vertical-align: middle;
    text-align: center;
    font-size: 52px;
    font-family:
        Arial Black,
        Gadget,
        sans-serif;
}
#abschnitt_highlights-2 {
    background-color: rgb(0, 0, 0);
    padding-bottom: 0px;
    display: none;
}
#i0elo-3-2-2-3 {
    color: black;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgba(65, 129, 247, 1);
    border-right-color: rgba(65, 129, 247, 1);
    border-bottom-color: rgba(65, 129, 247, 1);
    border-left-color: rgba(65, 129, 247, 1);
    height: 100%;
    max-width: 95%;
    max-height: 65vh;
}
#ic8ka-3-2-2-3 {
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    height: 100%;
    max-height: 100%;
    max-width: 50%;
    flex: 0 1 auto;
    align-self: center;
}
#iFjg0-2-3-2-2-3 {
    color: #a4a4a4;
}
#io7a6-2-3-2-2-3 {
    font-size: 30px;
    font-weight: 700;
    font-family: Poppins;
    display: none;
}
#ipuj6e-3-2-2-3 {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
}
#ipuj6e-3-2-2-3 {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
    display: none;
}
#ipuj6e-3-2-2-3 {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
}
#ipuj6e-3-2-2-3 {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
}
#ipuj6e-3-2-2-3 {
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-fill-mode: both;
    --animation-repeat: false;
}
#iosb2l-2-2-2-3 {
    padding: 10px;
    font-family: "BBH Sans Bogle";
    color: rgba(65, 129, 247, 1);
    font-size: 35px;
}
#i0prnd-2-2-3 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    line-height: 28px;
    font-size: 24px;
}
#i74td-3-2-3-2-2-2-2-2 {
    font-size: 20px;
    padding-left: 20px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 21px;
}
#inbd3-3-2-3-2-2-2-2-2 {
    width: 50px;
    height: 50px;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: rgba(0, 0, 0, 1);
    color: white;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: white;
    border-right-color: white;
    border-bottom-color: white;
    border-left-color: white;
}
#ikx0n-3-2-3-2-2-2-2-2 {
    display: flex;
    max-width: 240px;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    transition: background 0.5s ease 0s;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 5px;
    cursor: pointer;
    padding-top: 5px;
    font-family: Poppins;
    background-color: rgba(65, 129, 247, 1);
}
#ikx0n-3-2-3-2-2-2-2-2:hover {
    background-color: rgba(232, 232, 232, 0.91);
}
#i0p74-3-2-2-3 {
    padding-top: 41px;
    padding-right: 41px;
    padding-bottom: 41px;
    padding-left: 41px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    align-self: center;
    flex: 1 1 0%;
}
#i3udg-3-2-2-3 {
    width: 100%;
    gap: 25px;
}
#iy7nl-3-2-2-3 {
    position: static;
    background-color: rgba(0, 0, 0, 0.99);
    display: none;
}
#iFjg0-2-3-2-2-2-3 {
    color: #a4a4a4;
}
#io7a6-2-3-2-2-2-3 {
    font-size: 30px;
    font-weight: 700;
    font-family: Poppins;
    display: none;
}
#ipuj6e-3-2-2-2-3 {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
}
#ipuj6e-3-2-2-2-3 {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
    display: none;
}
#ipuj6e-3-2-2-2-3 {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
}
#ipuj6e-3-2-2-2-3 {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
}
#ipuj6e-3-2-2-2-3 {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
}
#ipuj6e-3-2-2-2-3 {
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-fill-mode: both;
    --animation-repeat: false;
}
#iosb2l-2-2-2-2-3 {
    padding: 10px;
    font-family: "BBH Sans Bogle";
    color: rgba(65, 129, 247, 1);
    font-size: 35px;
}
#i0prnd-2-2-2-3 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    line-height: 28px;
    font-size: 24px;
}
#i0p74-3-2-2-2-3 {
    padding-top: 41px;
    padding-right: 41px;
    padding-bottom: 41px;
    padding-left: 41px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    align-self: center;
    flex: 1 1 0%;
}
#i0elo-3-2-2-2-3 {
    color: black;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgba(65, 129, 247, 1);
    border-right-color: rgba(65, 129, 247, 1);
    border-bottom-color: rgba(65, 129, 247, 1);
    border-left-color: rgba(65, 129, 247, 1);
    opacity: 91%;
    height: 100%;
    max-width: 95%;
    max-height: 30vh;
}
#ic8ka-3-2-2-2-3 {
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 25px;
    flex: 0 1 auto;
    height: 100%;
    max-height: 100%;
    max-width: 50%;
    align-self: center;
}
#i3udg-3-2-2-2-3 {
    width: 100%;
    gap: 25px;
}
#iy7nl-3-2-2-2-3 {
    position: static;
    background-color: rgba(0, 0, 0, 0.99);
    display: none;
}
#i0elo-3-2-2-2-2-3 {
    color: black;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgba(65, 129, 247, 1);
    border-right-color: rgba(65, 129, 247, 1);
    border-bottom-color: rgba(65, 129, 247, 1);
    border-left-color: rgba(65, 129, 247, 1);
    max-width: 95%;
    max-height: 35vh;
    height: 100%;
}
#ic8ka-3-2-2-2-2-3 {
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    align-self: center;
    flex: 0 1 auto;
    height: 100%;
    max-height: 100%;
    max-width: 50%;
}
#iFjg0-2-3-2-2-2-2-3 {
    color: #a4a4a4;
}
#io7a6-2-3-2-2-2-2-3 {
    font-size: 30px;
    font-weight: 700;
    font-family: Poppins;
    display: none;
}
#ipuj6e-3-2-2-2-2-3 {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
}
#ipuj6e-3-2-2-2-2-3 {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
    display: none;
}
#ipuj6e-3-2-2-2-2-3 {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
    display: none;
}
#ipuj6e-3-2-2-2-2-3 {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
}
#ipuj6e-3-2-2-2-2-3 {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
}
#ipuj6e-3-2-2-2-2-3 {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
}
#ipuj6e-3-2-2-2-2-3 {
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-fill-mode: both;
    --animation-repeat: false;
}
#iosb2l-2-2-2-2-2-3 {
    padding: 10px;
    font-family: "BBH Sans Bogle";
    color: rgba(65, 129, 247, 1);
    font-size: 35px;
}
#i0prnd-2-2-2-2-3 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    line-height: 28px;
    font-size: 24px;
    text-align: center;
}
#i0p74-3-2-2-2-2-3 {
    padding-top: 41px;
    padding-right: 41px;
    padding-bottom: 41px;
    padding-left: 41px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    align-self: center;
    flex: 1 1 0%;
}
#i3udg-3-2-2-2-2-3 {
    width: 100%;
    gap: 25px;
}
#iy7nl-3-2-2-2-2-3 {
    position: static;
    background-color: rgba(0, 0, 0, 0.99);
    display: none;
}
#iFjg0-2-3-2-2-2-2-2-2 {
    color: #a4a4a4;
}
#io7a6-2-3-2-2-2-2-2-2 {
    font-size: 30px;
    font-weight: 700;
    font-family: Poppins;
    display: none;
}
#ipuj6e-3-2-2-2-2-2-2 {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
}
#ipuj6e-3-2-2-2-2-2-2 {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
}
#ipuj6e-3-2-2-2-2-2-2 {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
    display: none;
}
#ipuj6e-3-2-2-2-2-2-2 {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
    display: none;
}
#ipuj6e-3-2-2-2-2-2-2 {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
}
#ipuj6e-3-2-2-2-2-2-2 {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
}
#ipuj6e-3-2-2-2-2-2-2 {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
}
#ipuj6e-3-2-2-2-2-2-2 {
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-fill-mode: both;
    --animation-repeat: false;
}
#iosb2l-2-2-2-2-2-2-2 {
    padding: 10px;
    font-family: "BBH Sans Bogle";
    color: rgba(65, 129, 247, 1);
    font-size: 35px;
}
#i0prnd-2-2-2-2-2-2 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    line-height: 28px;
    font-size: 24px;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    text-align: center;
}
#i0p74-3-2-2-2-2-2-2 {
    padding-top: 41px;
    padding-right: 41px;
    padding-bottom: 41px;
    padding-left: 41px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    align-self: center;
    flex: 1 1 0%;
}
#i0elo-3-2-2-2-2-2-2 {
    color: black;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgba(65, 129, 247, 1);
    border-right-color: rgba(65, 129, 247, 1);
    border-bottom-color: rgba(65, 129, 247, 1);
    border-left-color: rgba(65, 129, 247, 1);
    height: 100%;
    max-height: 60vh;
    max-width: 95%;
}
#ic8ka-3-2-2-2-2-2-2 {
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    height: 100%;
    flex: 0 1 auto;
    align-self: center;
    max-width: 50%;
    max-height: 100%;
}
#i3udg-3-2-2-2-2-2-2 {
    width: 100%;
    gap: 25px;
}
#iy7nl-3-2-2-2-2-2-2 {
    position: static;
    background-color: rgba(0, 0, 0, 0.99);
    display: none;
}
#ibkc0k-2-2-3 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    vertical-align: middle;
    text-align: center;
    font-size: 52px;
    font-family:
        Arial Black,
        Gadget,
        sans-serif;
}
#ie71md-2-2-2 {
    background-color: rgb(0, 0, 0);
    padding-bottom: 0px;
    display: none;
}
#ib3gql-2 {
    color: black;
    width: 70%;
    background-color: rgba(255, 255, 255, 0);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: static;
    height: 100%;
}
#ipkpfe-2 {
    flex-basis: 50%;
    align-self: center;
    order: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#it33ag-2 {
    background-image: url("../ressources/website_smb_logo.png");
    background-size: contain;
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    width: 70%;
    padding-top: 0px;
    padding-right: 32px;
    padding-bottom: 0px;
    padding-left: 37px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    display: none;
}
#ir8mth-2 {
    color: black;
    width: 70%;
    background-color: rgba(255, 255, 255, 0);
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
}
#i39nel-2 {
    flex-basis: 50%;
}
#i5fpi5-2 {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    gap: 92px;
    background-color: rgba(204, 204, 204, 1);
    border-top-left-radius: 39px;
    border-top-right-radius: 39px;
    border-bottom-left-radius: 39px;
    border-bottom-right-radius: 39px;
}
#abschnitt_sponsoren-2 {
    background-color: rgba(0, 0, 0, 1);
    justify-content: center;
    display: none;
}
#ibkc0k-2-2-2-2 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    vertical-align: middle;
    text-align: center;
    font-size: 52px;
    font-family:
        Arial Black,
        Gadget,
        sans-serif;
}
#abschnitt_galerie-2 {
    background-color: rgb(0, 0, 0);
    padding-bottom: 0px;
    display: none;
}
#ipasjw-3 {
    color: black;
    width: 100%;
}
#i9pcfv-2 {
    padding: 50px;
}
#ipasjw-2-3 {
    color: black;
    width: 100%;
}
#i897ek-2 {
    display: none;
}
#iqg06w-2 {
    padding: 50px;
}
#ipasjw-2-2-2 {
    color: black;
    width: 100%;
}
#isjleo-2 {
    display: none;
}
#i5vdrf-2 {
    padding: 50px;
}
#inol8h-2 {
    background-color: rgba(0, 0, 0, 1);
}
#ibnncv-2 {
    background-color: rgba(0, 0, 0, 0);
}
#ips8ea-2 {
    background-color: rgba(214, 23, 23, 1);
    display: none;
}
#ismg7u-3 {
    color: black;
    width: 100%;
}
#ihz32m-2 {
    padding: 50px;
}
#ismg7u-2-3 {
    color: black;
    width: 100%;
}
#iioj3i-2 {
    padding: 50px;
}
#ismg7u-2-2-2 {
    color: black;
    width: 100%;
}
#imezud-2 {
    padding: 50px;
}
#ilp72k-2 {
    color: rgba(254, 254, 254, 1);
    font-size: 30px;
}
#iq7hgq-2 {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 1);
    padding-bottom: 70px;
    display: none;
}
#i8jdfi-3 {
    padding: 10px;
    font-family: "BBH Sans Bogle";
    color: rgba(255, 255, 255, 1);
    font-size: 35px;
}
#i4ddph-2-3 {
    font-size: 20px;
    white-space: pre-wrap;
    display: block;
    padding-top: 25px;
    padding-bottom: 25px;
    max-width: 338px;
    padding-left: 10px;
}
#iqsdqd-2-3 {
    flex: 0 0 50%;
}
#iwqvo2-2-4 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
    margin-top: 0px;
}
#ibab16-5-4 {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 12px;
    padding-bottom: 10px;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition:
        color 0.5s ease 0s,
        border 0.5s ease 0s;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-bottom-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
#ibab16-5-4:hover {
    border-top-color: #69cdbb;
    border-right-color: #69cdbb;
    border-bottom-color: #69cdbb;
    border-left-color: #69cdbb;
    color: #69cdbb;
}
#ibab16-4-2-4 {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 12px;
    padding-bottom: 10px;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition:
        color 0.5s ease 0s,
        border 0.5s ease 0s;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-bottom-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
#ibab16-4-2-4:hover {
    border-top-color: #69cdbb;
    border-right-color: #69cdbb;
    border-bottom-color: #69cdbb;
    border-left-color: #69cdbb;
    color: #69cdbb;
}
#ibab16-3-2-4 {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 12px;
    padding-bottom: 10px;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition:
        color 0.5s ease 0s,
        border 0.5s ease 0s;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-bottom-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
#ibab16-3-2-4:hover {
    border-top-color: #69cdbb;
    border-right-color: #69cdbb;
    border-bottom-color: #69cdbb;
    border-left-color: #69cdbb;
    color: #69cdbb;
}
#i6fhpg-2-4 {
    flex-basis: 50%;
}
#iwqvo2-2-2-3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
    margin-top: 0px;
}
#ibab16-5-2-3 {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 12px;
    padding-bottom: 10px;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition:
        color 0.5s ease 0s,
        border 0.5s ease 0s;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-bottom-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
#ibab16-5-2-3:hover {
    border-top-color: #69cdbb;
    border-right-color: #69cdbb;
    border-bottom-color: #69cdbb;
    border-left-color: #69cdbb;
    color: #69cdbb;
}
#ibab16-4-2-2-3 {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 12px;
    padding-bottom: 10px;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition:
        color 0.5s ease 0s,
        border 0.5s ease 0s;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-bottom-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
#ibab16-4-2-2-3:hover {
    border-top-color: #69cdbb;
    border-right-color: #69cdbb;
    border-bottom-color: #69cdbb;
    border-left-color: #69cdbb;
    color: #69cdbb;
}
#ibab16-3-2-2-3 {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 12px;
    padding-bottom: 10px;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition:
        color 0.5s ease 0s,
        border 0.5s ease 0s;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-bottom-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
#ibab16-3-2-2-3:hover {
    border-top-color: #69cdbb;
    border-right-color: #69cdbb;
    border-bottom-color: #69cdbb;
    border-left-color: #69cdbb;
    color: #69cdbb;
}
#i6fhpg-2-2-3 {
    flex-basis: 50%;
}
#ipb8g1-2-3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
    margin-top: 0px;
}
#ibab16-2-4-3 {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 12px;
    padding-bottom: 10px;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition:
        color 0.5s ease 0s,
        border 0.5s ease 0s;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-bottom-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
#ibab16-2-4-3:hover {
    border-top-color: #69cdbb;
    border-right-color: #69cdbb;
    border-bottom-color: #69cdbb;
    border-left-color: #69cdbb;
    color: #69cdbb;
}
#ibab16-2-3-2-2-3 {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 12px;
    padding-bottom: 10px;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition:
        color 0.5s ease 0s,
        border 0.5s ease 0s;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-bottom-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
#ibab16-2-3-2-2-3:hover {
    border-top-color: #69cdbb;
    border-right-color: #69cdbb;
    border-bottom-color: #69cdbb;
    border-left-color: #69cdbb;
    color: #69cdbb;
}
#i93tgp-2-3 {
    flex-basis: 50%;
}
#idj72j-2-3 {
    width: 100%;
}
#ihlyix-2-3 {
    white-space: pre-wrap;
    display: block;
    margin-top: 60px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    text-align: center;
    color: white;
}
#idnjbi-2-3 {
    padding-top: 140px;
    padding-bottom: 25px;
    margin-top: 0px;
    color: white;
    background-image: linear-gradient(180deg, black, rgba(72, 72, 72, 1) 15%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
    display: none;
}
#igdybn-2 {
    height: 600px;
    display: none;
}
#i0elo-3-2-3 {
    color: black;
    width: 100%;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgba(65, 129, 247, 1);
    border-right-color: rgba(65, 129, 247, 1);
    border-bottom-color: rgba(65, 129, 247, 1);
    border-left-color: rgba(65, 129, 247, 1);
}
#ic8ka-3-2-3 {
    flex-basis: 50%;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
#iFjg0-2-3-2-3 {
    color: #a4a4a4;
}
#io7a6-2-3-2-3 {
    font-size: 30px;
    font-weight: 700;
    font-family: Poppins;
    display: none;
}
#ipuj6e-3-2-3 {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
}
#ipuj6e-3-2-3 {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
}
#ipuj6e-3-2-3 {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
}
#ipuj6e-3-2-3 {
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-fill-mode: both;
    --animation-repeat: false;
}
#iosb2l-2-2-3 {
    padding: 10px;
    font-family: "BBH Sans Bogle";
    color: rgba(65, 129, 247, 1);
    font-size: 35px;
}
#i0prnd-2-3 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    line-height: 28px;
    font-size: 24px;
}
#i74td-3-2-3-2-2-2-3 {
    font-size: 20px;
    padding-left: 20px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 21px;
}
#inbd3-3-2-3-2-2-2-3 {
    width: 50px;
    height: 50px;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: rgba(0, 0, 0, 1);
    color: white;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: white;
    border-right-color: white;
    border-bottom-color: white;
    border-left-color: white;
}
#ikx0n-3-2-3-2-2-2-3 {
    display: flex;
    max-width: 240px;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    transition: background 0.5s ease 0s;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 5px;
    cursor: pointer;
    padding-top: 5px;
    font-family: Poppins;
    background-color: rgba(65, 129, 247, 1);
}
#ikx0n-3-2-3-2-2-2-3:hover {
    background-color: rgba(232, 232, 232, 0.91);
}
#i0p74-3-2-3 {
    flex-basis: 50%;
    padding-top: 41px;
    padding-right: 41px;
    padding-bottom: 41px;
    padding-left: 41px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    align-self: auto;
}
#i3udg-3-2-3 {
    width: 100%;
    gap: 25px;
}
#iy7nl-3-2-3 {
    position: static;
    background-color: rgba(0, 0, 0, 0.99);
    display: none;
}
#iFjg0-2-2-2 {
    color: #a4a4a4;
}
#io7a6-2-2-2 {
    font-size: 30px;
    font-weight: 700;
    font-family: Poppins;
}
#ipuj6e-2-2 {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
}
#ipuj6e-2-2 {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
}
#ipuj6e-2-2 {
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-fill-mode: both;
    --animation-repeat: false;
}
#i0p74-2-2 {
    flex-basis: 50%;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#i0elo-2-2 {
    color: black;
    width: 100%;
}
#ic8ka-2-2 {
    flex-basis: 50%;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
#i3udg-2-2 {
    width: 100%;
    gap: 25px;
}
#i0f9c-2-2 {
    margin-bottom: 8px;
    color: #262628;
    font-weight: 700;
    font-size: 55px;
    margin-top: 0px;
}
#ib7yn-2-2 {
    padding: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: #262628;
    font-size: 20px;
}
#ioach-2-2 {
    flex-basis: 50%;
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    text-align: center;
}
#iujgr-2-2 {
    margin-bottom: 8px;
    color: #262628;
    font-weight: 700;
    font-size: 55px;
    margin-top: 0px;
}
#i1jzr-2-2 {
    padding: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: #262628;
    font-size: 20px;
}
#iww7i-2-2 {
    flex-basis: 50%;
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    text-align: center;
}
#icqgi-2-2 {
    margin-bottom: 8px;
    color: #262628;
    font-weight: 700;
    font-size: 55px;
    margin-top: 0px;
}
#ia6ug-2-2 {
    padding: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: #262628;
    font-size: 20px;
}
#i6c44-2-2 {
    flex-basis: 50%;
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    text-align: center;
}
#ipd7c-2-2 {
    margin-bottom: 8px;
    color: #262628;
    font-weight: 700;
    font-size: 55px;
    margin-top: 0px;
}
#idl4i-2-2 {
    padding: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: #262628;
    font-size: 20px;
}
#inn8j-2-2 {
    flex-basis: 50%;
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    text-align: center;
}
#ibnyc-2-2 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: rgba(0, 0, 0, 0.13);
    border-right-color: rgba(0, 0, 0, 0.13);
    border-bottom-color: rgba(0, 0, 0, 0.13);
    border-left-color: rgba(0, 0, 0, 0.13);
    margin-top: 30px;
}
#iy7nl-2-2 {
    position: static;
    display: none;
}
#i3jy4-2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 55px;
    color: #262628;
    margin-bottom: 60px;
}
#i09zj-2 {
    color: black;
    width: 100%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#if17s-2 {
    flex-basis: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#i7dwl-2 {
    padding: 10px;
    text-align: left;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: #262628;
    font-size: 18px;
}
#iwfvz-2 {
    text-align: left;
    margin-top: 8px;
    margin-right: 0px;
    margin-bottom: 12px;
    margin-left: 0px;
    color: #262628;
    font-size: 35px;
    font-family: Poppins;
}
#irnng-2 {
    width: 22px;
    height: 22px;
    color: #262628;
}
#imbkk-2 {
    flex: 0 1 auto;
}
#i3m8s-2 {
    padding: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: left;
    color: #262628;
}
#ixj9b-2 {
    flex-basis: 50%;
}
#i21tk-2 {
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
}
#i5nv4k-3 {
    flex: 0 1 auto;
}
#i614hy-2 {
    width: 22px;
    height: 22px;
    color: #262628;
}
#i9dq86-2 {
    flex: 0 1 auto;
}
#ihktsn-2 {
    padding: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: left;
    color: #262628;
}
#inx6ls-2 {
    flex-basis: 50%;
}
#izn7fi-2 {
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
}
#idtxnh-2 {
    width: 22px;
    height: 22px;
    color: #262628;
}
#idbarq-2 {
    flex: 0 1 auto;
}
#il71kr-2 {
    padding: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: left;
    color: #262628;
}
#iozz8b-2 {
    flex-basis: 50%;
}
#icosdf-2 {
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
}
#ia6ai3-2 {
    width: 22px;
    height: 22px;
    color: #262628;
}
#i8kse5-2 {
    flex: 0 1 auto;
}
#ix1bxi-2 {
    padding: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: left;
    color: #262628;
}
#i3pg1d-2 {
    flex-basis: 50%;
}
#iy2utm-2 {
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
}
#i8krg7-2 {
    padding: 10px;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 40px;
    padding-right: 40px;
    font-family: Poppins;
    color: white;
    text-decoration: none;
    background-color: black;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    font-size: 20px;
    margin-top: 25px;
    cursor: pointer;
    transition: background 0.8s ease 0s;
}
#i8krg7-2:hover {
    background-color: rgba(46, 45, 45, 1);
}
#izf5i-2 {
    flex-basis: 50%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 1.1rem;
}
#iblnz-2 {
    width: 100%;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #e8e8e8;
    border-right-color: #e8e8e8;
    border-bottom-color: #e8e8e8;
    border-left-color: #e8e8e8;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background-color: #f7f7f7;
    padding-top: 35px;
    padding-right: 35px;
    padding-bottom: 35px;
    padding-left: 35px;
    gap: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
}
#i09zj-5-2 {
    color: black;
    width: 100%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#if17s-5-2 {
    flex-basis: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#i7dwl-5-2 {
    padding: 10px;
    text-align: left;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: #262628;
    font-size: 18px;
}
#iwfvz-5-2 {
    text-align: left;
    margin-top: 8px;
    margin-right: 0px;
    margin-bottom: 12px;
    margin-left: 0px;
    color: #262628;
    font-size: 35px;
    font-family: Poppins;
}
#iyaq9j-2 {
    width: 22px;
    height: 22px;
    color: #262628;
}
#is04jl-2 {
    flex: 0 1 auto;
}
#i709ah-2 {
    padding: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: left;
}
#id7b23-2 {
    flex-basis: 50%;
}
#ihe7mr-2 {
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
}
#i7p34c-2 {
    width: 22px;
    height: 22px;
    color: #262628;
}
#ilttuf-2 {
    flex: 0 1 auto;
}
#iux6cp-2 {
    padding: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: left;
}
#imykqc-2 {
    flex-basis: 50%;
}
#idth6t-2 {
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
}
#izkcor-2 {
    width: 22px;
    height: 22px;
    color: #262628;
}
#ixjo5k-2 {
    flex: 0 1 auto;
}
#ipig8l-2 {
    padding: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: left;
}
#ienvgh-2 {
    flex-basis: 50%;
}
#igu65m-2 {
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
}
#i7faph-2 {
    width: 22px;
    height: 22px;
    color: #262628;
}
#if4few-2 {
    flex: 0 1 auto;
}
#ipptzt-2 {
    padding: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: left;
}
#i830rr-2 {
    flex-basis: 50%;
}
#iemmb9-2 {
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
}
#igeg8b-2 {
    padding: 10px;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 40px;
    padding-right: 40px;
    font-family: Poppins;
    color: white;
    text-decoration: none;
    background-color: black;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    font-size: 20px;
    margin-top: 25px;
    cursor: pointer;
    transition: background 0.8s ease 0s;
}
#igeg8b-2:hover {
    background-color: rgba(46, 45, 45, 1);
}
#izf5i-5-2 {
    flex-basis: 50%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 1.1rem;
}
#iblnz-5-2 {
    width: 100%;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #e8e8e8;
    border-right-color: #e8e8e8;
    border-bottom-color: #e8e8e8;
    border-left-color: #e8e8e8;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background-color: #f7f7f7;
    padding-top: 35px;
    padding-right: 35px;
    padding-bottom: 35px;
    padding-left: 35px;
    gap: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
}
#i09zj-4-2 {
    color: black;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 100%;
}
#if17s-4-2 {
    flex-basis: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#i7dwl-4-2 {
    padding: 10px;
    text-align: left;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: #262628;
    font-size: 18px;
}
#iwfvz-4-2 {
    text-align: left;
    margin-top: 8px;
    margin-right: 0px;
    margin-bottom: 12px;
    margin-left: 0px;
    color: #262628;
    font-size: 35px;
    font-family: Poppins;
}
#ipglo1-2 {
    width: 22px;
    height: 22px;
    color: #262628;
}
#iwugyl-2 {
    flex: 0 1 auto;
}
#ikvym8-2 {
    padding: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: left;
}
#ifuzqp-2 {
    flex-basis: 50%;
}
#ic3xbd-2 {
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
}
#ibvmop-2 {
    width: 22px;
    height: 22px;
    color: #262628;
}
#imhbs1-2 {
    flex: 0 1 auto;
}
#i6cqcz-2 {
    padding: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: left;
}
#izdli8-2 {
    flex-basis: 50%;
}
#i3eh2x-2 {
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
}
#ipabdy-2 {
    width: 22px;
    height: 22px;
    color: #262628;
}
#i7szm9-2 {
    flex: 0 1 auto;
}
#i5gbsh-2 {
    padding: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: left;
}
#i9p2ek-2 {
    flex-basis: 50%;
}
#izhcom-2 {
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
}
#ivy4v4-2 {
    width: 22px;
    height: 22px;
    color: #262628;
}
#it873k-2 {
    flex: 0 1 auto;
}
#ib059i-2 {
    padding: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: left;
}
#i0ejjl-2 {
    flex-basis: 50%;
}
#igb41l-2 {
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
}
#ifc8l8-2 {
    padding: 10px;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 40px;
    padding-right: 40px;
    font-family: Poppins;
    color: white;
    text-decoration: none;
    background-color: black;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    font-size: 20px;
    margin-top: 25px;
    cursor: pointer;
    transition: background 0.8s ease 0s;
}
#ifc8l8-2:hover {
    background-color: rgba(46, 45, 45, 1);
}
#izf5i-4-2 {
    flex-basis: 50%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 1.1rem;
}
#iblnz-4-2 {
    width: 100%;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #e8e8e8;
    border-right-color: #e8e8e8;
    border-bottom-color: #e8e8e8;
    border-left-color: #e8e8e8;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background-color: #f7f7f7;
    padding-top: 35px;
    padding-right: 35px;
    padding-bottom: 35px;
    padding-left: 35px;
    gap: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
}
#iqz9a-2 {
    text-align: center;
    width: 85%;
}
#is72o-2 {
    display: none;
}
#i52xuv-2 {
    color: #febe30;
    width: 30px;
    height: 30px;
}
#inkef8-2 {
    color: #febe30;
    width: 30px;
    height: 30px;
}
#i31l5t-2 {
    color: #febe30;
    width: 30px;
    height: 30px;
}
#ifoqyr-2 {
    color: #febe30;
    width: 30px;
    height: 30px;
}
#irxopl-2 {
    color: #febe30;
    width: 30px;
    height: 30px;
}
#ix5wn7-2 {
    font-weight: 700;
    font-size: 40px;
    white-space: pre-wrap;
    display: block;
    text-align: center;
    width: 80%;
    margin: 15px auto;
    font-family: Poppins;
}
#iibckt-2-2 {
    color: black;
    width: 40px;
}
#i5h8ky-2 {
    flex: 0 1 auto;
}
#ibij33-2 {
    padding: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-weight: 700;
    font-size: 20px;
}
#iibcvl-2 {
    flex: 0 1 auto;
}
#iwoqtw-2 {
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}
#if8ud8-2 {
    padding: 50px;
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
}
#i6eye1-2 {
    color: #febe30;
    width: 30px;
    height: 30px;
}
#iy23ia-2 {
    color: #febe30;
    width: 30px;
    height: 30px;
}
#ihe9e4-2 {
    color: #febe30;
    width: 30px;
    height: 30px;
}
#i2xw5f-2 {
    color: #febe30;
    width: 30px;
    height: 30px;
}
#i348kg-2 {
    color: #febe30;
    width: 30px;
    height: 30px;
}
#ixrxw5-2 {
    font-weight: 700;
    font-size: 40px;
    white-space: pre-wrap;
    display: block;
    text-align: center;
    width: 80%;
    margin: 15px auto;
    font-family: Poppins;
}
#iibckt-3-2 {
    color: black;
    width: 40px;
}
#iwsnbb-2 {
    flex: 0 1 auto;
}
#ihusuo-2 {
    padding: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-weight: 700;
    font-size: 20px;
}
#ifefks-2 {
    flex: 0 1 auto;
}
#ikozoe-2 {
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}
#if5dhc-2 {
    padding: 50px;
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
}
#igr7gl-2 {
    color: #febe30;
    width: 30px;
    height: 30px;
}
#i5bz3x-2 {
    color: #febe30;
    width: 30px;
    height: 30px;
}
#iej485-2 {
    color: #febe30;
    width: 30px;
    height: 30px;
}
#iie5bo-2 {
    color: #febe30;
    width: 30px;
    height: 30px;
}
#iv3h94-2 {
    color: #febe30;
    width: 30px;
    height: 30px;
}
#ip4z2s-2 {
    font-weight: 700;
    font-size: 40px;
    white-space: pre-wrap;
    display: block;
    text-align: center;
    width: 80%;
    margin: 15px auto;
    font-family: Poppins;
}
#iibckt-4 {
    color: black;
    width: 40px;
}
#ioxqrs-2 {
    padding: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-weight: 700;
    font-size: 20px;
}
#in0dan-2 {
    flex: 0 1 auto;
}
#ie72gd-2 {
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}
#ilc38l-2 {
    padding: 50px;
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
}
#ienxot-2 {
    display: none;
}
#iFjg0-3 {
    color: white;
}
#io7a6-3 {
    font-size: 30px;
    color: #858585;
    font-weight: 700;
    font-family: Poppins;
}
#i06t7k-2 {
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
#i7mws7-2 {
    color: black;
    width: 100%;
}
#i9rmad-2 {
    flex-basis: 50%;
}
#ig45ek-2 {
    width: 100%;
    gap: 20px;
}
#iFjg0-5-3 {
    color: white;
}
#io7a6-5-3 {
    font-size: 30px;
    color: #858585;
    font-weight: 700;
    font-family: Poppins;
}
#i6qkct-2 {
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
#i7mws7-4-3 {
    color: black;
    width: 100%;
}
#i1e5vk-2 {
    flex-basis: 50%;
}
#i5i3sr-2 {
    width: 100%;
    gap: 20px;
}
#iFjg0-5-2-2 {
    color: white;
}
#io7a6-5-2-2 {
    font-size: 30px;
    color: #858585;
    font-weight: 700;
    font-family: Poppins;
}
#ilnxug-2 {
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
#i7mws7-4-2-2 {
    color: black;
    width: 100%;
}
#iuz2ft-2 {
    flex-basis: 50%;
}
#iqfvs7-2 {
    width: 100%;
    gap: 20px;
}
#iwxzfy-2 {
    display: flex;
    flex-direction: column;
    gap: 90px;
}
#iakwnm-2 {
    background-color: rgba(0, 0, 0, 1);
    display: none;
}
#ihwtz6-2 {
    padding: 10px;
    color: #262628;
    font-size: 22px;
    text-align: center;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-weight: 400;
}
#ikz1bj-3 {
    color: #262628;
    font-family: Poppins;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 5px;
}
#iozxys-3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
}
#i0ugd9-3 {
    color: #262628;
}
#ita2bq-3 {
    font-size: 20px;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
}
#ilywhr-7 {
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    border-bottom-style: solid;
    border-top-color: rgba(0, 0, 0, 0.18);
    border-right-color: rgba(0, 0, 0, 0.18);
    border-bottom-color: rgba(0, 0, 0, 0.18);
    border-left-color: rgba(0, 0, 0, 0.18);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}
#iqbe4d-3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
}
#i92kya-3 {
    color: #262628;
}
#izgcet-3 {
    font-size: 20px;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
}
#ilywhr-5-3 {
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    border-bottom-style: solid;
    border-top-color: rgba(0, 0, 0, 0.18);
    border-right-color: rgba(0, 0, 0, 0.18);
    border-bottom-color: rgba(0, 0, 0, 0.18);
    border-left-color: rgba(0, 0, 0, 0.18);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}
#iuicgl-3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
}
#i33lp1-3 {
    color: #262628;
}
#igfney-3 {
    font-size: 20px;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
}
#ilywhr-4-3 {
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    border-bottom-style: solid;
    border-top-color: rgba(0, 0, 0, 0.18);
    border-right-color: rgba(0, 0, 0, 0.18);
    border-bottom-color: rgba(0, 0, 0, 0.18);
    border-left-color: rgba(0, 0, 0, 0.18);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}
#idnwpv-3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
}
#iiq45a-3 {
    color: #262628;
}
#inpjef-3 {
    font-size: 20px;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
}
#ilywhr-3-3 {
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    border-bottom-style: solid;
    border-top-color: rgba(0, 0, 0, 0.18);
    border-right-color: rgba(0, 0, 0, 0.18);
    border-bottom-color: rgba(0, 0, 0, 0.18);
    border-left-color: rgba(0, 0, 0, 0.18);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}
#ib55ug-3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
}
#ie48pk-3 {
    color: #262628;
}
#ihqjkb-3 {
    font-size: 20px;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
}
#ilywhr-2-3 {
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    border-bottom-style: solid;
    border-top-color: rgba(0, 0, 0, 0.18);
    border-right-color: rgba(0, 0, 0, 0.18);
    border-bottom-color: rgba(0, 0, 0, 0.18);
    border-left-color: rgba(0, 0, 0, 0.18);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}
#ifk8mf-3 {
    width: 70%;
    margin: 50px auto;
}
#iuxyfl-3 {
    padding-top: 70px;
    display: none;
}
#iegpf2-2 {
    color: white;
    text-align: center;
    font-family: Poppins;
    font-weight: 700;
    font-size: 50px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
}
#io7t9h-2 {
    white-space: pre-wrap;
    display: block;
    text-align: center;
    font-size: 20px;
    color: white;
}
#i74td-2-2 {
    font-size: 20px;
    font-weight: 500;
    padding-left: 20px;
}
#inbd3-2-2 {
    width: 50px;
    height: 50px;
    padding-top: 13px;
    padding-right: 13px;
    padding-bottom: 13px;
    padding-left: 13px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: rgba(0, 0, 0, 1);
    color: white;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: white;
    border-right-color: white;
    border-bottom-color: white;
    border-left-color: white;
}
#ikx0n-2-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: white;
    transition: background 0.5s ease 0s;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 5px;
    cursor: pointer;
    margin-right: 0px;
    margin-left: 0px;
    width: 200px;
    padding-top: 5px;
    font-family: Poppins;
}
#ikx0n-2-2:hover {
    background-color: rgba(232, 232, 232, 0.91);
}
#iae19g-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
#isy63c-2 {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.16) 10%, rgba(0, 0, 0, 1) 90%);
    background-position:
        0px 0px,
        0px 0px;
    background-size:
        100% 100%,
        100% 100%;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
    background-origin: padding-box, padding-box;
    padding-top: 100px;
    padding-bottom: 100px;
    display: none;
}
#i9plxe-2 {
    color: black;
    width: 100px;
}
#i4ddph-3 {
    font-size: 20px;
    white-space: pre-wrap;
    display: block;
    padding-top: 25px;
    padding-bottom: 25px;
    max-width: 300px;
}
#i7zf36-2 {
    width: 30px;
    height: 30px;
}
#i01rwy-2 {
    color: white;
    cursor: pointer;
    transition: color 0.5s ease 0s;
}
#i01rwy-2:hover {
    color: #69cdbb;
}
#ii7m5s-2 {
    width: 30px;
    height: 30px;
}
#ib7e6d-2 {
    color: white;
    cursor: pointer;
    transition: color 0.5s ease 0s;
}
#ib7e6d-2:hover {
    color: #69cdbb;
}
#i0y4ij-2 {
    width: 30px;
    height: 30px;
}
#iewp26-2 {
    color: white;
    cursor: pointer;
    transition: color 0.5s ease 0s;
}
#iewp26-2:hover {
    color: #69cdbb;
}
#ik7clj-2 {
    width: 30px;
    height: 30px;
}
#i2k2lr-2 {
    color: white;
    cursor: pointer;
    transition: color 0.5s ease 0s;
}
#i2k2lr-2:hover {
    color: #69cdbb;
}
#iqsdqd-3 {
    flex: 0 0 50%;
}
#iwqvo2-3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
    margin-top: 0px;
}
#ibab16-6 {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 12px;
    padding-bottom: 10px;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition:
        color 0.5s ease 0s,
        border 0.5s ease 0s;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-bottom-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
#ibab16-6:hover {
    border-top-color: #69cdbb;
    border-right-color: #69cdbb;
    border-bottom-color: #69cdbb;
    border-left-color: #69cdbb;
    color: #69cdbb;
}
#ibab16-4-3 {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 12px;
    padding-bottom: 10px;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition:
        color 0.5s ease 0s,
        border 0.5s ease 0s;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-bottom-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
#ibab16-4-3:hover {
    border-top-color: #69cdbb;
    border-right-color: #69cdbb;
    border-bottom-color: #69cdbb;
    border-left-color: #69cdbb;
    color: #69cdbb;
}
#ibab16-3-3 {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 12px;
    padding-bottom: 10px;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition:
        color 0.5s ease 0s,
        border 0.5s ease 0s;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-bottom-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
#ibab16-3-3:hover {
    border-top-color: #69cdbb;
    border-right-color: #69cdbb;
    border-bottom-color: #69cdbb;
    border-left-color: #69cdbb;
    color: #69cdbb;
}
#ibab16-2-2-2 {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 12px;
    padding-bottom: 10px;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition:
        color 0.5s ease 0s,
        border 0.5s ease 0s;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-bottom-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
#ibab16-2-2-2:hover {
    border-top-color: #69cdbb;
    border-right-color: #69cdbb;
    border-bottom-color: #69cdbb;
    border-left-color: #69cdbb;
    color: #69cdbb;
}
#i6fhpg-3 {
    flex-basis: 50%;
}
#ipb8g1-3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
    margin-top: 0px;
}
#ibab16-2-5 {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 12px;
    padding-bottom: 10px;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition:
        color 0.5s ease 0s,
        border 0.5s ease 0s;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-bottom-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
#ibab16-2-5:hover {
    border-top-color: #69cdbb;
    border-right-color: #69cdbb;
    border-bottom-color: #69cdbb;
    border-left-color: #69cdbb;
    color: #69cdbb;
}
#ibab16-2-3-2-3 {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 12px;
    padding-bottom: 10px;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition:
        color 0.5s ease 0s,
        border 0.5s ease 0s;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-bottom-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
#ibab16-2-3-2-3:hover {
    border-top-color: #69cdbb;
    border-right-color: #69cdbb;
    border-bottom-color: #69cdbb;
    border-left-color: #69cdbb;
    color: #69cdbb;
}
#i93tgp-3 {
    flex-basis: 50%;
}
#ive8qk-2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
    margin-top: 0px;
}
#ibab16-2-3-4 {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 12px;
    padding-bottom: 10px;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition:
        color 0.5s ease 0s,
        border 0.5s ease 0s;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-bottom-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
#ibab16-2-3-4:hover {
    border-top-color: #69cdbb;
    border-right-color: #69cdbb;
    border-bottom-color: #69cdbb;
    border-left-color: #69cdbb;
    color: #69cdbb;
}
#ibab16-2-3-3-2 {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 12px;
    padding-bottom: 10px;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition:
        color 0.5s ease 0s,
        border 0.5s ease 0s;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-bottom-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
#ibab16-2-3-3-2:hover {
    border-top-color: #69cdbb;
    border-right-color: #69cdbb;
    border-bottom-color: #69cdbb;
    border-left-color: #69cdbb;
    color: #69cdbb;
}
#inovxt-2 {
    flex-basis: 50%;
}
#idj72j-3 {
    width: 100%;
}
#ihlyix-3 {
    white-space: pre-wrap;
    display: block;
    margin-top: 60px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    text-align: center;
    color: white;
}
#idnjbi-3 {
    background-color: rgba(0, 0, 0, 1);
    padding-top: 80px;
    padding-bottom: 25px;
    margin-top: -1px;
    color: white;
    display: none;
}
#ioqg-2 {
    font-family: Rubik;
    color: #262628;
}
#i7595i-2-2-2 {
    color: black;
    display: flex;
    width: 74px;
}
#ibattr-2-2-2 {
    padding: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    align-self: center;
    color: rgba(255, 255, 255, 1);
    font-family: Tourney;
    font-size: 49px;
}
#ii36lc-2-2-2 {
    flex: 0 0 25%;
    display: flex;
    align-items: center;
}
#izf33p-2 {
    padding: 10px;
    color: rgba(0, 0, 0, 1);
    font-family:
        Arial Black,
        Gadget,
        sans-serif;
    font-size: 20px;
    vertical-align: baseline;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1);
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
    border-bottom-left-radius: 17px;
    border-bottom-right-radius: 17px;
}
#illn7n-2-2-2 {
    flex: 0 0 75%;
    align-self: center;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
#ij3acu-2-2-2 {
    width: 100%;
}
#idhd5s-2-2-2 {
    width: 92%;
}
#i4qmpp-2-2-2 {
    position: sticky;
    z-index: 111;
    top: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: rgba(0, 0, 0, 1);
}
#i87q6tw-2 {
    text-align: center;
}
#iciujnp-2 {
    text-align: center;
}
#injcqjr-2 {
    text-align: center;
}
#i1pq3jy-2 {
    text-align: center;
}
#ixuax0x-2 {
    text-align: center;
}
#ip677sj-2 {
    text-align: center;
}
#isnc5g8-2 {
    text-align: center;
}
#ipfaiwq-2 {
    text-align: center;
}
#ibnbsoe-2 {
    text-align: center;
}
#iwnnjql-2 {
    text-align: center;
}
#i2t9jem-2 {
    text-align: center;
}
#igzc3au-2 {
    text-align: center;
}
#ih0wkm5-2 {
    text-align: center;
}
#ie59t6m-2 {
    text-align: center;
}
#i57ytcx-2 {
    text-align: center;
}
#ick7k6a-2 {
    text-align: center;
}
#ib8anix-2 {
    text-align: center;
}
#i4g6ll5-2 {
    text-align: center;
}
#ix88k6h-2 {
    text-align: center;
}
#iivlhpj-2 {
    text-align: center;
}
#ie6sffk-2 {
    text-align: center;
}
#ifywydb-2 {
    text-align: center;
}
#iwl4gkk-2 {
    text-align: center;
}
#ipenqen-2 {
    text-align: center;
}
#i3zadrk-2 {
    text-align: center;
}
#ij39jrw-2 {
    text-align: center;
}
#iikpbws-2 {
    text-align: center;
}
#i3o9up4-2 {
    text-align: center;
}
#igt7lg6-2 {
    text-align: center;
}
#iqf6q01-2 {
    text-align: center;
}
#iweqyje-2 {
    text-align: center;
}
#i9b9791-2 {
    text-align: center;
}
#ikmq91e-2 {
    text-align: center;
}
#iiewyci-2 {
    text-align: center;
}
#ilsmtyn-2 {
    text-align: center;
}
#i1ji1kc-2 {
    text-align: center;
}
#iqrq3li-2 {
    text-align: center;
}
#i8oqn8k-2 {
    text-align: center;
}
#ise4rjk-2 {
    text-align: center;
}
#i8u4gbn-2 {
    text-align: center;
}
#iu6rpy9-2 {
    text-align: center;
}
#ih3le5g-2 {
    text-align: center;
}
#igbam1j-2 {
    text-align: center;
}
#i7cvopl-2 {
    text-align: center;
}
#ilizzu-2 {
    padding: 10px;
    padding-top: 50px;
    padding-right: 13px;
    padding-bottom: 13px;
    padding-left: 13px;
    color: rgba(0, 0, 0, 1);
}
#itt8am-2 {
    width: 59%;
}
#i9ra2j-2 {
    background-color: rgba(255, 255, 255, 1);
    color: rgba(0, 0, 0, 1);
}
#i8jdfi-2-2-2 {
    padding: 10px;
    font-family: "BBH Sans Bogle";
    color: rgba(255, 255, 255, 1);
    font-size: 35px;
}
#i4ddph-2-2-2-2 {
    font-size: 20px;
    white-space: pre-wrap;
    display: block;
    padding-top: 25px;
    padding-bottom: 25px;
    max-width: 338px;
    padding-left: 10px;
}
#iqsdqd-2-2-2-2 {
    flex: 0 0 50%;
}
#iwqvo2-2-3-2-2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
    margin-top: 0px;
}
#ibab16-5-3-2-2 {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 12px;
    padding-bottom: 10px;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition:
        color 0.5s ease 0s,
        border 0.5s ease 0s;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-bottom-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
#ibab16-5-3-2-2:hover {
    border-top-color: #69cdbb;
    border-right-color: #69cdbb;
    border-bottom-color: #69cdbb;
    border-left-color: #69cdbb;
    color: #69cdbb;
}
#ibab16-4-2-3-2-2 {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 12px;
    padding-bottom: 10px;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition:
        color 0.5s ease 0s,
        border 0.5s ease 0s;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-bottom-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
#ibab16-4-2-3-2-2:hover {
    border-top-color: #69cdbb;
    border-right-color: #69cdbb;
    border-bottom-color: #69cdbb;
    border-left-color: #69cdbb;
    color: #69cdbb;
}
#ibab16-3-2-3-2-2 {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 12px;
    padding-bottom: 10px;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition:
        color 0.5s ease 0s,
        border 0.5s ease 0s;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-bottom-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
#ibab16-3-2-3-2-2:hover {
    border-top-color: #69cdbb;
    border-right-color: #69cdbb;
    border-bottom-color: #69cdbb;
    border-left-color: #69cdbb;
    color: #69cdbb;
}
#i6fhpg-2-3-2-2 {
    flex-basis: 50%;
}
#iwqvo2-2-2-2-2-2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
    margin-top: 0px;
}
#ibab16-5-2-2-2-2 {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 12px;
    padding-bottom: 10px;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition:
        color 0.5s ease 0s,
        border 0.5s ease 0s;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-bottom-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
#ibab16-5-2-2-2-2:hover {
    border-top-color: #69cdbb;
    border-right-color: #69cdbb;
    border-bottom-color: #69cdbb;
    border-left-color: #69cdbb;
    color: #69cdbb;
}
#ibab16-4-2-2-2-2-2 {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 12px;
    padding-bottom: 10px;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition:
        color 0.5s ease 0s,
        border 0.5s ease 0s;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-bottom-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
#ibab16-4-2-2-2-2-2:hover {
    border-top-color: #69cdbb;
    border-right-color: #69cdbb;
    border-bottom-color: #69cdbb;
    border-left-color: #69cdbb;
    color: #69cdbb;
}
#ibab16-3-2-2-2-2-2 {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 12px;
    padding-bottom: 10px;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition:
        color 0.5s ease 0s,
        border 0.5s ease 0s;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-bottom-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
#ibab16-3-2-2-2-2-2:hover {
    border-top-color: #69cdbb;
    border-right-color: #69cdbb;
    border-bottom-color: #69cdbb;
    border-left-color: #69cdbb;
    color: #69cdbb;
}
#i6fhpg-2-2-2-2-2 {
    flex-basis: 50%;
}
#ipb8g1-2-2-2-2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
    margin-top: 0px;
}
#ibab16-2-4-2-2-2 {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 12px;
    padding-bottom: 10px;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition:
        color 0.5s ease 0s,
        border 0.5s ease 0s;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-bottom-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
#ibab16-2-4-2-2-2:hover {
    border-top-color: #69cdbb;
    border-right-color: #69cdbb;
    border-bottom-color: #69cdbb;
    border-left-color: #69cdbb;
    color: #69cdbb;
}
#ibab16-2-3-2-2-2-2-2 {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 12px;
    padding-bottom: 10px;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition:
        color 0.5s ease 0s,
        border 0.5s ease 0s;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-bottom-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
#ibab16-2-3-2-2-2-2-2:hover {
    border-top-color: #69cdbb;
    border-right-color: #69cdbb;
    border-bottom-color: #69cdbb;
    border-left-color: #69cdbb;
    color: #69cdbb;
}
#i93tgp-2-2-2-2 {
    flex-basis: 50%;
}
#idj72j-2-2-2-2 {
    width: 100%;
}
#ihlyix-2-2-2-2 {
    white-space: pre-wrap;
    display: block;
    margin-top: 60px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    text-align: center;
    color: white;
}
#idnjbi-2-2-2-2 {
    padding-top: 140px;
    padding-bottom: 25px;
    margin-top: 0px;
    color: white;
    background-image: linear-gradient(180deg, black, rgba(72, 72, 72, 1) 15%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}
#iqo2tmj {
    height: 200px;
    display: none;
}
#igp3ici {
    margin-left: 0px;
    margin-right: 0px;
    flex: 1 1 0%;
}
#iaqrwjg {
    background-image: url("../ressources/start_hintergrund1.jpg");
    background-position: 0px 0px;
    background-size: auto auto;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
    display: none;
}
#i3b1hz1 {
    background-image: url("../ressources/start_hintergrund1.jpg");
    background-size: contain;
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    height: 70vh;
}
#i85pvl7 {
    display: block;
    justify-content: center;
    flex-direction: column;
    width: 95%;
    align-items: center;
    max-width: 1000px;
}
#iqjv8ap {
    height: 70vh;
    width: 100%;
    background-image: url("../ressources/start_hintergrund1.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-origin: padding-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#icpx7em {
    display: none;
}
#ifykqb9 {
    display: none;
}
#ik9hzfi {
    color: black;
    position: static;
    top: 263px;
    height: 20vh;
    z-index: 2;
    left: 175px;
    justify-content: center;
    flex: 0 1 auto;
    align-self: center;
    display: none;
}
#ihm3nsa {
    position: absolute;
    align-self: auto;
    z-index: 1;
    top: 0px;
    bottom: 0px;
    display: none;
}
#iwa7pik {
    position: relative;
    z-index: 3;
    display: none;
}
#i4gi7px {
    flex-direction: column;
    display: flex;
    align-items: center;
    height: 70vh;
    width: 100%;
    background-image: url("../ressources/start_hintergrund1.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
#iwt38y1 {
    width: 95%;
    max-width: 900px;
    flex: 1 1 0%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
}
#ipf28jj {
    color: black;
    display: block;
    height: 25vh;
    max-width: 100%;
}
#ikxxaos {
    flex-basis: 100%;
}
#iykl2cg {
    width: 100%;
    display: none;
}
#i2p9ioi {
    padding: 10px;
    font-family: "BBH Sans Bogle";
    color: rgba(0, 0, 0, 1);
    font-size: 49px;
    background-color: rgba(192, 192, 192, 1);
    display: inline;
    padding-top: 23px;
    padding-right: 23px;
    padding-bottom: 23px;
    padding-left: 23px;
    border-top-left-radius: 111px;
    border-top-right-radius: 111px;
    border-bottom-left-radius: 111px;
    border-bottom-right-radius: 111px;
}
#igi2nda {
    color: black;
    width: 18vh;
    position: absolute;
    top: 32vh;
    left: 70%;
    max-width: 30%;
}
#iv0da41 {
    width: 100%;
    background-color: rgba(0, 0, 0, 1);
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
#iuwdr5g {
    max-width: 900px;
    width: 95%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
}
#iuks9ve {
    padding: 10px;
    font-family:
        Arial Black,
        Gadget,
        sans-serif;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    flex: 0 1 auto;
    text-decoration: none;
    padding-left: 0px;
    padding-right: 0px;
}
#iuks9ve-2 {
    padding: 10px;
    font-family:
        Arial Black,
        Gadget,
        sans-serif;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    flex: 0 1 auto;
    text-decoration: none;
    padding-left: 0px;
    padding-right: 0px;
}
#iuks9ve-2-2 {
    padding: 10px;
    font-family:
        Arial Black,
        Gadget,
        sans-serif;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    flex: 0 1 auto;
    text-decoration: none;
    padding-left: 0px;
    padding-right: 0px;
}
#iuks9ve-2-2-2 {
    padding: 10px;
    font-family:
        Arial Black,
        Gadget,
        sans-serif;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    flex: 0 1 auto;
    text-decoration: none;
    display: none;
    padding-left: 0px;
    padding-right: 0px;
}
#iuks9ve-2-2-2-2 {
    padding: 10px;
    font-family:
        Arial Black,
        Gadget,
        sans-serif;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    flex: 0 1 auto;
    text-decoration: none;
    padding-left: 0px;
    padding-right: 0px;
}
#title_party {
    background-color: rgba(0, 0, 0, 1);
    padding-top: 40px;
    padding-bottom: 20px;
}
#i4jc9wl {
    max-width: 900px;
}
#in6xmed {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    font-family:
        Arial Black,
        Gadget,
        sans-serif;
    font-size: 2em;
    text-decoration: underline;
}
#iFjg0-2-5 {
    color: #a4a4a4;
}
#io7a6-2-5 {
    font-size: 30px;
    font-weight: 700;
    font-family: Poppins;
    display: none;
}
#ipuj6e-5 {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
}
#ipuj6e-5 {
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-fill-mode: both;
    --animation-repeat: false;
    display: none;
}
#iosb2l-4 {
    padding: 10px;
    font-family: "BBH Sans Bogle";
    color: rgba(65, 129, 247, 1);
    font-size: 35px;
    text-align: center;
}
#i6jxfh-3 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    line-height: 28px;
    font-size: 24px;
    text-align: center;
}
#i74td-3-2-3-2-4 {
    font-size: 20px;
    padding-left: 20px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 21px;
}
#inbd3-3-2-3-2-4 {
    width: 50px;
    height: 50px;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: rgba(0, 0, 0, 1);
    color: white;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: white;
    border-right-color: white;
    border-bottom-color: white;
    border-left-color: white;
}
#ikx0n-3-2-3-2-4 {
    display: flex;
    max-width: 240px;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    transition: background 0.5s ease 0s;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 5px;
    cursor: pointer;
    padding-top: 5px;
    font-family: Poppins;
    background-color: rgba(65, 129, 247, 1);
    flex-direction: row;
}
#ikx0n-3-2-3-2-4:hover {
    background-color: rgba(232, 232, 232, 0.91);
}
#i0p74-5 {
    padding-top: 41px;
    padding-right: 41px;
    padding-bottom: 41px;
    padding-left: 41px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    align-self: center;
    flex: 1 1 0%;
}
#i72roaa {
    background-color: rgba(0, 0, 0, 1);
    padding-top: 20px;
    padding-bottom: 20px;
}
#ik1hlyl {
    max-width: 900px;
}
#iFjg0-2-6 {
    color: #a4a4a4;
}
#io7a6-2-6 {
    font-size: 30px;
    font-weight: 700;
    font-family: Poppins;
    display: none;
}
#ipuj6e-6 {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
}
#ipuj6e-6 {
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-fill-mode: both;
    --animation-repeat: false;
    display: none;
}
#iosb2l-5 {
    padding: 10px;
    font-family: "BBH Sans Bogle";
    color: rgba(65, 129, 247, 1);
    font-size: 35px;
    text-align: center;
}
#i6jxfh-4 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    line-height: 28px;
    font-size: 24px;
    text-align: center;
}
#i74td-3-2-3-2-5 {
    font-size: 20px;
    padding-left: 20px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 21px;
}
#inbd3-3-2-3-2-5 {
    width: 50px;
    height: 50px;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: rgba(0, 0, 0, 1);
    color: white;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: white;
    border-right-color: white;
    border-bottom-color: white;
    border-left-color: white;
}
#ikx0n-3-2-3-2-5 {
    display: flex;
    max-width: 240px;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    transition: background 0.5s ease 0s;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 5px;
    cursor: pointer;
    padding-top: 5px;
    font-family: Poppins;
    background-color: rgba(65, 129, 247, 1);
    flex-direction: row;
}
#ikx0n-3-2-3-2-5:hover {
    background-color: rgba(232, 232, 232, 0.91);
}
#i0p74-6 {
    padding-top: 41px;
    padding-right: 41px;
    padding-bottom: 41px;
    padding-left: 41px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    align-self: center;
    flex: 1 1 0%;
}
#i0elo-5 {
    color: black;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgba(65, 129, 247, 1);
    border-right-color: rgba(65, 129, 247, 1);
    border-bottom-color: rgba(65, 129, 247, 1);
    border-left-color: rgba(65, 129, 247, 1);
    display: block;
    width: auto;
    height: 100%;
    max-height: 75vh;
    max-width: 95%;
}
#ic8ka-5 {
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 40px;
    flex: 0 1 auto;
    max-width: 50%;
    height: 100%;
    align-self: center;
    max-height: 100%;
}
#i3udg-5 {
    width: 100%;
    gap: 25px;
    justify-content: center;
}
#iosb2l-5-2 {
    padding: 10px;
    font-family: "BBH Sans Bogle";
    color: rgba(65, 129, 247, 1);
    font-size: 35px;
    text-align: center;
}
#i6jxfh-4-2 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    line-height: 28px;
    font-size: 20px;
    text-align: center;
}
#i0p74-6-2 {
    padding-top: 41px;
    padding-right: 41px;
    padding-bottom: 41px;
    padding-left: 41px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    align-self: center;
    flex: 1 1 0%;
    border-top-left-radius: 49px;
    border-top-right-radius: 49px;
    border-bottom-left-radius: 49px;
    border-bottom-right-radius: 49px;
    border-top-color: rgba(65, 129, 247, 1);
    border-right-color: rgba(65, 129, 247, 1);
    border-bottom-color: rgba(65, 129, 247, 1);
    border-left-color: rgba(65, 129, 247, 1);
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-width: 3px;
    border-right-width: 3px;
    border-bottom-width: 3px;
    border-left-width: 3px;
}
#i3udg-5-2 {
    width: 100%;
    gap: 25px;
    justify-content: center;
}
#i3b88x8 {
    padding: 10px;
    display: none;
}
#i46aio6 {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
#i4jqvzf {
    display: none;
}
#ill0gr3 {
    display: none;
}
#iv68uzm {
    display: none;
}
#i1wfkzo {
    text-align: left;
}
#ii2axdk {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    border-top-color: rgba(0, 0, 0, 0);
    border-right-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
    border-left-color: rgba(0, 0, 0, 0);
}
#idoy0s9 {
    text-align: right;
    font-size: 22px;
}
#i7wl4uv {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    font-weight: 500;
    text-align: left;
    font-size: 22px;
    display: inline;
}
#i8okg42 {
    display: none;
}
#ibmnfoa {
    display: none;
}
#ibfxj6r {
    display: none;
}
#iclh1ck {
    text-align: right;
    font-size: 22px;
}
#iw70wme {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    border-top-color: rgba(0, 0, 0, 0);
    border-right-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
    border-left-color: rgba(0, 0, 0, 0);
}
#i5zeodk {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    font-weight: 500;
    text-align: left;
    font-size: 22px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    display: inline;
}
#ingedkt {
    display: none;
}
#iaujkwg {
    display: none;
}
#i0yliwy {
    display: none;
}
#iwr2vfk {
    text-align: right;
    font-size: 22px;
}
#imojm2y {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    border-top-color: rgba(0, 0, 0, 0);
    border-right-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
    border-left-color: rgba(0, 0, 0, 0);
}
#irv93py {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    font-weight: 500;
    text-align: left;
    font-size: 22px;
    display: inline;
}
#ifv8nzj {
    display: none;
}
#i6usjg7 {
    display: none;
}
#iqso8z2 {
    display: none;
}
#ivsdqei {
    text-align: right;
    font-size: 22px;
}
#ihifzti {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    border-top-color: rgba(0, 0, 0, 0);
    border-right-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
    border-left-color: rgba(0, 0, 0, 0);
}
#il4dsh4 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    font-weight: 500;
    text-align: left;
    font-size: 22px;
    display: inline;
}
#iosb2l-5-2-2 {
    padding: 10px;
    font-family: "BBH Sans Bogle";
    color: rgba(65, 129, 247, 1);
    font-size: 35px;
    text-align: center;
}
#i6jxfh-4-2-2 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    line-height: 28px;
    font-size: 24px;
    text-align: center;
}
#i0p74-6-2-2 {
    padding-top: 41px;
    padding-right: 41px;
    padding-bottom: 41px;
    padding-left: 41px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    align-self: center;
    flex: 1 1 0%;
    border-top-left-radius: 49px;
    border-top-right-radius: 49px;
    border-bottom-left-radius: 49px;
    border-bottom-right-radius: 49px;
    border-top-color: rgba(65, 129, 247, 1);
    border-right-color: rgba(65, 129, 247, 1);
    border-bottom-color: rgba(65, 129, 247, 1);
    border-left-color: rgba(65, 129, 247, 1);
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-width: 3px;
    border-right-width: 3px;
    border-bottom-width: 3px;
    border-left-width: 3px;
}
#i3udg-5-2-2 {
    width: 100%;
    gap: 25px;
    justify-content: center;
}
#ik1hlyl-2 {
    max-width: 900px;
}
#i72roaa-2 {
    background-color: rgba(0, 0, 0, 1);
    padding-top: 20px;
    padding-bottom: 20px;
}
#i6jxfh-4-2-2-2 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    line-height: 28px;
    font-size: 20px;
    text-align: center;
}
#i6jxfh-4-2-2-2-2 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    line-height: 28px;
    font-size: 20px;
    text-align: center;
}
#i6jxfh-4-2-2-2-3 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    line-height: 28px;
    font-size: 18px;
    text-align: center;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#i4gw8sd {
    text-align: left;
}
#i9ay1qq {
    text-align: left;
}
#isv6omj {
    text-align: left;
}
#i6jxfh-4-2-2-2-4 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: underline;
    line-height: 28px;
    font-size: 24px;
    text-align: center;
}
#i6jxfh-4-2-2-2-4-2 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: underline;
    line-height: 28px;
    font-size: 24px;
    text-align: center;
}
#i9nyc02 {
    text-align: left;
}
#ipbz3ll {
    text-align: left;
}
#iducv1c {
    text-align: left;
}
#i6jxfh-4-2-2-2-3-2 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    line-height: 28px;
    font-size: 18px;
    text-align: center;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#ikz1bj-2-3 {
    color: rgba(65, 129, 247, 1);
    font-family: "BBH Sans Bogle";
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 5px;
}
#iozxys-2-4 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
}
#i0ugd9-2-4 {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(65, 129, 247, 1);
    filter: unset;
}
#imjktx-2-4 {
    color: rgba(255, 255, 255, 1);
}
#ita2bq-2-4 {
    font-size: 20px;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
}
#ilywhr-6-4 {
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    border-bottom-style: solid;
    border-top-color: rgba(0, 0, 0, 0.18);
    border-right-color: rgba(0, 0, 0, 0.18);
    border-bottom-color: rgba(0, 0, 0, 0.18);
    border-left-color: rgba(0, 0, 0, 0.18);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}
#iozxys-2-2-3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
}
#i0ugd9-2-2-3 {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(65, 129, 247, 1);
    filter: unset;
}
#imjktx-2-2-3 {
    color: rgba(255, 255, 255, 1);
}
#ita2bq-2-2-3 {
    font-size: 20px;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
}
#ilywhr-6-2-3 {
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    border-bottom-style: solid;
    border-top-color: rgba(0, 0, 0, 0.18);
    border-right-color: rgba(0, 0, 0, 0.18);
    border-bottom-color: rgba(0, 0, 0, 0.18);
    border-left-color: rgba(0, 0, 0, 0.18);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}
#iqbe4d-2-3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
}
#i92kya-2-3 {
    color: #262628;
    background-color: rgba(65, 129, 247, 1);
}
#izgcet-2-3 {
    font-size: 20px;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
}
#ilywhr-5-2-3 {
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    border-bottom-style: solid;
    border-top-color: rgba(0, 0, 0, 0.18);
    border-right-color: rgba(0, 0, 0, 0.18);
    border-bottom-color: rgba(0, 0, 0, 0.18);
    border-left-color: rgba(0, 0, 0, 0.18);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}
#iuicgl-2-3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
}
#i33lp1-2-3 {
    color: #262628;
    background-color: rgba(65, 129, 247, 1);
}
#igfney-2-3 {
    font-size: 20px;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
}
#ilywhr-4-2-3 {
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    border-bottom-style: solid;
    border-top-color: rgba(0, 0, 0, 0.18);
    border-right-color: rgba(0, 0, 0, 0.18);
    border-bottom-color: rgba(0, 0, 0, 0.18);
    border-left-color: rgba(0, 0, 0, 0.18);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}
#idnwpv-2-3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
}
#iiq45a-2-3 {
    color: #262628;
    background-color: rgba(65, 129, 247, 1);
}
#inpjef-2-3 {
    font-size: 20px;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
}
#ilywhr-3-2-3 {
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    border-bottom-style: solid;
    border-top-color: rgba(0, 0, 0, 0.18);
    border-right-color: rgba(0, 0, 0, 0.18);
    border-bottom-color: rgba(0, 0, 0, 0.18);
    border-left-color: rgba(0, 0, 0, 0.18);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}
#ib55ug-2-3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
}
#ie48pk-2-3 {
    color: #262628;
    background-color: rgba(65, 129, 247, 1);
}
#i5aizk-3 {
    border: 0px solid rgb(229, 231, 235);
    box-sizing: border-box;
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-scroll-snap-strictness: proximity;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    color: rgb(34, 211, 238);
    text-decoration: none;
    font-weight: 500;
    --tw-text-opacity: 1;
    font-family:
        ui-sans-serif,
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        "Helvetica Neue",
        Arial,
        "Noto Sans",
        sans-serif,
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji";
    font-size: 18px;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    letter-spacing: normal;
    orphans: 2;
    text-align: left;
    text-indent: 0px;
    text-transform: none;
    widows: 2;
    word-spacing: 0px;
    -webkit-text-stroke-width: 0px;
    white-space: normal;
    background-color: rgb(28, 25, 23);
}
#ihqjkb-2-3 {
    font-size: 20px;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
}
#ilywhr-2-2-3 {
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    border-bottom-style: solid;
    border-top-color: rgba(0, 0, 0, 0.18);
    border-right-color: rgba(0, 0, 0, 0.18);
    border-bottom-color: rgba(0, 0, 0, 0.18);
    border-left-color: rgba(0, 0, 0, 0.18);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}
#ifk8mf-2-3 {
    width: 70%;
    margin: 50px auto;
}
#iuxyfl-2-3 {
    padding-top: 70px;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 1);
}
#ikz1bj-2-3-2 {
    color: rgba(65, 129, 247, 1);
    font-family: "BBH Sans Bogle";
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 5px;
    letter-spacing: 3px;
}
#iozxys-2-4-2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
}
#i0ugd9-2-4-2 {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(65, 129, 247, 1);
    filter: unset;
}
#imjktx-2-4-2 {
    color: rgba(255, 255, 255, 1);
}
#ita2bq-2-4-2 {
    font-size: 18px;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
}
#ilywhr-6-4-2 {
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    border-bottom-style: solid;
    border-top-color: rgba(0, 0, 0, 0.18);
    border-right-color: rgba(0, 0, 0, 0.18);
    border-bottom-color: rgba(0, 0, 0, 0.18);
    border-left-color: rgba(0, 0, 0, 0.18);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}
#iozxys-2-2-3-2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
}
#i0ugd9-2-2-3-2 {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(65, 129, 247, 1);
    filter: unset;
}
#imjktx-2-2-3-2 {
    color: rgba(255, 255, 255, 1);
}
#ita2bq-2-2-3-2 {
    font-size: 18px;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
}
#ilywhr-6-2-3-2 {
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    border-bottom-style: solid;
    border-top-color: rgba(0, 0, 0, 0.18);
    border-right-color: rgba(0, 0, 0, 0.18);
    border-bottom-color: rgba(0, 0, 0, 0.18);
    border-left-color: rgba(0, 0, 0, 0.18);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}
#iqbe4d-2-3-2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
}
#i92kya-2-3-2 {
    color: #262628;
    background-color: rgba(65, 129, 247, 1);
}
#izgcet-2-3-2 {
    font-size: 18px;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
}
#ilywhr-5-2-3-2 {
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    border-bottom-style: solid;
    border-top-color: rgba(0, 0, 0, 0.18);
    border-right-color: rgba(0, 0, 0, 0.18);
    border-bottom-color: rgba(0, 0, 0, 0.18);
    border-left-color: rgba(0, 0, 0, 0.18);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}
#iuicgl-2-3-2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
}
#i33lp1-2-3-2 {
    color: #262628;
    background-color: rgba(65, 129, 247, 1);
}
#igfney-2-3-2 {
    font-size: 18px;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
}
#ilywhr-4-2-3-2 {
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    border-bottom-style: solid;
    border-top-color: rgba(0, 0, 0, 0.18);
    border-right-color: rgba(0, 0, 0, 0.18);
    border-bottom-color: rgba(0, 0, 0, 0.18);
    border-left-color: rgba(0, 0, 0, 0.18);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}
#idnwpv-2-3-2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
}
#iiq45a-2-3-2 {
    color: #262628;
    background-color: rgba(65, 129, 247, 1);
}
#inpjef-2-3-2 {
    font-size: 18px;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
}
#ilywhr-3-2-3-2 {
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    border-bottom-style: solid;
    border-top-color: rgba(0, 0, 0, 0.18);
    border-right-color: rgba(0, 0, 0, 0.18);
    border-bottom-color: rgba(0, 0, 0, 0.18);
    border-left-color: rgba(0, 0, 0, 0.18);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}
#ib55ug-2-3-2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
}
#ie48pk-2-3-2 {
    color: #262628;
    background-color: rgba(65, 129, 247, 1);
}
#i5aizk-3-2 {
    border: 0px solid rgb(229, 231, 235);
    box-sizing: border-box;
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-scroll-snap-strictness: proximity;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    color: rgb(34, 211, 238);
    text-decoration: none;
    font-weight: 500;
    --tw-text-opacity: 1;
    font-family:
        ui-sans-serif,
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        "Helvetica Neue",
        Arial,
        "Noto Sans",
        sans-serif,
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji";
    font-size: 18px;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    letter-spacing: normal;
    orphans: 2;
    text-align: left;
    text-indent: 0px;
    text-transform: none;
    widows: 2;
    word-spacing: 0px;
    -webkit-text-stroke-width: 0px;
    white-space: normal;
    background-color: rgb(28, 25, 23);
}
#ihqjkb-2-3-2 {
    font-size: 18px;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
}
#ilywhr-2-2-3-2 {
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    border-bottom-style: solid;
    border-top-color: rgba(0, 0, 0, 0.18);
    border-right-color: rgba(0, 0, 0, 0.18);
    border-bottom-color: rgba(0, 0, 0, 0.18);
    border-left-color: rgba(0, 0, 0, 0.18);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}
#ifk8mf-2-3-2 {
    width: 70%;
    margin: 50px auto;
}
#iuxyfl-2-3-2 {
    padding-top: 20px;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 1);
}
#i27il2-2-3-2 {
    border-top-width: 3px;
    border-right-width: 3px;
    border-bottom-width: 3px;
    border-left-width: 3px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-left-radius: 69px;
    border-top-right-radius: 69px;
    border-bottom-left-radius: 69px;
    border-bottom-right-radius: 69px;
    border-top-color: rgba(65, 129, 247, 1);
    border-right-color: rgba(65, 129, 247, 1);
    border-bottom-color: rgba(65, 129, 247, 1);
    border-left-color: rgba(65, 129, 247, 1);
    max-width: 900px;
    margin-top: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
}
#in6xmed-2 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    font-family:
        Arial Black,
        Gadget,
        sans-serif;
    font-size: 35px;
    text-decoration: underline;
}
#i4jc9wl-2 {
    max-width: 900px;
}
#title_infos {
    background-color: rgba(0, 0, 0, 1);
    padding-top: 40px;
    padding-bottom: 20px;
}
#iosb2l-5-2-2-2 {
    padding: 10px;
    font-family: "BBH Sans Bogle";
    color: rgba(65, 129, 247, 1);
    font-size: 35px;
    text-align: center;
    display: none;
}
#i6jxfh-4-2-2-3 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    line-height: 28px;
    font-size: 24px;
    text-align: center;
    display: none;
}
#i0p74-6-2-2-2 {
    padding-top: 41px;
    padding-right: 41px;
    padding-bottom: 41px;
    padding-left: 41px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    align-self: center;
    flex: 1 1 0%;
    border-top-left-radius: 49px;
    border-top-right-radius: 49px;
    border-bottom-left-radius: 49px;
    border-bottom-right-radius: 49px;
    border-top-color: rgba(65, 129, 247, 1);
    border-right-color: rgba(65, 129, 247, 1);
    border-bottom-color: rgba(65, 129, 247, 1);
    border-left-color: rgba(65, 129, 247, 1);
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-width: 3px;
    border-right-width: 3px;
    border-bottom-width: 3px;
    border-left-width: 3px;
}
#i3udg-5-2-2-2 {
    width: 100%;
    gap: 25px;
    justify-content: center;
}
#ik1hlyl-2-2 {
    max-width: 900px;
}
#i72roaa-2-2 {
    background-color: rgba(0, 0, 0, 1);
    padding-top: 20px;
    padding-bottom: 20px;
}
#i0elo-3-2-2-4 {
    color: black;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgba(65, 129, 247, 1);
    border-right-color: rgba(65, 129, 247, 1);
    border-bottom-color: rgba(65, 129, 247, 1);
    border-left-color: rgba(65, 129, 247, 1);
    height: 100%;
    max-width: 95%;
    max-height: 65vh;
}
#ic8ka-3-2-2-4 {
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    height: 100%;
    max-height: 100%;
    max-width: 50%;
    flex: 0 1 auto;
    align-self: center;
}
#iFjg0-2-3-2-2-4 {
    color: #a4a4a4;
}
#io7a6-2-3-2-2-4 {
    font-size: 30px;
    font-weight: 700;
    font-family: Poppins;
    display: none;
}
#ipuj6e-3-2-2-4 {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
}
#ipuj6e-3-2-2-4 {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
    display: none;
}
#ipuj6e-3-2-2-4 {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
}
#ipuj6e-3-2-2-4 {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
}
#ipuj6e-3-2-2-4 {
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-fill-mode: both;
    --animation-repeat: false;
}
#iosb2l-2-2-2-4 {
    padding: 10px;
    font-family: "BBH Sans Bogle";
    color: rgba(65, 129, 247, 1);
    font-size: 35px;
}
#i0prnd-2-2-4 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    line-height: 28px;
    font-size: 24px;
}
#i74td-3-2-3-2-2-2-2-3 {
    font-size: 20px;
    padding-left: 20px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 21px;
}
#inbd3-3-2-3-2-2-2-2-3 {
    width: 50px;
    height: 50px;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: rgba(0, 0, 0, 1);
    color: white;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: white;
    border-right-color: white;
    border-bottom-color: white;
    border-left-color: white;
}
#ikx0n-3-2-3-2-2-2-2-3 {
    display: flex;
    max-width: 240px;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    transition: background 0.5s ease 0s;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 5px;
    cursor: pointer;
    padding-top: 5px;
    font-family: Poppins;
    background-color: rgba(65, 129, 247, 1);
}
#ikx0n-3-2-3-2-2-2-2-3:hover {
    background-color: rgba(232, 232, 232, 0.91);
}
#i0p74-3-2-2-4 {
    padding-top: 41px;
    padding-right: 41px;
    padding-bottom: 41px;
    padding-left: 41px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    align-self: center;
    flex: 1 1 0%;
}
#i3udg-3-2-2-4 {
    width: 100%;
    gap: 25px;
}
#iy7nl-3-2-2-4 {
    position: static;
    background-color: rgba(0, 0, 0, 0.99);
}
#i0elo-3-2-2-4-2 {
    color: black;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgba(255, 255, 255, 1);
    border-right-color: rgba(255, 255, 255, 1);
    border-bottom-color: rgba(255, 255, 255, 1);
    border-left-color: rgba(255, 255, 255, 1);
    height: 100%;
    max-width: 95%;
    max-height: 65vh;
}
#iosb2l-2-2-2-4-2 {
    padding: 10px;
    font-family: "BBH Sans Bogle";
    color: rgba(65, 129, 247, 1);
    font-size: 35px;
}
#i0prnd-2-2-4-2 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    line-height: 28px;
    font-size: 20px;
    text-align: center;
    margin-top: 18px;
}
#i74td-3-2-3-2-2-2-2-3-2 {
    font-size: 20px;
    padding-left: 20px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 21px;
}
#inbd3-3-2-3-2-2-2-2-3-2 {
    width: 50px;
    height: 50px;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: rgba(0, 0, 0, 1);
    color: white;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: white;
    border-right-color: white;
    border-bottom-color: white;
    border-left-color: white;
}
#ikx0n-3-2-3-2-2-2-2-3-2 {
    display: flex;
    max-width: 240px;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    transition: background 0.5s ease 0s;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 5px;
    cursor: pointer;
    padding-top: 5px;
    font-family: Poppins;
    background-color: rgba(65, 129, 247, 1);
}
#ikx0n-3-2-3-2-2-2-2-3-2:hover {
    background-color: rgba(232, 232, 232, 0.91);
}
#iosb2l-5-2-2-2-2 {
    padding: 10px;
    font-family: "BBH Sans Bogle";
    color: rgba(65, 129, 247, 1);
    font-size: 35px;
    text-align: center;
    display: none;
}
#i6jxfh-4-2-2-3-2 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    line-height: 28px;
    font-size: 24px;
    text-align: center;
    display: none;
}
#iosb2l-2-2-2-4-2-2 {
    padding: 10px;
    font-family: "BBH Sans Bogle";
    color: rgba(65, 129, 247, 1);
    font-size: 35px;
}
#i0prnd-2-2-4-2-2 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    line-height: 28px;
    font-size: 20px;
    text-align: center;
    margin-top: 18px;
}
#i74td-3-2-3-2-2-2-2-3-2-2 {
    font-size: 20px;
    padding-left: 20px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 21px;
}
#inbd3-3-2-3-2-2-2-2-3-2-2 {
    width: 50px;
    height: 50px;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: rgba(0, 0, 0, 1);
    color: white;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: white;
    border-right-color: white;
    border-bottom-color: white;
    border-left-color: white;
}
#ikx0n-3-2-3-2-2-2-2-3-2-2 {
    display: flex;
    max-width: 240px;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    transition: background 0.5s ease 0s;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 5px;
    cursor: pointer;
    padding-top: 5px;
    font-family: Poppins;
    background-color: rgba(65, 129, 247, 1);
}
#ikx0n-3-2-3-2-2-2-2-3-2-2:hover {
    background-color: rgba(232, 232, 232, 0.91);
}
#i0p74-6-2-2-2-2 {
    padding-top: 41px;
    padding-right: 41px;
    padding-bottom: 41px;
    padding-left: 41px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    align-self: center;
    flex: 1 1 0%;
    border-top-left-radius: 49px;
    border-top-right-radius: 49px;
    border-bottom-left-radius: 49px;
    border-bottom-right-radius: 49px;
    border-top-color: rgba(65, 129, 247, 1);
    border-right-color: rgba(65, 129, 247, 1);
    border-bottom-color: rgba(65, 129, 247, 1);
    border-left-color: rgba(65, 129, 247, 1);
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-width: 3px;
    border-right-width: 3px;
    border-bottom-width: 3px;
    border-left-width: 3px;
}
#i3udg-5-2-2-2-2 {
    width: 100%;
    gap: 25px;
    justify-content: center;
}
#ik1hlyl-2-2-2 {
    max-width: 900px;
}
#i72roaa-2-2-2 {
    background-color: rgba(0, 0, 0, 1);
    padding-top: 20px;
    padding-bottom: 20px;
}
#i0prnd-2-2-4-2-2-2 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    line-height: 28px;
    font-size: 20px;
    text-align: center;
    margin-top: 0px;
}
#i2c559m {
    padding: 10px;
    font-size: 20px;
    color: rgba(65, 129, 247, 1);
    text-decoration: none;
}
#in6xmed-3 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    font-family:
        Arial Black,
        Gadget,
        sans-serif;
    font-size: 2em;
    text-decoration: underline;
}
#i4jc9wl-3 {
    max-width: 900px;
}
#title_sponsoren {
    background-color: rgba(0, 0, 0, 1);
    padding-top: 40px;
    padding-bottom: 20px;
}
#iny6rvh {
    background-color: rgba(0, 0, 0, 1);
}
#iuvgh3j {
    max-width: 900px;
    background-color: rgba(125, 124, 124, 1);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top-left-radius: 65px;
    border-top-right-radius: 65px;
    border-bottom-left-radius: 65px;
    border-bottom-right-radius: 65px;
    gap: 30px;
}
#icdpf5f {
    color: black;
    width: 65%;
    max-height: 25vh;
}
#icdpf5f-2 {
    color: black;
    width: 65%;
    max-height: 25vh;
}
#in6xmed-3-2 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    font-family:
        Arial Black,
        Gadget,
        sans-serif;
    font-size: 2em;
    text-decoration: underline;
}
#i4jc9wl-3-2 {
    max-width: 900px;
}
#title_galerie {
    background-color: rgba(0, 0, 0, 1);
    padding-top: 40px;
    padding-bottom: 10px;
}
#ismg7u-4 {
    color: black;
    width: 100%;
}
#ihz32m-3 {
    padding: 50px;
}
#ismg7u-2-4 {
    color: black;
    width: 100%;
}
#iioj3i-3 {
    padding: 50px;
}
#ismg7u-2-2-3 {
    color: black;
    width: 100%;
}
#imezud-3 {
    padding: 50px;
}
#ilp72k-3 {
    color: rgba(254, 254, 254, 1);
    font-size: 30px;
}
#iq7hgq-3 {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 1);
    padding-bottom: 70px;
}
#ismg7u-4-2 {
    color: black;
    width: 100%;
}
#ihz32m-3-2 {
    padding: 50px;
}
#ismg7u-2-4-2 {
    color: black;
    width: 100%;
}
#iioj3i-3-2 {
    padding: 50px;
}
#ismg7u-2-2-3-2 {
    color: black;
    width: 100%;
}
#imezud-3-2 {
    padding: 50px;
}
#ilp72k-3-2 {
    color: rgba(254, 254, 254, 1);
    font-size: 30px;
}
#iq7hgq-3-2 {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 1);
    padding-bottom: 94px;
    padding-top: 0px;
}
#i8jdfi-2-5 {
    padding: 10px;
    font-family: "BBH Sans Bogle";
    color: rgba(255, 255, 255, 1);
    font-size: 35px;
}
#i4ddph-2-2-5 {
    font-size: 20px;
    white-space: pre-wrap;
    display: block;
    padding-top: 25px;
    padding-bottom: 25px;
    max-width: 338px;
    padding-left: 10px;
}
#iqsdqd-2-2-5 {
    flex: 0 0 50%;
}
#iwqvo2-2-3-5 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
    margin-top: 0px;
}
#ibab16-5-3-5 {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 12px;
    padding-bottom: 10px;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition:
        color 0.5s ease 0s,
        border 0.5s ease 0s;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-bottom-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
#ibab16-5-3-5:hover {
    border-top-color: #69cdbb;
    border-right-color: #69cdbb;
    border-bottom-color: #69cdbb;
    border-left-color: #69cdbb;
    color: #69cdbb;
}
#ibab16-4-2-3-5 {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 12px;
    padding-bottom: 10px;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition:
        color 0.5s ease 0s,
        border 0.5s ease 0s;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-bottom-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
#ibab16-4-2-3-5:hover {
    border-top-color: #69cdbb;
    border-right-color: #69cdbb;
    border-bottom-color: #69cdbb;
    border-left-color: #69cdbb;
    color: #69cdbb;
}
#ibab16-3-2-3-5 {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 12px;
    padding-bottom: 10px;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition:
        color 0.5s ease 0s,
        border 0.5s ease 0s;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-bottom-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
#ibab16-3-2-3-5:hover {
    border-top-color: #69cdbb;
    border-right-color: #69cdbb;
    border-bottom-color: #69cdbb;
    border-left-color: #69cdbb;
    color: #69cdbb;
}
#i6fhpg-2-3-5 {
    flex-basis: 50%;
}
#iwqvo2-2-2-2-5 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
    margin-top: 0px;
}
#ibab16-5-2-2-5 {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 12px;
    padding-bottom: 10px;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition:
        color 0.5s ease 0s,
        border 0.5s ease 0s;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-bottom-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
#ibab16-5-2-2-5:hover {
    border-top-color: #69cdbb;
    border-right-color: #69cdbb;
    border-bottom-color: #69cdbb;
    border-left-color: #69cdbb;
    color: #69cdbb;
}
#ibab16-4-2-2-2-5 {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 12px;
    padding-bottom: 10px;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition:
        color 0.5s ease 0s,
        border 0.5s ease 0s;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-bottom-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
#ibab16-4-2-2-2-5:hover {
    border-top-color: #69cdbb;
    border-right-color: #69cdbb;
    border-bottom-color: #69cdbb;
    border-left-color: #69cdbb;
    color: #69cdbb;
}
#ibab16-3-2-2-2-5 {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 12px;
    padding-bottom: 10px;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition:
        color 0.5s ease 0s,
        border 0.5s ease 0s;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-bottom-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
#ibab16-3-2-2-2-5:hover {
    border-top-color: #69cdbb;
    border-right-color: #69cdbb;
    border-bottom-color: #69cdbb;
    border-left-color: #69cdbb;
    color: #69cdbb;
}
#i6fhpg-2-2-2-5 {
    flex-basis: 50%;
}
#ipb8g1-2-2-5 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
    margin-top: 0px;
}
#ibab16-2-4-2-5 {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 12px;
    padding-bottom: 10px;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition:
        color 0.5s ease 0s,
        border 0.5s ease 0s;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-bottom-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
#ibab16-2-4-2-5:hover {
    border-top-color: #69cdbb;
    border-right-color: #69cdbb;
    border-bottom-color: #69cdbb;
    border-left-color: #69cdbb;
    color: #69cdbb;
}
#ibab16-2-3-2-2-2-5 {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 12px;
    padding-bottom: 10px;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition:
        color 0.5s ease 0s,
        border 0.5s ease 0s;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-bottom-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
#ibab16-2-3-2-2-2-5:hover {
    border-top-color: #69cdbb;
    border-right-color: #69cdbb;
    border-bottom-color: #69cdbb;
    border-left-color: #69cdbb;
    color: #69cdbb;
}
#i93tgp-2-2-5 {
    flex-basis: 50%;
}
#idj72j-2-2-5 {
    width: 100%;
}
#ihlyix-2-2-5 {
    white-space: pre-wrap;
    display: block;
    margin-top: 60px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    text-align: center;
    color: white;
}
#idnjbi-2-2-5 {
    padding-top: 140px;
    padding-bottom: 25px;
    margin-top: 0px;
    color: white;
    background-image: linear-gradient(180deg, black, rgba(72, 72, 72, 1) 15%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}
#iwktyt-2 {
    color: black;
    width: 78px;
    font-weight: 400;
}
#isaq8i-2 {
    padding: 10px;
    font-family: Jaro;
    font-size: 54px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#izeilf-2 {
    width: 35px;
    height: 35px;
}
#iojrax-3 {
    font-family: Poppins;
    cursor: pointer;
    transition: border 0.5s ease 0s;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    color: white;
    text-decoration: none;
    display: none;
}
#iojrax-3:hover {
    border-top-color: white;
    border-right-color: white;
    border-bottom-color: white;
    border-left-color: white;
}
#i22dd6-3 {
    font-family: Poppins;
    cursor: pointer;
    transition: border 0.5s ease 0s;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    color: white;
    text-decoration: none;
    display: none;
}
#i22dd6-3:hover {
    border-top-color: white;
    border-right-color: white;
    border-bottom-color: white;
    border-left-color: white;
}
#i3jxu3-3 {
    font-family: Poppins;
    cursor: pointer;
    transition: border 0.5s ease 0s;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    color: white;
    text-decoration: none;
    display: none;
}
#i3jxu3-3:hover {
    border-top-color: white;
    border-right-color: white;
    border-bottom-color: white;
    border-left-color: white;
}
#i0gftp-3 {
    font-family: Poppins;
    cursor: pointer;
    transition: border 0.5s ease 0s;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    color: white;
    text-decoration: none;
    display: none;
}
#i0gftp-3:hover {
    border-top-color: white;
    border-right-color: white;
    border-bottom-color: white;
    border-left-color: white;
}
#ifiukj-3 {
    text-decoration: none;
    font-family: Poppins;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: rgba(0, 0, 0, 1);
    transition: background 0.5s ease 0s;
    cursor: pointer;
    color: white;
    display: none;
}
#ifiukj-3:hover {
    background-color: white;
    color: black;
}
#iojrax-2-2 {
    cursor: pointer;
    transition: border 0.5s ease 0s;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    color: white;
    text-decoration: none;
}
#iojrax-2-2:hover {
    border-top-color: white;
    border-right-color: white;
    border-bottom-color: white;
    border-left-color: white;
}
#i22dd6-2-2 {
    cursor: pointer;
    transition: border 0.5s ease 0s;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    color: white;
    text-decoration: none;
}
#i22dd6-2-2:hover {
    border-top-color: white;
    border-right-color: white;
    border-bottom-color: white;
    border-left-color: white;
}
#i3jxu3-2-2 {
    cursor: pointer;
    transition: border 0.5s ease 0s;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    color: white;
    text-decoration: none;
}
#i3jxu3-2-2:hover {
    border-top-color: white;
    border-right-color: white;
    border-bottom-color: white;
    border-left-color: white;
}
#i0gftp-2-2 {
    cursor: pointer;
    transition: border 0.5s ease 0s;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    color: white;
    text-decoration: none;
}
#i0gftp-2-2:hover {
    border-top-color: white;
    border-right-color: white;
    border-bottom-color: white;
    border-left-color: white;
}
#i3l6yg-2 {
    flex-basis: 5%;
    display: flex;
}
#ifiukj-2-2 {
    text-decoration: none;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: rgba(0, 0, 0, 1);
    transition: background 0.5s ease 0s;
    cursor: pointer;
    color: white;
    white-space: nowrap;
}
#ifiukj-2-2:hover {
    background-color: white;
    color: black;
}
#idicwe-2 {
    flex: 0 1 auto;
    padding-left: 10px;
    padding-right: 10px;
    flex-basis: 45%;
}
#id1j7j-2 {
    width: 100%;
}
#ikut53-2 {
    flex-direction: row-reverse;
    justify-content: flex-start;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
#i3s1jo-2 {
    width: 70%;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 5px;
    padding-right: 5px;
}
#ief552-2 {
    max-width: 1200px;
    justify-content: center;
    align-items: center;
    width: 95%;
}
#i7imgq-2 {
    background-color: rgba(0, 0, 0, 1);
    position: sticky;
    top: 0px;
    z-index: 111;
    font-family: Poppins;
    display: none;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    min-height: 40px;
}
#i7595i-4 {
    color: black;
    display: flex;
    width: 74px;
}
#ibattr-4 {
    padding: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    align-self: center;
    color: rgba(255, 255, 255, 1);
    font-family: Tourney;
    font-size: 49px;
}
#ii36lc-4 {
    flex: 0 0 25%;
    display: flex;
    align-items: center;
}
#ib43vj-3 {
    color: black;
    width: 42px;
    display: flex;
    align-items: center;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
}
#ii9eaj-5-3 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    font-weight: 600;
}
#ii9eaj-6 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    font-weight: 600;
}
#ii9eaj-4-3 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    font-weight: 600;
}
#ii9eaj-2-3 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    font-weight: 600;
}
#iku66i-3 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    font-weight: 600;
}
#illn7n-4 {
    flex: 0 0 75%;
    align-self: center;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
#ij3acu-4 {
    width: 100%;
}
#idhd5s-4 {
    width: 92%;
}
#i4qmpp-4 {
    position: sticky;
    z-index: 111;
    top: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: rgba(0, 0, 0, 1);
}
#imcd2-2-3-3 {
    color: white;
}
#i7fk-2-2-3 {
    flex: 0 1 auto;
    display: none;
}
#iu36lb-3 {
    text-align: center;
}
#iq9xm-2-2-3 {
    padding: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 75px;
    color: white;
    font-weight: 700;
    font-family: "BBH Sans Bogle";
    text-decoration: none;
    letter-spacing: 3px;
    display: inline;
}
#izq5-2-3-3 {
    flex: 0 1 auto;
}
#imcd2-2-2-2-3 {
    color: white;
    display: none;
}
#izq5-2-2-2-3 {
    flex-basis: 50%;
}
#ibxm-2-2-3 {
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}
#i5og1n-2-3 {
    flex-basis: 33.33%;
    margin-top: 0%;
    display: block;
    position: absolute;
    top: 2%;
}
#ijdts-2-3 {
    white-space: pre-wrap;
    display: block;
    font-size: 22px;
    color: white;
    font-weight: 300;
    line-height: 30px;
    width: 70vw;
    position: absolute;
    top: 20%;
    right: auto;
    bottom: auto;
    left: 0%;
}
#ij7jaw-3 {
    flex-basis: 33.33%;
    margin-top: 0%;
    display: flex;
    position: absolute;
    top: 57%;
}
#i74td-3-2-5 {
    font-size: 20px;
    padding-left: 20px;
}
#inbd3-3-2-5 {
    width: 50px;
    height: 50px;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: rgba(0, 0, 0, 1);
    color: white;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: white;
    border-right-color: white;
    border-bottom-color: white;
    border-left-color: white;
}
#ikx0n-3-2-5 {
    display: flex;
    max-width: 240px;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: white;
    transition: background 0.5s ease 0s;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 5px;
    cursor: pointer;
    padding-top: 5px;
    font-family: Poppins;
}
#ikx0n-3-2-5:hover {
    background-color: rgba(232, 232, 232, 0.91);
}
#i74td-3-2-2-3 {
    font-size: 20px;
    padding-left: 20px;
}
#inbd3-3-2-2-3 {
    width: 50px;
    height: 50px;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: rgba(0, 0, 0, 1);
    color: white;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: white;
    border-right-color: white;
    border-bottom-color: white;
    border-left-color: white;
    align-self: center;
    flex: 0 1 auto;
}
#ikx0n-3-2-2-3 {
    display: flex;
    max-width: 240px;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: rgba(180, 178, 178, 1);
    transition: background 0.5s ease 0s;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 5px;
    cursor: pointer;
    padding-top: 5px;
    font-family: Poppins;
}
#ikx0n-3-2-2-3:hover {
    background-color: rgba(232, 232, 232, 0.91);
}
#i2n9by-3 {
    flex-basis: 33.33%;
    display: flex;
    gap: 15px;
    position: absolute;
    top: 66%;
}
#ixjctb-3 {
    width: 100%;
    flex-direction: column;
    position: relative;
    align-items: stretch;
    height: 100%;
    display: block;
}
#ig1j-2-3 {
    height: 100%;
}
#ie5f-2-3 {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, black 100%),
        url("../ressources/mbf_bild1.jpg");
    background-position:
        0px 0px,
        0px 0px;
    background-size:
        100% 100%,
        100% 100%;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
    background-origin: padding-box, padding-box;
    position: static;
    z-index: 0;
    top: 0%;
    right: 0%;
    bottom: auto;
    left: 0%;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 60vw;
    max-height: 100vh;
}
#fdfdfd-3 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    vertical-align: middle;
    text-align: center;
    font-size: 52px;
    font-family:
        Arial Black,
        Gadget,
        sans-serif;
}
#abschnitt_party {
    background-color: rgb(0, 0, 0);
    padding-bottom: 0px;
}
#iFjg0-2-7 {
    color: #a4a4a4;
}
#io7a6-2-7 {
    font-size: 30px;
    font-weight: 700;
    font-family: Poppins;
    display: none;
}
#ipuj6e-7 {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
}
#ipuj6e-7 {
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-fill-mode: both;
    --animation-repeat: false;
    display: none;
}
#iosb2l-6 {
    padding: 10px;
    font-family: "BBH Sans Bogle";
    color: rgba(65, 129, 247, 1);
    font-size: 35px;
    text-align: center;
}
#i6jxfh-5 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    line-height: 28px;
    font-size: 24px;
    text-align: center;
    display: none;
}
#i74td-3-2-3-2-6 {
    font-size: 20px;
    padding-left: 20px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 21px;
}
#inbd3-3-2-3-2-6 {
    width: 50px;
    height: 50px;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: rgba(0, 0, 0, 1);
    color: white;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: white;
    border-right-color: white;
    border-bottom-color: white;
    border-left-color: white;
}
#ikx0n-3-2-3-2-6 {
    display: none;
    max-width: 240px;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    transition: background 0.5s ease 0s;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 5px;
    cursor: pointer;
    padding-top: 5px;
    font-family: Poppins;
    background-color: rgba(65, 129, 247, 1);
    flex-direction: row;
}
#ikx0n-3-2-3-2-6:hover {
    background-color: rgba(232, 232, 232, 0.91);
}
#i0p74-7 {
    padding-top: 41px;
    padding-right: 41px;
    padding-bottom: 41px;
    padding-left: 41px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    align-self: center;
    flex: 1 1 0%;
}
#i0elo-6 {
    color: black;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgba(65, 129, 247, 1);
    border-right-color: rgba(65, 129, 247, 1);
    border-bottom-color: rgba(65, 129, 247, 1);
    border-left-color: rgba(65, 129, 247, 1);
    display: block;
    width: auto;
    height: 100%;
    max-height: 75vh;
    max-width: 95%;
}
#ic8ka-6 {
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 40px;
    flex: 0 1 auto;
    max-width: 50%;
    height: 100%;
    align-self: center;
    max-height: 100%;
}
#i3udg-6 {
    width: 100%;
    gap: 25px;
    justify-content: center;
}
#iy7nl-4 {
    position: static;
    background-color: rgba(0, 0, 0, 0.99);
    display: flex;
    padding-top: 50px;
}
#i0elo-3-4 {
    color: black;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgba(65, 129, 247, 1);
    border-right-color: rgba(65, 129, 247, 1);
    border-bottom-color: rgba(65, 129, 247, 1);
    border-left-color: rgba(65, 129, 247, 1);
    height: 100%;
    max-height: 50vh;
    max-width: 95%;
}
#ic8ka-3-4 {
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    align-self: center;
    height: 100%;
    max-height: 100%;
    max-width: 40%;
    flex: 0 1 auto;
}
#iFjg0-2-3-4 {
    color: #a4a4a4;
}
#io7a6-2-3-4 {
    font-size: 30px;
    font-weight: 700;
    font-family: Poppins;
}
#ipuj6e-3-4 {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
}
#ipuj6e-3-4 {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
    display: none;
}
#ipuj6e-3-4 {
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-fill-mode: both;
    --animation-repeat: false;
}
#iosb2l-2-4 {
    padding: 10px;
    font-family: "BBH Sans Bogle";
    color: rgba(65, 129, 247, 1);
    font-size: 35px;
}
#i3q3vf-3 {
    text-align: left;
}
#iqj0ju-3 {
    text-align: left;
}
#iluca5-3 {
    text-align: center;
}
#i0prnd-4 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    line-height: 28px;
    font-size: 24px;
    text-align: left;
}
#i74td-3-2-3-2-2-4 {
    font-size: 20px;
    padding-left: 20px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 21px;
    margin-top: 0px;
}
#inbd3-3-2-3-2-2-4 {
    width: 50px;
    height: 50px;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: rgba(0, 0, 0, 1);
    color: white;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: white;
    border-right-color: white;
    border-bottom-color: white;
    border-left-color: white;
}
#ikx0n-3-2-3-2-2-4 {
    display: none;
    max-width: 240px;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    transition: background 0.5s ease 0s;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 5px;
    cursor: pointer;
    padding-top: 5px;
    font-family: Poppins;
    background-color: rgba(65, 129, 247, 1);
    flex: 0 1 auto;
}
#ikx0n-3-2-3-2-2-4:hover {
    background-color: rgba(232, 232, 232, 0.91);
}
#i0p74-3-4 {
    padding-top: 41px;
    padding-right: 41px;
    padding-bottom: 41px;
    padding-left: 41px;
    display: none;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    align-self: center;
    position: static;
    flex: 1 1 0%;
}
#i3udg-3-4 {
    width: 100%;
    gap: 25px;
}
#abschnitt_tickets-3 {
    position: static;
    background-color: rgba(0, 0, 0, 0.99);
    display: none;
}
#ikz1bj-2-4 {
    color: rgba(65, 129, 247, 1);
    font-family: "BBH Sans Bogle";
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 5px;
}
#iozxys-2-5 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
}
#i0ugd9-2-5 {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(65, 129, 247, 1);
    filter: unset;
}
#imjktx-2-5 {
    color: rgba(255, 255, 255, 1);
}
#ita2bq-2-5 {
    font-size: 20px;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
}
#ilywhr-6-5 {
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    border-bottom-style: solid;
    border-top-color: rgba(0, 0, 0, 0.18);
    border-right-color: rgba(0, 0, 0, 0.18);
    border-bottom-color: rgba(0, 0, 0, 0.18);
    border-left-color: rgba(0, 0, 0, 0.18);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}
#iozxys-2-2-4 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
}
#i0ugd9-2-2-4 {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(65, 129, 247, 1);
    filter: unset;
}
#imjktx-2-2-4 {
    color: rgba(255, 255, 255, 1);
}
#ita2bq-2-2-4 {
    font-size: 20px;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
}
#ilywhr-6-2-4 {
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    border-bottom-style: solid;
    border-top-color: rgba(0, 0, 0, 0.18);
    border-right-color: rgba(0, 0, 0, 0.18);
    border-bottom-color: rgba(0, 0, 0, 0.18);
    border-left-color: rgba(0, 0, 0, 0.18);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}
#iqbe4d-2-4 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
}
#i92kya-2-4 {
    color: #262628;
    background-color: rgba(65, 129, 247, 1);
}
#izgcet-2-4 {
    font-size: 20px;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
}
#ilywhr-5-2-4 {
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    border-bottom-style: solid;
    border-top-color: rgba(0, 0, 0, 0.18);
    border-right-color: rgba(0, 0, 0, 0.18);
    border-bottom-color: rgba(0, 0, 0, 0.18);
    border-left-color: rgba(0, 0, 0, 0.18);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}
#iuicgl-2-4 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
}
#i33lp1-2-4 {
    color: #262628;
    background-color: rgba(65, 129, 247, 1);
}
#igfney-2-4 {
    font-size: 20px;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
}
#ilywhr-4-2-4 {
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    border-bottom-style: solid;
    border-top-color: rgba(0, 0, 0, 0.18);
    border-right-color: rgba(0, 0, 0, 0.18);
    border-bottom-color: rgba(0, 0, 0, 0.18);
    border-left-color: rgba(0, 0, 0, 0.18);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}
#idnwpv-2-4 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
}
#iiq45a-2-4 {
    color: #262628;
    background-color: rgba(65, 129, 247, 1);
}
#inpjef-2-4 {
    font-size: 20px;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
}
#ilywhr-3-2-4 {
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    border-bottom-style: solid;
    border-top-color: rgba(0, 0, 0, 0.18);
    border-right-color: rgba(0, 0, 0, 0.18);
    border-bottom-color: rgba(0, 0, 0, 0.18);
    border-left-color: rgba(0, 0, 0, 0.18);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}
#ib55ug-2-4 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
}
#ie48pk-2-4 {
    color: #262628;
    background-color: rgba(65, 129, 247, 1);
}
#i5aizk-4 {
    border: 0px solid rgb(229, 231, 235);
    box-sizing: border-box;
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-scroll-snap-strictness: proximity;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    color: rgb(34, 211, 238);
    text-decoration: none;
    font-weight: 500;
    --tw-text-opacity: 1;
    font-family:
        ui-sans-serif,
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        "Helvetica Neue",
        Arial,
        "Noto Sans",
        sans-serif,
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji";
    font-size: 18px;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    letter-spacing: normal;
    orphans: 2;
    text-align: left;
    text-indent: 0px;
    text-transform: none;
    widows: 2;
    word-spacing: 0px;
    -webkit-text-stroke-width: 0px;
    white-space: normal;
    background-color: rgb(28, 25, 23);
}
#ihqjkb-2-4 {
    font-size: 20px;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
}
#ilywhr-2-2-4 {
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    border-bottom-style: solid;
    border-top-color: rgba(0, 0, 0, 0.18);
    border-right-color: rgba(0, 0, 0, 0.18);
    border-bottom-color: rgba(0, 0, 0, 0.18);
    border-left-color: rgba(0, 0, 0, 0.18);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}
#ifk8mf-2-4 {
    width: 70%;
    margin: 50px auto;
}
#iuxyfl-2-4 {
    padding-top: 70px;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 1);
}
#ibkc0k-2-4 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    vertical-align: middle;
    text-align: center;
    font-size: 52px;
    font-family:
        Arial Black,
        Gadget,
        sans-serif;
}
#abschnitt_highlights {
    background-color: rgb(0, 0, 0);
    padding-bottom: 0px;
}
#i0elo-3-2-2-5 {
    color: black;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgba(65, 129, 247, 1);
    border-right-color: rgba(65, 129, 247, 1);
    border-bottom-color: rgba(65, 129, 247, 1);
    border-left-color: rgba(65, 129, 247, 1);
    height: 100%;
    max-width: 95%;
    max-height: 65vh;
}
#ic8ka-3-2-2-5 {
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    height: 100%;
    max-height: 100%;
    max-width: 50%;
    flex: 0 1 auto;
    align-self: center;
}
#iFjg0-2-3-2-2-5 {
    color: #a4a4a4;
}
#io7a6-2-3-2-2-5 {
    font-size: 30px;
    font-weight: 700;
    font-family: Poppins;
    display: none;
}
#ipuj6e-3-2-2-5 {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
}
#ipuj6e-3-2-2-5 {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
    display: none;
}
#ipuj6e-3-2-2-5 {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
}
#ipuj6e-3-2-2-5 {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
}
#ipuj6e-3-2-2-5 {
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-fill-mode: both;
    --animation-repeat: false;
}
#iosb2l-2-2-2-5 {
    padding: 10px;
    font-family: "BBH Sans Bogle";
    color: rgba(65, 129, 247, 1);
    font-size: 35px;
}
#i0prnd-2-2-5 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    line-height: 28px;
    font-size: 24px;
}
#i74td-3-2-3-2-2-2-2-4 {
    font-size: 20px;
    padding-left: 20px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 21px;
}
#inbd3-3-2-3-2-2-2-2-4 {
    width: 50px;
    height: 50px;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: rgba(0, 0, 0, 1);
    color: white;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: white;
    border-right-color: white;
    border-bottom-color: white;
    border-left-color: white;
}
#ikx0n-3-2-3-2-2-2-2-4 {
    display: flex;
    max-width: 240px;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    transition: background 0.5s ease 0s;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 5px;
    cursor: pointer;
    padding-top: 5px;
    font-family: Poppins;
    background-color: rgba(65, 129, 247, 1);
}
#ikx0n-3-2-3-2-2-2-2-4:hover {
    background-color: rgba(232, 232, 232, 0.91);
}
#i0p74-3-2-2-5 {
    padding-top: 41px;
    padding-right: 41px;
    padding-bottom: 41px;
    padding-left: 41px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    align-self: center;
    flex: 1 1 0%;
}
#i3udg-3-2-2-5 {
    width: 100%;
    gap: 25px;
}
#iy7nl-3-2-2-5 {
    position: static;
    background-color: rgba(0, 0, 0, 0.99);
}
#iFjg0-2-3-2-2-2-4 {
    color: #a4a4a4;
}
#io7a6-2-3-2-2-2-4 {
    font-size: 30px;
    font-weight: 700;
    font-family: Poppins;
    display: none;
}
#ipuj6e-3-2-2-2-4 {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
}
#ipuj6e-3-2-2-2-4 {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
    display: none;
}
#ipuj6e-3-2-2-2-4 {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
}
#ipuj6e-3-2-2-2-4 {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
}
#ipuj6e-3-2-2-2-4 {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
}
#ipuj6e-3-2-2-2-4 {
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-fill-mode: both;
    --animation-repeat: false;
}
#iosb2l-2-2-2-2-4 {
    padding: 10px;
    font-family: "BBH Sans Bogle";
    color: rgba(65, 129, 247, 1);
    font-size: 35px;
}
#i0prnd-2-2-2-4 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    line-height: 28px;
    font-size: 24px;
}
#i0p74-3-2-2-2-4 {
    padding-top: 41px;
    padding-right: 41px;
    padding-bottom: 41px;
    padding-left: 41px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    align-self: center;
    flex: 1 1 0%;
}
#i0elo-3-2-2-2-4 {
    color: black;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgba(65, 129, 247, 1);
    border-right-color: rgba(65, 129, 247, 1);
    border-bottom-color: rgba(65, 129, 247, 1);
    border-left-color: rgba(65, 129, 247, 1);
    opacity: 91%;
    height: 100%;
    max-width: 95%;
    max-height: 30vh;
}
#ic8ka-3-2-2-2-4 {
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 25px;
    flex: 0 1 auto;
    height: 100%;
    max-height: 100%;
    max-width: 50%;
    align-self: center;
}
#i3udg-3-2-2-2-4 {
    width: 100%;
    gap: 25px;
}
#iy7nl-3-2-2-2-4 {
    position: static;
    background-color: rgba(0, 0, 0, 0.99);
}
#i0elo-3-2-2-2-2-4 {
    color: black;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgba(65, 129, 247, 1);
    border-right-color: rgba(65, 129, 247, 1);
    border-bottom-color: rgba(65, 129, 247, 1);
    border-left-color: rgba(65, 129, 247, 1);
    max-width: 95%;
    max-height: 35vh;
    height: 100%;
}
#ic8ka-3-2-2-2-2-4 {
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    align-self: center;
    flex: 0 1 auto;
    height: 100%;
    max-height: 100%;
    max-width: 50%;
}
#iFjg0-2-3-2-2-2-2-4 {
    color: #a4a4a4;
}
#io7a6-2-3-2-2-2-2-4 {
    font-size: 30px;
    font-weight: 700;
    font-family: Poppins;
    display: none;
}
#ipuj6e-3-2-2-2-2-4 {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
}
#ipuj6e-3-2-2-2-2-4 {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
    display: none;
}
#ipuj6e-3-2-2-2-2-4 {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
    display: none;
}
#ipuj6e-3-2-2-2-2-4 {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
}
#ipuj6e-3-2-2-2-2-4 {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
}
#ipuj6e-3-2-2-2-2-4 {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
}
#ipuj6e-3-2-2-2-2-4 {
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-fill-mode: both;
    --animation-repeat: false;
}
#iosb2l-2-2-2-2-2-4 {
    padding: 10px;
    font-family: "BBH Sans Bogle";
    color: rgba(65, 129, 247, 1);
    font-size: 35px;
}
#i0prnd-2-2-2-2-4 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    line-height: 28px;
    font-size: 24px;
    text-align: center;
}
#i0p74-3-2-2-2-2-4 {
    padding-top: 41px;
    padding-right: 41px;
    padding-bottom: 41px;
    padding-left: 41px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    align-self: center;
    flex: 1 1 0%;
}
#i3udg-3-2-2-2-2-4 {
    width: 100%;
    gap: 25px;
}
#iy7nl-3-2-2-2-2-4 {
    position: static;
    background-color: rgba(0, 0, 0, 0.99);
}
#iFjg0-2-3-2-2-2-2-2-3 {
    color: #a4a4a4;
}
#io7a6-2-3-2-2-2-2-2-3 {
    font-size: 30px;
    font-weight: 700;
    font-family: Poppins;
    display: none;
}
#ipuj6e-3-2-2-2-2-2-3 {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
}
#ipuj6e-3-2-2-2-2-2-3 {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
}
#ipuj6e-3-2-2-2-2-2-3 {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
    display: none;
}
#ipuj6e-3-2-2-2-2-2-3 {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
    display: none;
}
#ipuj6e-3-2-2-2-2-2-3 {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
}
#ipuj6e-3-2-2-2-2-2-3 {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
}
#ipuj6e-3-2-2-2-2-2-3 {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
}
#ipuj6e-3-2-2-2-2-2-3 {
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-fill-mode: both;
    --animation-repeat: false;
}
#iosb2l-2-2-2-2-2-2-3 {
    padding: 10px;
    font-family: "BBH Sans Bogle";
    color: rgba(65, 129, 247, 1);
    font-size: 35px;
}
#i0prnd-2-2-2-2-2-3 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    line-height: 28px;
    font-size: 24px;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    text-align: center;
}
#i0p74-3-2-2-2-2-2-3 {
    padding-top: 41px;
    padding-right: 41px;
    padding-bottom: 41px;
    padding-left: 41px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    align-self: center;
    flex: 1 1 0%;
}
#i0elo-3-2-2-2-2-2-3 {
    color: black;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgba(65, 129, 247, 1);
    border-right-color: rgba(65, 129, 247, 1);
    border-bottom-color: rgba(65, 129, 247, 1);
    border-left-color: rgba(65, 129, 247, 1);
    height: 100%;
    max-height: 60vh;
    max-width: 95%;
}
#ic8ka-3-2-2-2-2-2-3 {
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    height: 100%;
    flex: 0 1 auto;
    align-self: center;
    max-width: 50%;
    max-height: 100%;
}
#i3udg-3-2-2-2-2-2-3 {
    width: 100%;
    gap: 25px;
}
#iy7nl-3-2-2-2-2-2-3 {
    position: static;
    background-color: rgba(0, 0, 0, 0.99);
}
#ibkc0k-2-2-4 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    vertical-align: middle;
    text-align: center;
    font-size: 52px;
    font-family:
        Arial Black,
        Gadget,
        sans-serif;
}
#abschnitt_sponsoren {
    background-color: rgb(0, 0, 0);
    padding-bottom: 0px;
}
#ib3gql-3 {
    color: black;
    width: 70%;
    background-color: rgba(255, 255, 255, 0);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: static;
    height: 100%;
}
#ipkpfe-3 {
    flex-basis: 50%;
    align-self: center;
    order: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#it33ag-3 {
    background-image: url("../ressources/website_smb_logo.png");
    background-size: contain;
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    width: 70%;
    padding-top: 0px;
    padding-right: 32px;
    padding-bottom: 0px;
    padding-left: 37px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    display: none;
}
#ir8mth-3 {
    color: black;
    width: 70%;
    background-color: rgba(255, 255, 255, 0);
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
}
#i39nel-3 {
    flex-basis: 50%;
}
#i5fpi5-3 {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    gap: 92px;
    background-color: rgba(204, 204, 204, 1);
    border-top-left-radius: 39px;
    border-top-right-radius: 39px;
    border-bottom-left-radius: 39px;
    border-bottom-right-radius: 39px;
}
#gegsergt {
    background-color: rgba(0, 0, 0, 1);
    justify-content: center;
}
#ibkc0k-2-2-2-3 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    vertical-align: middle;
    text-align: center;
    font-size: 52px;
    font-family:
        Arial Black,
        Gadget,
        sans-serif;
}
#abschnitt_galerie {
    background-color: rgb(0, 0, 0);
    padding-bottom: 0px;
}
#ipasjw-4 {
    color: black;
    width: 100%;
}
#i9pcfv-3 {
    padding: 50px;
}
#ipasjw-2-4 {
    color: black;
    width: 100%;
}
#i897ek-3 {
    display: none;
}
#iqg06w-3 {
    padding: 50px;
}
#ipasjw-2-2-3 {
    color: black;
    width: 100%;
}
#isjleo-3 {
    display: none;
}
#i5vdrf-3 {
    padding: 50px;
}
#inol8h-3 {
    background-color: rgba(0, 0, 0, 1);
}
#ibnncv-3 {
    background-color: rgba(0, 0, 0, 0);
}
#ips8ea-3 {
    background-color: rgba(214, 23, 23, 1);
    display: none;
}
#ismg7u-5 {
    color: black;
    width: 100%;
}
#ihz32m-4 {
    padding: 50px;
}
#ismg7u-2-5 {
    color: black;
    width: 100%;
}
#iioj3i-4 {
    padding: 50px;
}
#ismg7u-2-2-4 {
    color: black;
    width: 100%;
}
#imezud-4 {
    padding: 50px;
}
#ilp72k-4 {
    color: rgba(254, 254, 254, 1);
    font-size: 30px;
}
#vgvgvg {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 1);
    padding-bottom: 70px;
}
#i8jdfi-4 {
    padding: 10px;
    font-family: "BBH Sans Bogle";
    color: rgba(255, 255, 255, 1);
    font-size: 35px;
}
#i4ddph-2-4 {
    font-size: 20px;
    white-space: pre-wrap;
    display: block;
    padding-top: 25px;
    padding-bottom: 25px;
    max-width: 338px;
    padding-left: 10px;
}
#iqsdqd-2-4 {
    flex: 0 0 50%;
}
#iwqvo2-2-5 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
    margin-top: 0px;
}
#ibab16-5-5 {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 12px;
    padding-bottom: 10px;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition:
        color 0.5s ease 0s,
        border 0.5s ease 0s;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-bottom-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
#ibab16-5-5:hover {
    border-top-color: #69cdbb;
    border-right-color: #69cdbb;
    border-bottom-color: #69cdbb;
    border-left-color: #69cdbb;
    color: #69cdbb;
}
#ibab16-4-2-5 {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 12px;
    padding-bottom: 10px;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition:
        color 0.5s ease 0s,
        border 0.5s ease 0s;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-bottom-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
#ibab16-4-2-5:hover {
    border-top-color: #69cdbb;
    border-right-color: #69cdbb;
    border-bottom-color: #69cdbb;
    border-left-color: #69cdbb;
    color: #69cdbb;
}
#ibab16-3-2-5 {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 12px;
    padding-bottom: 10px;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition:
        color 0.5s ease 0s,
        border 0.5s ease 0s;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-bottom-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
#ibab16-3-2-5:hover {
    border-top-color: #69cdbb;
    border-right-color: #69cdbb;
    border-bottom-color: #69cdbb;
    border-left-color: #69cdbb;
    color: #69cdbb;
}
#i6fhpg-2-5 {
    flex-basis: 50%;
}
#iwqvo2-2-2-4 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
    margin-top: 0px;
}
#ibab16-5-2-4 {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 12px;
    padding-bottom: 10px;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition:
        color 0.5s ease 0s,
        border 0.5s ease 0s;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-bottom-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
#ibab16-5-2-4:hover {
    border-top-color: #69cdbb;
    border-right-color: #69cdbb;
    border-bottom-color: #69cdbb;
    border-left-color: #69cdbb;
    color: #69cdbb;
}
#ibab16-4-2-2-4 {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 12px;
    padding-bottom: 10px;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition:
        color 0.5s ease 0s,
        border 0.5s ease 0s;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-bottom-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
#ibab16-4-2-2-4:hover {
    border-top-color: #69cdbb;
    border-right-color: #69cdbb;
    border-bottom-color: #69cdbb;
    border-left-color: #69cdbb;
    color: #69cdbb;
}
#ibab16-3-2-2-4 {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 12px;
    padding-bottom: 10px;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition:
        color 0.5s ease 0s,
        border 0.5s ease 0s;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-bottom-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
#ibab16-3-2-2-4:hover {
    border-top-color: #69cdbb;
    border-right-color: #69cdbb;
    border-bottom-color: #69cdbb;
    border-left-color: #69cdbb;
    color: #69cdbb;
}
#i6fhpg-2-2-4 {
    flex-basis: 50%;
}
#ipb8g1-2-4 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
    margin-top: 0px;
}
#ibab16-2-4-4 {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 12px;
    padding-bottom: 10px;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition:
        color 0.5s ease 0s,
        border 0.5s ease 0s;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-bottom-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
#ibab16-2-4-4:hover {
    border-top-color: #69cdbb;
    border-right-color: #69cdbb;
    border-bottom-color: #69cdbb;
    border-left-color: #69cdbb;
    color: #69cdbb;
}
#ibab16-2-3-2-2-4 {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 12px;
    padding-bottom: 10px;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition:
        color 0.5s ease 0s,
        border 0.5s ease 0s;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-bottom-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
#ibab16-2-3-2-2-4:hover {
    border-top-color: #69cdbb;
    border-right-color: #69cdbb;
    border-bottom-color: #69cdbb;
    border-left-color: #69cdbb;
    color: #69cdbb;
}
#i93tgp-2-4 {
    flex-basis: 50%;
}
#idj72j-2-4 {
    width: 100%;
}
#ihlyix-2-4 {
    white-space: pre-wrap;
    display: block;
    margin-top: 60px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    text-align: center;
    color: white;
}
#idnjbi-2-4 {
    padding-top: 140px;
    padding-bottom: 25px;
    margin-top: 0px;
    color: white;
    background-image: linear-gradient(180deg, black, rgba(72, 72, 72, 1) 15%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}
#igdybn-3 {
    height: 600px;
    display: none;
}
#i0elo-3-2-4 {
    color: black;
    width: 100%;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgba(65, 129, 247, 1);
    border-right-color: rgba(65, 129, 247, 1);
    border-bottom-color: rgba(65, 129, 247, 1);
    border-left-color: rgba(65, 129, 247, 1);
}
#ic8ka-3-2-4 {
    flex-basis: 50%;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
#iFjg0-2-3-2-4 {
    color: #a4a4a4;
}
#io7a6-2-3-2-4 {
    font-size: 30px;
    font-weight: 700;
    font-family: Poppins;
    display: none;
}
#ipuj6e-3-2-4 {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
}
#ipuj6e-3-2-4 {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
}
#ipuj6e-3-2-4 {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
}
#ipuj6e-3-2-4 {
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-fill-mode: both;
    --animation-repeat: false;
}
#iosb2l-2-2-4 {
    padding: 10px;
    font-family: "BBH Sans Bogle";
    color: rgba(65, 129, 247, 1);
    font-size: 35px;
}
#i0prnd-2-4 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    line-height: 28px;
    font-size: 24px;
}
#i74td-3-2-3-2-2-2-4 {
    font-size: 20px;
    padding-left: 20px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 21px;
}
#inbd3-3-2-3-2-2-2-4 {
    width: 50px;
    height: 50px;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: rgba(0, 0, 0, 1);
    color: white;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: white;
    border-right-color: white;
    border-bottom-color: white;
    border-left-color: white;
}
#ikx0n-3-2-3-2-2-2-4 {
    display: flex;
    max-width: 240px;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    transition: background 0.5s ease 0s;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 5px;
    cursor: pointer;
    padding-top: 5px;
    font-family: Poppins;
    background-color: rgba(65, 129, 247, 1);
}
#ikx0n-3-2-3-2-2-2-4:hover {
    background-color: rgba(232, 232, 232, 0.91);
}
#i0p74-3-2-4 {
    flex-basis: 50%;
    padding-top: 41px;
    padding-right: 41px;
    padding-bottom: 41px;
    padding-left: 41px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    align-self: auto;
}
#i3udg-3-2-4 {
    width: 100%;
    gap: 25px;
}
#iy7nl-3-2-4 {
    position: static;
    background-color: rgba(0, 0, 0, 0.99);
    display: none;
}
#iFjg0-2-2-3 {
    color: #a4a4a4;
}
#io7a6-2-2-3 {
    font-size: 30px;
    font-weight: 700;
    font-family: Poppins;
}
#ipuj6e-2-3 {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
}
#ipuj6e-2-3 {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
}
#ipuj6e-2-3 {
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-fill-mode: both;
    --animation-repeat: false;
}
#i0p74-2-3 {
    flex-basis: 50%;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#i0elo-2-3 {
    color: black;
    width: 100%;
}
#ic8ka-2-3 {
    flex-basis: 50%;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
#i3udg-2-3 {
    width: 100%;
    gap: 25px;
}
#i0f9c-2-3 {
    margin-bottom: 8px;
    color: #262628;
    font-weight: 700;
    font-size: 55px;
    margin-top: 0px;
}
#ib7yn-2-3 {
    padding: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: #262628;
    font-size: 20px;
}
#ioach-2-3 {
    flex-basis: 50%;
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    text-align: center;
}
#iujgr-2-3 {
    margin-bottom: 8px;
    color: #262628;
    font-weight: 700;
    font-size: 55px;
    margin-top: 0px;
}
#i1jzr-2-3 {
    padding: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: #262628;
    font-size: 20px;
}
#iww7i-2-3 {
    flex-basis: 50%;
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    text-align: center;
}
#icqgi-2-3 {
    margin-bottom: 8px;
    color: #262628;
    font-weight: 700;
    font-size: 55px;
    margin-top: 0px;
}
#ia6ug-2-3 {
    padding: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: #262628;
    font-size: 20px;
}
#i6c44-2-3 {
    flex-basis: 50%;
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    text-align: center;
}
#ipd7c-2-3 {
    margin-bottom: 8px;
    color: #262628;
    font-weight: 700;
    font-size: 55px;
    margin-top: 0px;
}
#idl4i-2-3 {
    padding: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: #262628;
    font-size: 20px;
}
#inn8j-2-3 {
    flex-basis: 50%;
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    text-align: center;
}
#ibnyc-2-3 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: rgba(0, 0, 0, 0.13);
    border-right-color: rgba(0, 0, 0, 0.13);
    border-bottom-color: rgba(0, 0, 0, 0.13);
    border-left-color: rgba(0, 0, 0, 0.13);
    margin-top: 30px;
}
#iy7nl-2-3 {
    position: static;
    display: none;
}
#i3jy4-3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 55px;
    color: #262628;
    margin-bottom: 60px;
}
#i09zj-3 {
    color: black;
    width: 100%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#if17s-3 {
    flex-basis: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#i7dwl-3 {
    padding: 10px;
    text-align: left;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: #262628;
    font-size: 18px;
}
#iwfvz-3 {
    text-align: left;
    margin-top: 8px;
    margin-right: 0px;
    margin-bottom: 12px;
    margin-left: 0px;
    color: #262628;
    font-size: 35px;
    font-family: Poppins;
}
#irnng-3 {
    width: 22px;
    height: 22px;
    color: #262628;
}
#imbkk-3 {
    flex: 0 1 auto;
}
#i3m8s-3 {
    padding: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: left;
    color: #262628;
}
#ixj9b-3 {
    flex-basis: 50%;
}
#i21tk-3 {
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
}
#i5nv4k-4 {
    flex: 0 1 auto;
}
#i614hy-3 {
    width: 22px;
    height: 22px;
    color: #262628;
}
#i9dq86-3 {
    flex: 0 1 auto;
}
#ihktsn-3 {
    padding: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: left;
    color: #262628;
}
#inx6ls-3 {
    flex-basis: 50%;
}
#izn7fi-3 {
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
}
#idtxnh-3 {
    width: 22px;
    height: 22px;
    color: #262628;
}
#idbarq-3 {
    flex: 0 1 auto;
}
#il71kr-3 {
    padding: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: left;
    color: #262628;
}
#iozz8b-3 {
    flex-basis: 50%;
}
#icosdf-3 {
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
}
#ia6ai3-3 {
    width: 22px;
    height: 22px;
    color: #262628;
}
#i8kse5-3 {
    flex: 0 1 auto;
}
#ix1bxi-3 {
    padding: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: left;
    color: #262628;
}
#i3pg1d-3 {
    flex-basis: 50%;
}
#iy2utm-3 {
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
}
#i8krg7-3 {
    padding: 10px;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 40px;
    padding-right: 40px;
    font-family: Poppins;
    color: white;
    text-decoration: none;
    background-color: black;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    font-size: 20px;
    margin-top: 25px;
    cursor: pointer;
    transition: background 0.8s ease 0s;
}
#i8krg7-3:hover {
    background-color: rgba(46, 45, 45, 1);
}
#izf5i-3 {
    flex-basis: 50%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 1.1rem;
}
#iblnz-3 {
    width: 100%;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #e8e8e8;
    border-right-color: #e8e8e8;
    border-bottom-color: #e8e8e8;
    border-left-color: #e8e8e8;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background-color: #f7f7f7;
    padding-top: 35px;
    padding-right: 35px;
    padding-bottom: 35px;
    padding-left: 35px;
    gap: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
}
#i09zj-5-3 {
    color: black;
    width: 100%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#if17s-5-3 {
    flex-basis: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#i7dwl-5-3 {
    padding: 10px;
    text-align: left;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: #262628;
    font-size: 18px;
}
#iwfvz-5-3 {
    text-align: left;
    margin-top: 8px;
    margin-right: 0px;
    margin-bottom: 12px;
    margin-left: 0px;
    color: #262628;
    font-size: 35px;
    font-family: Poppins;
}
#iyaq9j-3 {
    width: 22px;
    height: 22px;
    color: #262628;
}
#is04jl-3 {
    flex: 0 1 auto;
}
#i709ah-3 {
    padding: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: left;
}
#id7b23-3 {
    flex-basis: 50%;
}
#ihe7mr-3 {
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
}
#i7p34c-3 {
    width: 22px;
    height: 22px;
    color: #262628;
}
#ilttuf-3 {
    flex: 0 1 auto;
}
#iux6cp-3 {
    padding: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: left;
}
#imykqc-3 {
    flex-basis: 50%;
}
#idth6t-3 {
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
}
#izkcor-3 {
    width: 22px;
    height: 22px;
    color: #262628;
}
#ixjo5k-3 {
    flex: 0 1 auto;
}
#ipig8l-3 {
    padding: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: left;
}
#ienvgh-3 {
    flex-basis: 50%;
}
#igu65m-3 {
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
}
#i7faph-3 {
    width: 22px;
    height: 22px;
    color: #262628;
}
#if4few-3 {
    flex: 0 1 auto;
}
#ipptzt-3 {
    padding: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: left;
}
#i830rr-3 {
    flex-basis: 50%;
}
#iemmb9-3 {
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
}
#igeg8b-3 {
    padding: 10px;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 40px;
    padding-right: 40px;
    font-family: Poppins;
    color: white;
    text-decoration: none;
    background-color: black;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    font-size: 20px;
    margin-top: 25px;
    cursor: pointer;
    transition: background 0.8s ease 0s;
}
#igeg8b-3:hover {
    background-color: rgba(46, 45, 45, 1);
}
#izf5i-5-3 {
    flex-basis: 50%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 1.1rem;
}
#iblnz-5-3 {
    width: 100%;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #e8e8e8;
    border-right-color: #e8e8e8;
    border-bottom-color: #e8e8e8;
    border-left-color: #e8e8e8;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background-color: #f7f7f7;
    padding-top: 35px;
    padding-right: 35px;
    padding-bottom: 35px;
    padding-left: 35px;
    gap: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
}
#i09zj-4-3 {
    color: black;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 100%;
}
#if17s-4-3 {
    flex-basis: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#i7dwl-4-3 {
    padding: 10px;
    text-align: left;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: #262628;
    font-size: 18px;
}
#iwfvz-4-3 {
    text-align: left;
    margin-top: 8px;
    margin-right: 0px;
    margin-bottom: 12px;
    margin-left: 0px;
    color: #262628;
    font-size: 35px;
    font-family: Poppins;
}
#ipglo1-3 {
    width: 22px;
    height: 22px;
    color: #262628;
}
#iwugyl-3 {
    flex: 0 1 auto;
}
#ikvym8-3 {
    padding: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: left;
}
#ifuzqp-3 {
    flex-basis: 50%;
}
#ic3xbd-3 {
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
}
#ibvmop-3 {
    width: 22px;
    height: 22px;
    color: #262628;
}
#imhbs1-3 {
    flex: 0 1 auto;
}
#i6cqcz-3 {
    padding: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: left;
}
#izdli8-3 {
    flex-basis: 50%;
}
#i3eh2x-3 {
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
}
#ipabdy-3 {
    width: 22px;
    height: 22px;
    color: #262628;
}
#i7szm9-3 {
    flex: 0 1 auto;
}
#i5gbsh-3 {
    padding: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: left;
}
#i9p2ek-3 {
    flex-basis: 50%;
}
#izhcom-3 {
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
}
#ivy4v4-3 {
    width: 22px;
    height: 22px;
    color: #262628;
}
#it873k-3 {
    flex: 0 1 auto;
}
#ib059i-3 {
    padding: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: left;
}
#i0ejjl-3 {
    flex-basis: 50%;
}
#igb41l-3 {
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
}
#ifc8l8-3 {
    padding: 10px;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 40px;
    padding-right: 40px;
    font-family: Poppins;
    color: white;
    text-decoration: none;
    background-color: black;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    font-size: 20px;
    margin-top: 25px;
    cursor: pointer;
    transition: background 0.8s ease 0s;
}
#ifc8l8-3:hover {
    background-color: rgba(46, 45, 45, 1);
}
#izf5i-4-3 {
    flex-basis: 50%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 1.1rem;
}
#iblnz-4-3 {
    width: 100%;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #e8e8e8;
    border-right-color: #e8e8e8;
    border-bottom-color: #e8e8e8;
    border-left-color: #e8e8e8;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background-color: #f7f7f7;
    padding-top: 35px;
    padding-right: 35px;
    padding-bottom: 35px;
    padding-left: 35px;
    gap: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
}
#iqz9a-3 {
    text-align: center;
    width: 85%;
}
#is72o-3 {
    display: none;
}
#i52xuv-3 {
    color: #febe30;
    width: 30px;
    height: 30px;
}
#inkef8-3 {
    color: #febe30;
    width: 30px;
    height: 30px;
}
#i31l5t-3 {
    color: #febe30;
    width: 30px;
    height: 30px;
}
#ifoqyr-3 {
    color: #febe30;
    width: 30px;
    height: 30px;
}
#irxopl-3 {
    color: #febe30;
    width: 30px;
    height: 30px;
}
#ix5wn7-3 {
    font-weight: 700;
    font-size: 40px;
    white-space: pre-wrap;
    display: block;
    text-align: center;
    width: 80%;
    margin: 15px auto;
    font-family: Poppins;
}
#iibckt-2-3 {
    color: black;
    width: 40px;
}
#i5h8ky-3 {
    flex: 0 1 auto;
}
#ibij33-3 {
    padding: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-weight: 700;
    font-size: 20px;
}
#iibcvl-3 {
    flex: 0 1 auto;
}
#iwoqtw-3 {
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}
#if8ud8-3 {
    padding: 50px;
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
}
#i6eye1-3 {
    color: #febe30;
    width: 30px;
    height: 30px;
}
#iy23ia-3 {
    color: #febe30;
    width: 30px;
    height: 30px;
}
#ihe9e4-3 {
    color: #febe30;
    width: 30px;
    height: 30px;
}
#i2xw5f-3 {
    color: #febe30;
    width: 30px;
    height: 30px;
}
#i348kg-3 {
    color: #febe30;
    width: 30px;
    height: 30px;
}
#ixrxw5-3 {
    font-weight: 700;
    font-size: 40px;
    white-space: pre-wrap;
    display: block;
    text-align: center;
    width: 80%;
    margin: 15px auto;
    font-family: Poppins;
}
#iibckt-3-3 {
    color: black;
    width: 40px;
}
#iwsnbb-3 {
    flex: 0 1 auto;
}
#ihusuo-3 {
    padding: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-weight: 700;
    font-size: 20px;
}
#ifefks-3 {
    flex: 0 1 auto;
}
#ikozoe-3 {
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}
#if5dhc-3 {
    padding: 50px;
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
}
#igr7gl-3 {
    color: #febe30;
    width: 30px;
    height: 30px;
}
#i5bz3x-3 {
    color: #febe30;
    width: 30px;
    height: 30px;
}
#iej485-3 {
    color: #febe30;
    width: 30px;
    height: 30px;
}
#iie5bo-3 {
    color: #febe30;
    width: 30px;
    height: 30px;
}
#iv3h94-3 {
    color: #febe30;
    width: 30px;
    height: 30px;
}
#ip4z2s-3 {
    font-weight: 700;
    font-size: 40px;
    white-space: pre-wrap;
    display: block;
    text-align: center;
    width: 80%;
    margin: 15px auto;
    font-family: Poppins;
}
#iibckt-5 {
    color: black;
    width: 40px;
}
#ioxqrs-3 {
    padding: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-weight: 700;
    font-size: 20px;
}
#in0dan-3 {
    flex: 0 1 auto;
}
#ie72gd-3 {
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}
#ilc38l-3 {
    padding: 50px;
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
}
#ienxot-3 {
    display: none;
}
#iFjg0-4 {
    color: white;
}
#io7a6-4 {
    font-size: 30px;
    color: #858585;
    font-weight: 700;
    font-family: Poppins;
}
#i06t7k-3 {
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
#i7mws7-3 {
    color: black;
    width: 100%;
}
#i9rmad-3 {
    flex-basis: 50%;
}
#ig45ek-3 {
    width: 100%;
    gap: 20px;
}
#iFjg0-5-4 {
    color: white;
}
#io7a6-5-4 {
    font-size: 30px;
    color: #858585;
    font-weight: 700;
    font-family: Poppins;
}
#i6qkct-3 {
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
#i7mws7-4-4 {
    color: black;
    width: 100%;
}
#i1e5vk-3 {
    flex-basis: 50%;
}
#i5i3sr-3 {
    width: 100%;
    gap: 20px;
}
#iFjg0-5-2-3 {
    color: white;
}
#io7a6-5-2-3 {
    font-size: 30px;
    color: #858585;
    font-weight: 700;
    font-family: Poppins;
}
#ilnxug-3 {
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
#i7mws7-4-2-3 {
    color: black;
    width: 100%;
}
#iuz2ft-3 {
    flex-basis: 50%;
}
#iqfvs7-3 {
    width: 100%;
    gap: 20px;
}
#iwxzfy-3 {
    display: flex;
    flex-direction: column;
    gap: 90px;
}
#iakwnm-3 {
    background-color: rgba(0, 0, 0, 1);
    display: none;
}
#ihwtz6-3 {
    padding: 10px;
    color: #262628;
    font-size: 22px;
    text-align: center;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-weight: 400;
}
#ikz1bj-4 {
    color: #262628;
    font-family: Poppins;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 5px;
}
#iozxys-4 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
}
#i0ugd9-4 {
    color: #262628;
}
#ita2bq-4 {
    font-size: 20px;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
}
#ilywhr-8 {
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    border-bottom-style: solid;
    border-top-color: rgba(0, 0, 0, 0.18);
    border-right-color: rgba(0, 0, 0, 0.18);
    border-bottom-color: rgba(0, 0, 0, 0.18);
    border-left-color: rgba(0, 0, 0, 0.18);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}
#iqbe4d-4 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
}
#i92kya-4 {
    color: #262628;
}
#izgcet-4 {
    font-size: 20px;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
}
#ilywhr-5-4 {
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    border-bottom-style: solid;
    border-top-color: rgba(0, 0, 0, 0.18);
    border-right-color: rgba(0, 0, 0, 0.18);
    border-bottom-color: rgba(0, 0, 0, 0.18);
    border-left-color: rgba(0, 0, 0, 0.18);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}
#iuicgl-4 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
}
#i33lp1-4 {
    color: #262628;
}
#igfney-4 {
    font-size: 20px;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
}
#ilywhr-4-4 {
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    border-bottom-style: solid;
    border-top-color: rgba(0, 0, 0, 0.18);
    border-right-color: rgba(0, 0, 0, 0.18);
    border-bottom-color: rgba(0, 0, 0, 0.18);
    border-left-color: rgba(0, 0, 0, 0.18);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}
#idnwpv-4 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
}
#iiq45a-4 {
    color: #262628;
}
#inpjef-4 {
    font-size: 20px;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
}
#ilywhr-3-4 {
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    border-bottom-style: solid;
    border-top-color: rgba(0, 0, 0, 0.18);
    border-right-color: rgba(0, 0, 0, 0.18);
    border-bottom-color: rgba(0, 0, 0, 0.18);
    border-left-color: rgba(0, 0, 0, 0.18);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}
#ib55ug-4 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
}
#ie48pk-4 {
    color: #262628;
}
#ihqjkb-4 {
    font-size: 20px;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
}
#ilywhr-2-4 {
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    border-bottom-style: solid;
    border-top-color: rgba(0, 0, 0, 0.18);
    border-right-color: rgba(0, 0, 0, 0.18);
    border-bottom-color: rgba(0, 0, 0, 0.18);
    border-left-color: rgba(0, 0, 0, 0.18);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}
#ifk8mf-4 {
    width: 70%;
    margin: 50px auto;
}
#iuxyfl-4 {
    padding-top: 70px;
    display: none;
}
#iegpf2-3 {
    color: white;
    text-align: center;
    font-family: Poppins;
    font-weight: 700;
    font-size: 50px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
}
#io7t9h-3 {
    white-space: pre-wrap;
    display: block;
    text-align: center;
    font-size: 20px;
    color: white;
}
#i74td-2-3 {
    font-size: 20px;
    font-weight: 500;
    padding-left: 20px;
}
#inbd3-2-3 {
    width: 50px;
    height: 50px;
    padding-top: 13px;
    padding-right: 13px;
    padding-bottom: 13px;
    padding-left: 13px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: rgba(0, 0, 0, 1);
    color: white;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: white;
    border-right-color: white;
    border-bottom-color: white;
    border-left-color: white;
}
#ikx0n-2-3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: white;
    transition: background 0.5s ease 0s;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 5px;
    cursor: pointer;
    margin-right: 0px;
    margin-left: 0px;
    width: 200px;
    padding-top: 5px;
    font-family: Poppins;
}
#ikx0n-2-3:hover {
    background-color: rgba(232, 232, 232, 0.91);
}
#iae19g-3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
#isy63c-3 {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.16) 10%, rgba(0, 0, 0, 1) 90%);
    background-position:
        0px 0px,
        0px 0px;
    background-size:
        100% 100%,
        100% 100%;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
    background-origin: padding-box, padding-box;
    padding-top: 100px;
    padding-bottom: 100px;
    display: none;
}
#i9plxe-3 {
    color: black;
    width: 100px;
}
#i4ddph-4 {
    font-size: 20px;
    white-space: pre-wrap;
    display: block;
    padding-top: 25px;
    padding-bottom: 25px;
    max-width: 300px;
}
#i7zf36-3 {
    width: 30px;
    height: 30px;
}
#i01rwy-3 {
    color: white;
    cursor: pointer;
    transition: color 0.5s ease 0s;
}
#i01rwy-3:hover {
    color: #69cdbb;
}
#ii7m5s-3 {
    width: 30px;
    height: 30px;
}
#ib7e6d-3 {
    color: white;
    cursor: pointer;
    transition: color 0.5s ease 0s;
}
#ib7e6d-3:hover {
    color: #69cdbb;
}
#i0y4ij-3 {
    width: 30px;
    height: 30px;
}
#iewp26-3 {
    color: white;
    cursor: pointer;
    transition: color 0.5s ease 0s;
}
#iewp26-3:hover {
    color: #69cdbb;
}
#ik7clj-3 {
    width: 30px;
    height: 30px;
}
#i2k2lr-3 {
    color: white;
    cursor: pointer;
    transition: color 0.5s ease 0s;
}
#i2k2lr-3:hover {
    color: #69cdbb;
}
#iqsdqd-4 {
    flex: 0 0 50%;
}
#iwqvo2-4 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
    margin-top: 0px;
}
#ibab16-7 {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 12px;
    padding-bottom: 10px;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition:
        color 0.5s ease 0s,
        border 0.5s ease 0s;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-bottom-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
#ibab16-7:hover {
    border-top-color: #69cdbb;
    border-right-color: #69cdbb;
    border-bottom-color: #69cdbb;
    border-left-color: #69cdbb;
    color: #69cdbb;
}
#ibab16-4-4 {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 12px;
    padding-bottom: 10px;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition:
        color 0.5s ease 0s,
        border 0.5s ease 0s;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-bottom-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
#ibab16-4-4:hover {
    border-top-color: #69cdbb;
    border-right-color: #69cdbb;
    border-bottom-color: #69cdbb;
    border-left-color: #69cdbb;
    color: #69cdbb;
}
#ibab16-3-4 {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 12px;
    padding-bottom: 10px;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition:
        color 0.5s ease 0s,
        border 0.5s ease 0s;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-bottom-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
#ibab16-3-4:hover {
    border-top-color: #69cdbb;
    border-right-color: #69cdbb;
    border-bottom-color: #69cdbb;
    border-left-color: #69cdbb;
    color: #69cdbb;
}
#ibab16-2-2-3 {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 12px;
    padding-bottom: 10px;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition:
        color 0.5s ease 0s,
        border 0.5s ease 0s;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-bottom-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
#ibab16-2-2-3:hover {
    border-top-color: #69cdbb;
    border-right-color: #69cdbb;
    border-bottom-color: #69cdbb;
    border-left-color: #69cdbb;
    color: #69cdbb;
}
#i6fhpg-4 {
    flex-basis: 50%;
}
#ipb8g1-4 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
    margin-top: 0px;
}
#ibab16-2-6 {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 12px;
    padding-bottom: 10px;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition:
        color 0.5s ease 0s,
        border 0.5s ease 0s;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-bottom-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
#ibab16-2-6:hover {
    border-top-color: #69cdbb;
    border-right-color: #69cdbb;
    border-bottom-color: #69cdbb;
    border-left-color: #69cdbb;
    color: #69cdbb;
}
#ibab16-2-3-2-4 {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 12px;
    padding-bottom: 10px;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition:
        color 0.5s ease 0s,
        border 0.5s ease 0s;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-bottom-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
#ibab16-2-3-2-4:hover {
    border-top-color: #69cdbb;
    border-right-color: #69cdbb;
    border-bottom-color: #69cdbb;
    border-left-color: #69cdbb;
    color: #69cdbb;
}
#i93tgp-4 {
    flex-basis: 50%;
}
#ive8qk-3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
    margin-top: 0px;
}
#ibab16-2-3-5 {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 12px;
    padding-bottom: 10px;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition:
        color 0.5s ease 0s,
        border 0.5s ease 0s;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-bottom-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
#ibab16-2-3-5:hover {
    border-top-color: #69cdbb;
    border-right-color: #69cdbb;
    border-bottom-color: #69cdbb;
    border-left-color: #69cdbb;
    color: #69cdbb;
}
#ibab16-2-3-3-3 {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 12px;
    padding-bottom: 10px;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition:
        color 0.5s ease 0s,
        border 0.5s ease 0s;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-bottom-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
#ibab16-2-3-3-3:hover {
    border-top-color: #69cdbb;
    border-right-color: #69cdbb;
    border-bottom-color: #69cdbb;
    border-left-color: #69cdbb;
    color: #69cdbb;
}
#inovxt-3 {
    flex-basis: 50%;
}
#idj72j-4 {
    width: 100%;
}
#ihlyix-4 {
    white-space: pre-wrap;
    display: block;
    margin-top: 60px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    text-align: center;
    color: white;
}
#idnjbi-4 {
    background-color: rgba(0, 0, 0, 1);
    padding-top: 80px;
    padding-bottom: 25px;
    margin-top: -1px;
    color: white;
    display: none;
}
#ioqg-3 {
    font-family: Rubik;
    color: #262628;
}
#iius2yk {
    text-align: right;
}
#ivj7r8d {
    text-align: right;
}
#if3m0ef {
    text-align: right;
}
#ihuz6eb {
    text-align: right;
}
#iosb2l-5-2-2-3 {
    padding: 10px;
    font-family: "BBH Sans Bogle";
    color: rgba(65, 129, 247, 1);
    font-size: 35px;
    text-align: center;
}
#i6jxfh-4-2-2-4 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    line-height: 28px;
    font-size: 24px;
    text-align: center;
}
#i6jxfh-4-2-2-2-5 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    line-height: 28px;
    font-size: 20px;
    text-align: center;
}
#i6jxfh-4-2-2-2-4-3 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: underline;
    line-height: 28px;
    font-size: 24px;
    text-align: center;
}
#i4gw8sd-2 {
    text-align: left;
}
#i9ay1qq-2 {
    text-align: left;
}
#isv6omj-2 {
    text-align: left;
}
#i6jxfh-4-2-2-2-3-3 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    line-height: 28px;
    font-size: 18px;
    text-align: center;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#i6jxfh-4-2-2-2-4-2-2 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: underline;
    line-height: 28px;
    font-size: 24px;
    text-align: center;
}
#iducv1c-2 {
    text-align: left;
}
#i6jxfh-4-2-2-2-3-2-2 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    line-height: 28px;
    font-size: 18px;
    text-align: center;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#i6jxfh-4-2-2-2-2-2 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    line-height: 28px;
    font-size: 20px;
    text-align: center;
}
#i0p74-6-2-2-3 {
    padding-top: 41px;
    padding-right: 41px;
    padding-bottom: 41px;
    padding-left: 41px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    align-self: center;
    flex: 1 1 0%;
    border-top-left-radius: 49px;
    border-top-right-radius: 49px;
    border-bottom-left-radius: 49px;
    border-bottom-right-radius: 49px;
    border-top-color: rgba(65, 129, 247, 1);
    border-right-color: rgba(65, 129, 247, 1);
    border-bottom-color: rgba(65, 129, 247, 1);
    border-left-color: rgba(65, 129, 247, 1);
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-width: 3px;
    border-right-width: 3px;
    border-bottom-width: 3px;
    border-left-width: 3px;
}
#i3udg-5-2-2-3 {
    width: 100%;
    gap: 25px;
    justify-content: center;
}
#ik1hlyl-2-3 {
    max-width: 900px;
}
#i72roaa-2-3 {
    background-color: rgba(0, 0, 0, 1);
    padding-top: 20px;
    padding-bottom: 20px;
}
#iosb2l-5-2-2-3-2 {
    padding: 10px;
    font-family: "BBH Sans Bogle";
    color: rgba(65, 129, 247, 1);
    font-size: 35px;
    text-align: center;
}
#i6jxfh-4-2-2-4-2 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    line-height: 28px;
    font-size: 24px;
    text-align: center;
}
#i6jxfh-4-2-2-2-5-2 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    line-height: 28px;
    font-size: 20px;
    text-align: center;
}
#i6jxfh-4-2-2-2-4-3-2 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: underline;
    line-height: 28px;
    font-size: 24px;
    text-align: center;
}
#i4gw8sd-2-2 {
    text-align: left;
}
#i9ay1qq-2-2 {
    text-align: left;
}
#isv6omj-2-2 {
    text-align: left;
}
#i6jxfh-4-2-2-2-3-3-2 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    line-height: 28px;
    font-size: 18px;
    text-align: center;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#i6jxfh-4-2-2-2-4-2-2-2 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: underline;
    line-height: 28px;
    font-size: 24px;
    text-align: center;
}
#iducv1c-2-2 {
    text-align: left;
}
#i6jxfh-4-2-2-2-3-2-2-2 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    line-height: 28px;
    font-size: 18px;
    text-align: center;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#i6jxfh-4-2-2-2-2-2-2 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    line-height: 28px;
    font-size: 20px;
    text-align: center;
}
#i0p74-6-2-2-3-2 {
    padding-top: 41px;
    padding-right: 41px;
    padding-bottom: 41px;
    padding-left: 41px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    align-self: center;
    flex: 1 1 0%;
    border-top-left-radius: 49px;
    border-top-right-radius: 49px;
    border-bottom-left-radius: 49px;
    border-bottom-right-radius: 49px;
    border-top-color: rgba(65, 129, 247, 1);
    border-right-color: rgba(65, 129, 247, 1);
    border-bottom-color: rgba(65, 129, 247, 1);
    border-left-color: rgba(65, 129, 247, 1);
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-width: 3px;
    border-right-width: 3px;
    border-bottom-width: 3px;
    border-left-width: 3px;
}
#i3udg-5-2-2-3-2 {
    width: 100%;
    gap: 25px;
    justify-content: center;
}
#ik1hlyl-2-3-2 {
    max-width: 900px;
}
#i72roaa-2-3-2 {
    background-color: rgba(0, 0, 0, 1);
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
}
#iosb2l-5-2-2-3-2-2 {
    padding: 10px;
    font-family: "BBH Sans Bogle";
    color: rgba(65, 129, 247, 1);
    font-size: 35px;
    text-align: center;
    letter-spacing: 1px;
}
#i6jxfh-4-2-2-4-2-2 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    line-height: 28px;
    font-size: 24px;
    text-align: center;
}
#i6jxfh-4-2-2-2-5-2-2 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    line-height: 28px;
    font-size: 20px;
    text-align: center;
}
#ijyvrvt-2-2-2-2 {
    display: none;
}
#i6jxfh-4-2-2-2-4-3-2-2 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: underline;
    line-height: 28px;
    font-size: 24px;
    text-align: center;
}
#i4gw8sd-2-2-2 {
    text-align: left;
}
#i9ay1qq-2-2-2 {
    text-align: left;
}
#isv6omj-2-2-2 {
    text-align: left;
}
#i6jxfh-4-2-2-2-3-3-2-2 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    line-height: 28px;
    font-size: 18px;
    text-align: center;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#i6jxfh-4-2-2-2-4-2-2-2-2 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: underline;
    line-height: 28px;
    font-size: 24px;
    text-align: center;
}
#i9nyc02-2-2-2 {
    text-align: left;
}
#ipbz3ll-2-2-2 {
    text-align: left;
}
#iducv1c-2-2-2 {
    text-align: left;
}
#i6jxfh-4-2-2-2-3-2-2-2-2 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    line-height: 28px;
    font-size: 18px;
    text-align: center;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#i6jxfh-4-2-2-2-2-2-2-2 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    line-height: 28px;
    font-size: 20px;
    text-align: center;
}
#i0p74-6-2-2-3-2-2 {
    padding-top: 0px;
    padding-right: 41px;
    padding-bottom: 0px;
    padding-left: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    align-self: center;
    flex: 1 1 0%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-color: rgba(65, 129, 247, 1);
    border-right-color: rgba(65, 129, 247, 1);
    border-bottom-color: rgba(65, 129, 247, 1);
    border-left-color: rgba(65, 129, 247, 1);
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}
#iosb2l-5-2-2-3-2-2-2 {
    padding: 10px;
    font-family: "BBH Sans Bogle";
    color: rgba(65, 129, 247, 1);
    font-size: 35px;
    text-align: center;
}
#i6jxfh-4-2-2-4-2-2-2 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    line-height: 28px;
    font-size: 24px;
    text-align: center;
}
#i6jxfh-4-2-2-2-5-2-2-2 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    line-height: 28px;
    font-size: 20px;
    text-align: center;
}
#i6jxfh-4-2-2-2-4-3-2-2-2 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: underline;
    line-height: 28px;
    font-size: 24px;
    text-align: center;
}
#i4gw8sd-2-2-2-2 {
    text-align: left;
}
#i9ay1qq-2-2-2-2 {
    text-align: left;
}
#isv6omj-2-2-2-2 {
    text-align: left;
}
#i6jxfh-4-2-2-2-3-3-2-2-2 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    line-height: 28px;
    font-size: 18px;
    text-align: center;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#i6jxfh-4-2-2-2-4-2-2-2-2-2 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: underline;
    line-height: 28px;
    font-size: 24px;
    text-align: center;
}
#i9nyc02-2-2-2-2 {
    text-align: left;
}
#ipbz3ll-2-2-2-2 {
    text-align: left;
}
#iducv1c-2-2-2-2 {
    text-align: left;
}
#i6jxfh-4-2-2-2-3-2-2-2-2-2 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    line-height: 28px;
    font-size: 18px;
    text-align: center;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#i6jxfh-4-2-2-2-2-2-2-2-2 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    line-height: 28px;
    font-size: 20px;
    text-align: center;
}
#i0p74-6-2-2-3-2-2-2 {
    padding-top: 41px;
    padding-right: 41px;
    padding-bottom: 41px;
    padding-left: 41px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    align-self: center;
    flex: 1 1 0%;
    border-top-left-radius: 49px;
    border-top-right-radius: 49px;
    border-bottom-left-radius: 49px;
    border-bottom-right-radius: 49px;
    border-top-color: rgba(65, 129, 247, 1);
    border-right-color: rgba(65, 129, 247, 1);
    border-bottom-color: rgba(65, 129, 247, 1);
    border-left-color: rgba(65, 129, 247, 1);
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-width: 3px;
    border-right-width: 3px;
    border-bottom-width: 3px;
    border-left-width: 3px;
}
#iosb2l-5-2-2-3-2-2-3 {
    padding: 10px;
    font-family: "BBH Sans Bogle";
    color: rgba(65, 129, 247, 1);
    font-size: 35px;
    text-align: center;
}
#i6jxfh-4-2-2-4-2-2-3 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    line-height: 28px;
    font-size: 24px;
    text-align: center;
}
#i6jxfh-4-2-2-2-5-2-2-3 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    line-height: 28px;
    font-size: 20px;
    text-align: center;
}
#i6jxfh-4-2-2-2-4-3-2-2-3 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: underline;
    line-height: 28px;
    font-size: 24px;
    text-align: center;
}
#i4gw8sd-2-2-2-3 {
    text-align: left;
}
#i9ay1qq-2-2-2-3 {
    text-align: left;
}
#isv6omj-2-2-2-3 {
    text-align: left;
}
#i6jxfh-4-2-2-2-3-3-2-2-3 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    line-height: 28px;
    font-size: 18px;
    text-align: center;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#i6jxfh-4-2-2-2-4-2-2-2-2-3 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: underline;
    line-height: 28px;
    font-size: 24px;
    text-align: center;
}
#i9nyc02-2-2-2-3 {
    text-align: left;
}
#ipbz3ll-2-2-2-3 {
    text-align: left;
}
#iducv1c-2-2-2-3 {
    text-align: left;
}
#i6jxfh-4-2-2-2-3-2-2-2-2-3 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    line-height: 28px;
    font-size: 18px;
    text-align: center;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#i6jxfh-4-2-2-2-2-2-2-2-3 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    line-height: 28px;
    font-size: 20px;
    text-align: center;
}
#i0p74-6-2-2-3-2-2-3 {
    padding-top: 41px;
    padding-right: 41px;
    padding-bottom: 41px;
    padding-left: 41px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    align-self: center;
    flex: 1 1 0%;
    border-top-left-radius: 49px;
    border-top-right-radius: 49px;
    border-bottom-left-radius: 49px;
    border-bottom-right-radius: 49px;
    border-top-color: rgba(65, 129, 247, 1);
    border-right-color: rgba(65, 129, 247, 1);
    border-bottom-color: rgba(65, 129, 247, 1);
    border-left-color: rgba(65, 129, 247, 1);
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-width: 3px;
    border-right-width: 3px;
    border-bottom-width: 3px;
    border-left-width: 3px;
}
#idrh8hp {
    flex-basis: 50%;
}
#i0uumsr {
    flex-basis: 50%;
}
#iejpntp {
    width: 100%;
}
#i6jxfh-4-2-2-2-2-2-2-2-4 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    line-height: 28px;
    font-size: 20px;
    text-align: center;
}
#i0elo-3-4-2 {
    color: black;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgba(65, 129, 247, 1);
    border-right-color: rgba(65, 129, 247, 1);
    border-bottom-color: rgba(65, 129, 247, 1);
    border-left-color: rgba(65, 129, 247, 1);
    height: 100%;
    max-height: 50vh;
    max-width: 95%;
    display: none;
}
#ic8ka-3-4-2 {
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    align-self: stretch;
    flex: 0 0 45%;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: stretch;
    display: flex;
}
#iosb2l-5-2-2-3-2-2-4 {
    padding: 10px;
    font-family: "BBH Sans Bogle";
    color: rgba(65, 129, 247, 1);
    font-size: 35px;
    text-align: center;
    letter-spacing: 1px;
}
#i6jxfh-4-2-2-2-5-2-2-4 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    line-height: 28px;
    font-size: 20px;
    text-align: center;
}
#i6jxfh-4-2-2-4-2-2-4 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    line-height: 28px;
    font-size: 24px;
    text-align: center;
}
#i6jxfh-4-2-2-2-2-2-2-2-5 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    line-height: 28px;
    font-size: 20px;
    text-align: center;
    display: none;
}
#ijyvrvt-2-2-2-2-4 {
    display: none;
}
#i6jxfh-4-2-2-2-2-2-2-2-4-2 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    line-height: 28px;
    font-size: 20px;
    text-align: center;
}
#i0p74-6-2-2-3-2-2-4 {
    padding-top: 0px;
    padding-right: 41px;
    padding-bottom: 0px;
    padding-left: 20px;
    display: block;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    align-self: center;
    flex: 0 0 55%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-color: rgba(65, 129, 247, 1);
    border-right-color: rgba(65, 129, 247, 1);
    border-bottom-color: rgba(65, 129, 247, 1);
    border-left-color: rgba(65, 129, 247, 1);
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}
#iFjg0-2-3-4-2 {
    color: #a4a4a4;
}
#io7a6-2-3-4-2 {
    font-size: 30px;
    font-weight: 700;
    font-family: Poppins;
}
#ipuj6e-3-4-2 {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
}
#ipuj6e-3-4-2 {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
}
#ipuj6e-3-4-2 {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
    display: none;
}
#ipuj6e-3-4-2 {
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-fill-mode: both;
    --animation-repeat: false;
}
#iosb2l-2-4-2 {
    padding: 10px;
    font-family: "BBH Sans Bogle";
    color: rgba(65, 129, 247, 1);
    font-size: 35px;
}
#i3q3vf-3-2 {
    text-align: left;
}
#iqj0ju-3-2 {
    text-align: left;
}
#iluca5-3-2 {
    text-align: center;
}
#i0prnd-4-2 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    line-height: 28px;
    font-size: 24px;
    text-align: left;
}
#i74td-3-2-3-2-2-4-2 {
    font-size: 20px;
    padding-left: 20px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 21px;
    margin-top: 0px;
}
#inbd3-3-2-3-2-2-4-2 {
    width: 50px;
    height: 50px;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: rgba(0, 0, 0, 1);
    color: white;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: white;
    border-right-color: white;
    border-bottom-color: white;
    border-left-color: white;
}
#ikx0n-3-2-3-2-2-4-2 {
    display: none;
    max-width: 240px;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    transition: background 0.5s ease 0s;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 5px;
    cursor: pointer;
    padding-top: 5px;
    font-family: Poppins;
    background-color: rgba(65, 129, 247, 1);
    flex: 0 1 auto;
}
#ikx0n-3-2-3-2-2-4-2:hover {
    background-color: rgba(232, 232, 232, 0.91);
}
#i0p74-3-4-2 {
    padding-top: 41px;
    padding-right: 41px;
    padding-bottom: 41px;
    padding-left: 41px;
    display: none;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    align-self: center;
    position: static;
    flex: 1 1 0%;
    flex-basis: 0%;
}
#i3udg-3-4-2 {
    width: 100%;
    gap: 25px;
    display: flex;
    align-items: stretch;
}
#i6jxfh-4-2-2-2-4-3-2-2-4 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: underline;
    line-height: 28px;
    font-size: 24px;
    text-align: center;
}
#i4gw8sd-2-2-2-4 {
    text-align: left;
}
#isv6omj-2-2-2-4 {
    text-align: left;
}
#i6jxfh-4-2-2-2-3-3-2-2-4 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    line-height: 28px;
    font-size: 18px;
    text-align: center;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    display: flex;
    justify-content: center;
}
#iiza4s5 {
    flex-basis: 50%;
}
#i6jxfh-4-2-2-2-4-2-2-2-2-4 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: underline;
    line-height: 28px;
    font-size: 24px;
    text-align: center;
}
#i9nyc02-2-2-2-4 {
    text-align: left;
}
#ipbz3ll-2-2-2-4 {
    text-align: left;
}
#iducv1c-2-2-2-4 {
    text-align: left;
}
#i6jxfh-4-2-2-2-3-2-2-2-2-4 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    line-height: 28px;
    font-size: 18px;
    text-align: center;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#ic3mbvm {
    flex-basis: 50%;
}
#ia5a6nv {
    width: 100%;
    display: none;
}
#abschnitt_tickets2 {
    position: static;
    background-color: rgba(0, 0, 0, 0.99);
    gap: 25px;
}
#i6l46io {
    flex-basis: 100%;
}
#iiseaeo {
    width: 100%;
    border-top-width: 3px;
    border-right-width: 3px;
    border-bottom-width: 3px;
    border-left-width: 3px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgba(65, 129, 247, 1);
    border-right-color: rgba(65, 129, 247, 1);
    border-bottom-color: rgba(65, 129, 247, 1);
    border-left-color: rgba(65, 129, 247, 1);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
#i6jxfh-4-2-2-2-4-3-2-2-4-2 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: underline;
    line-height: 28px;
    font-size: 24px;
    text-align: center;
}
#i4gw8sd-2-2-2-4-2 {
    text-align: left;
}
#i9ay1qq-2-2-2-4-2 {
    text-align: left;
}
#isv6omj-2-2-2-4-2 {
    text-align: left;
}
#i6jxfh-4-2-2-2-3-3-2-2-4-2 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    line-height: 28px;
    font-size: 18px;
    text-align: center;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    display: flex;
    justify-content: center;
    flex-direction: row;
}
#i8lofof {
    flex-basis: 100%;
}
#iz72zs6 {
    width: 100%;
    border-top-width: 3px;
    border-right-width: 3px;
    border-bottom-width: 3px;
    border-left-width: 3px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgba(65, 129, 247, 1);
    border-right-color: rgba(65, 129, 247, 1);
    border-bottom-color: rgba(65, 129, 247, 1);
    border-left-color: rgba(65, 129, 247, 1);
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    padding-top: 9px;
    padding-bottom: 8px;
}
#ismg7u-2-2-3-2-2 {
    color: black;
    width: 100%;
}
#imezud-3-2-2 {
    padding: 50px;
    display: none;
}
#ismg7u-2-2-3-2-2-2 {
    color: black;
    width: 100%;
}
#imezud-3-2-2-2 {
    padding: 50px;
}
#ismg7u-2-2-3-2-2-3 {
    color: black;
    width: 100%;
}
#imezud-3-2-2-3 {
    padding: 50px;
    display: none;
}
#ismg7u-2-2-3-2-2-4 {
    color: black;
    width: 100%;
}
#imezud-3-2-2-4 {
    padding: 50px;
}
#ismg7u-2-2-3-2-2-4-2 {
    color: black;
    width: 100%;
}
#imezud-3-2-2-4-2 {
    padding: 50px;
}
#ismg7u-2-2-3-2-2-4-3 {
    color: black;
    width: 100%;
}
#imezud-3-2-2-4-3 {
    padding: 50px;
}
#ipb3oef {
    color: black;
    width: 100%;
}
#imezud-3-2-2-4-4 {
    padding: 50px;
}
#ie4qr4z {
    color: black;
    width: 100%;
}
#imezud-3-2-2-4-4-2 {
    padding: 50px;
}
#ifpaldh {
    color: black;
    width: 100%;
}
#imezud-3-2-2-4-4-3 {
    padding: 50px;
}
#ipb3oef-2 {
    color: black;
    width: 100%;
}
#imezud-3-2-2-4-4-4 {
    padding: 50px;
}
#ipb3oef-2-2 {
    color: black;
    width: 100%;
}
#imezud-3-2-2-4-4-4-2 {
    padding: 50px;
}
#ipb3oef-2-3 {
    color: black;
    width: 100%;
}
#imezud-3-2-2-4-4-4-3 {
    padding: 50px;
}
#iyir7zr {
    color: black;
    width: 100%;
}
#imezud-3-2-2-4-4-4-4 {
    padding: 50px;
}
#ih52qag {
    color: black;
    width: 100%;
}
#imezud-3-2-2-4-4-4-4-2 {
    padding: 50px;
}
#ihmlfwq {
    color: black;
    width: 100%;
}
#imezud-3-2-2-4-4-4-4-3 {
    padding: 50px;
}
#iosb2l-5-2-3 {
    padding: 10px;
    font-family: "BBH Sans Bogle";
    color: rgba(65, 129, 247, 1);
    font-size: 35px;
    text-align: center;
}
#i6jxfh-4-2-3 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    line-height: 28px;
    font-size: 20px;
    text-align: center;
}
#i3b88x8-2 {
    padding: 10px;
    display: none;
}
#i4jqvzf-2 {
    display: none;
}
#ill0gr3-2 {
    display: none;
}
#iv68uzm-2 {
    display: none;
}
#idoy0s9-2 {
    text-align: right;
    font-size: 22px;
}
#ii2axdk-2 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    border-top-color: rgba(0, 0, 0, 0);
    border-right-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
    border-left-color: rgba(0, 0, 0, 0);
}
#iius2yk-2 {
    text-align: right;
}
#i7wl4uv-2 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    font-weight: 500;
    text-align: left;
    font-size: 22px;
    display: inline;
}
#i8okg42-2 {
    display: none;
}
#ibmnfoa-2 {
    display: none;
}
#ibfxj6r-2 {
    display: none;
}
#iclh1ck-2 {
    text-align: right;
    font-size: 22px;
}
#iw70wme-2 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    border-top-color: rgba(0, 0, 0, 0);
    border-right-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
    border-left-color: rgba(0, 0, 0, 0);
}
#ivj7r8d-2 {
    text-align: right;
}
#i5zeodk-2 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    font-weight: 500;
    text-align: left;
    font-size: 22px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    display: inline;
}
#ingedkt-2 {
    display: none;
}
#iaujkwg-2 {
    display: none;
}
#i0yliwy-2 {
    display: none;
}
#iwr2vfk-2 {
    text-align: right;
    font-size: 22px;
}
#imojm2y-2 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    border-top-color: rgba(0, 0, 0, 0);
    border-right-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
    border-left-color: rgba(0, 0, 0, 0);
}
#if3m0ef-2 {
    text-align: right;
}
#irv93py-2 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    font-weight: 500;
    text-align: left;
    font-size: 22px;
    display: inline;
}
#ifv8nzj-2 {
    display: none;
}
#i6usjg7-2 {
    display: none;
}
#iqso8z2-2 {
    display: none;
}
#ivsdqei-2 {
    text-align: right;
    font-size: 22px;
}
#ihifzti-2 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    border-top-color: rgba(0, 0, 0, 0);
    border-right-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
    border-left-color: rgba(0, 0, 0, 0);
}
#ihuz6eb-2 {
    text-align: right;
}
#il4dsh4-2 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    font-weight: 500;
    text-align: left;
    font-size: 22px;
    display: inline;
}
#i1wfkzo-2 {
    text-align: left;
}
#i46aio6-2 {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
#i0p74-6-2-3 {
    padding-top: 41px;
    padding-right: 41px;
    padding-bottom: 41px;
    padding-left: 41px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    align-self: center;
    flex: 1 1 0%;
    border-top-left-radius: 49px;
    border-top-right-radius: 49px;
    border-bottom-left-radius: 49px;
    border-bottom-right-radius: 49px;
    border-top-color: rgba(65, 129, 247, 1);
    border-right-color: rgba(65, 129, 247, 1);
    border-bottom-color: rgba(65, 129, 247, 1);
    border-left-color: rgba(65, 129, 247, 1);
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-width: 3px;
    border-right-width: 3px;
    border-bottom-width: 3px;
    border-left-width: 3px;
}
#i3udg-5-2-3 {
    width: 100%;
    gap: 25px;
    justify-content: center;
}
#ik1hlyl-3 {
    max-width: 900px;
}
#i72roaa-3 {
    background-color: rgba(0, 0, 0, 1);
    padding-top: 20px;
    padding-bottom: 20px;
}
#iosb2l-5-2-3-2 {
    padding: 10px;
    font-family: "BBH Sans Bogle";
    color: rgba(65, 129, 247, 1);
    font-size: 35px;
    text-align: center;
}
#i6jxfh-4-2-3-2 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    line-height: 28px;
    font-size: 20px;
    text-align: center;
}
#i3b88x8-2-2 {
    padding: 10px;
    display: none;
}
#i4jqvzf-2-2 {
    display: none;
}
#ill0gr3-2-2 {
    display: none;
}
#iv68uzm-2-2 {
    display: none;
}
#idoy0s9-2-2 {
    text-align: right;
    font-size: 22px;
}
#ii2axdk-2-2 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    border-top-color: rgba(0, 0, 0, 0);
    border-right-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
    border-left-color: rgba(0, 0, 0, 0);
}
#iius2yk-2-2 {
    text-align: right;
}
#i7wl4uv-2-2 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    font-weight: 500;
    text-align: left;
    font-size: 22px;
    display: inline;
}
#i8okg42-2-2 {
    display: none;
}
#ibmnfoa-2-2 {
    display: none;
}
#ibfxj6r-2-2 {
    display: none;
}
#iclh1ck-2-2 {
    text-align: right;
    font-size: 22px;
}
#iw70wme-2-2 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    border-top-color: rgba(0, 0, 0, 0);
    border-right-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
    border-left-color: rgba(0, 0, 0, 0);
}
#ivj7r8d-2-2 {
    text-align: right;
}
#i5zeodk-2-2 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    font-weight: 500;
    text-align: left;
    font-size: 22px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    display: inline;
}
#ingedkt-2-2 {
    display: none;
}
#iaujkwg-2-2 {
    display: none;
}
#i0yliwy-2-2 {
    display: none;
}
#iwr2vfk-2-2 {
    text-align: right;
    font-size: 22px;
}
#imojm2y-2-2 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    border-top-color: rgba(0, 0, 0, 0);
    border-right-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
    border-left-color: rgba(0, 0, 0, 0);
}
#if3m0ef-2-2 {
    text-align: right;
}
#irv93py-2-2 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    font-weight: 500;
    text-align: left;
    font-size: 22px;
    display: inline;
}
#ifv8nzj-2-2 {
    display: none;
}
#i6usjg7-2-2 {
    display: none;
}
#iqso8z2-2-2 {
    display: none;
}
#ivsdqei-2-2 {
    text-align: right;
    font-size: 22px;
}
#ihifzti-2-2 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    border-top-color: rgba(0, 0, 0, 0);
    border-right-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
    border-left-color: rgba(0, 0, 0, 0);
}
#ihuz6eb-2-2 {
    text-align: right;
}
#il4dsh4-2-2 {
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    font-weight: 500;
    text-align: left;
    font-size: 22px;
    display: inline;
}
#i1wfkzo-2-2 {
    text-align: left;
}
#i46aio6-2-2 {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
#i0p74-6-2-3-2 {
    padding-top: 41px;
    padding-right: 41px;
    padding-bottom: 41px;
    padding-left: 41px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    align-self: center;
    flex: 1 1 0%;
    border-top-left-radius: 49px;
    border-top-right-radius: 49px;
    border-bottom-left-radius: 49px;
    border-bottom-right-radius: 49px;
    border-top-color: rgba(65, 129, 247, 1);
    border-right-color: rgba(65, 129, 247, 1);
    border-bottom-color: rgba(65, 129, 247, 1);
    border-left-color: rgba(65, 129, 247, 1);
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-width: 3px;
    border-right-width: 3px;
    border-bottom-width: 3px;
    border-left-width: 3px;
}
#i3udg-5-2-3-2 {
    width: 100%;
    gap: 25px;
    justify-content: center;
}
#ik1hlyl-3-2 {
    max-width: 900px;
}
#i72roaa-3-2 {
    background-color: rgba(0, 0, 0, 1);
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
}
@keyframes flash {
    0%,
    50%,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
@keyframes pulse {
    0% {
        transform: scaleX(1);
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        transform: scaleX(1);
    }
}
@keyframes shake {
    0%,
    to {
        transform: translateZ(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0);
    }
}
@keyframes tada {
    0% {
        transform: scaleX(1);
    }
    10%,
    20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }
    to {
        transform: scaleX(1);
    }
}
@keyframes heartBeat {
    0% {
        transform: scale(1);
    }
    14% {
        transform: scale(1.3);
    }
    28% {
        transform: scale(1);
    }
    42% {
        transform: scale(1.3);
    }
    70% {
        transform: scale(1);
    }
}
@keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translateZ(0);
    }
    40%,
    43% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        transform: translate3d(0, -4px, 0);
    }
}
@keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        transform: scaleX(1);
    }
}
@keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0);
    }
    75% {
        transform: translate3d(0, -10px, 0);
    }
    90% {
        transform: translate3d(0, 5px, 0);
    }
    to {
        transform: translateZ(0);
    }
}
@keyframes bounceInLeft {
    0%,
    1%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 0.1);
    }
    0% {
        opacity: 0;
    }
    1% {
        transform: translate3d(-100%, 0, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0);
    }
    75% {
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        transform: translate3d(5px, 0, 0);
    }
    to {
        transform: translateZ(0);
    }
}
@keyframes bounceInRight {
    0%,
    1%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 0.1);
    }
    0% {
        opacity: 0;
    }
    1% {
        transform: translate3d(100%, 0, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        transform: translate3d(10px, 0, 0);
    }
    90% {
        transform: translate3d(-5px, 0, 0);
    }
    to {
        transform: translateZ(0);
    }
}
@keyframes bounceInUp {
    0%,
    1%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 0.1);
    }
    0% {
        opacity: 0;
    }
    1% {
        transform: translate3d(0, 100%, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }
    75% {
        transform: translate3d(0, 10px, 0);
    }
    90% {
        transform: translate3d(0, -5px, 0);
    }
    to {
        transform: translateZ(0);
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
    }
    1% {
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        transform: translateZ(0);
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
    }
    1% {
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: translateZ(0);
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
    }
    1% {
        transform: translate3d(90%, 0, 0);
    }
    to {
        opacity: 1;
        transform: translateZ(0);
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
    }
    1% {
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        transform: translateZ(0);
    }
}
@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotateX(-20deg);
        animation-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotateX(10deg);
        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotateX(-5deg);
    }
    to {
        transform: perspective(400px);
    }
}
@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotateY(-20deg);
        animation-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotateY(10deg);
        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotateY(-5deg);
    }
    to {
        transform: perspective(400px);
    }
}
@keyframes rotateIn {
    0% {
        transform-origin: center;
        transform: rotate(-200deg);
        opacity: 0;
    }
    to {
        transform-origin: center;
        transform: translateZ(0);
        opacity: 1;
    }
}
@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0;
    }
    to {
        transform-origin: left bottom;
        transform: translateZ(0);
        opacity: 1;
    }
}
@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(45deg);
        opacity: 0;
    }
    to {
        transform-origin: right bottom;
        transform: translateZ(0);
        opacity: 1;
    }
}
@keyframes rotateInUpLeft {
    0% {
        opacity: 0;
    }
    1% {
        transform-origin: left bottom;
        transform: rotate(45deg);
    }
    to {
        transform-origin: left bottom;
        transform: translateZ(0);
        opacity: 1;
    }
}
@keyframes rotateInUpRight {
    0% {
        opacity: 0;
    }
    1% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
    }
    to {
        transform-origin: right bottom;
        transform: translateZ(0);
        opacity: 1;
    }
}
@keyframes slideInDown {
    0% {
        visibility: visible;
    }
    1% {
        transform: translate3d(0, -100%, 0);
    }
    to {
        transform: translateZ(0);
    }
}
@keyframes slideInLeft {
    0% {
        visibility: visible;
    }
    1% {
        transform: translate3d(-100%, 0, 0);
    }
    to {
        transform: translateZ(0);
    }
}
@keyframes slideInRight {
    0% {
        visibility: visible;
    }
    1% {
        transform: translate3d(100%, 0, 0);
    }
    to {
        transform: translateZ(0);
    }
}
@keyframes slideInUp {
    0% {
        visibility: visible;
    }
    1% {
        transform: translate3d(0, 100%, 0);
    }
    to {
        transform: translateZ(0);
    }
}
@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes zoomInDown {
    0% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInLeft {
    0% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInRight {
    0% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInUp {
    0% {
        opacity: 0;
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    1% {
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 100%, 0);
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@media (max-width: 992px) {
    #iqsdqd-2-2 {
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
    }
    #i6fhpg-2-3 {
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
    }
    #i6fhpg-2-2-2 {
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
    }
    #i93tgp-2-2 {
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
    }
    #idj72j-2-2 {
        flex-wrap: wrap;
    }
    #iqsdqd-2-2-2 {
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
    }
    #i6fhpg-2-3-2 {
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
    }
    #i6fhpg-2-2-2-2 {
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
    }
    #i93tgp-2-2-2 {
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
    }
    #idj72j-2-2-2 {
        flex-wrap: wrap;
    }
    #ie5f-2-2 {
        background-image: url("../ressources/website_smb_logo.png");
        background-position: 0px 0px;
        background-size: 200% 100%;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-origin: padding-box;
    }
    #io7a6-2-4 {
        font-size: 26px;
    }
    #i0p74-4 {
        justify-content: flex-start;
    }
    #ic8ka-4 {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #ic8ka-3-3 {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #io7a6-2-3-3 {
        font-size: 26px;
    }
    #i0p74-3-3 {
        justify-content: flex-start;
    }
    #ikz1bj-2-2 {
        font-size: 35px;
    }
    #ic8ka-3-2-2-3 {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #io7a6-2-3-2-2-3 {
        font-size: 26px;
    }
    #i0p74-3-2-2-3 {
        justify-content: flex-start;
    }
    #io7a6-2-3-2-2-2-3 {
        font-size: 26px;
    }
    #i0p74-3-2-2-2-3 {
        justify-content: flex-start;
    }
    #ic8ka-3-2-2-2-3 {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #ic8ka-3-2-2-2-2-3 {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #io7a6-2-3-2-2-2-2-3 {
        font-size: 26px;
    }
    #i0p74-3-2-2-2-2-3 {
        justify-content: flex-start;
    }
    #io7a6-2-3-2-2-2-2-2-2 {
        font-size: 26px;
    }
    #i0p74-3-2-2-2-2-2-2 {
        justify-content: flex-start;
    }
    #ic8ka-3-2-2-2-2-2-2 {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #iqsdqd-2-3 {
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
    }
    #i6fhpg-2-4 {
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
    }
    #i6fhpg-2-2-3 {
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
    }
    #i93tgp-2-3 {
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
    }
    #idj72j-2-3 {
        flex-wrap: wrap;
    }
    #ic8ka-3-2-3 {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #io7a6-2-3-2-3 {
        font-size: 26px;
    }
    #i0p74-3-2-3 {
        justify-content: flex-start;
    }
    #io7a6-2-2-2 {
        font-size: 26px;
    }
    #i0p74-2-2 {
        justify-content: flex-start;
    }
    #ic8ka-2-2 {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #i0f9c-2-2 {
        font-size: 40px;
    }
    #ib7yn-2-2 {
        font-size: 18px;
    }
    #iujgr-2-2 {
        font-size: 40px;
    }
    #i1jzr-2-2 {
        font-size: 18px;
    }
    #icqgi-2-2 {
        font-size: 40px;
    }
    #ia6ug-2-2 {
        font-size: 18px;
    }
    #ipd7c-2-2 {
        font-size: 40px;
    }
    #idl4i-2-2 {
        font-size: 18px;
    }
    #i3jy4-2 {
        font-size: 35px;
    }
    #iwfvz-2 {
        font-size: 30px;
    }
    #iwfvz-5-2 {
        font-size: 30px;
    }
    #iwfvz-4-2 {
        font-size: 30px;
    }
    #is72o-2 {
        padding-top: 0px;
    }
    #ix5wn7-2 {
        font-size: 30px;
        width: 90%;
    }
    #ixrxw5-2 {
        font-size: 30px;
    }
    #ip4z2s-2 {
        font-size: 30px;
    }
    #ienxot-2 {
        padding-top: 0px;
    }
    #io7a6-3 {
        font-size: 28px;
    }
    #i9rmad-2 {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #io7a6-5-3 {
        font-size: 28px;
    }
    #i1e5vk-2 {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #io7a6-5-2-2 {
        font-size: 28px;
    }
    #iuz2ft-2 {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #ikz1bj-3 {
        font-size: 35px;
    }
    #iegpf2-2 {
        font-size: 35px;
    }
    #iqsdqd-3 {
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
    }
    #i6fhpg-3 {
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
    }
    #i93tgp-3 {
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
    }
    #inovxt-2 {
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
    }
    #idj72j-3 {
        flex-wrap: wrap;
    }
    #iqsdqd-2-2-2-2 {
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
    }
    #i6fhpg-2-3-2-2 {
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
    }
    #i6fhpg-2-2-2-2-2 {
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
    }
    #i93tgp-2-2-2-2 {
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
    }
    #idj72j-2-2-2-2 {
        flex-wrap: wrap;
    }
    #i3b1hz1 {
        background-image: url("../ressources/start_hintergrund1.jpg");
        background-size: contain;
        background-position: center center;
        background-attachment: scroll;
        background-repeat: no-repeat;
    }
    #it33ag-2 {
        background-image: url("../ressources/website_smb_logo.png");
        background-size: contain;
        background-position: center center;
        background-attachment: scroll;
        background-repeat: no-repeat;
    }
    #io7a6-2-5 {
        font-size: 26px;
    }
    #i0p74-5 {
        justify-content: flex-start;
    }
    #io7a6-2-6 {
        font-size: 26px;
    }
    #i0p74-6 {
        justify-content: flex-start;
    }
    #ic8ka-5 {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #i0p74-6-2 {
        justify-content: flex-start;
    }
    #i0p74-6-2-2 {
        justify-content: flex-start;
    }
    #ikz1bj-2-3 {
        font-size: 35px;
    }
    #ikz1bj-2-3-2 {
        font-size: 35px;
    }
    #i0p74-6-2-2-2 {
        justify-content: flex-start;
    }
    #ic8ka-3-2-2-4 {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #io7a6-2-3-2-2-4 {
        font-size: 26px;
    }
    #i0p74-3-2-2-4 {
        justify-content: flex-start;
    }
    #i0p74-6-2-2-2-2 {
        justify-content: flex-start;
    }
    #iqsdqd-2-2-5 {
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
    }
    #i6fhpg-2-3-5 {
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
    }
    #i6fhpg-2-2-2-5 {
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
    }
    #i93tgp-2-2-5 {
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
    }
    #idj72j-2-2-5 {
        flex-wrap: wrap;
    }
    #i3s1jo-2 {
        width: 80%;
    }
    #ie5f-2-3 {
        background-image: url("../ressources/start_hintergrund1.jpg");
        background-position: 0px 0px;
        background-size: 200% 100%;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-origin: padding-box;
    }
    #io7a6-2-7 {
        font-size: 26px;
    }
    #i0p74-7 {
        justify-content: flex-start;
    }
    #ic8ka-6 {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #ic8ka-3-4 {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #io7a6-2-3-4 {
        font-size: 26px;
    }
    #i0p74-3-4 {
        justify-content: flex-start;
    }
    #ikz1bj-2-4 {
        font-size: 35px;
    }
    #ic8ka-3-2-2-5 {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #io7a6-2-3-2-2-5 {
        font-size: 26px;
    }
    #i0p74-3-2-2-5 {
        justify-content: flex-start;
    }
    #io7a6-2-3-2-2-2-4 {
        font-size: 26px;
    }
    #i0p74-3-2-2-2-4 {
        justify-content: flex-start;
    }
    #ic8ka-3-2-2-2-4 {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #ic8ka-3-2-2-2-2-4 {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #io7a6-2-3-2-2-2-2-4 {
        font-size: 26px;
    }
    #i0p74-3-2-2-2-2-4 {
        justify-content: flex-start;
    }
    #io7a6-2-3-2-2-2-2-2-3 {
        font-size: 26px;
    }
    #i0p74-3-2-2-2-2-2-3 {
        justify-content: flex-start;
    }
    #ic8ka-3-2-2-2-2-2-3 {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #it33ag-3 {
        background-image: url("../ressources/website_smb_logo.png");
        background-size: contain;
        background-position: center center;
        background-attachment: scroll;
        background-repeat: no-repeat;
    }
    #iqsdqd-2-4 {
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
    }
    #i6fhpg-2-5 {
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
    }
    #i6fhpg-2-2-4 {
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
    }
    #i93tgp-2-4 {
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
    }
    #idj72j-2-4 {
        flex-wrap: wrap;
    }
    #ic8ka-3-2-4 {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #io7a6-2-3-2-4 {
        font-size: 26px;
    }
    #i0p74-3-2-4 {
        justify-content: flex-start;
    }
    #io7a6-2-2-3 {
        font-size: 26px;
    }
    #i0p74-2-3 {
        justify-content: flex-start;
    }
    #ic8ka-2-3 {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #i0f9c-2-3 {
        font-size: 40px;
    }
    #ib7yn-2-3 {
        font-size: 18px;
    }
    #iujgr-2-3 {
        font-size: 40px;
    }
    #i1jzr-2-3 {
        font-size: 18px;
    }
    #icqgi-2-3 {
        font-size: 40px;
    }
    #ia6ug-2-3 {
        font-size: 18px;
    }
    #ipd7c-2-3 {
        font-size: 40px;
    }
    #idl4i-2-3 {
        font-size: 18px;
    }
    #i3jy4-3 {
        font-size: 35px;
    }
    #iwfvz-3 {
        font-size: 30px;
    }
    #iwfvz-5-3 {
        font-size: 30px;
    }
    #iwfvz-4-3 {
        font-size: 30px;
    }
    #is72o-3 {
        padding-top: 0px;
    }
    #ix5wn7-3 {
        font-size: 30px;
        width: 90%;
    }
    #ixrxw5-3 {
        font-size: 30px;
    }
    #ip4z2s-3 {
        font-size: 30px;
    }
    #ienxot-3 {
        padding-top: 0px;
    }
    #io7a6-4 {
        font-size: 28px;
    }
    #i9rmad-3 {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #io7a6-5-4 {
        font-size: 28px;
    }
    #i1e5vk-3 {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #io7a6-5-2-3 {
        font-size: 28px;
    }
    #iuz2ft-3 {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #ikz1bj-4 {
        font-size: 35px;
    }
    #iegpf2-3 {
        font-size: 35px;
    }
    #iqsdqd-4 {
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
    }
    #i6fhpg-4 {
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
    }
    #i93tgp-4 {
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
    }
    #inovxt-3 {
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
    }
    #idj72j-4 {
        flex-wrap: wrap;
    }
    #i0p74-6-2-2-3 {
        justify-content: flex-start;
    }
    #i0p74-6-2-2-3-2 {
        justify-content: flex-start;
    }
    #i0p74-6-2-2-3-2-2 {
        justify-content: flex-start;
    }
    #i0p74-6-2-2-3-2-2-2 {
        justify-content: flex-start;
    }
    #i0p74-6-2-2-3-2-2-3 {
        justify-content: flex-start;
    }
    #ic8ka-3-4-2 {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #i0p74-6-2-2-3-2-2-4 {
        justify-content: flex-start;
    }
    #io7a6-2-3-4-2 {
        font-size: 26px;
    }
    #i0p74-3-4-2 {
        justify-content: flex-start;
    }
    #i0p74-6-2-3 {
        justify-content: flex-start;
    }
    #i0p74-6-2-3-2 {
        justify-content: flex-start;
    }
}
@media (max-width: 768px) {
    .navbar-menu-toggle {
        display: block;
    }
    .navbar-menu-nav {
        width: 100%;
        flex-direction: column;
    }
    .navbar-items-c {
        display: none;
        width: 100%;
    }
    .navbar-burger {
        display: block;
    }
    .navbar-menu {
        width: 100%;
    }
    .navbar-menu-link {
        display: block;
    }
    #i4ddph-2-2 {
        width: 100%;
        max-width: 100%;
    }
    #idj72j-2-2 {
        flex-wrap: wrap;
    }
    #i4ddph-2-2-2 {
        width: 100%;
        max-width: 100%;
    }
    #idj72j-2-2-2 {
        flex-wrap: wrap;
    }
    #ijdts-2-2 {
        width: 100%;
    }
    #io7a6-2-4 {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }
    #i0p74-4 {
        display: flex;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #ic8ka-4 {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #i3udg-4 {
        flex-wrap: nowrap;
        flex-direction: column-reverse;
        gap: 0px;
    }
    #ic8ka-3-3 {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #io7a6-2-3-3 {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }
    #i0p74-3-3 {
        display: flex;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #i3udg-3-3 {
        flex-wrap: nowrap;
        flex-direction: column-reverse;
        gap: 0px;
    }
    #ifk8mf-2-2 {
        width: 90%;
    }
    #ic8ka-3-2-2-3 {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #io7a6-2-3-2-2-3 {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }
    #i0p74-3-2-2-3 {
        display: flex;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #i3udg-3-2-2-3 {
        flex-wrap: nowrap;
        flex-direction: column-reverse;
        gap: 0px;
    }
    #io7a6-2-3-2-2-2-3 {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }
    #i0p74-3-2-2-2-3 {
        display: flex;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #ic8ka-3-2-2-2-3 {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #i3udg-3-2-2-2-3 {
        flex-wrap: nowrap;
        flex-direction: column-reverse;
        gap: 0px;
    }
    #ic8ka-3-2-2-2-2-3 {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #io7a6-2-3-2-2-2-2-3 {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }
    #i0p74-3-2-2-2-2-3 {
        display: flex;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #i3udg-3-2-2-2-2-3 {
        flex-wrap: nowrap;
        flex-direction: column-reverse;
        gap: 0px;
    }
    #io7a6-2-3-2-2-2-2-2-2 {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }
    #i0p74-3-2-2-2-2-2-2 {
        display: flex;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #ic8ka-3-2-2-2-2-2-2 {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #i3udg-3-2-2-2-2-2-2 {
        flex-wrap: nowrap;
        flex-direction: column-reverse;
        gap: 0px;
    }
    #i4ddph-2-3 {
        width: 100%;
        max-width: 100%;
    }
    #idj72j-2-3 {
        flex-wrap: wrap;
    }
    #ic8ka-3-2-3 {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #io7a6-2-3-2-3 {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }
    #i0p74-3-2-3 {
        display: flex;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #i3udg-3-2-3 {
        flex-wrap: nowrap;
        flex-direction: column-reverse;
        gap: 0px;
    }
    #io7a6-2-2-2 {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }
    #i0p74-2-2 {
        display: flex;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #ic8ka-2-2 {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #i3udg-2-2 {
        flex-wrap: nowrap;
        flex-direction: column-reverse;
        gap: 0px;
    }
    #ibnyc-2-2 {
        flex-wrap: wrap;
    }
    #i3jy4-2 {
        font-size: 40px;
    }
    #iblnz-2 {
        flex-wrap: wrap;
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        gap: 25px;
    }
    #iblnz-5-2 {
        flex-wrap: wrap;
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        gap: 25px;
    }
    #iblnz-4-2 {
        flex-wrap: wrap;
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        gap: 25px;
    }
    #is72o-2 {
        padding-top: 0px;
    }
    #ix5wn7-2 {
        width: 100%;
    }
    #ixrxw5-2 {
        width: 100%;
    }
    #ip4z2s-2 {
        width: 100%;
    }
    #ilu258-2 {
        width: 100%;
    }
    #ienxot-2 {
        padding-top: 0px;
    }
    #io7a6-3 {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }
    #ig45ek-2 {
        flex-wrap: nowrap;
        flex-direction: column-reverse;
        gap: 20px;
    }
    #io7a6-5-3 {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }
    #i5i3sr-2 {
        flex-wrap: nowrap;
        flex-direction: column-reverse;
        gap: 20px;
    }
    #io7a6-5-2-2 {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }
    #iqfvs7-2 {
        flex-wrap: nowrap;
        flex-direction: column-reverse;
        gap: 20px;
    }
    #iwxzfy-2 {
        gap: 50px;
    }
    #ifk8mf-3 {
        width: 90%;
    }
    #io7t9h-2 {
        font-size: 18px;
        line-height: 30px;
    }
    #i74td-2-2 {
        font-size: 18px;
    }
    #ikx0n-2-2 {
        width: 200px;
    }
    #iae19g-2 {
        gap: 20px;
    }
    #isy63c-2 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    #i9plxe-2 {
        width: 120px;
    }
    #i4ddph-3 {
        width: 100%;
        max-width: 100%;
    }
    #idj72j-3 {
        flex-wrap: wrap;
    }
    #i4ddph-2-2-2-2 {
        width: 100%;
        max-width: 100%;
    }
    #idj72j-2-2-2-2 {
        flex-wrap: wrap;
    }
    #io7a6-2-5 {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }
    #i0p74-5 {
        display: flex;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #io7a6-2-6 {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }
    #i0p74-6 {
        display: flex;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #ic8ka-5 {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #i3udg-5 {
        flex-wrap: nowrap;
        flex-direction: column-reverse;
        gap: 0px;
    }
    #i0p74-6-2 {
        display: flex;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #i3udg-5-2 {
        flex-wrap: nowrap;
        flex-direction: column-reverse;
        gap: 0px;
    }
    #i0p74-6-2-2 {
        display: flex;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #i3udg-5-2-2 {
        flex-wrap: nowrap;
        flex-direction: column-reverse;
        gap: 0px;
    }
    #ifk8mf-2-3 {
        width: 90%;
    }
    #ifk8mf-2-3-2 {
        width: 90%;
    }
    #i0p74-6-2-2-2 {
        display: flex;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #i3udg-5-2-2-2 {
        flex-wrap: nowrap;
        flex-direction: column-reverse;
        gap: 0px;
    }
    #ic8ka-3-2-2-4 {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #io7a6-2-3-2-2-4 {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }
    #i0p74-3-2-2-4 {
        display: flex;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #i3udg-3-2-2-4 {
        flex-wrap: nowrap;
        flex-direction: column-reverse;
        gap: 0px;
    }
    #i0p74-6-2-2-2-2 {
        display: flex;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #i3udg-5-2-2-2-2 {
        flex-wrap: nowrap;
        flex-direction: column-reverse;
        gap: 0px;
    }
    #i4ddph-2-2-5 {
        width: 100%;
        max-width: 100%;
    }
    #idj72j-2-2-5 {
        flex-wrap: wrap;
    }
    #izeilf-2 {
        background-color: rgba(0, 0, 0, 1);
        padding-top: 3px;
        padding-right: 3px;
        padding-bottom: 3px;
        padding-left: 3px;
        width: 40px;
        height: 40px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    #iojrax-3 {
        display: block;
    }
    #i22dd6-3 {
        display: block;
    }
    #i3jxu3-3 {
        display: block;
    }
    #i0gftp-3 {
        display: block;
    }
    #ifiukj-3 {
        display: block;
        width: 180px;
        text-align: center;
        padding-left: auto;
        padding-right: auto;
        background-color: rgba(255, 255, 255, 1);
        color: black;
    }
    #id1j7j-2 {
        display: none;
    }
    #i3s1jo-2 {
        width: 100%;
        background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.89) 10%, rgba(0, 0, 0, 0.69) 90%);
        background-position: 0px 0px;
        background-size: 100% 100%;
        background-repeat: repeat;
        background-attachment: scroll;
        background-origin: padding-box;
    }
    #ijdts-2-3 {
        width: 100%;
    }
    #io7a6-2-7 {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }
    #i0p74-7 {
        display: flex;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #ic8ka-6 {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #i3udg-6 {
        flex-wrap: nowrap;
        flex-direction: column-reverse;
        gap: 0px;
    }
    #ic8ka-3-4 {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #io7a6-2-3-4 {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }
    #i0p74-3-4 {
        display: flex;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #i3udg-3-4 {
        flex-wrap: nowrap;
        flex-direction: column-reverse;
        gap: 0px;
    }
    #ifk8mf-2-4 {
        width: 90%;
    }
    #ic8ka-3-2-2-5 {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #io7a6-2-3-2-2-5 {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }
    #i0p74-3-2-2-5 {
        display: flex;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #i3udg-3-2-2-5 {
        flex-wrap: nowrap;
        flex-direction: column-reverse;
        gap: 0px;
    }
    #io7a6-2-3-2-2-2-4 {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }
    #i0p74-3-2-2-2-4 {
        display: flex;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #ic8ka-3-2-2-2-4 {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #i3udg-3-2-2-2-4 {
        flex-wrap: nowrap;
        flex-direction: column-reverse;
        gap: 0px;
    }
    #ic8ka-3-2-2-2-2-4 {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #io7a6-2-3-2-2-2-2-4 {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }
    #i0p74-3-2-2-2-2-4 {
        display: flex;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #i3udg-3-2-2-2-2-4 {
        flex-wrap: nowrap;
        flex-direction: column-reverse;
        gap: 0px;
    }
    #io7a6-2-3-2-2-2-2-2-3 {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }
    #i0p74-3-2-2-2-2-2-3 {
        display: flex;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #ic8ka-3-2-2-2-2-2-3 {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #i3udg-3-2-2-2-2-2-3 {
        flex-wrap: nowrap;
        flex-direction: column-reverse;
        gap: 0px;
    }
    #i4ddph-2-4 {
        width: 100%;
        max-width: 100%;
    }
    #idj72j-2-4 {
        flex-wrap: wrap;
    }
    #ic8ka-3-2-4 {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #io7a6-2-3-2-4 {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }
    #i0p74-3-2-4 {
        display: flex;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #i3udg-3-2-4 {
        flex-wrap: nowrap;
        flex-direction: column-reverse;
        gap: 0px;
    }
    #io7a6-2-2-3 {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }
    #i0p74-2-3 {
        display: flex;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #ic8ka-2-3 {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #i3udg-2-3 {
        flex-wrap: nowrap;
        flex-direction: column-reverse;
        gap: 0px;
    }
    #ibnyc-2-3 {
        flex-wrap: wrap;
    }
    #i3jy4-3 {
        font-size: 40px;
    }
    #iblnz-3 {
        flex-wrap: wrap;
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        gap: 25px;
    }
    #iblnz-5-3 {
        flex-wrap: wrap;
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        gap: 25px;
    }
    #iblnz-4-3 {
        flex-wrap: wrap;
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        gap: 25px;
    }
    #is72o-3 {
        padding-top: 0px;
    }
    #ix5wn7-3 {
        width: 100%;
    }
    #ixrxw5-3 {
        width: 100%;
    }
    #ip4z2s-3 {
        width: 100%;
    }
    #ilu258-3 {
        width: 100%;
    }
    #ienxot-3 {
        padding-top: 0px;
    }
    #io7a6-4 {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }
    #ig45ek-3 {
        flex-wrap: nowrap;
        flex-direction: column-reverse;
        gap: 20px;
    }
    #io7a6-5-4 {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }
    #i5i3sr-3 {
        flex-wrap: nowrap;
        flex-direction: column-reverse;
        gap: 20px;
    }
    #io7a6-5-2-3 {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }
    #iqfvs7-3 {
        flex-wrap: nowrap;
        flex-direction: column-reverse;
        gap: 20px;
    }
    #iwxzfy-3 {
        gap: 50px;
    }
    #ifk8mf-4 {
        width: 90%;
    }
    #io7t9h-3 {
        font-size: 18px;
        line-height: 30px;
    }
    #i74td-2-3 {
        font-size: 18px;
    }
    #ikx0n-2-3 {
        width: 200px;
    }
    #iae19g-3 {
        gap: 20px;
    }
    #isy63c-3 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    #i9plxe-3 {
        width: 120px;
    }
    #i4ddph-4 {
        width: 100%;
        max-width: 100%;
    }
    #idj72j-4 {
        flex-wrap: wrap;
    }
    #i0p74-6-2-2-3 {
        display: flex;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #i3udg-5-2-2-3 {
        flex-wrap: nowrap;
        flex-direction: column-reverse;
        gap: 0px;
    }
    #i0p74-6-2-2-3-2 {
        display: flex;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #i3udg-5-2-2-3-2 {
        flex-wrap: nowrap;
        flex-direction: column-reverse;
        gap: 0px;
    }
    #i0p74-6-2-2-3-2-2 {
        display: flex;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #i0p74-6-2-2-3-2-2-2 {
        display: flex;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #i0p74-6-2-2-3-2-2-3 {
        display: flex;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #ic8ka-3-4-2 {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #i0p74-6-2-2-3-2-2-4 {
        display: flex;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #io7a6-2-3-4-2 {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }
    #i0p74-3-4-2 {
        display: flex;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #i3udg-3-4-2 {
        flex-wrap: nowrap;
        flex-direction: column-reverse;
        gap: 0px;
    }
    #i0p74-6-2-3 {
        display: flex;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #i3udg-5-2-3 {
        flex-wrap: nowrap;
        flex-direction: column-reverse;
        gap: 0px;
    }
    #i0p74-6-2-3-2 {
        display: flex;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #i3udg-5-2-3-2 {
        flex-wrap: nowrap;
        flex-direction: column-reverse;
        gap: 0px;
    }
}
@media (max-width: 480px) {
    #i74td-3-2-3 {
        font-size: 20px;
    }
    #ikx0n-3-2-3 {
        margin-top: 25px;
        margin-bottom: 50px;
        margin-left: auto;
        margin-right: auto;
        max-width: 200px;
    }
    #iqsdqd-2-2 {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        text-align: center;
    }
    #i6fhpg-2-3 {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #i6fhpg-2-2-2 {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #i93tgp-2-2 {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #idj72j-2-2 {
        flex-direction: column;
        gap: 10px;
    }
    #iqsdqd-2-2-2 {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        text-align: center;
    }
    #i6fhpg-2-3-2 {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #i6fhpg-2-2-2-2 {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #i93tgp-2-2-2 {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #idj72j-2-2-2 {
        flex-direction: column;
        gap: 10px;
    }
    #iq9xm-2-2-2 {
        font-size: 18px;
    }
    #ijdts-2-2 {
        text-align: center;
        font-size: 18px;
    }
    #i74td-3-2-4 {
        font-size: 20px;
    }
    #ikx0n-3-2-4 {
        margin-top: 25px;
        margin-bottom: 50px;
        margin-left: auto;
        margin-right: auto;
        max-width: 200px;
    }
    #i74td-3-2-2-2 {
        font-size: 20px;
    }
    #ikx0n-3-2-2-2 {
        margin-top: 25px;
        margin-bottom: 50px;
        margin-left: auto;
        margin-right: auto;
        max-width: 200px;
    }
    #ig1j-2-2 {
        display: block;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    #i74td-3-2-3-2-3 {
        font-size: 20px;
    }
    #ikx0n-3-2-3-2-3 {
        margin-top: 25px;
        margin-bottom: 50px;
        margin-left: auto;
        margin-right: auto;
        max-width: 200px;
    }
    #i74td-3-2-3-2-2-3 {
        font-size: 20px;
    }
    #ikx0n-3-2-3-2-2-3 {
        margin-top: 25px;
        margin-bottom: 50px;
        margin-left: auto;
        margin-right: auto;
        max-width: 200px;
    }
    #ikz1bj-2-2 {
        font-size: 26px;
    }
    #iozxys-2-3 {
        font-size: 20px;
    }
    #iozxys-2-2-2 {
        font-size: 20px;
    }
    #iqbe4d-2-2 {
        font-size: 20px;
    }
    #iuicgl-2-2 {
        font-size: 20px;
    }
    #idnwpv-2-2 {
        font-size: 20px;
    }
    #ib55ug-2-2 {
        font-size: 20px;
    }
    #ifk8mf-2-2 {
        margin-top: 20px;
        width: 95%;
    }
    #i74td-3-2-3-2-2-2-2-2 {
        font-size: 20px;
    }
    #ikx0n-3-2-3-2-2-2-2-2 {
        margin-top: 25px;
        margin-bottom: 50px;
        margin-left: auto;
        margin-right: auto;
        max-width: 200px;
    }
    #it33ag-2 {
        background-image: url("../ressources/website_smb_logo.png");
        background-size: contain;
        background-position: center center;
        background-attachment: scroll;
        background-repeat: no-repeat;
    }
    #iqsdqd-2-3 {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        text-align: center;
    }
    #i6fhpg-2-4 {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #i6fhpg-2-2-3 {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #i93tgp-2-3 {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #idj72j-2-3 {
        flex-direction: column;
        gap: 10px;
    }
    #i74td-3-2-3-2-2-2-3 {
        font-size: 20px;
    }
    #ikx0n-3-2-3-2-2-2-3 {
        margin-top: 25px;
        margin-bottom: 50px;
        margin-left: auto;
        margin-right: auto;
        max-width: 200px;
    }
    #i3jy4-2 {
        font-size: 30px;
    }
    #iwfvz-2 {
        font-size: 26px;
    }
    #irnng-2 {
        width: 20px;
        height: 20px;
    }
    #i3m8s-2 {
        font-size: 18px;
    }
    #i614hy-2 {
        width: 20px;
        height: 20px;
    }
    #ihktsn-2 {
        font-size: 18px;
    }
    #idtxnh-2 {
        width: 20px;
        height: 20px;
    }
    #il71kr-2 {
        font-size: 18px;
    }
    #ia6ai3-2 {
        width: 20px;
        height: 20px;
    }
    #ix1bxi-2 {
        font-size: 18px;
    }
    #i8krg7-2 {
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 12px;
        padding-bottom: 12px;
        font-size: 18px;
    }
    #iblnz-2 {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        gap: 10px;
    }
    #iwfvz-5-2 {
        font-size: 26px;
    }
    #iyaq9j-2 {
        width: 20px;
        height: 20px;
    }
    #i709ah-2 {
        font-size: 18px;
    }
    #i7p34c-2 {
        width: 20px;
        height: 20px;
    }
    #iux6cp-2 {
        font-size: 18px;
    }
    #izkcor-2 {
        width: 20px;
        height: 20px;
    }
    #ipig8l-2 {
        font-size: 18px;
    }
    #i7faph-2 {
        width: 20px;
        height: 20px;
    }
    #ipptzt-2 {
        font-size: 18px;
    }
    #igeg8b-2 {
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 12px;
        padding-bottom: 12px;
        font-size: 18px;
    }
    #iblnz-5-2 {
        gap: 10px;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #iwfvz-4-2 {
        font-size: 26px;
    }
    #ipglo1-2 {
        width: 20px;
        height: 20px;
    }
    #ikvym8-2 {
        font-size: 18px;
    }
    #ibvmop-2 {
        width: 20px;
        height: 20px;
    }
    #i6cqcz-2 {
        font-size: 18px;
    }
    #ipabdy-2 {
        width: 20px;
        height: 20px;
    }
    #i5gbsh-2 {
        font-size: 18px;
    }
    #ivy4v4-2 {
        width: 20px;
        height: 20px;
    }
    #ib059i-2 {
        font-size: 18px;
    }
    #ifc8l8-2 {
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 12px;
        padding-bottom: 12px;
        font-size: 18px;
    }
    #iblnz-4-2 {
        gap: 10px;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #iqz9a-2 {
        width: 95%;
    }
    #i52xuv-2 {
        width: 24px;
        height: 24px;
    }
    #inkef8-2 {
        width: 24px;
        height: 24px;
    }
    #i31l5t-2 {
        width: 24px;
        height: 24px;
    }
    #ifoqyr-2 {
        width: 24px;
        height: 24px;
    }
    #irxopl-2 {
        width: 24px;
        height: 24px;
    }
    #ix5wn7-2 {
        font-size: 24px;
    }
    #iibckt-2-2 {
        width: 30px;
    }
    #ibij33-2 {
        font-size: 18px;
    }
    #if8ud8-2 {
        padding-top: 25px;
        padding-right: 10px;
        padding-bottom: 25px;
        padding-left: 10px;
    }
    #i6eye1-2 {
        width: 24px;
        height: 24px;
    }
    #iy23ia-2 {
        width: 24px;
        height: 24px;
    }
    #ihe9e4-2 {
        width: 24px;
        height: 24px;
    }
    #i2xw5f-2 {
        width: 24px;
        height: 24px;
    }
    #i348kg-2 {
        width: 24px;
        height: 24px;
    }
    #ixrxw5-2 {
        font-size: 24px;
    }
    #iibckt-3-2 {
        width: 30px;
    }
    #ihusuo-2 {
        font-size: 18px;
    }
    #if5dhc-2 {
        padding-top: 25px;
        padding-bottom: 25px;
        padding-left: 10px;
        padding-right: 10px;
    }
    #igr7gl-2 {
        width: 24px;
        height: 24px;
    }
    #i5bz3x-2 {
        width: 24px;
        height: 24px;
    }
    #iej485-2 {
        width: 24px;
        height: 24px;
    }
    #iie5bo-2 {
        width: 24px;
        height: 24px;
    }
    #iv3h94-2 {
        width: 24px;
        height: 24px;
    }
    #ip4z2s-2 {
        font-size: 24px;
    }
    #iibckt-4 {
        width: 30px;
    }
    #ioxqrs-2 {
        font-size: 18px;
    }
    #ilc38l-2 {
        padding-top: 25px;
        padding-left: 10px;
        padding-bottom: 25px;
        padding-right: 10px;
    }
    #io7a6-3 {
        font-size: 24px;
    }
    #io7a6-5-3 {
        font-size: 24px;
    }
    #io7a6-5-2-2 {
        font-size: 24px;
    }
    #ihwtz6-2 {
        font-size: 18px;
    }
    #ikz1bj-3 {
        font-size: 26px;
    }
    #iozxys-3 {
        font-size: 20px;
    }
    #iqbe4d-3 {
        font-size: 20px;
    }
    #iuicgl-3 {
        font-size: 20px;
    }
    #idnwpv-3 {
        font-size: 20px;
    }
    #ib55ug-3 {
        font-size: 20px;
    }
    #ifk8mf-3 {
        margin-top: 20px;
        width: 95%;
    }
    #iegpf2-2 {
        font-size: 26px;
    }
    #iqsdqd-3 {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        text-align: center;
    }
    #i6fhpg-3 {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #i93tgp-3 {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #inovxt-2 {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #idj72j-3 {
        flex-direction: column;
        gap: 10px;
    }
    #i7595i-3 {
        width: 4vh;
    }
    #ibattr-3 {
        font-size: 4vh;
    }
    #ii36lc-3 {
        flex: 0 0 62%;
    }
    #illn7n-3 {
        flex: 0 0 40%;
        display: block;
    }
    #ib43vj-2 {
        width: 25%;
        justify-content: flex-end;
        flex-direction: row-reverse;
    }
    #i4flda-2 {
        display: flex;
        flex-direction: row-reverse;
    }
    #ie5f-2-2 {
        background-image: url("../ressources/mbf_bild1.jpg");
        background-position: 0px 0px;
        background-size: 200% 100%;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-origin: padding-box;
    }
    #iqsdqd-2-2-2-2 {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        text-align: center;
    }
    #i6fhpg-2-3-2-2 {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #i6fhpg-2-2-2-2-2 {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #i93tgp-2-2-2-2 {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #idj72j-2-2-2-2 {
        flex-direction: column;
        gap: 10px;
    }
    #ivxhwno {
        background-image: url("../ressources/mbf_bild1.jpg");
        background-position: 0px 0px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-origin: padding-box;
    }
    #i3b1hz1 {
        height: 100%;
        width: 100%;
        background-image: url("../ressources/start_hintergrund1.jpg");
        background-size: contain;
        background-position: center center;
        background-attachment: scroll;
        background-repeat: no-repeat;
    }
    #igp3ici {
        height: 70vh;
        width: 100%;
    }
    #ifykqb9 {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    #icpx7em {
        color: black;
    }
    #i0dyo5g {
        height: 591px;
    }
    #iqjv8ap {
        width: 100%;
        height: 70vh;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #i85pvl7 {
        position: relative;
        z-index: 0;
        display: flex;
        justify-content: flex-start;
    }
    #ihm3nsa {
        display: flex;
        position: absolute;
        height: 100%;
    }
    #ik9hzfi {
        left: 0px;
        position: static;
        width: 100%;
        display: block;
        align-self: auto;
    }
    #iwa7pik {
        padding: 10px;
        display: inline-block;
        height: 10vh;
        position: absolute;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }
    #i74td-3-2-3-2-4 {
        font-size: 20px;
    }
    #ikx0n-3-2-3-2-4 {
        margin-top: 25px;
        margin-bottom: 50px;
        margin-left: auto;
        margin-right: auto;
        max-width: 200px;
    }
    #i74td-3-2-3-2-5 {
        font-size: 20px;
    }
    #ikx0n-3-2-3-2-5 {
        margin-top: 25px;
        margin-bottom: 50px;
        margin-left: auto;
        margin-right: auto;
        max-width: 200px;
    }
    #ikz1bj-2-3 {
        font-size: 26px;
    }
    #iozxys-2-4 {
        font-size: 20px;
    }
    #iozxys-2-2-3 {
        font-size: 20px;
    }
    #iqbe4d-2-3 {
        font-size: 20px;
    }
    #iuicgl-2-3 {
        font-size: 20px;
    }
    #idnwpv-2-3 {
        font-size: 20px;
    }
    #ib55ug-2-3 {
        font-size: 20px;
    }
    #ifk8mf-2-3 {
        margin-top: 20px;
        width: 95%;
    }
    #ikz1bj-2-3-2 {
        font-size: 26px;
    }
    #iozxys-2-4-2 {
        font-size: 20px;
    }
    #iozxys-2-2-3-2 {
        font-size: 20px;
    }
    #iqbe4d-2-3-2 {
        font-size: 20px;
    }
    #iuicgl-2-3-2 {
        font-size: 20px;
    }
    #idnwpv-2-3-2 {
        font-size: 20px;
    }
    #ib55ug-2-3-2 {
        font-size: 20px;
    }
    #ifk8mf-2-3-2 {
        margin-top: 20px;
        width: 95%;
    }
    #i74td-3-2-3-2-2-2-2-3 {
        font-size: 20px;
    }
    #ikx0n-3-2-3-2-2-2-2-3 {
        margin-top: 25px;
        margin-bottom: 50px;
        margin-left: auto;
        margin-right: auto;
        max-width: 200px;
    }
    #i74td-3-2-3-2-2-2-2-3-2 {
        font-size: 20px;
    }
    #ikx0n-3-2-3-2-2-2-2-3-2 {
        margin-top: 25px;
        margin-bottom: 50px;
        margin-left: auto;
        margin-right: auto;
        max-width: 200px;
    }
    #i74td-3-2-3-2-2-2-2-3-2-2 {
        font-size: 20px;
    }
    #ikx0n-3-2-3-2-2-2-2-3-2-2 {
        margin-top: 25px;
        margin-bottom: 50px;
        margin-left: auto;
        margin-right: auto;
        max-width: 200px;
    }
    #iqsdqd-2-2-5 {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        text-align: center;
    }
    #i6fhpg-2-3-5 {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #i6fhpg-2-2-2-5 {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #i93tgp-2-2-5 {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #idj72j-2-2-5 {
        flex-direction: column;
        gap: 10px;
    }
    #i3s1jo-2 {
        width: 100%;
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
        border-bottom-left-radius: 1rem;
        border-bottom-right-radius: 1rem;
    }
    #ii9eaj-5-3 {
        display: none;
    }
    #ii9eaj-6 {
        display: none;
    }
    #ii9eaj-4-3 {
        display: none;
    }
    #ii9eaj-2-3 {
        display: none;
    }
    #iku66i-3 {
        display: none;
    }
    #iq9xm-2-2-3 {
        font-size: 18px;
    }
    #ijdts-2-3 {
        text-align: center;
        font-size: 18px;
    }
    #i74td-3-2-5 {
        font-size: 20px;
    }
    #ikx0n-3-2-5 {
        margin-top: 25px;
        margin-bottom: 50px;
        margin-left: auto;
        margin-right: auto;
        max-width: 200px;
    }
    #i74td-3-2-2-3 {
        font-size: 20px;
    }
    #ikx0n-3-2-2-3 {
        margin-top: 25px;
        margin-bottom: 50px;
        margin-left: auto;
        margin-right: auto;
        max-width: 200px;
    }
    #ig1j-2-3 {
        display: block;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    #i74td-3-2-3-2-6 {
        font-size: 20px;
    }
    #ikx0n-3-2-3-2-6 {
        margin-top: 25px;
        margin-bottom: 50px;
        margin-left: auto;
        margin-right: auto;
        max-width: 200px;
    }
    #i74td-3-2-3-2-2-4 {
        font-size: 20px;
    }
    #ikx0n-3-2-3-2-2-4 {
        margin-top: 25px;
        margin-bottom: 50px;
        margin-left: auto;
        margin-right: auto;
        max-width: 200px;
    }
    #ikz1bj-2-4 {
        font-size: 26px;
    }
    #iozxys-2-5 {
        font-size: 20px;
    }
    #iozxys-2-2-4 {
        font-size: 20px;
    }
    #iqbe4d-2-4 {
        font-size: 20px;
    }
    #iuicgl-2-4 {
        font-size: 20px;
    }
    #idnwpv-2-4 {
        font-size: 20px;
    }
    #ib55ug-2-4 {
        font-size: 20px;
    }
    #ifk8mf-2-4 {
        margin-top: 20px;
        width: 95%;
    }
    #i74td-3-2-3-2-2-2-2-4 {
        font-size: 20px;
    }
    #ikx0n-3-2-3-2-2-2-2-4 {
        margin-top: 25px;
        margin-bottom: 50px;
        margin-left: auto;
        margin-right: auto;
        max-width: 200px;
    }
    #it33ag-3 {
        background-image: url("../ressources/website_smb_logo.png");
        background-size: contain;
        background-position: center center;
        background-attachment: scroll;
        background-repeat: no-repeat;
    }
    #iqsdqd-2-4 {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        text-align: center;
    }
    #i6fhpg-2-5 {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #i6fhpg-2-2-4 {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #i93tgp-2-4 {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #idj72j-2-4 {
        flex-direction: column;
        gap: 10px;
    }
    #i74td-3-2-3-2-2-2-4 {
        font-size: 20px;
    }
    #ikx0n-3-2-3-2-2-2-4 {
        margin-top: 25px;
        margin-bottom: 50px;
        margin-left: auto;
        margin-right: auto;
        max-width: 200px;
    }
    #i3jy4-3 {
        font-size: 30px;
    }
    #iwfvz-3 {
        font-size: 26px;
    }
    #irnng-3 {
        width: 20px;
        height: 20px;
    }
    #i3m8s-3 {
        font-size: 18px;
    }
    #i614hy-3 {
        width: 20px;
        height: 20px;
    }
    #ihktsn-3 {
        font-size: 18px;
    }
    #idtxnh-3 {
        width: 20px;
        height: 20px;
    }
    #il71kr-3 {
        font-size: 18px;
    }
    #ia6ai3-3 {
        width: 20px;
        height: 20px;
    }
    #ix1bxi-3 {
        font-size: 18px;
    }
    #i8krg7-3 {
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 12px;
        padding-bottom: 12px;
        font-size: 18px;
    }
    #iblnz-3 {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        gap: 10px;
    }
    #iwfvz-5-3 {
        font-size: 26px;
    }
    #iyaq9j-3 {
        width: 20px;
        height: 20px;
    }
    #i709ah-3 {
        font-size: 18px;
    }
    #i7p34c-3 {
        width: 20px;
        height: 20px;
    }
    #iux6cp-3 {
        font-size: 18px;
    }
    #izkcor-3 {
        width: 20px;
        height: 20px;
    }
    #ipig8l-3 {
        font-size: 18px;
    }
    #i7faph-3 {
        width: 20px;
        height: 20px;
    }
    #ipptzt-3 {
        font-size: 18px;
    }
    #igeg8b-3 {
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 12px;
        padding-bottom: 12px;
        font-size: 18px;
    }
    #iblnz-5-3 {
        gap: 10px;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #iwfvz-4-3 {
        font-size: 26px;
    }
    #ipglo1-3 {
        width: 20px;
        height: 20px;
    }
    #ikvym8-3 {
        font-size: 18px;
    }
    #ibvmop-3 {
        width: 20px;
        height: 20px;
    }
    #i6cqcz-3 {
        font-size: 18px;
    }
    #ipabdy-3 {
        width: 20px;
        height: 20px;
    }
    #i5gbsh-3 {
        font-size: 18px;
    }
    #ivy4v4-3 {
        width: 20px;
        height: 20px;
    }
    #ib059i-3 {
        font-size: 18px;
    }
    #ifc8l8-3 {
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 12px;
        padding-bottom: 12px;
        font-size: 18px;
    }
    #iblnz-4-3 {
        gap: 10px;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #iqz9a-3 {
        width: 95%;
    }
    #i52xuv-3 {
        width: 24px;
        height: 24px;
    }
    #inkef8-3 {
        width: 24px;
        height: 24px;
    }
    #i31l5t-3 {
        width: 24px;
        height: 24px;
    }
    #ifoqyr-3 {
        width: 24px;
        height: 24px;
    }
    #irxopl-3 {
        width: 24px;
        height: 24px;
    }
    #ix5wn7-3 {
        font-size: 24px;
    }
    #iibckt-2-3 {
        width: 30px;
    }
    #ibij33-3 {
        font-size: 18px;
    }
    #if8ud8-3 {
        padding-top: 25px;
        padding-right: 10px;
        padding-bottom: 25px;
        padding-left: 10px;
    }
    #i6eye1-3 {
        width: 24px;
        height: 24px;
    }
    #iy23ia-3 {
        width: 24px;
        height: 24px;
    }
    #ihe9e4-3 {
        width: 24px;
        height: 24px;
    }
    #i2xw5f-3 {
        width: 24px;
        height: 24px;
    }
    #i348kg-3 {
        width: 24px;
        height: 24px;
    }
    #ixrxw5-3 {
        font-size: 24px;
    }
    #iibckt-3-3 {
        width: 30px;
    }
    #ihusuo-3 {
        font-size: 18px;
    }
    #if5dhc-3 {
        padding-top: 25px;
        padding-bottom: 25px;
        padding-left: 10px;
        padding-right: 10px;
    }
    #igr7gl-3 {
        width: 24px;
        height: 24px;
    }
    #i5bz3x-3 {
        width: 24px;
        height: 24px;
    }
    #iej485-3 {
        width: 24px;
        height: 24px;
    }
    #iie5bo-3 {
        width: 24px;
        height: 24px;
    }
    #iv3h94-3 {
        width: 24px;
        height: 24px;
    }
    #ip4z2s-3 {
        font-size: 24px;
    }
    #iibckt-5 {
        width: 30px;
    }
    #ioxqrs-3 {
        font-size: 18px;
    }
    #ilc38l-3 {
        padding-top: 25px;
        padding-left: 10px;
        padding-bottom: 25px;
        padding-right: 10px;
    }
    #io7a6-4 {
        font-size: 24px;
    }
    #io7a6-5-4 {
        font-size: 24px;
    }
    #io7a6-5-2-3 {
        font-size: 24px;
    }
    #ihwtz6-3 {
        font-size: 18px;
    }
    #ikz1bj-4 {
        font-size: 26px;
    }
    #iozxys-4 {
        font-size: 20px;
    }
    #iqbe4d-4 {
        font-size: 20px;
    }
    #iuicgl-4 {
        font-size: 20px;
    }
    #idnwpv-4 {
        font-size: 20px;
    }
    #ib55ug-4 {
        font-size: 20px;
    }
    #ifk8mf-4 {
        margin-top: 20px;
        width: 95%;
    }
    #iegpf2-3 {
        font-size: 26px;
    }
    #iqsdqd-4 {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        text-align: center;
    }
    #i6fhpg-4 {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #i93tgp-4 {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #inovxt-3 {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #idj72j-4 {
        flex-direction: column;
        gap: 10px;
    }
    #i74td-3-2-3-2-2-4-2 {
        font-size: 20px;
    }
    #ikx0n-3-2-3-2-2-4-2 {
        margin-top: 25px;
        margin-bottom: 50px;
        margin-left: auto;
        margin-right: auto;
        max-width: 200px;
    }
}
