
 
/* Custom */
.list_hide {display:none}
html, body {height:100vh;overflow:auto}

/* Default */
	.info p.copyright {font-size:0.9em;margin-bottom:0.5em}
	.web_copyright {padding-bottom:50px}
    .web_copyright:hover {
        text-decoration: underline;
    }
    .video-container {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
    }

    .video-container iframe,
    .video-container object,
    .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .list > a {
        text-decoration: none;
    }
    .list > a > img {
        width: 50px;
        height: 50px;
        border-radius: 4px;
        margin-right: 6px;
    }

    .sm-bg{
        background: rgba(0, 0, 0, 0.8);
        position: fixed;
        left:0;
        top:0;
        bottom:0;
        right:0;
        z-index: 99;
        display: none;
        align-items: center;
        justify-content: center;
    }
    .sm-card{
        padding: 17px 17px 23px 17px;
        background: #FEFEFE;
        border-radius: 16px;
        min-width: 308px;
    }
    .sm-header{
        display: flex;
        justify-content: space-between;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        color: #000000;
        align-items: center;

        margin-bottom: 32px;
    }
    .sm-header p{
        margin-bottom: 0;
    }

    .social-row{
        display: flex;
        justify-content: center;
        margin-bottom: 29px;
    }
    .social-row > a{
        margin-right: 18px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .social-row > a:last-child{
        margin-right: 0;
    }
    .social-row > a > p{
        font-size: 12px;
        line-height: 15px;
        color: #979797;
        margin-top: 8px;
        margin-bottom: 0;
    }

    .or-text{
        font-weight: 600;
        font-size: 12px;
        line-height: 15px;
        /* identical to box height, or 125% */

        text-align: center;

        color: #5F5F5F;

        margin-bottom: 14px;

    }

    .link-copy{
        background: rgba(157, 157, 157, 0.04);
        border-radius: 16px;
        font-size: 14px;
        line-height: 17px;
        /* identical to box height, or 125% */

        text-align: center;

        color: #7B7B7B;
        text-align: center;
        padding: 17px 0;
    }

    a {
        text-decoration-line: none;
    }
