<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    min-width: 320px
}

    html .grecaptcha-badge {
        display: none
    }

    html body.modal-open {
        padding: 0 !important
    }

    html body {
        margin: 0;
        padding: 0;
        font-size: 1rem;
        line-height: 1.5;
        font-weight: 300;
        letter-spacing: .031rem;
        background-color: #fff;
        scroll-behavior: smooth;
        min-width: 320px
    }

        html body .lan-English, html body .lan-French, html body .lan-German, html body .lan-Spanish {
            font-family: "Roboto",system-ui,sans-serif
        }

        html body .lan-Korean {
            font-family: "Noto Sans KR",system-ui,sans-serif
        }

            html body .lan-Korean p b, html body .lan-Korean p strong, html body .lan-Korean a b, html body .lan-Korean a strong {
                font-weight: 700
            }


        html body .lan-Japanese {
            font-family: "Noto Sans JP",sans-serif
        }

        html body h1, html body h2, html body h3, html body h4, html body h5 {
            margin: 0;
            padding: 0;
            color: #000;
            line-height: 1.2;
            font-weight: 500;
            text-align: center;
            text-transform: capitalize
        }

        html body h1 {
            font-size: 2.488rem
        }

        html body h2 {
            font-size: 2.074rem
        }

        html body h3, html body h4 {
            font-size: 1.44rem
        }

        html body h5 {
            font-size: 1.2rem
        }

        html body p, html body a {
            margin: 0;
            padding: 0;
            font-size: 1rem;
            line-height: 1.5;
            font-weight: 300;
            letter-spacing: .031rem;
            color: #000;
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out
        }

            html body p b, html body p strong, html body a b, html body a strong {
                font-weight: 500
            }

            html body a:hover, html body a:focus {
                text-decoration: none;
                -webkit-transition: all .5s ease-in-out;
                -moz-transition: all .5s ease-in-out;
                -o-transition: all .5s ease-in-out;
                transition: all .5s ease-in-out
            }

            html body p.title, html body a.title {
                font-size: 1.2rem;
                font-weight: 500
            }

                html body p.title span, html body a.title span {
                    display: block;
                    font-size: 1rem
                }

            html body p.sub-body, html body a.sub-body {
                font-size: .833rem
            }

            html body p.small-body, html body a.small-body {
                font-size: .694rem
            }

            html body p.capitalize-title {
                text-transform: capitalize;
                line-height: 1.2
            }

        html body .btn {
            background-color: transparent;
            border: none;
            padding: 20px 40px;
            outline: none;
            position: relative;
            overflow: hidden;
            color: #fff;
            font-size: .833rem;
            line-height: 1;
            letter-spacing: .078rem;
            font-weight: 500;
            text-transform: uppercase;
            -webkit-border-radius: .375rem;
            -moz-border-radius: .375rem;
            -o-border-radius: .375rem;
            border-radius: .375rem;
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out
        }

            html body .btn:hover, html body .btn:focus {
                color: #fff;
                cursor: pointer;
                outline: none;
                box-shadow: none;
                -webkit-transition: all .5s ease-in-out;
                -moz-transition: all .5s ease-in-out;
                -o-transition: all .5s ease-in-out;
                transition: all .5s ease-in-out
            }

                html body .btn:hover::after, html body .btn:hover::after, html body .btn:focus::after, html body .btn:focus::after {
                    width: 100%
                }

        html body .btn-navbar {
            padding: 14px 20px;
            background-color: #999
        }

            html body .btn-navbar:hover, html body .btn-navbar:focus {
                background-color: #737373
            }

        html body .btn-close {
            background-color: #e6e6e6;
            border: 1px solid #e6e6e6;
            color: #000
        }

            html body .btn-close:hover {
                background-color: #d9d9d9;
                color: #000
            }

            html body .btn-close:focus {
                background-color: #ccc;
                color: #000
            }

        html body .btn-sm {
            padding: 10px 20px
        }

        html body .event-cta {
            margin: 30px 0 0 0
        }

            html body .event-cta p {
                font-weight: 500;
                margin: 0 0 15px 0
            }

        html body .CMS-textarea ul {
            display: inline-block;
            margin: 10px 0 0 0;
            padding: 0
        }

            html body .CMS-textarea ul li {
                position: relative;
                text-align: left;
                margin: 0 0 0 18px
            }

                html body .CMS-textarea ul li + li {
                    margin: 6px 0 0 18px
                }

        html body .vimeo-player {
            width: 100%;
            height: 0;
            padding-top: 56.25%;
            position: relative;
            overflow: hidden;
            -webkit-border-radius: .375rem;
            -moz-border-radius: .375rem;
            -o-border-radius: .375rem;
            border-radius: .375rem
        }

            html body .vimeo-player iframe {
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0
            }

        html body .container-fluid {
            max-width: 1200px;
            padding-left: 16px;
            padding-right: 16px;
            position: relative
        }

            html body .container-fluid .row {
                margin-left: -16px;
                margin-right: -16px
            }

                html body .container-fluid .row .col {
                    flex-basis: inherit
                }

                html body .container-fluid .row .col, html body .container-fluid .row .col-1, html body .container-fluid .row .col-2, html body .container-fluid .row .col-3, html body .container-fluid .row .col-4, html body .container-fluid .row .col-5, html body .container-fluid .row .col-6, html body .container-fluid .row .col-7, html body .container-fluid .row .col-8, html body .container-fluid .row .col-9, html body .container-fluid .row .col-10, html body .container-fluid .row .col-11, html body .container-fluid .row .col-12 {
                    padding-left: 16px;
                    padding-right: 16px;
                    flex: 0 0 100%;
                    max-width: 100%
                }

                html body .container-fluid .row .col-mobile {
                    display: none
                }

                html body .container-fluid .row + .row {
                    margin-top: 30px
                }

        html body .form-container {
            margin: 30px 0 0 0;
            text-align: left
        }

            html body .form-container .form-row {
                margin-left: -16px;
                margin-right: -16px
            }

                html body .form-container .form-row .form-group {
                    margin: 0
                }

                    html body .form-container .form-row .form-group .form-label {
                        margin: 0 0 2px 0
                    }

                        html body .form-container .form-row .form-group .form-label span {
                            color: #c03;
                            font-weight: 500
                        }

                    html body .form-container .form-row .form-group .form-check-label {
                        font-size: 14px;
                        font-weight: 500
                    }

                    html body .form-container .form-row .form-group .form-control {
                        font-size: 16px;
                        font-weight: 300;
                        padding: 14px;
                        min-height: 56px;
                        height: auto;
                        border: 1px solid #e6e6e6;
                        background-color: #e6e6e6;
                        color: #000
                    }

                        html body .form-container .form-row .form-group .form-control:hover, html body .form-container .form-row .form-group .form-control:focus {
                            outline: none;
                            box-shadow: none;
                            border: 1px solid #bfbfbf
                        }

                        html body .form-container .form-row .form-group .form-control.has-error {
                            border: 1px solid #c03
                        }

                    html body .form-container .form-row .form-group .form-help-text {
                        color: #000;
                        margin: 4px 0 0 0 !important
                    }

                    html body .form-container .form-row .form-group + .form-group {
                        margin-top: 20px
                    }

                html body .form-container .form-row .form-group-center {
                    text-align: center
                }

                html body .form-container .form-row + .form-row {
                    margin-top: 20px
                }

        html body .back-to-top {
            position: fixed;
            bottom: 1rem;
            right: 1rem;
            background-color: #999;
            height: 40px;
            width: 40px;
            -webkit-border-radius: 40px;
            -moz-border-radius: 40px;
            -o-border-radius: 40px;
            border-radius: 40px;
            -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
            -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
            -o-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
            box-shadow: 0px 0px 10px rgba(0,0,0,0.5)
        }

            html body .back-to-top .fa {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                font-size: 18px;
                color: #fff
            }

            html body .back-to-top:hover {
                background-color: #919191
            }

            html body .back-to-top:focus {
                background-color: #8a8a8a
            }

        html body .back-to-top-show {
            display: block
        }

        html body .back-to-top-hide {
            display: none
        }

        html body .nav-up {
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out
        }

        html body .nav-down {
            top: 0
        }

        html body header {
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 100;
            background-color: #000;
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out
        }

            html body header .navbar {
                margin: 0;
                padding: 0
            }

                html body header .navbar .container-fluid {
                    padding: 0 1rem
                }

                    html body header .navbar .container-fluid .navbar-container {
                        width: 100%;
                        display: flex;
                        align-items: center;
                        justify-content: space-between;
                        padding: 1.25rem 0;
                        position: relative
                    }

                        html body header .navbar .container-fluid .navbar-container .navbar-brand {
                            margin: 0;
                            padding: 0;
                            height: 50px;
                            display: flex;
                            gap: 16px
                        }

                            html body header .navbar .container-fluid .navbar-container .navbar-brand a {
                                display: contents
                            }

                            html body header .navbar .container-fluid .navbar-container .navbar-brand img {
                                max-width: 200px;
                                max-height: 50px
                            }

                            html body header .navbar .container-fluid .navbar-container .navbar-brand .me-40-celebrate {
                                display: none
                            }

                        html body header .navbar .container-fluid .navbar-container .navbar-buttons {
                            display: none
                        }

                        html body header .navbar .container-fluid .navbar-container .navbar-toggler {
                            z-index: 1;
                            margin: 0;
                            padding: 0;
                            background-color: transparent;
                            width: 40px;
                            height: 30px;
                            border: none;
                            outline: none;
                            cursor: pointer;
                            -webkit-transform: rotate(0deg);
                            -moz-transform: rotate(0deg);
                            -ms-transform: rotate(0deg);
                            -o-transform: rotate(0deg);
                            transform: rotate(0deg);
                            -webkit-transition: all .25s ease-in-out;
                            -moz-transition: all .25s ease-in-out;
                            -o-transition: all .25s ease-in-out;
                            transition: all .25s ease-in-out
                        }

                            html body header .navbar .container-fluid .navbar-container .navbar-toggler span {
                                display: block;
                                position: absolute;
                                height: 4px;
                                width: 50%;
                                background: #fff;
                                opacity: 1;
                                -webkit-transform: rotate(0deg);
                                -moz-transform: rotate(0deg);
                                -ms-transform: rotate(0deg);
                                -o-transform: rotate(0deg);
                                transform: rotate(0deg);
                                -webkit-transition: all .25s ease-in-out;
                                -moz-transition: all .25s ease-in-out;
                                -o-transition: all .25s ease-in-out;
                                transition: all .25s ease-in-out
                            }

                                html body header .navbar .container-fluid .navbar-container .navbar-toggler span:nth-child(even) {
                                    left: 50%;
                                    border-radius: 0 6px 6px 0
                                }

                                html body header .navbar .container-fluid .navbar-container .navbar-toggler span:nth-child(odd) {
                                    left: 0px;
                                    border-radius: 6px 0 0 6px
                                }

                                html body header .navbar .container-fluid .navbar-container .navbar-toggler span:nth-child(1), html body header .navbar .container-fluid .navbar-container .navbar-toggler span:nth-child(2) {
                                    top: 0px
                                }

                                html body header .navbar .container-fluid .navbar-container .navbar-toggler span:nth-child(3), html body header .navbar .container-fluid .navbar-container .navbar-toggler span:nth-child(4) {
                                    top: 13px
                                }

                                html body header .navbar .container-fluid .navbar-container .navbar-toggler span:nth-child(5), html body header .navbar .container-fluid .navbar-container .navbar-toggler span:nth-child(6) {
                                    bottom: 0px
                                }

                            html body header .navbar .container-fluid .navbar-container .navbar-toggler[aria-expanded="true"] span:nth-child(1), html body header .navbar .container-fluid .navbar-container .navbar-toggler[aria-expanded="true"] span:nth-child(6) {
                                -webkit-transform: rotate(45deg);
                                -moz-transform: rotate(45deg);
                                -o-transform: rotate(45deg);
                                transform: rotate(45deg)
                            }

                            html body header .navbar .container-fluid .navbar-container .navbar-toggler[aria-expanded="true"] span:nth-child(2), html body header .navbar .container-fluid .navbar-container .navbar-toggler[aria-expanded="true"] span:nth-child(5) {
                                -webkit-transform: rotate(-45deg);
                                -moz-transform: rotate(-45deg);
                                -o-transform: rotate(-45deg);
                                transform: rotate(-45deg)
                            }

                            html body header .navbar .container-fluid .navbar-container .navbar-toggler[aria-expanded="true"] span:nth-child(1) {
                                left: 3px;
                                top: 6px
                            }

                            html body header .navbar .container-fluid .navbar-container .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
                                left: calc(50% - 3px);
                                top: 6px
                            }

                            html body header .navbar .container-fluid .navbar-container .navbar-toggler[aria-expanded="true"] span:nth-child(3) {
                                left: -50%;
                                opacity: 0
                            }

                            html body header .navbar .container-fluid .navbar-container .navbar-toggler[aria-expanded="true"] span:nth-child(4) {
                                left: 100%;
                                opacity: 0
                            }

                            html body header .navbar .container-fluid .navbar-container .navbar-toggler[aria-expanded="true"] span:nth-child(5) {
                                left: 3px;
                                top: 20px
                            }

                            html body header .navbar .container-fluid .navbar-container .navbar-toggler[aria-expanded="true"] span:nth-child(6) {
                                left: calc(50% - 3px);
                                top: 20px
                            }

                        html body header .navbar .container-fluid .navbar-container .m-watermark {
                            position: absolute;
                            right: 0;
                            top: 0;
                            bottom: 0;
                            width: 250px;
                            overflow: hidden;
                            z-index: 0
                        }

                            html body header .navbar .container-fluid .navbar-container .m-watermark svg {
                                position: absolute;
                                top: 50%;
                                left: 50%;
                                transform: translate(-50%, -50%);
                                fill: #fff;
                                width: 250px;
                                fill: #292929
                            }

                    html body header .navbar .container-fluid .navbar-collapse .main-navbar {
                        margin: 0 -1rem;
                        max-height: 400px;
                        overflow-y: scroll;
                        overflow-x: hidden
                    }

                        html body header .navbar .container-fluid .navbar-collapse .main-navbar .navbar-nav .nav-item .nav-link {
                            color: #fff;
                            padding: 14px 20px;
                            font-size: .875rem;
                            line-height: 1.2;
                            letter-spacing: .016rem;
                            text-transform: uppercase;
                            text-align: center;
                            position: relative
                        }

                            html body header .navbar .container-fluid .navbar-collapse .main-navbar .navbar-nav .nav-item .nav-link:after {
                                position: absolute;
                                top: 0;
                                left: 0;
                                right: 0;
                                width: 100%;
                                height: 1px;
                                content: "";
                                background-color: #292929;
                                opacity: 0;
                                z-index: -1;
                                -webkit-transition: all .5s ease-in-out;
                                -moz-transition: all .5s ease-in-out;
                                -o-transition: all .5s ease-in-out;
                                transition: all .5s ease-in-out
                            }

                            html body header .navbar .container-fluid .navbar-collapse .main-navbar .navbar-nav .nav-item .nav-link:hover:after {
                                opacity: 1;
                                visibility: visible;
                                top: 0;
                                height: 100%;
                                -webkit-transition: all .5s ease-in-out;
                                -moz-transition: all .5s ease-in-out;
                                -o-transition: all .5s ease-in-out;
                                transition: all .5s ease-in-out
                            }

                html body header .navbar .me-group-link {
                    background-color: #292929;
                    width: 100%;
                    text-align: center;
                    padding: .5rem 0;
                    -webkit-transition: all .5s ease-in-out;
                    -moz-transition: all .5s ease-in-out;
                    -o-transition: all .5s ease-in-out;
                    transition: all .5s ease-in-out
                }

                    html body header .navbar .me-group-link .container-fluid .me-event {
                        color: #fff
                    }

                        html body header .navbar .me-group-link .container-fluid .me-event span {
                            font-weight: 700
                        }

                    html body header .navbar .me-group-link:hover, html body header .navbar .me-group-link:focus {
                        background-color: #3d3d3d;
                        -webkit-transition: all .5s ease-in-out;
                        -moz-transition: all .5s ease-in-out;
                        -o-transition: all .5s ease-in-out;
                        transition: all .5s ease-in-out
                    }

            html body header .navbar-nav-breadcrumb .breadcrumb {
                margin: 0 16px;
                padding: 0;
                background-color: transparent
            }

                html body header .navbar-nav-breadcrumb .breadcrumb .breadcrumb-item {
                    display: flex;
                    padding: 1rem 0;
                    line-height: 1.1
                }

                    html body header .navbar-nav-breadcrumb .breadcrumb .breadcrumb-item a, html body header .navbar-nav-breadcrumb .breadcrumb .breadcrumb-item p {
                        font-size: .75rem;
                        text-transform: uppercase;
                        color: #fff;
                        display: flex
                    }

                    html body header .navbar-nav-breadcrumb .breadcrumb .breadcrumb-item a {
                        font-weight: 500
                    }

                        html body header .navbar-nav-breadcrumb .breadcrumb .breadcrumb-item a:hover, html body header .navbar-nav-breadcrumb .breadcrumb .breadcrumb-item a:focus {
                            color: #e6e6e6
                        }

                    html body header .navbar-nav-breadcrumb .breadcrumb .breadcrumb-item.active p {
                        color: #f0f0f0
                    }

                    html body header .navbar-nav-breadcrumb .breadcrumb .breadcrumb-item::before {
                        padding: 0 .5rem;
                        color: #fff
                    }

        html body a.language-selection-btn {
            display: block;
            height: 50px;
            width: 50px;
            background-color: #999;
            border: 1px solid #999;
            -webkit-border-radius: .375rem;
            -moz-border-radius: .375rem;
            -o-border-radius: .375rem;
            border-radius: .375rem;
            position: relative;
            overflow: hidden;
            margin: 0 auto
        }

            html body a.language-selection-btn img {
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
                height: 40px;
                width: 40px;
                -webkit-transition: all .5s ease-in-out;
                -moz-transition: all .5s ease-in-out;
                -o-transition: all .5s ease-in-out;
                transition: all .5s ease-in-out
            }

            html body a.language-selection-btn:hover img {
                height: 50px;
                width: 50px
            }

        html body .event-video-container {
            position: relative;
            background-color: #1a1a1a
        }

            html body .event-video-container .video-container {
                margin: 0;
                padding: 0;
                position: relative;
                display: block;
                width: 100%;
                height: 100vh;
                overflow: hidden
            }

                html body .event-video-container .video-container .video-overlay-level {
                    position: absolute;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    left: 0;
                    z-index: 2
                }

                html body .event-video-container .video-container .event-video-hide, html body .event-video-container .video-container .event-image-hide {
                    display: none
                }

                html body .event-video-container .video-container .event-video-show, html body .event-video-container .video-container .event-image-show {
                    display: block
                }

                html body .event-video-container .video-container .event-video {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    width: 100vw;
                    height: 100vh;
                    transform: translate(-50%, -50%);
                    border: 0;
                    z-index: 1
                }

