﻿body
{
    color: #373433;
    --bs-link-color: #373433;
    --bs-link-hover-color: #373433;
    font-size: 16px !important;
    line-height: 22px !important;
}

.row
{
    --bs-gutter-y: 50px;
}

body p
{
    font-size: 16px;
    line-height: 22px;
}

body small
{
    line-height: 22px;
    font-size: 13px;
}

body main a
{
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    text-decoration: underline;
}

body .ul-border
{
    padding-left: 10px;
    padding-bottom: 18px;
    margin: 0 auto;
}

    body .ul-border li
    {
        padding: 5px 10px 5px 23px;
        margin: 0;
        vertical-align: middle;
        text-align: left;
        font-size: 16px;
        margin-left: 7px;
    }

body h3
{
    color: #373433;
    font-size: 22px;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 8px;
}

.header__nav__trailing-text p a
{
    font-size: 24px;
    line-height: 33px
}

.header__nav__right-logo img
{
    width: 78px !important;
    height: 48px !important;
    display: block !important;
}

body .block-1
{
    padding-top: 50px;
}

    body .block-1 .header-1 .title
    {
        text-align: center;
        font-size: 28px;
        color: #373433;
        font-weight: bold;
        line-height: 30px;
    }

body .block-2 h3
{
    padding-bottom: 10px;
}

body .block-2 h2
{
    padding-bottom: 10px;
}

