<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.info-aboutus-intro-container
{
    width: 100%;
}

.info-aboutus-intro-image
{
    width: 100%;
}

.info-aboutus-intro-card-container
{
    position: relative;
    top: -40px;
    margin-bottom: -40px;
}

/* sm */
@media (min-width: 576px)
{
    .info-aboutus-intro-card-container
    {
        top: -40px;
        margin-bottom: -40px;
    }
}

/* md+ */
@media (min-width: 768px)
{
    .info-aboutus-intro-card-container
    {
        top: -60px;
        margin-bottom: -60px;
    }
}

.info-aboutus-partnerday-h2
{
    margin-bottom: 24px;
    
    color: #358779;

    font-size: 32px;
    font-weight: 600;
    text-align: center;
}

.info-aboutus-partnerday-video-container
{
    text-align: center;
}

.info-aboutus-partnerday-video
{
    width: 100%;
    aspect-ratio: 16 / 9;
}

.info-aboutus-stats-text
{
    margin-bottom: 24px;

    font-size: 18px;
    line-height: 25px;
}

.info-aboutus-team-h2
{
    margin-bottom: 24px;
    
    color: #358779;

    font-size: 32px;
    font-weight: 600;
    text-align: center;
}

.info-aboutus-team-container
{
    margin-bottom: 24px;

    background-color: #f5f5f5;

    border-radius: 12px;
}

.info-aboutus-team-image
{
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;

    width: 100%;
    aspect-ratio: 4 / 3;

    background-size: cover;
    background-position: center;
}