@media (min-aspect-ratio: 16 / 9) {
    html body .event-video-container .video-container .event-video {
        height: 56.25vw
    }
}

@media (max-aspect-ratio: 16 / 9) {
    html body .event-video-container .video-container .event-video {
        width: 177.78vh
    }
}

html body .event-video-container .video-container .event-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center center
}

html body .event-video-container .video-container .hero-content {
    padding: 60px 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 3
}

    html body .event-video-container .video-container .hero-content .content-container {
        width: 100%
    }

        html body .event-video-container .video-container .hero-content .content-container h1, html body .event-video-container .video-container .hero-content .content-container h2, html body .event-video-container .video-container .hero-content .content-container h3, html body .event-video-container .video-container .hero-content .content-container h4, html body .event-video-container .video-container .hero-content .content-container h5, html body .event-video-container .video-container .hero-content .content-container h6, html body .event-video-container .video-container .hero-content .content-container p, html body .event-video-container .video-container .hero-content .content-container a {
            color: #fff;
            text-align: left;
            -webkit-text-shadow: 0px 0px 5px #000;
            -moz-text-shadow: 0px 0px 5px #000;
            -o-text-shadow: 0px 0px 5px #000;
            text-shadow: 0px 0px 5px #000
        }

        html body .event-video-container .video-container .hero-content .content-container .event-title {
            font-size: 3.75rem;
            line-height: 1.1;
            margin: 0 0 1.25rem 0
        }

        html body .event-video-container .video-container .hero-content .content-container .event-sub-title {
            margin: 0 0 .625rem 0
        }

        html body .event-video-container .video-container .hero-content .content-container .event-video-btn {
            display: flex;
            align-items: center;
            background-color: transparent;
            padding: 10px 0;
            margin: 1.25rem 0 0 0
        }

            html body .event-video-container .video-container .hero-content .content-container .event-video-btn .fa {
                margin: 0 .625rem 0 0;
                font-size: 30px;
                line-height: .7
            }

html body .event-information {
    padding: 16px 0;
    text-align: center;
    position: relative
}

    html body .event-information h1, html body .event-information h2, html body .event-information h3, html body .event-information h4, html body .event-information h5, html body .event-information p {
        color: #fff
    }

        html body .event-information h1 b, html body .event-information h1 strong, html body .event-information h2 b, html body .event-information h2 strong, html body .event-information h3 b, html body .event-information h3 strong, html body .event-information h4 b, html body .event-information h4 strong, html body .event-information h5 b, html body .event-information h5 strong, html body .event-information p b, html body .event-information p strong {
            color: #fff
        }

    html body .event-information ul {
        flex-direction: column;
        margin: 0;
        padding: 0
    }

        html body .event-information ul li {
            padding: 0;
            list-style: none;
            position: relative
        }

            html body .event-information ul li + li {
                margin: 6px 0 0 0;
                padding-top: 6px
            }

                html body .event-information ul li + li:before {
                    content: "";
                    position: absolute;
                    top: 0;
                    transform: translateY(0);
                    transform: translateX(-50%);
                    left: 50%;
                    width: 30px;
                    height: 1px;
                    border-top: 1px solid #fff;
                    border-left: none
                }

            html body .event-information ul li:nth-child(2):before {
                display: block
            }

