
        /* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */
        * {
            box-sizing: border-box;
        }

       

            html.modal-active, body.modal-active {
                overflow: hidden;
            }
#modal-container {
    position: fixed;
    display: table;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: scale(0);
    z-index: 1;
}
#modal-container .modal-background {
    display: table-cell;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    vertical-align: middle;
}

    #modal-container .modal-background .modal {
        background: white;
        padding: 50px;
        display: inline-block;
        border-radius: 3px;
        font-weight: 300;
        position: relative;
    }

        #modal-container .modal-background .modal h2 {
            font-size: 25px;
            line-height: 25px;
            margin-bottom: 15px;
        }

        #modal-container .modal-background .modal p {
            font-size: 18px;
            line-height: 22px;
        }

        #modal-container .modal-background .modal .modal-svg {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            border-radius: 3px;
        }

            #modal-container .modal-background .modal .modal-svg rect {
                stroke: #fff;
                stroke-width: 2px;
                stroke-dasharray: 778;
                stroke-dashoffset: 778;
            }


    #modal-container.one {
        transform: scaleY(0.01) scaleX(0);
        animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    }

        #modal-container.one .modal-background .modal {
            transform: scale(0);
            animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
        }

        #modal-container.one.out {
            transform: scale(1);
            animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
        }

            #modal-container.one.out .modal-background .modal {
                animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
            }

/*modal containerBB*/
#modal-containerBB {
    position: fixed;
    display: table;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: scale(0);
    z-index: 1;
}

#modal-containerBB .modal-background {
    display: table-cell;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    vertical-align: middle;
}

    #modal-containerBB .modal-background .modal {
        background: white;
        padding: 50px;
        display: inline-block;
        border-radius: 3px;
        font-weight: 300;
        position: relative;
    }

        #modal-containerBB .modal-background .modal h2 {
            font-size: 25px;
            line-height: 25px;
            margin-bottom: 15px;
        }

        #modal-containerBB .modal-background .modal p {
            font-size: 18px;
            line-height: 22px;
        }

        #modal-containerBB .modal-background .modal .modal-svg {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            border-radius: 3px;
        }

            #modal-containerBB .modal-background .modal .modal-svg rect {
                stroke: #fff;
                stroke-width: 2px;
                stroke-dasharray: 778;
                stroke-dashoffset: 778;
            }

    #modal-containerBB.one {
        transform: scaleY(0.01) scaleX(0);
        animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    }

        #modal-containerBB.one .modal-background .modal {
            transform: scale(0);
            animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
        }

        #modal-containerBB.one.out {
            transform: scale(1);
            animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
        }

            #modal-containerBB.one.out .modal-background .modal {
                animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
            }
     
 /*end*/



/*modal containerFA*/
#modal-containerFA {
    position: fixed;
    display: table;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: scale(0);
    z-index: 1;
}

    #modal-containerFA .modal-background {
        display: table-cell;
        background: rgba(0, 0, 0, 0.8);
        text-align: center;
        vertical-align: middle;
    }

        #modal-containerFA .modal-background .modal {
            background: white;
            padding: 50px;
            display: inline-block;
            border-radius: 3px;
            font-weight: 300;
            position: relative;
        }

            #modal-containerFA .modal-background .modal h2 {
                font-size: 25px;
                line-height: 25px;
                margin-bottom: 15px;
            }

            #modal-containerFA .modal-background .modal p {
                font-size: 18px;
                line-height: 22px;
            }

            #modal-containerFA .modal-background .modal .modal-svg {
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 100%;
                border-radius: 3px;
            }

                #modal-containerFA .modal-background .modal .modal-svg rect {
                    stroke: #fff;
                    stroke-width: 2px;
                    stroke-dasharray: 778;
                    stroke-dashoffset: 778;
                }

    #modal-containerFA.one {
        transform: scaleY(0.01) scaleX(0);
        animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    }

        #modal-containerFA.one .modal-background .modal {
            transform: scale(0);
            animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
        }

        #modal-containerFA.one.out {
            transform: scale(1);
            animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
        }

            #modal-containerFA.one.out .modal-background .modal {
                animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
            }

