body, p, h1, h2, h3, h4, h5, h6, span, a, div {
    font-family: 'Almarai', sans-serif !important;
}

body {
    direction: rtl;
    text-align: right;
	margin-left:-10px !important;
	overflow-x: hidden !important;
	margin: 0; padding:0;
	background:#F8F9FA
}

#page {margin-top: -50px !important}
#header a{display:none !important }

#header .description{display:none !important }
#page hr { display: none !important }

.page-header { 
	width: 100%; !important;
	padding-top:0px;
	background:#7B9FD6;
	text-align:center;
	font-size:17px !important;
	font-family: 'Almarai', sans-serif !important;
	height:60px !important;
	margin: 0 auto !important;
	margin-top:-20px !important;
	text-decoration:none;
	color:#fff;
	font-weight:normal
}

.page-header-title {
	font-size:30px !important;
	padding-top:7px 
	}

.breadcrumb { width: 1300px !important; max-width: 1300px !important; padding:8px; text-align:right; font-size:15px; font-family: 'Almarai', sans-serif !important; height:30px !important; margin: 0 auto !important; margin-top:15px !important; text-decoration:none !important; color:#0056b3; font-weight:bold}
.breadcrumb a {text-decoration:none}

.container {
    margin-top:5px !important;
    max-width: 1250px;
    margin: 0 auto;
	margin-bottom:10px;
    display: flex;
    border-radius:8px;
	border-color:#DEE2E6;
	border-width:1px;
	border-style:solid;
    background: #fff;
    padding: 25px;
    overflow-x: hidden
}


/* == Search == */
.search-overlay {
    display: none;;
    position: absolute;
    top: 70px;;
    left: 0;
    width: 100%;
    background: #002D71;
    padding: 5px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    z-index: 999;
	transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
	
	
}

.search-field-mob{padding : 10px; font-family: 'Almarai', sans-serif !important; margin-left:0px; border-radius:12px}


.search-overlay.show {
    display: block;
}


/* 11-3-2026   */
@media (min-width: 992px) {
/* Header  */
        .header-container {
            width: 1300px;
            max-width: 95%;
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

         .top-header {
            width: 100%;
            height: 55px;
            background-color: #002D71;
            color: white;
            display: flex;
            align-items: center;
        }

       
        .logo { order: 1; } 
        .nava-links { order: 2; flex-grow: 1; display: flex; justify-content: center; list-style: none; gap: 30px; }
        .auth-buttons { order: 3; display: flex; gap: 15px; align-items: center; }

        .nava-links li a {
            color: white;
            text-decoration: none;
            font-size: 15px;
        }

        .login-link { color: white; text-decoration: none; font-size: 14px; }
        
        .join-btn {
            background-color: #0046B0;
            color: white;
            padding: 8px 20px;
            border-radius: 6px;
            text-decoration: none;
            font-weight: bold;
        }
		
		.logo img {
		max-height: 80px;
	    }

        .logo img { height: 40px; display: block; }

        .hero-section {
            width: 100%;
            padding: 18px 0;
			padding-top:5px !important;
            background: linear-gradient(to right, #003D99, #2269D4);
            text-align: center;
            color: white;
        }

        .hero-section h1 {
            font-size: 22px;
            margin-bottom: 15px;
            color: #fff; 
            font-weight: normal;
        }

        .hero-header-container {
            width: 1300px;
            margin: 0 auto;
        }

		.header-first-title {
		 font-size : 22px;
		 padding-top:12px !important;
		 display:inline-block
		 }

        .search-group {
            display: flex;
            justify-content: center;
            gap: 15px;
            max-width: 850px;
			margin: 0 auto;
			margin-top:18px !important;
        }

        .search-input-wrapper {
            position: relative;
            flex: 1;
        }
		
        .search-input::placeholder {
            color: rgba(255, 255, 255, 0.7) !important;
        }

        .search-input {
			font-family: 'Almarai', sans-serif !important;
            width: 100%;
            height: 50px;
            padding: 0 20px 0 45px;
            background: rgba(255, 255, 255, 0.1); 
            border: 1px solid rgba(255, 255, 255, 0.3); 
            border-radius: 12px; 
            color: #FFF !important;
            outline: none;
            font-size: 16px;
        }

        .search-btn {
			font-family: 'Almarai', sans-serif !important;
            height: 50px;
            padding: 0 40px;
            background: rgba(255, 255, 255, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.3);
            border-radius: 12px;
            color: #FFF !important;
            font-size: 16px;
            font-weight: bold;
            cursor: pointer;
            transition: 0.3s;
        }

        .search-btn:hover {
            background: rgba(255, 255, 255, 0.2);
        }

        .search-icon {
            position: absolute;
            left: 15px;
            top: 40%;
            transform: translateY(-50%);
            opacity: 0.6;
        }
}		
		


@media (max-width: 768px) {
    .container { flex-direction: column-reverse; }
    .sidebar { border-right: none; padding-right: 0; }
	
.mobile-header {display:flex;flex-wrap:wrap;gap:20px; height:95px; background-color: #002D71; }
.mobile-search-icon{ margin-right:20px;  margin-top:23px; color:#FFF; zoom : 1.3 }
.mobile-logo {zoom : 0.8; width:65% !important; text-align:center; margin-top:25px }

.mobile-menu-btn {
    font-size: 26px;
    background: none;
    border: none;
    cursor: pointer;
	color:#FFF;
    display: none;
	margin-left:-25px !important;
	margin-top: -20px
	}

    .mobile-menu-btn {
        display: block;
    }


.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: none;
    z-index: 998;
}

    .mobile-sidebar {
        position: fixed;
        top: 0;
        right: -340px; 
        width: 330px;
        height: 100%;
        background-color: #002D71;
		color: #FFF !important;
        z-index: 2000;
        transition: 0.4s ease-in-out;
        padding-top: 60px;
}

.mobile-sidebar.active {
    right: -8;
}

.menu-overlay.active {
    display: block;
}

  .close-btn {
        position: absolute;
        top: 15px;
        left: 20px;
        background: none;
        border: none;
        color: white;
        font-size: 35px;
        cursor: pointer;
    }

.mobile-sidebar ul {
    list-style: none;
    padding: 0;
    margin-top: 0px;
	padding-right:30px;
	padding-top:40px
}

.mobile-sidebar ul li {
    margin-bottom: 20px;
}

.mobile-sidebar ul li a {
    text-decoration: none;
    font-size: 18px;
    color: #FFF;
    font-weight: bold;
}

.mobile-sidebar ul li a:hover {
    color: #0073aa;
}

.menu-links{color: #FFF}
}


/*  Font Awsome */


/* 1. Base Setup: Replaces the font-face engine with high-performance CSS Masks */
.fa, .fas, .far, .fab, .fa-solid, .fa-brands {
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    vertical-align: -0.125em;
    background-color: currentColor; /* Essential: Allows icon to inherit text color dynamically */
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
    /* Mask properties for modern browsers */
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
}

/* 2. SVG Icon Definitions (URL-encoded for maximum performance and minimum size) */

/* Map Marker - fas fa-map-marker-alt */
.fa-map-marker-alt {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath d='M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath d='M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z'/%3E%3C/svg%3E");
}

/* Phone - fa-solid fa-phone / fas fa-phone */
.fa-phone {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M493.4 345.5L371.4 291.4C361.3 286.9 349.5 289.4 342 297.8L281.2 365.6C186.2 321.4 119.3 254.4 75.1 159.4L142.9 98.5C151.3 91.1 153.8 79.2 149.3 69.1L95.3 18.6C90.1 7.4 78.5 0 66.1 0C49.3 0 34.2 14.3 32.2 31.2C13.8 185.3 103 344.6 257.2 447.8C345 506.4 445.9 512 480.8 512C497.7 512 512 497.7 512 480.8C512 445.9 506.4 345 493.4 345.5z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M493.4 345.5L371.4 291.4C361.3 286.9 349.5 289.4 342 297.8L281.2 365.6C186.2 321.4 119.3 254.4 75.1 159.4L142.9 98.5C151.3 91.1 153.8 79.2 149.3 69.1L95.3 18.6C90.1 7.4 78.5 0 66.1 0C49.3 0 34.2 14.3 32.2 31.2C13.8 185.3 103 344.6 257.2 447.8C345 506.4 445.9 512 480.8 512C497.7 512 512 497.7 512 480.8C512 445.9 506.4 345 493.4 345.5z'/%3E%3C/svg%3E");
}

/* WhatsApp - fa-brands fa-whatsapp / fab fa-whatsapp */
.fa-whatsapp {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z'/%3E%3C/svg%3E");
}

/* Envelope - fa-solid fa-envelope */
.fa-envelope {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 111v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 111v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z'/%3E%3C/svg%3E");
}

/* Facebook - fab fa-facebook */
.fa-facebook {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z'/%3E%3C/svg%3E");
}

/* Link - fas fa-link */
.fa-link {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M326.612 185.391c59.747 59.809 58.927 155.698.36 214.503l-61.64 61.64c-59.053 59.053-155.43 59.053-214.484 0-59.053-59.053-59.053-155.43 0-214.484l22.424-22.424c4.686-4.686 12.284-4.686 16.971 0l22.627 22.627c4.686 4.686 4.686 12.284 0 16.971l-22.424 22.424c-35.564 35.564-35.564 93.209 0 128.773 35.564 35.564 93.209 35.564 128.773 0l61.64-61.64c35.564-35.564 35.564-93.209 0-128.773a91.077 91.077 0 0 0-18.15-13.882c-5.13-3.134-6.665-9.825-3.412-14.837l21.226-32.769c3.123-4.824 9.538-6.19 14.331-3.177 15.352 9.648 29.21 21.625 41.139 34.093zm161.424-41.424l-61.64-61.64c-59.053-59.053-155.43-59.053-214.484 0l-22.424 22.424c-4.686 4.686-4.686 12.284 0 16.971l22.627 22.627c4.686 4.686 12.284 4.686 16.971 0l22.424-22.424c35.564-35.564 93.209-35.564 128.773 0 35.564 35.564 35.564 93.209 0 128.773l-61.64 61.64c-35.564 35.564-93.209 35.564-128.773 0a91.077 91.077 0 0 1-18.15-13.882c-5.13-3.134-11.825-1.599-14.837 1.412l-32.769 21.226c-4.824 3.123-6.19 9.538-3.177 14.331 9.648 15.352 21.625 29.21 34.093 41.139 59.809 59.747 155.698 58.927 214.503.36l61.64-61.64c59.053-59.054 59.053-155.43 0-214.484z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M326.612 185.391c59.747 59.809 58.927 155.698.36 214.503l-61.64 61.64c-59.053 59.053-155.43 59.053-214.484 0-59.053-59.053-59.053-155.43 0-214.484l22.424-22.424c4.686-4.686 12.284-4.686 16.971 0l22.627 22.627c4.686 4.686 4.686 12.284 0 16.971l-22.424 22.424c-35.564 35.564-35.564 93.209 0 128.773 35.564 35.564 93.209 35.564 128.773 0l61.64-61.64c35.564-35.564 35.564-93.209 0-128.773a91.077 91.077 0 0 0-18.15-13.882c-5.13-3.134-6.665-9.825-3.412-14.837l21.226-32.769c3.123-4.824 9.538-6.19 14.331-3.177 15.352 9.648 29.21 21.625 41.139 34.093zm161.424-41.424l-61.64-61.64c-59.053-59.053-155.43-59.053-214.484 0l-22.424 22.424c-4.686 4.686-4.686 12.284 0 16.971l22.627 22.627c4.686 4.686 12.284 4.686 16.971 0l22.424-22.424c35.564-35.564 93.209-35.564 128.773 0 35.564 35.564 35.564 93.209 0 128.773l-61.64 61.64c-35.564 35.564-93.209 35.564-128.773 0a91.077 91.077 0 0 1-18.15-13.882c-5.13-3.134-11.825-1.599-14.837 1.412l-32.769 21.226c-4.824 3.123-6.19 9.538-3.177 14.331 9.648 15.352 21.625 29.21 34.093 41.139 59.809 59.747 155.698 58.927 214.503.36l61.64-61.64c59.053-59.054 59.053-155.43 0-214.484z'/%3E%3C/svg%3E");
}

/* LinkedIn - fab fa-linkedin */
.fa-linkedin {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z'/%3E%3C/svg%3E");
}

/* Instagram - fab fa-instagram */
.fa-instagram {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8c14.9 0 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.8 9.9 67.6 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8c14.9 0 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.8 9.9 67.6 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z'/%3E%3C/svg%3E");
}

/* YouTube - fab fa-youtube */
.fa-youtube {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath d='M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath d='M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z'/%3E%3C/svg%3E");
}

		