html body .content-block-container .content-block {
    min-width: 100%;
    margin: 60px 0
}

    html body .content-block-container .content-block .content-container {
        text-align: center;
        width: 100%
    }

        html body .content-block-container .content-block .content-container .content-intro {
            margin: 25px 0 0 0
        }

        html body .content-block-container .content-block .content-container .me-40-celebrate {
            margin: 25px 0 0 0
        }

            html body .content-block-container .content-block .content-container .me-40-celebrate a {
                display: block
            }

                html body .content-block-container .content-block .content-container .me-40-celebrate a svg {
                    height: 50px
                }

html body .content-block-container .content-block-dark {
    background-color: #242424;
    margin: 0;
    padding: 60px 0
}

    html body .content-block-container .content-block-dark .content-container .container-fluid .content-title p {
        margin: 6px 0 0 0
    }

    html body .content-block-container .content-block-dark .content-container .container-fluid h1, html body .content-block-container .content-block-dark .content-container .container-fluid h2, html body .content-block-container .content-block-dark .content-container .container-fluid h3, html body .content-block-container .content-block-dark .content-container .container-fluid h4, html body .content-block-container .content-block-dark .content-container .container-fluid h5, html body .content-block-container .content-block-dark .content-container .container-fluid p {
        color: #fff
    }

    html body .content-block-container .content-block-dark .content-container .container-fluid .event-btn {
        border: 1px solid #fff;
        background-color: #242424;
        color: #fff !important
    }

        html body .content-block-container .content-block-dark .content-container .container-fluid .event-btn:hover {
            background-color: #fff !important;
            color: #000 !important
        }

        html body .content-block-container .content-block-dark .content-container .container-fluid .event-btn:focus {
            background-color: #e0e0e0 !important;
            color: #000 !important
        }

html body .content-block-container .content-block-parallax .parallax-image {
    background-size: cover;
    background-position: center center;
    max-width: 770px;
    position: relative;
    overflow: hidden
}

    html body .content-block-container .content-block-parallax .parallax-image .poster-overlay-level {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }

    html body .content-block-container .content-block-parallax .parallax-image .content-container {
        padding: 100px 0;
        min-height: 500px;
        display: flex;
        align-items: center
    }

        html body .content-block-container .content-block-parallax .parallax-image .content-container h1, html body .content-block-container .content-block-parallax .parallax-image .content-container h2, html body .content-block-container .content-block-parallax .parallax-image .content-container h3, html body .content-block-container .content-block-parallax .parallax-image .content-container h4, html body .content-block-container .content-block-parallax .parallax-image .content-container h5, html body .content-block-container .content-block-parallax .parallax-image .content-container p {
            color: #fff;
            -webkit-text-shadow: 0px 0px 5px #000;
            -moz-text-shadow: 0px 0px 5px #000;
            -o-text-shadow: 0px 0px 5px #000;
            text-shadow: 0px 0px 5px #000
        }

            html body .content-block-container .content-block-parallax .parallax-image .content-container h1 b, html body .content-block-container .content-block-parallax .parallax-image .content-container h1 strong, html body .content-block-container .content-block-parallax .parallax-image .content-container h2 b, html body .content-block-container .content-block-parallax .parallax-image .content-container h2 strong, html body .content-block-container .content-block-parallax .parallax-image .content-container h3 b, html body .content-block-container .content-block-parallax .parallax-image .content-container h3 strong, html body .content-block-container .content-block-parallax .parallax-image .content-container h4 b, html body .content-block-container .content-block-parallax .parallax-image .content-container h4 strong, html body .content-block-container .content-block-parallax .parallax-image .content-container h5 b, html body .content-block-container .content-block-parallax .parallax-image .content-container h5 strong, html body .content-block-container .content-block-parallax .parallax-image .content-container p b, html body .content-block-container .content-block-parallax .parallax-image .content-container p strong {
                color: #fff
            }

        html body .content-block-container .content-block-parallax .parallax-image .content-container .content-title .content-subtitle .spacer {
            background-color: #fff
        }

        html body .content-block-container .content-block-parallax .parallax-image .content-container .event-cta {
            margin: 30px 0 0 0
        }

            html body .content-block-container .content-block-parallax .parallax-image .content-container .event-cta .event-btn {
                border: 1px solid #fff;
                color: #fff;
                text-shadow: none
            }

                html body .content-block-container .content-block-parallax .parallax-image .content-container .event-cta .event-btn::after {
                    background-color: #fff
                }

                html body .content-block-container .content-block-parallax .parallax-image .content-container .event-cta .event-btn:hover {
                    background-color: #fff !important;
                    color: #000
                }

                html body .content-block-container .content-block-parallax .parallax-image .content-container .event-cta .event-btn:focus {
                    background-color: #e0e0e0 !important;
                    color: #000
                }

html body .content-block-container .content-block-venue {
    margin: 60px 0 0 0
}

    html body .content-block-container .content-block-venue a.content-container:hover p.title, html body .content-block-container .content-block-venue a.content-container:focus p.title {
        text-decoration: underline
    }

html body .flex-grid {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem
}

    html body .flex-grid .flex-child {
        flex: 0 0 100%
    }

html body .flex-grid-1 .flex-child {
    flex: 0 0 100% !important
}

html body .key-topics-container {
    margin: 25px 0 0 0
}

    html body .key-topics-container .capitalize-title {
        margin: 0 0 25px 0
    }

    html body .key-topics-container .key-topic {
        text-align: center;
        padding: 20px 16px;
        height: 100%;
        -webkit-border-radius: .375rem;
        -moz-border-radius: .375rem;
        -o-border-radius: .375rem;
        border-radius: .375rem
    }

        html body .key-topics-container .key-topic p.sub-body {
            margin: 10px 0 0 0
        }

html body .event-quote-container .quote {
    font-size: 2rem;
    letter-spacing: 0
}

html body .event-quote-container .quote-author {
    margin: 20px 0 0 0;
    font-size: 1.125rem
}

html body .partners-container {
    margin: 25px 0 0 0
}

    html body .partners-container .partner-type {
        text-align: center;
        padding: 20px 16px;
        height: 100%;
        -webkit-border-radius: .375rem;
        -moz-border-radius: .375rem;
        -o-border-radius: .375rem;
        border-radius: .375rem
    }

        html body .partners-container .partner-type .title {
            margin: 0 0 1rem 0
        }

        html body .partners-container .partner-type .CMS-textarea {
            margin: 1rem 0 0 0
        }

html body .collaborators-container {
    margin: 25px 0 0 0
}

    html body .collaborators-container .korean-text-collaborators {
        font-size: 1.5rem;
        font-weight: 700
    }

    html body .collaborators-container .collaborators-group + .collaborators-group {
        margin: 50px 0 0 0
    }

html body .list-of-people {
    margin: 25px 0 0 0
}

    html body .list-of-people .person-content {
        display: block
    }

        html body .list-of-people .person-content .person-photo-container {
            margin: 0 auto;
            height: 8.75rem;
            width: 8.75rem;
            border: 1px solid #ebebeb;
            -webkit-border-radius: 8.75rem;
            -moz-border-radius: 8.75rem;
            -o-border-radius: 8.75rem;
            border-radius: 8.75rem;
            overflow: hidden;
            position: relative
        }

            html body .list-of-people .person-content .person-photo-container .person-photo {
                height: 100%;
                width: 100%;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                -webkit-transition: all .5s ease-in-out;
                -moz-transition: all .5s ease-in-out;
                -o-transition: all .5s ease-in-out;
                transition: all .5s ease-in-out
            }

        html body .list-of-people .person-content .person-details {
            margin: 10px 0 0 0
        }

            html body .list-of-people .person-content .person-details .job-title-container {
                margin: 5px 0 0 0
            }

        html body .list-of-people .person-content:hover, html body .list-of-people .person-content:focus {
            cursor: pointer
        }

            html body .list-of-people .person-content:hover .person-photo-container .person-photo, html body .list-of-people .person-content:focus .person-photo-container .person-photo {
                height: 106%;
                width: 106%;
                -webkit-transition: all .5s ease-in-out;
                -moz-transition: all .5s ease-in-out;
                -o-transition: all .5s ease-in-out;
                transition: all .5s ease-in-out
            }

    html body .list-of-people .person-content-no-profile:hover, html body .list-of-people .person-content-no-profile:focus {
        cursor: default
    }

html body .list-of-compaines {
    margin: 25px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 1050px
}

    html body .list-of-compaines .company-container {
        height: 130px;
        flex: 0 0 210px;
        align-self: center;
        padding: 15px
    }

        html body .list-of-compaines .company-container .company-photo {
            display: block;
            width: 180px;
            height: 100px;
            margin: auto
        }

            html body .list-of-compaines .company-container .company-photo a {
                display: block
            }

            html body .list-of-compaines .company-container .company-photo img {
                max-width: 180px;
                max-height: 100px
            }

html body #carouselReviews, html body #carouselServices {
    margin: 25px auto 0 auto;
    width: 100%
}

    html body #carouselReviews .carousel-inner, html body #carouselServices .carousel-inner {
        margin: 0;
        padding: 0
    }

        html body #carouselReviews .carousel-inner .carousel-item, html body #carouselServices .carousel-inner .carousel-item {
            align-items: center;
            justify-content: center
        }

            html body #carouselReviews .carousel-inner .carousel-item .corousel-container, html body #carouselReviews .carousel-inner .carousel-item .service-container, html body #carouselServices .carousel-inner .carousel-item .corousel-container, html body #carouselServices .carousel-inner .carousel-item .service-container {
                padding: 0 0 46px 0
            }

            html body #carouselReviews .carousel-inner .carousel-item .reviews-container p.review, html body #carouselServices .carousel-inner .carousel-item .reviews-container p.review {
                font-size: 1.5rem
            }

            html body #carouselReviews .carousel-inner .carousel-item .reviews-container .job-title, html body #carouselServices .carousel-inner .carousel-item .reviews-container .job-title {
                margin: 15px 0 0 0
            }

                html body #carouselReviews .carousel-inner .carousel-item .reviews-container .job-title p, html body #carouselServices .carousel-inner .carousel-item .reviews-container .job-title p {
                    font-size: 1.125rem
                }

            html body #carouselReviews .carousel-inner .carousel-item .service-container, html body #carouselServices .carousel-inner .carousel-item .service-container {
                display: flex;
                align-items: center
            }

                html body #carouselReviews .carousel-inner .carousel-item .service-container .CMS-textarea, html body #carouselServices .carousel-inner .carousel-item .service-container .CMS-textarea {
                    margin: 10px 0 0 0
                }

        html body #carouselReviews .carousel-inner .active, html body #carouselReviews .carousel-inner .carousel-item-left, html body #carouselReviews .carousel-inner .carousel-item-prev, html body #carouselServices .carousel-inner .active, html body #carouselServices .carousel-inner .carousel-item-left, html body #carouselServices .carousel-inner .carousel-item-prev {
            display: flex
        }

    html body #carouselReviews .carousel-indicators, html body #carouselServices .carousel-indicators {
        bottom: 0;
        margin: 0;
        height: 6px
    }

        html body #carouselReviews .carousel-indicators li, html body #carouselServices .carousel-indicators li {
            width: 40px;
            height: 6px;
            -webkit-border-radius: .375rem;
            -moz-border-radius: .375rem;
            -o-border-radius: .375rem;
            border-radius: .375rem;
            background-color: #fff;
            opacity: .5;
            border: none
        }

            html body #carouselReviews .carousel-indicators li.active, html body #carouselServices .carousel-indicators li.active {
                background-color: #fff;
                opacity: 1
            }