/*end*/

/*modal containerSI*/
#modal-containerSI {
    position: fixed;
    display: table;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: scale(0);
    z-index: 1;
}

    #modal-containerSI .modal-background {
        display: table-cell;
        background: rgba(0, 0, 0, 0.8);
        text-align: center;
        vertical-align: middle;
    }

        #modal-containerSI .modal-background .modal {
            background: white;
            padding: 50px;
            display: inline-block;
            border-radius: 3px;
            font-weight: 300;
            position: relative;
        }

            #modal-containerSI .modal-background .modal h2 {
                font-size: 25px;
                line-height: 25px;
                margin-bottom: 15px;
            }

            #modal-containerSI .modal-background .modal p {
                font-size: 18px;
                line-height: 22px;
            }

            #modal-containerSI .modal-background .modal .modal-svg {
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 100%;
                border-radius: 3px;
            }

                #modal-containerSI .modal-background .modal .modal-svg rect {
                    stroke: #fff;
                    stroke-width: 2px;
                    stroke-dasharray: 778;
                    stroke-dashoffset: 778;
                }

    #modal-containerSI.one {
        transform: scaleY(0.01) scaleX(0);
        animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    }

        #modal-containerSI.one .modal-background .modal {
            transform: scale(0);
            animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
        }

        #modal-containerSI.one.out {
            transform: scale(1);
            animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
        }

            #modal-containerSI.one.out .modal-background .modal {
                animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
            }

/*end*/


/*modal containerOS*/
#modal-containerOS {
    position: fixed;
    display: table;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: scale(0);
    z-index: 1;
}

    #modal-containerOS .modal-background {
        display: table-cell;
        background: rgba(0, 0, 0, 0.8);
        text-align: center;
        vertical-align: middle;
    }

        #modal-containerOS .modal-background .modal {
            background: white;
            padding: 50px;
            display: inline-block;
            border-radius: 3px;
            font-weight: 300;
            position: relative;
        }

            #modal-containerOS .modal-background .modal h2 {
                font-size: 25px;
                line-height: 25px;
                margin-bottom: 15px;
            }

            #modal-containerOS .modal-background .modal p {
                font-size: 18px;
                line-height: 22px;
            }

            #modal-containerOS .modal-background .modal .modal-svg {
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 100%;
                border-radius: 3px;
            }

                #modal-containerOS .modal-background .modal .modal-svg rect {
                    stroke: #fff;
                    stroke-width: 2px;
                    stroke-dasharray: 778;
                    stroke-dashoffset: 778;
                }

    #modal-containerOS.one {
        transform: scaleY(0.01) scaleX(0);
        animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    }

        #modal-containerOS.one .modal-background .modal {
            transform: scale(0);
            animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
        }

        #modal-containerOS.one.out {
            transform: scale(1);
            animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
        }

            #modal-containerOS.one.out .modal-background .modal {
                animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
            }

/*end*/


/*modal containerHR*/
#modal-containerHR {
    position: fixed;
    display: table;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: scale(0);
    z-index: 1;
}

    #modal-containerHR .modal-background {
        display: table-cell;
        background: rgba(0, 0, 0, 0.8);
        text-align: center;
        vertical-align: middle;
    }

        #modal-containerHR .modal-background .modal {
            background: white;
            padding: 50px;
            display: inline-block;
            border-radius: 3px;
            font-weight: 300;
            position: relative;
        }

            #modal-containerHR .modal-background .modal h2 {
                font-size: 25px;
                line-height: 25px;
                margin-bottom: 15px;
            }

            #modal-containerHR .modal-background .modal p {
                font-size: 18px;
                line-height: 22px;
            }

            #modal-containerHR .modal-background .modal .modal-svg {
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 100%;
                border-radius: 3px;
            }

                #modal-containerHR .modal-background .modal .modal-svg rect {
                    stroke: #fff;
                    stroke-width: 2px;
                    stroke-dasharray: 778;
                    stroke-dashoffset: 778;
                }

    #modal-containerHR.one {
        transform: scaleY(0.01) scaleX(0);
        animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    }

        #modal-containerHR.one .modal-background .modal {
            transform: scale(0);
            animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
        }

        #modal-containerHR.one.out {
            transform: scale(1);
            animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
        }

            #modal-containerHR.one.out .modal-background .modal {
                animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
            }

