.content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 72px;
    padding: 72px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 16px 16px;
    position: relative;
    width: 100%;
    flex: 0 0 auto;
}

.div {
    display: flex;
    flex-direction: column;
    min-width: 240px;
    align-items: flex-start;
    gap: 8px;
    position: relative;
    flex: 1;
    flex-grow: 1;
}

.text-wrapper {
    position: relative;
    align-self: stretch;
    margin-top: -1.00px;
    font-family: var(--heading-h2-font-family);
    font-weight: var(--heading-h2-font-weight);
    color: #ffffff;
    font-size: var(--heading-h2-font-size);
    letter-spacing: var(--heading-h2-letter-spacing);
    line-height: var(--heading-h2-line-height);
    font-style: var(--heading-h2-font-style);
}

.lorem-ipsum-is {
    position: relative;
    align-self: stretch;
    font-family: var(--text-p-l-font-family);
    font-weight: var(--text-p-l-font-weight);
    color: #ffffff;
    font-size: var(--text-p-l-font-size);
    letter-spacing: var(--text-p-l-letter-spacing);
    line-height: var(--text-p-l-line-height);
    font-style: var(--text-p-l-font-style);
}

.div-2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 16px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
}

.div-3 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.accordeon-heading {
    border-color: #009fe3;
    display: flex;
    align-items: flex-start;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.before {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px 0px 6px;
    position: relative;
    flex: 0 0 auto;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-color: #009fe3;
}

.img {
    position: relative;
    width: 24px;
    height: 24px;
    aspect-ratio: 1;
}

.section-heading {
    gap: 4px;
    padding: 4px 6px 2px;
    flex: 1;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    align-self: stretch;
}

.bike {
    position: relative;
    align-self: stretch;
    margin-top: -1.00px;
    font-family: var(--heading-accordeon-heading-font-family);
    font-weight: var(--heading-accordeon-heading-font-weight);
    color: #4a4a4a;
    font-size: var(--heading-accordeon-heading-font-size);
    letter-spacing: var(--heading-accordeon-heading-letter-spacing);
    line-height: var(--heading-accordeon-heading-line-height);
    font-style: var(--heading-accordeon-heading-font-style);
}

.after {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px 0px 6px;
    position: relative;
    flex: 0 0 auto;
}

.accordeon-content {
    flex-direction: column;
    gap: 4px;
    padding: 8px 0px;
    border-color: #4a4a4a;
    display: flex;
    align-items: flex-start;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.form-component {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.section-heading-2 {
    display: flex;
    align-items: flex-start;
    gap: 4px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.text-wrapper-2 {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: var(--forms-form-heading-font-family);
    font-weight: var(--forms-form-heading-font-weight);
    color: #4a4a4a;
    font-size: var(--forms-form-heading-font-size);
    letter-spacing: var(--forms-form-heading-letter-spacing);
    line-height: var(--forms-form-heading-line-height);
    white-space: nowrap;
    font-style: var(--forms-form-heading-font-style);
}

.icon {
    position: relative;
    width: 10px;
    height: 10px;
}

.form-field {
    justify-content: center;
    padding: 8px 16px;
    background-color: #d9f1fb;
    border-radius: 4px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-color: #4a4a4a;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.text-wrapper-3 {
    position: relative;
    align-self: stretch;
    margin-top: -2.00px;
    font-family: var(--forms-form-placeholder-font-family);
    font-weight: var(--forms-form-placeholder-font-weight);
    color: #4a4a4a;
    font-size: var(--forms-form-placeholder-font-size);
    letter-spacing: var(--forms-form-placeholder-letter-spacing);
    line-height: var(--forms-form-placeholder-line-height);
    font-style: var(--forms-form-placeholder-font-style);
}

.form-field-2 {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 8px 16px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    background-color: #d9f1fb;
    border-radius: 4px;
    border: 1px solid;
    border-color: #4a4a4a;
}

.johndoe-gmail-com {
    flex: 1;
    font-family: var(--forms-form-dropdown-label-font-family);
    font-weight: var(--forms-form-dropdown-label-font-weight);
    position: relative;
    color: #4a4a4a;
    font-size: var(--forms-form-dropdown-label-font-size);
    letter-spacing: var(--forms-form-dropdown-label-letter-spacing);
    line-height: var(--forms-form-dropdown-label-line-height);
    font-style: var(--forms-form-dropdown-label-font-style);
}

.notification-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding: 8px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    background-color: #f3d9d9;
    border-radius: 8px;
    border: 2px solid;
    border-color: #c21414;
}

.frame {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.heading {
    position: relative;
    flex: 1;
    font-family: var(--heading-footer-heading-font-family);
    font-weight: var(--heading-footer-heading-font-weight);
    color: #4a4a4a;
    font-size: var(--heading-footer-heading-font-size);
    text-align: center;
    letter-spacing: var(--heading-footer-heading-letter-spacing);
    line-height: var(--heading-footer-heading-line-height);
    font-style: var(--heading-footer-heading-font-style);
}

.text {
    position: relative;
    align-self: stretch;
    font-family: var(--text-p-s-font-family);
    font-weight: var(--text-p-s-font-weight);
    color: #4a4a4a;
    font-size: var(--text-p-s-font-size);
    text-align: center;
    letter-spacing: var(--text-p-s-letter-spacing);
    line-height: var(--text-p-s-line-height);
    font-style: var(--text-p-s-font-style);
}

.check-box {
    display: flex;
    align-items: center;
    gap: 4px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.check-box-check {
    position: relative;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    border: 1px solid;
    border-color: #4a4a4a;
    aspect-ratio: 1;
}

    .check-box-check:checked {
        background-color: #009fe3;
    }

.label {
    position: relative;
    flex: 1;
    font-family: var(--text-p-m-font-family);
    font-weight: var(--text-p-m-font-weight);
    color: #4a4a4a;
    font-size: var(--text-p-m-font-size);
    letter-spacing: var(--text-p-m-letter-spacing);
    line-height: var(--text-p-m-line-height);
    font-style: var(--text-p-m-font-style);
}

.col {
    display: flex;
    flex-direction: column;
    min-width: 240px;
    max-width: 360px;
    align-items: flex-start;
    gap: 8px;
    position: relative;
    flex: 1;
    flex-grow: 1;
}

.text-wrapper-4 {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: var(--heading-h2-font-family);
    font-weight: var(--heading-h2-font-weight);
    color: #ffffff;
    font-size: var(--heading-h2-font-size);
    letter-spacing: var(--heading-h2-letter-spacing);
    line-height: var(--heading-h2-line-height);
    white-space: nowrap;
    font-style: var(--heading-h2-font-style);
}

.links {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.button {
    all: unset;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 8px 16px;
    position: relative;
    flex: 0 0 auto;
    background-color: #ffffff;
    border-radius: 8px;
    border: 2px solid;
    border-color: #4a4a4a;
}

.label-2 {
    color: #4a4a4a;
    position: relative;
    width: fit-content;
    font-family: var(--btn-label-font-family);
    font-weight: var(--btn-label-font-weight);
    font-size: var(--btn-label-font-size);
    letter-spacing: var(--btn-label-letter-spacing);
    line-height: var(--btn-label-line-height);
    white-space: nowrap;
    font-style: var(--btn-label-font-style);
}

.button-2 {
    all: unset;
    box-sizing: border-box;
    display: flex;
    position: relative;
    flex: 1;
    flex-grow: 1;
    background-color: #ffffff;
    border-radius: 8px;
    border: 2px solid;
    border-color: #4a4a4a;
    align-items: center;
    gap: 4px;
    padding: 8px 16px;
}

.footer-link {
    display: flex;
    align-items: center;
    gap: 2px;
    position: relative;
    flex: 1;
    flex-grow: 1;
    border-radius: 12px;
}

.footer {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 20px 16px;
    margin-top: 20px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    background-color: #4a4a4a;
}

.copyright-shimano {
    position: relative;
    flex: 1;
    margin-top: -1.00px;
    font-family: var(--heading-footer-heading-font-family);
    font-weight: var(--heading-footer-heading-font-weight);
    color: #ffffff;
    font-size: var(--heading-footer-heading-font-size);
    letter-spacing: var(--heading-footer-heading-letter-spacing);
    line-height: var(--heading-footer-heading-line-height);
    font-style: var(--heading-footer-heading-font-style);
}

.button-login {
    box-sizing: border-box;
    font-family: var(--heading-footer-heading-font-family);
    font-weight: var(--heading-footer-heading-font-weight);
    color: #ffffff;
    font-size: var(--heading-footer-heading-font-size);
    letter-spacing: var(--heading-footer-heading-letter-spacing);
    line-height: var(--heading-footer-heading-line-height);
    font-style: var(--heading-footer-heading-font-style);
    margin: 10px;
    margin-left: auto;
    background-color: var(--shimano-blue);
    border-radius: 12px;
    box-shadow: 0px 12px 24px #00000040;
    align-items: center;
    gap: 4px;
    padding: 8px 16px;
}


.button-save {
    all: unset;
    box-sizing: border-box;
    position: sticky;
    display: flex;
    bottom:24px;
    z-index: 1000;
    background-color: var(--shimano-green);
    border-radius: 12px;
    box-shadow: 0px 12px 24px #00000040;
    padding: 16px;
    gap: 12px;
    margin: 0 24px 0 auto;
}

.label-3 {
    color: #ffffff;
    position: relative;
    width: fit-content;
    font-family: var(--btn-label-font-family);
    font-weight: var(--btn-label-font-weight);
    font-size: var(--btn-label-font-size);
    letter-spacing: var(--btn-label-letter-spacing);
    line-height: var(--btn-label-line-height);
    white-space: nowrap;
    font-style: var(--btn-label-font-style);
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 9998;
}

.loaderBackground {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -60px;
    margin-top: -60px;
    z-index: 9999;
}

.loader {
    width: 120px;
    height: 120px;
    border: 16px solid #f3f3f3; /*Light grey */
    border-radius: 50%;
    border-top: 16px solid var(--shimano-green); /*Blue */
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.form {
    position: relative;
}