html body #carouselServices {
    margin: 25px auto 0 auto !important
}

html body .video-container {
    margin: 25px 0 0 0
}

    html body .video-container .row-narrow {
        justify-content: center
    }

    html body .video-container .vimeo-player-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        row-gap: 16px
    }

        html body .video-container .vimeo-player-container .video-frame p {
            margin: 10px 0 0 0
        }

html body .news-container {
    margin: 25px 0 0 0
}

    html body .news-container .news-story {
        display: block;
        height: 100%;
        position: relative;
        overflow: hidden
    }

        html body .news-container .news-story .news-cover-container {
            margin: 0 0 .625rem 0;
            width: 100%;
            padding-top: 56.25%;
            position: relative;
            overflow: hidden;
            -webkit-border-radius: .375rem;
            -moz-border-radius: .375rem;
            -o-border-radius: .375rem;
            border-radius: .375rem
        }

            html body .news-container .news-story .news-cover-container .news-cover {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                width: 100%;
                -webkit-transition: all .5s ease-in-out;
                -moz-transition: all .5s ease-in-out;
                -o-transition: all .5s ease-in-out;
                transition: all .5s ease-in-out
            }

        html body .news-container .news-story .story-content {
            text-align: left
        }

            html body .news-container .news-story .story-content .CMS-textarea {
                margin: .625rem 0 0 0;
                overflow: hidden;
                display: -webkit-box;
                display: -moz-box;
                display: -o-box;
                -webkit-line-clamp: 3;
                -moz-line-clamp: 3;
                -o-line-clamp: 3;
                -webkit-box-orient: vertical;
                -moz-box-orient: vertical;
                -o-box-orient: vertical
            }

        html body .news-container .news-story:hover .news-cover-container .news-cover {
            width: 106%;
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out
        }

        html body .news-container .news-story:hover .story-content .capitalize-title {
            text-decoration: underline
        }

html body .news-story-container h1, html body .news-story-container h2, html body .news-story-container h3, html body .news-story-container h4, html body .news-story-container h5, html body .news-story-container h6, html body .news-story-container p, html body .news-story-container a {
    text-align: left
}

html body .news-story-container .news-story-header .news-cover-container {
    width: 100%;
    padding-top: 37.5%;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: .375rem;
    -moz-border-radius: .375rem;
    -o-border-radius: .375rem;
    border-radius: .375rem;
    margin: 0 0 .625rem 0
}

    html body .news-story-container .news-story-header .news-cover-container .news-cover {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%
    }

html body .news-story-container .news-story-header .news-info .news-story-title {
    margin: 1.25rem 0 0 0
}

html body .news-story-container .news-story-type {
    margin: 1.25rem 0 0 0
}

    html body .news-story-container .news-story-type .vimeo-player {
        margin: 0 0 .9375rem 0
    }

html body .list-news-container {
    margin: 0
}

    html body .list-news-container:first-child {
        justify-content: flex-start
    }

    html body .list-news-container .flex-child .news-story .story-content .CMS-textarea {
        overflow: hidden;
        display: -webkit-box;
        display: -moz-box;
        display: -o-box;
        -webkit-line-clamp: 2;
        -moz-line-clamp: 2;
        -o-line-clamp: 2;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -o-box-orient: vertical
    }

    html body .list-news-container .flex-child + .flex-child {
        border-top: 1px solid #ededed;
        padding: 1rem 0 0 0
    }

html body .list-of-profiles {
    margin: 60px 0 0 0
}

    html body .list-of-profiles h3 {
        margin: 0 0 30px 0
    }

    html body .list-of-profiles .row {
        justify-content: center
    }

        html body .list-of-profiles .row .col-6:nth-child(1) {
            margin: 0
        }

        html body .list-of-profiles .row .col-6 {
            margin: 30px 0 0 0
        }

            html body .list-of-profiles .row .col-6 .people-profile {
                border: 1px solid #ebebeb
            }

    html body .list-of-profiles .dual-presentations {
        margin-top: 30px
    }

        html body .list-of-profiles .dual-presentations .people-profile .people-container .col-6 + .col-6 .people-details {
            border-radius: 0
        }

html body .people-profile {
    height: 100%;
    text-align: left;
    border: 1px solid #ebebeb;
    -webkit-border-radius: .375rem;
    -moz-border-radius: .375rem;
    -o-border-radius: .375rem;
    border-radius: .375rem
}

    html body .people-profile .people-container {
        height: 100%;
        background-color: #fff;
        -webkit-border-radius: .375rem;
        -moz-border-radius: .375rem;
        -o-border-radius: .375rem;
        border-radius: .375rem
    }

        html body .people-profile .people-container .people-details {
            padding: 16px;
            position: relative;
            background-color: #e6e6e6;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px
        }

            html body .people-profile .people-container .people-details .people-photo-container .people-photo {
                display: block;
                background-size: 120px;
                height: 120px;
                width: 120px;
                min-width: 120px;
                border-radius: 120px;
                -webkit-border-radius: 120px;
                -moz-border-radius: 120px;
                border: 1px solid #d6d6d6;
                overflow: hidden;
                margin: 0 auto;
                -webkit-transition: all .5s ease-in-out;
                -moz-transition: all .5s ease-in-out;
                -o-transition: all .5s ease-in-out;
                transition: all .5s ease-in-out
            }

                html body .people-profile .people-container .people-details .people-photo-container .people-photo:hover, html body .people-profile .people-container .people-details .people-photo-container .people-photo:focus {
                    -webkit-transition: all .5s ease-in-out;
                    -moz-transition: all .5s ease-in-out;
                    -o-transition: all .5s ease-in-out;
                    transition: all .5s ease-in-out
                }

            html body .people-profile .people-container .people-details .people-name {
                padding: 6px 0 0 0;
                text-align: center
            }

        html body .people-profile .people-container .people-bio {
            background-color: #e6e6e6;
            margin: 0 0 56px 0;
            position: relative
        }

            html body .people-profile .people-container .people-bio p {
                padding: 16px
            }

            html body .people-profile .people-container .people-bio .btn-bio {
                position: absolute;
                bottom: -56px;
                left: 50%;
                transform: translateX(-50%);
                min-width: 100px;
                border-top-left-radius: 0;
                border-top-right-radius: 0;
                border: none;
                color: #fff;
                -webkit-transition: all .5s ease-in-out;
                -moz-transition: all .5s ease-in-out;
                -o-transition: all .5s ease-in-out;
                transition: all .5s ease-in-out
            }

                html body .people-profile .people-container .people-bio .btn-bio svg {
                    fill: #fff;
                    margin: 0 0 0 6px;
                    width: 10px;
                    -webkit-transform: rotate(-180deg);
                    -moz-transform: rotate(-180deg);
                    -ms-transform: rotate(-180deg);
                    -o-transform: rotate(-180deg);
                    transform: rotate(-180deg);
                    -webkit-transition: all .5s ease-in-out;
                    -moz-transition: all .5s ease-in-out;
                    -o-transition: all .5s ease-in-out;
                    transition: all .5s ease-in-out
                }

            html body .people-profile .people-container .people-bio .collapsed svg {
                -webkit-transform: rotate(0deg);
                -moz-transform: rotate(0deg);
                -ms-transform: rotate(0deg);
                -o-transform: rotate(0deg);
                transform: rotate(0deg)
            }

        html body .people-profile .people-container .people-session-bio {
            padding: 30px 16px
        }

            html body .people-profile .people-container .people-session-bio .title {
                margin: 0 0 15px 0
            }

            html body .people-profile .people-container .people-session-bio .CMS-textarea ul {
                width: 100%
            }

html body .development-points {
    margin: 25px 0 0 0
}

    html body .development-points #developmentPointsAccordion .row-narrow .col-5 {
        width: 100%;
        margin: 10px 0 0 0
    }

        html body .development-points #developmentPointsAccordion .row-narrow .col-5 .card {
            border: none
        }

            html body .development-points #developmentPointsAccordion .row-narrow .col-5 .card .btn {
                width: 100%;
                height: 100%;
                border: none;
                padding: 16px
            }

                html body .development-points #developmentPointsAccordion .row-narrow .col-5 .card .btn p {
                    font-weight: 500;
                    text-transform: uppercase
                }

                html body .development-points #developmentPointsAccordion .row-narrow .col-5 .card .btn[aria-expanded="false"] {
                    background-color: #1a1a1a
                }

                    html body .development-points #developmentPointsAccordion .row-narrow .col-5 .card .btn[aria-expanded="false"] p {
                        color: #fff
                    }

                    html body .development-points #developmentPointsAccordion .row-narrow .col-5 .card .btn[aria-expanded="false"]:hover, html body .development-points #developmentPointsAccordion .row-narrow .col-5 .card .btn[aria-expanded="false"]:focus {
                        background-color: #404040
                    }

            html body .development-points #developmentPointsAccordion .row-narrow .col-5 .card .card-body {
                padding: 16px 0 10px 0
            }

        html body .development-points #developmentPointsAccordion .row-narrow .col-5:nth-child(1) {
            margin: 0
        }

    html body .development-points #developmentPointsAccordion .development-points-desktop-content {
        display: none;
        height: 0
    }

html body .social-media-accounts {
    margin: 25px 0 0 0
}

    html body .social-media-accounts .col-3:nth-child(1), html body .social-media-accounts .col-3:nth-child(2) {
        margin-top: 0
    }

    html body .social-media-accounts .col-3 {
        margin-top: 9px;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    html body .social-media-accounts .social-media-container {
        display: inline-flex;
        width: 100%;
        height: 0;
        padding-top: 56.25%;
        border-radius: 4px;
        position: relative
    }

        html body .social-media-accounts .social-media-container img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            height: 40px;
            width: 80%
        }

    html body .social-media-accounts .social-media-linkedin-container {
        background-color: #056493
    }

    html body .social-media-accounts .social-media-twitter-container {
        background-color: #000
    }

    html body .social-media-accounts .social-media-youtube-container {
        background-color: red
    }

html body .event-gallery {
    width: 100%;
    height: 100%;
    margin: 25px 0 0 0
}

    html body .event-gallery .gallery-container {
        display: flex;
        width: 100%
    }

        html body .event-gallery .gallery-container ul {
            list-style: none;
            width: 100%;
            height: 100%;
            margin: 0;
            padding: 0;
            display: flex;
            flex-wrap: wrap;
            justify-content: center
        }

            html body .event-gallery .gallery-container ul li {
                position: relative;
                width: 50%;
                border: 1px solid #fff;
                overflow: hidden
            }

                html body .event-gallery .gallery-container ul li img {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                    height: 100%;
                    z-index: 0;
                    -webkit-transition: all .5s ease-in-out;
                    -moz-transition: all .5s ease-in-out;
                    -o-transition: all .5s ease-in-out;
                    transition: all .5s ease-in-out
                }

                    html body .event-gallery .gallery-container ul li img:hover, html body .event-gallery .gallery-container ul li img:focus {
                        height: 110%;
                        -webkit-transition: all .5s ease-in-out;
                        -moz-transition: all .5s ease-in-out;
                        -o-transition: all .5s ease-in-out;
                        transition: all .5s ease-in-out
                    }

                html body .event-gallery .gallery-container ul li:after {
                    content: "";
                    display: block;
                    padding-bottom: 100%
                }