body .block-4
{
    padding: 50px 20px 50px 20px;
    border: solid 2px #2FCFA0;
}

    body .block-4 h3
    {
        font-size: 36px;
        line-height: 43px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    body .block-4 a
    {
        font-size: 36px;
        line-height: 43px;
    }

body .block-6
{
    background: #D5F5EC;
    padding: 50px 20px 50px 20px;
    margin-bottom: 72px;
    display: flex;
    align-items: center;
}

    body .block-6 img
    {
        margin-right: 30px;
    }

body .EPiServerForms
{
    padding: 15px;
    padding-bottom: 32px;
    position: relative;
}

@media (min-width: 576px)
{
    .formcontainerblock
    {
        margin-left: 50px;
        width: calc(50% - 50px);
    }
}

body .EPiServerForms .Form__Status:has(.hide)
{
    display: none;
}

body .EPiServerForms .Form__Element .Form__Element__Caption
{
    min-width: 0;
}

body .EPiServerForms .FormTextbox .FormTextbox__Input
{
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

body .EPiServerForms .FormSubmitButton
{
    font-size: 20px;
    line-height: 24px;
    padding: 10px 26px;
    border-width: 2px;
    color: #2fcfa0;
    font-family: justSans, justScript, quicksandLatin, quicksandBook, sans-serif;
    border: 3px solid #2fcfa0;
    text-decoration: none;
    opacity: 1;
    border-radius: 45px;
    background-color: transparent;
}

body .EPiServerForms .field-set-block
{
    margin-bottom: 0;
}

    body .EPiServerForms .field-set-block fieldset > div
    {
        display: flex;
        flex-direction: row;
        gap: 10px;
    }

        body .EPiServerForms .field-set-block fieldset > div .block
        {
            width: auto;
            flex: 1;
        }

p:has(#emailHelp)
{
    padding-right: 15px;
}

body .EPiServerForms .Form__Element
{
    margin: 0 0 8px 0;
}

body .EPiServerForms .FormTextbox .FormTextbox__Input
{
    margin-top: 8px;
}

@media (min-width: 1150px)
{
    .hero-section
    {
        min-height: 500px;
    }
}

.hero-section
{
    background: url(/globalassets/microsite/image/hubpc-hero-banner.jpg);
    background-size: cover;
    background-position: left;
    padding: 20px 0px;
}

.trustpilot-widget
{
    padding: 20px 0px 0px 20px !important;
}

.hero-headline
{
    letter-spacing: -1.55px;
    line-height: 3rem;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff !important;
    font-size: 47px !important;
    font-family: justSans, justScript, quicksandLatin, quicksandBook, sans-serif !important;
}

.hero-item-title
{
    background: url(/globalassets/microsite/hubpc-bt/hub_group_plectrum.png);
    background-size: contain;
    background-position: center;
    opacity: 80%;
    margin: auto;
    background-repeat: no-repeat;
    height: 450px;
    width: 500px;
    position: relative;
}



.EPiServerForms .Form__Element .Form__Element__ValidationError
{
    font-size: 13px;
    margin-top: 4px;
    color: #dc3545;
}

.Form__Title
{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}


@media (min-width: 1100px)
{
    .section-wrapper .htmlblock
    {
        padding: 0;
    }

    .section-wrapper .formcontainerblock
    {
        padding: 0;
    }
}

body main .container
{
    max-width: 1020px;
}

.button-primary
{
    outline: none;
    border: none;
    padding: 0.5rem 2rem;
    border-radius: 5px;
    background: #373433;
    color: #fff;
    font-family: 'Just Script Web';
    font-size: 24px;
    line-height: 22px;
    display: block;
    width: fit-content;
    text-decoration: none;
    margin-left: 20px;
}

    .button-primary:hover
    {
        color: white;
    }

form .fa-info-circle
{
    display: none;
}

[id^=form-anchor]
{
    position: absolute;
    top: 0;
    transform: translateY(-25vh);
}

.title-and-intro-block-1
{
    text-align: center;
    margin-top: 50px;
}

@media (min-width: 900px)
{
    .title-and-intro-block-1 .title
    {
        margin: 85px 0 0;
        font-size: 30px;
        line-height: 1.25em;
        letter-spacing: -1px;
        text-align: center;
    }

    @media (min-width: 900px)
    {

        .Summary_Card_Block_7 .body ul li::before
        {
            border-width: 2px;
            width: 14px;
            height: 14px;
            left: 0;
        }

        .Summary_Card_Block_7 .wrapper .contents
        {
            max-width: 684px !important;
        }

        .title-and-intro-block-1-blog .title
        {
            margin: 85px 0 0;
            font-size: 30px;
            line-height: 1.25em;
            letter-spacing: -1px;
            text-align: center;
        }

        .title-and-intro-block-1 .intro
        {
            margin-top: 75px;
        }
    }
}

.summary_card_list_block_1
{
    height: 100%;
    margin: auto;
    padding: 2em;
}

@media (min-width: 768px)
{
    .summary_card_list_block_1
    {
        padding: 2em;
    }
}

@media (min-width: 900px)
{
    .summary_card_list_block_1
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 0;
        margin-top: 0;
        padding-top: 135px;
        margin-bottom: 0;
    }

    .slideIntoView
    {
        -webkit-transform: translate3d(0, 200px, 0);
        transform: translate3d(0, 200px, 0);
        opacity: 0;
        -webkit-transition-duration: 0;
        transition-duration: 0;
    }
}

.green-block-card
{
    background-color: #2FCFA0;
    padding-top: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
}


.green-video
{
    background-color: #f3fcf9 !important;
}

@media (min-width: 900px)
{
    .slideIntoView.fadeIn
    {
        -webkit-transition: all .4s;
        transition: all .4s;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease;
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

*, :after, :before
{
    box-sizing: border-box;
}

*, :after, :before
{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-width: 0;
    border-color: #e2e8f0;
}

*, :after, :before, img
{
    border-style: solid;
}

.light-green-block
{
    margin-top: 72px;
    width: 1044px;
    background-color: #2FCFA0;
    margin-bottom: 170px;
}

.wrapper
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 768px)
{
    .wrapper
    {
        width: 100%;
    }
}

@media (min-width: 900px)
{
    .wrapper
    {
        margin-top: 0;
        padding-top: 0;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.green-block-card .wrapper
{
    min-height: 180px;
}

.green-block-card .wrapper
{
    max-width: 864px;
}

.green-video .wrapper
{
    min-height: 366px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.green-card-1
{
    text-align: left;
    -ms-flex-item-align: center !important;
    align-self: center !important;
}



.green-video .green-card-1
{
    width: 504px !important;
    padding-right: 36px !important;
}

.wrapper .summary-card
{
    background-color: rgba(47, 207, 160, .4);
    width: 350px;
    margin-top: 30px;
}

@media (min-width: 768px)
{
    .wrapper .summary-card
    {
        width: 100%;
    }
}

@media (min-width: 900px)
{
    .wrapper .summary-card
    {
        width: 373px;
        margin: 0;
        padding: 0;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
}

.wrapper .summary-card:first-child
{
    margin-top: 0;
}

@media (min-width: 900px)
{
    .Video_Block
    {
        position: relative;
        margin: 0 auto;
        padding: 0 2em;
    }

    .Video_Block
    {
        max-width: 1040px;
    }
}

.green-card-2
{
    width: 234px !important;
    margin-top: 0px !important;
    align-self: center !important;
}

.Video_Block
{
    margin: 0 auto;
    margin-bottom: 72px;
    width: 1044px;
    padding: 0px;
}

.remove-margin
{
    margin-bottom: 0px;
}

.green-card-image .green-card-2
{
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    margin-top: 0px !important;
}

.green-video .green-card-2
{
    width: 324px !important;
    height: 324px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: -120px !important;
}

@media (min-width: 900px)
{
    .wrapper .summary-card:nth-child(2)
    {
        margin-top: 8px;
    }

    .wrapper .summary-card:last-child
    {
        margin-top: 63px;
    }
}

.green-block-card .summary-card-content
{
    height: auto !important;
}

.green-video .green-card-1 .summary-card-content
{
    flex-direction: column;
    align-items: start !important;
}

.wrapper .summary-card .summary-card-content
{
    height: 112px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background-color: #2fcfa0;
}

p
{
    margin-top: 0;
    margin-bottom: 1rem;
}

@media (min-width: 900px)
{
    p
    {
        -webkit-margin-before: 0;
        margin-block-start: 0;
        -webkit-margin-after: 0;
        margin-block-end: 0;
    }
}

p
{
    width: 100% !important;
}

p
{
    font-size: 1rem;
}

p
{
    margin: 0;
}

.green-video .green-card-1 .quote
{
    font-size: 30px;
    text-align: left;
    width: 100%;
    margin-bottom: 16px;
    margin-top: 36px;
}

.green-video .green-card-1 .quote-person
{
    font-size: 16px;
    text-align: left;
    width: 100%;
}

@media (min-width: 900px)
{
    .Video_Block #media-player
    {
        background-color: #000;
        position: fixed;
        z-index: 4000;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .Video_Block .wrapper
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 196px;
        margin-top: 52px;
        margin-left: auto;
        margin-right: auto;
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .Video_Block .wrapper
    {
        height: 322px;
        margin-top: 88px;
    }
}

.green-video .green-card-2 .wrapper
{
    position: relative;
}

a
{
    color: #0d6efd;
    text-decoration: underline;
}

a
{
    background-color: transparent;
}

a
{
    color: inherit;
    text-decoration: inherit;
}

.green-video .green-card-2 a
{
    position: absolute;
    left: 40%;
    top: 40%;
    margin: auto;
}

    .green-video .green-card-2 a.app-video-close-btn
    {
        left: 95.5% !important;
    }

.wrapper .summary-card a
{
    text-decoration: none;
}

@media (min-width: 900px)
{
    .Video_Block #media-player .app-video-close-btn
    {
        position: fixed;
        top: 20px;
        right: 20px;
        z-index: 4200;
        cursor: pointer;
    }
}

a:hover
{
    color: #0a58ca;
}

iframe
{
    border: 0;
}

iframe
{
    display: block;
    vertical-align: middle;
}

@media (min-width: 900px)
{
    .Video_Block #media-player .app-media-iframe
    {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100vw;
        height: calc(100vh - 80px);
        margin-top: 80px;
    }
}

img
{
    vertical-align: middle;
}

img
{
    border-style: none;
}

*, img
{
    border-style: solid;
}

img
{
    display: block;
    vertical-align: middle;
}

img
{
    max-width: 100%;
    height: auto;
}

@media (min-width: 900px)
{
    .Video_Block #media-player .app-video-close-btn img
    {
        width: 40px;
        height: 40px;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out;
    }

    .Video_Block #media-player .app-video-close-btn:hover img
    {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.play-button
{
    width: 66px;
    height: 66px;
}

.play-button
{
    width: 59px;
    height: 59px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

@media (min-width: 900px)
{
    .Video_Block .wrapper .play-button
    {
        width: 59px;
        height: 59px;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out;
    }

    .Video_Block .wrapper .play-button
    {
        width: 66px;
        height: 66px;
    }
}

.play-button:hover
{
    cursor: pointer;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

@media (min-width: 900px)
{
    .Video_Block .wrapper .play-button:hover
    {
        cursor: pointer;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@media (max-width: 60em)
{
    .green-block-card .green-card-2 .actions
    {
        padding-top: 24px !important;
        margin-bottom: 55px !important;
    }

    .image-text-block .flex-column
    {
        margin-top: 40px !important;
    }

    .green-card-image .green-card-2
    {
        padding-top: 30px !important;
    }

    .green-video .green-card-2 a
    {
        position: absolute;
        left: 45%;
        top: 43%;
        margin: auto;
    }

    .left .carousel-item-background .carousel-item-title
    {
        width: 436px;
        margin-left: 0%;
    }

    .right .carousel-item-background .carousel-item-title
    {
        width: 436px;
        margin-left: 0%;
    }

    .Profile_List_Block,
    .Video_Block,
    .Summary_Card_List_Block_3_v2,
    .summary-card-block
    {
        width: 100%;
        margin: auto !important;
        padding: 2em !important;
    }

    .flexbox-row
    {
        display: block;
    }

    .image-content-2-blocks .flex-column
    {
        width: 100% !important;
    }

    .flex-column
    {
        margin-right: 0px;
        width: 100%;
    }

    .carousel-item img
    {
        height: auto;
    }

    .light-green-block
    {
        margin-top: 0px;
        width: auto;
        margin: 0px;
    }

    .form-control
    {
        height: 43px !important;
    }

    .green-video .green-card-1:first-child
    {
        margin-top: 60px !important;
    }

    .long-video .green-card-1:first-child
    {
        margin-top: 0px !important;
    }

    .green-video
    {
        background-color: #2FCFA0 !important;
    }

        .green-video .green-card-2
        {
            width: 100% !important;
            height: 324px;
            padding-top: 48px !important;
            margin-right: 17px !important;
            margin-bottom: 36px !important;
            margin-left: 17px !important;
        }

        .green-video .wrapper
        {
            width: 100%;
        }

        .green-video .green-card-1
        {
            width: 100% !important;
        }

    .green-card-image .wrapper
    {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        /* optional */
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .green-card-image .green-card-1
    {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }

    .green-card-image .green-card-2
    {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }
}

.Summary_Card_Block_7
{
    max-width: 100%;
    margin: 28px auto;
    overflow: hidden;
}

@media (min-width: 320px)
{
    .Summary_Card_Block_7 .wrapper
    {
        padding: 28px 2em;
        position: relative;
    }

        .Summary_Card_Block_7 .wrapper .left_img
        {
            display: none;
        }

        .Summary_Card_Block_7 .wrapper .top-right_img
        {
            position: absolute;
            right: -320px;
            top: -290px;
            -webkit-transform: scale(.6);
            transform: scale(.6);
        }

        .Summary_Card_Block_7 .wrapper .bottom-right_img
        {
            position: absolute;
            right: -390px;
            bottom: -60px;
            -webkit-transform: rotate(30deg) scale(.7);
            transform: rotate(30deg) scale(.7);
        }

        .Summary_Card_Block_7 .wrapper .contents
        {
            position: relative;
            margin: auto;
        }

            .Summary_Card_Block_7 .wrapper .contents .text
            {
                letter-spacing: 0;
            }

            .Summary_Card_Block_7 .wrapper .contents .main-title
            {
                font-size: 40px;
                line-height: 44px;
                letter-spacing: -1px;
                padding-bottom: 1em;
            }

                .Summary_Card_Block_7 .wrapper .contents .main-title b,
                .Summary_Card_Block_7 .wrapper .contents .main-title strong
                {
                    color: #2fcfa0;
                }

            .Summary_Card_Block_7 .wrapper .contents section
            {
                font-size: 16px;
                line-height: 31px;
                letter-spacing: 0;
            }

                .Summary_Card_Block_7 .wrapper .contents section .title
                {
                    letter-spacing: 0;
                }

                .Summary_Card_Block_7 .wrapper .contents section:last-child
                {
                    padding-bottom: 2em;
                }

                .Summary_Card_Block_7 .wrapper .contents section .text
                {
                    margin: 2em 0;
                }

                    .Summary_Card_Block_7 .wrapper .contents section .text b,
                    .Summary_Card_Block_7 .wrapper .contents section .text strong
                    {
                        color: #2fcfa0;
                    }

                .Summary_Card_Block_7 .wrapper .contents section ul
                {
                    list-style-type: none;
                    margin: 0;
                    padding: 0;
                    letter-spacing: 0;
                }

                    .Summary_Card_Block_7 .wrapper .contents section ul li
                    {
                        position: relative;
                        margin-left: 62px;
                        margin-top: 0;
                    }

                        .Summary_Card_Block_7 .wrapper .contents section ul li::before
                        {
                            content: "";
                            position: absolute;
                            top: 50%;
                            margin-top: -7.5px;
                            width: 13px;
                            height: 13px;
                            border-radius: 50%;
                            border: 1px solid #2fcfa0;
                            left: -62px;
                        }

            .Summary_Card_Block_7 .wrapper .contents .actions
            {
                padding-top: 3em;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
            }

                .Summary_Card_Block_7 .wrapper .contents .actions a
                {
                    color: #2fcfa0;
                    border: 3px solid;
                    font-size: 20px;
                    line-height: 26px;
                    padding: 13px 26px;
                    text-decoration: none;
                    border-radius: 50px;
                }

                    .Summary_Card_Block_7 .wrapper .contents .actions a:hover
                    {
                        background-color: #2fcfa0;
                        background-color: rgba(47, 207, 160, .4);
                        border: 3px solid #2fcfa0;
                        color: #fff;
                    }
}

@media (min-width: 600px)
{
    .Summary_Card_Block_7 .wrapper .top-right_img
    {
        position: absolute;
        right: -320px;
        top: -290px;
        -webkit-transform: scale(.9);
        transform: scale(.9);
    }

    .Summary_Card_Block_7 .wrapper .bottom-right_img
    {
        position: absolute;
        right: -390px;
        bottom: -60px;
        -webkit-transform: rotate(30deg) scale(.8);
        transform: rotate(30deg) scale(.8);
    }
}

@media (min-width: 900px)
{
    .Summary_Card_Block_7
    {
        margin: 0 auto;
    }

        .Summary_Card_Block_7 .wrapper
        {
            padding-top: 63px;
            padding-bottom: 63px;
        }

            .Summary_Card_Block_7 .wrapper .left_img
            {
                position: absolute;
                left: -400px;
                top: 35%;
                -webkit-transform: rotate(135deg) scale(.6);
                transform: rotate(135deg) scale(.6);
            }

            .Summary_Card_Block_7 .wrapper .top-right_img
            {
                position: absolute;
                right: -240px;
                top: -300px;
                -webkit-transform: rotate(135deg) scale(.8);
                transform: rotate(135deg) scale(.8);
            }

            .Summary_Card_Block_7 .wrapper .bottom-right_img
            {
                position: absolute;
                right: -90px;
                bottom: -140px;
                -webkit-transform: scale(.7);
                transform: scale(.7);
            }

            .Summary_Card_Block_7 .wrapper .contents
            {
                max-width: 1040px;
            }

                .Summary_Card_Block_7 .wrapper .contents .main-title
                {
                    font-size: 30px;
                    line-height: 36px;
                    letter-spacing: -1px;
                }

                .Summary_Card_Block_7 .wrapper .contents section
                {
                    font-size: 16px;
                    line-height: 28px;
                    letter-spacing: 0;
                }

                    .Summary_Card_Block_7 .wrapper .contents section p
                    {
                        letter-spacing: 0;
                    }

                .Summary_Card_Block_7 .wrapper .contents .actions a
                {
                    font-size: 20px;
                    line-height: 24px;
                    letter-spacing: -.88px;
                    padding: .5em 2em;
                    border-width: 2px;
                }

                    .Summary_Card_Block_7 .wrapper .contents .actions a:hover
                    {
                        border: 2px solid #2fcfa0;
                    }
}

@media (min-width: 1200px)
{
    .Summary_Card_Block_7 .wrapper .bottom-right_img
    {
        position: absolute;
        right: -90px;
        bottom: -140px;
        -webkit-transform: scale(.8);
        transform: scale(.8);
    }
}

@media (min-width: 1400px)
{
    .Summary_Card_Block_7 .wrapper .left_img
    {
        display: inline;
        -webkit-transform: rotate(135deg) scale(.7);
        transform: rotate(135deg) scale(.7);
    }
}

.Summary_Card_Block_7 .body ul li::before
{
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 3px solid #2fcfa0;
    width: 10px;
    height: 10px;
}

.Summary_Card_Block_7 .body ul
{
    list-style-type: none;
}

@media (max-width: 900px)
{
    .Summary_Card_Block_7 .body ul li::before
    {
        left: -2px;
    }
}

.Summary_Card_Block_7 .wrapper
{
    padding-top: 20px;
}

@media (min-width: 320px)
{
    .Summary_Card_Block_7 .wrapper::before
    {
        max-height: 90%;
        margin-top: 30px;
    }
}

@media (min-width: 1200px)
{
    .Summary_Card_Block_7 .wrapper .bottom-right_img
    {
        right: -90px;
        bottom: -34px;
        display: block;
    }

    .Summary_Card_Block_7 .wrapper .bot-small-right_img
    {
        display: none;
    }

    .Summary_Card_Block_7 .wrapper .top-small-left_img
    {
        position: absolute;
        left: 254px;
        top: 43px;
        -webkit-transform: rotate(135deg) scale(.6);
        transform: rotate(-3deg) scale(.6);
    }

    .Summary_Card_Block_7 .wrapper .large-left_img
    {
        position: absolute;
        left: -50px;
        top: -60px;
        -webkit-transform: rotate(135deg) scale(.6);
        transform: rotate(-3deg) scale(.6);
        display: block;
    }
}

@media screen and (max-width: 1200px)
{
    .navbar-menu
    {
        width: 100% !important;
    }

    .Summary_Card_Block_7 .wrapper .top-small-left_img
    {
        position: absolute;
        left: -42px;
        top: -18px;
        -webkit-transform: rotate(135deg) scale(.6);
        transform: rotate(-3deg) scale(.6);
    }

    .Summary_Card_Block_7 .wrapper .bot-small-right_img
    {
        position: absolute;
        right: -50px;
        bottom: -19px;
        -webkit-transform: rotate(135deg) scale(.6);
        transform: rotate(-3deg) scale(.6);
        display: block;
    }

    .large-left_img
    {
        display: none;
    }

    .bottom-right_img
    {
        display: none;
    }
}

@media screen and (max-width: 400px)
{
    .Summary_Card_Block_7 .wrapper .bot-small-right_img
    {
        bottom: 10px !important;
    }

    .green-card-1
    {
        width: 100% !important;
    }
}

.header-1
{
    font-size: 30px !important;
    font-weight: bold;
    padding-bottom: 12px;
    margin-top: 20px;
    line-height: 30px;
}

.header-2
{
    font-size: 18px;
    font-weight: bold;
    color: #373433;
    text-align: left;
    padding-bottom: 12px;
}

.padding-btwn
{
    padding-top: 50px;
}

.padding-btwn-text
{
    padding-top: 20px;
}

.sea-foam-light-background::after
{
    content: "";
    height: 100%;
    display: block;
    width: 200vw;
    position: absolute;
    top: 0;
    transform: translateX(-50vw);
    z-index: -1;
    background-color: #2FCFA0;
    opacity: .06;
}

.sea-foam-light-background
{
    position: relative !important;
    overflow: visible !important;
}

.sea-foam-dark-background::after
{
    content: "";
    height: 100%;
    display: block;
    width: 200vw;
    position: absolute;
    top: 0;
    transform: translateX(-50vw);
    z-index: -1;
    background-color: #2FCFA0;
}

.sea-foam-dark-background
{
    position: relative !important;
    overflow: visible !important;
}

.Summary_Card_List_Block_2
{
    padding: 2em;
    margin-top: 0;
}

    .Summary_Card_List_Block_2 .summary_card_list_block_2_wrapper
    {
        position: relative;
    }

        .Summary_Card_List_Block_2 .summary_card_list_block_2_wrapper .summary_card_list_block_2 .carousel-item
        {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .Summary_Card_List_Block_2 .summary_card_list_block_2_wrapper .summary_card_list_block_2 .carousel-item .carousel-item-title
            {
                font-family: justSans, justScript, quicksandLatin, quicksandBook, sans-serif;
                color: #373433;
                font-size: 36px;
                text-align: center;
                line-height: 39px;
                letter-spacing: -1.55px;
                height: 100%;
            }

                .Summary_Card_List_Block_2 .summary_card_list_block_2_wrapper .summary_card_list_block_2 .carousel-item .carousel-item-title p
                {
                    z-index: 999;
                    padding: .1em;
                    letter-spacing: -1px;
                }

                .Summary_Card_List_Block_2 .summary_card_list_block_2_wrapper .summary_card_list_block_2 .carousel-item .carousel-item-title b,
                .Summary_Card_List_Block_2 .summary_card_list_block_2_wrapper .summary_card_list_block_2 .carousel-item .carousel-item-title strong
                {
                    color: #2fcfa0;
                    letter-spacing: -1px;
                }

        .Summary_Card_List_Block_2 .summary_card_list_block_2_wrapper .summary_card_list_block_2_dots
        {
            margin-top: 54px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .Summary_Card_List_Block_2 .summary_card_list_block_2_wrapper .summary_card_list_block_2_dots .slick-dots
            {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-direction: row;
                flex-direction: row;
                width: 60px;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
                margin: 0;
                padding: 0;
                height: 15px;
            }

                .Summary_Card_List_Block_2 .summary_card_list_block_2_wrapper .summary_card_list_block_2_dots .slick-dots li
                {
                    margin: 0;
                    padding: 0;
                    list-style: none;
                    position: relative;
                    width: 13px;
                    height: 13px;
                }

                    .Summary_Card_List_Block_2 .summary_card_list_block_2_wrapper .summary_card_list_block_2_dots .slick-dots li button
                    {
                        color: transparent;
                        background-color: #fff;
                        width: 12px;
                        height: 12px;
                        border-radius: 50%;
                        border: 1px solid #2fcfa0;
                        -webkit-transition: all .2s ease-in-out;
                        transition: all .2s ease-in-out;
                        padding: 0;
                    }

                    .Summary_Card_List_Block_2 .summary_card_list_block_2_wrapper .summary_card_list_block_2_dots .slick-dots li.slick-active button
                    {
                        background-color: #2fcfa0;
                    }

@media (min-width: 900px)
{
    .Summary_Card_List_Block_2
    {
        margin-top: 70px;
        padding: 0;
    }

        .Summary_Card_List_Block_2 .summary_card_list_block_2_wrapper .summary_card_list_block_2
        {
            width: 100%;
            min-height: inherit;
        }

            .Summary_Card_List_Block_2 .summary_card_list_block_2_wrapper .summary_card_list_block_2 .carousel-item .carousel-item-title
            {
                min-height: inherit;
                max-width: 1200px;
                font-size: 30px;
                line-height: 38px;
                letter-spacing: -1px;
            }
}

.summary_card_list_block_1
{
    height: 100%;
    margin: auto;
    padding: 2em;
}

@media (min-width: 768px)
{
    .summary_card_list_block_1
    {
        padding: 2em;
    }
}

@media (min-width: 900px)
{
    .summary_card_list_block_1
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 20px;
        margin-top: 0;
        padding-top: 20px;
        margin-bottom: 0;
    }

    .slideIntoView
    {
        -webkit-transform: translate3d(0, 200px, 0);
        transform: translate3d(0, 200px, 0);
        opacity: 0;
        -webkit-transition-duration: 0;
        transition-duration: 0;
    }
}

.image-text-block
{
    padding-top: 72px;
    padding-bottom: 72px;
}

@media (min-width: 900px)
{
    .slideIntoView.fadeIn
    {
        -webkit-transition: all .4s;
        transition: all .4s;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease;
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

*, :after, :before
{
    box-sizing: border-box;
}

.wrapper
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 768px)
{
    .wrapper
    {
        width: 100%;
    }
}

@media (min-width: 900px)
{
    .wrapper
    {
        margin-top: 0;
        padding-top: 0;
        max-width: 819px;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.image-text-block .wrapper
{
    max-width: 1044px;
}

.three-column-block .wrapper
{
    max-width: 1044px !important;
}

.flexbox
{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    margin-top: 48px;
}

.image-text-block .flexbox
{
    margin-top: 0px;
}

.flexbox-row
{
    display: flex;
    height: 100%;
    justify-content: center;
}

@media (max-width: 60em)
{
    .flexbox-row
    {
        display: block;
    }
}

.flex-column
{
    flex-direction: column !important;
}

.flex-column
{
    margin-right: 50px;
    width: 450px;
    text-align: center;
    flex-shrink: 0;
}

.image-text-block .flex-column
{
    margin-right: 50px;
    margin-top: 24px !important;
    margin-bottom: 24px;
}

.flex-column:last-child
{
    margin-right: 0px;
}

.image-text-block .summary-card
{
    width: 100% !important;
    margin-top: 10px !important;
}

.three-column-block .summary-card
{
    background-color: #ffffff !important;
    text-align: left;
}

.wrapper .summary-card
{
    background-color: rgba(47, 207, 160, .4);
    width: 350px;
    margin-top: 30px;
}

@media (min-width: 768px)
{
    .wrapper .summary-card
    {
        width: 100%;
    }
}

@media (min-width: 900px)
{
    .wrapper .summary-card
    {
        width: 373px;
        margin: 0;
        padding: 0;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
}

.wrapper .summary-card:first-child
{
    margin-top: 0;
}

@media (min-width: 900px)
{
    .wrapper .summary-card:last-child
    {
        margin-top: 63px;
    }
}

.btn-action-white
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 36px;
    margin-bottom: 50px;
}

    .btn-action-white a
    {
        font-size: 20px;
        line-height: 24px;
        padding: 10px 26px;
        border-width: 2px;
        color: #fff;
        font-family: justSans,justScript,quicksandLatin,quicksandBook,sans-serif;
        border: 3px solid #fff;
        text-decoration: none;
        opacity: 1;
        border-radius: 45px;
        background-color: transparent;
    }

.image-text-block .btn-action-white
{
    justify-content: center;
    margin-bottom: 0px;
}

.three-column-block .btn-action-white
{
    justify-content: left;
}

.btn-action-white a:hover
{
    background-color: rgba(47,207,160,.4);
    color: #fff;
}

.btn-action-white a:hover, .btn-action input:hover
{
    background-color: rgba(47,207,160,.4);
    color: #fff;
}

.btn-action
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 36px;
    margin-bottom: 50px;
}

.image-text-block .btn-action
{
    justify-content: center;
    margin-bottom: 0px;
}

.three-column-block .btn-action
{
    justify-content: left;
}

.header-1
{
    font-size: 30px !important;
    font-weight: bold;
    padding-bottom: 12px;
    margin-top: 20px;
    line-height: 30px;
}

a
{
    color: #0d6efd;
    text-decoration: underline;
}

.btn-action a
{
    font-size: 20px;
    line-height: 24px;
    padding: 10px 26px;
    border-width: 2px;
    color: #2fcfa0;
    font-family: justSans,justScript,quicksandLatin,quicksandBook,sans-serif;
    border: 3px solid #2fcfa0;
    text-decoration: none;
    opacity: 1;
    border-radius: 45px;
    background-color: transparent;
}

.wrapper .summary-card a
{
    text-decoration: none;
}

a:hover
{
    color: #0a58ca;
}

.btn-action a:hover
{
    background-color: rgba(47,207,160,.4);
    color: #fff;
}

.btn-action a:hover, .btn-action input:hover
{
    background-color: rgba(47,207,160,.4);
    color: #fff;
}

.Summary_Card_Block_5
{
    padding: 20px 2em;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .Summary_Card_Block_5 h3
    {
        text-align: left;
    }

    .Summary_Card_Block_5 p
    {
        text-align: left;
    }

    .Summary_Card_Block_5 .body
    {
        margin-top: 24px;
    }

@media(min-width:960px)
{
    .Summary_Card_Block_5 .flex-column
    {
        display: flex;
        flex-direction: column;
    }

    .Summary_Card_Block_5 .summary-card
    {
        display: flex;
        flex-direction: column;
        flex: 1 0;
    }

    .Summary_Card_Block_5 .contents
    {
        display: flex;
        flex-direction: column;
        flex: 1 0;
    }

    .Summary_Card_Block_5 p
    {
        min-height: 200px;
    }

    .Summary_Card_Block_5 .body
    {
        flex: 1 0;
        display: flex;
        flex-direction: column;
        margin-top: 0;
    }

    .Summary_Card_Block_5 .ul-border
    {
        margin-left: 0;
    }

    .Summary_Card_Block_5 .body .btn-action
    {
        margin-bottom: 0;
        margin-top: auto;
        flex: 0;
    }
}

@media (min-width: 900px)
{
    .Summary_Card_Block_5
    {
        padding-bottom: 52px;
        padding-top: 52px;
    }

    .slideIntoView
    {
        -webkit-transform: translate3d(0, 200px, 0);
        transform: translate3d(0, 200px, 0);
        opacity: 0;
        -webkit-transition-duration: 0;
        transition-duration: 0;
    }
}

.Summary_Card_Block_5
{
    margin: auto;
    max-width: 684px;
    padding-bottom: 0px;
    padding-top: 0px;
}

@media (min-width: 900px)
{
    .slideIntoView.fadeIn
    {
        -webkit-transition: all .4s;
        transition: all .4s;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease;
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

*, :after, :before
{
    box-sizing: border-box;
}

.header-10
{
    font-size: 30px !important;
    font-weight: bold;
    padding-bottom: 12px;
    margin-top: 30px;
    line-height: 30px;
}

.header-2
{
    font-size: 18px;
    font-weight: bold;
    color: #373433;
    text-align: left;
    padding-bottom: 12px;
}

p
{
    margin-top: 0;
    margin-bottom: 1rem;
}

@media (min-width: 900px)
{
    p
    {
        -webkit-margin-before: 0;
        margin-block-start: 0;
        -webkit-margin-after: 0;
        margin-block-end: 0;
    }
}

p
{
    width: 100% !important;
}

.Summary_Card_Block_5 p
{
    letter-spacing: 0;
}

.padding-btwn-text
{
    padding-top: 20px;
}

body
{
    font-size: 16px;
    line-height: 21px;
    font-family: justSans, justScript, quicksandLatin, quicksandBook, sans-serif;
    color: #373433;
    overflow-x: hidden !important;
}

@media (min-width: 900px)
{
    .body
    {
        font-size: 16px;
        line-height: 21px;
    }
}

ul
{
    padding-left: 2rem;
}

ul
{
    margin-top: 0;
    margin-bottom: 1rem;
}

ul
{
    list-style-type: none;
}

.ul-border
{
    padding-bottom: 18px;
    margin: 0 auto;
}

.body ul
{
    list-style-type: none;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    -webkit-margin-after: 0;
    margin-block-end: 0;
    -webkit-margin-before: 0;
    margin-block-start: 0;
}

.btn-action
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 36px;
    margin-bottom: 50px;
}

ul li
{
    letter-spacing: 0;
}

.body ul li
{
    position: relative;
    margin-left: 31px;
}


@media (min-width: 900px)
{
    .body ul li
    {
        margin-left: 62px;
    }

    .body ul li
    {
        margin-left: 31px;
    }
}

.Summary_Card_Block_5 .body ul li::before
{
    content: "";
    position: absolute;
    top: 0;
    border-radius: 50%;
    border: 3px solid #2fcfa0;
    left: -31px;
    width: 7px;
    height: 7px;
}

@media (min-width: 900px)
{
    .Summary_Card_Block_5 .body ul li::before
    {
        border-width: 2px;
        width: 14px;
        height: 14px;
        left: -62px;
    }
}

.Summary_Card_Block_7 .body ul li::before, .Summary_Card_Block_5 .body ul li::before
{
    width: 13px !important;
    height: 13px !important;
    margin-top: 5px;
}

@media (min-width: 900px)
{
    .Summary_Card_Block_5 .body ul li::before
    {
        border-width: 2px;
        width: 14px;
        height: 14px;
        left: -31px;
    }
}

a
{
    color: #0d6efd;
    text-decoration: underline;
}

.Summary_Card_Block_5 a
{
    letter-spacing: 0;
}

.btn-action a
{
    font-size: 20px;
    line-height: 24px;
    padding: 10px 26px;
    border-width: 2px;
    color: #2fcfa0;
    font-family: justSans,justScript,quicksandLatin,quicksandBook,sans-serif;
    border: 3px solid #2fcfa0;
    text-decoration: none;
    opacity: 1;
    border-radius: 45px;
    background-color: transparent;
}

a:hover
{
    color: #0a58ca;
}

.btn-action a:hover
{
    background-color: rgba(47,207,160,.4);
    color: #fff;
}
