@font-face {
    font-family: 'icomoon';
    src: url('/font/icons/icomoon.eot?d6u06f');
    src: url('/font/icons/icomoon.eot?d6u06f#iefix') format('embedded-opentype'),
    url('/font/icons/icomoon.ttf?d6u06f') format('truetype'),
    url('/font/icons/icomoon.woff?d6u06f') format('woff'),
    url('/font/icons/icomoon.svg?d6u06f#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-instagram:before {
    content: "\e917";
}

.icon-8:before {
    content: "\e900";
}

.icon-app:before {
    content: "\e901";
}

.icon-arrow-down:before {
    content: "\e902";
}

.icon-arrow-up:before {
    content: "\e903";
}

.icon-11:before {
    content: "\e904";
}

.icon-donate:before {
    content: "\e905";
}

.icon-facebook:before {
    content: "\e906";
}

.icon-git-hub:before {
    content: "\e907";
}

.icon-google:before {
    content: "\e908";
}

.icon-hamburger-circle:before {
    content: "\e909";
}

.icon-linkedin:before {
    content: "\e90a";
}

.icon-list:before {
    content: "\e90b";
}

.icon-more:before {
    content: "\e90c";
}

.icon-pan:before {
    content: "\e90d";
}

.icon-pdf:before {
    content: "\e90e";
}

.icon-pinterest:before {
    content: "\e90f";
}

.icon-play:before {
    content: "\e910";
}

.icon-plus:before {
    content: "\e911";
}

.icon-pouse:before {
    content: "\e912";
}

.icon-tag-icon:before {
    content: "\e913";
}

.icon-10:before {
    content: "\e914";
}

.icon-twitter:before {
    content: "\e915";
}

.icon-you-tube:before {
    content: "\e916";
}

.icon-slack:before {
    content: "\f198";
}

.icon-reddit:before {
    content: "\eac6";
}

.icon-dribble:before {
    content: "\eaa7";
}

.icon-telegram:before {
    content: "\ea95";
}

.icon-bitcoin:before {
    content: "\f15a";
}

.social-banner {
    width: 40px;
    height: 160px;
    position: fixed;
    top: 45%;
    top: calc(50% - 80px);
    left: 0;
    z-index: 10;
}

.social-banner li {
    margin: 0;
}

.social-banner li a {
    display: block;
    height: 40px;
    width: 40px;
    background: #333333;
    border-bottom: 1px solid #444;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    padding: 10px;
    text-decoration: none;
    text-align: center;
    transition: background .5s ease .300ms
}

.social-banner li a:hover {
    color: #fff;
}

.social-banner li:first-child a:hover {
    background: #0088cc
}

.social-banner li:nth-child(2) a:hover {
    background: #1da1f2
}

.social-banner li:nth-child(3) a:hover {
    background: #ff4500
}

.social-banner li:nth-child(4) a:hover {
    background: #FFB629
}

.social-banner li:first-child a {
    border-radius: 0 5px 0 0
}

.social-banner li:last-child a {
    border-radius: 0 0 5px 0
}

.social-banner li a span {
    width: 100px;
    float: left;
    text-align: center;
    background: #333333;
    color: #fff;
    font-family: "regular", sans-serif;
    margin: -25px 45px;
    padding: 8px;
    transform-origin: 0;
    visibility: hidden;
    opacity: 0;
    transform: rotateY(45deg);
    border-radius: 5px;
    transition: all .5s ease .300ms
}

.social-banner li span:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: -18px;
    top: 7px;
    border: 10px solid transparent;
    border-right-color: #333333;
}

.social-banner li a:hover span {
    visibility: visible;
    opacity: 1;
    transform: rotateY(0)
}

.cc-color-override--1651565384.cc-window {
    background-color: rgba(51, 51, 51, 0.7) !important;
}

.cc-banner .cc-message,
.cc-banner .cc-message a{
    font-size: 1.1rem;
}