html body .experience-points {
    margin: 25px 0 0 0
}

    html body .experience-points .row .col-4 .img-container {
        margin: 0 auto;
        max-width: 380px;
        overflow: hidden;
        position: relative;
        -webkit-border-radius: .375rem;
        -moz-border-radius: .375rem;
        -o-border-radius: .375rem;
        border-radius: .375rem
    }

        html body .experience-points .row .col-4 .img-container img {
            width: 100%;
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out
        }

        html body .experience-points .row .col-4 .img-container .experience-tag {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            padding: 5px 10px;
            text-align: left;
            background-color: rgba(255,255,255,0.9)
        }

            html body .experience-points .row .col-4 .img-container .experience-tag p {
                text-transform: uppercase;
                line-height: 22px
            }

    html body .experience-points .row .col-4 + .col-4 {
        margin: 10px 0 0 0
    }

html body .timeline-container {
    margin: 25px 0 0 0
}

    html body .timeline-container .timeline-pills {
        display: none
    }

    html body .timeline-container .tab-content .fade {
        opacity: 1
    }

    html body .timeline-container .tab-content .tab-pane {
        display: block
    }

        html body .timeline-container .tab-content .tab-pane .title {
            text-transform: uppercase;
            margin: 0 0 6px 0
        }

        html body .timeline-container .tab-content .tab-pane .pill-arrow {
            position: relative;
            margin: 16px auto 0 auto;
            height: 30px;
            width: 30px;
            border-radius: 30px;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            background-color: #999;
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out
        }

            html body .timeline-container .tab-content .tab-pane .pill-arrow img {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                width: 16px
            }

        html body .timeline-container .tab-content .tab-pane + .tab-pane {
            margin: 16px 0 0 0
        }

html body .broswer-problem {
    margin: 50px 0 0 0;
    text-align: center
}

    html body .broswer-problem p + p {
        margin: 16px 0 0 0
    }

html body .session-header {
    padding: 15px 0
}

    html body .session-header h1, html body .session-header h2, html body .session-header h3, html body .session-header h4, html body .session-header h5 {
        color: #fff
    }

html body .expert-curator {
    margin: 25px 0 0 0
}

    html body .expert-curator .list-of-people {
        margin: 0
    }

html body .solution-content .solution-title {
    margin: 0 0 16px 0
}

html body .solution-content .btn-container {
    margin: 20px 0 0 0
}

html body .sample-agenda {
    margin: 60px 0
}

    html body .sample-agenda h3 {
        margin: 0 0 30px 0;
        text-transform: uppercase
    }

    html body .sample-agenda .row .col:first-child:nth-last-child(1), html body .sample-agenda .row .col:first-child:nth-last-child(1) ~ .col {
        width: 100%
    }

    html body .sample-agenda .row .col:first-child:nth-last-child(2), html body .sample-agenda .row .col:first-child:nth-last-child(2) ~ .col {
        width: 50%
    }

    html body .sample-agenda .row .col:first-child:nth-last-child(3), html body .sample-agenda .row .col:first-child:nth-last-child(3) ~ .col {
        width: 33.333%
    }

    html body .sample-agenda .row .col .card {
        height: 100%
    }

        html body .sample-agenda .row .col .card .card-header {
            padding: 16px 10px;
            text-align: center
        }

        html body .sample-agenda .row .col .card .card-body {
            padding: 16px 10px
        }

            html body .sample-agenda .row .col .card .card-body ul {
                margin: 0;
                padding: 0
            }

                html body .sample-agenda .row .col .card .card-body ul li {
                    text-align: left;
                    list-style: none
                }

                    html body .sample-agenda .row .col .card .card-body ul li .row .col-6 {
                        flex: 0 0 50%
                    }

                        html body .sample-agenda .row .col .card .card-body ul li .row .col-6:nth-child(1) {
                            text-align: right;
                            flex: 0 0 37%
                        }

                        html body .sample-agenda .row .col .card .card-body ul li .row .col-6:nth-child(2) {
                            flex: 0 0 63%
                        }

                        html body .sample-agenda .row .col .card .card-body ul li .row .col-6 + .col-6 {
                            margin: 0
                        }

                    html body .sample-agenda .row .col .card .card-body ul li + li {
                        margin: 10px 0 0 0
                    }

    html body .sample-agenda .row .col + .col {
        margin: 16px 0 0 0
    }

html body .media-posts-container .row .col-3 {
    flex: 0 0 50%;
    max-width: 50%;
    margin: 16px 0 0 0
}

    html body .media-posts-container .row .col-3:nth-child(1), html body .media-posts-container .row .col-3:nth-child(2) {
        margin-top: 0
    }

html body .media-posts-container .post-container {
    border: 1px solid #ebebeb;
    border-radius: 4px;
    overflow: hidden;
    height: 100%
}

    html body .media-posts-container .post-container .cover-container {
        position: relative
    }

        html body .media-posts-container .post-container .cover-container .post-cover {
            width: 100%
        }

        html body .media-posts-container .post-container .cover-container .post-icon-container {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            bottom: -20px;
            height: 40px;
            width: 40px;
            border-radius: 40px;
            border: 2px solid #fff
        }

            html body .media-posts-container .post-container .cover-container .post-icon-container svg {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                height: 18px;
                width: 18px
            }

                html body .media-posts-container .post-container .cover-container .post-icon-container svg path {
                    fill: #000
                }

    html body .media-posts-container .post-container .post-description {
        padding: 36px 16px 0 16px
    }

    html body .media-posts-container .post-container .btn-container {
        margin-bottom: 16px
    }

html body #recentAttendees .modal-dialog {
    max-width: 500px
}

html body #eventVideo .modal-dialog .modal-content .modal-body {
    padding: 0
}

html body .modal {
    padding: 0 !important;
    background-color: rgba(0,0,0,0.75)
}

    html body .modal .modal-dialog {
        max-width: 800px;
        margin: 30px
    }

        html body .modal .modal-dialog .modal-content {
            position: relative;
            background-color: #fff;
            border: 1px solid #e6e6e6;
            -webkit-border-radius: .375rem;
            -moz-border-radius: .375rem;
            -o-border-radius: .375rem;
            border-radius: .375rem
        }

            html body .modal .modal-dialog .modal-content .modal-header {
                display: block;
                background-color: #e6e6e6;
                padding: 16px;
                text-align: center;
                border: none
            }

                html body .modal .modal-dialog .modal-content .modal-header .modal-title {
                    margin: 0;
                    line-height: 26px
                }

                html body .modal .modal-dialog .modal-content .modal-header .speaker-profile-header {
                    display: block
                }

                    html body .modal .modal-dialog .modal-content .modal-header .speaker-profile-header .people-details {
                        text-align: center
                    }

                        html body .modal .modal-dialog .modal-content .modal-header .speaker-profile-header .people-details .people-photo {
                            margin: 0 auto 10px auto;
                            background-size: 150px;
                            height: 150px;
                            width: 150px;
                            min-width: 150px;
                            border-radius: 150px;
                            -webkit-border-radius: 150px;
                            -moz-border-radius: 150px;
                            overflow: hidden
                        }

            html body .modal .modal-dialog .modal-content .modal-body {
                padding: 16px
            }

                html body .modal .modal-dialog .modal-content .modal-body .speaker-profile-body {
                    position: relative;
                    min-height: 41px
                }

                    html body .modal .modal-dialog .modal-content .modal-body .speaker-profile-body .people-bio {
                        position: relative;
                        padding: 0 0 56px 0;
                        height: auto;
                        margin: -16px -16px 0 -16px
                    }

                        html body .modal .modal-dialog .modal-content .modal-body .speaker-profile-body .people-bio .people-bio-content {
                            background-color: #e6e6e6
                        }

                            html body .modal .modal-dialog .modal-content .modal-body .speaker-profile-body .people-bio .people-bio-content p {
                                padding: 16px
                            }

                        html body .modal .modal-dialog .modal-content .modal-body .speaker-profile-body .people-bio .btn-bio {
                            position: absolute;
                            left: 50%;
                            bottom: 0;
                            transform: translateX(-50%);
                            min-width: 100px;
                            border: none;
                            border-top-left-radius: 0;
                            border-top-right-radius: 0;
                            color: #fff
                        }

                            html body .modal .modal-dialog .modal-content .modal-body .speaker-profile-body .people-bio .btn-bio svg {
                                fill: #fff;
                                margin: 0 0 0 6px;
                                width: 10px;
                                -webkit-transform: rotate(-180deg);
                                -moz-transform: rotate(-180deg);
                                -ms-transform: rotate(-180deg);
                                -o-transform: rotate(-180deg);
                                transform: rotate(-180deg);
                                -webkit-transition: all .5s ease-in-out;
                                -moz-transition: all .5s ease-in-out;
                                -o-transition: all .5s ease-in-out;
                                transition: all .5s ease-in-out
                            }

                        html body .modal .modal-dialog .modal-content .modal-body .speaker-profile-body .people-bio .collapsed svg {
                            -webkit-transform: rotate(0deg);
                            -moz-transform: rotate(0deg);
                            -ms-transform: rotate(0deg);
                            -o-transform: rotate(0deg);
                            transform: rotate(0deg)
                        }

                    html body .modal .modal-dialog .modal-content .modal-body .speaker-profile-body .people-session-bio {
                        margin: 20px 0 0 0
                    }

                        html body .modal .modal-dialog .modal-content .modal-body .speaker-profile-body .people-session-bio .CMS-textarea ul {
                            width: 100%
                        }

                html body .modal .modal-dialog .modal-content .modal-body .form-row .form-group {
                    margin: 0
                }

                    html body .modal .modal-dialog .modal-content .modal-body .form-row .form-group .form-label {
                        font-size: 14px;
                        line-height: 20px;
                        font-weight: 500;
                        margin: 0 0 4px 0
                    }

                    html body .modal .modal-dialog .modal-content .modal-body .form-row .form-group .form-help-text {
                        color: #999;
                        margin: 4px 0 0 0
                    }

                    html body .modal .modal-dialog .modal-content .modal-body .form-row .form-group .form-control {
                        font-size: 14px;
                        line-height: 20px;
                        font-weight: 300;
                        padding: 8px 10px;
                        height: auto;
                        border: 1px solid #e6e6e6;
                        color: #000
                    }

                        html body .modal .modal-dialog .modal-content .modal-body .form-row .form-group .form-control:focus {
                            outline: none;
                            box-shadow: none;
                            border: 1px solid #ccc
                        }

                html body .modal .modal-dialog .modal-content .modal-body .form-row + .form-row {
                    margin: 10px 0 0 0
                }

                html body .modal .modal-dialog .modal-content .modal-body .list-of-recent-attendees {
                    text-align: center;
                    justify-content: left
                }

                    html body .modal .modal-dialog .modal-content .modal-body .list-of-recent-attendees .row .col-12:nth-child(1) {
                        margin: 0
                    }

                    html body .modal .modal-dialog .modal-content .modal-body .list-of-recent-attendees .row .col-12 {
                        margin: 16px 0 0 0;
                        text-align: center
                    }

                        html body .modal .modal-dialog .modal-content .modal-body .list-of-recent-attendees .row .col-12 p b, html body .modal .modal-dialog .modal-content .modal-body .list-of-recent-attendees .row .col-12 p strong {
                            font-weight: 700
                        }

                        html body .modal .modal-dialog .modal-content .modal-body .list-of-recent-attendees .row .col-12 p + p {
                            margin: 5px 0 0 0
                        }

                html body .modal .modal-dialog .modal-content .modal-body .contact-container h5 {
                    text-align: left;
                    margin: 0 0 10px 0
                }

                html body .modal .modal-dialog .modal-content .modal-body .contact-container .contact-person .contact-person-container {
                    display: flex;
                    align-items: center
                }

                    html body .modal .modal-dialog .modal-content .modal-body .contact-container .contact-person .contact-person-container .contact-person-photo {
                        background-size: cover;
                        min-height: 110px;
                        min-width: 110px;
                        height: 110px;
                        width: 110px;
                        border-radius: 110px;
                        -webkit-border-radius: 110px;
                        -moz-border-radius: 110px;
                        -o-border-radius: 110px;
                        margin: 0 16px 0 0
                    }

                    html body .modal .modal-dialog .modal-content .modal-body .contact-container .contact-person .contact-person-container .contact-person-info a {
                        display: block;
                        color: #000
                    }

                        html body .modal .modal-dialog .modal-content .modal-body .contact-container .contact-person .contact-person-container .contact-person-info a:hover, html body .modal .modal-dialog .modal-content .modal-body .contact-container .contact-person .contact-person-container .contact-person-info a:focus {
                            color: #000;
                            text-decoration: underline
                        }

            html body .modal .modal-dialog .modal-content .modal-footer {
                padding: 16px;
                border-top: 1px solid #e6e6e6;
                display: initial
            }

                html body .modal .modal-dialog .modal-content .modal-footer .btn {
                    width: 100%
                }

                    html body .modal .modal-dialog .modal-content .modal-footer .btn::after {
                        display: none
                    }

                    html body .modal .modal-dialog .modal-content .modal-footer .btn + .btn {
                        margin: 16px 0 0 0
                    }

