@font-face {
    font-family: "headerIcons";
    src: url('../fonts/headerIcons/icomoon.eot?tmcwzn');
    src: url('../fonts/headerIcons/icomoon.eot?tmcwzn#iefix') format('embedded-opentype'),
        url('../fonts/headerIcons/icomoon.ttf?tmcwzn') format('truetype'),
        url('../fonts/headerIcons/icomoon.woff?tmcwzn') format('woff'),
        url('../fonts/headerIcons/icomoon.svg?tmcwzn#icomoon') format('svg');
    font-weight: normal;
    font-display: block;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html,
body {
    font-family: 'Poppins', sans-serif;
    background-color: #f1f1f1;
    overflow: unset;
}

.menu-lateral {
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    bottom: 0;
    width: 100%;
    max-width: 250px !important;
    overflow-y: auto;
    padding: 0;
    box-shadow: none;
    background-color: #fff;
    z-index: 1039;
}

.menu-lateral:before {
    content: '';
    display: block;
    position: fixed;
    top: 76px;
    left: -100%;
    bottom: 0;
    width: 100%;
    max-width: 250px !important;
    overflow-y: auto;
    padding: 0;
    box-shadow: none;
    border-right: 1px solid #e3e6f0;
}

.menu-lateral::-webkit-scrollbar {
    width: 6px;
}

.menu-lateral::-webkit-scrollbar-button {
    background-color: transparent;
    display: none;
}

.menu-lateral::-webkit-scrollbar-track {
    background-color: transparent;
}

.menu-lateral::-webkit-scrollbar-thumb {
    background-color: rgb(197, 197, 197);
    border-radius: 20px;
    border: none;
}

.menu-lateral::-webkit-scrollbar-thumb:hover {
    background-color: rgb(174, 174, 174);
}

.main-content {
    position: relative;
}

.main-content,
.menu-lateral {
    transition: all .3s ease-in-out;
}

.header-bar {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
    position: sticky;
    top: 0px;
    background-color: #fff;
    min-height: 76px;
    z-index: 1020;
    border-bottom: 1px solid #e3e6f0;
}

.info-user-container p {
    margin-bottom: 0px !important;
}

.menu-lateral .search-for {
    width: 100%;
    max-width: 500px;
}

.menu-lateral .form-search {
    display: block;
    width: 100%;
    height: 55px;
    padding: 8px 25px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fafafb;
    background-clip: padding-box;
    border: 1px solid #f1f1f5;
    border-radius: 15px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.header-bar .search-for {
    width: 100%;
    max-width: 500px;
}

.header-bar .form-search {
    display: block;
    width: 100%;
    height: 55px;
    padding: 8px 25px;
    margin: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fafafb;
    background-clip: padding-box;
    border: 1px solid #f1f1f5;
    border-radius: 15px;
    transition: all 0.15s ease-in-out;
}

.header-bar .form-search:focus,
.header-bar .form-search:focus-within,
.header-bar .form-search:focus-visible,
.menu-lateral .form-search:focus,
.menu-lateral .form-search:focus-within,
.menu-lateral .form-search:focus-visible {
    border: 1px solid #f1f1f5;
    outline: 2px solid #f1f1f5;
}

.header-items {
    list-style: none;
    display: flex;
    margin-left: auto !important;
    flex-direction: row;
    /* align-items: center; */
    justify-content: space-between;
    width: 80%;
    padding: 0 25px;
}

.header-actions {
    display: flex;
    align-items: center;
    /* width: 40%; */
}

.header-event-name {
    display: flex;
    justify-content: flex-start;
    /* width: 60%; */
}


.info-logo {
    padding: 15px 0;
    margin: 0 15px;
}

.info-user {
    background-color: #fafafb;
    border: 2px solid #f1f1f5;
    padding: 10px 0;
    margin: 0 10px;
    border-radius: 15px;
}

.info-user,
.info-user a {
    transition: all 0.15s ease-in;
}

.info-user:hover {
    background-color: #fff;
}

.info-user a:hover,
.info-user:hover a {
    transform: scale(1.1);
}

.items-siderbar {
    margin-top: 10px;
    margin-bottom: 40px;
    list-style-type: none;
    padding: 0;
}

.items-siderbar li {
    position: relative;
    padding: 12px 0;
    width: 100%;
    transition: all .2s ease-in;
}

.items-siderbar li:hover {
    background-color: #eeeeee;
}

.items-siderbar .ativo:hover,
.items-siderbar .title:hover {
    background-color: transparent !important;
}

.items-siderbar .text {
    font-size: 14px;
    font-weight: 500;
    color: #353535;
    line-height: 1;
}

.items-siderbar .title {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #92929d;
    font-weight: 600;
    font-size: 13px;
    padding: 0 20px;
}

.info-user a,
.dropworks-menu li a,
.items-siderbar li a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    text-decoration: none;
    padding: 0 10px;
}

.dropworks-menu li a {
    padding: 10px;
}

.info-user div,
.dropworks-menu li a div,
.items-siderbar li a div {
    position: relative;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.items-siderbar .ico {
    margin: 0 20px 0 10px;
}

.seletor-selected {
    display: none;
}

.ativo .seletor-selected {
    display: block;
    background-color: #92929D;
    border-radius: 5px;
    position: absolute;
    height: 100%;
    width: 8px;
    left: -4px;
    top: -3px;
}

.d-flex {
    display: -ms-flexbox;
    display: flex;
}

.img-container {
    margin: 0 10px 0 5px;
}

.img-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-position: center;
    object-fit: cover;
}

.menu-lateral .img-circle {
    width: 32px;
    height: 32px;
}

.info-user-container {
    max-width: calc(100% - 52px) !important;
}

.info-user-container .title {
    line-height: 1;
    font-size: 14px;
    color: #353535;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.info-user-container .desc {
    line-height: 1.3;
    color: gray;
    font-weight: 400;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dropworks {
    position: relative;
    padding: 0 30px;
    margin: 0 30px;
}

.dropworks-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: auto;
    z-index: 1000;
    float: left;
    min-width: 200px;
    max-height: calc(100vh - 76px);
    overflow: auto;
    width: auto;
    padding: 5px 0;
    margin: 5px 0 0;
    font-size: 16px;
    color: #858796;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e3e6f0;
    border-radius: 0px 0px 6px 6px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.dropworks-menu a {
    padding: 7.5px 15px;
    transition: all 0.15s ease-in;
}

.dropworks-menu .ico {
    top: -2px;
    margin-right: 10px;
}

.dropworks-menu .text,
.dropworks-menu .text h6 {
    line-height: 1;
    color: #353535;
    font-size: 16px;
    font-weight: 400;
}

.dropworks-menu a:hover {
    background-color: rgb(240, 240, 240);
}


.dropworks.show .dropworks-menu {
    display: block;
    animation: fadeIn .3s ease-in, fromTop .2s ease-in-out;
}

.arrow {
    position: absolute;
    right: 8px;
    top: 11px;
    -webkit-transform: rotate(180deg);
    /* WebKit */
    -moz-transform: rotate(180deg);
    /* Mozilla */
    -o-transform: rotate(180deg);
    /* Opera */
    -ms-transform: rotate(180deg);
    /* Internet Explorer */
    transform: rotate(180deg);
    /* CSS3 */
    transition: all 0.15s ease-in;
}


.arrow.nav-arrow {
    transform: unset;
}

.show .arrow.nav-arrow {
    -webkit-transform: rotate(180deg);
    /* WebKit */
    -moz-transform: rotate(180deg);
    /* Mozilla */
    -o-transform: rotate(180deg);
    /* Opera */
    -ms-transform: rotate(180deg);
    /* Internet Explorer */
    transform: rotate(180deg);
    /* CSS3 */
    top: 8px;
}

.show .arrow {
    -webkit-transform: rotate(0deg);
    /* WebKit */
    -moz-transform: rotate(0deg);
    /* Mozilla */
    -o-transform: rotate(0deg);
    /* Opera */
    -ms-transform: rotate(0deg);
    /* Internet Explorer */
    transform: rotate(0deg);
    /* CSS3 */
    top: 8px;
}

.show-desktop {
    display: none !important;
}

.open-menu .menu-lateral {
    top: 76px;
    left: 0;
    z-index: 1020;
    padding-top: 15px;
    border-right: 1px solid #e3e6f0;
}

.ico-21 {
    width: 21px !important;
    height: 21px !important;
}

.menu-btn {
    margin-left: auto;
    margin-right: 20px;
    align-items: center;
}

.menu-btn button {
    border: none;
    background-color: transparent;
}

.mobile-menu {
    background: rgb(216, 216, 216, .5);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.bars-mobile {
    position: relative;
    display: block;
    background-color: #fff;
    margin: auto;
    width: 20px;
    height: 2px;
    border-radius: 25px;
    transition: 0.3s ease-in-out;
}

.bars-mobile:before,
.bars-mobile:after {
    background-color: #fff;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 25px;
    transition: 0.3s ease-in-out;
}

.bars-mobile:before {
    top: -6px;
}

.bars-mobile:after {
    bottom: -6px;
}

.open-menu .bars-mobile {
    transform: rotate(45deg);
}

.open-menu .bars-mobile:before {
    transform: rotate(90deg);
    top: 0;
}

.open-menu .bars-mobile:after {
    transform: rotate(90deg);
    bottom: 0;
}

.content-wrapper {
    margin-left: 0 !important; 
    width:100% !important;
}

@media (min-width: 1200px) {

    .info-logo {
        padding: 15px 0;
        margin: 0 auto 20px auto;
        position: relative;
    }

    .info-logo:before {
        content: '';
        position: absolute;
        /* border-bottom: 1px solid #e3e6f0; */
        top: 0;
        left: -42.5px;
        right: -42.5px;
        height: 76px;
    }

    .menu-lateral {
        top: 0 !important;
        left: 0;
    }

    .open-menu .menu-lateral {
        padding-top: 0;
        border: none;
    }

    .menu-lateral:before {
        left: 0;
    }

    .show-desktop {
        display: flex !important;
    }

    .show-mobile {
        display: none !important;
    }

    #sponsors-area {
        width: calc(100% - 250px) !important;
    }

    .content-wrapper {
        margin-left: 250px !important;
        width: calc(100% - 250px) !important;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fromTop {
    from {
        top: 0;
    }

    to {
        top: 100%;
    }
}

.search-for {
    display: none;
}


#sponsors-area {
    width: 100%;
}

.icon-4works.play {
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.5108 0.0425554C7.51144 0.220256 5.44586 1.06642 3.85764 2.35828C3.3908 2.73804 2.65165 3.48296 2.27932 3.94904C1.33788 5.12744 0.5664 6.7214 0.24644 8.14904C0.0455092 9.0458 0 9.48173 0 10.5104C0 11.5391 0.0455092 11.9751 0.24644 12.8718C0.573383 14.3306 1.36499 15.9474 2.33773 17.1429C2.71753 17.6097 3.46256 18.3487 3.9287 18.721C5.10725 19.6623 6.70143 20.4337 8.12926 20.7536C9.02613 20.9545 9.46213 21 10.491 21C11.5198 21 11.9558 20.9545 12.8527 20.7536C13.9262 20.5131 15.3299 19.9133 16.2523 19.301C17.8521 18.2391 19.0808 16.8418 19.9197 15.1306C20.599 13.7448 20.9322 12.4266 20.9922 10.887C21.0878 8.43356 20.305 6.032 18.7543 4.02173C18.4078 3.57262 17.4297 2.59463 16.9805 2.24822C14.8106 0.574834 12.1989 -0.196336 9.5108 0.0425554ZM11.5958 8.35229C13.9978 9.55323 14.7733 9.95886 14.8348 10.0463C15.0616 10.3696 15.0386 10.7524 14.776 11.0228C14.6663 11.1357 13.8968 11.5384 11.5537 12.7094C8.62111 14.1748 8.46466 14.2476 8.24895 14.2476C8.12441 14.2476 7.97261 14.2215 7.91157 14.1897C7.76268 14.1119 7.58984 13.9246 7.53633 13.7829C7.4755 13.622 7.4755 7.39886 7.53633 7.23795C7.64156 6.95939 7.91884 6.77754 8.24233 6.77487C8.41846 6.77344 8.74569 6.92736 11.5958 8.35229Z' fill='%2392929D'/%3E%3C/svg%3E%0A");
    mask: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.5108 0.0425554C7.51144 0.220256 5.44586 1.06642 3.85764 2.35828C3.3908 2.73804 2.65165 3.48296 2.27932 3.94904C1.33788 5.12744 0.5664 6.7214 0.24644 8.14904C0.0455092 9.0458 0 9.48173 0 10.5104C0 11.5391 0.0455092 11.9751 0.24644 12.8718C0.573383 14.3306 1.36499 15.9474 2.33773 17.1429C2.71753 17.6097 3.46256 18.3487 3.9287 18.721C5.10725 19.6623 6.70143 20.4337 8.12926 20.7536C9.02613 20.9545 9.46213 21 10.491 21C11.5198 21 11.9558 20.9545 12.8527 20.7536C13.9262 20.5131 15.3299 19.9133 16.2523 19.301C17.8521 18.2391 19.0808 16.8418 19.9197 15.1306C20.599 13.7448 20.9322 12.4266 20.9922 10.887C21.0878 8.43356 20.305 6.032 18.7543 4.02173C18.4078 3.57262 17.4297 2.59463 16.9805 2.24822C14.8106 0.574834 12.1989 -0.196336 9.5108 0.0425554ZM11.5958 8.35229C13.9978 9.55323 14.7733 9.95886 14.8348 10.0463C15.0616 10.3696 15.0386 10.7524 14.776 11.0228C14.6663 11.1357 13.8968 11.5384 11.5537 12.7094C8.62111 14.1748 8.46466 14.2476 8.24895 14.2476C8.12441 14.2476 7.97261 14.2215 7.91157 14.1897C7.76268 14.1119 7.58984 13.9246 7.53633 13.7829C7.4755 13.622 7.4755 7.39886 7.53633 7.23795C7.64156 6.95939 7.91884 6.77754 8.24233 6.77487C8.41846 6.77344 8.74569 6.92736 11.5958 8.35229Z' fill='%2392929D'/%3E%3C/svg%3E%0A");
    background-color: #92929D;
    height: 21px;
    width: 21px;
}

.icon-4works.users-circle {
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.02877 0.0278535C1.98493 0.401913 0.786642 2.60091 1.59133 4.50091C1.9802 5.41912 2.83817 6.14755 3.82411 6.39658C4.13091 6.4741 4.97827 6.4741 5.28507 6.39658C6.43966 6.10494 7.36535 5.19632 7.67627 4.04946C7.76535 3.72093 7.79401 3.14235 7.73871 2.78841C7.53911 1.51037 6.66928 0.501705 5.43546 0.117499C5.09794 0.0124182 4.36758 -0.0341457 4.02877 0.0278535ZM10.0332 2.67641C9.65961 2.72718 9.34048 2.78682 9.10771 2.84938C9.05409 2.86374 9.04193 2.94229 9.04326 3.2648C9.04416 3.48356 9.02813 3.78637 9.00768 3.93772C8.9727 4.19672 8.97524 4.21104 9.05065 4.18038C9.28732 4.08424 10.1836 3.93737 10.6777 3.91377C12.5953 3.82206 14.4583 4.52323 15.8547 5.86214C16.6927 6.6656 17.3005 7.59503 17.6638 8.62846L17.8225 9.07991L18.2247 9.15115C18.446 9.19037 18.7519 9.26213 18.9045 9.31067C19.0571 9.35921 19.1886 9.39227 19.1967 9.38419C19.2207 9.36024 19.0849 8.8053 18.9644 8.43498C18.2027 6.09268 16.4844 4.21886 14.2227 3.26402C12.9291 2.71785 11.3535 2.4969 10.0332 2.67641ZM1.19223 6.70932C0.57085 7.42954 0.199207 8.20031 0.0595995 9.05841C0.0233333 9.2813 8.68885e-05 9.7558 9.49697e-07 10.2748C-0.000213897 11.2609 0.0357945 11.395 0.342467 11.5516C0.508845 11.6365 0.587866 11.6381 4.5331 11.6381C8.47834 11.6381 8.55736 11.6365 8.72374 11.5516C9.03123 11.3946 9.06638 11.2623 9.06638 10.2615C9.06638 9.7862 9.04575 9.25821 9.02053 9.08817C8.89235 8.22409 8.47671 7.33529 7.89499 6.68116L7.71181 6.47517L7.47599 6.67729C6.97441 7.10712 6.32226 7.44575 5.65031 7.62534C5.27235 7.72633 5.14043 7.74014 4.55459 7.74014C3.97115 7.74014 3.83528 7.72603 3.45887 7.62633C2.78339 7.44742 2.16145 7.11399 1.52228 6.58816L1.39041 6.47968L1.19223 6.70932ZM17.0372 10.3722C16.9899 10.3831 16.8458 10.4135 16.7169 10.4398C15.7826 10.6296 14.8731 11.403 14.4736 12.3476C14.2973 12.7642 14.2451 13.0442 14.2451 13.5729C14.2451 14.1017 14.2973 14.3817 14.4736 14.7983C14.8716 15.7392 15.7188 16.4638 16.7149 16.7154C17.0217 16.793 17.8691 16.793 18.1759 16.7154C19.1721 16.4638 20.0192 15.7392 20.4173 14.7983C20.5935 14.3817 20.6457 14.1017 20.6457 13.5729C20.6457 13.2933 20.6198 12.9758 20.586 12.842C20.2946 11.6867 19.3942 10.7678 18.2403 10.4482C18.0227 10.3879 17.1951 10.3356 17.0372 10.3722ZM2.87878 12.9943C2.87878 13.0308 2.967 13.3248 3.07481 13.6477C4.02288 16.4871 6.40249 18.5952 9.34568 19.2031C9.9029 19.3181 10.9732 19.4 11.3921 19.3596L11.7197 19.328L11.7728 18.9979C11.8019 18.8164 11.8697 18.516 11.9233 18.3303L12.0209 17.9928L11.8864 18.0202C11.3003 18.1399 10.1675 18.0795 9.36716 17.886C7.7455 17.4937 6.32712 16.5546 5.32047 15.2067C4.93659 14.6927 4.49559 13.8579 4.31551 13.3042L4.19313 12.928H3.53595C2.97241 12.928 2.87878 12.9375 2.87878 12.9943ZM14.0757 17.0368C13.493 17.712 13.1071 18.5465 12.9795 19.407C12.9542 19.5771 12.9336 20.1147 12.9336 20.6018C12.9336 21.6265 12.9674 21.7557 13.2763 21.9135C13.4426 21.9984 13.5217 22 17.4669 22C21.4121 22 21.4912 21.9984 21.6575 21.9135C21.9656 21.7562 22.0002 21.6251 22 20.6151C21.9998 19.6531 21.9465 19.2071 21.7685 18.6772C21.5683 18.0814 21.2235 17.4966 20.7666 16.9781L20.6037 16.7931L20.3673 16.9957C19.8653 17.4259 19.2134 17.7646 18.5411 17.9442C18.1632 18.0452 18.0313 18.059 17.4454 18.059C16.862 18.059 16.7261 18.0449 16.3497 17.9452C15.6742 17.7663 15.0523 17.4329 14.4131 16.907L14.2812 16.7986L14.0757 17.0368Z' fill='%2392929D'/%3E%3C/svg%3E%0A");
    mask: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.02877 0.0278535C1.98493 0.401913 0.786642 2.60091 1.59133 4.50091C1.9802 5.41912 2.83817 6.14755 3.82411 6.39658C4.13091 6.4741 4.97827 6.4741 5.28507 6.39658C6.43966 6.10494 7.36535 5.19632 7.67627 4.04946C7.76535 3.72093 7.79401 3.14235 7.73871 2.78841C7.53911 1.51037 6.66928 0.501705 5.43546 0.117499C5.09794 0.0124182 4.36758 -0.0341457 4.02877 0.0278535ZM10.0332 2.67641C9.65961 2.72718 9.34048 2.78682 9.10771 2.84938C9.05409 2.86374 9.04193 2.94229 9.04326 3.2648C9.04416 3.48356 9.02813 3.78637 9.00768 3.93772C8.9727 4.19672 8.97524 4.21104 9.05065 4.18038C9.28732 4.08424 10.1836 3.93737 10.6777 3.91377C12.5953 3.82206 14.4583 4.52323 15.8547 5.86214C16.6927 6.6656 17.3005 7.59503 17.6638 8.62846L17.8225 9.07991L18.2247 9.15115C18.446 9.19037 18.7519 9.26213 18.9045 9.31067C19.0571 9.35921 19.1886 9.39227 19.1967 9.38419C19.2207 9.36024 19.0849 8.8053 18.9644 8.43498C18.2027 6.09268 16.4844 4.21886 14.2227 3.26402C12.9291 2.71785 11.3535 2.4969 10.0332 2.67641ZM1.19223 6.70932C0.57085 7.42954 0.199207 8.20031 0.0595995 9.05841C0.0233333 9.2813 8.68885e-05 9.7558 9.49697e-07 10.2748C-0.000213897 11.2609 0.0357945 11.395 0.342467 11.5516C0.508845 11.6365 0.587866 11.6381 4.5331 11.6381C8.47834 11.6381 8.55736 11.6365 8.72374 11.5516C9.03123 11.3946 9.06638 11.2623 9.06638 10.2615C9.06638 9.7862 9.04575 9.25821 9.02053 9.08817C8.89235 8.22409 8.47671 7.33529 7.89499 6.68116L7.71181 6.47517L7.47599 6.67729C6.97441 7.10712 6.32226 7.44575 5.65031 7.62534C5.27235 7.72633 5.14043 7.74014 4.55459 7.74014C3.97115 7.74014 3.83528 7.72603 3.45887 7.62633C2.78339 7.44742 2.16145 7.11399 1.52228 6.58816L1.39041 6.47968L1.19223 6.70932ZM17.0372 10.3722C16.9899 10.3831 16.8458 10.4135 16.7169 10.4398C15.7826 10.6296 14.8731 11.403 14.4736 12.3476C14.2973 12.7642 14.2451 13.0442 14.2451 13.5729C14.2451 14.1017 14.2973 14.3817 14.4736 14.7983C14.8716 15.7392 15.7188 16.4638 16.7149 16.7154C17.0217 16.793 17.8691 16.793 18.1759 16.7154C19.1721 16.4638 20.0192 15.7392 20.4173 14.7983C20.5935 14.3817 20.6457 14.1017 20.6457 13.5729C20.6457 13.2933 20.6198 12.9758 20.586 12.842C20.2946 11.6867 19.3942 10.7678 18.2403 10.4482C18.0227 10.3879 17.1951 10.3356 17.0372 10.3722ZM2.87878 12.9943C2.87878 13.0308 2.967 13.3248 3.07481 13.6477C4.02288 16.4871 6.40249 18.5952 9.34568 19.2031C9.9029 19.3181 10.9732 19.4 11.3921 19.3596L11.7197 19.328L11.7728 18.9979C11.8019 18.8164 11.8697 18.516 11.9233 18.3303L12.0209 17.9928L11.8864 18.0202C11.3003 18.1399 10.1675 18.0795 9.36716 17.886C7.7455 17.4937 6.32712 16.5546 5.32047 15.2067C4.93659 14.6927 4.49559 13.8579 4.31551 13.3042L4.19313 12.928H3.53595C2.97241 12.928 2.87878 12.9375 2.87878 12.9943ZM14.0757 17.0368C13.493 17.712 13.1071 18.5465 12.9795 19.407C12.9542 19.5771 12.9336 20.1147 12.9336 20.6018C12.9336 21.6265 12.9674 21.7557 13.2763 21.9135C13.4426 21.9984 13.5217 22 17.4669 22C21.4121 22 21.4912 21.9984 21.6575 21.9135C21.9656 21.7562 22.0002 21.6251 22 20.6151C21.9998 19.6531 21.9465 19.2071 21.7685 18.6772C21.5683 18.0814 21.2235 17.4966 20.7666 16.9781L20.6037 16.7931L20.3673 16.9957C19.8653 17.4259 19.2134 17.7646 18.5411 17.9442C18.1632 18.0452 18.0313 18.059 17.4454 18.059C16.862 18.059 16.7261 18.0449 16.3497 17.9452C15.6742 17.7663 15.0523 17.4329 14.4131 16.907L14.2812 16.7986L14.0757 17.0368Z' fill='%2392929D'/%3E%3C/svg%3E%0A");
    background-color: #92929D;
    height: 22px;
    width: 22px;
}

.icon-4works.troph {
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.47121 0.0712925C3.2691 0.177999 3.19832 0.350346 3.19832 0.73572V1.05355H1.80803C0.484051 1.05355 0.411125 1.05693 0.278988 1.12433C0.187286 1.17112 0.114923 1.24468 0.0656969 1.34115C-0.00656039 1.48281 -0.00824814 1.51842 0.00915689 2.54484C0.0292694 3.7325 0.057012 3.94521 0.27846 4.60826C0.444459 5.1053 0.674838 5.57256 0.96123 5.99302C1.22586 6.38156 1.83792 7.02088 2.20458 7.29178C3.00131 7.88037 3.95426 8.26065 4.91242 8.37234L5.27279 8.41436L5.46783 8.66894C5.88868 9.2184 6.6582 9.85843 7.20637 10.1149L7.41452 10.2124L7.39578 10.4233C7.33253 11.1357 7.1391 11.9456 6.86688 12.6383C6.62286 13.2592 6.15029 14.0838 5.77297 14.547C5.68816 14.6511 5.62539 14.7429 5.63352 14.751C5.64164 14.7591 7.16245 14.7617 9.01315 14.7568L12.378 14.7478L12.1631 14.4676C11.2956 13.3362 10.7228 11.849 10.6056 10.4233L10.5883 10.2124L10.8013 10.1108C11.3597 9.8444 12.1121 9.21738 12.5337 8.66701L12.7302 8.41049L12.9836 8.38581C13.887 8.29784 14.7869 7.97428 15.5561 7.46086C16.0304 7.14429 16.7489 6.43039 17.0491 5.97741C17.3468 5.52833 17.5583 5.09732 17.721 4.60826C17.9425 3.94233 17.9739 3.70096 17.9921 2.52673C18.0077 1.52057 18.0058 1.48122 17.934 1.34059C17.8851 1.24468 17.8125 1.17102 17.721 1.12433C17.5889 1.05693 17.516 1.05355 16.192 1.05355H14.8017V0.73572C14.8017 0.344088 14.7312 0.176663 14.5213 0.0695698C14.384 -0.000466174 14.3267 -0.00120451 8.99262 0.000342471C3.69572 0.00188945 3.6004 0.00308484 3.47121 0.0712925ZM3.3018 2.539C3.46703 4.18984 3.93809 5.99295 4.48724 7.07657C4.53517 7.17112 4.56917 7.25363 4.56284 7.25996C4.55651 7.26629 4.39329 7.21992 4.20008 7.15695C3.47972 6.92205 2.90753 6.5705 2.36875 6.03177C1.96411 5.62716 1.71538 5.27582 1.47266 4.76606C1.16981 4.13 1.05399 3.54837 1.05367 2.66206L1.05346 2.10831H2.15606H3.25869L3.3018 2.539ZM16.9364 2.82027C16.9242 3.27294 16.8972 3.62185 16.862 3.77835C16.4986 5.3955 15.3609 6.65105 13.8003 7.15737C13.6069 7.22013 13.4435 7.26629 13.4372 7.25996C13.4308 7.25363 13.4648 7.17112 13.5128 7.07657C14.0629 5.99105 14.525 4.22134 14.6976 2.539L14.7418 2.10831H15.8486H16.9554L16.9364 2.82027ZM9.33084 2.50845C9.40355 2.56435 9.51428 2.74359 9.66533 3.04996L9.89114 3.50794L10.4037 3.58638C10.6857 3.62952 10.9586 3.68616 11.0102 3.71225C11.202 3.80914 11.3116 4.04988 11.2686 4.2796C11.2488 4.38522 11.1655 4.49101 10.8466 4.81552L10.4493 5.21985L10.5399 5.76772L10.6304 6.3156L10.5594 6.45332C10.4612 6.64331 10.2952 6.74925 10.0953 6.74925C9.96726 6.74925 9.84156 6.70171 9.46762 6.51193L9 6.27461L8.53239 6.51193C8.15844 6.70171 8.03274 6.74925 7.90468 6.74925C7.70204 6.74925 7.52978 6.63945 7.4378 6.45163C7.37005 6.31328 7.37008 6.31247 7.46034 5.76649L7.55067 5.21985L7.15341 4.81552C6.83453 4.49101 6.75123 4.38522 6.73144 4.2796C6.70036 4.1139 6.73221 3.98427 6.83815 3.84504C6.94842 3.70012 7.03165 3.67213 7.60946 3.58557C7.87933 3.54514 8.10299 3.50871 8.10654 3.50457C8.11009 3.50045 8.21695 3.28901 8.34406 3.03467C8.63013 2.46215 8.72964 2.37611 9.06712 2.40955C9.15703 2.41848 9.26783 2.46 9.33084 2.50845ZM5.30802 16.3827V16.9452H4.99016C4.74101 16.9452 4.64234 16.9605 4.53355 17.016C4.37754 17.0956 4.25317 17.2982 4.25317 17.4726C4.25317 17.6471 4.37754 17.8496 4.53355 17.9292C4.6704 17.999 4.73207 18 9 18C13.2679 18 13.3296 17.999 13.4664 17.9292C13.6225 17.8496 13.7468 17.6471 13.7468 17.4726C13.7468 17.2982 13.6225 17.0956 13.4664 17.016C13.3577 16.9605 13.259 16.9452 13.0098 16.9452H12.692V16.3827V15.8202H9H5.30802V16.3827Z' fill='%2392929D'/%3E%3C/svg%3E%0A");
    mask: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.47121 0.0712925C3.2691 0.177999 3.19832 0.350346 3.19832 0.73572V1.05355H1.80803C0.484051 1.05355 0.411125 1.05693 0.278988 1.12433C0.187286 1.17112 0.114923 1.24468 0.0656969 1.34115C-0.00656039 1.48281 -0.00824814 1.51842 0.00915689 2.54484C0.0292694 3.7325 0.057012 3.94521 0.27846 4.60826C0.444459 5.1053 0.674838 5.57256 0.96123 5.99302C1.22586 6.38156 1.83792 7.02088 2.20458 7.29178C3.00131 7.88037 3.95426 8.26065 4.91242 8.37234L5.27279 8.41436L5.46783 8.66894C5.88868 9.2184 6.6582 9.85843 7.20637 10.1149L7.41452 10.2124L7.39578 10.4233C7.33253 11.1357 7.1391 11.9456 6.86688 12.6383C6.62286 13.2592 6.15029 14.0838 5.77297 14.547C5.68816 14.6511 5.62539 14.7429 5.63352 14.751C5.64164 14.7591 7.16245 14.7617 9.01315 14.7568L12.378 14.7478L12.1631 14.4676C11.2956 13.3362 10.7228 11.849 10.6056 10.4233L10.5883 10.2124L10.8013 10.1108C11.3597 9.8444 12.1121 9.21738 12.5337 8.66701L12.7302 8.41049L12.9836 8.38581C13.887 8.29784 14.7869 7.97428 15.5561 7.46086C16.0304 7.14429 16.7489 6.43039 17.0491 5.97741C17.3468 5.52833 17.5583 5.09732 17.721 4.60826C17.9425 3.94233 17.9739 3.70096 17.9921 2.52673C18.0077 1.52057 18.0058 1.48122 17.934 1.34059C17.8851 1.24468 17.8125 1.17102 17.721 1.12433C17.5889 1.05693 17.516 1.05355 16.192 1.05355H14.8017V0.73572C14.8017 0.344088 14.7312 0.176663 14.5213 0.0695698C14.384 -0.000466174 14.3267 -0.00120451 8.99262 0.000342471C3.69572 0.00188945 3.6004 0.00308484 3.47121 0.0712925ZM3.3018 2.539C3.46703 4.18984 3.93809 5.99295 4.48724 7.07657C4.53517 7.17112 4.56917 7.25363 4.56284 7.25996C4.55651 7.26629 4.39329 7.21992 4.20008 7.15695C3.47972 6.92205 2.90753 6.5705 2.36875 6.03177C1.96411 5.62716 1.71538 5.27582 1.47266 4.76606C1.16981 4.13 1.05399 3.54837 1.05367 2.66206L1.05346 2.10831H2.15606H3.25869L3.3018 2.539ZM16.9364 2.82027C16.9242 3.27294 16.8972 3.62185 16.862 3.77835C16.4986 5.3955 15.3609 6.65105 13.8003 7.15737C13.6069 7.22013 13.4435 7.26629 13.4372 7.25996C13.4308 7.25363 13.4648 7.17112 13.5128 7.07657C14.0629 5.99105 14.525 4.22134 14.6976 2.539L14.7418 2.10831H15.8486H16.9554L16.9364 2.82027ZM9.33084 2.50845C9.40355 2.56435 9.51428 2.74359 9.66533 3.04996L9.89114 3.50794L10.4037 3.58638C10.6857 3.62952 10.9586 3.68616 11.0102 3.71225C11.202 3.80914 11.3116 4.04988 11.2686 4.2796C11.2488 4.38522 11.1655 4.49101 10.8466 4.81552L10.4493 5.21985L10.5399 5.76772L10.6304 6.3156L10.5594 6.45332C10.4612 6.64331 10.2952 6.74925 10.0953 6.74925C9.96726 6.74925 9.84156 6.70171 9.46762 6.51193L9 6.27461L8.53239 6.51193C8.15844 6.70171 8.03274 6.74925 7.90468 6.74925C7.70204 6.74925 7.52978 6.63945 7.4378 6.45163C7.37005 6.31328 7.37008 6.31247 7.46034 5.76649L7.55067 5.21985L7.15341 4.81552C6.83453 4.49101 6.75123 4.38522 6.73144 4.2796C6.70036 4.1139 6.73221 3.98427 6.83815 3.84504C6.94842 3.70012 7.03165 3.67213 7.60946 3.58557C7.87933 3.54514 8.10299 3.50871 8.10654 3.50457C8.11009 3.50045 8.21695 3.28901 8.34406 3.03467C8.63013 2.46215 8.72964 2.37611 9.06712 2.40955C9.15703 2.41848 9.26783 2.46 9.33084 2.50845ZM5.30802 16.3827V16.9452H4.99016C4.74101 16.9452 4.64234 16.9605 4.53355 17.016C4.37754 17.0956 4.25317 17.2982 4.25317 17.4726C4.25317 17.6471 4.37754 17.8496 4.53355 17.9292C4.6704 17.999 4.73207 18 9 18C13.2679 18 13.3296 17.999 13.4664 17.9292C13.6225 17.8496 13.7468 17.6471 13.7468 17.4726C13.7468 17.2982 13.6225 17.0956 13.4664 17.016C13.3577 16.9605 13.259 16.9452 13.0098 16.9452H12.692V16.3827V15.8202H9H5.30802V16.3827Z' fill='%2392929D'/%3E%3C/svg%3E%0A");
    background-color: #92929D;
    height: 18px;
    width: 18px;
}

.icon-4works.two-bars {
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='23' height='24' viewBox='0 0 23 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.537 0.564731C0.728111 0.743333 0.231112 1.24193 0.0637338 2.04277C-0.0217116 2.45142 -0.0210089 21.5464 0.0644364 21.9722C0.204521 22.6701 0.653474 23.1721 1.33893 23.3972C1.63256 23.4936 1.85371 23.5 4.86786 23.5C8.08311 23.5 8.0836 23.5 8.4838 23.3742C8.82245 23.2677 8.93135 23.201 9.19114 22.941C9.43721 22.6948 9.52412 22.5586 9.62859 22.2555L9.75894 21.8773V12.0061V2.13478L9.62859 1.75659C9.44472 1.22321 9.03901 0.817328 8.5118 0.63932C8.13835 0.513292 8.13116 0.512968 5.00297 0.502312C2.53597 0.493874 1.79777 0.50718 1.537 0.564731ZM14.8027 0.567327C14.0624 0.749986 13.6187 1.13007 13.3974 1.77119L13.2719 2.13478V7.94936C13.2719 13.2829 13.2795 13.7886 13.3643 14.0614C13.5671 14.7144 13.9442 15.1006 14.5914 15.3181C14.9383 15.4347 15.0217 15.4381 17.8867 15.4558C20.9555 15.4746 21.3009 15.4563 21.8773 15.2442C22.288 15.0931 22.6945 14.6848 22.8714 14.2456L23 13.9262V8.00345C23 2.46131 22.9938 2.06295 22.9037 1.80456C22.6889 1.18892 22.311 0.811324 21.7053 0.607083C21.4628 0.5253 21.0834 0.513833 18.2711 0.503394C15.7134 0.493874 15.0508 0.506098 14.8027 0.567327Z' fill='%2392929D'/%3E%3C/svg%3E%0A");
    mask: url("data:image/svg+xml,%3Csvg width='23' height='24' viewBox='0 0 23 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.537 0.564731C0.728111 0.743333 0.231112 1.24193 0.0637338 2.04277C-0.0217116 2.45142 -0.0210089 21.5464 0.0644364 21.9722C0.204521 22.6701 0.653474 23.1721 1.33893 23.3972C1.63256 23.4936 1.85371 23.5 4.86786 23.5C8.08311 23.5 8.0836 23.5 8.4838 23.3742C8.82245 23.2677 8.93135 23.201 9.19114 22.941C9.43721 22.6948 9.52412 22.5586 9.62859 22.2555L9.75894 21.8773V12.0061V2.13478L9.62859 1.75659C9.44472 1.22321 9.03901 0.817328 8.5118 0.63932C8.13835 0.513292 8.13116 0.512968 5.00297 0.502312C2.53597 0.493874 1.79777 0.50718 1.537 0.564731ZM14.8027 0.567327C14.0624 0.749986 13.6187 1.13007 13.3974 1.77119L13.2719 2.13478V7.94936C13.2719 13.2829 13.2795 13.7886 13.3643 14.0614C13.5671 14.7144 13.9442 15.1006 14.5914 15.3181C14.9383 15.4347 15.0217 15.4381 17.8867 15.4558C20.9555 15.4746 21.3009 15.4563 21.8773 15.2442C22.288 15.0931 22.6945 14.6848 22.8714 14.2456L23 13.9262V8.00345C23 2.46131 22.9938 2.06295 22.9037 1.80456C22.6889 1.18892 22.311 0.811324 21.7053 0.607083C21.4628 0.5253 21.0834 0.513833 18.2711 0.503394C15.7134 0.493874 15.0508 0.506098 14.8027 0.567327Z' fill='%2392929D'/%3E%3C/svg%3E%0A");
    background-color: #92929D;
    height: 24px;
    width: 23px;
}

.icon-4works.liked {
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.63647 0.023479C3.60674 0.0352086 3.36704 0.467443 3.10387 0.98404C2.84066 1.50064 2.61018 1.92332 2.59164 1.92332C2.5731 1.92332 2.1081 1.98807 1.55825 2.06727C0.630433 2.20085 0.5518 2.21873 0.464605 2.31564C0.278398 2.52255 0.309801 2.5716 1.1422 3.37386L1.91375 4.1175L1.74788 5.04029C1.55688 6.10314 1.55061 6.19915 1.6652 6.31169C1.81499 6.4588 1.95673 6.41512 2.88388 5.93572C3.37105 5.68386 3.78944 5.4781 3.81362 5.47855C3.8378 5.47896 4.25623 5.68628 4.74344 5.93921C5.71423 6.44321 5.82126 6.47139 5.97795 6.26432L6.06034 6.15547L5.88211 5.13183L5.70388 4.10823L6.46157 3.37939C7.103 2.76244 7.21926 2.63214 7.21926 2.53035C7.21926 2.34899 7.15094 2.25876 6.97847 2.21233C6.89269 2.18924 6.40912 2.11271 5.90382 2.04233C5.39853 1.97192 4.98252 1.91171 4.97934 1.90855C4.97617 1.90539 4.76507 1.49301 4.5103 0.992119C4.24554 0.471667 4.0121 0.0630563 3.9655 0.0385717C3.88048 -0.00613228 3.72922 -0.0130634 3.63647 0.023479ZM10.5268 0.023479C10.4971 0.0352086 10.2574 0.467443 9.99424 0.98404C9.73103 1.50064 9.50435 1.92332 9.49049 1.92332C9.47663 1.92332 9.01163 1.98799 8.4571 2.06702C7.51884 2.20077 7.44242 2.21799 7.35498 2.3154C7.16885 2.52268 7.20013 2.57152 8.03257 3.37386L8.80413 4.1175L8.63826 5.04029C8.44725 6.10314 8.44098 6.19915 8.55557 6.31169C8.70536 6.4588 8.8471 6.41512 9.77425 5.93572C10.2614 5.68386 10.6798 5.4781 10.704 5.47855C10.7282 5.47896 11.1466 5.68628 11.6338 5.93921C12.6046 6.44321 12.7116 6.47139 12.8683 6.26432L12.9507 6.15547L12.7725 5.13183L12.5942 4.10823L13.3519 3.37939C13.9934 2.76244 14.1096 2.63214 14.1096 2.53035C14.1096 2.34899 14.0413 2.25876 13.8688 2.21233C13.7831 2.18924 13.2995 2.11271 12.7942 2.04233C12.2889 1.97192 11.8729 1.91171 11.8697 1.90855C11.8665 1.90539 11.6554 1.49301 11.4007 0.992119C11.1359 0.471667 10.9025 0.0630563 10.8559 0.0385717C10.7708 -0.00613228 10.6196 -0.0130634 10.5268 0.023479ZM17.4172 0.023479C17.3875 0.0352086 17.1478 0.467443 16.8846 0.98404C16.6214 1.50064 16.3947 1.92332 16.3809 1.92332C16.367 1.92332 15.902 1.98799 15.3475 2.06702C14.4092 2.20077 14.3328 2.21799 14.2453 2.3154C14.0592 2.52272 14.0905 2.57152 14.9232 3.37386L15.6949 4.1175L15.5291 5.04029C15.3378 6.10535 15.3317 6.19947 15.4459 6.31169C15.5957 6.4588 15.7375 6.41512 16.6646 5.93572C17.1518 5.68386 17.5702 5.4781 17.5944 5.47855C17.6185 5.47896 18.037 5.68628 18.5242 5.93921C19.495 6.44321 19.602 6.47139 19.7587 6.26432L19.8411 6.15547L19.6631 5.13339L19.4852 4.11135L20.2426 3.3803C20.963 2.68492 21 2.64157 21 2.49229C21 2.37126 20.9767 2.32036 20.8984 2.26996C20.8345 2.22882 20.4199 2.15073 19.7813 2.05956C19.2228 1.97979 18.7633 1.91191 18.7601 1.90867C18.7569 1.90543 18.5458 1.49301 18.291 0.992119C18.0263 0.471667 17.7928 0.0630563 17.7462 0.0385717C17.6612 -0.00613228 17.51 -0.0130634 17.4172 0.023479ZM12.9613 7.52164C12.6196 7.70489 12.5641 7.84425 12.5208 8.62879C12.4833 9.30947 12.4502 9.45934 12.2587 9.81467C11.896 10.4879 10.4758 11.4789 9.19562 11.9521C8.48905 12.2133 7.53317 12.3794 6.72858 12.3808L6.25878 12.3816V15.4514V18.5213L6.61328 18.5459C7.53233 18.6096 8.24563 18.9304 9.03581 19.6354C9.85171 20.3634 10.6911 20.772 11.7013 20.9329C12.2681 21.0232 15.7794 21.022 16.1335 20.9314C16.7736 20.7677 17.2657 20.3135 17.4578 19.709C17.5495 19.4204 17.5582 18.9126 17.4759 18.6442L17.4179 18.4548L17.5698 18.4066C17.9927 18.2725 18.4173 17.8842 18.6306 17.4368C18.7413 17.2046 18.7655 17.0989 18.7795 16.7856C18.7909 16.5307 18.7764 16.3451 18.7339 16.2027L18.6715 15.9938L18.8231 15.9457C19.2455 15.8117 19.6702 15.4233 19.8834 14.976C20.1231 14.4732 20.0881 13.7745 19.799 13.2899C19.6525 13.0445 19.3464 12.7528 19.0944 12.6188C18.685 12.401 18.5156 12.3816 17.0266 12.3816H15.6599L15.8638 11.9612C16.189 11.2909 16.2596 10.9931 16.26 10.2899C16.2602 9.77177 16.2475 9.65829 16.1612 9.40815C15.7697 8.27325 14.7647 7.5595 13.4415 7.47674C13.16 7.4591 13.0606 7.46841 12.9613 7.52164ZM0.371481 11.2231C0.176128 11.3194 0.047508 11.5206 0.0161463 11.7787C0.00186446 11.896 -0.00406543 13.6345 0.00295022 15.6421C0.0153946 19.2067 0.0176497 19.2955 0.0992066 19.4315C0.145142 19.5081 0.235761 19.6096 0.300572 19.657C0.416164 19.7417 0.458299 19.7436 2.47208 19.7542C4.76486 19.7662 4.71325 19.772 4.91119 19.481L5.00599 19.3416V15.4575V11.5735L4.91119 11.4341C4.71563 11.1466 4.7558 11.1513 2.52128 11.1513C0.696205 11.1513 0.503818 11.1578 0.371481 11.2231ZM2.79188 13.6838C3.23892 13.9044 3.23892 14.5499 2.79188 14.7705C2.38284 14.9724 1.91576 14.6827 1.91576 14.2272C1.91576 13.8963 2.19563 13.6121 2.52128 13.6121C2.59018 13.6121 2.71195 13.6444 2.79188 13.6838Z' fill='%2392929D'/%3E%3C/svg%3E%0A");
    mask: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.63647 0.023479C3.60674 0.0352086 3.36704 0.467443 3.10387 0.98404C2.84066 1.50064 2.61018 1.92332 2.59164 1.92332C2.5731 1.92332 2.1081 1.98807 1.55825 2.06727C0.630433 2.20085 0.5518 2.21873 0.464605 2.31564C0.278398 2.52255 0.309801 2.5716 1.1422 3.37386L1.91375 4.1175L1.74788 5.04029C1.55688 6.10314 1.55061 6.19915 1.6652 6.31169C1.81499 6.4588 1.95673 6.41512 2.88388 5.93572C3.37105 5.68386 3.78944 5.4781 3.81362 5.47855C3.8378 5.47896 4.25623 5.68628 4.74344 5.93921C5.71423 6.44321 5.82126 6.47139 5.97795 6.26432L6.06034 6.15547L5.88211 5.13183L5.70388 4.10823L6.46157 3.37939C7.103 2.76244 7.21926 2.63214 7.21926 2.53035C7.21926 2.34899 7.15094 2.25876 6.97847 2.21233C6.89269 2.18924 6.40912 2.11271 5.90382 2.04233C5.39853 1.97192 4.98252 1.91171 4.97934 1.90855C4.97617 1.90539 4.76507 1.49301 4.5103 0.992119C4.24554 0.471667 4.0121 0.0630563 3.9655 0.0385717C3.88048 -0.00613228 3.72922 -0.0130634 3.63647 0.023479ZM10.5268 0.023479C10.4971 0.0352086 10.2574 0.467443 9.99424 0.98404C9.73103 1.50064 9.50435 1.92332 9.49049 1.92332C9.47663 1.92332 9.01163 1.98799 8.4571 2.06702C7.51884 2.20077 7.44242 2.21799 7.35498 2.3154C7.16885 2.52268 7.20013 2.57152 8.03257 3.37386L8.80413 4.1175L8.63826 5.04029C8.44725 6.10314 8.44098 6.19915 8.55557 6.31169C8.70536 6.4588 8.8471 6.41512 9.77425 5.93572C10.2614 5.68386 10.6798 5.4781 10.704 5.47855C10.7282 5.47896 11.1466 5.68628 11.6338 5.93921C12.6046 6.44321 12.7116 6.47139 12.8683 6.26432L12.9507 6.15547L12.7725 5.13183L12.5942 4.10823L13.3519 3.37939C13.9934 2.76244 14.1096 2.63214 14.1096 2.53035C14.1096 2.34899 14.0413 2.25876 13.8688 2.21233C13.7831 2.18924 13.2995 2.11271 12.7942 2.04233C12.2889 1.97192 11.8729 1.91171 11.8697 1.90855C11.8665 1.90539 11.6554 1.49301 11.4007 0.992119C11.1359 0.471667 10.9025 0.0630563 10.8559 0.0385717C10.7708 -0.00613228 10.6196 -0.0130634 10.5268 0.023479ZM17.4172 0.023479C17.3875 0.0352086 17.1478 0.467443 16.8846 0.98404C16.6214 1.50064 16.3947 1.92332 16.3809 1.92332C16.367 1.92332 15.902 1.98799 15.3475 2.06702C14.4092 2.20077 14.3328 2.21799 14.2453 2.3154C14.0592 2.52272 14.0905 2.57152 14.9232 3.37386L15.6949 4.1175L15.5291 5.04029C15.3378 6.10535 15.3317 6.19947 15.4459 6.31169C15.5957 6.4588 15.7375 6.41512 16.6646 5.93572C17.1518 5.68386 17.5702 5.4781 17.5944 5.47855C17.6185 5.47896 18.037 5.68628 18.5242 5.93921C19.495 6.44321 19.602 6.47139 19.7587 6.26432L19.8411 6.15547L19.6631 5.13339L19.4852 4.11135L20.2426 3.3803C20.963 2.68492 21 2.64157 21 2.49229C21 2.37126 20.9767 2.32036 20.8984 2.26996C20.8345 2.22882 20.4199 2.15073 19.7813 2.05956C19.2228 1.97979 18.7633 1.91191 18.7601 1.90867C18.7569 1.90543 18.5458 1.49301 18.291 0.992119C18.0263 0.471667 17.7928 0.0630563 17.7462 0.0385717C17.6612 -0.00613228 17.51 -0.0130634 17.4172 0.023479ZM12.9613 7.52164C12.6196 7.70489 12.5641 7.84425 12.5208 8.62879C12.4833 9.30947 12.4502 9.45934 12.2587 9.81467C11.896 10.4879 10.4758 11.4789 9.19562 11.9521C8.48905 12.2133 7.53317 12.3794 6.72858 12.3808L6.25878 12.3816V15.4514V18.5213L6.61328 18.5459C7.53233 18.6096 8.24563 18.9304 9.03581 19.6354C9.85171 20.3634 10.6911 20.772 11.7013 20.9329C12.2681 21.0232 15.7794 21.022 16.1335 20.9314C16.7736 20.7677 17.2657 20.3135 17.4578 19.709C17.5495 19.4204 17.5582 18.9126 17.4759 18.6442L17.4179 18.4548L17.5698 18.4066C17.9927 18.2725 18.4173 17.8842 18.6306 17.4368C18.7413 17.2046 18.7655 17.0989 18.7795 16.7856C18.7909 16.5307 18.7764 16.3451 18.7339 16.2027L18.6715 15.9938L18.8231 15.9457C19.2455 15.8117 19.6702 15.4233 19.8834 14.976C20.1231 14.4732 20.0881 13.7745 19.799 13.2899C19.6525 13.0445 19.3464 12.7528 19.0944 12.6188C18.685 12.401 18.5156 12.3816 17.0266 12.3816H15.6599L15.8638 11.9612C16.189 11.2909 16.2596 10.9931 16.26 10.2899C16.2602 9.77177 16.2475 9.65829 16.1612 9.40815C15.7697 8.27325 14.7647 7.5595 13.4415 7.47674C13.16 7.4591 13.0606 7.46841 12.9613 7.52164ZM0.371481 11.2231C0.176128 11.3194 0.047508 11.5206 0.0161463 11.7787C0.00186446 11.896 -0.00406543 13.6345 0.00295022 15.6421C0.0153946 19.2067 0.0176497 19.2955 0.0992066 19.4315C0.145142 19.5081 0.235761 19.6096 0.300572 19.657C0.416164 19.7417 0.458299 19.7436 2.47208 19.7542C4.76486 19.7662 4.71325 19.772 4.91119 19.481L5.00599 19.3416V15.4575V11.5735L4.91119 11.4341C4.71563 11.1466 4.7558 11.1513 2.52128 11.1513C0.696205 11.1513 0.503818 11.1578 0.371481 11.2231ZM2.79188 13.6838C3.23892 13.9044 3.23892 14.5499 2.79188 14.7705C2.38284 14.9724 1.91576 14.6827 1.91576 14.2272C1.91576 13.8963 2.19563 13.6121 2.52128 13.6121C2.59018 13.6121 2.71195 13.6444 2.79188 13.6838Z' fill='%2392929D'/%3E%3C/svg%3E%0A");
    background-color: #92929D;
    height: 21px;
    width: 21px;
}

.icon-4works.feed {
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.83622 0.340889C2.53957 0.371284 2.13305 0.489207 1.82287 0.63484C0.835128 1.09865 0.142412 2.07163 0.028796 3.15475C-0.011316 3.53741 -0.00871744 17.2981 0.0315737 17.6564C0.198831 19.1446 1.36829 20.2954 2.88299 20.4623C3.27828 20.5058 17.1539 20.5039 17.5572 20.4603C19.0552 20.2981 20.2287 19.1388 20.3954 17.6564C20.4347 17.307 20.438 3.80589 20.399 3.28176C20.3416 2.51255 20.0713 1.88923 19.5482 1.31986C19.062 0.790624 18.3132 0.423606 17.5477 0.339266C17.2086 0.301906 3.20164 0.30344 2.83622 0.340889ZM5.11337 2.941C5.68234 3.15156 6.07573 3.53965 6.29597 4.10775C6.36532 4.28664 6.37321 4.34835 6.37428 4.71985C6.37542 5.10331 6.36935 5.14955 6.28967 5.3635C6.07889 5.92962 5.6888 6.31576 5.11337 6.52794C4.9554 6.58619 4.83781 6.6052 4.56775 6.61615C4.15439 6.63285 3.94884 6.5905 3.59784 6.4163C3.20884 6.22322 2.95055 5.96132 2.73968 5.54614C2.56356 5.1993 2.51469 4.64864 2.62368 4.23845C2.75462 3.74572 3.1285 3.28728 3.58496 3.05984C3.95466 2.87561 4.09955 2.84471 4.53866 2.85649C4.8485 2.86478 4.94623 2.87915 5.11337 2.941ZM17.5919 2.95127C18.0034 3.24579 17.9316 3.87636 17.4647 4.06906C17.3661 4.10976 16.8762 4.11489 13.0807 4.11489C8.41038 4.11489 8.71831 4.12664 8.50332 3.94013C8.18685 3.6656 8.25465 3.10889 8.62829 2.91424L8.76048 2.84536L13.1129 2.85303L17.4654 2.86071L17.5919 2.95127ZM17.5161 5.41809C17.7348 5.53773 17.8595 5.74813 17.8595 5.99744C17.8595 6.32264 17.6521 6.56306 17.3194 6.62361C17.2088 6.64374 15.7435 6.65129 12.9728 6.64598L8.79316 6.63801L8.64489 6.56262C8.44392 6.46042 8.32615 6.29145 8.30838 6.07971C8.28837 5.84124 8.32158 5.7198 8.44326 5.58674C8.58128 5.4358 8.69424 5.37893 8.89931 5.35706C8.98965 5.34744 10.9452 5.3462 13.245 5.35432C17.0685 5.36781 17.4341 5.37327 17.5161 5.41809ZM19.118 12.3704C19.1251 18.066 19.135 17.6237 18.9918 18.0142C18.8514 18.3967 18.4569 18.8192 18.0599 19.0123C17.6562 19.2087 18.231 19.196 10.1329 19.1875C3.06109 19.1802 2.78592 19.1778 2.64208 19.125C1.95393 18.8722 1.50655 18.397 1.35488 17.7578C1.30043 17.5284 1.30213 17.7185 1.30868 12.5474L1.31298 9.16114H10.2135H19.114L19.118 12.3704Z' fill='%2392929D'/%3E%3C/svg%3E%0A");
    mask: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.83622 0.340889C2.53957 0.371284 2.13305 0.489207 1.82287 0.63484C0.835128 1.09865 0.142412 2.07163 0.028796 3.15475C-0.011316 3.53741 -0.00871744 17.2981 0.0315737 17.6564C0.198831 19.1446 1.36829 20.2954 2.88299 20.4623C3.27828 20.5058 17.1539 20.5039 17.5572 20.4603C19.0552 20.2981 20.2287 19.1388 20.3954 17.6564C20.4347 17.307 20.438 3.80589 20.399 3.28176C20.3416 2.51255 20.0713 1.88923 19.5482 1.31986C19.062 0.790624 18.3132 0.423606 17.5477 0.339266C17.2086 0.301906 3.20164 0.30344 2.83622 0.340889ZM5.11337 2.941C5.68234 3.15156 6.07573 3.53965 6.29597 4.10775C6.36532 4.28664 6.37321 4.34835 6.37428 4.71985C6.37542 5.10331 6.36935 5.14955 6.28967 5.3635C6.07889 5.92962 5.6888 6.31576 5.11337 6.52794C4.9554 6.58619 4.83781 6.6052 4.56775 6.61615C4.15439 6.63285 3.94884 6.5905 3.59784 6.4163C3.20884 6.22322 2.95055 5.96132 2.73968 5.54614C2.56356 5.1993 2.51469 4.64864 2.62368 4.23845C2.75462 3.74572 3.1285 3.28728 3.58496 3.05984C3.95466 2.87561 4.09955 2.84471 4.53866 2.85649C4.8485 2.86478 4.94623 2.87915 5.11337 2.941ZM17.5919 2.95127C18.0034 3.24579 17.9316 3.87636 17.4647 4.06906C17.3661 4.10976 16.8762 4.11489 13.0807 4.11489C8.41038 4.11489 8.71831 4.12664 8.50332 3.94013C8.18685 3.6656 8.25465 3.10889 8.62829 2.91424L8.76048 2.84536L13.1129 2.85303L17.4654 2.86071L17.5919 2.95127ZM17.5161 5.41809C17.7348 5.53773 17.8595 5.74813 17.8595 5.99744C17.8595 6.32264 17.6521 6.56306 17.3194 6.62361C17.2088 6.64374 15.7435 6.65129 12.9728 6.64598L8.79316 6.63801L8.64489 6.56262C8.44392 6.46042 8.32615 6.29145 8.30838 6.07971C8.28837 5.84124 8.32158 5.7198 8.44326 5.58674C8.58128 5.4358 8.69424 5.37893 8.89931 5.35706C8.98965 5.34744 10.9452 5.3462 13.245 5.35432C17.0685 5.36781 17.4341 5.37327 17.5161 5.41809ZM19.118 12.3704C19.1251 18.066 19.135 17.6237 18.9918 18.0142C18.8514 18.3967 18.4569 18.8192 18.0599 19.0123C17.6562 19.2087 18.231 19.196 10.1329 19.1875C3.06109 19.1802 2.78592 19.1778 2.64208 19.125C1.95393 18.8722 1.50655 18.397 1.35488 17.7578C1.30043 17.5284 1.30213 17.7185 1.30868 12.5474L1.31298 9.16114H10.2135H19.114L19.118 12.3704Z' fill='%2392929D'/%3E%3C/svg%3E%0A");
    background-color: #92929D;
    height: 21px;
    width: 21px;
}

.icon-4works.paper-1 {
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='22' viewBox='0 0 20 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 0H13.5316C14.1252 0 14.6881 0.263646 15.0681 0.719631L19.5364 6.08168C19.836 6.44111 20 6.89418 20 7.36205V18C20 20.2091 18.2091 22 16 22H4C1.79086 22 0 20.2091 0 18V4C0 1.79086 1.79086 0 4 0ZM18 18V8H15C13.8954 8 13 7.10457 13 6V2H4C2.89543 2 2 2.89543 2 4V18C2 19.1046 2.89543 20 4 20H16C17.1046 20 18 19.1046 18 18ZM16.865 6L15 3.76205V6H16.865ZM6 13C5.44772 13 5 12.5523 5 12C5 11.4477 5.44772 11 6 11H14C14.5523 11 15 11.4477 15 12C15 12.5523 14.5523 13 14 13H6ZM6 17C5.44772 17 5 16.5523 5 16C5 15.4477 5.44772 15 6 15H12C12.5523 15 13 15.4477 13 16C13 16.5523 12.5523 17 12 17H6ZM6 9C5.44772 9 5 8.55228 5 8C5 7.44772 5.44772 7 6 7H9C9.55228 7 10 7.44772 10 8C10 8.55228 9.55228 9 9 9H6Z' fill='%2392929D'/%3E%3C/svg%3E%0A");
    mask: url("data:image/svg+xml,%3Csvg width='20' height='22' viewBox='0 0 20 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 0H13.5316C14.1252 0 14.6881 0.263646 15.0681 0.719631L19.5364 6.08168C19.836 6.44111 20 6.89418 20 7.36205V18C20 20.2091 18.2091 22 16 22H4C1.79086 22 0 20.2091 0 18V4C0 1.79086 1.79086 0 4 0ZM18 18V8H15C13.8954 8 13 7.10457 13 6V2H4C2.89543 2 2 2.89543 2 4V18C2 19.1046 2.89543 20 4 20H16C17.1046 20 18 19.1046 18 18ZM16.865 6L15 3.76205V6H16.865ZM6 13C5.44772 13 5 12.5523 5 12C5 11.4477 5.44772 11 6 11H14C14.5523 11 15 11.4477 15 12C15 12.5523 14.5523 13 14 13H6ZM6 17C5.44772 17 5 16.5523 5 16C5 15.4477 5.44772 15 6 15H12C12.5523 15 13 15.4477 13 16C13 16.5523 12.5523 17 12 17H6ZM6 9C5.44772 9 5 8.55228 5 8C5 7.44772 5.44772 7 6 7H9C9.55228 7 10 7.44772 10 8C10 8.55228 9.55228 9 9 9H6Z' fill='%2392929D'/%3E%3C/svg%3E%0A");
    background-color: #92929D;
    height: 22px;
    width: 20px;
}

.icon-4works.logo-1 {
    background-image: url("data:image/svg+xml,%3Csvg width='165' height='46' viewBox='0 0 165 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M57.1946 29.8687V26.3575L68.6385 11.2073H71.9872V26.0649H75.6609V29.8687H71.9872V35.3306H67.6957V29.8687H57.1946ZM67.6957 26.0649V17.2544H68.8336L61.4535 27.0402V26.0649H67.6957Z' fill='%23484848'/%3E%3Cpath d='M79.0309 34.5503C78.359 34.5503 77.7847 34.3227 77.3078 33.8676C76.8527 33.3907 76.6251 32.8164 76.6251 32.1445C76.6251 31.4943 76.8527 30.9416 77.3078 30.4864C77.7847 30.0096 78.359 29.7712 79.0309 29.7712C79.7028 29.7712 80.2663 30.0096 80.7215 30.4864C81.1983 30.9416 81.4367 31.4943 81.4367 32.1445C81.4367 32.8164 81.1983 33.3907 80.7215 33.8676C80.2663 34.3227 79.7028 34.5503 79.0309 34.5503Z' fill='%23484848'/%3E%3Cpath d='M84.3302 16.8967V26.7476C84.3302 28.0914 84.6337 29.1101 85.2405 29.8037C85.8474 30.4756 86.7144 30.8115 87.8414 30.8115C88.405 30.8115 88.9793 30.649 89.5645 30.3239C90.1714 29.9987 90.6699 29.5436 91.0601 28.9584C91.4502 28.3298 91.6453 27.5929 91.6453 26.7476V16.8967H95.2865L95.3515 26.7476C95.3515 27.6579 95.1998 28.5466 94.8964 29.4135C95.5899 30.2372 96.4136 30.649 97.3672 30.649C98.1692 30.649 98.9061 30.4106 99.578 29.9337C100.272 29.4352 100.618 28.8392 100.618 28.1456V16.9293H104.877V28.2757C104.877 29.4677 104.563 30.5406 103.934 31.4943C103.306 32.4262 102.461 33.1632 101.399 33.705C100.337 34.2252 99.1987 34.4853 97.9849 34.4853C97.0313 34.4853 96.121 34.3011 95.254 33.9326C94.4087 33.5425 93.6718 33.0006 93.0432 32.307C92.3063 33.0006 91.4827 33.5425 90.5724 33.9326C89.6621 34.3011 88.7518 34.4853 87.8414 34.4853C86.4543 34.4853 85.2189 34.171 84.1352 33.5425C83.0515 32.9139 82.2062 32.0144 81.5993 30.844C80.9924 29.717 80.689 28.3515 80.689 26.7476V16.8967H84.3302Z' fill='%23484848'/%3E%3Cpath d='M114.677 34.4853C113.094 34.4853 111.621 34.0952 110.255 33.3149C108.911 32.5129 107.849 31.4292 107.069 30.0638C106.267 28.7416 105.866 27.2786 105.866 25.6748C105.866 24.0925 106.256 22.6295 107.036 21.2857C107.838 19.9203 108.922 18.8366 110.288 18.0346C111.631 17.2544 113.094 16.8642 114.677 16.8642C116.237 16.8642 117.7 17.2652 119.066 18.0671C120.431 18.8474 121.515 19.9094 122.317 21.2532C123.097 22.6187 123.487 24.0925 123.487 25.6748C123.487 27.257 123.086 28.7308 122.284 30.0963C121.504 31.4401 120.442 32.5021 119.098 33.2824C117.754 34.0843 116.281 34.4853 114.677 34.4853ZM114.677 30.5514C115.565 30.5514 116.378 30.3347 117.115 29.9012C117.874 29.4677 118.47 28.8717 118.903 28.1131C119.337 27.3545 119.553 26.5417 119.553 25.6748C119.553 24.7861 119.337 23.9733 118.903 23.2364C118.491 22.4778 117.906 21.8818 117.147 21.4483C116.389 21.0148 115.565 20.7981 114.677 20.7981C113.788 20.7981 112.964 21.0148 112.206 21.4483C111.469 21.8601 110.884 22.4453 110.45 23.2039C110.017 23.9625 109.8 24.7861 109.8 25.6748C109.8 26.5634 110.017 27.387 110.45 28.1456C110.884 28.8825 111.48 29.4677 112.238 29.9012C112.997 30.3347 113.81 30.5514 114.677 30.5514Z' fill='%23484848'/%3E%3Cpath d='M134.127 20.7331C133.737 20.6897 133.488 20.668 133.379 20.668C132.469 20.668 131.613 20.9065 130.811 21.3833C130.031 21.8384 129.413 22.4562 128.958 23.2364C128.481 23.995 128.242 24.8511 128.242 25.8048L128.307 34.5503H124.504L124.471 25.2196C124.471 23.6807 124.861 22.2611 125.642 20.9606C126.443 19.6385 127.538 18.5873 128.925 17.8071C130.269 17.0485 131.721 16.6692 133.282 16.6692L134.127 16.7342V20.7331Z' fill='%23484848'/%3E%3Cpath d='M142.747 25.0896L149.77 34.5178H145.738L140.699 27.5929L140.016 29.0234V34.2252C140.016 34.3769 140.005 34.4744 139.984 34.5178H136.082V10.6871H140.016V23.2039L144.73 16.9618H149.054L142.747 25.0896Z' fill='%23484848'/%3E%3Cpath d='M157.653 30.8115C158.693 30.8332 159.462 30.7357 159.961 30.5189C160.459 30.2805 160.763 29.912 160.871 29.4135C160.893 29.3485 160.904 29.2401 160.904 29.0884C160.904 28.5683 160.611 28.1673 160.026 27.8855C159.853 27.7771 159.083 27.5604 157.718 27.2353L156.612 26.9752C155.29 26.6067 154.217 26.2383 153.394 25.8698C152.57 25.5014 151.92 25.0245 151.443 24.4393C150.966 23.8541 150.728 23.1172 150.728 22.2286C150.728 21.1449 150.999 20.1479 151.54 19.2375C152.082 18.3272 152.819 17.7095 153.751 17.3844C154.532 17.1026 155.615 16.9618 157.002 16.9618C158.671 16.9618 160.654 17.1352 162.952 17.4819L161.782 20.6355L157.132 20.2129C155.745 20.1912 154.954 20.5705 154.759 21.3508C154.737 21.4591 154.727 21.5783 154.727 21.7084C154.727 22.0985 155.063 22.4236 155.734 22.6837C155.93 22.7921 156.883 23.0739 158.595 23.529C160.546 24.0058 161.944 24.461 162.789 24.8945C164.263 25.7181 165 26.8777 165 28.3732C165 28.7416 164.946 29.1968 164.838 29.7387C164.469 31.2558 163.613 32.4046 162.269 33.1848C160.947 33.9434 159.17 34.2902 156.937 34.2252L151.833 33.705L153.296 30.3564L157.653 30.8115Z' fill='%23484848'/%3E%3Crect width='45.8018' height='45.8018' rx='14.613' fill='url(%23paint0_linear_46_464)'/%3E%3Cpath d='M10.0325 23.6751C10.0325 24.124 10.0325 28.1809 10.0325 28.1809C10.0325 33.1892 17.4716 33.5177 17.4716 28.1809V18.5748C17.4716 12.2529 28.5477 12.0066 28.5477 18.5748V28.1809C28.5477 33.1071 35.9868 33.2714 35.9868 28.1809C35.9868 28.1809 35.9868 24.124 35.9868 23.6751' stroke='white' stroke-width='3.05346' stroke-linecap='round'/%3E%3Cpath d='M22.9006 27.263V32.0613' stroke='white' stroke-width='3.05346' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.9008 20.5884C23.8131 20.5884 24.5527 19.8488 24.5527 18.9366C24.5527 18.0243 23.8131 17.2848 22.9008 17.2848C21.9886 17.2848 21.249 18.0243 21.249 18.9366C21.249 19.0847 21.2685 19.2282 21.3051 19.3647C21.4558 19.2029 21.6708 19.1018 21.9094 19.1018C22.3655 19.1018 22.7353 19.4716 22.7353 19.9277C22.7353 20.1664 22.634 20.3814 22.4721 20.5322C22.6088 20.5689 22.7526 20.5884 22.9008 20.5884Z' fill='white'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_46_464' x1='45.8018' y1='-6.54312' x2='0' y2='45.8018' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23910076'/%3E%3Cstop offset='1' stop-color='%234D2A95'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    height: 46px;
    width: 165px;
}

.icon-4works.door-open-1 {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.952012 0.0390744C0.51903 0.146482 0.157855 0.50616 0.0407246 0.946584C0.00735517 1.07209 0.000499641 2.07489 0.000206669 6.87688C-0.000174194 13.2011 -0.00998874 12.8335 0.167464 13.1368C0.273959 13.3187 0.492574 13.53 0.662527 13.6151C0.74119 13.6546 1.68884 13.9823 2.76844 14.3434L4.73134 15L4.99502 14.9999C5.3179 14.9999 5.49858 14.9427 5.74139 14.7638C5.93903 14.6181 6.09518 14.4027 6.18161 14.1565C6.2298 14.0193 6.24015 13.9145 6.24015 13.5638V13.1377L7.27287 13.1372C8.45281 13.1366 8.57006 13.1222 8.96478 12.9288C9.43884 12.6964 9.82421 12.2134 9.94456 11.7005C10.0116 11.4151 10.0118 8.67078 9.94483 8.51034C9.74871 8.04041 9.07069 8.00974 8.82284 8.45954C8.78018 8.53695 8.77259 8.72038 8.7597 9.98472L8.74505 11.4219L8.67181 11.5526C8.63153 11.6245 8.54141 11.7235 8.47156 11.7726L8.34459 11.8619L7.2927 11.8702L6.24082 11.8786L6.23317 7.03075L6.2255 2.18286L6.13277 1.98693C5.98002 1.66412 5.77456 1.47327 5.42299 1.32758L5.25869 1.25951L6.80163 1.26658L8.34456 1.27362L8.47156 1.3629C8.54141 1.41203 8.63153 1.51102 8.67181 1.58288L8.74505 1.71357L8.7597 2.84769L8.77435 3.98177L8.86224 4.10663C8.99411 4.29394 9.16711 4.37498 9.40781 4.36213C9.631 4.35025 9.77868 4.26736 9.90229 4.08466L9.97553 3.97638L9.98382 2.8097C9.99314 1.49782 9.98435 1.41625 9.7919 1.02431C9.63372 0.702204 9.2973 0.369686 8.96478 0.206726C8.51943 -0.0115204 8.72768 -0.00146014 4.70205 0.000739632C1.94032 0.00226481 1.06428 0.0112399 0.952012 0.0390744ZM11.6159 3.19079C11.4682 3.25796 11.321 3.42373 11.281 3.56792C11.2624 3.63494 11.2502 4.06393 11.2501 4.65394L11.25 5.62917H9.93733H8.62473L8.47051 5.7061C8.20678 5.83768 8.07816 6.11511 8.14724 6.40343C8.19459 6.60094 8.39642 6.80702 8.59039 6.85591C8.68452 6.87964 9.11956 6.89037 9.98851 6.89037H11.25V7.8622C11.25 8.54619 11.2606 8.86979 11.286 8.95476C11.3571 9.19289 11.631 9.38453 11.8979 9.3828C12.1309 9.38128 12.2108 9.31314 13.5579 7.96682C14.9082 6.61737 15 6.50993 15 6.27942C15 6.00272 15.0163 6.02234 13.5962 4.59442C12.7161 3.70956 12.2201 3.232 12.1416 3.1939C11.992 3.12131 11.7716 3.11999 11.6159 3.19079Z' fill='%2392929D'/%3E%3C/svg%3E");
    height: 15px;
    width: 15px;
}

.icon-4works.interrogacao {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 0C3.36 0 0 3.36 0 7.5C0 11.64 3.36 15 7.5 15C11.64 15 15 11.64 15 7.5C15 3.36 11.64 0 7.5 0ZM8.25 12.75H6.75V11.25H8.25V12.75ZM9.8025 6.9375L9.1275 7.6275C8.5875 8.175 8.25 8.625 8.25 9.75H6.75V9.375C6.75 8.55 7.0875 7.8 7.6275 7.2525L8.5575 6.3075C8.835 6.0375 9 5.6625 9 5.25C9 4.425 8.325 3.75 7.5 3.75C6.675 3.75 6 4.425 6 5.25H4.5C4.5 3.5925 5.8425 2.25 7.5 2.25C9.1575 2.25 10.5 3.5925 10.5 5.25C10.5 5.91 10.23 6.51 9.8025 6.9375Z' fill='%2392929D'/%3E%3C/svg%3E");
    height: 15px;
    width: 15px;
}

.icon-4works.user {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.97146 0.00985266C6.91494 0.0164259 6.74316 0.035911 6.58974 0.0531658C5.32653 0.195196 4.0282 0.720676 2.95492 1.52435C2.60505 1.78631 1.95979 2.41013 1.67083 2.76582C0.97445 3.62289 0.409765 4.77589 0.17618 5.81769C0.0325345 6.45847 0 6.76997 0 7.50503C0 8.24009 0.0325345 8.55159 0.17618 9.19237C0.409911 10.2347 0.97583 11.39 1.67124 12.2442C1.94276 12.5778 2.47538 13.1059 2.80863 13.3719C3.65115 14.0445 4.79062 14.5956 5.81161 14.8243C6.42563 14.9619 6.79214 15 7.5 15C8.74779 15 9.70448 14.7802 10.8034 14.2411C12.0278 13.6403 13.0048 12.7845 13.7699 11.6427C14.2186 10.9729 14.6489 9.97253 14.8238 9.19237C14.9675 8.55159 15 8.24009 15 7.50503C15 6.76997 14.9675 6.45847 14.8238 5.81769C14.5901 4.77533 14.0242 3.62008 13.3288 2.76582C13.0572 2.43228 12.5246 1.90419 12.1914 1.63818C11.1705 0.823266 9.91052 0.274456 8.6097 0.0782265C8.2386 0.0222362 7.22766 -0.0199618 6.97146 0.00985266ZM8.01251 2.29653C8.80338 2.46394 9.45824 3.00301 9.78317 3.7541C9.92074 4.07208 9.97351 4.34912 9.97224 4.7466C9.97004 5.43982 9.7147 6.02989 9.20733 6.51434C8.93475 6.77457 8.64652 6.95299 8.31313 7.06785C6.80133 7.5886 5.19903 6.56549 5.03428 4.97417C4.90467 3.72202 5.74384 2.56448 6.97475 2.29762C7.22498 2.24336 7.75872 2.2428 8.01251 2.29653ZM9.57011 8.49718C10.3315 8.70853 10.902 9.18705 11.2265 9.88655C11.5192 10.5174 11.5348 11.1296 11.2683 11.5187C11.0478 11.8405 10.2638 12.3625 9.57011 12.6493C8.33172 13.1612 6.76609 13.1727 5.50333 12.6792C4.81323 12.4095 3.91624 11.8247 3.72191 11.5178C3.49297 11.1563 3.47917 10.6819 3.68054 10.0953C3.97641 9.23354 4.76948 8.5841 5.69416 8.44642C5.79106 8.43201 6.64993 8.42285 7.60277 8.42608C9.29354 8.43183 9.34084 8.43353 9.57011 8.49718Z' fill='%2392929D'/%3E%3C/svg%3E");
    height: 15px;
    width: 15px;
}

.icon-4works.arrow-bottom {
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='8' viewBox='0 0 11 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.39666 7.09576C0.128338 7.09576 -0.0208373 6.78539 0.146782 6.57586L4.94232 0.581444C5.07042 0.421314 5.31397 0.421315 5.44207 0.581445L10.2376 6.57586C10.4052 6.78539 10.256 7.09576 9.98773 7.09576L0.39666 7.09576Z' fill='white'/%3E%3C/svg%3E");
    height: 8px;
    width: 11px;
}

.icon-4works.arrow-bottom-light {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='11' viewBox='0 0 18 11' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.6021 1.04827C18.1326 1.57373 18.1326 2.42567 17.6021 2.95113L10.1306 10.3515C9.60006 10.877 8.73993 10.877 8.20942 10.3515L0.737884 2.95113C0.207373 2.42567 0.207373 1.57373 0.737885 1.04827C1.2684 0.522809 2.12853 0.522809 2.65904 1.04827L9.17 7.49722L15.681 1.04827C16.2115 0.52281 17.0716 0.52281 17.6021 1.04827Z' fill='white'/%3E%3C/svg%3E");
    height: 18px;
    width: 18px;
}

.icon-4works {
    display: inline-block;
    vertical-align: middle;
    background-size: contain;
    background-repeat: no-repeat;
}

.ico i {
    color: #92929d;
}


.flag-icon {
    font-size: 1.25rem;
}

.header-bar li a p {
    margin-top: 10px;
}

.header-bar ul {
    margin-bottom: 0;
}

.menu-current-event {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: bold;
}

.items-siderbar i {
    font-size: 21px;
}

.container-scroller {
    overflow: unset;
}

.items-siderbar li a {
    flex-wrap: nowrap !important;
    max-width: 200px !important;
}

.info-logo img {
    width: 100%;
    height: inherit;
    padding: 15px;
}

.submenu-container {
    margin: 0;
}

.submenu-container .arrow {
    position: absolute !important;
}

.submenu-container .submenu-item {
    right: auto;
    min-width: 246px;
}


.td-nav-core ul {
    width: unset !important;
}

.td-nav-set {
    z-index: 1039 !important;
}

#is-wrapper {
    z-index: 1039 !important;
}

#minimap-wrapper {
    z-index: 1039 !important;
}

#zoom-buttons {
    z-index: 1039 !important;
}

.dropworks {
    margin: 0 !important;
}

.footer {
    background: transparent !important;
    margin: 0 auto;
    text-align: center;
}

.gamefication-container {
    display: flex;
    width: 100%;
    min-width: 250px;
    height: 45px;
    background: rgba(255, 255, 255, 0.36);
    align-items: center;
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
}

.gamefication-container .gamefication-img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #0099ff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
}