/*end*/

/*modal containerIS*/
#modal-containerIS {
    position: fixed;
    display: table;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: scale(0);
    z-index: 1;
}

    #modal-containerIS .modal-background {
        display: table-cell;
        background: rgba(0, 0, 0, 0.8);
        text-align: center;
        vertical-align: middle;
    }

        #modal-containerIS .modal-background .modal {
            background: white;
            padding: 50px;
            display: inline-block;
            border-radius: 3px;
            font-weight: 300;
            position: relative;
        }

            #modal-containerIS .modal-background .modal h2 {
                font-size: 25px;
                line-height: 25px;
                margin-bottom: 15px;
            }

            #modal-containerIS .modal-background .modal p {
                font-size: 18px;
                line-height: 22px;
            }

            #modal-containerIS .modal-background .modal .modal-svg {
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 100%;
                border-radius: 3px;
            }

                #modal-containerIS .modal-background .modal .modal-svg rect {
                    stroke: #fff;
                    stroke-width: 2px;
                    stroke-dasharray: 778;
                    stroke-dashoffset: 778;
                }

    #modal-containerIS.one {
        transform: scaleY(0.01) scaleX(0);
        animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    }

        #modal-containerIS.one .modal-background .modal {
            transform: scale(0);
            animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
        }

        #modal-containerIS.one.out {
            transform: scale(1);
            animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
        }

            #modal-containerIS.one.out .modal-background .modal {
                animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
            }

/*end*/

/*modal containerUM*/
#modal-containerUM {
    position: fixed;
    display: table;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: scale(0);
    z-index: 1;
}

    #modal-containerUM .modal-background {
        display: table-cell;
        background: rgba(0, 0, 0, 0.8);
        text-align: center;
        vertical-align: middle;
    }

        #modal-containerUM .modal-background .modal {
            background: white;
            padding: 50px;
            display: inline-block;
            border-radius: 3px;
            font-weight: 300;
            position: relative;
        }

            #modal-containerUM .modal-background .modal h2 {
                font-size: 25px;
                line-height: 25px;
                margin-bottom: 15px;
            }

            #modal-containerUM .modal-background .modal p {
                font-size: 18px;
                line-height: 22px;
            }

            #modal-containerUM .modal-background .modal .modal-svg {
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 100%;
                border-radius: 3px;
            }

                #modal-containerUM .modal-background .modal .modal-svg rect {
                    stroke: #fff;
                    stroke-width: 2px;
                    stroke-dasharray: 778;
                    stroke-dashoffset: 778;
                }

    #modal-containerUM.one {
        transform: scaleY(0.01) scaleX(0);
        animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    }

        #modal-containerUM.one .modal-background .modal {
            transform: scale(0);
            animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
        }

        #modal-containerUM.one.out {
            transform: scale(1);
            animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
        }

            #modal-containerUM.one.out .modal-background .modal {
                animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
            }

/*end*/

/*modal containerMR*/
#modal-containerMR {
    position: fixed;
    display: table;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: scale(0);
    z-index: 1;
}

    #modal-containerMR .modal-background {
        display: table-cell;
        background: rgba(0, 0, 0, 0.8);
        text-align: center;
        vertical-align: middle;
    }

        #modal-containerMR .modal-background .modal {
            background: white;
            padding: 50px;
            display: inline-block;
            border-radius: 3px;
            font-weight: 300;
            position: relative;
        }

            #modal-containerMR .modal-background .modal h2 {
                font-size: 25px;
                line-height: 25px;
                margin-bottom: 15px;
            }

            #modal-containerMR .modal-background .modal p {
                font-size: 18px;
                line-height: 22px;
            }

            #modal-containerMR .modal-background .modal .modal-svg {
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 100%;
                border-radius: 3px;
            }

                #modal-containerMR .modal-background .modal .modal-svg rect {
                    stroke: #fff;
                    stroke-width: 2px;
                    stroke-dasharray: 778;
                    stroke-dashoffset: 778;
                }

    #modal-containerMR.one {
        transform: scaleY(0.01) scaleX(0);
        animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    }

        #modal-containerMR.one .modal-background .modal {
            transform: scale(0);
            animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
        }

        #modal-containerMR.one.out {
            transform: scale(1);
            animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
        }

            #modal-containerMR.one.out .modal-background .modal {
                animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
            }