html body footer {
    padding: 30px 0 15px 0;
    text-align: center
}

    html body footer p.small-body {
        letter-spacing: .5px
    }

        html body footer p.small-body b, html body footer p.small-body strong {
            font-weight: 700
        }

    html body footer .contact-social-media {
        margin: 0 0 15px 0
    }

        html body footer .contact-social-media .row .col-md-5 {
            margin: 20px 0 0 0
        }

        html body footer .contact-social-media .contact-container h5 {
            text-align: center;
            margin: 0 0 10px 0
        }

        html body footer .contact-social-media .contact-container .contact-person .contact-person-container {
            display: flex;
            justify-content: center;
            align-items: center
        }

            html body footer .contact-social-media .contact-container .contact-person .contact-person-container .contact-person-photo {
                background-size: cover;
                min-height: 110px;
                min-width: 110px;
                height: 110px;
                width: 110px;
                border-radius: 110px;
                -webkit-border-radius: 110px;
                -moz-border-radius: 110px;
                -o-border-radius: 110px;
                margin: 0 16px 0 0
            }

            html body footer .contact-social-media .contact-container .contact-person .contact-person-container .contact-person-info a {
                display: block;
                color: #000
            }

                html body footer .contact-social-media .contact-container .contact-person .contact-person-container .contact-person-info a:hover, html body footer .contact-social-media .contact-container .contact-person .contact-person-container .contact-person-info a:focus {
                    color: #000;
                    text-decoration: underline
                }

        html body footer .contact-social-media .social-media {
            text-align: center
        }

            html body footer .contact-social-media .social-media h5 {
                margin: 0 0 3px 0;
                text-align: center
            }

            html body footer .contact-social-media .social-media .social-media-container {
                display: flex;
                justify-content: center;
                margin: 10px 0 0 0
            }

                html body footer .contact-social-media .social-media .social-media-container .btn-social {
                    display: flex;
                    align-items: center;
                    min-width: auto;
                    height: 40px;
                    width: 40px;
                    background-color: #999;
                    border: none;
                    border-radius: 4px;
                    -webkit-transition: all .5s ease-in-out;
                    -moz-transition: all .5s ease-in-out;
                    -o-transition: all .5s ease-in-out;
                    transition: all .5s ease-in-out
                }

                    html body footer .contact-social-media .social-media .social-media-container .btn-social .social-icon {
                        height: 40px;
                        width: 40px;
                        border-radius: 4px;
                        -webkit-transition: all .5s ease-in-out;
                        -moz-transition: all .5s ease-in-out;
                        -o-transition: all .5s ease-in-out;
                        transition: all .5s ease-in-out
                    }

                        html body footer .contact-social-media .social-media .social-media-container .btn-social .social-icon #youtube-play {
                            fill: #999;
                            -webkit-transition: all .5s ease-in-out;
                            -moz-transition: all .5s ease-in-out;
                            -o-transition: all .5s ease-in-out;
                            transition: all .5s ease-in-out
                        }

                            html body footer .contact-social-media .social-media .social-media-container .btn-social .social-icon #youtube-play:hover, html body footer .contact-social-media .social-media .social-media-container .btn-social .social-icon #youtube-play:focus {
                                -webkit-transition: all .5s ease-in-out;
                                -moz-transition: all .5s ease-in-out;
                                -o-transition: all .5s ease-in-out;
                                transition: all .5s ease-in-out
                            }

                    html body footer .contact-social-media .social-media .social-media-container .btn-social:hover, html body footer .contact-social-media .social-media .social-media-container .btn-social:focus {
                        background-color: gray;
                        -webkit-transition: all .5s ease-in-out;
                        -moz-transition: all .5s ease-in-out;
                        -o-transition: all .5s ease-in-out;
                        transition: all .5s ease-in-out
                    }

                        html body footer .contact-social-media .social-media .social-media-container .btn-social:hover .social-media-linkedin, html body footer .contact-social-media .social-media .social-media-container .btn-social:focus .social-media-linkedin {
                            background-color: #056493
                        }

                        html body footer .contact-social-media .social-media .social-media-container .btn-social:hover .social-media-twitter, html body footer .contact-social-media .social-media .social-media-container .btn-social:focus .social-media-twitter {
                            background-color: #000
                        }

                        html body footer .contact-social-media .social-media .social-media-container .btn-social:hover .social-media-youtube, html body footer .contact-social-media .social-media .social-media-container .btn-social:focus .social-media-youtube {
                            background-color: red
                        }

                            html body footer .contact-social-media .social-media .social-media-container .btn-social:hover .social-media-youtube #youtube-play, html body footer .contact-social-media .social-media .social-media-container .btn-social:focus .social-media-youtube #youtube-play {
                                fill: red
                            }

                        html body footer .contact-social-media .social-media .social-media-container .btn-social:hover .social-media-vimeo, html body footer .contact-social-media .social-media .social-media-container .btn-social:focus .social-media-vimeo {
                            background-color: #1AB7EA
                        }

                    html body footer .contact-social-media .social-media .social-media-container .btn-social + .btn-social {
                        margin: 0 0 0 10px
                    }

    html body footer .me-group {
        padding: 15px 0 0 0;
        border-top: 1px solid #000;
        text-align: center
    }

        html body footer .me-group .me-group-content {
            display: flex;
            flex-direction: column;
            gap: 16px;
            align-items: center
        }

            html body footer .me-group .me-group-content img {
                height: 50px
            }

            html body footer .me-group .me-group-content .me-40-celebrate {
                display: flex;
                align-items: center
            }

                html body footer .me-group .me-group-content .me-40-celebrate a {
                    display: inline-flex
                }

                    html body footer .me-group .me-group-content .me-40-celebrate a svg {
                        height: 50px
                    }

                        html body footer .me-group .me-group-content .me-40-celebrate a svg .st0 {
                            fill: #fff
                        }

                        html body footer .me-group .me-group-content .me-40-celebrate a svg .st1 {
                            fill: #000
                        }

                    html body footer .me-group .me-group-content .me-40-celebrate a::before {
                        display: none;
                        content: "";
                        margin: 0 0 16px 0;
                        width: 25px;
                        height: 1px;
                        background-color: #000
                    }

    html body footer .footer-links {
        padding: 15px 0 0 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center
    }

        html body footer .footer-links p b, html body footer .footer-links p strong, html body footer .footer-links a b, html body footer .footer-links a strong {
            font-weight: 700
        }

        html body footer .footer-links .links-container {
            margin: 0;
            padding: 0;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: center
        }

            html body footer .footer-links .links-container li {
                list-style: none
            }

                html body footer .footer-links .links-container li a {
                    padding: 8px 6px;
                    color: #000
                }

                    html body footer .footer-links .links-container li a:hover, html body footer .footer-links .links-container li a:focus {
                        text-decoration: underline;
                        color: #000
                    }