.gamefication-container .gamefication-info {
    width: 70%;
    /* max-width: 140px; */
}

.gamefication-container .gamefication-text {
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
}

.gamefication-container .gamefication-text span {
    font-size: 12px;
    font-weight: 600;
}

.gamefication-container .gamefication-progress .progress {
    height: 5px;
    width: 100%;
    background: rgba(0, 0, 0, 0.29);
}

.gamefication-container .gamefication-progress .progress .progress-bar {
    background: white;
}

.navbar-avatar {
    width: 46px;
    height: 46px;
    background: rgba(255, 255, 255, 0.36);
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.icon-new-home:before,
.icon-new-control-play:before,
.icon-new-home:before,
.icon-new-evento-online:before,
.icon-new-calendar:before,
.icon-new-people:before,
.icon-new-game-controller:before,
.icon-new-share:before,
.icon-new-control-play:before,
.icon-new-bubbles:before,
.icon-new-control-play:before,
.icon-new-feira-virtual:before {
    font-style: normal !important;
    font-family: "headerIcons";
}

.icon-new-home:before {
    content: "\e903";
}

.icon-new-evento-online:before {
    content: "\e900";
}

.icon-new-calendar:before {
    content: "\e907";
}

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

.icon-new-game-controller:before {
    content: "\e902";
}

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

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

.icon-new-control-play:before {
    content: "\e909";
}

.icon-new-feira-virtual {
    content: "\e901";
}

.icon-new-patrocinadores,
.icon-new-ranking {
    content: "\e906";
}


.badge-menu-ticket{
  background-color: #92929c;
  color: #fff;
  border-radius: 20px;
  font-size: 9px;
  display: inline-flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  margin-left: 4px;
  top: -3px;
  position: absolute;
}