/*end*/

/*modal containerAM*/
#modal-containerAM {
    position: fixed;
    display: table;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: scale(0);
    z-index: 1;
}

    #modal-containerAM .modal-background {
        display: table-cell;
        background: rgba(0, 0, 0, 0.8);
        text-align: center;
        vertical-align: middle;
    }

        #modal-containerAM .modal-background .modal {
            background: white;
            padding: 50px;
            display: inline-block;
            border-radius: 3px;
            font-weight: 300;
            position: relative;
        }

            #modal-containerAM .modal-background .modal h2 {
                font-size: 25px;
                line-height: 25px;
                margin-bottom: 15px;
            }

            #modal-containerAM .modal-background .modal p {
                font-size: 18px;
                line-height: 22px;
            }

            #modal-containerAM .modal-background .modal .modal-svg {
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 100%;
                border-radius: 3px;
            }

                #modal-containerAM .modal-background .modal .modal-svg rect {
                    stroke: #fff;
                    stroke-width: 2px;
                    stroke-dasharray: 778;
                    stroke-dashoffset: 778;
                }

    #modal-containerAM.one {
        transform: scaleY(0.01) scaleX(0);
        animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    }

        #modal-containerAM.one .modal-background .modal {
            transform: scale(0);
            animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
        }

        #modal-containerAM.one.out {
            transform: scale(1);
            animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
        }

            #modal-containerAM.one.out .modal-background .modal {
                animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
            }

/*end*/

/*modal containerPM*/
#modal-containerPM {
    position: fixed;
    display: table;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: scale(0);
    z-index: 1;
}

    #modal-containerPM .modal-background {
        display: table-cell;
        background: rgba(0, 0, 0, 0.8);
        text-align: center;
        vertical-align: middle;
    }

        #modal-containerPM .modal-background .modal {
            background: white;
            padding: 50px;
            display: inline-block;
            border-radius: 3px;
            font-weight: 300;
            position: relative;
        }

            #modal-containerPM .modal-background .modal h2 {
                font-size: 25px;
                line-height: 25px;
                margin-bottom: 15px;
            }

            #modal-containerPM .modal-background .modal p {
                font-size: 18px;
                line-height: 22px;
            }

            #modal-containerPM .modal-background .modal .modal-svg {
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 100%;
                border-radius: 3px;
            }

                #modal-containerPM .modal-background .modal .modal-svg rect {
                    stroke: #fff;
                    stroke-width: 2px;
                    stroke-dasharray: 778;
                    stroke-dashoffset: 778;
                }

    #modal-containerPM.one {
        transform: scaleY(0.01) scaleX(0);
        animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    }

        #modal-containerPM.one .modal-background .modal {
            transform: scale(0);
            animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
        }

        #modal-containerPM.one.out {
            transform: scale(1);
            animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
        }

            #modal-containerPM.one.out .modal-background .modal {
                animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
            }

/*end*/