html body .ico-button {
    height: 30px;
    width: 30px;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    overflow: hidden;
    padding: 0;
    position: relative;
    outline: none !important;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

    html body .ico-button svg {
        height: 14px;
        width: 14px;
        position: absolute;
        top: 7px;
        left: 7px
    }

        html body .ico-button svg path {
            fill: #000;
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out
        }

@media only screen and (min-width: 576px) {
    html body header .navbar .container-fluid .navbar-container .navbar-brand .me-40-celebrate {
        display: flex;
        align-items: center
    }

        html body header .navbar .container-fluid .navbar-container .navbar-brand .me-40-celebrate a {
            display: contents
        }

            html body header .navbar .container-fluid .navbar-container .navbar-brand .me-40-celebrate a svg {
                height: 50px
            }

                html body header .navbar .container-fluid .navbar-container .navbar-brand .me-40-celebrate a svg .st0 {
                    fill: #fff
                }

                html body header .navbar .container-fluid .navbar-container .navbar-brand .me-40-celebrate a svg .st1 {
                    fill: #999
                }

        html body header .navbar .container-fluid .navbar-container .navbar-brand .me-40-celebrate::before {
            display: inline-flex;
            content: "";
            margin: 0 16px 0 0;
            width: 1px;
            height: 50%;
            background-color: #999
        }

    html body header .navbar .container-fluid .navbar-collapse {
        border-top: 1px solid #999
    }

        html body header .navbar .container-fluid .navbar-collapse .main-navbar {
            max-height: auto;
            overflow: hidden
        }

            html body header .navbar .container-fluid .navbar-collapse .main-navbar .navbar-nav {
                display: flex;
                flex-direction: row;
                flex-wrap: wrap
            }

                html body header .navbar .container-fluid .navbar-collapse .main-navbar .navbar-nav .nav-item {
                    flex: 0 0 33.333333%
                }

    html body .flex-grid {
        flex-direction: row;
        flex-wrap: wrap
    }

        html body .flex-grid .flex-child {
            flex: 0 0 48.484937%
        }

    html body .video-container .vimeo-player-container {
        flex-direction: row
    }

        html body .video-container .vimeo-player-container .video-frame {
            flex: 0 0 50%
        }

            html body .video-container .vimeo-player-container .video-frame:nth-child(1) {
                padding: 0 8px 0 0
            }

            html body .video-container .vimeo-player-container .video-frame:nth-child(2) {
                padding: 0 0 0 8px
            }

    html body .social-media-accounts .row-narrow {
        margin-left: -6px;
        margin-right: -6px
    }

        html body .social-media-accounts .row-narrow .col-3 {
            margin-top: 0;
            padding-left: 6px;
            padding-right: 6px;
            flex: 0 0 25% !important;
            max-width: 25% !important
        }

    html body .event-gallery .gallery-container ul li {
        width: 33.333%
    }

    html body .experience-points .row .col-4 {
        width: 50%;
        flex: 0 0 50%
    }

        html body .experience-points .row .col-4 + .col-4 {
            margin: 20px 0 0 0
        }

        html body .experience-points .row .col-4:nth-child(1), html body .experience-points .row .col-4:nth-child(2) {
            margin: 0
        }

    html body footer .me-group {
        text-align: left
    }

        html body footer .me-group .me-group-content {
            flex-direction: row
        }

            html body footer .me-group .me-group-content .me-40-celebrate a {
                align-items: center
            }

                html body footer .me-group .me-group-content .me-40-celebrate a::before {
                    display: inline-flex;
                    content: "";
                    margin: 0 16px 0 0;
                    width: 1px;
                    height: 25px;
                    background-color: #000
                }

    html body footer .footer-links {
        flex-direction: row
    }
}

@media only screen and (min-width: 768px) {
    html body {
        font-size: 1.2rem
    }

        html body h1 {
            font-size: 2.986rem
        }

        html body h2 {
            font-size: 2.488rem
        }

        html body h3, html body h4 {
            font-size: 1.728rem
        }

        html body h5 {
            font-size: 1.44rem
        }

        html body p, html body a {
            font-size: 1.2rem
        }

            html body p.title, html body a.title {
                font-size: 1.44rem
            }

            html body p.sub-body, html body a.sub-body {
                font-size: 1rem
            }

            html body p.small-body, html body a.small-body {
                font-size: .833rem
            }

        html body .btn {
            font-size: 1rem
        }

        html body .container-fluid {
            padding-left: 16px;
            padding-right: 16px
        }

            html body .container-fluid .row {
                margin-left: -16px;
                margin-right: -16px
            }

                html body .container-fluid .row .col, html body .container-fluid .row .col-1, html body .container-fluid .row .col-2, html body .container-fluid .row .col-3, html body .container-fluid .row .col-4, html body .container-fluid .row .col-5, html body .container-fluid .row .col-6, html body .container-fluid .row .col-7, html body .container-fluid .row .col-8, html body .container-fluid .row .col-9, html body .container-fluid .row .col-10, html body .container-fluid .row .col-11, html body .container-fluid .row .col-12 {
                    padding-left: 16px;
                    padding-right: 16px
                }

                html body .container-fluid .row .col-mobile {
                    display: block
                }

                html body .container-fluid .row .col {
                    flex-basis: 0
                }

                html body .container-fluid .row .col-1 {
                    flex: 0 0 8.333333%;
                    max-width: 8.333333%
                }

                html body .container-fluid .row .col-2 {
                    flex: 0 0 16.666667%;
                    max-width: 16.666667%
                }

                html body .container-fluid .row .col-3 {
                    flex: 0 0 25%;
                    max-width: 25%
                }

                html body .container-fluid .row .col-4 {
                    flex: 0 0 33.333333%;
                    max-width: 33.333333%
                }

                html body .container-fluid .row .col-5 {
                    flex: 0 0 41.666667%;
                    max-width: 41.666667%
                }

                html body .container-fluid .row .col-6 {
                    flex: 0 0 50%;
                    max-width: 50%
                }

                html body .container-fluid .row .col-7 {
                    flex: 0 0 58.333333%;
                    max-width: 58.333333%
                }

                html body .container-fluid .row .col-8 {
                    flex: 0 0 66.666667%;
                    max-width: 66.666667%
                }

                html body .container-fluid .row .col-9 {
                    flex: 0 0 75%;
                    max-width: 75%
                }

                html body .container-fluid .row .col-10 {
                    flex: 0 0 83.333333%;
                    max-width: 83.333333%
                }

                html body .container-fluid .row .col-11 {
                    flex: 0 0 91.666667%;
                    max-width: 91.666667%
                }

                html body .container-fluid .row .col-12 {
                    flex: 0 0 100%;
                    max-width: 100%
                }

            html body .container-fluid .row-narrow {
                margin-left: -8px;
                margin-right: -8px
            }

                html body .container-fluid .row-narrow .col {
                    flex-basis: inherit
                }

                html body .container-fluid .row-narrow .col, html body .container-fluid .row-narrow .col-1, html body .container-fluid .row-narrow .col-2, html body .container-fluid .row-narrow .col-3, html body .container-fluid .row-narrow .col-4, html body .container-fluid .row-narrow .col-5, html body .container-fluid .row-narrow .col-6, html body .container-fluid .row-narrow .col-7, html body .container-fluid .row-narrow .col-8, html body .container-fluid .row-narrow .col-9, html body .container-fluid .row-narrow .col-10, html body .container-fluid .row-narrow .col-11, html body .container-fluid .row-narrow .col-12 {
                    padding-left: 8px;
                    padding-right: 8px
                }

                html body .container-fluid .row-narrow + .row-narrow {
                    margin: 16px -8px 0 -8px
                }

        html body .event-information ul {
            display: flex;
            justify-content: center;
            flex-direction: row
        }

            html body .event-information ul li {
                padding: 0 16px;
                display: flex
            }

                html body .event-information ul li p {
                    align-self: center
                }

                html body .event-information ul li:first-of-type {
                    padding: 0 16px 0 0
                }

                html body .event-information ul li:last-of-type {
                    padding: 0 0 0 16px
                }

                html body .event-information ul li + li {
                    margin-top: 0;
                    padding-top: 0
                }

                    html body .event-information ul li + li:before {
                        content: "";
                        position: absolute;
                        top: 50%;
                        transform: translateY(-50%);
                        left: 0;
                        width: 1px;
                        height: 50%;
                        border-left: 1px solid #fff
                    }

        html body .form-container .form-row .form-group + .form-group {
            margin-top: 0
        }

        html body .CMS-textarea ul {
            margin: 10px auto 0 auto;
            width: 50%
        }

        html body .content-block-container .content-block .content-container .content-title .content-subtitle {
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center
        }

            html body .content-block-container .content-block .content-container .content-title .content-subtitle .spacer {
                display: block;
                width: 1px;
                height: 18px;
                margin: 0 10px
            }

        html body .content-block-container .content-block-parallax .parallax-image {
            background-attachment: fixed;
            max-width: initial
        }

        html body .flex-grid .flex-child {
            flex: 0 0 31.851963%
        }

        html body .flex-grid-2 .flex-child {
            flex: 0 0 49.153299% !important
        }

        html body .event-quote-container {
            margin: 0 auto;
            max-width: 83.333333%
        }

            html body .event-quote-container .quote {
                font-size: 2.875rem;
                letter-spacing: 0
            }

            html body .event-quote-container .quote-author {
                font-size: 1.375rem;
                letter-spacing: 0
            }

        html body #carouselReviews, html body #carouselServices {
            width: 83.333333%
        }

            html body #carouselReviews .carousel-inner .carousel-item .reviews-container p.review, html body #carouselServices .carousel-inner .carousel-item .reviews-container p.review {
                font-size: 1.75rem
            }

            html body #carouselReviews .carousel-inner .carousel-item .reviews-container .job-title p, html body #carouselServices .carousel-inner .carousel-item .reviews-container .job-title p {
                font-size: 1.375rem
            }

        html body .list-of-profiles .row .col-6:nth-child(1), html body .list-of-profiles .row .col-6:nth-child(2) {
            margin: 0
        }

        html body .list-of-profiles .dual-presentations .people-profile .people-container .col-6:nth-child(1) .people-details {
            border-top-right-radius: 0
        }

        html body .list-of-profiles .dual-presentations .people-profile .people-container .col-6:nth-child(2) .people-details {
            border-top-right-radius: 4px
        }

        html body .list-of-profiles .dual-presentations .people-profile .people-container .col-6 + .col-6 .people-details {
            border-radius: 0
        }

        html body .people-profile .people-container .people-details {
            padding: 20px 30px
        }

        html body .people-profile .people-container .people-bio p {
            padding: 20px 30px
        }

        html body .people-profile .people-container .people-session-bio {
            padding: 20px 30px
        }

        html body .event-gallery .gallery-container ul li {
            width: 25%
        }

        html body .experience-points .row .col-4 {
            width: auto
        }

            html body .experience-points .row .col-4 + .col-4 {
                margin: 16px 0 0 0
            }

            html body .experience-points .row .col-4:nth-child(1), html body .experience-points .row .col-4:nth-child(2), html body .experience-points .row .col-4:nth-child(3) {
                margin: 0
            }

        html body .timeline-container .col-10 {
            display: flex;
            align-items: top;
            flex-wrap: nowrap
        }

        html body .timeline-container .timeline-pills {
            display: block;
            min-width: 256px;
            position: relative
        }

            html body .timeline-container .timeline-pills .timeline-bar {
                position: absolute;
                top: 0;
                right: 14px;
                width: 2px;
                height: 280px;
                background-color: #999
            }

            html body .timeline-container .timeline-pills a {
                font-size: 14px;
                line-height: 24px;
                text-transform: uppercase;
                color: #000;
                text-align: right;
                padding: 4px 55px 4px 0;
                position: relative
            }

                html body .timeline-container .timeline-pills a .pill-arrow {
                    position: absolute;
                    right: 0;
                    top: 0;
                    height: 30px;
                    width: 30px;
                    border-radius: 30px;
                    -webkit-border-radius: 30px;
                    -moz-border-radius: 30px;
                    background-color: #999;
                    -webkit-transition: all .5s ease-in-out;
                    -moz-transition: all .5s ease-in-out;
                    -o-transition: all .5s ease-in-out;
                    transition: all .5s ease-in-out
                }

                    html body .timeline-container .timeline-pills a .pill-arrow img {
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        transform: translate(-50%, -50%);
                        width: 16px
                    }

                html body .timeline-container .timeline-pills a.active {
                    background-color: transparent !important;
                    color: #000 !important;
                    font-weight: 700;
                    letter-spacing: 1px
                }

                    html body .timeline-container .timeline-pills a.active .pill-arrow {
                        -webkit-transition: all .5s ease-in-out;
                        -moz-transition: all .5s ease-in-out;
                        -o-transition: all .5s ease-in-out;
                        transition: all .5s ease-in-out
                    }

                html body .timeline-container .timeline-pills a + a {
                    margin: 20px 0 0 0
                }

                html body .timeline-container .timeline-pills a:hover, html body .timeline-container .timeline-pills a:focus {
                    cursor: pointer
                }

        html body .timeline-container .tab-content {
            padding: 0 0 0 30px;
            text-align: left
        }

            html body .timeline-container .tab-content .tab-pane .pill-arrow {
                display: none
            }

            html body .timeline-container .tab-content .tab-pane + .tab-pane {
                margin: 0
            }

            html body .timeline-container .tab-content .fade {
                display: none;
                opacity: 0
            }

            html body .timeline-container .tab-content .active {
                display: block;
                opacity: 1
            }

        html body .development-points #developmentPointsAccordion .row-narrow .col-5 {
            width: 20%;
            max-width: 20%;
            flex: 20%;
            padding-left: 4px;
            padding-right: 4px
        }

            html body .development-points #developmentPointsAccordion .row-narrow .col-5 .card {
                height: 100%
            }

                html body .development-points #developmentPointsAccordion .row-narrow .col-5 .card .collapse, html body .development-points #developmentPointsAccordion .row-narrow .col-5 .card .show, html body .development-points #developmentPointsAccordion .row-narrow .col-5 .card .collapsing {
                    display: none !important
                }

                html body .development-points #developmentPointsAccordion .row-narrow .col-5 .card .btn {
                    min-width: 10px;
                    padding: 10px 6px
                }

            html body .development-points #developmentPointsAccordion .row-narrow .col-5:nth-child(-n+5) {
                margin: 0
            }

        html body .development-points #developmentPointsAccordion .development-points-desktop-content {
            display: block;
            height: auto;
            margin: 16px 0 0 0
        }

            html body .development-points #developmentPointsAccordion .development-points-desktop-content .development-points-container {
                overflow: hidden;
                position: relative;
                text-align: center
            }

                html body .development-points #developmentPointsAccordion .development-points-desktop-content .development-points-container .card-body {
                    padding: 0
                }

                    html body .development-points #developmentPointsAccordion .development-points-desktop-content .development-points-container .card-body h5 {
                        margin: 0 0 10px 0
                    }

                html body .development-points #developmentPointsAccordion .development-points-desktop-content .development-points-container .collapse {
                    top: 0;
                    visibility: visible;
                    opacity: 0;
                    background-color: #fff;
                    width: 100%
                }

                    html body .development-points #developmentPointsAccordion .development-points-desktop-content .development-points-container .collapse.show {
                        visibility: visible;
                        opacity: 1
                    }

                html body .development-points #developmentPointsAccordion .development-points-desktop-content .development-points-container .collapsing {
                    position: relative;
                    visibility: visible;
                    opacity: 0;
                    -webkit-transition: all .5s ease-in-out;
                    -moz-transition: all .5s ease-in-out;
                    -o-transition: all .5s ease-in-out;
                    transition: all .5s ease-in-out
                }

        html body .sample-agenda .row .col .card .card-body ul li .row .col-6 {
            max-width: 100%
        }

            html body .sample-agenda .row .col .card .card-body ul li .row .col-6:nth-child(1) {
                flex: 0 0 48%
            }

            html body .sample-agenda .row .col .card .card-body ul li .row .col-6:nth-child(2) {
                flex: 0 0 52%
            }

        html body .sample-agenda .row .col + .col {
            margin: 0
        }

        html body .media-posts-container .row .col-3 {
            flex: 0 0 33.333%;
            max-width: 33.333%
        }

            html body .media-posts-container .row .col-3:nth-child(1), html body .media-posts-container .row .col-3:nth-child(2), html body .media-posts-container .row .col-3:nth-child(3) {
                margin: 0
            }

        html body .modal .modal-dialog {
            margin: 30px auto
        }

            html body .modal .modal-dialog .modal-content .modal-header {
                padding: 20px 30px
            }

                html body .modal .modal-dialog .modal-content .modal-header .modal-title {
                    line-height: 30px
                }

                html body .modal .modal-dialog .modal-content .modal-header .speaker-profile-header {
                    display: flex
                }

                    html body .modal .modal-dialog .modal-content .modal-header .speaker-profile-header .people-details {
                        text-align: left;
                        display: flex;
                        align-items: center
                    }

                        html body .modal .modal-dialog .modal-content .modal-header .speaker-profile-header .people-details .people-photo {
                            margin: 0 20px 0 0
                        }

            html body .modal .modal-dialog .modal-content .modal-body {
                padding: 20px 30px
            }

                html body .modal .modal-dialog .modal-content .modal-body .speaker-profile-body .people-bio {
                    margin: -20px -30px 0 -30px
                }

                    html body .modal .modal-dialog .modal-content .modal-body .speaker-profile-body .people-bio .people-bio-content p {
                        padding: 20px 30px
                    }

                html body .modal .modal-dialog .modal-content .modal-body .speaker-profile-body .people-session-bio {
                    margin: 20px 0 0 0
                }

            html body .modal .modal-dialog .modal-content .modal-footer {
                display: flex
            }

                html body .modal .modal-dialog .modal-content .modal-footer .btn {
                    width: auto
                }

                    html body .modal .modal-dialog .modal-content .modal-footer .btn::after {
                        display: block
                    }

                    html body .modal .modal-dialog .modal-content .modal-footer .btn + .btn {
                        margin: 0 0 0 6px
                    }

        html body footer {
            text-align: left
        }

            html body footer .contact-social-media .row .col-md-5 {
                margin: 0
            }

            html body footer .contact-social-media .contact-container h5 {
                text-align: left
            }

            html body footer .contact-social-media .contact-container .contact-person .contact-person-container {
                flex-wrap: wrap;
                justify-content: flex-start
            }

                html body footer .contact-social-media .contact-container .contact-person .contact-person-container .contact-person-photo {
                    margin: 0 16px 0 0
                }

            html body footer .contact-social-media .social-media {
                text-align: left
            }

                html body footer .contact-social-media .social-media h5 {
                    text-align: left
                }

                html body footer .contact-social-media .social-media .social-media-container {
                    justify-content: flex-start
                }
}

