        
        .page-image {
            object-position: center;
            
        }
        
        .display-image {
            border-radius: 50%;
            border: solid 3px white;
        }
        
        .page-title {
            font-size: 19px;
            font-weight: 700;
        }
        
        .page-bioline {
            font-size: 16px;
            font-weight: 600;
        }
        
        .page-item-title {
            font-size: 16px;
            font-weight: 700;
        }
        
        .page-item-each {
            color: white;
            font-family: 'Inter', sans-serif;
            font-size: 16px;
            font-weight: 500;
            text-transform: none;
            border-radius: 8px;
            
            min-height: 60px;
        }
        
        .page-item-wrap {
            margin: 16px 0;
        }
        
        .page-item-wrap:last-child {
            margin-bottom: 0;
        }
        
        .page-item-wrap:hover {
            transform: translate3d(0px, 0px, 0px) scale(1.015);
        }
        
        .page-item {
            border: 1px solid #FFFFFF;
            /* background: #FFFFFF ; */
            /* opacity: 3%; */
            border-radius: 10px;
            box-shadow: 0px 6px 14px -6px rgba(24, 39, 75, 0.12), 0px 10px 32px -4px rgba(24, 39, 75, 0.1), inset 0px 0px 2px 1px rgba(24, 39, 75, 0.05);
        }
        
        
        .embed-wrap iframe, .embed-wrap-inside {
            border-radius: 8px;
        }
        
        .link-each-image, .page-item-wrap {
            border-radius: 8px;
        }
        
        .page-text-font {
            font-family: 'Inter', sans-serif;
            text-transform: uppercase;
        }
        .page-text-sub {
            font-family: 'Roboto', sans-serif;
            text-transform: none;
            margin: -2px 0;
        }
        .page-text-sub-sub {
            font-family: 'Roboto', sans-serif;
            text-transform: none;
            /* margin: -2px 0; */
        }
        
        .page-text-color {
            color: white;
            
        }
        
        .social-icon-fill path, .social-icon-fill circle, .social-icon-fill rect {
            fill: #1F365C;
        }
        
        .page-overlay-btn {
            border: 2px solid #1F365C;
        }
        
        .trans {
            opacity: 70%;
        }
        