/*modal containerQS*/
#modal-containerQS {
    position: fixed;
    display: table;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: scale(0);
    z-index: 1;
}

    #modal-containerQS .modal-background {
        display: table-cell;
        background: rgba(0, 0, 0, 0.8);
        text-align: center;
        vertical-align: middle;
    }

        #modal-containerQS .modal-background .modal {
            background: white;
            padding: 50px;
            display: inline-block;
            border-radius: 3px;
            font-weight: 300;
            position: relative;
        }

            #modal-containerQS .modal-background .modal h2 {
                font-size: 25px;
                line-height: 25px;
                margin-bottom: 15px;
            }

            #modal-containerQS .modal-background .modal p {
                font-size: 18px;
                line-height: 22px;
            }

            #modal-containerQS .modal-background .modal .modal-svg {
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 100%;
                border-radius: 3px;
            }

                #modal-containerQS .modal-background .modal .modal-svg rect {
                    stroke: #fff;
                    stroke-width: 2px;
                    stroke-dasharray: 778;
                    stroke-dashoffset: 778;
                }

    #modal-containerQS.one {
        transform: scaleY(0.01) scaleX(0);
        animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    }

        #modal-containerQS.one .modal-background .modal {
            transform: scale(0);
            animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
        }

        #modal-containerQS.one.out {
            transform: scale(1);
            animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
        }

            #modal-containerQS.one.out .modal-background .modal {
                animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
            }