@media only screen and (min-width: 992px) {
    html body .nav-up {
        top: -127px
    }

    html body header .navbar {
        flex-wrap: wrap
    }

        html body header .navbar .container-fluid {
            display: block
        }

            html body header .navbar .container-fluid .navbar-container .navbar-buttons {
                display: inherit;
                z-index: 1
            }

                html body header .navbar .container-fluid .navbar-container .navbar-buttons .btn-navbar + .btn-navbar {
                    margin: 0 0 0 5px
                }

                html body header .navbar .container-fluid .navbar-container .navbar-buttons a.language-selection {
                    margin: 0 0 0 1rem;
                    padding: 0 0 0 .5rem;
                    overflow: hidden;
                    display: flex;
                    align-items: center;
                    gap: 6px;
                    -webkit-border-radius: .375rem;
                    -moz-border-radius: .375rem;
                    -o-border-radius: .375rem;
                    border-radius: .375rem
                }

                    html body header .navbar .container-fluid .navbar-container .navbar-buttons a.language-selection p {
                        color: #fff
                    }

                    html body header .navbar .container-fluid .navbar-container .navbar-buttons a.language-selection img {
                        height: 30px;
                        width: 30px;
                        border: 1px solid #333;
                        -webkit-border-radius: .375rem;
                        -moz-border-radius: .375rem;
                        -o-border-radius: .375rem;
                        border-radius: .375rem
                    }

                    html body header .navbar .container-fluid .navbar-container .navbar-buttons a.language-selection:hover, html body header .navbar .container-fluid .navbar-container .navbar-buttons a.language-selection:focus {
                        background-color: #333
                    }

            html body header .navbar .container-fluid .navbar-collapse .main-navbar {
                width: 100%;
                overflow: hidden;
                margin: 0
            }

                html body header .navbar .container-fluid .navbar-collapse .main-navbar .navbar-nav {
                    flex-wrap: nowrap;
                    margin: 0 auto;
                    max-width: 1200px
                }

                    html body header .navbar .container-fluid .navbar-collapse .main-navbar .navbar-nav .nav-item {
                        flex: 1 1 0;
                        position: relative;
                        -webkit-transition: all .5s ease-in-out;
                        -moz-transition: all .5s ease-in-out;
                        -o-transition: all .5s ease-in-out;
                        transition: all .5s ease-in-out
                    }

                        html body header .navbar .container-fluid .navbar-collapse .main-navbar .navbar-nav .nav-item .nav-link {
                            width: 100%;
                            height: 100%;
                            padding: 1.25rem .5rem;
                            font-size: .75rem;
                            display: flex;
                            justify-content: center;
                            align-items: center
                        }

                    html body header .navbar .container-fluid .navbar-collapse .main-navbar .navbar-nav .nav-item-cta {
                        display: none
                    }

                html body header .navbar .container-fluid .navbar-collapse .main-navbar .navbar-nav-breadcrumb .breadcrumb {
                    margin: 0
                }

                    html body header .navbar .container-fluid .navbar-collapse .main-navbar .navbar-nav-breadcrumb .breadcrumb .breadcrumb-item {
                        line-height: .8
                    }

    html body .flex-grid .flex-child {
        flex: 0 0 23.729121%
    }

    html body .flex-grid-3 .flex-child {
        flex: 0 0 32.2%
    }

    html body #carouselReviews .carousel-inner .carousel-item .service-content, html body #carouselServices .carousel-inner .carousel-item .service-content {
        padding: 0
    }

    html body .people-profile .people-container .people-details {
        display: flex;
        align-items: center
    }

        html body .people-profile .people-container .people-details .people-name {
            padding: 0 0 0 16px;
            text-align: left
        }

    html body .people-profile .people-container .people-bio p {
        padding: 20px 30px
    }

    html body .people-profile .people-container .people-session-bio {
        padding: 20px 30px
    }

    html body .development-points #developmentPointsAccordion .row-narrow .col-5 {
        margin: 8px 0 0 0
    }

        html body .development-points #developmentPointsAccordion .row-narrow .col-5:nth-child(1), html body .development-points #developmentPointsAccordion .row-narrow .col-5:nth-child(2), html body .development-points #developmentPointsAccordion .row-narrow .col-5:nth-child(3), html body .development-points #developmentPointsAccordion .row-narrow .col-5:nth-child(4), html body .development-points #developmentPointsAccordion .row-narrow .col-5:nth-child(5) {
            margin: 0
        }

    html body .development-points #developmentPointsAccordion .development-points-desktop-content {
        margin: 20px 0 0 0
    }

    html body .sample-agenda .row .col .card .card-body ul li .row .col-6 {
        max-width: 100%
    }

        html body .sample-agenda .row .col .card .card-body ul li .row .col-6:nth-child(1) {
            flex: 0 0 36%
        }

        html body .sample-agenda .row .col .card .card-body ul li .row .col-6:nth-child(2) {
            flex: 0 0 64%
        }

    html body .sample-agenda .row .col + .col {
        margin: 0
    }

    html body .media-posts-container .row .col-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

        html body .media-posts-container .row .col-3:nth-child(1), html body .media-posts-container .row .col-3:nth-child(2), html body .media-posts-container .row .col-3:nth-child(3), html body .media-posts-container .row .col-3:nth-child(4) {
            margin: 0
        }
}

@media only screen and (min-width: 1200px) {
    html body header .navbar .container-fluid .navbar-container {
        width: auto
    }
}

html body.IE .parallax-image {
    background-attachment: inherit !important
}

    html body.IE .parallax-image .content-container {
        height: 500px
    }

html body.IE .modal .modal-dialog .modal-content .modal-body .speaker-profile-body .people-bio .btn-bio {
    height: 56px
}

html body.IE .people-profile .people-container .people-bio .btn-bio {
    height: 56px
}
</pre></body></html>