.info-aboutus-team-title
{
    margin-top: 16px;
    margin-bottom: 8px;

    padding-left: 8px;
    padding-right: 8px;

    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

/* md */
@media (min-width: 768px)
{
    .info-aboutus-team-title
    {
        font-size: 20px;
    }
}

.info-aboutus-team-text
{
    padding-bottom: 16px;
    padding-left: 8px;
    padding-right: 8px;

    font-size: 18px;
    line-height: 25px;
    text-align: center;
}

.info-aboutus-stats-text
{
    margin-bottom: 24px;

    font-size: 18px;
    line-height: 25px;
}

.info-blocked-title-h1
{
    margin-bottom: 24px;

    color: #358779;

    font-size: 38px;
    line-height: 48px;
    font-weight: 600;
}

.info-blocked-text
{
    margin-bottom: 12px;

    font-size: 18px;
    line-height: 25px;
}

.info-blocked-text a
{
    margin-left: 4px;
    
    color: #358779;
    font-weight: 700;
}

.info-blocked-text a:hover
{
    text-decoration: underline;
}

.info-bookkeeper-intro-image
{
    width: 100%;
    aspect-ratio: 16 / 22;

    background-image: url('/public/image/desk_mobile.jpg');
    background-position: 80% bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 576px)
{
    .info-bookkeeper-intro-image
    {
        width: 100%;
        aspect-ratio: 16 / 12;

        background-image: url('/public/image/desk_mobile.jpg');
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (min-width: 768px)
{
    .info-bookkeeper-intro-image
    {
        width: 100%;
        aspect-ratio: 16 / 11;

        background-image: url('/public/image/desk_desktop.jpg');
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (min-width: 992px)
{
    .info-bookkeeper-intro-image
    {
        width: 100%;
        aspect-ratio: 16 / 10;

        background-image: url('/public/image/desk_desktop.jpg');
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (min-width: 1200px)
{
    .info-bookkeeper-intro-image
    {
        width: 100%;
        aspect-ratio: 16 / 9;

        background-image: url('/public/image/desk_desktop.jpg');
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (min-width: 1400px)
{
    .info-bookkeeper-intro-image
    {
        width: 100%;
        aspect-ratio: 16 / 7;

        background-image: url('/public/image/desk_desktop.jpg');
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

.info-bookkeeper-intro-container
{
    padding-top: 64px;

    max-width: 540px;
}

.info-bookkeeper-steps-container
{
    margin-top: 24px;
}

.info-bookkeeper-steps-container-subimage-container
{
    display: flex;
    justify-content: center;
}

.info-bookkeeper-steps-container-subimage1
{
    width: 160px;
    height: 160px;

    background-image: url('/public/image/findbookkeeper_step1.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

@media (min-width: 768px)
{
    .info-bookkeeper-steps-container-subimage1
    {
        width: 200px;
        height: 200px;
    }
}

.info-bookkeeper-steps-container-subimage2
{
    width: 160px;
    height: 160px;

    background-image: url('/public/image/findbookkeeper_step2.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

@media (min-width: 768px)
{
    .info-bookkeeper-steps-container-subimage2
    {
        width: 200px;
        height: 200px;
    }
}

.info-bookkeeper-steps-container-subimage3
{
    width: 160px;
    height: 160px;

    background-image: url('/public/image/findbookkeeper_step3.png');
    background-position: center 65%;
    background-size: contain;
    background-repeat: no-repeat;
}

@media (min-width: 768px)
{
    .info-bookkeeper-steps-container-subimage3
    {
        width: 200px;
        height: 200px;
    }
}

.info-bookkeeper-steps-container-title
{
    margin-top: 16px;
    margin-bottom: 6px;

    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.info-bookkeeper-steps-container-text
{
    margin-bottom: 36px;

    text-align: center;
    font-size: 18px;
    line-height: 25px;
}

/* md+ */
@media (min-width: 768px)
{
    .info-bookkeeper-steps-container-text
    {
        margin-bottom: 0px;
    }
}





.info-bookkeeper-usp-container
{
    margin-top: 24px;
}

.info-bookkeeper-usp-container-subimage-container
{
    display: flex;
    justify-content: center;
}

.info-bookkeeper-usp-container-subimage1
{
    width: 80px;
    height: 80px;

    background-image: url('/public/image/icon_bookkeeper_customer.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

@media (min-width: 768px)
{
    .info-bookkeeper-usp-container-subimage1
    {
        width: 100px;
        height: 100px;
    }
}

.info-bookkeeper-usp-container-subimage2
{
    margin-top: 5px;
    margin-bottom: 5px;

    width: 70px;
    height: 70px;

    background-image: url('/public/image/icon_bookkeeper_magnifier.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

@media (min-width: 768px)
{
    .info-bookkeeper-usp-container-subimage2
    {
        margin-top: 5px;
        margin-bottom: 5px;

        width: 90px;
        height: 90px;
    }
}

.info-bookkeeper-usp-container-subimage3
{
    width: 80px;
    height: 80px;

    background-image: url('/public/image/icon_bookkeeper_location.svg');
    background-position: center 65%;
    background-size: contain;
    background-repeat: no-repeat;
}

@media (min-width: 768px)
{
    .info-bookkeeper-usp-container-subimage3
    {
        width: 100px;
        height: 100px;
    }
}

.info-bookkeeper-usp-container-title
{
    margin-top: 16px;
    margin-bottom: 6px;

    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.info-bookkeeper-usp-container-text
{
    margin-bottom: 24px;

    text-align: center;
    font-size: 18px;
    line-height: 25px;
}





.info-bookkeeper-which-container
{
    padding-top: 64px;
}

.info-bookkeeper-which-vector
{
    background-image: url('/public/image/bookkeeper_vector.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px;
    margin: 0px;
}

.info-card-container
{
    position: relative;

    padding: 32px 32px 24px 32px;

    background-color: #ffffff;
    
    border-radius: 25px;

    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.info-card-container a
{
    color: var(--bs-body-color);
}

.info-card-chevron-desktop
{
    margin-left: 0px;
    margin-right: 20px;
    min-width: 21px;
    min-height: 38px;

    background-image: url('/public/image/icon_banner_chevron.svg');
    background-position: center;
    background-size: 21px 38px;
    background-repeat: no-repeat;

    transition-duration: 0.125s;
    transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}

.info-card-option-container:hover .info-card-chevron-desktop
{
    margin-left: 20px;
    margin-right: 0px;
    
    transition-duration: 0.125s;
    transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}

.info-card-option-container:hover .info-card-option-title
{
    color: #707070;

    transition-duration: 0.125s;
    transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}

.info-card-option-container:hover .info-card-option-text
{
    color: #707070;
    
    transition-duration: 0.125s;
    transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}

.info-card-chevron-mobile
{
    min-width: 21px;
    min-height: 38px;

    background-image: url('/public/image/icon_banner_chevron.svg');
    background-position: center;
    background-size: 21px 38px;
    background-repeat: no-repeat;
}

.info-card-icon-bookkeeper
{
    margin-right: 20px;
    min-width: 40px;
    min-height: 40px;

    background-image: url('/public/image/icon_banner_bookkeeper.svg');
    background-position: center;
    background-size: 40px 40px;
    background-repeat: no-repeat;
}

.info-card-icon-partner
{
    margin-right: 20px;
    min-width: 40px;
    min-height: 40px;

    background-image: url('/public/image/icon_banner_partner.svg');
    background-position: center;
    background-size: 40px 40px;
    background-repeat: no-repeat;
}

.info-card-h1
{
    margin-bottom: 24px;

    color: #358779;

    font-size: 38px;
    line-height: 42px;
    font-weight: 600;
}

.info-card-option-textcontainer
{
    margin-right: 20px;
}

.info-card-option-title
{
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
}

.info-card-option-text
{
    font-size: 18px;
    line-height: 25px;
}

.info-card-option-container
{
    display: flex;
    justify-content: space-between;
    align-items: center;

    margin-top: 16px;
    margin-bottom: 16px;
}

.info-card-option-container:hover
{
    cursor: pointer;
}

.info-card-section-seperation
{
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.info-card-text
{
    margin-bottom: 8px;

    font-size: 18px;
    line-height: 25px;
}

.info-card-text-url
{
    color: #358779 !important;

    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
}

.info-card-text-url:hover
{
    cursor: pointer;
    text-decoration: underline;
}

.info-card-title
{
    margin-bottom: 16px;

    color: #358779;
    font-size: 32px;
    line-height: 38px;
    font-weight: 600;
}

.info-cta-button-container
{
    margin-top: 24px;
    margin-bottom: 32px;

    text-align: center;
}

.info-cta-button
{
    display: inline-flex;
    min-height: 48px;
    
    padding-left: 36px;
    padding-right: 36px;
    
    color: #ffffff;
    background-color: #409b8c;
    
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;

    align-items: center;
    justify-content: center;
    white-space: nowrap;
    
    border-radius: 24px;
    border-style: none;
}

.info-cta-button:hover
{
    cursor: pointer;

    background-color: #4ba999;
}

.info-frontpage-growth-button-container
{
    margin-top: 24px;
    margin-bottom: 32px;

    text-align: center;
}

.info-frontpage-growth-button
{
    display: inline-flex;
    min-height: 48px;
    
    padding-left: 36px;
    padding-right: 36px;
    
    color: #ffffff;
    background-color: #409b8c;
    
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;

    align-items: center;
    justify-content: center;
    white-space: nowrap;
    
    border-radius: 24px;
    border-style: none;

    box-shadow: 0 0.5rem 3rem rgba(0, 0, 0, 0.15);
}

.info-frontpage-growth-button:hover
{
    cursor: pointer;

    background-color: #4ba999;
}

.info-frontpage-growth-container
{
    padding-top: 64px;
}

.info-frontpage-growth-vector
{
    background-image: url('/public/image/growth_vector.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px;
    margin: 0px;
}

.info-frontpage-intro-container
{
    width: 100%;
}

.info-frontpage-intro-image
{
    width: 100%;
}

.info-frontpage-intro-card-container
{
    position: relative;
    top: -50px;
    margin-bottom: -50px;
}

/* sm */
@media (min-width: 576px)
{
    .info-frontpage-intro-card-container
    {
        top: -110px;
        margin-bottom: -110px;
    }
}

/* md */
@media (min-width: 768px)
{
    .info-frontpage-intro-card-container
    {
        top: -120px;
        margin-bottom: -120px;
    }
}

/* lg */
@media (min-width: 992px)
{
    .info-frontpage-intro-card-container
    {
        top: -120px;
        margin-bottom: -120px;
    }
}

/* xl */
@media (min-width: 1200px)
{
    .info-frontpage-intro-card-container
    {
        top: -150px;
        margin-bottom: -150px;
    }
}

/* xxl */
@media (min-width: 1400px)
{
    .info-frontpage-intro-card-container
    {
        top: -180px;
        margin-bottom: -180px;
    }
}

.info-frontpage-partnership-section
{
    margin-top: 64px;
    margin-bottom: 64px;
}

.info-frontpage-partnership-step-container
{
    display: flex;
    justify-content: left;

    margin-top: 8px;
    margin-bottom: 16px;
    padding: 12px;
    
    background-color: #f5f5f5;
    
    border-radius: 12px;
}

.info-frontpage-partnership-step-counter
{
    min-width: 90px;
    padding-left: 10px;

    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
}

/* md+ */
@media (min-width: 768px)
{
    .info-frontpage-partnership-step-counter
    {
        min-width: 120px;
    }
}

.info-frontpage-partnership-step-title
{
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
}

.info-frontpage-partnership-step-text
{
    font-size: 18px;
    line-height: 25px;
}

.info-frontpage-team-container
{
    width: 100%;
}

.info-frontpage-team-image
{
    width: 100%;
}

.info-frontpage-team-card-container
{
    position: relative;
    top: -40px;
    margin-bottom: -40px;
}

/* sm */
@media (min-width: 576px)
{
    .info-frontpage-team-card-container
    {
        top: -40px;
        margin-bottom: -40px;
    }
}

/* md+ */
@media (min-width: 768px)
{
    .info-frontpage-team-card-container
    {
        top: -60px;
        margin-bottom: -60px;
    }
}

.info-frontpage-usp-container-desktop
{
    margin-top: 24px;
    
    text-align: center;
}

.info-frontpage-usp-container-subimage-container
{
    display: flex;
    justify-content: center;
}

.info-frontpage-usp-container-subimage1
{
    width: 80px;
    height: 80px;

    background-image: url('/public/image/icon_usp_files.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.info-frontpage-usp-container-subimage2
{
    width: 80px;
    height: 80px;

    background-image: url('/public/image/icon_usp_inspection.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.info-frontpage-usp-container-subimage3
{
    width: 80px;
    height: 80px;

    background-image: url('/public/image/icon_usp_infinity.svg');
    background-position: center 65%;
    background-size: contain;
    background-repeat: no-repeat;
}

.info-frontpage-usp-container-subimage4
{
    width: 80px;
    height: 80px;

    background-image: url('/public/image/icon_usp_ads.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.info-frontpage-usp-container-title
{
    margin-top: 16px;
    margin-bottom: 12px;

    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.info-frontpage-usp-container-text
{
    text-align: center;

    font-size: 18px;
    line-height: 25px;
}

.info-frontpage-usp-text
{
    margin-bottom: 24px;

    text-align: center;
    font-size: 18px;
    line-height: 25px;
}

.info-jobs-overview-container
{
    width: 100%;
}

.info-jobs-overview-image
{
    width: 100%;
}

.info-jobs-overview-card-container
{
    position: relative;
    top: -40px;
    margin-bottom: -40px;
}

/* sm */
@media (min-width: 576px)
{
    .info-jobs-overview-card-container
    {
        top: -40px;
        margin-bottom: -40px;
    }
}

/* md+ */
@media (min-width: 768px)
{
    .info-jobs-overview-card-container
    {
        top: -60px;
        margin-bottom: -60px;
    }
}

.info-partner-intro-container
{
    padding-top: 64px;

    max-width: 540px;
}

.info-partner-intro-image
{
    width: 100%;
    aspect-ratio: 16 / 25;

    background-image: url('/public/image/office_mobile.jpg');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 576px)
{
    .info-partner-intro-image
    {
        width: 100%;
        aspect-ratio: 16 / 15;

        background-image: url('/public/image/office_mobile.jpg');
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (min-width: 768px)
{
    .info-partner-intro-image
    {
        width: 100%;
        aspect-ratio: 16 / 12;

        background-image: url('/public/image/office_desktop.jpg');
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (min-width: 992px)
{
    .info-partner-intro-image
    {
        width: 100%;
        aspect-ratio: 16 / 10;

        background-image: url('/public/image/office_desktop.jpg');
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (min-width: 1200px)
{
    .info-partner-intro-image
    {
        width: 100%;
        aspect-ratio: 16 / 9;

        background-image: url('/public/image/office_desktop.jpg');
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

.info-partner-partner-container
{
    width: 100%;
}

.info-partner-partner-image
{
    width: 100%;
}

.info-partner-usp-container
{
    margin-top: 24px;
}

.info-partner-usp-container-subimage-container
{
    display: flex;
    justify-content: center;
}

.info-partner-usp-container-subimage1
{
    width: 80px;
    height: 80px;

    background-image: url('/public/image/icon_partner_target.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

@media (min-width: 768px)
{
    .info-partner-usp-container-subimage1
    {
        width: 100px;
        height: 100px;
    }
}

.info-partner-usp-container-subimage2
{
    width: 80px;
    height: 80px;

    background-image: url('/public/image/icon_partner_range.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

@media (min-width: 768px)
{
    .info-partner-usp-container-subimage2
    {
        width: 100px;
        height: 100px;
    }
}

.info-partner-usp-container-subimage3
{
    width: 80px;
    height: 80px;

    background-image: url('/public/image/icon_partner_timemanagement.svg');
    background-position: center 65%;
    background-size: contain;
    background-repeat: no-repeat;
}

@media (min-width: 768px)
{
    .info-partner-usp-container-subimage3
    {
        width: 100px;
        height: 100px;
    }
}

.info-partner-usp-container-title
{
    margin-top: 16px;
    margin-bottom: 6px;

    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.info-partner-usp-container-text
{
    margin-bottom: 24px;

    text-align: center;
    font-size: 18px;
    line-height: 25px;
}

.info-job-vector
{
    background-image: url('/public/image/growth_vector.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px;
    margin: 0px;
}

.info-section-background
{
    background-color: #358779;
}

.info-section-background-alt
{
    background-color: #f3f3f3;
}

.info-section-marginbottom
{
    margin-bottom: 64px;
}

.info-section-margintop
{
    margin-top: 64px;
}

.info-section-paddingbottom
{
    padding-bottom: 48px;
}

.info-section-paddingtop
{
    padding-top: 64px;
}

.info-stat-container
{
    margin-bottom: 10px;
}

.info-stat-number
{
    text-align: center;
    font-size: 18px;
    line-height: 25px;
}

.info-stat-seperator
{
    margin-top: 0px;
    margin-bottom: 12px;

    border-top: 2px solid;
}

.info-stat-title
{
    font-size: 38px;
    font-weight: 700;
    text-align: center;
}

/* md+ */
@media (min-width: 576px)
{
    .info-stat-title
    {
        font-size: 42px;
        font-weight: 700;
        text-align: center;
    }
}

.info-step-container
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info-step-counter
{
    min-width: 90px;

    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
}

.info-step-info-title
{
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
}

.info-step-info-text
{
    font-size: 18px;
    line-height: 25px;
}

.info-text
{
    margin-bottom: 24px;

    font-size: 18px;
    line-height: 25px;
}

.info-text a
{
    color: #358779;
    
    font-weight: 600;
}

.info-text-center
{
    text-align: center;
}

.info-text-white
{
    color: #ffffff;
}

.info-text-white a
{
    color: #ffffff;

    text-decoration: underline;
}

.info-thankyou-partner-container
{
    display: flex;
}

.info-thankyou-partner-subcontainer
{
    max-width: 640px;

    justify-content: center;
}

.info-thankyou-partner-subcontainer-margintop
{
    margin-top: 32px;
}

.info-thankyou-partner-subcontainer-marginbottom
{
    margin-bottom: 16px;
}

.info-thankyou-phone-number
{
    font-weight: 700;

    color: #358779;
}

.info-thankyou-phone-number:hover
{
    cursor: pointer;

    text-decoration: underline;
}

.info-thankyou-subtitle
{
    margin-bottom: 48px;

    color: #000000;

    font-size: 24px;
    font-weight: 500;
    text-align: center;
}

.info-thankyou-subcontainer
{
    padding: 30px;
    margin-bottom: 50px;

    background-color: #f8f8f8;

    border-radius: 30px;
}

.info-thankyou-subcontainer-title
{
    margin-bottom: 12px;

    color: #000000;

    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
}

.info-thankyou-subcontainer-text
{
    font-size: 18px;
    line-height: 25px;
}

.info-thankyou-subcontainer-text2
{
    margin-top: 12px;

    font-size: 18px;
    line-height: 25px;
}

.info-thankyou-subcontainer-icon-call
{
    margin-bottom: 24px;

    width: 100%;
    height: 80px;

    background-image: url('/public/image/icon_thankyou_call.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.info-thankyou-subcontainer-icon-clock
{
    margin-bottom: 24px;

    width: 100%;
    height: 80px;

    background-image: url('/public/image/icon_thankyou_clock.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.info-thankyou-subcontainer-icon-search
{
    margin-bottom: 24px;

    width: 100%;
    height: 80px;

    background-image: url('/public/image/icon_thankyou_search.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.info-thankyou-subcontainer-radio-container
{
    margin-top: 12px;
    margin-bottom: 12px;
    padding-top: 8px;
    padding-bottom: 8px;

    background-color: #eaf3f2;
    border-radius: 12px;
}

.info-thankyou-text-container
{
    margin-top: 48px;
    margin-bottom: 64px;
}

.info-thankyou-text
{
    margin-bottom: 12px;

    color: #000000;

    font-size: 24px;
    font-weight: 500;
    text-align: center;
}

.info-thankyou-text a
{
    color: #358779;
}

.info-thankyou-text a:hover
{
    cursor: pointer;

    text-decoration: underline;
}

.info-thankyou-item-radio
{
    display: inline-block;

    margin-left: 11px;

    color: #358779;

    font-size: 18px;
    line-height: 25px;
}

.info-thankyou-item-radio-label
{
    display: flex;

    padding-left: 12px;
    padding-right: 8px;

    align-items: baseline;
}

.info-thankyou-item-radio-label:hover
{
    cursor: pointer;
}

.info-thankyou-item-saved-container
{
    display: flex;
    align-items: center;

    margin-top: 8px;
    padding-left: 12px;

    color: #358779;
}

.info-thankyou-item-saved-checkmark
{
    display: inline-block;

    min-width: 18px;
    min-height: 18px;
    margin-right: 6px;
    
    background-position: 0% 50%;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-image: url('/public/image/icon_checkmark.svg');
}

.info-thankyou-item-saved-text
{
    display: inline-block;

    font-size: 18px;
    font-weight: 600;
    line-height: 25px;

    color: #358779;
}

.info-thankyou-title-h1
{
    margin-top: 32px;
    
    color: #000000;

    font-size: 32px;
    text-align: center;
}

.info-title-h1
{
    margin-bottom: 24px;
    
    color: #358779;
    font-size: 38px;
    line-height: 42px;
    font-weight: 600;
}

.info-title-h2
{
    margin-bottom: 24px;

    color: #358779;
    font-size: 32px;
    font-weight: 600;
}

.info-title-h3
{
    margin-bottom: 8px;

    color: var(--bs-body-color);
    font-size: 22px;
    font-weight: 600;
}

.info-title-center
{
    text-align: center;
}

.info-title-margintop
{
    margin-top: 64px;
}

.info-title-white
{
    color: #ffffff;
}</pre></body></html>