/*end*/


        /*.content {
            min-height: 100%;
            height: 100%;
            background: white;
            position: relative;
            z-index: 0;
        }

            .content h1 {
                padding: 75px 0 30px 0;
                text-align: center;
                font-size: 30px;
                line-height: 30px;
            }

            .content .buttons {
                max-width: 800px;
                margin: 0 auto;
                padding: 0;
                text-align: center;
            }

                .content .buttons .button {
                    display: inline-block;
                    text-align: center;
                    padding: 10px 15px;
                    margin: 10px;
                    background: red;
                    font-size: 18px;
                    background-color: #efefef;
                    border-radius: 3px;
                    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
                    cursor: pointer;
                }

                    .content .buttons .button:hover {
                        color: white;
                        background: #009bd5;
                    }

                .content .buttons .button1 {
                    display: inline-block;
                    text-align: center;
                    padding: 10px 15px;
                    margin: 10px;
                    background: red;
                    font-size: 18px;
                    background-color: #efefef;
                    border-radius: 3px;
                    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
                    cursor: pointer;
                }

                    .content .buttons .button1:hover {
                        color: white;
                        background: #009bd5;
                    }*/




        @keyframes unfoldIn {
            0% {
                transform: scaleY(0.005) scaleX(0);
            }

            50% {
                transform: scaleY(0.005) scaleX(1);
            }

            100% {
                transform: scaleY(1) scaleX(1);
            }
        }

        @keyframes unfoldOut {
            0% {
                transform: scaleY(1) scaleX(1);
            }

            50% {
                transform: scaleY(0.005) scaleX(1);
            }

            100% {
                transform: scaleY(0.005) scaleX(0);
            }
        }

        @keyframes zoomIn {
            0% {
                transform: scale(0);
            }

            100% {
                transform: scale(1);
            }
        }

        @keyframes zoomOut {
            0% {
                transform: scale(1);
            }

            100% {
                transform: scale(0);
            }
        }

        @keyframes fadeIn {
            0% {
                background: rgba(0, 0, 0, 0);
            }

            100% {
                background: rgba(0, 0, 0, 0.7);
            }
        }

        @keyframes fadeOut {
            0% {
                background: rgba(0, 0, 0, 0.7);
            }

            100% {
                background: rgba(0, 0, 0, 0);
            }
        }

        @keyframes scaleUp {
            0% {
                transform: scale(0.8) translateY(1000px);
                opacity: 0;
            }

            100% {
                transform: scale(1) translateY(0px);
                opacity: 1;
            }
        }

        @keyframes scaleDown {
            0% {
                transform: scale(1) translateY(0px);
                opacity: 1;
            }

            100% {
                transform: scale(0.8) translateY(1000px);
                opacity: 0;
            }
        }

        @keyframes scaleBack {
            0% {
                transform: scale(1);
            }

            100% {
                transform: scale(0.85);
            }
        }

        @keyframes scaleForward {
            0% {
                transform: scale(0.85);
            }

            100% {
                transform: scale(1);
            }
        }

        @keyframes quickScaleDown {
            0% {
                transform: scale(1);
            }

            99.9% {
                transform: scale(1);
            }

            100% {
                transform: scale(0);
            }
        }

        @keyframes slideUpLarge {
            0% {
                transform: translateY(0%);
            }

            100% {
                transform: translateY(-100%);
            }
        }

        @keyframes slideDownLarge {
            0% {
                transform: translateY(-100%);
            }

            100% {
                transform: translateY(0%);
            }
        }

        @keyframes moveUp {
            0% {
                transform: translateY(150px);
            }

            100% {
                transform: translateY(0);
            }
        }

        @keyframes moveDown {
            0% {
                transform: translateY(0px);
            }

            100% {
                transform: translateY(150px);
            }
        }

        @keyframes blowUpContent {
            0% {
                transform: scale(1);
                opacity: 1;
            }

            99.9% {
                transform: scale(2);
                opacity: 0;
            }

            100% {
                transform: scale(0);
            }
        }

        @keyframes blowUpContentTwo {
            0% {
                transform: scale(2);
                opacity: 0;
            }

            100% {
                transform: scale(1);
                opacity: 1;
            }
        }

        @keyframes blowUpModal {
            0% {
                transform: scale(0);
            }

            100% {
                transform: scale(1);
            }
        }

        @keyframes blowUpModalTwo {
            0% {
                transform: scale(1);
                opacity: 1;
            }

            100% {
                transform: scale(0);
                opacity: 0;
            }
        }

        @keyframes roadRunnerIn {
            0% {
                transform: translateX(-1500px) skewX(30deg) scaleX(1.3);
            }

            70% {
                transform: translateX(30px) skewX(0deg) scaleX(0.9);
            }

            100% {
                transform: translateX(0px) skewX(0deg) scaleX(1);
            }
        }

        @keyframes roadRunnerOut {
            0% {
                transform: translateX(0px) skewX(0deg) scaleX(1);
            }

            30% {
                transform: translateX(-30px) skewX(-5deg) scaleX(0.9);
            }

            100% {
                transform: translateX(1500px) skewX(30deg) scaleX(1.3);
            }
        }

        @keyframes sketchIn {
            0% {
                stroke-dashoffset: 778;
            }

            100% {
                stroke-dashoffset: 0;
            }
        }

        @keyframes sketchOut {
            0% {
                stroke-dashoffset: 0;
            }

            100% {
                stroke-dashoffset: 778;
            }
        }

        @keyframes modalFadeIn {
            0% {
                background-color: transparent;
            }

            100% {
                background-color: white;
            }
        }

        @keyframes modalFadeOut {
            0% {
                background-color: white;
            }

            100% {
                background-color: transparent;
            }
        }

        @keyframes modalContentFadeIn {
            0% {
                opacity: 0;
                top: -20px;
            }

            100% {
                opacity: 1;
                top: 0;
            }
        }

        @keyframes modalContentFadeOut {
            0% {
                opacity: 1;
                top: 0px;
            }

            100% {
                opacity: 0;
                top: -20px;
            }
        }

        @keyframes bondJamesBond {
            0% {
                transform: translateX(1000px);
            }

            80% {
                transform: translateX(0px);
                border-radius: 75px;
                height: 75px;
                width: 75px;
            }

            90% {
                border-radius: 3px;
                height: 182px;
                width: 247px;
            }

            100% {
                border-radius: 3px;
                height: 162px;
                width: 227px;
            }
        }

        @keyframes killShot {
            0% {
                transform: translateY(0) rotate(0deg);
                opacity: 1;
            }

            100% {
                transform: translateY(300px) rotate(45deg);
                opacity: 0;
            }
        }

        @keyframes fadeToRed {
            0% {
                box-shadow: inset 0 0 0 rgba(201, 24, 24, 0.8);
            }

            100% {
                box-shadow: inset 0 2000px 0 rgba(201, 24, 24, 0.8);
            }
        }

        @keyframes slowFade {
            0% {
                opacity: 1;
            }

            99.9% {
                opacity: 0;
                transform: scale(1);
            }

            100% {
                transform: scale(0);
            }
        }
   
