/**
* START MyCss
*/

.subweb__content table {
    width: 100%;
    font-size: 23px;
}

.rawsignup,
.subweb__content table tr {
    margin: 10px 0 23px 0;
    text-align: center;
    clear: both;
    overflow: auto;
    margin-bottom: 20px;
    border-bottom: 1px solid #f0e0b9;
}

.rawsignup input,
.subweb__content table tr td input,
.subweb__content table tr td select {
    padding: 0px 20px;
    margin-top: 20px;
    margin-right: 5%;
    min-height: 58px;
    width: 60%;
    float: right;
    line-height: 50px;
}

.rawsignup label {
    display: inline-block;
    width: 30%;
    text-align: right;
    line-height: 97px;
    font-size: 1.5em;
    color: var(--color-heading-4);
}

.subweb__content table tr th {
    /* display: inline-block; */
    width: 35%;
    text-align: right;
    line-height: 90px;
    font-size: 1em;
    color: var(--color-heading-4);
    vertical-align: bottom;
}

.subweb__content table tr td {
    /* display: inline-block; */
    width: 50%;
    line-height: 50px;
    vertical-align: super;
}

@media (orientation: portrait) {
    .rawsignup label {
        font-size: 1em;
    }
}

.subweb__content .article input[type="submit"],
.myButton {
    background-color: #1f978c;
    color: #fff;
    padding: 15px 49px;
    font-size: 30px;
    font-weight: var(--fontweight-medium);
}

.vlnh_2022_mainsite_main_sub_detail_code .inner .main .subweb__aside.mobile {
    margin-top: 80px;
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__aside.mobile
    .subweb__menu {
    text-align: center;
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__aside.mobile
    .subweb__menu
    a {
    position: relative;
    font-family: Signika;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #850a03;
    font-weight: bold;
    width: 230px;
    height: 70px;
    line-height: 70px;
    margin: 0 auto;
    display: inline-table;
    justify-content: center;
    align-items: center;
    border: 2px solid #850a03;
    border-radius: 12px;
    margin-bottom: 20px;
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__aside.mobile
    .subweb__menu
    a.active {
    background-image: url(_sprites_sub_page.png);
    background-position: -302px -111px;
    border: none;
    height: 70px;
    color: #850a03;
    width: 300px;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    font-size: 24px;
}

.message-error {
    background-color: #ffe6d0;
    color: red;
}

.message-success {
    background-color: #e2ffd0;
    color: #226920;
}

.message-warning {
    background-color: #fbffab;
    color: #424825;
}

.news_list::-webkit-scrollbar {
    width: 9px;
    background-color: #f5f5f5;
}

.news_list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #759a6e;
}

.news_list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(183 47 47 / 30%);
    border-radius: 10px;
    background-color: #f5f5f5;
}

/* END MyCSS */

.panel__content {
    min-height: 500px;
}

.title__content {
    text-align: center;
    font-family: var(--font-secondary);
    font-size: 52px;
    background: #2c698b;
    /* fallback for old browsers */
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(#289db8, #2c698b, to bottom);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.vltkm_2021_mainsite_header {
    margin-top: -1px;
}

@media (orientation: landscape) {
    .vltkm_2021_mainsite_header,
    .vltkm_2021_mainsite_header .section__background,
    .vltkm_2021_mainsite_header .section__content,
    .vltkm_2021_mainsite_header .inner {
        height: 1002px;
    }
}

@media (orientation: portrait) {
    .vltkm_2021_mainsite_header,
    .vltkm_2021_mainsite_header .section__background,
    .vltkm_2021_mainsite_header .section__content,
    .vltkm_2021_mainsite_header .inner {
        height: 1200px;
    }
}

.vltkm_2021_mainsite_header .inner .appinfo {
    display: grid;
    grid-template-areas: "topup downappstore downapk downgamepc redeemcode" "topup downandroid downapk";
    background: url(bg-appinfo.png);
    width: 879px;
    height: 161px;
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translateX(-50%);
    align-items: center;
}

.vltkm_2021_mainsite_header .inner .appinfo__item--downapk {
    grid-area: downapk;
    display: block;
    font-size: 0px;
    background-image: url(_sprites.png);
    background-position: -318px -74px;
    width: 130px;
    height: 71px;
}

.vltkm_2021_mainsite_header .inner .appinfo__item--downapk:not(.off):hover {
    cursor: pointer;
    pointer-events: all;
    filter: brightness(110%);
}

.vltkm_2021_mainsite_header .inner .appinfo__item--downappstore {
    grid-area: downappstore;
    display: block;
    font-size: 0px;
    background-image: url(_sprites.png);
    background-position: -318px -147px;
    width: 130px;
    height: 71px;
}

.vltkm_2021_mainsite_header
    .inner
    .appinfo__item--downappstore:not(.off):hover {
    cursor: pointer;
    pointer-events: all;
    filter: brightness(110%);
}

.vltkm_2021_mainsite_header .inner .appinfo__item--downandroid {
    grid-area: downandroid;
    display: block;
    font-size: 0px;
    background-image: url(_sprites.png);
    background-position: -122px -152px;
    width: 130px;
    height: 72px;
}

.vltkm_2021_mainsite_header .inner .appinfo__item--downandroid:not(.off):hover {
    cursor: pointer;
    pointer-events: all;
    filter: brightness(110%);
}

.vltkm_2021_mainsite_header .inner .appinfo__item--topup {
    grid-area: topup;
    display: block;
    font-size: 0px;
    background-image: url(_sprites.png);
    background-position: 0px 0px;
    width: 177px;
    height: 150px;
}

.vltkm_2021_mainsite_header .inner .appinfo__item--topup:not(.off):hover {
    cursor: pointer;
    pointer-events: all;
    filter: brightness(110%);
}

.vltkm_2021_mainsite_header .inner .appinfo__item--downgamepc {
    grid-area: downgamepc;
    display: block;
    font-size: 0px;
    background-image: url(_sprites.png);
    background-position: -318px 0px;
    width: 130px;
    height: 72px;
}

.vltkm_2021_mainsite_header .inner .appinfo__item--downgamepc:not(.off):hover {
    cursor: pointer;
    pointer-events: all;
    filter: brightness(110%);
}

.vltkm_2021_mainsite_header .inner .appinfo__item--redeemcode {
    grid-area: redeemcode;
    display: block;
    font-size: 0px;
    background-image: url(_sprites.png);
    background-position: -179px 0px;
    width: 137px;
    height: 150px;
}

.vltkm_2021_mainsite_header .inner .appinfo__item--redeemcode:not(.off):hover {
    cursor: pointer;
    pointer-events: all;
    filter: brightness(110%);
}

.vltkm_2021_mainsite_header .inner .appinfo .content-appinfo {
    display: grid;
    grid-template-columns: auto auto auto auto;
    align-content: center;
    justify-items: center;
    justify-content: center;
    margin: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    gap: 12px;
}

.vltkm_2021_mainsite_header .inner .appinfo .content-appinfo .flex-column {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.vltkm_2021_mainsite_header .inner .appinfo_other {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    /* background: rgba(63, 63, 63, 0.72); */
    border-radius: 20px;
    width: 360px;
    height: 40px;
    position: absolute;
    top: calc(71% + 170px + 10px);
    left: calc(50% - 316px);
    padding: 5px 20px 7px 20px;
    color: #f9fcff;
}

@media (orientation: portrait) {
    .vltkm_2021_mainsite_header .inner .appinfo_other {
        width: 650px;
        height: 60px;
        top: calc(77% + 170px + 10px);
        left: calc(50% - 325px);
        padding: 7px 30px 17px 30px;
        border-radius: 30px;
    }
}

.vltkm_2021_mainsite_header .inner .appinfo_other__icon {
    margin: 0 8px;
}

@media (orientation: portrait) {
    .vltkm_2021_mainsite_header .inner .appinfo_other__icon {
        margin: 0 10px;
    }
}

.vltkm_2021_mainsite_header .inner .appinfo_other__icon--zingid {
    display: block;
    font-size: 0px;
    background-image: url(_sprites.png);
    background-position: -254px -152px;
    width: 59px;
    height: 21px;
}

@media (orientation: portrait) {
    .vltkm_2021_mainsite_header .inner .appinfo_other__icon--zingid {
        display: block;
        font-size: 0px;
        background-image: url(_sprites.png);
        background-position: -318px -220px;
        width: 124px;
        height: 47px;
    }
}

.vltkm_2021_mainsite_header .inner .appinfo_other a {
    color: #f9fcff;
    display: flex;
    align-items: center;
    align-content: center;
    font-size: 22px;
    text-decoration: underline;
    margin: auto;
}

@media (orientation: portrait) {
    .vltkm_2021_mainsite_header .inner .appinfo_other a {
        font-size: 32px;
    }
}

.vltkm_2021_mainsite_header .inner .appinfo_other a:hover {
    color: #fff;
}

.title__content {
    text-align: center;
    font-family: var(--font-secondary);
    font-size: 52px;
    background: #2c698b;
    /* fallback for old browsers */
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(#289db8, #2c698b, to bottom);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.vltkm_2021_mainsite_news_event {
    margin-top: -1px;
    background: #fff4dd;
}

.vltkm_2021_mainsite_news_event .inner {
    margin: auto;
}

.vltkm_2021_mainsite_news_event .inner .container-news {
    display: grid;
    grid-template-columns: 49% 40%;
    gap: 25px;
    align-items: center;
    height: 585px;
}

@media (orientation: portrait) {
    .vltkm_2021_mainsite_news_event .inner .container-news {
        grid-template-columns: 100%;
    }
}

@media (orientation: portrait) {
    .vltkm_2021_mainsite_news_event .inner .container-news .colum-6 {
        margin: auto;
    }
}

@media (orientation: landscape) {
    .vltkm_2021_mainsite_news_event,
    .vltkm_2021_mainsite_news_event .section__background,
    .vltkm_2021_mainsite_news_event .section__content {
        height: 583px;
        margin: auto;
    }
}

@media (orientation: portrait) {
    .vltkm_2021_mainsite_news_event,
    .vltkm_2021_mainsite_news_event .section__background,
    .vltkm_2021_mainsite_news_event .section__content,
    .vltkm_2021_mainsite_news_event .inner {
        height: 1285px;
    }
}

.vltkm_2021_mainsite_news_event .inner .title {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    background: url(bg-title.png);
    width: 1005px;
    height: 124px;
    margin: 50px auto 30px;
}

@media (orientation: portrait) {
    .vltkm_2021_mainsite_news_event .inner .title {
        margin: 27px 0 30px calc(50% - 502.5px);
    }
}

.vltkm_2021_mainsite_news_event .inner .banner {
    position: relative;
    top: 15px;
    width: 850px;
    height: 480px;
    margin-left: auto;
}

@media (orientation: portrait) {
    .vltkm_2021_mainsite_news_event .inner .banner {
        width: 730px;
        height: 440px;
        margin-top: 50px;
    }
}

.vltkm_2021_mainsite_news_event .inner .banner_item a {
    display: block;
}

.vltkm_2021_mainsite_news_event .inner .banner_item img {
    display: block;
    width: 850px;
    height: 480px;
    -o-object-fit: cover;
    object-fit: cover;
    border: 3px solid #fff;
}

@media (orientation: portrait) {
    .vltkm_2021_mainsite_news_event .inner .banner_item img {
        width: 730px;
        height: 440px;
    }
}

.vltkm_2021_mainsite_news_event .inner .banner .swiper-pagination {
    text-align: right;
    bottom: 0;
    right: 0;
    padding: 0 50px 20px;
}

.vltkm_2021_mainsite_news_event
    .inner
    .banner
    .swiper-pagination
    .swiper-pagination-bullet {
    opacity: 1;
    border-radius: 12px;
    background: #ffffff;
    width: 15px;
    height: 15px;
}

@media (orientation: portrait) {
    .vltkm_2021_mainsite_news_event
        .inner
        .banner
        .swiper-pagination
        .swiper-pagination-bullet {
        width: 20px;
        height: 20px;
    }
}

.vltkm_2021_mainsite_news_event
    .inner
    .banner
    .swiper-pagination
    .swiper-pagination-bullet-active {
    background: #d62c15;
    width: 60px;
    height: 15px;
}

@media (orientation: portrait) {
    .vltkm_2021_mainsite_news_event
        .inner
        .banner
        .swiper-pagination
        .swiper-pagination-bullet-active {
        height: 20px;
    }
}

.vltkm_2021_mainsite_news_event .inner .news {
    position: relative;
    top: -35px;
    width: 780px;
    height: 480px;
}

@media (orientation: portrait) {
    .vltkm_2021_mainsite_news_event .inner .news {
        width: 730px;
        top: 0px;
        display: flex;
        flex-wrap: wrap;
    }
}

.vltkm_2021_mainsite_news_event .inner .news_tab {
    display: flex;
    justify-content: space-between;
    height: 50px;
    padding: 10px 0px;
    margin: 6px 0 10px;
}

@media (orientation: portrait) {
    .vltkm_2021_mainsite_news_event .inner .news_tab {
        margin-bottom: 6px;
        margin-left: 45px;
        transform: scale(1.2);
    }
}

.vltkm_2021_mainsite_news_event .inner .news_tab .tab {
    display: flex;
    justify-content: flex-start;
}

@media (orientation: portrait) {
    .vltkm_2021_mainsite_news_event .inner .news_tab .tab {
        justify-content: space-between;
    }
}

.vltkm_2021_mainsite_news_event
    .inner
    .news_tab
    .tab
    li:nth-child(1)
    .tab__item,
.vltkm_2021_mainsite_news_event
    .inner
    .news_tab
    .tab
    li:nth-child(2)
    .tab__item {
    width: 126px;
    height: 30px;
}

.vltkm_2021_mainsite_news_event
    .inner
    .news_tab
    .tab
    li:nth-child(1)
    .tab__item.active,
.vltkm_2021_mainsite_news_event
    .inner
    .news_tab
    .tab
    li:nth-child(1)
    .tab__item:hover,
.vltkm_2021_mainsite_news_event
    .inner
    .news_tab
    .tab
    li:nth-child(2)
    .tab__item.active,
.vltkm_2021_mainsite_news_event
    .inner
    .news_tab
    .tab
    li:nth-child(2)
    .tab__item:hover {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-1.png);
    background-position: -276px -72px;
    width: 126px;
    height: 30px;
    font-size: 22px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vltkm_2021_mainsite_news_event
    .inner
    .news_tab
    .tab
    li:nth-child(3)
    .tab__item,
.vltkm_2021_mainsite_news_event
    .inner
    .news_tab
    .tab
    li:nth-child(4)
    .tab__item,
.vltkm_2021_mainsite_news_event
    .inner
    .news_tab
    .tab
    li:nth-child(5)
    .tab__item {
    width: 127px;
    height: 30px;
}

.vltkm_2021_mainsite_news_event
    .inner
    .news_tab
    .tab
    li:nth-child(3)
    .tab__item.active,
.vltkm_2021_mainsite_news_event
    .inner
    .news_tab
    .tab
    li:nth-child(3)
    .tab__item:hover,
.vltkm_2021_mainsite_news_event
    .inner
    .news_tab
    .tab
    li:nth-child(4)
    .tab__item.active,
.vltkm_2021_mainsite_news_event
    .inner
    .news_tab
    .tab
    li:nth-child(4)
    .tab__item:hover,
.vltkm_2021_mainsite_news_event
    .inner
    .news_tab
    .tab
    li:nth-child(5)
    .tab__item.active,
.vltkm_2021_mainsite_news_event
    .inner
    .news_tab
    .tab
    li:nth-child(5)
    .tab__item:hover {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-1.png);
    background-position: 0px -72px;
    width: 127px;
    height: 30px;
    font-size: 22px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vltkm_2021_mainsite_news_event .inner .news_tab .tab__item {
    padding: 6px 12px;
    color: #1f978c;
    font-size: 21px;
    font-family: Signika-bold;
    transition: background-color 0.2s cubic-bezier(0.42, 0, 0.58, 1);
    display: flex;
    justify-content: center;
    align-items: center;
}

.vltkm_2021_mainsite_news_event .inner .news_tab .viewall {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-1.png);
    background-position: -52px -104px;
    width: 42px;
    height: 42px;
}

.vltkm_2021_mainsite_news_event .inner .news_tab .viewall:not(.off):hover {
    cursor: pointer;
    pointer-events: all;
    filter: brightness(110%);
}

.vltkm_2021_mainsite_news_event .inner .news_list {
    position: relative;
    height: 425px;
    margin: 0 0 0px;
    overflow-y: scroll;
}

.vltkm_2021_mainsite_news_event .inner .news_list li:nth-child(1) {
    background-color: #ffedc1;
    font-family: var(--font-bold);
}

.vltkm_2021_mainsite_news_event .inner .news_list li:nth-child(1) a {
    color: #d62c15;
}

@media (orientation: portrait) {
    .vltkm_2021_mainsite_news_event .inner .news_list {
        width: 100%;
        height: 550px;
    }
}

.vltkm_2021_mainsite_news_event .inner .news_list li:not(:last-child) {
    border-bottom: 1px solid #f0e0b9;
    padding-right: 6px;
}

.vltkm_2021_mainsite_news_event .inner .news_item {
    height: 54px;
}

@media (orientation: portrait) {
    .vltkm_2021_mainsite_news_event .inner .news_item {
        height: 70px;
    }
}

.vltkm_2021_mainsite_news_event .inner .news_item__title {
    color: #424242;
    font-size: 20px;
    transition: color 0.2s cubic-bezier(0.42, 0, 0.58, 1);
    display: flex;
    padding: 0 0px 0 20px;
    height: 50px;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    transition: background-color 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}

@media (orientation: portrait) {
    .vltkm_2021_mainsite_news_event .inner .news_item__title {
        font-size: 26px;
        height: 70px;
    }
}

.vltkm_2021_mainsite_news_event .inner .news_item__time {
    font-size: 16px;
    font-weight: var(--fontweight-medium);
}

@media (orientation: portrait) {
    .vltkm_2021_mainsite_news_event .inner .news_item__time {
        font-size: 20px;
    }
}

.vltkm_2021_mainsite_news_event .inner .news_item.isHot {
    background-color: #ffedc1;
}

.vltkm_2021_mainsite_news_event .inner .news_item.isHot .news_item__title {
    color: #d62c15;
    font-family: var(--font-bold);
}

.vltkm_2021_mainsite_news_event
    .inner
    .news_item.isHot:hover
    .news_item__title {
    color: #d62c15;
    font-family: var(--font-bold);
}

.vltkm_2021_mainsite_news_event .inner .news_item:hover {
    background-color: rgba(255, 255, 255, 0.4);
}

.vltkm_2021_mainsite_news_event .inner .news_item:hover .news_item__title {
    color: #d62c15;
}

@media (orientation: portrait) {
    .vltkm_2021_mainsite_news_event .inner .news .search {
        order: -1;
        width: 100%;
        margin: 40px 0 40px;
    }
}

.vltkm_2021_mainsite_news_event .inner .news .search__form {
    display: flex;
    width: 100%;
    height: 50px;
    background: #fffcf5;
    border: 1px solid #f0e0b9;
}

.vltkm_2021_mainsite_news_event .inner .news .search__field {
    width: calc(100% - 50px);
    height: 50px;
    border: none;
    background: none;
    color: #424242;
    text-indent: 30px;
}

@media (orientation: portrait) {
    .vltkm_2021_mainsite_news_event .inner .news .search__field {
        font-size: 24px;
    }
}

.vltkm_2021_mainsite_news_event .inner .news .search__button {
    width: 50px;
    height: 50px;
    border: none;
    display: block;
    font-size: 0px;
    background-image: url(_sprites-1.png);
    background-position: 0px -104px;
    width: 50px;
    height: 50px;
}

.vltkm_2021_mainsite_news_event .inner .news__viewall {
    width: 100%;
    background: #1f978c;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-size: 30px;
    padding: 15px 0;
    font-weight: var(--fontweight-medium);
}

.title__content {
    text-align: center;
    font-family: var(--font-secondary);
    font-size: 52px;
    background: #2c698b;
    /* fallback for old browsers */
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(#289db8, #2c698b, to bottom);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.vltkm_2021_mainsite_gallery {
    margin-top: -1px;
}

@media (orientation: portrait) {
    .vltkm_2021_mainsite_gallery .container {
        width: calc(100% - 34px);
    }
}

@media (orientation: landscape) {
    .vltkm_2021_mainsite_gallery,
    .vltkm_2021_mainsite_gallery .section__background,
    .vltkm_2021_mainsite_gallery .section__content,
    .vltkm_2021_mainsite_gallery .inner {
        height: 871px;
    }
}

@media (orientation: portrait) {
    .vltkm_2021_mainsite_gallery,
    .vltkm_2021_mainsite_gallery .section__background,
    .vltkm_2021_mainsite_gallery .section__content,
    .vltkm_2021_mainsite_gallery .inner {
        height: 1249px;
    }
}

.vltkm_2021_mainsite_gallery .inner .title {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    background: url(bg-title2.png);
    width: 1100px;
    height: 124px;
    margin: 10px auto 10px;
}

@media (orientation: portrait) {
    .vltkm_2021_mainsite_gallery .inner .title {
        margin: 10px 0 45px calc(50% - 547.5px);
        background-size: contain;
        background-position: center;
    }
}

.vltkm_2021_mainsite_gallery .inner .gallery {
    position: relative;
    width: 100%;
    margin-top: 170px;
}

.vltkm_2021_mainsite_gallery .inner .gallery .gallery_item_video .box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(9, 110, 107, 0.6784313725);
    transition: 0.3s ease-in-out;
    pointer-events: none;
}

.vltkm_2021_mainsite_gallery .inner .gallery .gallery_item_video .btn-play {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-2.png);
    background-position: 0px -174px;
    width: 105px;
    height: 89px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.vltkm_2021_mainsite_gallery .inner .gallery_tab {
    display: flex;
    justify-content: space-between;
    height: 50px;
    padding: 0px 0px;
    margin: 0 0 40px;
}

.vltkm_2021_mainsite_gallery .inner .gallery_tab .tab {
    width: 100%;
    display: flex;
    justify-content: center;
}

.vltkm_2021_mainsite_gallery .inner .gallery_tab .tab li:not(:last-child) {
    margin-right: 58px;
}

.vltkm_2021_mainsite_gallery .inner .gallery_tab .tab__item {
    padding: 6px 12px;
    color: #424242;
    font-size: 24px;
    font-family: var(--font-bold);
    color: #29ac88;
    text-transform: uppercase;
    font-size: 30px;
    background-image: url(_sprites-2.png);
    background-position: 0px -87px;
    width: 260px;
    height: 85px;
    display: flex;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    vertical-align: middle;
}

.vltkm_2021_mainsite_gallery .inner .gallery_tab .tab__item:hover {
    color: #ffffff;
    background-image: url(_sprites-2.png);
    background-position: 0px 0px;
    width: 260px;
    height: 85px;
    display: flex;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    vertical-align: middle;
}

.vltkm_2021_mainsite_gallery .inner .gallery_tab .tab__item.active,
.vltkm_2021_mainsite_gallery .inner .gallery_tab .tab__item.active:hover {
    color: white;
    text-shadow: -1px -1px 0 #c2742b, 2px 1px 0 #c2742b, -1px -1px 0 #c2742b,
        1px 1px 0 #4e4b49;
    background-image: url(_sprites-2.png);
    background-position: 0px 0px;
    width: 260px;
    height: 85px;
    display: flex;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    vertical-align: middle;
}

.vltkm_2021_mainsite_gallery .inner .gallery_list {
    position: relative;
    margin: 0 230px 0 145px;
}

@media (orientation: portrait) {
    .vltkm_2021_mainsite_gallery .inner .gallery_list {
        height: 1370px;
        margin: 80px 0 0;
    }
}

.vltkm_2021_mainsite_gallery .inner .gallery_list li {
    display: block;
    position: absolute;
    transition: opacity 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.vltkm_2021_mainsite_gallery .inner .gallery_list li a:nth-child(1)::before {
    content: url(line-khung.png);
    width: 344px;
    height: 214px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.vltkm_2021_mainsite_gallery .inner .gallery_list li:nth-child(1) {
    width: 442px;
    height: 574px;
    top: 0;
    left: 0;
}

@media (orientation: portrait) {
    .vltkm_2021_mainsite_gallery .inner .gallery_list li:nth-child(1) {
        width: 360px;
        height: 232px;
        top: 0;
        left: 0;
    }
}

.vltkm_2021_mainsite_gallery
    .inner
    .gallery_list
    li:nth-child(1)
    a:nth-child(1)::before {
    content: url(line-khung1.png);
    width: 424px;
    height: 548px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (orientation: portrait) {
    .vltkm_2021_mainsite_gallery
        .inner
        .gallery_list
        li:nth-child(1)
        a:nth-child(1)::before {
        content: url(line-khung.png);
        width: 344px;
        height: 214px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

.vltkm_2021_mainsite_gallery .inner .gallery_list li:nth-child(2) {
    width: 360px;
    height: 232px;
    top: 40px;
    left: 29%;
}

@media (orientation: portrait) {
    .vltkm_2021_mainsite_gallery .inner .gallery_list li:nth-child(2) {
        top: 0;
        left: 375px;
    }
}

.vltkm_2021_mainsite_gallery .inner .gallery_list li:nth-child(3) {
    width: 360px;
    height: 232px;
    top: 40px;
    left: 53%;
}

@media (orientation: portrait) {
    .vltkm_2021_mainsite_gallery .inner .gallery_list li:nth-child(3) {
        top: 250px;
        left: 0;
    }
}

.vltkm_2021_mainsite_gallery .inner .gallery_list li:nth-child(4) {
    width: 360px;
    height: 232px;
    top: 40px;
    right: 1%;
}

@media (orientation: portrait) {
    .vltkm_2021_mainsite_gallery .inner .gallery_list li:nth-child(4) {
        top: 250px;
        left: 375px;
    }
}

.vltkm_2021_mainsite_gallery .inner .gallery_list li:nth-child(5) {
    width: 360px;
    height: 232px;
    top: 303px;
    left: 29%;
}

@media (orientation: portrait) {
    .vltkm_2021_mainsite_gallery .inner .gallery_list li:nth-child(5) {
        top: 500px;
        left: 0px;
    }
}

.vltkm_2021_mainsite_gallery .inner .gallery_list li:nth-child(6) {
    width: 360px;
    height: 232px;
    top: 303px;
    left: 53%;
}

@media (orientation: portrait) {
    .vltkm_2021_mainsite_gallery .inner .gallery_list li:nth-child(6) {
        top: 500px;
        left: 375px;
    }
}

.vltkm_2021_mainsite_gallery .inner .gallery_list li:nth-child(7) {
    width: 360px;
    height: 232px;
    top: 303px;
    right: 1%;
}

@media (orientation: portrait) {
    .vltkm_2021_mainsite_gallery .inner .gallery_list li:nth-child(7) {
        top: 500px;
        left: 375px;
        display: none;
    }
}

.vltkm_2021_mainsite_gallery .inner .gallery_list li:nth-child(8) {
    top: 303px;
    right: 1%;
}

@media (orientation: landscape) {
    .vltkm_2021_mainsite_gallery .inner .gallery_list li:nth-child(8) {
        width: 360px;
        height: 232px;
        background: rgba(9, 110, 107, 0.6784313725);
    }
}

.vltkm_2021_mainsite_gallery
    .inner
    .gallery_list
    li:nth-child(8)
    a:nth-child(1)::before {
    content: url(line-khung.png);
    width: 344px;
    height: 214px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (orientation: portrait) {
    .vltkm_2021_mainsite_gallery
        .inner
        .gallery_list
        li:nth-child(8)
        a:nth-child(1)::before {
        content: "";
        width: 100%;
        height: 70px;
    }
}

.vltkm_2021_mainsite_gallery
    .inner
    .gallery_list
    li:nth-child(8)
    .gallery_item {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (orientation: portrait) {
    .vltkm_2021_mainsite_gallery .inner .gallery_list li:nth-child(8) {
        transform-origin: top left;
        top: 757px;
        left: 50%;
        width: 100%;
        transform: translateX(-50%);
    }
}

.vltkm_2021_mainsite_gallery .inner .gallery_list:hover li:not(:last-child) {
    opacity: 0.6;
}

.vltkm_2021_mainsite_gallery .inner .gallery_list:hover li:hover {
    opacity: 1;
}

.vltkm_2021_mainsite_gallery .inner .gallery_item {
    display: block;
    width: 100%;
    height: 100%;
}

.vltkm_2021_mainsite_gallery .inner .gallery_item__thumbnail {
    display: block;
    width: 100%;
    height: 100%;
}

.vltkm_2021_mainsite_gallery .inner .gallery_item__thumbnail img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.vltkm_2021_mainsite_gallery .inner .gallery_item__viewall {
    display: block;
    font-size: 0px;
    display: block;
    font-size: 0px;
    background-image: url(_sprites-2.png);
    background-position: -262px 0px;
    width: 91px;
    height: 131px;
}

.vltkm_2021_mainsite_gallery .inner .gallery_item__viewall:not(.off):hover {
    cursor: pointer;
    pointer-events: all;
    filter: brightness(110%);
}

@media (orientation: portrait) {
    .vltkm_2021_mainsite_gallery .inner .gallery_item__viewall {
        width: 100%;
        background: #1f978c;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        text-align: center;
        vertical-align: middle;
        color: #fff;
        font-size: 30px;
        padding: 15px 0;
        height: 70px;
        font-weight: var(--fontweight-medium);
    }
}

.vltkm_2021_mainsite_gallery .inner .gallery_item:not(.isHot):hover {
    background-color: rgba(255, 255, 255, 0.4);
}

.vltkm_2021_mainsite_gallery
    .inner
    .gallery_item:not(.isHot):hover
    .news_item__title {
    color: #a82a2d;
}

.vltkm_2021_mainsite_gallery .inner .gallery .search__form {
    display: flex;
    width: 100%;
    height: 50px;
    background: #f8f8f4;
    border: 1px solid #dfdfdd;
}

.vltkm_2021_mainsite_gallery .inner .gallery .search__field {
    width: calc(100% - 50px);
    height: 50px;
    border: none;
    background: none;
    color: #424242;
    font-weight: var(--fontweight-semibold);
    text-indent: 30px;
}

.vltkm_2021_mainsite_gallery .inner .gallery .search__button {
    width: 50px;
    height: 50px;
    border: none;
    display: block;
    font-size: 0px;
    background-image: url(_sprites-2.png);
    background-position: -107px -174px;
    width: 50px;
    height: 50px;
}

.title__content {
    text-align: center;
    font-family: var(--font-secondary);
    font-size: 52px;
    background: #2c698b;
    /* fallback for old browsers */
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(#289db8, #2c698b, to bottom);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.vltkm_2021_mainsite_footer {
    margin-top: -1px;
}

.vltkm_2021_mainsite_footer .section__content {
    background: #032524;
}

@media (orientation: landscape) {
    .vltkm_2021_mainsite_footer,
    .vltkm_2021_mainsite_footer .section__background,
    .vltkm_2021_mainsite_footer .section__content,
    .vltkm_2021_mainsite_footer .inner {
        height: 55px;
    }
}

@media (orientation: portrait) {
    .vltkm_2021_mainsite_footer,
    .vltkm_2021_mainsite_footer .section__background,
    .vltkm_2021_mainsite_footer .section__content,
    .vltkm_2021_mainsite_footer .inner {
        height: 65px;
    }
}

.vltkm_2021_mainsite_footer .inner .footer {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    width: 1015px;
    height: 100%;
    margin: 0 auto;
    color: #a9b4b3;
    font-size: 22px;
    text-align: center;
}

@media (orientation: portrait) {
    .vltkm_2021_mainsite_footer .inner .footer {
        width: 100%;
        padding: 0 40px;
    }
}

.vltkm_2021_mainsite_footer .inner .footer p {
    width: 100%;
}

.vltkm_2021_mainsite_footer .inner .footer__icon {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-3.png);
    background-position: 0px 0px;
    width: 567px;
    height: 43px;
    margin-bottom: 24px;
}

@media (orientation: portrait) {
    .vltkm_2021_mainsite_footer .inner .footer__icon {
        margin-bottom: 50px;
    }
}

.title__content {
    text-align: center;
    font-family: var(--font-secondary);
    font-size: 52px;
    background: #2c698b;
    /* fallback for old browsers */
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(#289db8, #2c698b, to bottom);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.error {
    display: none;
}

.error.active {
    display: block;
    color: #dc1818;
    font-size: 20px;
}

.refresh:hover {
    filter: brightness(50%);
    cursor: pointer;
}

.floating .vltkm_2021_mainsite_float_top {
    position: absolute;
    top: 0%;
    left: 0%;
    pointer-events: all;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: 156px;
    width: var(--width-desktop);
    background: rgba(255, 255, 255, 0.95);
    background: url(mb-bg.png);
    padding: 0 140px;
}

@media (orientation: portrait) {
    .floating .vltkm_2021_mainsite_float_top {
        width: var(--width-mobile);
        height: 190px;
        flex-wrap: wrap;
        background: url(mb-bg-topnav.jpg);
        padding: 0 25px;
    }
}

.floating .vltkm_2021_mainsite_float_top .topnav__appicon {
    display: block;
    margin-top: 20px;
    font-size: 0px;
    width: 130px;
    height: 130px;
    background-size: 100% 100%;
}

@media (orientation: portrait) {
    .floating .vltkm_2021_mainsite_float_top .topnav__appicon {
        width: 87px;
        height: 87px;
        margin-top: 15px;
    }
}

.floating .vltkm_2021_mainsite_float_top .topnav__social {
    display: flex;
    margin-top: 20px;
    width: 75%;
    justify-content: space-between;
}

.floating .vltkm_2021_mainsite_float_top .topnav__main {
    display: flex;
    justify-content: flex-end;
    margin: auto;
    height: 100%;
}

@media (orientation: portrait) {
    .mb_disp_none {
        display: none;
    }
}

.floating .vltkm_2021_mainsite_float_top .topnav__main > li {
    position: relative;
}

.floating .vltkm_2021_mainsite_float_top .topnav__main .floatnav__dropdown {
    position: absolute;
    top: 42%;
    left: 50%;
    display: block;
    font-size: 0px;
    background-image: url(_sprites-4.png);
    background-position: -314px -98px;
    width: 18px;
    height: 10px;
}

.floating
    .vltkm_2021_mainsite_float_top
    .topnav__main
    .floatnav__dropdown:hover {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-4.png);
    background-position: -294px -98px;
    width: 18px;
    height: 10px;
}

@media (orientation: portrait) {
    .floating .vltkm_2021_mainsite_float_top .topnav__main {
        width: calc(100% + 50px);
        height: 80px;
        justify-content: center;
        position: absolute;
        top: 110px;
        left: -25px;
    }
}

.floating .vltkm_2021_mainsite_float_top .topnav__item {
    font-size: 20px;
    color: #424242;
    padding: 0 35px 0 20px;
    height: 56px;
    display: flex;
    justify-content: center;
    margin-top: 33px;
}

.floating .vltkm_2021_mainsite_float_top .topnav__item + input:checked + ul {
    max-height: 500px;
    overflow: visible;
}

.floating .vltkm_2021_mainsite_float_top .topnav__item + input:hover {
    max-height: 500px;
    overflow: visible;
}

.floating .vltkm_2021_mainsite_float_top .topnav__item + input + ul {
    max-height: 0px;
    overflow: hidden;
    position: absolute;
    top: 90px;
    width: 220px;
    left: calc(50% - 110px);
}

.floating
    .vltkm_2021_mainsite_float_top
    .topnav__item
    + input
    + ul
    .topnav__item {
    margin-top: 0;
    color: #fff4dd;
    align-items: center;
}

.floating
    .vltkm_2021_mainsite_float_top
    .topnav__item
    + input
    + ul
    .topnav__item:hover,
.floating
    .vltkm_2021_mainsite_float_top
    .topnav__item
    + input
    + ul
    .topnav__item.active {
    background: #106e66;
}

.floating .vltkm_2021_mainsite_float_top .topnav__item + input + ul:hover {
    max-height: 500px;
    overflow: visible;
    background: url(bg-submenu.png);
    background-size: 100% 100%;
}

.floating .vltkm_2021_mainsite_float_top .topnav__item:hover + input {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-4.png);
    background-position: -294px -98px;
    width: 18px;
    height: 10px;
}

.floating .vltkm_2021_mainsite_float_top .topnav__item:hover + input + ul {
    max-height: 500px;
    overflow: visible;
    background: url(bg-submenu.png);
    background-size: 100% 100%;
}

.floating .vltkm_2021_mainsite_float_top .topnav__item:hover,
.floating .vltkm_2021_mainsite_float_top .topnav__item.active {
    color: #d62c15;
}

@media (orientation: portrait) {
    .floating .vltkm_2021_mainsite_float_top .topnav__item {
        font-size: 22px;
    }
}

.floating .vltkm_2021_mainsite_float_top .topnav__item:before {
    content: "";
    display: block;
    margin-right: 10px;
}

.floating .vltkm_2021_mainsite_float_top .topnav__item.home:before {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-4.png);
    background-position: -212px -72px;
    width: 28px;
    height: 24px;
}

.floating .vltkm_2021_mainsite_float_top .topnav__item.home:hover:before,
.floating .vltkm_2021_mainsite_float_top .topnav__item.home.active:before {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-4.png);
    background-position: -182px -72px;
    width: 28px;
    height: 24px;
}

.floating .vltkm_2021_mainsite_float_top .topnav__item.camnang:before {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-4.png);
    background-position: -211px -98px;
    width: 27px;
    height: 21px;
}

.floating .vltkm_2021_mainsite_float_top .topnav__item.camnang:hover:before,
.floating .vltkm_2021_mainsite_float_top .topnav__item.camnang.active:before {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-4.png);
    background-position: -182px -98px;
    width: 27px;
    height: 21px;
}

.floating .vltkm_2021_mainsite_float_top .topnav__item.account:before {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-4.png);
    background-position: -318px -73px;
    width: 27px;
    height: 24px;
}

.floating .vltkm_2021_mainsite_float_top .topnav__item.account:hover:before,
.floating .vltkm_2021_mainsite_float_top .topnav__item.account.active:before {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-4.png);
    background-position: -292px -73px;
    width: 27px;
    height: 24px;
}

.floating .vltkm_2021_mainsite_float_top .topnav__item.event:before {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-4.png);
    background-position: -325px -132px;
    width: 24px;
    height: 23px;
}

.floating .vltkm_2021_mainsite_float_top .topnav__item.event:hover:before,
.floating .vltkm_2021_mainsite_float_top .topnav__item.event.active:before {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-4.png);
    background-position: -346px -72px;
    width: 24px;
    height: 23px;
}

.floating .vltkm_2021_mainsite_float_top .topnav__item.policy:before {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-4.png);
    background-position: -268px -72px;
    width: 24px;
    height: 24px;
}

.floating .vltkm_2021_mainsite_float_top .topnav__item.policy:hover:before,
.floating .vltkm_2021_mainsite_float_top .topnav__item.policy.active:before {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-4.png);
    background-position: -242px -72px;
    width: 24px;
    height: 24px;
}

.floating .vltkm_2021_mainsite_float_top .topnav__item.code:before {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-4.png);
    background-position: -267px -98px;
    width: 25px;
    height: 17px;
    margin-top: 6px;
}

.floating .vltkm_2021_mainsite_float_top .topnav__item.code:hover:before,
.floating .vltkm_2021_mainsite_float_top .topnav__item.code.active:before {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-4.png);
    background-position: -240px -98px;
    width: 25px;
    height: 17px;
}

.floating .vltkm_2021_mainsite_float_top .topnav__item.social:before {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-4.png);
    background-position: -320px -72px;
    width: 24px;
    height: 24px;
}

.floating .vltkm_2021_mainsite_float_top .topnav__item.social:hover:before,
.floating .vltkm_2021_mainsite_float_top .topnav__item.social.active:before {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-4.png);
    background-position: -294px -72px;
    width: 24px;
    height: 24px;
}

.floating .vltkm_2021_mainsite_float_top .topnav__item.cs:before {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-4.png);
    background-position: 0px -204px;
    width: 23px;
    height: 23px;
}

.floating .vltkm_2021_mainsite_float_top .topnav__item.cs:hover:before,
.floating .vltkm_2021_mainsite_float_top .topnav__item.cs.active:before {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-4.png);
    background-position: -325px -157px;
    width: 23px;
    height: 23px;
}

.floating .vltkm_2021_mainsite_float_top .topnav__item + ul {
    max-height: 0px;
    overflow: hidden;
}

.floating .vltkm_2021_mainsite_float_top .topnav__item + ul :hover {
    max-height: 50px;
}

.floating .vltkm_2021_mainsite_float_top .topnav__icon {
    margin: 0 4px;
}

.floating .vltkm_2021_mainsite_float_top .topnav__icon--appicon {
    margin-top: 42px;
    z-index: 5;
    position: relative;
}

.floating .vltkm_2021_mainsite_float_top .topnav__icon--home {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-4.png);
    background-position: -259px -132px;
    width: 64px;
    height: 64px;
}

.floating .vltkm_2021_mainsite_float_top .topnav__icon--fanpage {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-4.png);
    background-position: -192px -132px;
    width: 65px;
    height: 64px;
}

.floating .vltkm_2021_mainsite_float_top .topnav__icon--download {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-4.png);
    background-position: -182px 0px;
    width: 190px;
    height: 70px;
}

.floating .vltkm_2021_mainsite_float_top .topnav__icon--topup {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-4.png);
    background-position: 0px -132px;
    width: 190px;
    height: 70px;
}

.floating .vltkm_2021_mainsite_float_top .topnav__icon--burger {
    display: none;
}

.floating .vltkm_2021_mainsite_float_top .topnav__icon--burger + label + ul {
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 95vh;
    position: absolute;
    top: 74px;
    left: 0;
    z-index: -1;
    max-height: 0px;
    overflow: hidden;
    padding-top: 0px;
}

.floating .vltkm_2021_mainsite_float_top .topnav__icon--burger + label + ul li {
    width: 100%;
    border-bottom: 1px solid rgba(230, 218, 169, 0.5);
}

.floating
    .vltkm_2021_mainsite_float_top
    .topnav__icon--burger
    + label
    + ul
    li:first-child {
    border-top: 1px solid rgba(230, 218, 169, 0.5);
}

.floating
    .vltkm_2021_mainsite_float_top
    .topnav__icon--burger
    + label
    + ul
    li
    a {
    display: block;
    color: #e6daa9;
    background: rgba(116, 96, 12, 0.2);
    font-size: 20px;
    padding: 32px 24px;
    font-size: 28px;
}

.floating
    .vltkm_2021_mainsite_float_top
    .topnav__icon--burger
    + label
    + ul
    li
    a:hover {
    background: rgba(230, 218, 169, 0.8);
    color: #000;
}

.floating
    .vltkm_2021_mainsite_float_top
    .topnav__icon--burger:checked
    + label
    + ul {
    padding-top: 45px;
    max-height: 95vh;
}

.title__content {
    text-align: center;
    font-family: var(--font-secondary);
    font-size: 52px;
    background: #2c698b;
    /* fallback for old browsers */
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(#289db8, #2c698b, to bottom);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.error {
    display: none;
}

.error.active {
    display: block;
    color: #dc1818;
    font-size: 20px;
}

.refresh:hover {
    filter: brightness(50%);
    cursor: pointer;
}

.floating .vltkm_2021_mainsite_float_top_code {
    position: absolute;
    top: 0%;
    left: 0%;
    pointer-events: all;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: 156px;
    width: var(--width-desktop);
    background: rgba(255, 255, 255, 0.95);
    background: url(mb-bg-1.png);
    padding: 0 280px 0 140px;
}

@media (orientation: portrait) {
    .floating .vltkm_2021_mainsite_float_top_code {
        width: var(--width-mobile);
        height: 190px;
        flex-wrap: wrap;
        background: url(mb-bg-topnav-1.jpg);
        padding: 0 25px;
    }
}

.floating .vltkm_2021_mainsite_float_top_code .topnav__appicon {
    display: block;
    margin-top: 20px;
    font-size: 0px;
    width: 130px;
    height: 130px;
    background: url(appicon-2.png);
    background-size: 100% 100%;
}

@media (orientation: portrait) {
    .floating .vltkm_2021_mainsite_float_top_code .topnav__appicon {
        width: 87px;
        height: 87px;
        margin-top: 15px;
    }
}

.floating .vltkm_2021_mainsite_float_top_code .topnav__social {
    display: flex;
    align-items: center;
    margin-top: 20px;
    width: 75%;
    justify-content: space-between;
}

.floating .vltkm_2021_mainsite_float_top_code .logged-info {
    display: none;
    padding-top: 20px;
    width: 280px;
    height: 180px;
    margin: auto;
    background: url(bg-submenu-1.png);
    background-size: 100% 100%;
}

@media (orientation: portrait) {
    .floating .vltkm_2021_mainsite_float_top_code .logged-info {
        position: absolute;
        z-index: 1;
        margin-top: 24px;
    }

    .floating .vltkm_2021_mainsite_float_top_code .logged-info p {
        color: #fff4dd;
        font-size: 18px;
    }
}

.floating .vltkm_2021_mainsite_float_top_code .logged-info p {
    padding-left: 20px;
}

.floating .vltkm_2021_mainsite_float_top_code .logged-info span {
    color: #ffd56d;
}

.floating .vltkm_2021_mainsite_float_top_code .logged-info.active {
    display: block;
}

.floating .vltkm_2021_mainsite_float_top_code .btn-log-out {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-5.png);
    background-position: 0px -286px;
    width: 255px;
    height: 39px;
    margin: 16px auto 0;
}

.floating .vltkm_2021_mainsite_float_top_code .btn-log-out:not(.off):hover {
    cursor: pointer;
    pointer-events: all;
    filter: brightness(110%);
}

.floating .vltkm_2021_mainsite_float_top_code .topnav__main {
    display: flex;
    justify-content: flex-end;
    height: 100%;
}

.floating .vltkm_2021_mainsite_float_top_code .topnav__main .bg-login {
    font-size: 20px !important;
    color: #fff4dd;
    cursor: pointer;
    display: block;
    font-size: 0px;
    background-image: url(_sprites-5.png);
    background-position: 0px 0px;
    width: 293px;
    height: 90px;
}

@media (orientation: portrait) {
    .floating .vltkm_2021_mainsite_float_top_code .topnav__main .bg-login {
        display: none;
    }
}

@media (orientation: portrait) {
    .floating
        .vltkm_2021_mainsite_float_top_code
        .topnav__main
        li:nth-child(1) {
        display: none;
    }
}

.floating .vltkm_2021_mainsite_float_top_code .topnav__main > li {
    position: relative;
}

.floating
    .vltkm_2021_mainsite_float_top_code
    .topnav__main
    .floatnav__dropdown {
    position: absolute;
    top: 70%;
    left: 50%;
    display: block;
    font-size: 0px;
    background-image: url(_sprites-5.png);
    background-position: -451px -236px;
    width: 18px;
    height: 10px;
}

@media (orientation: portrait) {
    .floating
        .vltkm_2021_mainsite_float_top_code
        .topnav__main
        .floatnav__dropdown {
        top: 80%;
    }
}

.floating
    .vltkm_2021_mainsite_float_top_code
    .topnav__main
    .floatnav__dropdown:hover {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-5.png);
    background-position: -448px -196px;
    width: 18px;
    height: 10px;
}

@media (orientation: portrait) {
    .floating .vltkm_2021_mainsite_float_top_code .topnav__main {
        width: calc(100% + 50px);
        height: 80px;
        justify-content: center;
        position: absolute;
        top: 110px;
        left: -25px;
    }
}

.floating .vltkm_2021_mainsite_float_top_code .topnav__item {
    font-size: 20px;
    color: #424242;
    padding: 0 35px;
    height: 56px;
    display: flex;
    justify-content: center;
    margin-top: 33px;
}

.floating
    .vltkm_2021_mainsite_float_top_code
    .topnav__item
    + input:checked
    + ul {
    max-height: 500px;
    overflow: visible;
}

.floating .vltkm_2021_mainsite_float_top_code .topnav__item + input:hover {
    max-height: 500px;
    overflow: visible;
}

.floating .vltkm_2021_mainsite_float_top_code .topnav__item + input + ul {
    max-height: 0px;
    overflow: hidden;
    position: absolute;
    top: 90px;
    width: 220px;
    left: 50%;
    transform: translateX(-50%);
}

.floating
    .vltkm_2021_mainsite_float_top_code
    .topnav__item
    + input
    + ul
    .topnav__item {
    margin-top: 0;
    color: #fff4dd;
    align-items: center;
}

.floating
    .vltkm_2021_mainsite_float_top_code
    .topnav__item
    + input
    + ul
    .topnav__item:hover,
.floating
    .vltkm_2021_mainsite_float_top_code
    .topnav__item
    + input
    + ul
    .topnav__item.active {
    background: #106e66;
}

.floating .vltkm_2021_mainsite_float_top_code .topnav__item + input + ul:hover {
    width: 281px;
    max-height: 500px;
    overflow: visible;
    background: url(bg-submenu-1.png);
    background-size: 100% 100%;
}

.floating .vltkm_2021_mainsite_float_top_code .topnav__item:hover + input {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-5.png);
    background-position: -448px -196px;
    width: 18px;
    height: 10px;
}

.floating .vltkm_2021_mainsite_float_top_code .topnav__item:hover + input + ul {
    max-height: 125px;
    width: 281px;
    overflow: visible;
    background: url(bg-submenu-1.png);
    background-size: 100% 100%;
}

.floating .vltkm_2021_mainsite_float_top_code .topnav__item:hover,
.floating .vltkm_2021_mainsite_float_top_code .topnav__item.active {
    color: #d62c15;
}

@media (orientation: portrait) {
    .floating .vltkm_2021_mainsite_float_top_code .topnav__item {
        font-size: 22px;
    }
}

.floating .vltkm_2021_mainsite_float_top_code .topnav__item:before {
    content: "";
    display: block;
    margin-right: 10px;
}

.floating .vltkm_2021_mainsite_float_top_code .topnav__item.home:before {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-5.png);
    background-position: -428px -170px;
    width: 28px;
    height: 24px;
}

.floating .vltkm_2021_mainsite_float_top_code .topnav__item.home:hover:before,
.floating .vltkm_2021_mainsite_float_top_code .topnav__item.home.active:before {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-5.png);
    background-position: -428px -144px;
    width: 28px;
    height: 24px;
}

.floating .vltkm_2021_mainsite_float_top_code .topnav__item.camnang:before {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-5.png);
    background-position: -376px -210px;
    width: 27px;
    height: 21px;
}

.floating
    .vltkm_2021_mainsite_float_top_code
    .topnav__item.camnang:hover:before,
.floating
    .vltkm_2021_mainsite_float_top_code
    .topnav__item.camnang.active:before {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-5.png);
    background-position: -347px -210px;
    width: 27px;
    height: 21px;
}

.floating .vltkm_2021_mainsite_float_top_code .topnav__item.event:before {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-5.png);
    background-position: -321px -236px;
    width: 24px;
    height: 23px;
}

.floating .vltkm_2021_mainsite_float_top_code .topnav__item.event:hover:before,
.floating
    .vltkm_2021_mainsite_float_top_code
    .topnav__item.event.active:before {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-5.png);
    background-position: -295px -236px;
    width: 24px;
    height: 23px;
}

.floating .vltkm_2021_mainsite_float_top_code .topnav__item.policy:before {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-5.png);
    background-position: -458px -170px;
    width: 24px;
    height: 24px;
}

.floating .vltkm_2021_mainsite_float_top_code .topnav__item.policy:hover:before,
.floating
    .vltkm_2021_mainsite_float_top_code
    .topnav__item.policy.active:before {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-5.png);
    background-position: -458px -144px;
    width: 24px;
    height: 24px;
}

.floating .vltkm_2021_mainsite_float_top_code .topnav__item.code:before {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-5.png);
    background-position: -424px -236px;
    width: 25px;
    height: 17px;
    margin-top: 6px;
}

.floating .vltkm_2021_mainsite_float_top_code .topnav__item.code:hover:before,
.floating .vltkm_2021_mainsite_float_top_code .topnav__item.code.active:before {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-5.png);
    background-position: -397px -236px;
    width: 25px;
    height: 17px;
}

.floating .vltkm_2021_mainsite_float_top_code .topnav__item.social:before {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-5.png);
    background-position: -321px -210px;
    width: 24px;
    height: 24px;
}

.floating .vltkm_2021_mainsite_float_top_code .topnav__item.social:hover:before,
.floating
    .vltkm_2021_mainsite_float_top_code
    .topnav__item.social.active:before {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-5.png);
    background-position: -295px -210px;
    width: 24px;
    height: 24px;
}

.floating .vltkm_2021_mainsite_float_top_code .topnav__item.login:before {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-5.png);
    background-position: -451px -210px;
    width: 21px;
    height: 21px;
}

.floating .vltkm_2021_mainsite_float_top_code .topnav__item.login:hover:before,
.floating
    .vltkm_2021_mainsite_float_top_code
    .topnav__item.login.active:before {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-5.png);
    background-position: -405px -210px;
    width: 21px;
    height: 21px;
}

.floating .vltkm_2021_mainsite_float_top_code .topnav__item.cs:before {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-5.png);
    background-position: -372px -236px;
    width: 23px;
    height: 23px;
}

.floating .vltkm_2021_mainsite_float_top_code .topnav__item.cs:hover:before,
.floating .vltkm_2021_mainsite_float_top_code .topnav__item.cs.active:before {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-5.png);
    background-position: -347px -236px;
    width: 23px;
    height: 23px;
}

.floating .vltkm_2021_mainsite_float_top_code .topnav__item + ul {
    max-height: 0px;
    overflow: hidden;
}

.floating .vltkm_2021_mainsite_float_top_code .topnav__item + ul :hover {
    max-height: 50px;
}

.floating .vltkm_2021_mainsite_float_top_code .topnav__icon {
    margin: 0 4px;
}

.floating .vltkm_2021_mainsite_float_top_code .topnav__icon--appicon {
    margin-top: 42px;
    z-index: 5;
    position: relative;
}

.floating .vltkm_2021_mainsite_float_top_code .topnav__icon--mobile-login {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-5.png);
    background-position: 0px -224px;
    width: 262px;
    height: 60px;
    font-size: 22px;
}

.floating
    .vltkm_2021_mainsite_float_top_code
    .topnav__icon--mobile-login
    .login {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff4dd;
}

.floating
    .vltkm_2021_mainsite_float_top_code
    .topnav__icon--mobile-login
    .login:before {
    content: "";
    display: block;
    font-size: 0px;
    background-image: url(_sprites-5.png);
    background-position: -428px -210px;
    width: 21px;
    height: 21px;
    margin-right: 8px;
}

.floating
    .vltkm_2021_mainsite_float_top_code
    .topnav__icon--mobile-login
    .login:after {
    content: "";
    display: block;
    font-size: 0px;
    background-image: url(_sprites-5.png);
    background-position: -428px -196px;
    width: 18px;
    height: 12px;
    margin-left: 8px;
}

.floating .vltkm_2021_mainsite_float_top_code .topnav__icon--home {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-5.png);
    background-position: -362px -144px;
    width: 64px;
    height: 64px;
}

.floating .vltkm_2021_mainsite_float_top_code .topnav__icon--fanpage {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-5.png);
    background-position: -295px -144px;
    width: 65px;
    height: 64px;
}

.floating .vltkm_2021_mainsite_float_top_code .topnav__icon--download {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-5.png);
    background-position: -295px 0px;
    width: 190px;
    height: 70px;
}

.floating .vltkm_2021_mainsite_float_top_code .topnav__icon--topup {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-5.png);
    background-position: -295px -72px;
    width: 190px;
    height: 70px;
}

.floating .vltkm_2021_mainsite_float_top_code .topnav__icon--burger {
    display: none;
}

.floating
    .vltkm_2021_mainsite_float_top_code
    .topnav__icon--burger
    + label
    + ul {
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 95vh;
    position: absolute;
    top: 74px;
    left: 0;
    z-index: -1;
    max-height: 0px;
    overflow: hidden;
    padding-top: 0px;
}

.floating
    .vltkm_2021_mainsite_float_top_code
    .topnav__icon--burger
    + label
    + ul
    li {
    width: 100%;
    border-bottom: 1px solid rgba(230, 218, 169, 0.5);
}

.floating
    .vltkm_2021_mainsite_float_top_code
    .topnav__icon--burger
    + label
    + ul
    li:first-child {
    border-top: 1px solid rgba(230, 218, 169, 0.5);
}

.floating
    .vltkm_2021_mainsite_float_top_code
    .topnav__icon--burger
    + label
    + ul
    li
    a {
    display: block;
    color: #e6daa9;
    background: rgba(116, 96, 12, 0.2);
    font-size: 20px;
    padding: 32px 24px;
    font-size: 28px;
}

.floating
    .vltkm_2021_mainsite_float_top_code
    .topnav__icon--burger
    + label
    + ul
    li
    a:hover {
    background: rgba(230, 218, 169, 0.8);
    color: #000;
}

.floating
    .vltkm_2021_mainsite_float_top_code
    .topnav__icon--burger:checked
    + label
    + ul {
    padding-top: 45px;
    max-height: 95vh;
}

.vltkmax_2022_preregister_rank {
    margin-top: 0px;
}

@media (orientation: landscape) {
    .vltkmax_2022_preregister_rank,
    .vltkmax_2022_preregister_rank .section__background,
    .vltkmax_2022_preregister_rank .section__content,
    .vltkmax_2022_preregister_rank .inner {
        height: 1071px;
    }
}

@media (orientation: portrait) {
    .vltkmax_2022_preregister_rank,
    .vltkmax_2022_preregister_rank .section__background,
    .vltkmax_2022_preregister_rank .section__content,
    .vltkmax_2022_preregister_rank .inner {
        height: 1286px;
    }

    .cover_to_schedule {
        height: 1090px !important;
    }
}

.vltkmax_2022_preregister_rank .inner .block-note {
    position: absolute;
    bottom: 113px;
    left: 7%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1d1a1a;
    width: 197px;
    height: 320px;
    font-size: 20px;
}

@media (orientation: portrait) {
    .vltkmax_2022_preregister_rank .inner .block-note {
        bottom: 62px;
        width: 85%;
        height: 200px;
        font-size: 24px;
    }
}

.vltkmax_2022_preregister_rank .inner .block-note ul li {
    display: flex;
}

.vltkmax_2022_preregister_rank .inner .block-note ul li:nth-child(1) {
    margin-bottom: 20px;
}

.vltkmax_2022_preregister_rank .inner .block-note ul li::before {
    content: "";
    background-image: url(_sprites-6.png);
    background-position: -158px -158px;
    width: 11px;
    height: 11px;
    width: 44px;
    height: 11px;
    display: block;
    margin: 5px 8px 0 0;
}

.vltkmax_2022_preregister_rank .rank {
    display: block;
    width: 100%;
}

@media (orientation: portrait) {
    .vltkmax_2022_preregister_rank .rank {
        width: 100%;
        left: 0;
        bottom: 0;
    }
}

.vltkmax_2022_preregister_rank .rank_filter {
    display: flex;
    justify-content: center;
    margin: 215px auto 0;
}

@media (orientation: portrait) {
    .vltkmax_2022_preregister_rank .rank_filter {
        margin: 180px auto 0;
    }
}

select.serverList {
    width: 260px;
    height: 70px;
    margin: 0 10px;
    padding: 0 30px 0 30px;
    border: none;
    color: #424242;
    background: url(select-dropdown.png);
    background-size: 100% 100%;
}

select.serverList option {
    background: #033a33;
    color: #fff4dd;
}

@media (orientation: portrait) {
    select.serverList {
        font-size: 20px;
    }
}

.vltkmax_2022_preregister_rank .rank_tab {
    position: absolute;
    top: 310px;
    width: 1200px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

@media (orientation: portrait) {
    .vltkmax_2022_preregister_rank .rank_tab {
        top: 277px;
        width: 100%;
        padding: 0;
        left: 50%;
        overflow-x: auto;
        justify-content: flex-start;
    }
}

.vltkmax_2022_preregister_rank .rank_tab__item {
    background-image: url(_sprites-6.png);
    background-position: 0px -79px;
    width: 234px;
    height: 77px;
    display: flex;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    vertical-align: middle;
    font-size: 24px;
    color: white;
    text-shadow: -1px -1px 0 #c2742b, 2px 1px 0 #c2742b, -1px -1px 0 #c2742b,
        1px 1px 0 #4e4b49;
    font-weight: var(--fontweight-bold);
    padding: 10px 12px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
}

.vltkmax_2022_preregister_rank .rank_tab__item:not(.active):hover {
    background-image: url(_sprites-6.png);
    background-position: 0px 0px;
    width: 234px;
    height: 77px;
    display: flex;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}

.vltkmax_2022_preregister_rank .rank_tab__item.active {
    background-image: url(_sprites-6.png);
    background-position: 0px 0px;
    width: 234px;
    height: 77px;
    display: flex;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}

.schedule_body > li > span > a {
    color: #d62c15 !important;
}

@keyframes my-effect {
    0% {
        color: #d62c15;
    }

    50% {
        color: black;
    }

    100% {
        color: #d62c15;
    }
}

.schedule_body > li.active > span {
    font-weight: bold;
    -webkit-animation: my-effect 700ms infinite;
    -moz-animation: my-effect 700ms infinite;
    -o-animation: my-effect 700ms infinite;
    animation: my-effect 700ms infinite;
}

.vltkmax_2022_preregister_rank .rank_result,
.schedule_list {
    width: 1475px;
    height: 722px;
    position: absolute;
    top: 315px;
    transform: translateX(-50%);
    left: 50%;
    padding: 75px 135px;
    background: url(bg-ranking.png) no-repeat;
}

.schedule_list {
    top: 180px;
    /* height: 888px; */
    height: 700px;
    padding: 55px 135px;
    background-size: 100% 100%;
}

@media (orientation: portrait) {
    .vltkmax_2022_preregister_rank .rank_result,
    .schedule_list {
        top: 350px;
        left: 50%;
        width: 100%;
        height: 810px;
        padding: 20px 1px;
        background: none;
        background-size: cover;
    }

    .schedule_list {
        top: 295px;
    }
}

.vltkmax_2022_preregister_rank .rank_result__head,
.schedule_head {
    width: 100%;
    display: flex;
}

.vltkmax_2022_preregister_rank .rank_result__head li,
.schedule_head li {
    font-weight: bold;
    font-size: 20px;
    color: #424242;
    height: 45px;
    text-transform: uppercase;
}

@media (orientation: portrait) {
    .vltkmax_2022_preregister_rank .rank_result__head li,
    .schedule_head li {
        font-size: 22px;
    }
}

.vltkmax_2022_preregister_rank .rank_result__body {
    margin: 0 0 15px;
}

@media (orientation: portrait) {
    .vltkmax_2022_preregister_rank .rank_result__body {
        margin: 0 0 35px;
    }
}

.vltkmax_2022_preregister_rank .rank_result__body.hide {
    display: none;
}

.vltkmax_2022_preregister_rank .rank_result__body li,
.vltkmax_2022_preregister_rank .schedule_body li {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}

.vltkmax_2022_preregister_rank .rank_result__body li:nth-child(odd),
.vltkmax_2022_preregister_rank .schedule_body li:nth-child(odd) {
    background: #f7e6ba;
    height: 44px;
}

.vltkmax_2022_preregister_rank
    .rank_result__body
    li.page-1:nth-child(1)
    span:nth-child(1),
.vltkmax_2022_preregister_rank
    .schedule_body
    li.page-1:nth-child(1)
    span:nth-child(1) {
    position: relative;
}

.vltkmax_2022_preregister_rank
    .rank_result__body
    li.page-1:nth-child(1)
    span:nth-child(1)::before {
    content: url(top-1.png);
    width: 36px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.vltkmax_2022_preregister_rank
    .rank_result__body
    li.page-1:nth-child(2)
    span:nth-child(1),
.vltkmax_2022_preregister_rank
    .schedule_body
    li.page-1:nth-child(2)
    span:nth-child(1) {
    position: relative;
}

.vltkmax_2022_preregister_rank
    .rank_result__body
    li.page-1:nth-child(2)
    span:nth-child(1)::before {
    content: url(top-2.png);
    width: 36px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.vltkmax_2022_preregister_rank
    .rank_result__body
    li.page-1:nth-child(3)
    span:nth-child(1),
.vltkmax_2022_preregister_rank
    .schedule_body
    li.page-1:nth-child(3)
    span:nth-child(1) {
    position: relative;
}

.vltkmax_2022_preregister_rank
    .rank_result__body
    li.page-1:nth-child(3)
    span:nth-child(1)::before {
    content: url(top-3.png);
    width: 36px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.vltkmax_2022_preregister_rank .rank_result__body li .rank__name img,
.vltkmax_2022_preregister_rank .schedule_body li .rank__name img {
    width: 35px;
    margin-right: 10px;
}

.vltkmax_2022_preregister_rank .rank_result__body li span,
.vltkmax_2022_preregister_rank .schedule_body li span {
    font-size: 18px;
    color: #424242;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (orientation: portrait) {
    .vltkmax_2022_preregister_rank .rank_result__body li span,
    .vltkmax_2022_preregister_rank .schedule_body li span {
        font-size: 20px;
        height: 45px;
    }
}

.vltkmax_2022_preregister_rank .rank_result__foot {
    margin-top: 10px;
}

.vltkmax_2022_preregister_rank .rank_result__body > li > span:nth-child(2),
.vltkmax_2022_preregister_rank .schedule_body > li > span:nth-child(2) {
    justify-content: start;
}

@media (orientation: landscape) {
    .vltkmax_2022_preregister_rank .rank_result__body > li > span:nth-child(2),
    .vltkmax_2022_preregister_rank .schedule_body > li > span:nth-child(2) {
        padding-left: 50px;
    }
}

.vltkmax_2022_preregister_rank .rank_result__head > li,
.vltkmax_2022_preregister_rank .rank_result__body > li > span,
.vltkmax_2022_preregister_rank .schedule_head > li,
.vltkmax_2022_preregister_rank .schedule_body > li > span {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.vltkmax_2022_preregister_rank .rank_result__head > li:nth-child(1),
.vltkmax_2022_preregister_rank .rank_result__body > li > span:nth-child(1),
.vltkmax_2022_preregister_rank .schedule_head > li:nth-child(1),
.vltkmax_2022_preregister_rank .schedule_body > li > span:nth-child(1) {
    width: 15%;
}

@media (orientation: portrait) {
    .vltkmax_2022_preregister_rank .rank_result__head > li:nth-child(1),
    .vltkmax_2022_preregister_rank .rank_result__body > li > span:nth-child(1) {
        width: 15%;
    }

    .vltkmax_2022_preregister_rank .schedule_head > li:nth-child(1),
    .vltkmax_2022_preregister_rank .schedule_body > li > span:nth-child(1) {
        width: 15%;
    }
}

.vltkmax_2022_preregister_rank .rank_result__head > li:nth-child(2),
.vltkmax_2022_preregister_rank .rank_result__body > li > span:nth-child(2) {
    width: 20%;
}

.vltkmax_2022_preregister_rank .schedule_head > li:nth-child(2),
.vltkmax_2022_preregister_rank .schedule_body > li > span:nth-child(2) {
    width: 40%;
}

@media (orientation: portrait) {
    .vltkmax_2022_preregister_rank .rank_result__head > li:nth-child(2),
    .vltkmax_2022_preregister_rank .rank_result__body > li > span:nth-child(2) {
        width: 25%;
    }

    .vltkmax_2022_preregister_rank .schedule_head > li:nth-child(2),
    .vltkmax_2022_preregister_rank .schedule_body > li > span:nth-child(2) {
        width: 40%;
    }
}

.vltkmax_2022_preregister_rank .rank_result__head > li:nth-child(3),
.vltkmax_2022_preregister_rank .rank_result__body > li > span:nth-child(3) {
    width: 20%;
}

.vltkmax_2022_preregister_rank .schedule_head > li:nth-child(3),
.vltkmax_2022_preregister_rank .schedule_body > li > span:nth-child(3) {
    width: 25%;
}

@media (orientation: portrait) {
    .vltkmax_2022_preregister_rank .rank_result__head > li:nth-child(3),
    .vltkmax_2022_preregister_rank .rank_result__body > li > span:nth-child(3) {
        width: 20%;
    }

    .vltkmax_2022_preregister_rank .schedule_head > li:nth-child(3),
    .vltkmax_2022_preregister_rank .schedule_body > li > span:nth-child(3) {
        width: 25%;
    }
}

.vltkmax_2022_preregister_rank .rank_result__head > li:nth-child(4),
.vltkmax_2022_preregister_rank .rank_result__body > li > span:nth-child(4) {
    width: 20%;
}

.vltkmax_2022_preregister_rank .schedule_head > li:nth-child(4),
.vltkmax_2022_preregister_rank .schedule_body > li > span:nth-child(4) {
    width: 25%;
}

@media (orientation: portrait) {
    .vltkmax_2022_preregister_rank .rank_result__head > li:nth-child(4),
    .vltkmax_2022_preregister_rank .rank_result__body > li > span:nth-child(4) {
        width: 20%;
    }

    .vltkmax_2022_preregister_rank .schedule_head > li:nth-child(4),
    .vltkmax_2022_preregister_rank .schedule_body > li > span:nth-child(4) {
        width: 25%;
    }
}

.vltkmax_2022_preregister_rank .rank_result__head > li:nth-child(5),
.vltkmax_2022_preregister_rank .rank_result__body > li > span:nth-child(5) {
    width: 25%;
}

.vltkmax_2022_preregister_rank .schedule_head > li:nth-child(5),
.vltkmax_2022_preregister_rank .schedule_body > li > span:nth-child(5) {
    width: 0%;
}

@media (orientation: portrait) {
    .vltkmax_2022_preregister_rank .rank_result__head > li:nth-child(5),
    .vltkmax_2022_preregister_rank .rank_result__body > li > span:nth-child(5) {
        width: 20%;
    }

    .vltkmax_2022_preregister_rank .schedule_head > li:nth-child(5),
    .vltkmax_2022_preregister_rank .schedule_head > li > span:nth-child(5) {
        width: 0%;
    }
}

.vltkmax_2022_preregister_rank .rank_result__foot .pagination {
    display: flex;
    justify-content: center;
}

.vltkmax_2022_preregister_rank .rank_result__foot .pagination li {
    margin: 0 15px;
    margin: 0 15px;
    width: 40px;
    height: 40px;
    display: block;
    background: #1f978c;
    display: flex;
    justify-content: center;
}

.vltkmax_2022_preregister_rank .rank_result__foot .pagination li.active {
    background: #cc2400;
    color: #f6f6f6;
}

.vltkmax_2022_preregister_rank
    .rank_result__foot
    .pagination
    li:not(.active):hover {
    background: #cc2400;
    color: #f6f6f6;
}

@media (orientation: portrait) {
    .vltkmax_2022_preregister_rank .rank_result__foot .pagination li {
        margin: 0 5px;
    }
}

.vltkmax_2022_preregister_rank .rank_result__foot .pagination li.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.vltkmax_2022_preregister_rank .rank_result__foot .pagination li.hide {
    display: none;
}

.vltkmax_2022_preregister_rank .rank_result__foot .pagination li.prev a {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-6.png);
    background-position: -136px -158px;
    width: 20px;
    height: 34px;
}

.vltkmax_2022_preregister_rank .rank_result__foot .pagination li.next a {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-6.png);
    background-position: -114px -158px;
    width: 20px;
    height: 34px;
}

.vltkmax_2022_preregister_rank .rank_result__foot .pagination li a {
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}

.hidden {
    display: none;
}

.jx1m_2021_openbeta_monphai {
    margin-top: -1px;
}

@media (orientation: landscape) {
    .jx1m_2021_openbeta_monphai,
    .jx1m_2021_openbeta_monphai .section__background,
    .jx1m_2021_openbeta_monphai .section__content,
    .jx1m_2021_openbeta_monphai .inner {
        height: 1003px;
    }
}

@media (orientation: portrait) {
    .jx1m_2021_openbeta_monphai,
    .jx1m_2021_openbeta_monphai .section__background,
    .jx1m_2021_openbeta_monphai .section__content,
    .jx1m_2021_openbeta_monphai .inner {
        height: 1340px;
    }
}

.jx1m_2021_openbeta_monphai .inner .title {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    pointer-events: none;
}

.jx1m_2021_openbeta_monphai .inner .monphai-swiper {
    width: 100%;
    height: 100%;
}

.jx1m_2021_openbeta_monphai .inner .monphai-swiper .swiper-slide {
    opacity: 0 !important;
}

.jx1m_2021_openbeta_monphai .inner .monphai-swiper .swiper-slide-active {
    opacity: 1 !important;
}

.jx1m_2021_openbeta_monphai
    .inner
    .monphai-swiper
    .swiper-slide-active
    .monphai-nhanvat {
    animation: movenv 1.5s forwards;
}

@media (orientation: portrait) {
    .jx1m_2021_openbeta_monphai
        .inner
        .monphai-swiper
        .swiper-slide-active
        .monphai-nhanvat {
        animation: none;
    }
}

@keyframes movenv {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}

.jx1m_2021_openbeta_monphai
    .inner
    .monphai-swiper
    .swiper-slide-active
    .play-f6,
.jx1m_2021_openbeta_monphai
    .inner
    .monphai-swiper
    .swiper-slide-active
    .monphai-info,
.jx1m_2021_openbeta_monphai
    .inner
    .monphai-swiper
    .swiper-slide-active
    .monphai-video {
    animation: show 0.5s forwards;
}

@keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.jx1m_2021_openbeta_monphai .inner .monphai-swiper .monphai-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.jx1m_2021_openbeta_monphai .inner .monphai-swiper .monphai-container .play-f6 {
    position: absolute;
    left: 26%;
    top: 30%;
    opacity: 0;
    z-index: 99;
}

@media (orientation: portrait) {
    .jx1m_2021_openbeta_monphai
        .inner
        .monphai-swiper
        .monphai-container
        .play-f6 {
        left: 44%;
        top: 23%;
    }
}

.jx1m_2021_openbeta_monphai
    .inner
    .monphai-swiper
    .monphai-container
    .play-f6:hover {
    filter: brightness(1.2);
}

.jx1m_2021_openbeta_monphai
    .inner
    .monphai-swiper
    .monphai-container
    .monphai-info {
    opacity: 0;
    position: absolute;
    left: 50px;
    top: 13%;
    z-index: 1;
}

@media (orientation: portrait) {
    .jx1m_2021_openbeta_monphai
        .inner
        .monphai-swiper
        .monphai-container
        .monphai-info {
        left: 20px;
    }
}

.jx1m_2021_openbeta_monphai
    .inner
    .monphai-swiper
    .monphai-container
    .monphai-video {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    opacity: 0;
}

.jx1m_2021_openbeta_monphai
    .inner
    .monphai-swiper
    .monphai-container
    .monphai-video
    .frame {
    position: absolute;
    right: 0;
    top: 32%;
}

.jx1m_2021_openbeta_monphai
    .inner
    .monphai-swiper
    .monphai-container
    .monphai-video
    .frame-video {
    height: 480px;
    width: 1030px;
    position: absolute;
    right: 0;
    top: 32%;
    z-index: -1;
}

.jx1m_2021_openbeta_monphai
    .inner
    .monphai-swiper
    .monphai-container
    .monphai-video
    .frame-video
    video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    clip-path: polygon(4% 0, 100% 0, 100% 100%, 4% 100%, 0 71%, 3% 50%, 0 29%);
    -webkit-clip-path: polygon(
        4% 0,
        100% 0,
        100% 100%,
        4% 100%,
        0 71%,
        3% 50%,
        0 29%
    );
}

.jx1m_2021_openbeta_monphai
    .inner
    .monphai-swiper
    .monphai-container
    .container-nhanvat {
    position: absolute;
    z-index: 3;
    left: 15%;
    top: 7%;
}

.jx1m_2021_openbeta_monphai .inner .mp-next {
    top: 48%;
    right: 0;
    display: block;
    font-size: 0px;
    background-image: url(_sprites-7.png);
    background-position: 0px -672px;
    width: 100px;
    height: 200px;
}

.jx1m_2021_openbeta_monphai .inner .mp-next::after {
    display: none;
}

.jx1m_2021_openbeta_monphai .inner .mp-next:hover {
    filter: brightness(1.2);
}

@media (orientation: portrait) {
    .jx1m_2021_openbeta_monphai .inner .mp-next {
        display: none;
    }
}

.jx1m_2021_openbeta_monphai .inner .mp-back {
    top: 48%;
    left: 0;
    display: block;
    font-size: 0px;
    background-image: url(_sprites-7.png);
    background-position: -792px -448px;
    width: 100px;
    height: 200px;
}

.jx1m_2021_openbeta_monphai .inner .mp-back::after {
    display: none;
}

.jx1m_2021_openbeta_monphai .inner .mp-back:hover {
    filter: brightness(1.2);
}

@media (orientation: portrait) {
    .jx1m_2021_openbeta_monphai .inner .mp-back {
        display: none;
    }
}

.jx1m_2021_openbeta_monphai .inner .mp-pag {
    display: flex;
    left: 50%;
    transform: translateX(-50%);
    bottom: -2%;
    justify-content: center;
}

@media (orientation: portrait) {
    .jx1m_2021_openbeta_monphai .inner .mp-pag {
        flex-wrap: wrap;
        width: 100%;
        align-items: center;
        justify-content: center;
        bottom: 5%;
    }
}

.jx1m_2021_openbeta_monphai .inner .mp-pag .swiper-pagination-bullet {
    display: block;
    background-color: transparent;
    opacity: 1;
}

.jx1m_2021_openbeta_monphai
    .inner
    .mp-pag
    .swiper-pagination-bullet:nth-child(1) {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-7.png);
    background-position: -132px 0px;
    width: 130px;
    height: 222px;
}

.jx1m_2021_openbeta_monphai
    .inner
    .mp-pag
    .swiper-pagination-bullet:nth-child(1):hover {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-7.png);
    background-position: 0px 0px;
    width: 130px;
    height: 222px;
}

@media (orientation: portrait) {
    .jx1m_2021_openbeta_monphai
        .inner
        .mp-pag
        .swiper-pagination-bullet:nth-child(1):hover {
        display: block;
        font-size: 0px;
        background-image: url(_sprites-7.png);
        background-position: -102px -672px;
        width: 130px;
        height: 130px;
    }
}

@media (orientation: portrait) {
    .jx1m_2021_openbeta_monphai
        .inner
        .mp-pag
        .swiper-pagination-bullet:nth-child(1) {
        display: block;
        font-size: 0px;
        background-image: url(_sprites-7.png);
        background-position: -234px -672px;
        width: 130px;
        height: 130px;
    }
}

.jx1m_2021_openbeta_monphai
    .inner
    .mp-pag
    .swiper-pagination-bullet:nth-child(2) {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-7.png);
    background-position: -132px -224px;
    width: 130px;
    height: 222px;
}

.jx1m_2021_openbeta_monphai
    .inner
    .mp-pag
    .swiper-pagination-bullet:nth-child(2):hover {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-7.png);
    background-position: 0px -224px;
    width: 130px;
    height: 222px;
}

@media (orientation: portrait) {
    .jx1m_2021_openbeta_monphai
        .inner
        .mp-pag
        .swiper-pagination-bullet:nth-child(2):hover {
        display: block;
        font-size: 0px;
        background-image: url(_sprites-7.png);
        background-position: -630px -672px;
        width: 130px;
        height: 130px;
    }
}

@media (orientation: portrait) {
    .jx1m_2021_openbeta_monphai
        .inner
        .mp-pag
        .swiper-pagination-bullet:nth-child(2) {
        display: block;
        font-size: 0px;
        background-image: url(_sprites-7.png);
        background-position: -762px -672px;
        width: 130px;
        height: 130px;
    }
}

.jx1m_2021_openbeta_monphai
    .inner
    .mp-pag
    .swiper-pagination-bullet:nth-child(3) {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-7.png);
    background-position: -396px -224px;
    width: 130px;
    height: 222px;
}

.jx1m_2021_openbeta_monphai
    .inner
    .mp-pag
    .swiper-pagination-bullet:nth-child(3):hover {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-7.png);
    background-position: -264px -224px;
    width: 130px;
    height: 222px;
}

@media (orientation: portrait) {
    .jx1m_2021_openbeta_monphai
        .inner
        .mp-pag
        .swiper-pagination-bullet:nth-child(3):hover {
        display: block;
        font-size: 0px;
        background-image: url(_sprites-7.png);
        background-position: -924px 0px;
        width: 130px;
        height: 130px;
    }
}

@media (orientation: portrait) {
    .jx1m_2021_openbeta_monphai
        .inner
        .mp-pag
        .swiper-pagination-bullet:nth-child(3) {
        display: block;
        font-size: 0px;
        background-image: url(_sprites-7.png);
        background-position: -924px -132px;
        width: 130px;
        height: 130px;
    }
}

.jx1m_2021_openbeta_monphai
    .inner
    .mp-pag
    .swiper-pagination-bullet:nth-child(4) {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-7.png);
    background-position: -528px -224px;
    width: 130px;
    height: 222px;
}

.jx1m_2021_openbeta_monphai
    .inner
    .mp-pag
    .swiper-pagination-bullet:nth-child(4):hover {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-7.png);
    background-position: -264px -224px;
    width: 130px;
    height: 222px;
}

@media (orientation: portrait) {
    .jx1m_2021_openbeta_monphai
        .inner
        .mp-pag
        .swiper-pagination-bullet:nth-child(4):hover {
        display: block;
        font-size: 0px;
        background-image: url(_sprites-7.png);
        background-position: -924px -264px;
        width: 130px;
        height: 130px;
    }
}

@media (orientation: portrait) {
    .jx1m_2021_openbeta_monphai
        .inner
        .mp-pag
        .swiper-pagination-bullet:nth-child(4) {
        display: block;
        font-size: 0px;
        background-image: url(_sprites-7.png);
        background-position: -924px -396px;
        width: 130px;
        height: 130px;
    }
}

.jx1m_2021_openbeta_monphai
    .inner
    .mp-pag
    .swiper-pagination-bullet:nth-child(5) {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-7.png);
    background-position: -660px -224px;
    width: 130px;
    height: 222px;
}

.jx1m_2021_openbeta_monphai
    .inner
    .mp-pag
    .swiper-pagination-bullet:nth-child(5):hover {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-7.png);
    background-position: -660px 0px;
    width: 130px;
    height: 222px;
}

@media (orientation: portrait) {
    .jx1m_2021_openbeta_monphai
        .inner
        .mp-pag
        .swiper-pagination-bullet:nth-child(5):hover {
        display: block;
        font-size: 0px;
        background-image: url(_sprites-7.png);
        background-position: -924px -528px;
        width: 130px;
        height: 130px;
    }
}

@media (orientation: portrait) {
    .jx1m_2021_openbeta_monphai
        .inner
        .mp-pag
        .swiper-pagination-bullet:nth-child(5) {
        display: block;
        font-size: 0px;
        background-image: url(_sprites-7.png);
        background-position: -924px -660px;
        width: 130px;
        height: 130px;
    }
}

.jx1m_2021_openbeta_monphai
    .inner
    .mp-pag
    .swiper-pagination-bullet:nth-child(6) {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-7.png);
    background-position: -132px -448px;
    width: 130px;
    height: 222px;
}

.jx1m_2021_openbeta_monphai
    .inner
    .mp-pag
    .swiper-pagination-bullet:nth-child(6):hover {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-7.png);
    background-position: 0px -448px;
    width: 130px;
    height: 222px;
}

@media (orientation: portrait) {
    .jx1m_2021_openbeta_monphai
        .inner
        .mp-pag
        .swiper-pagination-bullet:nth-child(6):hover {
        display: block;
        font-size: 0px;
        background-image: url(_sprites-7.png);
        background-position: 0px -874px;
        width: 130px;
        height: 130px;
    }
}

@media (orientation: portrait) {
    .jx1m_2021_openbeta_monphai
        .inner
        .mp-pag
        .swiper-pagination-bullet:nth-child(6) {
        display: block;
        font-size: 0px;
        background-image: url(_sprites-7.png);
        background-position: -132px -874px;
        width: 130px;
        height: 130px;
    }
}

.jx1m_2021_openbeta_monphai
    .inner
    .mp-pag
    .swiper-pagination-bullet:nth-child(7) {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-7.png);
    background-position: -396px -448px;
    width: 130px;
    height: 222px;
}

.jx1m_2021_openbeta_monphai
    .inner
    .mp-pag
    .swiper-pagination-bullet:nth-child(7):hover {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-7.png);
    background-position: -264px -448px;
    width: 130px;
    height: 222px;
}

@media (orientation: portrait) {
    .jx1m_2021_openbeta_monphai
        .inner
        .mp-pag
        .swiper-pagination-bullet:nth-child(7):hover {
        display: block;
        font-size: 0px;
        background-image: url(_sprites-7.png);
        background-position: -264px -874px;
        width: 130px;
        height: 130px;
    }
}

@media (orientation: portrait) {
    .jx1m_2021_openbeta_monphai
        .inner
        .mp-pag
        .swiper-pagination-bullet:nth-child(7) {
        display: block;
        font-size: 0px;
        background-image: url(_sprites-7.png);
        background-position: -396px -874px;
        width: 130px;
        height: 130px;
    }
}

.jx1m_2021_openbeta_monphai
    .inner
    .mp-pag
    .swiper-pagination-bullet:nth-child(8) {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-7.png);
    background-position: -660px -448px;
    width: 130px;
    height: 222px;
}

.jx1m_2021_openbeta_monphai
    .inner
    .mp-pag
    .swiper-pagination-bullet:nth-child(8):hover {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-7.png);
    background-position: -528px -448px;
    width: 130px;
    height: 222px;
}

@media (orientation: portrait) {
    .jx1m_2021_openbeta_monphai
        .inner
        .mp-pag
        .swiper-pagination-bullet:nth-child(8):hover {
        display: block;
        font-size: 0px;
        background-image: url(_sprites-7.png);
        background-position: -528px -874px;
        width: 130px;
        height: 130px;
    }
}

@media (orientation: portrait) {
    .jx1m_2021_openbeta_monphai
        .inner
        .mp-pag
        .swiper-pagination-bullet:nth-child(8) {
        display: block;
        font-size: 0px;
        background-image: url(_sprites-7.png);
        background-position: -660px -874px;
        width: 130px;
        height: 130px;
    }
}

.jx1m_2021_openbeta_monphai
    .inner
    .mp-pag
    .swiper-pagination-bullet:nth-child(9) {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-7.png);
    background-position: -792px -224px;
    width: 130px;
    height: 222px;
}

.jx1m_2021_openbeta_monphai
    .inner
    .mp-pag
    .swiper-pagination-bullet:nth-child(9):hover {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-7.png);
    background-position: -792px 0px;
    width: 130px;
    height: 222px;
}

@media (orientation: portrait) {
    .jx1m_2021_openbeta_monphai
        .inner
        .mp-pag
        .swiper-pagination-bullet:nth-child(9):hover {
        display: block;
        font-size: 0px;
        background-image: url(_sprites-7.png);
        background-position: -792px -874px;
        width: 130px;
        height: 130px;
    }
}

@media (orientation: portrait) {
    .jx1m_2021_openbeta_monphai
        .inner
        .mp-pag
        .swiper-pagination-bullet:nth-child(9) {
        display: block;
        font-size: 0px;
        background-image: url(_sprites-7.png);
        background-position: -924px -874px;
        width: 130px;
        height: 130px;
    }
}

.jx1m_2021_openbeta_monphai
    .inner
    .mp-pag
    .swiper-pagination-bullet:nth-child(10) {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-7.png);
    background-position: -396px 0px;
    width: 130px;
    height: 222px;
}

.jx1m_2021_openbeta_monphai
    .inner
    .mp-pag
    .swiper-pagination-bullet:nth-child(10):hover {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-7.png);
    background-position: -264px 0px;
    width: 130px;
    height: 222px;
}

@media (orientation: portrait) {
    .jx1m_2021_openbeta_monphai
        .inner
        .mp-pag
        .swiper-pagination-bullet:nth-child(10):hover {
        display: block;
        font-size: 0px;
        background-image: url(_sprites-7.png);
        background-position: -366px -672px;
        width: 130px;
        height: 130px;
    }
}

@media (orientation: portrait) {
    .jx1m_2021_openbeta_monphai
        .inner
        .mp-pag
        .swiper-pagination-bullet:nth-child(10) {
        display: block;
        font-size: 0px;
        background-image: url(_sprites-7.png);
        background-position: -498px -672px;
        width: 130px;
        height: 130px;
    }
}

.jx1m_2021_openbeta_monphai
    .inner
    .mp-pag
    .swiper-pagination-bullet-active:nth-child(1) {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-7.png);
    background-position: 0px 0px;
    width: 130px;
    height: 222px;
}

@media (orientation: portrait) {
    .jx1m_2021_openbeta_monphai
        .inner
        .mp-pag
        .swiper-pagination-bullet-active:nth-child(1) {
        display: block;
        font-size: 0px;
        background-image: url(_sprites-7.png);
        background-position: -102px -672px;
        width: 130px;
        height: 130px;
    }
}

.jx1m_2021_openbeta_monphai
    .inner
    .mp-pag
    .swiper-pagination-bullet-active:nth-child(2) {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-7.png);
    background-position: 0px -224px;
    width: 130px;
    height: 222px;
}

@media (orientation: portrait) {
    .jx1m_2021_openbeta_monphai
        .inner
        .mp-pag
        .swiper-pagination-bullet-active:nth-child(2) {
        display: block;
        font-size: 0px;
        background-image: url(_sprites-7.png);
        background-position: -630px -672px;
        width: 130px;
        height: 130px;
    }
}

.jx1m_2021_openbeta_monphai
    .inner
    .mp-pag
    .swiper-pagination-bullet-active:nth-child(3) {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-7.png);
    background-position: -264px -224px;
    width: 130px;
    height: 222px;
}

@media (orientation: portrait) {
    .jx1m_2021_openbeta_monphai
        .inner
        .mp-pag
        .swiper-pagination-bullet-active:nth-child(3) {
        display: block;
        font-size: 0px;
        background-image: url(_sprites-7.png);
        background-position: -924px 0px;
        width: 130px;
        height: 130px;
    }
}

.jx1m_2021_openbeta_monphai
    .inner
    .mp-pag
    .swiper-pagination-bullet-active:nth-child(4) {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-7.png);
    background-position: -528px 0px;
    width: 130px;
    height: 222px;
}

@media (orientation: portrait) {
    .jx1m_2021_openbeta_monphai
        .inner
        .mp-pag
        .swiper-pagination-bullet-active:nth-child(4) {
        display: block;
        font-size: 0px;
        background-image: url(_sprites-7.png);
        background-position: -924px -528px;
        width: 130px;
        height: 130px;
    }
}

.jx1m_2021_openbeta_monphai
    .inner
    .mp-pag
    .swiper-pagination-bullet-active:nth-child(5) {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-7.png);
    background-position: -660px 0px;
    width: 130px;
    height: 222px;
}

@media (orientation: portrait) {
    .jx1m_2021_openbeta_monphai
        .inner
        .mp-pag
        .swiper-pagination-bullet-active:nth-child(5) {
        display: block;
        font-size: 0px;
        background-image: url(_sprites-7.png);
        background-position: -924px -528px;
        width: 130px;
        height: 130px;
    }
}

.jx1m_2021_openbeta_monphai
    .inner
    .mp-pag
    .swiper-pagination-bullet-active:nth-child(6) {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-7.png);
    background-position: 0px -448px;
    width: 130px;
    height: 222px;
}

@media (orientation: portrait) {
    .jx1m_2021_openbeta_monphai
        .inner
        .mp-pag
        .swiper-pagination-bullet-active:nth-child(6) {
        display: block;
        font-size: 0px;
        background-image: url(_sprites-7.png);
        background-position: 0px -874px;
        width: 130px;
        height: 130px;
    }
}

.jx1m_2021_openbeta_monphai
    .inner
    .mp-pag
    .swiper-pagination-bullet-active:nth-child(7) {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-7.png);
    background-position: -264px -448px;
    width: 130px;
    height: 222px;
}

@media (orientation: portrait) {
    .jx1m_2021_openbeta_monphai
        .inner
        .mp-pag
        .swiper-pagination-bullet-active:nth-child(7) {
        display: block;
        font-size: 0px;
        background-image: url(_sprites-7.png);
        background-position: -264px -874px;
        width: 130px;
        height: 130px;
    }
}

.jx1m_2021_openbeta_monphai
    .inner
    .mp-pag
    .swiper-pagination-bullet-active:nth-child(8) {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-7.png);
    background-position: -528px -448px;
    width: 130px;
    height: 222px;
}

@media (orientation: portrait) {
    .jx1m_2021_openbeta_monphai
        .inner
        .mp-pag
        .swiper-pagination-bullet-active:nth-child(8) {
        display: block;
        font-size: 0px;
        background-image: url(_sprites-7.png);
        background-position: -528px -874px;
        width: 130px;
        height: 130px;
    }
}

.jx1m_2021_openbeta_monphai
    .inner
    .mp-pag
    .swiper-pagination-bullet-active:nth-child(9) {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-7.png);
    background-position: -792px 0px;
    width: 130px;
    height: 222px;
}

@media (orientation: portrait) {
    .jx1m_2021_openbeta_monphai
        .inner
        .mp-pag
        .swiper-pagination-bullet-active:nth-child(9) {
        display: block;
        font-size: 0px;
        background-image: url(_sprites-7.png);
        background-position: -792px -874px;
        width: 130px;
        height: 130px;
    }
}

.jx1m_2021_openbeta_monphai
    .inner
    .mp-pag
    .swiper-pagination-bullet-active:nth-child(10) {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-7.png);
    background-position: -264px 0px;
    width: 130px;
    height: 222px;
}

@media (orientation: portrait) {
    .jx1m_2021_openbeta_monphai
        .inner
        .mp-pag
        .swiper-pagination-bullet-active:nth-child(10) {
        display: block;
        font-size: 0px;
        background-image: url(_sprites-7.png);
        background-position: -366px -672px;
        width: 130px;
        height: 130px;
    }
}

.lor_2020_preregister_info {
    margin-top: -1px;
}

@media (orientation: landscape) {
    .lor_2020_preregister_info,
    .lor_2020_preregister_info .section__background,
    .lor_2020_preregister_info .section__content,
    .lor_2020_preregister_info .inner {
        height: 881px;
    }
}

@media (orientation: portrait) {
    .lor_2020_preregister_info,
    .lor_2020_preregister_info .section__background,
    .lor_2020_preregister_info .section__content,
    .lor_2020_preregister_info .inner {
        height: 785px;
    }
}

.lor_2020_preregister_info .inner .count {
    height: 200px;
}

.lor_2020_preregister_info .inner .count__value {
    display: flex;
    justify-content: center;
    font-weight: bold;
    font-size: 75px;
    font-weight: bold;
    color: #ae632c;
}

.lor_2020_preregister_info .inner .space--60 {
    display: block;
    width: 100%;
    height: 60px;
}

.lor_2020_preregister_info .inner .space--20 {
    display: block;
    width: 100%;
    height: 20px;
}

.lor_2020_preregister_info .inner .title {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    max-width: calc(100% - 32px);
    margin: 0 auto;
}

.lor_2020_preregister_info .inner .title .label {
    text-align: center;
}

.lor_2020_preregister_info .inner .title--sub .label {
    display: inline-block;
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
    color: #ae632c;
    position: relative;
    padding: 0 20px;
}

.lor_2020_preregister_info .inner .title--sub .label:before,
.lor_2020_preregister_info .inner .title--sub .label:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #ae632c;
    position: absolute;
    top: calc(50% - 2px);
    transform: rotate(45deg);
}

.lor_2020_preregister_info .inner .title--sub .label:before {
    left: 0;
}

.lor_2020_preregister_info .inner .title--sub .label:after {
    right: 0;
}

.lor_2020_preregister_info .inner .title--headline .label {
    display: inline-block;
    font-size: 60px;
    line-height: 68px;
    text-transform: uppercase;
    color: #b98300;
    position: relative;
    padding: 0 20px;
}

@media (orientation: portrait) {
    .lor_2020_preregister_info .inner .title--headline .label {
        font-size: 45px;
    }
}

.lor_2020_preregister_info .inner .title--headline .label:before,
.lor_2020_preregister_info .inner .title--headline .label:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #b98300;
    position: absolute;
    top: calc(50% - 2px);
    transform: rotate(45deg);
}

.lor_2020_preregister_info .inner .title--headline .label:before {
    left: 0;
}

.lor_2020_preregister_info .inner .title--headline .label:after {
    right: 0;
}

.lor_2020_preregister_info .inner .title--popup .label {
    display: inline-block;
    font-size: 50px;
    line-height: 70px;
    text-transform: uppercase;
    font-weight: bold;
    color: #bf4009;
    position: relative;
    padding: 0 20px;
}

.lor_2020_preregister_info .inner .title--popup .label:before,
.lor_2020_preregister_info .inner .title--popup .label:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #bf4009;
    position: absolute;
    top: calc(50% - 2px);
    transform: rotate(45deg);
}

.lor_2020_preregister_info .inner .title--popup .label:before {
    left: 0;
}

.lor_2020_preregister_info .inner .title--popup .label:after {
    right: 0;
}

.lor_2020_preregister_info .inner .gallery {
    pointer-events: all;
}

.lor_2020_preregister_info .inner .gallery .swiper-wrapper {
    transition-delay: 0.2s;
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.lor_2020_preregister_info .inner .gallery .swiper-container {
    margin-top: 200px;
}

@media (orientation: portrait) {
    .lor_2020_preregister_info .inner .gallery .swiper-container {
        margin-top: 170px;
    }
}

.lor_2020_preregister_info .inner .gallery .swiper-slide {
    width: auto;
    opacity: 0.3;
    filter: brightness(50%);
    pointer-events: none;
}

@media (orientation: portrait) {
    .lor_2020_preregister_info .inner .gallery .swiper-slide img {
        width: 716px;
        height: 545px;
    }
}

.lor_2020_preregister_info .inner .gallery .swiper-slide-active {
    opacity: 1;
    pointer-events: all;
}

.lor_2020_preregister_info .inner .gallery .swiper-slide-active.active {
    animation: shinee 1s forwards;
}

@keyframes shinee {
    30% {
        filter: brightness(140%)
            drop-shadow(0px 0px 30px rgba(235, 223, 197, 0.1));
    }

    100% {
        filter: brightness(100%)
            drop-shadow(0px 0px 0px rgba(235, 223, 197, 0.1));
    }
}

.lor_2020_preregister_info .inner .gallery .swiper-button-prev,
.lor_2020_preregister_info .inner .gallery .swiper-button-next {
    top: calc(50% - 40px);
    transition: all 0.2s;
}

.lor_2020_preregister_info .inner .gallery .swiper-button-prev:hover,
.lor_2020_preregister_info .inner .gallery .swiper-button-next:hover {
    filter: brightness(140%);
}

.lor_2020_preregister_info .inner .gallery .swiper-button-prev:before,
.lor_2020_preregister_info .inner .gallery .swiper-button-prev:after,
.lor_2020_preregister_info .inner .gallery .swiper-button-next:before,
.lor_2020_preregister_info .inner .gallery .swiper-button-next:after {
    display: none !important;
}

.lor_2020_preregister_info .inner .gallery .swiper-button-prev {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-8.png);
    background-position: -56px 0px;
    width: 54px;
    height: 130px;
    left: calc(50% - 552px - 24px);
    z-index: 100;
}

@media (orientation: portrait) {
    .lor_2020_preregister_info .inner .gallery .swiper-button-prev {
        left: calc(50% - 375px);
        display: none;
    }
}

.lor_2020_preregister_info .inner .gallery .swiper-button-next {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-8.png);
    background-position: 0px 0px;
    width: 54px;
    height: 130px;
    right: calc(50% - 552px - 24px);
    z-index: 100;
}

@media (orientation: portrait) {
    .lor_2020_preregister_info .inner .gallery .swiper-button-next {
        right: calc(50% - 375px);
        display: none;
    }
}

.lor_2020_preregister_info .inner .gallery .swiper-pagination {
    bottom: -65px;
}

@media (orientation: portrait) {
    .lor_2020_preregister_info .inner .gallery .swiper-pagination {
        bottom: -45px;
    }
}

.lor_2020_preregister_info .inner .gallery .swiper-pagination-bullet {
    position: relative;
    width: 15px;
    height: 15px;
    opacity: 1;
    background: #fff;
    border-radius: 28px;
    margin: 0 10px;
}

@media (orientation: portrait) {
    .lor_2020_preregister_info .inner .gallery .swiper-pagination-bullet {
        margin: 0 10px !important;
        width: 20px;
        height: 20px;
    }
}

.lor_2020_preregister_info .inner .gallery .swiper-pagination-bullet-active {
    background: #d62c15;
    width: 60px;
    height: 15px;
}

@media (orientation: portrait) {
    .lor_2020_preregister_info
        .inner
        .gallery
        .swiper-pagination-bullet-active {
        height: 20px;
    }
}

.lor_2020_preregister_info .inner .gallery .frame {
    display: block;
    pointer-events: none;
    width: 1104px;
    height: 621px;
    position: absolute;
    top: 2px;
    left: calc(50% - 552px);
    background: url(frame.png);
    background-size: cover;
    z-index: 10;
    opacity: 0;
    transition: all 0.6s cubic-bezier(0, 0, 0.58, 1);
    filter: brightness(40%);
}

@media (orientation: portrait) {
    .lor_2020_preregister_info .inner .gallery .frame {
        width: 716px;
        height: 545px;
        left: calc(50% - 358px);
        background: url(frame-mb.png);
    }
}

.lor_2020_preregister_info .inner .gallery .frame.active {
    opacity: 1;
    filter: brightness(100%);
}

.floating .dautuong_2022_mainsite_float_right {
    position: absolute;
    top: 25%;
    right: 0;
    pointer-events: none;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.floating .dautuong_2022_mainsite_float_right * {
    pointer-events: all;
}

.floating .dautuong_2022_mainsite_float_right .floatright__inertia {
    transition: transform 100ms linear;
}

.floating .dautuong_2022_mainsite_float_right .floatright__background {
    display: block;
}

.floating .dautuong_2022_mainsite_float_right .floatright__content {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    padding: 175px 12px 0 22px;
}

.floating .dautuong_2022_mainsite_float_right .floatright__main {
    display: flex;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    align-content: flex-start;
    justify-content: center;
    transform-origin: bottom center;
    transform: translateY(0px) translateX(150px);
    transition: transform 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.floating .dautuong_2022_mainsite_float_right .floatright__main.active {
    transform: translateY(0px) translateX(0px);
}

.floating .dautuong_2022_mainsite_float_right .floatright__main li {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.floating .dautuong_2022_mainsite_float_right .floatright__item--downapk {
    margin: 0 auto 6px;
    display: block;
    font-size: 0px;
    background-image: url(_sprites-9.png);
    background-position: -135px -301px;
    width: 133px;
    height: 29px;
}

.floating
    .dautuong_2022_mainsite_float_right
    .floatright__item--downapk:not(.off):hover {
    cursor: pointer;
    pointer-events: all;
    filter: brightness(110%);
}

.floating .dautuong_2022_mainsite_float_right .floatright__item--downappstore {
    margin: 0 auto 6px;
    display: block;
    font-size: 0px;
    background-image: url(_sprites-9.png);
    background-position: -205px -251px;
    width: 133px;
    height: 33px;
}

.floating
    .dautuong_2022_mainsite_float_right
    .floatright__item--downappstore:not(.off):hover {
    cursor: pointer;
    pointer-events: all;
    filter: brightness(110%);
}

.floating .dautuong_2022_mainsite_float_right .floatright__item--downggplay {
    margin: 0 auto 6px;
    display: block;
    font-size: 0px;
    background-image: url(_sprites-9.png);
    background-position: -344px 0px;
    width: 133px;
    height: 29px;
}

.floating
    .dautuong_2022_mainsite_float_right
    .floatright__item--downggplay:not(.off):hover {
    cursor: pointer;
    pointer-events: all;
    filter: brightness(110%);
}

.floating .dautuong_2022_mainsite_float_right .floatright__item--entercode {
    margin: 0 auto 6px;
    display: block;
    font-size: 0px;
    background-image: url(_sprites-9.png);
    background-position: -205px -112px;
    width: 137px;
    height: 66px;
}

.floating
    .dautuong_2022_mainsite_float_right
    .floatright__item--entercode:not(.off):hover {
    cursor: pointer;
    pointer-events: all;
    filter: brightness(110%);
}

.floating .dautuong_2022_mainsite_float_right .floatright__item--topup {
    margin: 0 auto 6px;
    display: block;
    font-size: 0px;
    background-image: url(_sprites-9.png);
    background-position: -205px 0px;
    width: 137px;
    height: 110px;
}

.floating
    .dautuong_2022_mainsite_float_right
    .floatright__item--topup:not(.off):hover {
    cursor: pointer;
    pointer-events: all;
    filter: brightness(110%);
}

.floating .dautuong_2022_mainsite_float_right .floatright__item--downpc {
    margin: 0 auto 6px;
    display: block;
    font-size: 0px;
    background-image: url(_sprites-9.png);
    background-position: 0px -301px;
    width: 133px;
    height: 33px;
}

.floating
    .dautuong_2022_mainsite_float_right
    .floatright__item--downpc:not(.off):hover {
    cursor: pointer;
    pointer-events: all;
    filter: brightness(110%);
}

.floating .dautuong_2022_mainsite_float_right .floatright__item--fanpage {
    margin: 0 auto 6px;
    display: block;
    font-size: 0px;
    background-image: url(_sprites-9.png);
    background-position: -344px -250px;
    width: 34px;
    height: 36px;
}

.floating
    .dautuong_2022_mainsite_float_right
    .floatright__item--fanpage:not(.off):hover {
    cursor: pointer;
    pointer-events: all;
    filter: brightness(110%);
}

.floating .dautuong_2022_mainsite_float_right .floatright__item--group {
    margin: 0 auto 6px;
    display: block;
    font-size: 0px;
    background-image: url(_sprites-9.png);
    background-position: -416px -250px;
    width: 33px;
    height: 36px;
}

.floating
    .dautuong_2022_mainsite_float_right
    .floatright__item--group:not(.off):hover {
    cursor: pointer;
    pointer-events: all;
    filter: brightness(110%);
}

.floating .dautuong_2022_mainsite_float_right .floatright__item--youtube {
    margin: 0 auto 6px;
    display: block;
    font-size: 0px;
    background-image: url(_sprites-9.png);
    background-position: -380px -250px;
    width: 34px;
    height: 36px;
}

.floating
    .dautuong_2022_mainsite_float_right
    .floatright__item--youtube:not(.off):hover {
    cursor: pointer;
    pointer-events: all;
    filter: brightness(110%);
}

.floating .dautuong_2022_mainsite_float_right .floatright__item--tiktok {
    margin: 0 auto 6px;
    display: block;
    font-size: 0px;
    background-image: url(_sprites-9.png);
    background-position: -344px -288px;
    width: 33px;
    height: 36px;
}

.floating
    .dautuong_2022_mainsite_float_right
    .floatright__item--tiktok:not(.off):hover {
    cursor: pointer;
    pointer-events: all;
    filter: brightness(110%);
}

.floating .dautuong_2022_mainsite_float_right .floatright__item--top {
    margin: 0 auto 6px;
    display: block;
    font-size: 0px;
    background-image: url(_sprites-9.png);
    background-position: -205px -180px;
    width: 69px;
    height: 69px;
}

.floating
    .dautuong_2022_mainsite_float_right
    .floatright__item--top:not(.off):hover {
    cursor: pointer;
    pointer-events: all;
    filter: brightness(110%);
}

.floating .dautuong_2022_mainsite_float_right .floatright__item--iconapp {
    position: absolute;
    top: -85px;
    left: 20px;
}

.floating .dautuong_2022_mainsite_float_right .floatright__item--qr {
    margin-bottom: 20px;
}

.floating .dautuong_2022_mainsite_float_right .floatright__item--topup {
    margin-bottom: 5px;
}

.floating .dautuong_2022_mainsite_float_right .floatright__item--social {
    width: 140px;
    margin: 0 auto;
    display: flex;
}

.floating .dautuong_2022_mainsite_float_right .floatright__item--toggle {
    position: absolute;
    top: 44%;
    left: -1px;
    display: block;
    font-size: 0px;
    background-image: url(_sprites-9.png);
    background-position: -372px -31px;
    width: 24px;
    height: 113px;
}

.floating
    .dautuong_2022_mainsite_float_right
    .floatright__item--toggle:not(.off):hover {
    cursor: pointer;
    pointer-events: all;
    filter: brightness(110%);
}

.floating
    .dautuong_2022_mainsite_float_right
    .floatright__main.active
    .asideright__item--toggle {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-9.png);
    background-position: -344px -31px;
    width: 26px;
    height: 113px;
}

.floating
    .dautuong_2022_mainsite_float_right
    .floatright__main.active
    .floatright__item--toggle {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-9.png);
    background-position: -344px -31px;
    width: 26px;
    height: 113px;
}

.kto_2023_landingramat_character {
    margin-top: -1px;
}

@media (orientation: landscape) {
    .kto_2023_landingramat_character,
    .kto_2023_landingramat_character .section__background,
    .kto_2023_landingramat_character .section__content,
    .kto_2023_landingramat_character .inner {
        height: 1018px;
    }
}

@media (orientation: portrait) {
    .kto_2023_landingramat_character,
    .kto_2023_landingramat_character .section__background,
    .kto_2023_landingramat_character .section__content,
    .kto_2023_landingramat_character .inner {
        height: 1285px;
    }
}

.kto_2023_landingramat_character .inner {
    position: relative;
}

.kto_2023_landingramat_character .inner .title {
    position: relative;
    left: 50%;
    top: 30px;
    transform: translateX(-50%);
}

.kto_2023_landingramat_character .inner .char__list {
    background: url(bg-char.png) no-repeat;
    background-position-y: 175px;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

@media (orientation: portrait) {
    .kto_2023_landingramat_character .inner .char__list {
        background: url(bg-char-mb.png) no-repeat;
        background-position-y: 250px;
    }
}

.kto_2023_landingramat_character .inner .char__list .swiper-slide {
    opacity: 0 !important;
}

.kto_2023_landingramat_character .inner .char__list .swiper-slide-active {
    opacity: 1 !important;
}

.kto_2023_landingramat_character
    .inner
    .char__list
    .swiper-slide
    .char__slide--item {
    position: relative;
    bottom: 0;
}

@media (orientation: portrait) {
    .kto_2023_landingramat_character
        .inner
        .char__list
        .swiper-slide
        .char__slide--item {
        top: 225px;
    }
}

.kto_2023_landingramat_character
    .inner
    .char__list
    .swiper-slide
    .group__button {
    position: absolute;
    top: 395px;
    display: flex;
    left: 1250px;
}

@media (orientation: portrait) {
    .kto_2023_landingramat_character
        .inner
        .char__list
        .swiper-slide
        .group__button {
        left: 415px;
        top: 505px;
    }
}

.kto_2023_landingramat_character
    .inner
    .char__list
    .swiper-slide
    .group__button--ngoaicong {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-10.png);
    background-position: -237px -106px;
    width: 195px;
    height: 61px;
}

.kto_2023_landingramat_character
    .inner
    .char__list
    .swiper-slide
    .group__button--ngoaicong.active {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-10.png);
    background-position: -237px -43px;
    width: 195px;
    height: 61px;
}

@media (orientation: portrait) {
    .kto_2023_landingramat_character
        .inner
        .char__list
        .swiper-slide
        .group__button--ngoaicong {
        display: block;
        font-size: 0px;
        background-image: url(_sprites-10.png);
        background-position: -167px -283px;
        width: 165px;
        height: 52px;
    }

    .kto_2023_landingramat_character
        .inner
        .char__list
        .swiper-slide
        .group__button--ngoaicong.active {
        display: block;
        font-size: 0px;
        background-image: url(_sprites-10.png);
        background-position: 0px -283px;
        width: 165px;
        height: 52px;
    }
}

.kto_2023_landingramat_character
    .inner
    .char__list
    .swiper-slide
    .group__button--noicong {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-10.png);
    background-position: 0px -195px;
    width: 195px;
    height: 61px;
}

.kto_2023_landingramat_character
    .inner
    .char__list
    .swiper-slide
    .group__button--noicong.active {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-10.png);
    background-position: -197px -195px;
    width: 194px;
    height: 61px;
}

@media (orientation: portrait) {
    .kto_2023_landingramat_character
        .inner
        .char__list
        .swiper-slide
        .group__button--noicong {
        display: block;
        font-size: 0px;
        background-image: url(_sprites-10.png);
        background-position: 0px -337px;
        width: 165px;
        height: 52px;
    }

    .kto_2023_landingramat_character
        .inner
        .char__list
        .swiper-slide
        .group__button--noicong.active {
        display: block;
        font-size: 0px;
        background-image: url(_sprites-10.png);
        background-position: -334px -283px;
        width: 165px;
        height: 52px;
    }
}

.kto_2023_landingramat_character
    .inner
    .char__list
    .swiper-slide
    .group__button
    span {
    font-size: 18px !important;
    font-weight: bold;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #764d23;
    font-family: SIGNIKA;
}

.kto_2023_landingramat_character
    .inner
    .char__list
    .swiper-slide
    .group__button
    span:not(.off):hover {
    cursor: pointer;
    pointer-events: all;
    filter: brightness(110%);
}

.kto_2023_landingramat_character
    .inner
    .char__list
    .swiper-slide
    .group__button
    span.active {
    color: #fff;
    pointer-events: none !important;
}

.kto_2023_landingramat_character
    .inner
    .char__list
    .swiper-slide
    .group__detail {
    opacity: 0;
    transition: all 0.3s;
}

.kto_2023_landingramat_character
    .inner
    .char__list
    .swiper-slide
    .group__detail.active {
    opacity: 1;
}

.kto_2023_landingramat_character
    .inner
    .char__list
    .swiper-slide
    .group__title {
    display: flex;
    align-items: center;
    position: absolute;
    top: 180px;
    left: 1100px;
}

@media (orientation: portrait) {
    .kto_2023_landingramat_character
        .inner
        .char__list
        .swiper-slide
        .group__title {
        flex-direction: column;
        left: 350px;
        top: 250px;
    }
}

.kto_2023_landingramat_character
    .inner
    .char__list
    .swiper-slide
    .group__title
    .play__video {
    margin-left: -160px;
    margin-top: 45px;
}

@media (orientation: portrait) {
    .kto_2023_landingramat_character
        .inner
        .char__list
        .swiper-slide
        .group__title
        .play__video {
        position: absolute;
        top: 160px;
        left: 180px;
        margin: unset;
    }
}

.kto_2023_landingramat_character
    .inner
    .char__list
    .swiper-slide
    .char__slide--nguhanh {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-10.png);
    background-position: 0px 0px;
    width: 543px;
    height: 41px;
    position: absolute;
    top: 345px;
    left: 1180px;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #85623e;
    font-family: "SIGNIKA";
}

@media (orientation: portrait) {
    .kto_2023_landingramat_character
        .inner
        .char__list
        .swiper-slide
        .char__slide--nguhanh {
        left: 375px;
        top: 375px;
        display: block;
        font-size: 0px;
        background-image: url(_sprites-10.png);
        background-position: 0px -258px;
        width: 409px;
        height: 23px;
        font-size: 16px;
        display: flex;
    }
}

.kto_2023_landingramat_character .inner .char__list .swiper-slide .char__chart {
    position: absolute;
    top: 560px;
    left: 1245px;
}

@media (orientation: portrait) {
    .kto_2023_landingramat_character
        .inner
        .char__list
        .swiper-slide
        .char__chart {
        left: 410px;
        top: 710px;
    }
}

.kto_2023_landingramat_character
    .inner
    .char__list
    .swiper-slide
    .char__detail {
    max-width: 660px;
    text-align: center;
    position: absolute;
    left: 1100px;
    top: 465px;
    font-family: "SIGNIKA";
    font-size: 20px;
    color: #452f19;
}

@media (orientation: portrait) {
    .kto_2023_landingramat_character
        .inner
        .char__list
        .swiper-slide
        .char__detail {
        max-width: 350px;
        left: 410px;
        top: 565px;
    }
}

.kto_2023_landingramat_character .inner .char-thumb_list {
    background: url(bg-bullet.png) no-repeat;
    padding: 0 250px;
    height: 150px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

@media (orientation: portrait) {
    .kto_2023_landingramat_character .inner .char-thumb_list {
        padding: 0 10px;
        background: url(bg-bullet-mb.png) no-repeat;
        height: 300px;
    }
}

@media (orientation: portrait) {
    .kto_2023_landingramat_character .inner .char-thumb_list ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
}

.kto_2023_landingramat_character .inner .char-thumb_list ul .swiper-slide {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 120px !important;
}

.kto_2023_landingramat_character
    .inner
    .char-thumb_list
    ul
    .swiper-slide:not(.off):hover {
    cursor: pointer;
    pointer-events: all;
    filter: brightness(110%);
}

@media (orientation: portrait) {
    .kto_2023_landingramat_character .inner .char-thumb_list ul .swiper-slide {
        width: 113px !important;
        height: 150px !important;
    }
}

.kto_2023_landingramat_character
    .inner
    .char-thumb_list
    ul
    .swiper-slide
    .char-thumb_item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.kto_2023_landingramat_character
    .inner
    .char-thumb_list
    ul
    .swiper-slide.swiper-slide-thumb-active {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-10.png);
    background-position: 0px -43px;
    width: 120px;
    height: 150px;
}

@media (orientation: portrait) {
    .kto_2023_landingramat_character
        .inner
        .char-thumb_list
        ul
        .swiper-slide.swiper-slide-thumb-active {
        display: block;
        font-size: 0px;
        background-image: url(_sprites-10.png);
        background-position: -122px -43px;
        width: 113px;
        height: 150px;
    }
}

.kto_2023_landingramat_info {
    margin-top: -1px;
}

@media (orientation: landscape) {
    .kto_2023_landingramat_info,
    .kto_2023_landingramat_info .section__background,
    .kto_2023_landingramat_info .section__content,
    .kto_2023_landingramat_info .inner {
        height: 293px;
    }
}

@media (orientation: portrait) {
    .kto_2023_landingramat_info,
    .kto_2023_landingramat_info .section__background,
    .kto_2023_landingramat_info .section__content,
    .kto_2023_landingramat_info .inner {
        height: 334px;
    }
}

.kto_2023_landingramat_info .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

@media (orientation: portrait) {
    .kto_2023_landingramat_info .inner {
        gap: 10px;
    }
}

.kto_2023_landingramat_info .inner .info__top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.kto_2023_landingramat_info .inner .info__top .content {
    font-family: Signika-Light;
    display: flex;
    align-items: center;
    gap: 30px;
    color: #fff;
}

@media (orientation: portrait) {
    .kto_2023_landingramat_info .inner .info__top .content {
        width: 500px;
    }
}

.kto_2023_landingramat_info .inner .info__top .content .text-content {
    width: 550px;
}

.kto_2023_landingramat_info .inner .info__top .content .text-content div {
    display: grid;
    grid-template-columns: 35% 65%;
    margin-bottom: 10px;
}

.kto_2023_landingramat_info .inner .info__bottom {
    display: flex;
    align-items: center;
}

.kto_2023_landingramat_info .inner .info__bottom a {
    text-transform: uppercase;
    color: #ffdc64;
    display: flex;
    align-items: center;
}

.kto_2023_landingramat_info .inner .info__bottom a:not(.off):hover {
    cursor: pointer;
    pointer-events: all;
    filter: brightness(110%);
}

.kto_2023_landingramat_info .inner .info__bottom a:first-child::after {
    content: "";
    height: 16px;
    width: 1px;
    display: inline-block;
    margin: 0 80px;
    border: 1px solid;
}

@media (orientation: portrait) {
    .kto_2023_landingramat_info .inner .info__bottom a:first-child::after {
        margin: 0 40px;
    }
}

.kto_2023_landingramat_info .inner .info__bottom a:last-child::before {
    content: "";
    height: 16px;
    width: 1px;
    display: inline-block;
    margin: 0 80px;
    border: 1px solid;
}

@media (orientation: portrait) {
    .kto_2023_landingramat_info .inner .info__bottom a:last-child::before {
        margin: 0 40px;
    }
}

.vlnh_2022_mainsite_header_sub {
    margin-top: -1px;
}

@media (orientation: landscape) {
    .vlnh_2022_mainsite_header_sub,
    .vlnh_2022_mainsite_header_sub .section__background,
    .vlnh_2022_mainsite_header_sub .section__content,
    .vlnh_2022_mainsite_header_sub .inner {
        height: 573px;
    }
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_header_sub,
    .vlnh_2022_mainsite_header_sub .section__background,
    .vlnh_2022_mainsite_header_sub .section__content,
    .vlnh_2022_mainsite_header_sub .inner {
        height: 190px;
    }
}

.vlnh_2022_mainsite_header_sub .inner .agetag {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-11.png);
    background-position: 0px -110px;
    width: 170px;
    height: 61px;
    position: absolute;
    top: 110px;
    right: 160px;
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_header_sub .inner .agetag {
        top: 120px;
        right: 20px;
    }
}

.vlnh_2022_mainsite_header_sub .inner .logo {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-11.png);
    background-position: 0px 0px;
    width: 187px;
    height: 108px;
    position: absolute;
    top: 30px;
    left: 160px;
}

.vlnh_2022_mainsite_header_sub .inner .nav__group {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-11.png);
    background-position: -400px 0px;
    width: 1557px;
    height: 2px;
    position: absolute;
    top: 60px;
    right: 100px;
    gap: 35px;
}

.vlnh_2022_mainsite_header_sub .inner .nav__group a {
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-family: PlayfairDisplayRoman;
}

.vlnh_2022_mainsite_header_sub .inner .nav__group a:not(.off):hover {
    cursor: pointer;
    pointer-events: all;
    filter: brightness(110%);
}

.vlnh_2022_mainsite_header_sub .inner .nav__group a span {
    color: #fff;
}

.vlnh_2022_mainsite_header_sub .inner .nav__group a:hover span {
    color: #dec47c;
}

.vlnh_2022_mainsite_header_sub .inner .nav__group--item {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-11.png);
    background-position: -189px 0px;
    width: 209px;
    height: 53px;
}

.vlnh_2022_mainsite_header_sub_news {
    margin-top: -1px;
}

@media (orientation: landscape) {
    .vlnh_2022_mainsite_header_sub_news,
    .vlnh_2022_mainsite_header_sub_news .section__background,
    .vlnh_2022_mainsite_header_sub_news .section__content,
    .vlnh_2022_mainsite_header_sub_news .inner {
        height: 573px;
    }
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_header_sub_news,
    .vlnh_2022_mainsite_header_sub_news .section__background,
    .vlnh_2022_mainsite_header_sub_news .section__content,
    .vlnh_2022_mainsite_header_sub_news .inner {
        height: 190px;
    }
}

.vlnh_2022_mainsite_header_sub_news .inner .agetag {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-12.png);
    background-position: -289px -55px;
    width: 170px;
    height: 61px;
    position: absolute;
    top: 110px;
    right: 160px;
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_header_sub_news .inner .agetag {
        top: 120px;
        right: 20px;
    }
}

.vlnh_2022_mainsite_header_sub_news .inner .logo {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-12.png);
    background-position: 0px 0px;
    width: 187px;
    height: 108px;
    position: absolute;
    top: 30px;
    left: 160px;
}

.vlnh_2022_mainsite_header_sub_news .inner .nav__group {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-12.png);
    background-position: -500px 0px;
    width: 1557px;
    height: 2px;
    position: absolute;
    top: 60px;
    right: 100px;
    gap: 35px;
}

.vlnh_2022_mainsite_header_sub_news .inner .nav__group a {
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-family: PlayfairDisplayRoman;
}

.vlnh_2022_mainsite_header_sub_news .inner .nav__group a:not(.off):hover {
    cursor: pointer;
    pointer-events: all;
    filter: brightness(110%);
}

.vlnh_2022_mainsite_header_sub_news .inner .nav__group a span {
    color: #fff;
}

.vlnh_2022_mainsite_header_sub_news .inner .nav__group a:hover span {
    color: #dec47c;
}

.vlnh_2022_mainsite_header_sub_news .inner .nav__group--item {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-12.png);
    background-position: -289px 0px;
    width: 209px;
    height: 53px;
}

.vlnh_2022_mainsite_header_sub_news .inner .subnews_list {
    width: 1300px;
    margin: 180px auto 0;
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_header_sub_news .inner .subnews_list {
        width: 768px;
        justify-content: center;
        margin-top: 60px;
    }
}

.vlnh_2022_mainsite_header_sub_news .inner .subnews_list .subnews_slide {
    margin: 0 auto !important;
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
}

.vlnh_2022_mainsite_header_sub_news
    .inner
    .subnews_list
    .subnews_slide
    .sub__news--time {
    padding-left: 20px;
    font-family: Newsreader;
}

.vlnh_2022_mainsite_header_sub_news
    .inner
    .subnews_list
    .subnews_slide
    .viewall {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-12.png);
    background-position: 0px -243px;
    width: 147px;
    height: 41px;
    margin: 10px auto;
}

.vlnh_2022_mainsite_header_sub_news
    .inner
    .subnews_list
    .subnews_slide
    .viewall:not(.off):hover {
    cursor: pointer;
    pointer-events: all;
    filter: brightness(110%);
}

.vlnh_2022_mainsite_header_sub_news
    .inner
    .subnews_list
    .subnews_slide
    .item__main {
    background: url(frame-1.png) no-repeat center;
    width: 365px;
    color: #fff;
    font-family: PlayfairDisplayRoman;
    height: 365px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_header_sub_news
        .inner
        .subnews_list
        .subnews_slide
        .item__main {
        width: 565px;
        height: 440px;
        background: url(frame-mb-1.png) no-repeat center;
    }
}

.vlnh_2022_mainsite_header_sub_news
    .inner
    .subnews_list
    .subnews_slide
    .item__main
    a.sub__news--title {
    padding: 0 20px;
    text-transform: uppercase;
    color: inherit;
    display: block;
    width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.vlnh_2022_mainsite_header_sub_news
    .inner
    .subnews_list
    .subnews_slide
    .item__main
    .mask-img {
    -webkit-mask-image: url(frame-image.png);
    mask-image: url(frame-image.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    margin-left: 1.25px;
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_header_sub_news
        .inner
        .subnews_list
        .subnews_slide
        .item__main
        .mask-img {
        -webkit-mask-image: url(frame-image-mb.png);
        mask-image: url(frame-image-mb.png);
    }
}

.vlnh_2022_mainsite_header_sub_news
    .inner
    .subnews_list
    .subnews_slide
    .item__main
    .mask-img
    img {
    padding: 2px 1.5px 0;
    width: 100%;
    height: 220px;
    -o-object-fit: cover;
    object-fit: cover;
}

.vlnh_2022_mainsite_header_sub_news
    .inner
    .subnews_list
    .swiper-button-prev--featureSwiper,
.vlnh_2022_mainsite_header_sub_news
    .inner
    .subnews_list
    .swiper-button-next--featureSwiper {
    opacity: 1 !important;
    z-index: 9999 !important;
}

.vlnh_2022_mainsite_header_sub_news
    .inner
    .subnews_list
    .swiper-button-prev--featureSwiper {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-12.png);
    background-position: -189px 0px;
    width: 98px;
    height: 131px;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
}

.vlnh_2022_mainsite_header_sub_news
    .inner
    .subnews_list
    .swiper-button-prev--featureSwiper:not(.off):hover {
    cursor: pointer;
    pointer-events: all;
    filter: brightness(110%);
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_header_sub_news
        .inner
        .subnews_list
        .swiper-button-prev--featureSwiper {
        left: 13px;
        top: 50%;
        bottom: 0;
        z-index: 99999;
    }
}

.vlnh_2022_mainsite_header_sub_news
    .inner
    .subnews_list
    .swiper-button-prev--featureSwiper:after {
    content: none;
}

.vlnh_2022_mainsite_header_sub_news
    .inner
    .subnews_list
    .swiper-button-next--featureSwiper {
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    width: 101px;
    height: 145px;
    display: block;
    font-size: 0px;
    background-image: url(_sprites-12.png);
    background-position: 0px -110px;
    width: 98px;
    height: 131px;
}

.vlnh_2022_mainsite_header_sub_news
    .inner
    .subnews_list
    .swiper-button-next--featureSwiper:not(.off):hover {
    cursor: pointer;
    pointer-events: all;
    filter: brightness(110%);
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_header_sub_news
        .inner
        .subnews_list
        .swiper-button-next--featureSwiper {
        right: 0px;
        top: 50%;
        bottom: 0;
        z-index: 99999;
    }
}

.vlnh_2022_mainsite_header_sub_news
    .inner
    .subnews_list
    .swiper-button-next--featureSwiper:after {
    content: none;
}

.vlnh_2022_mainsite_main_sub_news {
    margin-top: -1px;
    height: auto;
}

@media (orientation: landscape) {
    .vlnh_2022_mainsite_main_sub_news,
    .vlnh_2022_mainsite_main_sub_news .section__background,
    .vlnh_2022_mainsite_main_sub_news .section__content,
    .vlnh_2022_mainsite_main_sub_news .inner {
        position: relative;
        background: #114544;
    }
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_main_sub_news,
    .vlnh_2022_mainsite_main_sub_news .section__background,
    .vlnh_2022_mainsite_main_sub_news .section__content,
    .vlnh_2022_mainsite_main_sub_news .inner {
        position: relative;
        background: #fdf4e4;
    }
}

.vlnh_2022_mainsite_main_sub_news .inner .title-header {
    font-family: Signika-SemiBold;
    position: absolute;
    top: 0;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase;
    color: #424242;
    font-size: 40px;
}

.vlnh_2022_mainsite_main_sub_news .inner .main {
    padding-top: 80px;
    position: relative;
    background: #fdf4de;
    max-width: 1200px;
    margin: -7px auto 0;
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_main_sub_news .inner .main {
        background: none;
        padding-top: 40px;
    }
}

.vlnh_2022_mainsite_main_sub_news .inner .main .title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 55px;
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_main_sub_news .inner .main .title {
        top: 0;
    }
}

.vlnh_2022_mainsite_main_sub_news .inner .main .news {
    padding: 0 100px 40px 100px;
    min-height: 600px;
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_main_sub_news .inner .main .news {
        padding: 0 0 40px;
    }
}

.vlnh_2022_mainsite_main_sub_news .inner .main .news_tab .tab {
    display: flex;
    justify-content: space-around;
    gap: 20px;
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_main_sub_news .inner .main .news_tab .tab {
        gap: 0;
        margin: 40px 0;
    }
}

.vlnh_2022_mainsite_main_sub_news .inner .main .news_tab .tab li {
    text-align: center;
}

.vlnh_2022_mainsite_main_sub_news .inner .main .news_tab .tab li .tab__item {
    color: #1f978c;
    font-size: 26px;
    font-family: Signika-bold;
    padding: 6px 12px;
}

.vlnh_2022_mainsite_main_sub_news .inner .main .news_tab .tab li:nth-child(1),
.vlnh_2022_mainsite_main_sub_news .inner .main .news_tab .tab li:nth-child(2) {
    width: 120px;
    height: 34px;
}

.vlnh_2022_mainsite_main_sub_news
    .inner
    .main
    .news_tab
    .tab
    li:nth-child(1)
    .tab__item.active,
.vlnh_2022_mainsite_main_sub_news
    .inner
    .main
    .news_tab
    .tab
    li:nth-child(1)
    .tab__item:hover,
.vlnh_2022_mainsite_main_sub_news
    .inner
    .main
    .news_tab
    .tab
    li:nth-child(2)
    .tab__item.active,
.vlnh_2022_mainsite_main_sub_news
    .inner
    .main
    .news_tab
    .tab
    li:nth-child(2)
    .tab__item:hover {
    font-size: 26px !important;
    color: #ffffff;
    display: flex !important;
    justify-content: center;
    align-items: center;
    display: block;
    font-size: 0px;
    background-image: url(_sprites-13.png);
    background-position: 0px -36px;
    width: 120px;
    height: 34px;
}

.vlnh_2022_mainsite_main_sub_news .inner .main .news_tab .tab li:nth-child(3),
.vlnh_2022_mainsite_main_sub_news .inner .main .news_tab .tab li:nth-child(4) {
    width: 162px;
    height: 34px;
}

.vlnh_2022_mainsite_main_sub_news
    .inner
    .main
    .news_tab
    .tab
    li:nth-child(3)
    .tab__item.active,
.vlnh_2022_mainsite_main_sub_news
    .inner
    .main
    .news_tab
    .tab
    li:nth-child(3)
    .tab__item:hover,
.vlnh_2022_mainsite_main_sub_news
    .inner
    .main
    .news_tab
    .tab
    li:nth-child(4)
    .tab__item.active,
.vlnh_2022_mainsite_main_sub_news
    .inner
    .main
    .news_tab
    .tab
    li:nth-child(4)
    .tab__item:hover {
    font-size: 26px !important;
    color: #ffffff;
    display: flex !important;
    justify-content: center;
    align-items: center;
    display: block;
    font-size: 0px;
    background-image: url(_sprites-13.png);
    background-position: 0px 0px;
    width: 162px;
    height: 34px;
}

.vlnh_2022_mainsite_main_sub_news .inner .main .news_list {
    margin-top: 30px;
}

.vlnh_2022_mainsite_main_sub_news .inner .main .news_list ul {
    display: flex;
    flex-direction: column;
}

.vlnh_2022_mainsite_main_sub_news .inner .main .news_list ul .news_item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    border-bottom: 1px solid #f0e0b9;
    padding: 0 15px;
    height: 70px;
}

.vlnh_2022_mainsite_main_sub_news
    .inner
    .main
    .news_list
    ul
    .news_item:nth-child(1) {
    background-color: #ffedc1;
    font-family: var(--font-bold);
}

.vlnh_2022_mainsite_main_sub_news
    .inner
    .main
    .news_list
    ul
    .news_item:nth-child(1)
    a {
    color: #d62c15;
}

.vlnh_2022_mainsite_main_sub_news .inner .main .news_list ul .news_item:hover {
    background-color: rgba(255, 255, 255, 0.4);
}

.vlnh_2022_mainsite_main_sub_news
    .inner
    .main
    .news_list
    ul
    .news_item:hover
    a {
    color: #d62c15;
}

.vlnh_2022_mainsite_main_sub_news .inner .main .news_list ul .news_item.isHot {
    background-color: #ffedc1;
}

.vlnh_2022_mainsite_main_sub_news
    .inner
    .main
    .news_list
    ul
    .news_item.isHot
    .news_item__title {
    color: #d62c15;
}

.vlnh_2022_mainsite_main_sub_news
    .inner
    .main
    .news_list
    ul
    .news_item.isHot
    .news_item__title
    .title__news {
    font-family: Signika-bold;
}

.vlnh_2022_mainsite_main_sub_news
    .inner
    .main
    .news_list
    ul
    .news_item.isHot:hover {
    background-color: #ffedc1;
}

.vlnh_2022_mainsite_main_sub_news
    .inner
    .main
    .news_list
    ul
    .news_item.isHot:hover
    .news_item__title {
    color: #d62c15;
}

.vlnh_2022_mainsite_main_sub_news
    .inner
    .main
    .news_list
    ul
    .news_item.isHot:hover
    .news_item__title
    .title__news {
    font-family: Signika-bold;
}

.vlnh_2022_mainsite_main_sub_news .inner .main .news_list ul .news_item__title {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    border-bottom: 1px solid #f0e0b9;
    padding: 0 15px;
    height: 70px;
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_main_sub_news
        .inner
        .main
        .news_list
        ul
        .news_item__title {
        min-width: 320px;
    }
}

.vlnh_2022_mainsite_main_sub_news .inner .main .news_list ul .news_item .thumb {
    width: 250px;
    height: 140px;
    background: url(frame-thumb.png) no-repeat center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vlnh_2022_mainsite_main_sub_news
    .inner
    .main
    .news_list
    ul
    .news_item
    .thumb
    .sub__thumb {
    width: 244px;
    height: 136px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-clip-path: polygon(
        0% 9%,
        5% 5%,
        5% 0%,
        5% 0%,
        100% 0%,
        95% 0%,
        97% 5%,
        100% 7%,
        100% 92%,
        96% 95%,
        95% 100%,
        5% 100%,
        3% 94%,
        0% 92%
    );
    clip-path: polygon(
        0% 9%,
        5% 5%,
        5% 0%,
        5% 0%,
        100% 0%,
        95% 0%,
        97% 5%,
        100% 7%,
        100% 92%,
        96% 95%,
        95% 100%,
        5% 100%,
        3% 94%,
        0% 92%
    );
}

.vlnh_2022_mainsite_main_sub_news .inner .main .news_list ul .news_item a {
    font-size: 24px;
    color: #000;
}

.vlnh_2022_mainsite_main_sub_news
    .inner
    .main
    .news_list
    ul
    .news_item
    a
    .title__news {
    font-size: 24px;
    font-family: Signika;
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_main_sub_news
        .inner
        .main
        .news_list
        ul
        .news_item
        a
        .title__news {
        margin-bottom: 0;
    }
}

.vlnh_2022_mainsite_main_sub_news
    .inner
    .main
    .news_list
    ul
    .news_item
    a
    .title__news
    .tintuc {
    display: inline-block;
    margin-right: 20px;
    padding: 5px 5px;
    text-align: center;
    vertical-align: center;
    background: #99332d;
    color: white;
    font-weight: normal;
    font-size: 18px;
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_main_sub_news .inner .main .news_list ul .news_item a {
        -webkit-line-clamp: 2;
        font-size: 24px;
    }
}

.vlnh_2022_mainsite_main_sub_news .inner .main .news_list ul .news_item__time {
    color: #424242;
    font-family: Signika;
}

.vlnh_2022_mainsite_main_sub_news .inner .main .news_list .viewall {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-13.png);
    background-position: 0px -98px;
    width: 126px;
    height: 24px;
    position: absolute;
    right: 0;
    bottom: -20px;
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_main_sub_news .inner .main .news_list .viewall {
        right: unset;
        bottom: -120px;
        left: 50%;
        transform: translateX(-50%);
    }
}

.vlnh_2022_mainsite_main_sub_news .inner .main .news_list .viewall:hover {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-13.png);
    background-position: 0px -72px;
    width: 126px;
    height: 24px;
}

.vlnh_2022_mainsite_main_sub_news .inner .main .news_pagination {
    width: 100%;
    margin-top: 50px;
    font-family: Newsreader;
}

.vlnh_2022_mainsite_main_sub_news .inner .main .news_pagination .pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vlnh_2022_mainsite_main_sub_news .inner .main .news_pagination .pagination li {
    margin: 0 15px;
    width: 40px;
    height: 40px;
    background: #1f978c;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    vertical-align: middle;
}

.vlnh_2022_mainsite_main_sub_news
    .inner
    .main
    .news_pagination
    .pagination
    li.first,
.vlnh_2022_mainsite_main_sub_news
    .inner
    .main
    .news_pagination
    .pagination
    li.last {
    display: none;
}

.vlnh_2022_mainsite_main_sub_news
    .inner
    .main
    .news_pagination
    .pagination
    li.prev
    a {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-13.png);
    background-position: 0px -124px;
    width: 20px;
    height: 34px;
}

.vlnh_2022_mainsite_main_sub_news
    .inner
    .main
    .news_pagination
    .pagination
    li.next
    a {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-13.png);
    background-position: -122px -36px;
    width: 20px;
    height: 34px;
}

.vlnh_2022_mainsite_main_sub_news
    .inner
    .main
    .news_pagination
    .pagination
    li.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.vlnh_2022_mainsite_main_sub_news
    .inner
    .main
    .news_pagination
    .pagination
    li.hide {
    display: none;
}

.vlnh_2022_mainsite_main_sub_news
    .inner
    .main
    .news_pagination
    .pagination
    li
    a {
    font-family: Signika;
    font-size: 22px;
    color: #fff;
    transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_main_sub_news
        .inner
        .main
        .news_pagination
        .pagination
        li
        a {
        width: 45px;
        height: 45px;
        font-size: 32px;
    }
}

.vlnh_2022_mainsite_main_sub_news
    .inner
    .main
    .news_pagination
    .pagination
    li
    a:not(.active):hover {
    color: #000;
}

.vlnh_2022_mainsite_main_sub_news
    .inner
    .main
    .news_pagination
    .pagination
    li.active,
.vlnh_2022_mainsite_main_sub_news
    .inner
    .main
    .news_pagination
    .pagination
    li:hover {
    background: #cc2400;
}

.vlnh_2022_mainsite_main_sub_news
    .inner
    .main
    .news_pagination
    .pagination
    li.active
    a,
.vlnh_2022_mainsite_main_sub_news
    .inner
    .main
    .news_pagination
    .pagination
    li:hover
    a {
    color: #f6f6f6;
}

.vlnh_2022_mainsite_main_sub_gallery {
    margin-top: -1px;
    height: auto;
}

@media (orientation: landscape) {
    .vlnh_2022_mainsite_main_sub_gallery,
    .vlnh_2022_mainsite_main_sub_gallery .section__background,
    .vlnh_2022_mainsite_main_sub_gallery .section__content,
    .vlnh_2022_mainsite_main_sub_gallery .inner {
        position: relative;
        background: #114544;
    }
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_main_sub_gallery,
    .vlnh_2022_mainsite_main_sub_gallery .section__background,
    .vlnh_2022_mainsite_main_sub_gallery .section__content,
    .vlnh_2022_mainsite_main_sub_gallery .inner {
        position: relative;
        background: #fdf4e4;
    }
}

.vlnh_2022_mainsite_main_sub_gallery .inner {
    font-family: Signika;
}

.vlnh_2022_mainsite_main_sub_gallery .inner .title-header {
    font-family: Signika-SemiBold;
    position: absolute;
    top: 0;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase;
    color: #424242;
    font-size: 40px;
}

.vlnh_2022_mainsite_main_sub_gallery .inner .main {
    padding-top: 40px;
    position: relative;
    background: #fdf4de;
    max-width: 1200px;
    margin: -7px auto 0;
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_main_sub_gallery .inner .main {
        background: none;
        padding-top: 10px;
    }
}

.vlnh_2022_mainsite_main_sub_gallery .inner .main .gallery {
    padding: 0 40px 40px;
    min-height: 600px;
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_main_sub_gallery .inner .main .gallery {
        padding: 0 13px 40px;
    }
}

.vlnh_2022_mainsite_main_sub_gallery .inner .main .gallery .gallery_list ul {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    gap: 20px;
    justify-content: center;
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_main_sub_gallery
        .inner
        .main
        .gallery
        .gallery_list
        ul {
        grid-template-columns: 48% 48%;
    }
}

.vlnh_2022_mainsite_main_sub_gallery
    .inner
    .main
    .gallery
    .gallery_list
    .gallery-item {
    position: relative;
    height: 229px;
    border: 2px solid #528b74;
}

.vlnh_2022_mainsite_main_sub_gallery
    .inner
    .main
    .gallery
    .gallery_list
    .gallery-item
    a {
    position: relative;
}

.vlnh_2022_mainsite_main_sub_gallery
    .inner
    .main
    .gallery
    .gallery_list
    .gallery-item
    a::before {
    content: url(line-khung-1.png);
    width: 344px;
    height: 214px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.vlnh_2022_mainsite_main_sub_gallery
    .inner
    .main
    .gallery
    .gallery_list
    .gallery-item.gallery_item_video
    .box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(9, 110, 107, 0.6784313725);
    transition: 0.3s ease-in-out;
    pointer-events: none;
}

.vlnh_2022_mainsite_main_sub_gallery
    .inner
    .main
    .gallery
    .gallery_list
    .gallery-item.gallery_item_video
    .btn-play {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-14.png);
    background-position: -262px -87px;
    width: 105px;
    height: 89px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.vlnh_2022_mainsite_main_sub_gallery
    .inner
    .main
    .gallery
    .gallery_list
    .gallery-item
    img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.vlnh_2022_mainsite_main_sub_gallery .inner .main .gallery_tab .tab {
    display: flex;
    justify-content: center;
    gap: 20px;
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_main_sub_gallery .inner .main .gallery_tab .tab {
        margin: 40px 0;
        justify-content: center;
    }
}

.vlnh_2022_mainsite_main_sub_gallery
    .inner
    .main
    .gallery_tab
    .tab
    li:nth-child(1)
    .tab__item {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-14.png);
    background-position: 0px -87px;
    width: 260px;
    height: 85px;
}

.vlnh_2022_mainsite_main_sub_gallery
    .inner
    .main
    .gallery_tab
    .tab
    li:nth-child(1)
    .tab__item.active,
.vlnh_2022_mainsite_main_sub_gallery
    .inner
    .main
    .gallery_tab
    .tab
    li:nth-child(1)
    .tab__item:hover {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-14.png);
    background-position: 0px 0px;
    width: 260px;
    height: 85px;
}

.vlnh_2022_mainsite_main_sub_gallery
    .inner
    .main
    .gallery_tab
    .tab
    li:nth-child(2)
    .tab__item {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-14.png);
    background-position: -262px 0px;
    width: 260px;
    height: 85px;
}

.vlnh_2022_mainsite_main_sub_gallery
    .inner
    .main
    .gallery_tab
    .tab
    li:nth-child(2)
    .tab__item.active,
.vlnh_2022_mainsite_main_sub_gallery
    .inner
    .main
    .gallery_tab
    .tab
    li:nth-child(2)
    .tab__item:hover {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-14.png);
    background-position: 0px -174px;
    width: 260px;
    height: 85px;
}

.vlnh_2022_mainsite_main_sub_gallery .inner .main .gallery_list {
    margin-top: 30px;
}

.vlnh_2022_mainsite_main_sub_gallery .inner .main .gallery_list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_main_sub_gallery .inner .main .gallery_list ul {
        gap: 10px;
    }
}

.vlnh_2022_mainsite_main_sub_gallery
    .inner
    .main
    .gallery_list
    ul
    li
    .gallery_item {
    width: 360px;
    height: 232px;
}

.vlnh_2022_mainsite_main_sub_gallery .inner .main .gallery_list ul li img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.vlnh_2022_mainsite_main_sub_gallery .inner .main .gallery_list ul li .mask1 {
    -webkit-mask-image: url(frame-2.png);
    mask-image: url(frame-2.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 365px;
    height: 230px;
}

.vlnh_2022_mainsite_main_sub_gallery
    .inner
    .main
    .gallery_list
    ul
    li
    .mask1
    img {
    width: 100%;
    height: 230px;
    -o-object-fit: cover;
    object-fit: cover;
}

.vlnh_2022_mainsite_main_sub_gallery .inner .main .gallery_pagination {
    width: 100%;
    font-family: Newsreader;
    margin-top: 50px;
}

.vlnh_2022_mainsite_main_sub_gallery
    .inner
    .main
    .gallery_pagination
    .pagination {
    display: flex;
    justify-content: center;
}

.vlnh_2022_mainsite_main_sub_gallery
    .inner
    .main
    .gallery_pagination
    .pagination
    li {
    margin: 0 15px;
    margin: 0 15px;
    width: 40px;
    height: 40px;
    display: block;
    background: #1f978c;
    display: flex;
    justify-content: center;
}

.vlnh_2022_mainsite_main_sub_gallery
    .inner
    .main
    .gallery_pagination
    .pagination
    li.active {
    background: #cc2400;
    color: #f6f6f6;
}

.vlnh_2022_mainsite_main_sub_gallery
    .inner
    .main
    .gallery_pagination
    .pagination
    li:not(.active):hover {
    background: #cc2400;
    color: #f6f6f6;
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_main_sub_gallery
        .inner
        .main
        .gallery_pagination
        .pagination
        li {
        margin: 0 5px;
    }
}

.vlnh_2022_mainsite_main_sub_gallery
    .inner
    .main
    .gallery_pagination
    .pagination
    li.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.vlnh_2022_mainsite_main_sub_gallery
    .inner
    .main
    .gallery_pagination
    .pagination
    li.hide {
    display: none;
}

.vlnh_2022_mainsite_main_sub_gallery
    .inner
    .main
    .gallery_pagination
    .pagination
    li.prev
    a {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-14.png);
    background-position: -391px -87px;
    width: 20px;
    height: 34px;
}

.vlnh_2022_mainsite_main_sub_gallery
    .inner
    .main
    .gallery_pagination
    .pagination
    li.next
    a {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-14.png);
    background-position: -369px -87px;
    width: 20px;
    height: 34px;
}

.vlnh_2022_mainsite_main_sub_gallery
    .inner
    .main
    .gallery_pagination
    .pagination
    li
    a {
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}

.vlnh_2022_mainsite_main_sub_wiki {
    margin-top: -1px;
}

@media (orientation: landscape) {
    .vlnh_2022_mainsite_main_sub_wiki,
    .vlnh_2022_mainsite_main_sub_wiki .section__background,
    .vlnh_2022_mainsite_main_sub_wiki .section__content,
    .vlnh_2022_mainsite_main_sub_wiki .inner {
        height: 1959px;
    }
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_main_sub_wiki,
    .vlnh_2022_mainsite_main_sub_wiki .section__background,
    .vlnh_2022_mainsite_main_sub_wiki .section__content,
    .vlnh_2022_mainsite_main_sub_wiki .inner {
        height: 1994px;
        background: #fdf4e4;
    }
}

.vlnh_2022_mainsite_main_sub_wiki .inner {
    font-family: PlayfairDisplayRoman;
}

.vlnh_2022_mainsite_main_sub_wiki .inner .main {
    padding-top: 255px;
    position: relative;
    background: url(frame-main.png) no-repeat;
    height: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_main_sub_wiki .inner .main {
        background: none;
        padding-top: 150px;
    }
}

.vlnh_2022_mainsite_main_sub_wiki .inner .main .title {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-15.png);
    background-position: 0px 0px;
    width: 701px;
    height: 118px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 55px;
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_main_sub_wiki .inner .main .title {
        top: 0;
    }
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_main_sub_wiki .inner .main .wiki_tab {
        margin-bottom: 55px;
        margin-top: 35px;
    }
}

.vlnh_2022_mainsite_main_sub_wiki .inner .main .wiki_tab__group .wiki_type {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_main_sub_wiki .inner .main .wiki_tab__group .wiki_type {
        gap: 5px;
    }
}

.vlnh_2022_mainsite_main_sub_wiki
    .inner
    .main
    .wiki_tab__group
    .wiki_type
    .tab__item--kim {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-15.png);
    background-position: -104px -224px;
    width: 102px;
    height: 102px;
}

.vlnh_2022_mainsite_main_sub_wiki
    .inner
    .main
    .wiki_tab__group
    .wiki_type
    .tab__item--kim:hover,
.vlnh_2022_mainsite_main_sub_wiki
    .inner
    .main
    .wiki_tab__group
    .wiki_type
    .tab__item--kim.active {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-15.png);
    background-position: 0px -224px;
    width: 102px;
    height: 102px;
}

.vlnh_2022_mainsite_main_sub_wiki
    .inner
    .main
    .wiki_tab__group
    .wiki_type
    .tab__item--moc {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-15.png);
    background-position: -312px -224px;
    width: 102px;
    height: 102px;
}

.vlnh_2022_mainsite_main_sub_wiki
    .inner
    .main
    .wiki_tab__group
    .wiki_type
    .tab__item--moc:hover,
.vlnh_2022_mainsite_main_sub_wiki
    .inner
    .main
    .wiki_tab__group
    .wiki_type
    .tab__item--moc.active {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-15.png);
    background-position: -208px -224px;
    width: 102px;
    height: 102px;
}

.vlnh_2022_mainsite_main_sub_wiki
    .inner
    .main
    .wiki_tab__group
    .wiki_type
    .tab__item--thuy {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-15.png);
    background-position: -520px -224px;
    width: 102px;
    height: 102px;
}

.vlnh_2022_mainsite_main_sub_wiki
    .inner
    .main
    .wiki_tab__group
    .wiki_type
    .tab__item--thuy:hover,
.vlnh_2022_mainsite_main_sub_wiki
    .inner
    .main
    .wiki_tab__group
    .wiki_type
    .tab__item--thuy.active {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-15.png);
    background-position: -416px -224px;
    width: 102px;
    height: 102px;
}

.vlnh_2022_mainsite_main_sub_wiki
    .inner
    .main
    .wiki_tab__group
    .wiki_type
    .tab__item--hoa {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-15.png);
    background-position: -520px -120px;
    width: 102px;
    height: 102px;
}

.vlnh_2022_mainsite_main_sub_wiki
    .inner
    .main
    .wiki_tab__group
    .wiki_type
    .tab__item--hoa:hover,
.vlnh_2022_mainsite_main_sub_wiki
    .inner
    .main
    .wiki_tab__group
    .wiki_type
    .tab__item--hoa.active {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-15.png);
    background-position: -416px -120px;
    width: 102px;
    height: 102px;
}

.vlnh_2022_mainsite_main_sub_wiki
    .inner
    .main
    .wiki_tab__group
    .wiki_type
    .tab__item--am {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-15.png);
    background-position: -104px -120px;
    width: 102px;
    height: 102px;
}

.vlnh_2022_mainsite_main_sub_wiki
    .inner
    .main
    .wiki_tab__group
    .wiki_type
    .tab__item--am:hover,
.vlnh_2022_mainsite_main_sub_wiki
    .inner
    .main
    .wiki_tab__group
    .wiki_type
    .tab__item--am.active {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-15.png);
    background-position: 0px -120px;
    width: 102px;
    height: 102px;
}

.vlnh_2022_mainsite_main_sub_wiki
    .inner
    .main
    .wiki_tab__group
    .wiki_type
    .tab__item--duong {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-15.png);
    background-position: -312px -120px;
    width: 102px;
    height: 102px;
}

.vlnh_2022_mainsite_main_sub_wiki
    .inner
    .main
    .wiki_tab__group
    .wiki_type
    .tab__item--duong:hover,
.vlnh_2022_mainsite_main_sub_wiki
    .inner
    .main
    .wiki_tab__group
    .wiki_type
    .tab__item--duong.active {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-15.png);
    background-position: -208px -120px;
    width: 102px;
    height: 102px;
}

.vlnh_2022_mainsite_main_sub_wiki .inner .main .wiki_list {
    margin-top: 40px;
}

.vlnh_2022_mainsite_main_sub_wiki .inner .main .wiki_list .wiki_ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.vlnh_2022_mainsite_main_sub_wiki
    .inner
    .main
    .wiki_list
    .wiki_ul
    .wiki_item
    a {
    position: relative;
}

.vlnh_2022_mainsite_main_sub_wiki
    .inner
    .main
    .wiki_list
    .wiki_ul
    .wiki_item--title {
    position: absolute;
    color: #fff2c7;
    font-weight: bold;
    z-index: 999;
    font-size: 22px;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}

.vlnh_2022_mainsite_main_sub_wiki .inner .main .wiki_pagination {
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.vlnh_2022_mainsite_main_sub_wiki .inner .main .wiki_pagination li {
    cursor: pointer;
}

.vlnh_2022_mainsite_main_sub_wiki .inner .main .wiki_pagination li span {
    font-size: 24px;
}

.vlnh_2022_mainsite_main_sub_wiki .inner .main .wiki_pagination li.active {
    color: #99332d;
}

.vlnh_2022_mainsite_main_sub_result_search {
    margin-top: -1px;
    height: auto;
}

@media (orientation: landscape) {
    .vlnh_2022_mainsite_main_sub_result_search,
    .vlnh_2022_mainsite_main_sub_result_search .section__background,
    .vlnh_2022_mainsite_main_sub_result_search .section__content,
    .vlnh_2022_mainsite_main_sub_result_search .inner {
        position: relative;
        background: #114544;
    }
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_main_sub_result_search,
    .vlnh_2022_mainsite_main_sub_result_search .section__background,
    .vlnh_2022_mainsite_main_sub_result_search .section__content,
    .vlnh_2022_mainsite_main_sub_result_search .inner {
        position: relative;
        background: #fdf4e4;
    }
}

.vlnh_2022_mainsite_main_sub_result_search .inner {
    font-family: Signika;
}

.vlnh_2022_mainsite_main_sub_result_search .inner .title-header {
    font-family: Signika-SemiBold;
    position: absolute;
    top: 0;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase;
    color: #424242;
    font-size: 40px;
}

.vlnh_2022_mainsite_main_sub_result_search .inner .main {
    padding-top: 40px;
    position: relative;
    background: #fdf4de;
    max-width: 1200px;
    margin: -7px auto 0;
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_main_sub_result_search .inner .main {
        background: none;
        padding-top: 40px;
    }
}

.vlnh_2022_mainsite_main_sub_result_search .inner .main .search-results {
    width: 940px !important;
    margin: 0 auto;
    padding-bottom: 40px;
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_main_sub_result_search .inner .main .search-results {
        width: 700px !important;
    }
}

.vlnh_2022_mainsite_main_sub_result_search
    .inner
    .main
    .search-results
    .gsc-result-info,
.vlnh_2022_mainsite_main_sub_result_search
    .inner
    .main
    .search-results
    .gsc-orderby-label {
    font-size: 20px;
}

.vlnh_2022_mainsite_main_sub_result_search
    .inner
    .main
    .search-results
    .gsc-control-cse
    .gs-spelling,
.vlnh_2022_mainsite_main_sub_result_search
    .inner
    .main
    .search-results
    .gsc-control-cse
    .gs-result
    .gs-title,
.vlnh_2022_mainsite_main_sub_result_search
    .inner
    .main
    .search-results
    .gsc-control-cse
    .gs-result
    .gs-title
    * {
    font-size: 24px;
}

.vlnh_2022_mainsite_main_sub_result_search
    .inner
    .main
    .search-results
    .gsc-control-cse {
    background: none;
    border: none;
}

.vlnh_2022_mainsite_main_sub_result_search
    .inner
    .main
    .search-results
    .gsc-webResult.gsc-result,
.vlnh_2022_mainsite_main_sub_result_search
    .inner
    .main
    .search-results
    .gsc-above-wrapper-area {
    border-bottom: 1px solid #d4d5d3;
    border-left: 0;
    border-right: 0;
}

.vlnh_2022_mainsite_main_sub_result_search
    .inner
    .main
    .search-results
    .gs-web-image-box,
.vlnh_2022_mainsite_main_sub_result_search
    .inner
    .main
    .search-results
    .gs-promotion-image-box,
.vlnh_2022_mainsite_main_sub_result_search
    .inner
    .main
    .search-results
    .gcsc-more-maybe-branding-root {
    display: none;
}

.vlnh_2022_mainsite_main_sub_result_search
    .inner
    .main
    .search-results
    .gs-title {
    color: #242320;
}

.vlnh_2022_mainsite_main_sub_result_search
    .inner
    .main
    .search-results
    .gs-title
    b {
    color: #242320;
}

.vlnh_2022_mainsite_main_sub_result_search
    .inner
    .main
    .search-results
    .gs-promotion
    .gs-visibleUrl,
.vlnh_2022_mainsite_main_sub_result_search
    .inner
    .main
    .search-results
    .gs-webResult
    .gs-visibleUrl,
.vlnh_2022_mainsite_main_sub_result_search
    .inner
    .main
    .search-results
    .gsc-results
    .gsc-cursor-box
    .gsc-cursor-current-page,
.vlnh_2022_mainsite_main_sub_result_search
    .inner
    .main
    .search-results
    .gsc-results
    .gsc-cursor-box
    .gsc-cursor-page {
    color: #242320;
    font-size: 20px;
}

.vlnh_2022_mainsite_main_sub_result_search
    .inner
    .main
    .search-results
    .gs-promotion
    .gs-visibleUrl
    span,
.vlnh_2022_mainsite_main_sub_result_search
    .inner
    .main
    .search-results
    .gs-webResult
    .gs-visibleUrl
    span,
.vlnh_2022_mainsite_main_sub_result_search
    .inner
    .main
    .search-results
    .gsc-results
    .gsc-cursor-box
    .gsc-cursor-current-page
    span,
.vlnh_2022_mainsite_main_sub_result_search
    .inner
    .main
    .search-results
    .gsc-results
    .gsc-cursor-box
    .gsc-cursor-page
    span {
    font-size: 20px;
}

.vlnh_2022_mainsite_main_sub_result_search
    .inner
    .main
    .search-results
    .gs-webResult
    .gs-snippet,
.vlnh_2022_mainsite_main_sub_result_search
    .inner
    .main
    .search-results
    .gs-fileFormatType {
    font-size: 16px;
}

.vlnh_2022_mainsite_main_sub_detail_event {
    --color-content: #6b6b6b;
    --color-title: var(--color-gray-600);
    --color-heading-2: #018d88;
    --color-heading-3: #018d88;
    --color-heading-4: #018d88;
    --color-heading-5: #018d88;
    --color-heading-6: #018d88;
    --color-href: #2d548e;
    --color-box-bg: #ffe6b1;
    --color-box-content: #018d88;
    --color-table-head-bg: #018d88;
    --color-table-body-bg: #fff;
    --color-table-foot-bg: #fff;
    --color-table-head-content: #fff;
    --color-table-body-content: #6b6b6b;
    --color-table-foot-content: #6b6b6b;
    --color-table-border: #aaa;
    margin-top: -1px;
    height: auto;
}

@media (orientation: landscape) {
    .vlnh_2022_mainsite_main_sub_detail_event,
    .vlnh_2022_mainsite_main_sub_detail_event .section__background,
    .vlnh_2022_mainsite_main_sub_detail_event .section__content,
    .vlnh_2022_mainsite_main_sub_detail_event .inner {
        position: relative;
        background: #114544;
    }
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_main_sub_detail_event,
    .vlnh_2022_mainsite_main_sub_detail_event .section__background,
    .vlnh_2022_mainsite_main_sub_detail_event .section__content,
    .vlnh_2022_mainsite_main_sub_detail_event .inner {
        position: relative;
        background: #fdf4e4;
    }
}

.vlnh_2022_mainsite_main_sub_detail_event .inner {
    font-family: Signika;
}

.vlnh_2022_mainsite_main_sub_detail_event .inner .title-header {
    font-family: Signika-SemiBold;
    position: absolute;
    top: 0;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase;
    color: #424242;
    font-size: 40px;
}

.vlnh_2022_mainsite_main_sub_detail_event .inner .main {
    padding-top: 80px;
    position: relative;
    background: #fdf4de;
    max-width: 1200px;
    margin: -7px auto 0;
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_main_sub_detail_event .inner .main {
        background: none;
        padding-top: 40px;
    }
}

.vlnh_2022_mainsite_main_sub_detail_event .inner .main .subweb {
    width: 1150px;
    margin: 0 auto;
    display: flex;
    gap: 20px;
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_main_sub_detail_event .inner .main .subweb {
        width: 100%;
        padding: 0 20px;
    }
}

.vlnh_2022_mainsite_main_sub_detail_event .inner .main .subweb__aside {
    width: 295px;
}

.vlnh_2022_mainsite_main_sub_detail_event
    .inner
    .main
    .subweb__aside
    .subweb__menu {
    display: flex;
    flex-direction: column;
    width: 300px;
}

.vlnh_2022_mainsite_main_sub_detail_event
    .inner
    .main
    .subweb__aside
    .subweb__menu
    .subweb__menutitle {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-16.png);
    background-position: 0px -98px;
    width: 300px;
    height: 70px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    padding: 15px 0;
}

.vlnh_2022_mainsite_main_sub_detail_event
    .inner
    .main
    .subweb__aside
    .subweb__menu
    a {
    position: relative;
    font-family: Signika;
    font-size: 24px;
    background: #ffe6b1;
    text-align: center;
    padding: 15px 0;
    color: #007c78;
}

.vlnh_2022_mainsite_main_sub_detail_event
    .inner
    .main
    .subweb__aside
    .subweb__menu
    a::after {
    content: url(line.png);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 24px;
}

.vlnh_2022_mainsite_main_sub_detail_event
    .inner
    .main
    .subweb__aside
    .subweb__menu
    a:hover {
    background: #fad069;
}

.vlnh_2022_mainsite_main_sub_detail_event
    .inner
    .main
    .subweb__aside
    .subweb__menu
    a:last-child::after {
    content: url(bg-item-menu.png);
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.vlnh_2022_mainsite_main_sub_detail_event .inner .main .subweb__main {
    padding: 0 20px;
    font-family: Signika;
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_main_sub_detail_event .inner .main .subweb__main {
        padding: 0;
    }
}

.vlnh_2022_mainsite_main_sub_detail_event
    .inner
    .main
    .subweb__main
    .info__link {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid #edddbd;
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_main_sub_detail_event
        .inner
        .main
        .subweb__main
        .info__link {
        display: none;
    }
}

.vlnh_2022_mainsite_main_sub_detail_event
    .inner
    .main
    .subweb__main
    .info__link
    .home {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-16.png);
    background-position: -70px -170px;
    width: 28px;
    height: 25px;
}

.vlnh_2022_mainsite_main_sub_detail_event
    .inner
    .main
    .subweb__main
    .info__link
    .next_sub {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-16.png);
    background-position: -100px -170px;
    width: 10px;
    height: 14px;
}

.vlnh_2022_mainsite_main_sub_detail_event
    .inner
    .main
    .subweb__main
    .info__link
    .info,
.vlnh_2022_mainsite_main_sub_detail_event
    .inner
    .main
    .subweb__main
    .info__link
    .info__main {
    font-weight: bold;
    color: #000;
}

.vlnh_2022_mainsite_main_sub_detail_event
    .inner
    .main
    .subweb__main
    .info__link
    .info:not(.off):hover,
.vlnh_2022_mainsite_main_sub_detail_event
    .inner
    .main
    .subweb__main
    .info__link
    .info__main:not(.off):hover {
    cursor: pointer;
    pointer-events: all;
    filter: brightness(110%);
}

.vlnh_2022_mainsite_main_sub_detail_event
    .inner
    .main
    .subweb__main
    .info__link
    .info__main {
    color: #018d88;
}

.vlnh_2022_mainsite_main_sub_detail_event .inner .main .subweb__main .midbar {
    margin: 0;
    padding: 0;
}

.vlnh_2022_mainsite_main_sub_detail_event
    .inner
    .main
    .subweb__main
    .midbar__title {
    text-align: center;
    font-size: 36px;
    padding: 0 40px;
    font-weight: bold;
}

.vlnh_2022_mainsite_main_sub_detail_event
    .inner
    .main
    .subweb__main
    .midbar
    .midbar__menu {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100vh;
    right: 0;
    z-index: 100;
    background: rgba(8, 46, 43, 0.93);
    display: flex;
    flex-direction: column;
    opacity: 0;
    transition: all 0.3s linear;
}

.vlnh_2022_mainsite_main_sub_detail_event
    .inner
    .main
    .subweb__main
    .midbar
    .midbar__menu.active {
    height: 100%;
    opacity: 1;
}

.vlnh_2022_mainsite_main_sub_detail_event
    .inner
    .main
    .subweb__main
    .midbar
    .midbar__menu
    a {
    color: #fff;
    text-align: center;
    width: 100%;
    font-weight: 300;
    text-transform: uppercase;
    padding: 15px 20px;
    position: relative;
}

.vlnh_2022_mainsite_main_sub_detail_event
    .inner
    .main
    .subweb__main
    .midbar
    .midbar__menu
    a::after {
    content: url(line-sub.png);
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translateX(-50%);
}

.vlnh_2022_mainsite_main_sub_detail_event
    .inner
    .main
    .subweb__main
    .midbar
    #subwebBurger
    .hamburger-box {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-16.png);
    background-position: 0px -170px;
    width: 38px;
    height: 28px;
}

.vlnh_2022_mainsite_main_sub_detail_event
    .inner
    .main
    .subweb__main
    .midbar
    #subwebBurger.is-active
    .hamburger-box {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-16.png);
    background-position: -40px -170px;
    width: 28px;
    height: 28px;
}

.vlnh_2022_mainsite_main_sub_detail_event
    .inner
    .main
    .subweb__main
    .midbar
    .midbar__burger {
    position: absolute;
    top: -75px;
    right: 30px;
    z-index: 101;
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_main_sub_detail_event
        .inner
        .main
        .subweb__main
        .subweb__content
        .article {
        height: auto;
    }
}

.vlnh_2022_mainsite_main_sub_detail_event .article {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    font-family: Signika;
    font-size: 23px;
    line-height: 35px;
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_main_sub_detail_event .article {
        font-size: 27px;
        line-height: 38px;
    }
}

.vlnh_2022_mainsite_main_sub_detail_event .article__title,
.vlnh_2022_mainsite_main_sub_detail_event .article h1 {
    font-size: 35px;
    text-align: center;
    font-weight: var(--fontweight-bold);
    text-transform: uppercase;
    color: #d62c15;
    border-bottom: none;
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_main_sub_detail_event .article__title,
    .vlnh_2022_mainsite_main_sub_detail_event .article h1 {
        font-size: 40px;
    }
}

.vlnh_2022_mainsite_main_sub_detail_event .article__meta {
    padding: 0;
    margin-bottom: 25px;
    justify-content: center;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 20px;
}

.vlnh_2022_mainsite_main_sub_detail_event .article__cate {
    text-transform: uppercase;
    color: #018d88;
    padding: 5px 10px;
    vertical-align: middle;
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_main_sub_detail_event .article__cate {
        font-size: 1em;
    }
}

.vlnh_2022_mainsite_main_sub_detail_event .article__time {
    color: #018d88;
    display: flex;
    align-items: center;
}

.vlnh_2022_mainsite_main_sub_detail_event .article__time::before {
    content: url(dot.png);
    margin-right: 10px;
}

.vlnh_2022_mainsite_main_sub_detail_event .article__detail {
    height: 1400px;
    overflow: auto;
    overflow-x: hidden;
}

.vlnh_2022_mainsite_main_sub_detail_event .article__content {
    overflow: hidden;
    padding-right: 40px;
    padding-bottom: 40px;
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_main_sub_detail_event .article__content {
        height: auto;
        padding-right: 20px;
    }
}

.vlnh_2022_mainsite_main_sub_detail_event .article__content img {
    width: 100%;
}

.vlnh_2022_mainsite_main_sub_detail_event .article__content p {
    margin-bottom: 20px;
}

.vlnh_2022_mainsite_main_sub_detail_event .article__content ul {
    margin-left: 20px;
    margin-bottom: 20px;
}

.vlnh_2022_mainsite_main_sub_detail_event .article__content ul li {
    list-style-position: outside;
    margin-bottom: 6px;
}

.vlnh_2022_mainsite_main_sub_detail_event .article__content ul li,
.vlnh_2022_mainsite_main_sub_detail_event .article__content ul.bulleted li {
    list-style-type: disc;
}

.vlnh_2022_mainsite_main_sub_detail_event .article__content ul.numbered li {
    list-style-type: decimal;
}

.vlnh_2022_mainsite_main_sub_detail_event .article__content h2 {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.4;
    color: var(--color-heading-2);
    margin-bottom: 5px;
}

.vlnh_2022_mainsite_main_sub_detail_event .article__content h3 {
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.4;
    color: var(--color-heading-3);
    margin-bottom: 5px;
}

.vlnh_2022_mainsite_main_sub_detail_event .article__content h4 {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.4;
    color: var(--color-heading-4);
    margin-bottom: 5px;
}

.vlnh_2022_mainsite_main_sub_detail_event .article__content h5 {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.4;
    color: var(--color-heading-5);
    margin-bottom: 5px;
}

.vlnh_2022_mainsite_main_sub_detail_event .article__content h6 {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.4;
    color: var(--color-heading-6);
}

.vlnh_2022_mainsite_main_sub_detail_event .article__content a {
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-bottom 0.4s;
    border-bottom: 1px solid rgba(var(--color-href), 0.5);
}

.vlnh_2022_mainsite_main_sub_detail_event .article__content a:hover {
    border-bottom: 1px solid var(--color-href);
}

.vlnh_2022_mainsite_main_sub_detail_event .article__content a.hero {
    display: block;
    background: var(--color-box-bg);
    color: #018d88;
    font-weight: bold;
    padding: 20px;
    border: 0px;
}

.vlnh_2022_mainsite_main_sub_detail_event .article__content img,
.vlnh_2022_mainsite_main_sub_detail_event .article__content iframe {
    display: block;
    max-width: 100%;
    margin: 0 auto 12px;
}

.vlnh_2022_mainsite_main_sub_detail_event .article__content img + p.caption,
.vlnh_2022_mainsite_main_sub_detail_event .article__content iframe + p.caption {
    display: block;
    max-width: calc(100% - 40px);
    margin: 0 auto 12px;
    font-style: italic;
    font-size: 0.8em;
    color: #888;
    text-align: center;
}

.vlnh_2022_mainsite_main_sub_detail_event .article__content img.float,
.vlnh_2022_mainsite_main_sub_detail_event .article__content img.float--left {
    float: left;
    margin-right: 20px;
}

.vlnh_2022_mainsite_main_sub_detail_event .article__content img.float--right {
    float: right;
    margin-right: 0px;
    margin-left: 20px;
}

.vlnh_2022_mainsite_main_sub_detail_event .article__content .callout {
    padding: 20px 20px;
}

.vlnh_2022_mainsite_main_sub_detail_event .article__content .table {
    width: 100%;
}

@media (max-width: 700px) {
    .vlnh_2022_mainsite_main_sub_detail_event .article__content .table {
        overflow: auto;
    }
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_main_sub_detail_event .article__content .table {
        overflow: auto;
    }
}

.vlnh_2022_mainsite_main_sub_detail_event .article__content table {
    width: 100%;
}

.vlnh_2022_mainsite_main_sub_detail_event .article__content table td {
    padding: 8px;
    border: 1px solid var(--color-table-border);
    vertical-align: middle;
}

.vlnh_2022_mainsite_main_sub_detail_event .article__content table td img {
    max-width: 100%;
    margin: 0 auto 0;
}

.vlnh_2022_mainsite_main_sub_detail_event .article__content table thead {
    background: var(--color-table-head-bg);
    color: var(--color-table-head-content);
    font-weight: bold;
}

.vlnh_2022_mainsite_main_sub_detail_event .article__content table thead tr th {
    padding: 12px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid var(--color-table-border);
}

.vlnh_2022_mainsite_main_sub_detail_event .article__content table tbody {
    background: var(--color-table-body-bg);
    color: var(--color-table-body-content);
}

.vlnh_2022_mainsite_main_sub_detail_event .article__content table tfoot {
    background: var(--color-table-foot-bg);
    color: var(--color-table-foot-content);
}

.vlnh_2022_mainsite_main_sub_detail_event .article__content .panel-info {
    border: 1px solid #519592;
    margin-bottom: 10px;
}

.vlnh_2022_mainsite_main_sub_detail_event
    .article__content
    .panel-info
    .clickable {
    cursor: pointer;
    padding: 10px;
    background: #93c2c0;
}

.vlnh_2022_mainsite_main_sub_detail_event
    .article__content
    .panel-info
    .panel-body {
    padding: 10px;
}

.vlnh_2022_mainsite_main_sub_detail_event .bottom_sub .title__bottom {
    margin-top: 30px;
    padding: 10px 20px;
    background: #b6aa81;
    color: #fff;
    width: -moz-fit-content;
    width: fit-content;
}

.vlnh_2022_mainsite_main_sub_detail_event .bottom_sub .link__sub {
    display: block;
    margin: 10px 0;
    padding-bottom: 10px;
    font-weight: bold;
    color: #000;
    border-bottom: 1px solid #b6aa81;
}

.vlnh_2022_mainsite_main_sub_detail_event
    .bottom_sub
    .link__sub:not(.off):hover {
    cursor: pointer;
    pointer-events: all;
    filter: brightness(110%);
}

.vlnh_2022_mainsite_main_sub_detail_event .bottom_sub .link__sub span {
    color: #b6aa81;
    font-weight: normal;
}

.vlnh_2022_mainsite_main_sub_detail_event .bottom_sub .link__sub:last-child {
    border-bottom: none;
}

.vlnh_2022_mainsite_main_sub_detail_code {
    --color-content: #6b6b6b;
    --color-title: var(--color-gray-600);
    --color-heading-2: #018d88;
    --color-heading-3: #018d88;
    --color-heading-4: #018d88;
    --color-heading-5: #018d88;
    --color-heading-6: #018d88;
    --color-href: #2d548e;
    --color-box-bg: #ffe6b1;
    --color-box-content: #018d88;
    --color-table-head-bg: #018d88;
    --color-table-body-bg: #fff;
    --color-table-foot-bg: #fff;
    --color-table-head-content: #fff;
    --color-table-body-content: #6b6b6b;
    --color-table-foot-content: #6b6b6b;
    --color-table-border: #aaa;
    margin-top: -1px;
}

@media (orientation: landscape) {
    .vlnh_2022_mainsite_main_sub_detail_code,
    .vlnh_2022_mainsite_main_sub_detail_code .section__background,
    .vlnh_2022_mainsite_main_sub_detail_code .section__content,
    .vlnh_2022_mainsite_main_sub_detail_code .inner {
        height: 1959px;
    }
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_main_sub_detail_code,
    .vlnh_2022_mainsite_main_sub_detail_code .section__background,
    .vlnh_2022_mainsite_main_sub_detail_code .section__content,
    .vlnh_2022_mainsite_main_sub_detail_code .inner {
        height: initial;
        position: static;
        background: #fdf4e4;
    }
}

.vlnh_2022_mainsite_main_sub_detail_code .inner {
    font-family: Signika;
}

.vlnh_2022_mainsite_main_sub_detail_code .inner .title-header {
    font-family: Signika-SemiBold;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase;
    color: #424242;
    font-size: 40px;
}

.vlnh_2022_mainsite_main_sub_detail_code .inner .main {
    padding-top: 26px;
    position: relative;
    background: url(frame-main-1.png) no-repeat;
    max-width: 1200px;
    margin: -7px auto 0;
    height: 100%;
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_main_sub_detail_code .inner .main {
        background: none;
        padding-top: 20px;
    }
}

.vlnh_2022_mainsite_main_sub_detail_code .inner .main .subweb {
    width: 1150px;
    margin: 0 auto;
    display: flex;
    gap: 20px;
    margin-top: 4%;
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_main_sub_detail_code .inner .main .subweb {
        width: 100%;
        padding: 0 20px;
        display: block;
        min-height: 860px;
    }
}

.vlnh_2022_mainsite_main_sub_detail_code .inner .main .subweb__aside.desktop {
    width: 300px;
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__aside.desktop
    .subweb__menu {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-17.png);
    background-position: 0px 0px;
    width: 300px;
    /* height: 203px; */
    display: flex;
    flex-direction: column;
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__aside.desktop
    .subweb__menu
    a {
    position: relative;
    font-family: Signika;
    font-size: 24px;
    text-align: center;
    padding: 15px 0;
    text-transform: uppercase;
    color: #ffc841;
    font-weight: bold;
    width: 85%;
    height: 70px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__aside.desktop
    .subweb__menu
    a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 2px dashed;
    width: 85%;
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__aside.desktop
    .subweb__menu
    a.active,
.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__aside.desktop
    .subweb__menu
    a:hover {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-17.png);
    background-position: -302px -111px;
    width: 300px;
    height: 70px;
    color: #850a03;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__aside.desktop
    .subweb__menu
    a:last-child::before {
    display: none;
}

.vlnh_2022_mainsite_main_sub_detail_code .inner .main .subweb__login {
    width: 68%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    padding: 0px 20px;
    align-items: center;
    position: absolute;
    right: 2%;
    background-color: #028a86;
    border-radius: 8px;
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_main_sub_detail_code .inner .main .subweb__login {
        width: 96%;
    }
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__login
    .btn-history {
    font-size: 0;
    display: block;
    font-size: 0px;
    background-image: url(_sprites-17.png);
    background-position: -1422px -54px;
    width: 110px;
    height: 40px;
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__login
    .btn-history:not(.off):hover {
    cursor: pointer;
    pointer-events: all;
    filter: brightness(110%);
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__login
    .login
    #showLogin {
    font-family: Signika;
    text-align: left;
    font-size: 24px;
    color: #fff4dd;
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__login
    .login
    #showLogin
    .btn-logout {
    font-size: 0;
    display: block;
    font-size: 0px;
    background-image: url(_sprites-17.png);
    background-position: -1422px -96px;
    width: 90px;
    height: 40px;
    margin-left: 20px;
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__login
    .login
    #showLogin
    .btn-logout:not(.off):hover {
    cursor: pointer;
    pointer-events: all;
    filter: brightness(110%);
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__login
    .login
    #showLogin
    .btn-login {
    font-size: 28px;
    color: #8e0702;
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__login
    .login
    #showLogin
    a {
    font-size: 22px;
    color: #fff4dd;
    text-decoration: underline;
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__login
    .login
    #showLogin
    .Logged {
    font-size: 20px;
    line-height: 26px;
    color: #fff4dd;
    align-items: center;
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__login
    .login
    #showLogin
    .Logged
    .player-name {
    font-weight: 600;
}

.vlnh_2022_mainsite_main_sub_detail_code .inner .main .subweb__main {
    padding: 0 20px;
    font-family: Signika;
    /* display: flex; */
    justify-content: center;
    width: 100%;
    height: 100%;
    /* margin-top: 8%; */
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_main_sub_detail_code .inner .main .subweb__main {
        padding: 0;
        margin-top: 0%;
    }
}

.vlnh_2022_mainsite_main_sub_detail_code .inner .main .subweb__main .button {
    text-align: center;
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_main_sub_detail_code
        .inner
        .main
        .subweb__main
        .button {
        padding-bottom: 40%;
    }
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__main
    .button
    .text-des {
    font-size: 23px;
    color: #01706c;
    display: inline-block;
    margin-top: 24px;
    margin-right: 6px;
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_main_sub_detail_code
        .inner
        .main
        .subweb__main
        .button
        .text-des {
        display: block;
        font-size: 26px;
    }
}

a.orange.underline {
    font-size: 30px;
    color: #d02c0b;
    text-decoration: underline;
    padding: 0 15px;
}

@media (orientation: portrait) {
    a.orange.underline {
        font-size: 30px;
    }
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__main
    .button
    .btn-login--google {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-17.png);
    background-position: -1082px -54px;
    width: 338px;
    height: 109px;
    margin-bottom: 10px;
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__main
    .button
    .btn-login--google:not(.off):hover {
    cursor: pointer;
    pointer-events: all;
    filter: brightness(110%);
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__main
    .button
    .btn-login--appleid {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-17.png);
    background-position: -742px -54px;
    width: 338px;
    height: 109px;
    margin-bottom: 10px;
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__main
    .button
    .btn-login--appleid:not(.off):hover {
    cursor: pointer;
    pointer-events: all;
    filter: brightness(110%);
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__main
    .button
    .btn-login--zing {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-17.png);
    background-position: -1082px -165px;
    width: 338px;
    height: 109px;
    margin-bottom: 10px;
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__main
    .button
    .btn-login--zing:not(.off):hover {
    cursor: pointer;
    pointer-events: all;
    filter: brightness(110%);
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__main
    .button
    .btn-login--guest {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-17.png);
    background-position: -742px -165px;
    width: 338px;
    height: 109px;
    margin-bottom: 10px;
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__main
    .button
    .btn-login--guest:not(.off):hover {
    cursor: pointer;
    pointer-events: all;
    filter: brightness(110%);
}

.vlnh_2022_mainsite_main_sub_detail_code .inner .main .subweb__main .form {
    color: #01706c;
    text-transform: uppercase;
    font-weight: bold;
    width: 65%;
    font-size: 23px;
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_main_sub_detail_code .inner .main .subweb__main .form {
        width: 80%;
    }
}

.vlnh_2022_mainsite_main_sub_detail_code .inner .main .subweb__main .form input,
.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__main
    .form
    select {
    width: 100%;
    height: 60px;
    border: 2px solid #dcc99a;
    padding-left: 12px;
    margin-bottom: 18px;
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__main
    .form
    .captcha {
    display: flex;
    align-items: center;
    padding: 0 12px;
    height: 60px;
    border: 2px solid #dcc99a;
    background: white;
    margin-bottom: 8px;
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__main
    .form
    .captcha
    .refresh {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-17.png);
    background-position: -1422px -165px;
    width: 44px;
    height: 44px;
    margin-left: auto;
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__main
    .form
    .captcha
    .refresh:not(.off):hover {
    cursor: pointer;
    pointer-events: all;
    filter: brightness(110%);
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__main
    .form
    .form-nhan-thuong {
    border: none;
    background-color: transparent;
    outline: none;
    display: block;
    font-size: 0px;
    background-image: url(_sprites-17.png);
    background-position: 0px -205px;
    width: 438px;
    height: 109px;
    margin: auto;
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__main
    .form
    .form-nhan-thuong:not(.off):hover {
    cursor: pointer;
    pointer-events: all;
    filter: brightness(110%);
}

.vlnh_2022_mainsite_main_sub_detail_code .inner .main .subweb__main .info .otp {
    display: flex;
    justify-content: space-between;
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__main
    .info
    .otp
    input {
    width: 65%;
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_main_sub_detail_code
        .inner
        .main
        .subweb__main
        .info
        .otp
        input {
        width: 68%;
    }
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__main
    .info
    .btn-otp {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-17.png);
    background-position: -226px -316px;
    width: 170px;
    height: 60px;
    border: none;
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__main
    .info
    .btn-otp:not(.off):hover {
    cursor: pointer;
    pointer-events: all;
    filter: brightness(110%);
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__main
    .info
    .form-nhan-code {
    border: none;
    background-color: transparent;
    outline: none;
    display: block;
    font-size: 0px;
    background-image: url(_sprites-17.png);
    background-position: -302px 0px;
    width: 438px;
    height: 109px;
    margin: auto;
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__main
    .info
    .form-nhan-code:not(.off):hover {
    cursor: pointer;
    pointer-events: all;
    filter: brightness(110%);
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__main
    .gift
    .tab-content {
    width: calc(100% - 32px);
    margin: auto;
    overflow: hidden;
    position: relative;
    padding-bottom: 30px;
    border: 1px solid #028a86;
    margin-bottom: 24px;
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_main_sub_detail_code
        .inner
        .main
        .subweb__main
        .gift
        .tab-content {
        width: 88%;
        border: none;
    }
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__main
    .gift
    .tab-content
    .btn-tab {
    background: #028a86;
    padding: 11px 20px;
    font-size: 20px;
    color: white;
    width: 100%;
    align-items: center;
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__main
    .gift
    .tab-content
    .btn-tab
    .icon.icon-tab-event {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-17.png);
    background-position: -1422px -211px;
    width: 32px;
    height: 32px;
    margin-right: 12px;
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__main
    .gift
    .tab-content
    .btn-tab
    .icon-show-down-black {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-17.png);
    background-position: -1452px -138px;
    width: 21px;
    height: 12px;
    margin-left: auto;
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__main
    .gift
    .tab-content
    .btn-tab
    .icon-show-down-black:not(.off):hover {
    cursor: pointer;
    pointer-events: all;
    filter: brightness(110%);
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__main
    .gift
    .tab-content
    .tab-content-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-height: 2000px;
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__main
    .gift
    .tab-content
    .tab-content-box.active {
    max-height: 0;
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__main
    .gift
    .tab-content
    .tab-content-box
    .tab-list {
    width: 100%;
    padding: 0 21px;
    max-height: 5000px;
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__main
    .gift
    .tab-content
    .tab-content-box
    .tab-list
    .tab-list--item {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 20px 0px;
    border-bottom: 1px solid #cadbda;
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__main
    .gift
    .tab-content
    .tab-content-box
    .tab-list
    .tab-list--item
    .event-bannber {
    width: 180px;
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 20px;
    border-radius: 4px;
    border: 1px solid #e6bf74;
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__main
    .gift
    .tab-content
    .tab-content-box
    .tab-list
    .tab-list--item
    .event-text {
    width: 310px;
    margin-right: 37px;
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__main
    .gift
    .tab-content
    .tab-content-box
    .tab-list
    .tab-list--item
    .event-text
    .event-text--name {
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #343434;
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__main
    .gift
    .tab-content
    .tab-content-box
    .tab-list
    .tab-list--item
    .event-text
    .event-text--time {
    font-size: 16px;
    color: #9a9a9a;
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__main
    .gift
    .tab-content
    .tab-content-box
    .tab-list
    .tab-list--item
    .btn-orange.small {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-17.png);
    background-position: 0px -316px;
    width: 224px;
    height: 69px;
    width: 234px;
    display: flex;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border: none;
    color: #fdf3d5;
    text-transform: uppercase;
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__main
    .gift
    .tab-content
    .tab-content-box
    .tab-list
    .tab-list--item
    .btn-orange.small:not(.off):hover {
    cursor: pointer;
    pointer-events: all;
    filter: brightness(110%);
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_main_sub_detail_code
        .inner
        .main
        .subweb__main
        .gift
        .tab-content
        .tab-content-box
        .tab-list
        .tab-list--item
        .btn-orange.small {
        width: 266px;
    }
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__main
    .gift
    .tab-content
    .tab-content-box
    .btn-see-more {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-17.png);
    background-position: -742px 0px;
    width: 802px;
    height: 52px;
    margin-top: -4px;
    font-size: 0;
    transform: scale(0.95);
    transform-origin: bottom;
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__main
    .gift
    .tab-content
    .tab-content-box
    .btn-see-more:not(.off):hover {
    cursor: pointer;
    pointer-events: all;
    filter: brightness(110%);
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_main_sub_detail_code
        .inner
        .main
        .subweb__main
        .gift
        .tab-content
        .tab-content-box
        .btn-see-more {
        transform: scale(0.85);
    }
}

.vlnh_2022_mainsite_main_sub_detail_code .inner .main .subweb__main .history {
    text-align: center;
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__main
    .history
    .head-title {
    font-size: 29px;
    color: #01706c;
    font-weight: bold;
    margin: 36px 0 18px;
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__main
    .history
    table {
    border: 1px solid #34948d;
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_main_sub_detail_code
        .inner
        .main
        .subweb__main
        .history
        table {
        font-size: 18px;
    }
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__main
    .history
    table
    thead {
    background: #01706c;
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__main
    .history
    table
    thead
    th {
    padding: 8px 32px;
    border: 1px solid #34948d;
    color: white;
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_main_sub_detail_code
        .inner
        .main
        .subweb__main
        .history
        table
        thead
        th {
        padding: 8px;
    }
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__main
    .history
    table
    tbody
    tr:nth-child(even) {
    background-color: #b2d0bf;
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__main
    .history
    table
    tbody
    th {
    padding: 8px 24px;
    border: 1px solid #34948d;
    max-width: 290px;
    word-wrap: break-word;
    vertical-align: middle;
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_main_sub_detail_code
        .inner
        .main
        .subweb__main
        .history
        table
        tbody
        th {
        padding: 2px 12px;
    }
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__main
    .info__link {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid #edddbd;
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_main_sub_detail_code
        .inner
        .main
        .subweb__main
        .info__link {
        display: none;
    }
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__main
    .info__link
    .home {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-17.png);
    background-position: -1422px -138px;
    width: 28px;
    height: 25px;
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__main
    .info__link
    .next_sub {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-17.png);
    background-position: -1534px -54px;
    width: 10px;
    height: 14px;
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__main
    .info__link
    .info,
.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__main
    .info__link
    .info__main {
    font-weight: bold;
    color: #000;
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__main
    .info__link
    .info:not(.off):hover,
.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__main
    .info__link
    .info__main:not(.off):hover {
    cursor: pointer;
    pointer-events: all;
    filter: brightness(110%);
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__main
    .info__link
    .info__main {
    color: #018d88;
}

.vlnh_2022_mainsite_main_sub_detail_code .inner .main .subweb__main .midbar {
    margin: 0;
    padding: 0;
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__main
    .midbar__title {
    text-align: center;
    font-size: 36px;
    padding: 0 40px;
    font-weight: bold;
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__main
    .midbar
    .midbar__menu {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100vh;
    right: 0;
    z-index: 100;
    background: rgba(8, 46, 43, 0.93);
    display: flex;
    flex-direction: column;
    opacity: 0;
    transition: all 0.3s linear;
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__main
    .midbar
    .midbar__menu.active {
    height: 100%;
    opacity: 1;
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__main
    .midbar
    .midbar__menu
    a {
    color: #fff;
    text-align: center;
    width: 100%;
    font-weight: 300;
    text-transform: uppercase;
    padding: 15px 20px;
    position: relative;
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__main
    .midbar
    .midbar__menu
    a::after {
    content: url(line-sub-1.png);
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translateX(-50%);
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__main
    .midbar
    #subwebBurger
    .hamburger-box {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-17.png);
    background-position: -1468px -165px;
    width: 38px;
    height: 28px;
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__main
    .midbar
    #subwebBurger.is-active
    .hamburger-box {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-17.png);
    background-position: -1514px -96px;
    width: 28px;
    height: 28px;
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__main
    .midbar
    .midbar__burger {
    position: absolute;
    top: -75px;
    right: 30px;
    z-index: 101;
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_main_sub_detail_code
        .inner
        .main
        .subweb__main
        .subweb__content
        .article {
        height: auto;
    }
}

.vlnh_2022_mainsite_main_sub_detail_code .article {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    font-family: Signika;
    font-size: 23px;
    line-height: 50px;
}

.vlnh_2022_mainsite_main_sub_detail_code .article__title,
.vlnh_2022_mainsite_main_sub_detail_code .article h1 {
    font-size: 35px;
    text-align: center;
    font-weight: var(--fontweight-bold);
    text-transform: uppercase;
    color: #d62c15;
    border-bottom: none;
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_main_sub_detail_code .article__title,
    .vlnh_2022_mainsite_main_sub_detail_code .article h1 {
        font-size: 40px;
    }
}

.vlnh_2022_mainsite_main_sub_detail_code .article__meta {
    padding: 0;
    margin-bottom: 25px;
    justify-content: center;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 20px;
}

.vlnh_2022_mainsite_main_sub_detail_code .article__cate {
    text-transform: uppercase;
    color: #018d88;
    padding: 5px 10px;
    vertical-align: middle;
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_main_sub_detail_code .article__cate {
        font-size: 1em;
    }
}

.vlnh_2022_mainsite_main_sub_detail_code .article__time {
    color: #018d88;
    display: flex;
    align-items: center;
}

.vlnh_2022_mainsite_main_sub_detail_code .article__time::before {
    content: url(dot-1.png);
    margin-right: 10px;
}

.vlnh_2022_mainsite_main_sub_detail_code .article__detail {
    height: 1400px;
    overflow: auto;
    overflow-x: hidden;
}

.vlnh_2022_mainsite_main_sub_detail_code .article__content {
    height: 1400px;
    overflow: auto;
    overflow-x: hidden;
    padding-right: 40px;
    padding-bottom: 20px;
    /* Track */
    /* Handle */
    /* Handle on hover */
}

.vlnh_2022_mainsite_main_sub_detail_code .article__content::-webkit-scrollbar {
    margin-right: 6px;
    width: 6px;
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
}

.vlnh_2022_mainsite_main_sub_detail_code
    .article__content:hover::-webkit-scrollbar {
    width: 6px;
}

.vlnh_2022_mainsite_main_sub_detail_code
    .article__content::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.5);
}

.vlnh_2022_mainsite_main_sub_detail_code
    .article__content::-webkit-scrollbar-thumb {
    background: #8e8c8c;
}

.vlnh_2022_mainsite_main_sub_detail_code
    .article__content::-webkit-scrollbar-thumb:hover {
    background: #8e8c8c;
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_main_sub_detail_code .article__content {
        height: auto;
        padding-right: 20px;
    }
}

.vlnh_2022_mainsite_main_sub_detail_code .article__content img {
    width: 100%;
}

.vlnh_2022_mainsite_main_sub_detail_code .article__content ul {
    margin-left: 20px;
}

.vlnh_2022_mainsite_main_sub_detail_code .article__content ul li {
    list-style-position: outside;
    margin-bottom: 6px;
}

.vlnh_2022_mainsite_main_sub_detail_code .article__content ul li,
.vlnh_2022_mainsite_main_sub_detail_code .article__content ul.bulleted li {
    list-style-type: disc;
}

.vlnh_2022_mainsite_main_sub_detail_code .article__content ul.numbered li {
    list-style-type: decimal;
}

.vlnh_2022_mainsite_main_sub_detail_code .article__content h2 {
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.4;
    color: var(--color-heading-2);
}

.vlnh_2022_mainsite_main_sub_detail_code .article__content h3 {
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.4;
    color: var(--color-heading-3);
}

.vlnh_2022_mainsite_main_sub_detail_code .article__content h4 {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.4;
    color: var(--color-heading-4);
}

.vlnh_2022_mainsite_main_sub_detail_code .article__content h5 {
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.4;
    color: var(--color-heading-5);
}

.vlnh_2022_mainsite_main_sub_detail_code .article__content h6 {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.4;
    color: var(--color-heading-6);
}

.vlnh_2022_mainsite_main_sub_detail_code .article__content a {
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-bottom 0.4s;
    border-bottom: 1px solid rgba(var(--color-href), 0.5);
}

.vlnh_2022_mainsite_main_sub_detail_code .article__content a:hover {
    border-bottom: 1px solid var(--color-href);
}

.vlnh_2022_mainsite_main_sub_detail_code .article__content a.hero {
    display: block;
    background: var(--color-box-bg);
    color: #018d88;
    font-weight: bold;
    padding: 20px;
    border: 0px;
}

.vlnh_2022_mainsite_main_sub_detail_code .article__content img,
.vlnh_2022_mainsite_main_sub_detail_code .article__content iframe {
    display: block;
    max-width: 100%;
    margin: 0 auto 12px;
}

.vlnh_2022_mainsite_main_sub_detail_code .article__content img + p.caption,
.vlnh_2022_mainsite_main_sub_detail_code .article__content iframe + p.caption {
    display: block;
    max-width: calc(100% - 40px);
    margin: 0 auto 12px;
    font-style: italic;
    font-size: 0.8em;
    color: #888;
    text-align: center;
}

.vlnh_2022_mainsite_main_sub_detail_code .article__content img.float,
.vlnh_2022_mainsite_main_sub_detail_code .article__content img.float--left {
    float: left;
    margin-right: 20px;
}

.vlnh_2022_mainsite_main_sub_detail_code .article__content img.float--right {
    float: right;
    margin-right: 0px;
    margin-left: 20px;
}

.vlnh_2022_mainsite_main_sub_detail_code .article__content .callout {
    padding: 20px 20px;
}

.vlnh_2022_mainsite_main_sub_detail_code .article__content .table {
    width: 100%;
}

@media (max-width: 700px) {
    .vlnh_2022_mainsite_main_sub_detail_code .article__content .table {
        overflow: auto;
    }
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_main_sub_detail_code .article__content .table {
        overflow: auto;
    }
}

.vlnh_2022_mainsite_main_sub_detail_code .article__content table {
    width: 100%;
}

.vlnh_2022_mainsite_main_sub_detail_code .article__content table td {
    padding: 8px;
    border: 1px solid var(--color-table-border);
    vertical-align: middle;
}

.vlnh_2022_mainsite_main_sub_detail_code .article__content table td img {
    max-width: 100%;
    margin: 0 auto 0;
}

.vlnh_2022_mainsite_main_sub_detail_code .article__content table thead {
    background: var(--color-table-head-bg);
    color: var(--color-table-head-content);
    font-weight: bold;
}

.vlnh_2022_mainsite_main_sub_detail_code .article__content table thead tr th {
    padding: 12px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid var(--color-table-border);
}

.vlnh_2022_mainsite_main_sub_detail_code .article__content table tbody {
    background: var(--color-table-body-bg);
    color: var(--color-table-body-content);
}

.vlnh_2022_mainsite_main_sub_detail_code .article__content table tfoot {
    background: var(--color-table-foot-bg);
    color: var(--color-table-foot-content);
}

.vlnh_2022_mainsite_main_sub_detail_code .bottom_sub .title__bottom {
    margin-top: 30px;
    padding: 10px 20px;
    background: #b6aa81;
    color: #fff;
    width: -moz-fit-content;
    width: fit-content;
}

.vlnh_2022_mainsite_main_sub_detail_code .bottom_sub .link__sub {
    display: block;
    margin: 10px 0;
    padding-bottom: 10px;
    font-weight: bold;
    color: #000;
    border-bottom: 1px solid #b6aa81;
}

.vlnh_2022_mainsite_main_sub_detail_code
    .bottom_sub
    .link__sub:not(.off):hover {
    cursor: pointer;
    pointer-events: all;
    filter: brightness(110%);
}

.vlnh_2022_mainsite_main_sub_detail_code .bottom_sub .link__sub span {
    color: #b6aa81;
    font-weight: normal;
}

.vlnh_2022_mainsite_main_sub_detail_code .bottom_sub .link__sub:last-child {
    border-bottom: none;
}

.vlnh_2022_mainsite_main_sub_detail_news {
    --color-content: #6b6b6b;
    --color-title: var(--color-gray-600);
    --color-heading-2: #018d88;
    --color-heading-3: #018d88;
    --color-heading-4: #018d88;
    --color-heading-5: #018d88;
    --color-heading-6: #018d88;
    --color-href: #2d548e;
    --color-box-bg: #ffe6b1;
    --color-box-content: #018d88;
    --color-table-head-bg: #018d88;
    --color-table-body-bg: #fff;
    --color-table-foot-bg: #fff;
    --color-table-head-content: #fff;
    --color-table-body-content: #6b6b6b;
    --color-table-foot-content: #6b6b6b;
    --color-table-border: #aaa;
    margin-top: -1px;
    height: auto;
}

@media (orientation: landscape) {
    .vlnh_2022_mainsite_main_sub_detail_news,
    .vlnh_2022_mainsite_main_sub_detail_news .section__background,
    .vlnh_2022_mainsite_main_sub_detail_news .section__content,
    .vlnh_2022_mainsite_main_sub_detail_news .inner {
        position: relative;
        background: #114544;
    }
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_main_sub_detail_news,
    .vlnh_2022_mainsite_main_sub_detail_news .section__background,
    .vlnh_2022_mainsite_main_sub_detail_news .section__content,
    .vlnh_2022_mainsite_main_sub_detail_news .inner {
        position: relative;
        background: #fdf4e4;
    }
}

.vlnh_2022_mainsite_main_sub_detail_news .inner {
    font-family: Signika;
}

.vlnh_2022_mainsite_main_sub_detail_news .inner .title-header {
    font-family: Signika-SemiBold;
    position: absolute;
    top: 0;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase;
    color: #424242;
    font-size: 40px;
}

.vlnh_2022_mainsite_main_sub_detail_news .inner .main {
    padding-top: 40px;
    position: relative;
    background: #fdf4de;
    max-width: 1200px;
    margin: -7px auto 0;
    min-height: 1000px;
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_main_sub_detail_news .inner .main {
        background: none;
        padding-top: 40px;
    }
}

.vlnh_2022_mainsite_main_sub_detail_news .inner .main .subweb {
    width: 1080px;
    margin: 0 auto;
    /* display: flex; */
    gap: 20px;
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_main_sub_detail_news .inner .main .subweb {
        width: 100%;
        padding: 0 20px;
    }
}

.vlnh_2022_mainsite_main_sub_detail_news .inner .main .subweb__aside.desktop {
    width: 295px;
}

.vlnh_2022_mainsite_main_sub_detail_news
    .inner
    .main
    .subweb__aside.desktop
    .subweb__menu
    .subweb__menutitle {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-18.png);
    background-position: 0px 0px;
    width: 300px;
    height: 70px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    padding: 15px 0;
    margin-bottom: 15px;
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__aside.desktop
    .subweb__menu {
    display: block;
    font-size: 0px;
    background-image: url(account_menu_bg_top_2.png);
    background-size: 100% 100%;
    /* background-position: 0px 0px; */
    background-repeat: no-repeat;
    width: 300px;
    /* height: 203px; */
    /* display: flex;
  flex-direction: column; */
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__aside.desktop::after {
    content: "";
    background-image: url(account_menu_bg_bottom.png);
    height: 87px;
    display: block;
    background-size: 100% 100%;
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__aside.desktop
    .subweb__menu
    a {
    position: relative;
    font-family: Signika;
    font-size: 24px;
    text-align: center;
    padding: 15px 0;
    text-transform: uppercase;
    color: #ffc841;
    font-weight: bold;
    width: 85%;
    height: 70px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__aside.desktop
    .subweb__menu
    a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 2px dashed;
    width: 85%;
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__aside.desktop
    .subweb__menu
    a.active,
.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__aside.desktop
    .subweb__menu
    a:hover {
    display: block;
    font-size: 0px;
    background-image: url(_sprites_sub_page.png);
    background-position: -302px -111px;
    width: 300px;
    height: 70px;
    color: #850a03;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
}

.vlnh_2022_mainsite_main_sub_detail_code
    .inner
    .main
    .subweb__aside.desktop
    .subweb__menu
    a:last-child::before {
    display: none;
}

.vlnh_2022_mainsite_main_sub_detail_code .inner .main .subweb__login {
    width: 68%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    padding: 0px 20px;
    align-items: center;
    position: absolute;
    right: 2%;
    background-color: #028a86;
    border-radius: 8px;
}

.vlnh_2022_mainsite_main_sub_detail_news
    .inner
    .main
    .subweb__aside.desktop
    .subweb__menu
    a:hover
    .group__title,
.vlnh_2022_mainsite_main_sub_detail_news
    .inner
    .main
    .subweb__aside.desktop
    .subweb__menu
    a.active
    .group__title {
    background: #d62c15;
    color: #fff;
}

.vlnh_2022_mainsite_main_sub_detail_news
    .inner
    .main
    .subweb__aside.desktop
    .subweb__menu
    a
    img {
    width: 100%;
    height: 130px;
    -o-object-fit: cover;
    object-fit: cover;
}

.vlnh_2022_mainsite_main_sub_detail_news
    .inner
    .main
    .subweb__aside.desktop
    .subweb__menu
    a
    .group__title {
    background: #f9ca56;
    color: #000;
    padding: 12px 10px 0px 20px;
    margin-top: -8px;
}

.vlnh_2022_mainsite_main_sub_detail_news
    .inner
    .main
    .subweb__aside.desktop
    .subweb__menu
    a
    .group__title
    .title__aside {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1;
}

.vlnh_2022_mainsite_main_sub_detail_news
    .inner
    .main
    .subweb__aside.desktop
    .subweb__menu
    a
    .group__title
    .time__aside {
    font-size: 16px;
    padding-bottom: 5px;
    font-family: FontContent, Arial, sans-serif;
}

.vlnh_2022_mainsite_main_sub_detail_news .inner .main .subweb__main {
    font-family: FontContent, Arial, sans-serif;
    padding: 0 20px;
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_main_sub_detail_news .inner .main .subweb__main {
        padding: 0;
    }
}

.vlnh_2022_mainsite_main_sub_detail_news
    .inner
    .main
    .subweb__main
    .info__link {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid #edddbd;
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_main_sub_detail_news
        .inner
        .main
        .subweb__main
        .info__link {
        display: none;
    }
}

.vlnh_2022_mainsite_main_sub_detail_news
    .inner
    .main
    .subweb__main
    .info__link
    .home {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-18.png);
    background-position: 0px -72px;
    width: 28px;
    height: 25px;
}

.vlnh_2022_mainsite_main_sub_detail_news
    .inner
    .main
    .subweb__main
    .info__link
    .next_sub {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-18.png);
    background-position: -30px -75px;
    width: 10px;
    height: 14px;
}

.vlnh_2022_mainsite_main_sub_detail_news
    .inner
    .main
    .subweb__main
    .info__link
    .info,
.vlnh_2022_mainsite_main_sub_detail_news
    .inner
    .main
    .subweb__main
    .info__link
    .info__main {
    font-weight: bold;
    color: #000;
}

.vlnh_2022_mainsite_main_sub_detail_news
    .inner
    .main
    .subweb__main
    .info__link
    .info:not(.off):hover,
.vlnh_2022_mainsite_main_sub_detail_news
    .inner
    .main
    .subweb__main
    .info__link
    .info__main:not(.off):hover {
    cursor: pointer;
    pointer-events: all;
    filter: brightness(110%);
}

.vlnh_2022_mainsite_main_sub_detail_news
    .inner
    .main
    .subweb__main
    .info__link
    .info__main {
    color: #018d88;
}

.vlnh_2022_mainsite_main_sub_detail_news .inner .main .subweb__main .midbar {
    margin: 0;
    padding: 0;
}

.vlnh_2022_mainsite_main_sub_detail_news
    .inner
    .main
    .subweb__main
    .midbar__title {
    text-align: center;
    font-size: 35px;
    padding: 0 40px;
    font-weight: bold;
    text-transform: uppercase;
    color: #d62c15;
}

.vlnh_2022_mainsite_main_sub_detail_news
    .inner
    .main
    .subweb__main
    .midbar
    .midbar__menu {
    top: -33px;
}

.vlnh_2022_mainsite_main_sub_detail_news
    .inner
    .main
    .subweb__main
    .midbar
    .midbar__menu
    a {
    color: #fff;
    background: #ad9570;
    width: 100%;
    font-weight: 300;
}

.vlnh_2022_mainsite_main_sub_detail_news
    .inner
    .main
    .subweb__main
    .midbar
    .midbar__menu.active {
    top: -33px;
}

.vlnh_2022_mainsite_main_sub_detail_news
    .inner
    .main
    .subweb__main
    .midbar
    .midbar__burger {
    top: -120px;
    background: transparent;
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_main_sub_detail_news
        .inner
        .main
        .subweb__main
        .subweb__content
        .article {
        height: auto;
    }
}

.vlnh_2022_mainsite_main_sub_detail_news .article {
    position: relative;
    width: 100%;
    /* max-width: 1000px; */
    margin-left: auto;
    margin-right: auto;
    font-size: 23px;
    line-height: 35px;
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_main_sub_detail_news .article {
        font-size: 27px;
        line-height: 38px;
    }
}

.vlnh_2022_mainsite_main_sub_detail_news .article__title {
    padding: 0px 80px 10px;
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_main_sub_detail_news .article__title {
        padding: 0 0 10px;
    }
}

.vlnh_2022_mainsite_main_sub_detail_news .article__title,
.vlnh_2022_mainsite_main_sub_detail_news .article h1 {
    font-size: 1.6em;
    text-align: center;
    text-transform: uppercase;
    font-weight: var(--fontweight-medium);
    border-bottom: none;
    color: #d34a00;
    line-height: 50px;
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_main_sub_detail_news .article__title,
    .vlnh_2022_mainsite_main_sub_detail_news .article h1 {
        font-weight: var(--fontweight-bold);
        font-size: 1.2em;
    }
}

.vlnh_2022_mainsite_main_sub_detail_news .article__meta {
    padding: 0;
    margin-bottom: 25px;
    justify-content: center;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 20px;
}

.vlnh_2022_mainsite_main_sub_detail_news .article__cate {
    text-transform: uppercase;
    color: #018d88;
    padding: 5px 10px;
    vertical-align: middle;
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_main_sub_detail_news .article__cate {
        font-size: 1em;
    }
}

.vlnh_2022_mainsite_main_sub_detail_news .article__time {
    color: #018d88;
    display: flex;
    align-items: center;
}

.vlnh_2022_mainsite_main_sub_detail_news .article__time::before {
    content: url(dot-2.png);
    margin-right: 10px;
}

.vlnh_2022_mainsite_main_sub_detail_news .article__content {
    overflow: hidden;
    /* padding-right: 40px; */
    padding-bottom: 40px;
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_main_sub_detail_news .article__content {
        height: auto;
        padding-right: 20px;
    }
}

.vlnh_2022_mainsite_main_sub_detail_news .article__content img {
    width: 100%;
}

.vlnh_2022_mainsite_main_sub_detail_news .article__content p {
    margin-bottom: 20px;
    /* text-align: left; */
}

.vlnh_2022_mainsite_main_sub_detail_news .article__content ul {
    margin-left: 25px;
    margin-bottom: 20px;
}

.vlnh_2022_mainsite_main_sub_detail_news .article__content ul li {
    list-style-position: outside;
    margin-bottom: 6px;
}

.vlnh_2022_mainsite_main_sub_detail_news .article__content ul li,
.vlnh_2022_mainsite_main_sub_detail_news .article__content ul.bulleted li {
    list-style-type: disc;
}

.vlnh_2022_mainsite_main_sub_detail_news .article__content ul.numbered li {
    list-style-type: decimal;
}

.vlnh_2022_mainsite_main_sub_detail_news .article__content h2 {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.4;
    color: var(--color-heading-2);
    margin-bottom: 5px;
}

.vlnh_2022_mainsite_main_sub_detail_news .article__content h3 {
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.4;
    color: var(--color-heading-3);
    margin-bottom: 5px;
}

.vlnh_2022_mainsite_main_sub_detail_news .article__content h4 {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.4;
    color: var(--color-heading-4);
    margin-bottom: 5px;
}

.vlnh_2022_mainsite_main_sub_detail_news .article__content h5 {
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.4;
    color: var(--color-heading-5);
    margin-bottom: 5px;
}

.vlnh_2022_mainsite_main_sub_detail_news .article__content h6 {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.4;
    color: var(--color-heading-6);
}

.vlnh_2022_mainsite_main_sub_detail_news .article__content a {
    color: var(--color-href);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-bottom 0.4s;
    border-bottom: 1px solid rgba(var(--color-href), 0.5);
}

.vlnh_2022_mainsite_main_sub_detail_news .article__content a:hover {
    border-bottom: 1px solid var(--color-href);
}

.vlnh_2022_mainsite_main_sub_detail_news .article__content a.hero {
    display: block;
    background: var(--color-box-bg);
    color: var(--color-box-content);
    font-weight: bold;
    padding: 20px;
    border: 0px;
}

.vlnh_2022_mainsite_main_sub_detail_news .article__content img,
.vlnh_2022_mainsite_main_sub_detail_news .article__content iframe {
    display: block;
    max-width: 100%;
    margin: 0 auto 12px;
}

.vlnh_2022_mainsite_main_sub_detail_news .article__content img + p.caption,
.vlnh_2022_mainsite_main_sub_detail_news .article__content iframe + p.caption {
    display: block;
    max-width: calc(100% - 40px);
    margin: 0 auto 12px;
    font-style: italic;
    font-size: 0.8em;
    color: #888;
    text-align: center;
}

.vlnh_2022_mainsite_main_sub_detail_news .article__content img.float,
.vlnh_2022_mainsite_main_sub_detail_news .article__content img.float--left {
    float: left;
    margin-right: 20px;
}

.vlnh_2022_mainsite_main_sub_detail_news .article__content img.float--right {
    float: right;
    margin-right: 0px;
    margin-left: 20px;
}

.vlnh_2022_mainsite_main_sub_detail_news .article__content .callout {
    padding: 20px 20px;
}

.vlnh_2022_mainsite_main_sub_detail_news .article__content .table {
    width: 100%;
}

@media (max-width: 700px) {
    .vlnh_2022_mainsite_main_sub_detail_news .article__content .table {
        overflow: auto;
    }
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_main_sub_detail_news .article__content .table {
        overflow: auto;
    }
}

.vlnh_2022_mainsite_main_sub_detail_news .article__content table {
    width: 100%;
}

.vlnh_2022_mainsite_main_sub_detail_news .article__content table td {
    padding: 8px;
    border: 1px solid var(--color-table-border);
    vertical-align: middle;
    text-align: right;
}

.vlnh_2022_mainsite_main_sub_detail_news .article__content table td img {
    max-width: 100%;
    margin: 0 auto 0;
}

.vlnh_2022_mainsite_main_sub_detail_news .article__content table thead {
    background: var(--color-table-head-bg);
    color: var(--color-table-head-content);
    font-weight: bold;
}

.vlnh_2022_mainsite_main_sub_detail_news .article__content table thead tr th {
    padding: 12px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid var(--color-table-border);
}

.vlnh_2022_mainsite_main_sub_detail_news .article__content table tbody {
    background: var(--color-table-body-bg);
    /* color: var(--color-table-body-content); */
    color: black;
}

.vlnh_2022_mainsite_main_sub_detail_news .article__content table tfoot {
    background: var(--color-table-foot-bg);
    color: var(--color-table-foot-content);
}

.vlnh_2022_mainsite_main_sub_detail_news .article__content .panel-info {
    border: 1px solid #519592;
    margin-bottom: 10px;
}

.vlnh_2022_mainsite_main_sub_detail_news
    .article__content
    .panel-info
    .clickable {
    cursor: pointer;
    padding: 5px;
    background: #93c2c0;
}

.vlnh_2022_mainsite_main_sub_detail_news
    .article__content
    .panel-info
    .panel-body {
    padding: 10px;
}

.vlnh_2022_mainsite_main_sub_detail_news .bottom_sub .title__bottom {
    margin-top: 30px;
    padding: 10px 20px;
    background: #b6aa81;
    color: #fff;
    width: -moz-fit-content;
    width: fit-content;
}

.vlnh_2022_mainsite_main_sub_detail_news .bottom_sub .link__sub {
    display: block;
    margin: 10px 0;
    padding-bottom: 10px;
    font-weight: bold;
    color: #000;
    border-bottom: 1px solid #b6aa81;
}

.vlnh_2022_mainsite_main_sub_detail_news
    .bottom_sub
    .link__sub:not(.off):hover {
    cursor: pointer;
    pointer-events: all;
    filter: brightness(110%);
}

.vlnh_2022_mainsite_main_sub_detail_news .bottom_sub .link__sub span {
    color: #b6aa81;
    font-weight: normal;
}

.vlnh_2022_mainsite_main_sub_detail_news .bottom_sub .link__sub:last-child {
    border-bottom: none;
}

.vlnh_2022_mainsite_main_404 {
    margin-top: -1px;
}

@media (orientation: landscape) {
    .vlnh_2022_mainsite_main_404,
    .vlnh_2022_mainsite_main_404 .section__background,
    .vlnh_2022_mainsite_main_404 .section__content,
    .vlnh_2022_mainsite_main_404 .inner {
        height: 1000px;
    }
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_main_404,
    .vlnh_2022_mainsite_main_404 .section__background,
    .vlnh_2022_mainsite_main_404 .section__content,
    .vlnh_2022_mainsite_main_404 .inner {
        height: 1200px;
    }
}

.vlnh_2022_mainsite_main_404 .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    gap: 40px;
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_main_404 .inner {
        justify-content: flex-start;
        margin-top: 50px;
        gap: 80px;
    }
}

.vlnh_2022_mainsite_main_404 .inner .top {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-top: 85px;
}

.vlnh_2022_mainsite_main_404 .inner .top .logo {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-19.png);
    background-position: 0px -400px;
    width: 333px;
    height: 129px;
}

.vlnh_2022_mainsite_main_404 .inner .top .appicon {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-19.png);
    background-position: -579px -81px;
    width: 152px;
    height: 152px;
}

.vlnh_2022_mainsite_main_404 .inner .text-main {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-19.png);
    background-position: 0px 0px;
    width: 577px;
    height: 287px;
}

.vlnh_2022_mainsite_main_404 .inner .back-home {
    display: block;
    font-size: 0px;
    background-image: url(_sprites-19.png);
    background-position: 0px -289px;
    width: 398px;
    height: 109px;
}

@media (orientation: portrait) {
    .vlnh_2022_mainsite_main_404 .inner .back-home {
        transform: scale(1.3);
    }
}

.vlnh_2022_mainsite_main_404 .inner .back-home:hover {
    filter: brightness(110%);
}

:root {
    --width-desktop-safe: 1720px;
    --maxwidth-desktop-safe: calc(100% - 20px * 2);
    --width-mobile-safe: calc(100% - 20px * 2);
    --width-desktop: 2000px;
    --width-mobile: 768px;
    --height-desktop: 1000px;
    --height-mobile: 1000px;
    --font-bold: Signika-bold;
    --fontsize-primary-desktop: 18px;
    --fontsize-primary-mobile: 24px;
    --fontheight-primary: 1.4;
    --fontweight-heavy: 900;
    --fontweight-bold: 700;
    --fontweight-semibold: 600;
    --fontweight-medium: 500;
    --fontweight-normal: 400;
    --fontweight-light: 300;
}

@media (orientation: landscape) {
    :root {
        --fontsize-primary: var(--fontsize-primary-desktop);
    }
}

@media (orientation: portrait) {
    :root {
        --fontsize-primary: var(--fontsize-primary-mobile);
    }
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

*,
::after,
::before {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
    touch-action: manipulation;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

body {
    line-height: 1;
    font-family: sans-serif;
    text-align: left;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption {
    caption-side: bottom;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
}

pre {
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

abbr[title] {
    border-bottom: 0;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    font-style: normal;
    line-height: inherit;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

em {
    font-style: italic;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: smaller;
    line-height: inherit;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}

input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

fieldset {
    min-width: 0;
}

legend {
    max-width: 100%;
    white-space: normal;
    color: inherit;
    display: block;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
    resize: vertical;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

output {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

.gg-abstract {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 14px;
    height: 14px;
    transform: scale(var(--ggs, 1));
    border-right: 3px solid;
    border-top: 3px solid;
}

.gg-abstract::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 10px;
    left: 0;
    bottom: 0;
    border: 3px solid;
    border-radius: 12px;
}

.gg-add-r {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
    border: 2px solid;
    transform: scale(var(--ggs, 1));
    border-radius: 4px;
}

.gg-add-r::after,
.gg-add-r::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 2px;
    background: currentColor;
    border-radius: 5px;
    top: 8px;
    left: 4px;
}

.gg-add-r::after {
    width: 2px;
    height: 10px;
    top: 4px;
    left: 8px;
}

.gg-add {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
    border: 2px solid;
    transform: scale(var(--ggs, 1));
    border-radius: 22px;
}

.gg-add::after,
.gg-add::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 2px;
    background: currentColor;
    border-radius: 5px;
    top: 8px;
    left: 4px;
}

.gg-add::after {
    width: 2px;
    height: 10px;
    top: 4px;
    left: 8px;
}

.gg-adidas {
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 23px;
    height: 15px;
    transform: scale(var(--ggs, 1));
    overflow: hidden;
}

.gg-adidas::before {
    content: "";
    position: absolute;
    box-sizing: border-box;
    display: block;
    width: 5px;
    height: 18px;
    background: currentColor;
    transform: rotate(-30deg);
    left: 4px;
    bottom: -14px;
    box-shadow: 7px -2px, 14px -4px;
}

.gg-airplane {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 18px;
    height: 18px;
    transform: scale(var(--ggs, 1));
    background: linear-gradient(to left, currentColor 22px, transparent 0)
            no-repeat center/16px 2px,
        radial-gradient(circle, currentColor 60%, transparent 40%) no-repeat
            right center/2px 2px;
}

.gg-airplane::after {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    width: 10px;
    height: 8px;
    border-right: 4px solid;
}

.gg-airplane::before {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    width: 10px;
    height: 8px;
    border-right: 4px solid;
    border-top-right-radius: 2px;
    top: 0;
    transform: perspective(10px) rotateX(10deg) skewX(30deg);
    box-shadow: -4px 3px 0 -2px;
}

.gg-airplane::after {
    border-bottom-right-radius: 2px;
    bottom: 0;
    transform: perspective(10px) rotateX(-10deg) skewX(-30deg);
    box-shadow: -4px -3px 0 -2px;
}

.gg-alarm {
    background: linear-gradient(to left, currentColor 5px, transparent 0)
            no-repeat 4.5px 6px/5px 2px,
        linear-gradient(to left, currentColor 7px, transparent 0) no-repeat
            4.5px 2px/2px 6px;
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: 2px solid transparent;
    transform: scale(var(--ggs, 1));
    box-shadow: 0 0 0 2px;
}

.gg-alarm::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 2px;
    background: currentColor;
    top: -4px;
}

.gg-alarm::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 2px;
    background: currentColor;
    top: -4px;
    left: -5px;
    transform: rotate(-42deg);
}

.gg-alarm::after {
    transform: rotate(42deg);
    right: -5px;
}

.gg-album {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 18px;
    height: 18px;
    transform: scale(var(--ggs, 1));
    border-left: 7px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 8px solid transparent;
    box-shadow: 0 0 0 2px, inset 6px 4px 0 -4px, inset -6px 4px 0 -4px;
    border-radius: 3px;
}

.gg-album::after,
.gg-album::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 2px;
    height: 5px;
    background: currentColor;
    transform: rotate(46deg);
    top: 5px;
    right: 4px;
}

.gg-album::after {
    transform: rotate(-46deg);
    right: 2px;
}

.gg-align-bottom {
    box-sizing: border-box;
    position: relative;
    display: block;
    height: 12px;
    width: 12px;
    border-bottom: 2px solid;
    transform: scale(var(--ggs, 1));
    margin-top: 4px;
}

.gg-align-bottom::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 4px;
    background: currentColor;
    bottom: 2px;
}

.gg-align-bottom::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 4px;
    background: currentColor;
    bottom: 2px;
    left: 1px;
    height: 12px;
}

.gg-align-bottom::after {
    height: 6px;
    right: 1px;
    opacity: 0.5;
}

.gg-align-center {
    box-sizing: border-box;
    position: relative;
    display: block;
    height: 12px;
    width: 12px;
    border-top: 2px solid transparent;
    transform: scale(var(--ggs, 1));
    margin-left: -4px;
}

.gg-align-center::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    height: 4px;
    background: currentColor;
}

.gg-align-center::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    height: 4px;
    background: currentColor;
    left: 2px;
    width: 12px;
    top: -2px;
}

.gg-align-center::after {
    width: 6px;
    right: 1px;
    top: 4px;
    opacity: 0.5;
}

.gg-align-left {
    box-sizing: border-box;
    position: relative;
    display: block;
    height: 12px;
    width: 12px;
    border-left: 2px solid;
    transform: scale(var(--ggs, 1));
    margin-left: -4px;
}

.gg-align-left::after,
.gg-align-left::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    height: 4px;
    width: 12px;
    background: currentColor;
    left: 2px;
    top: 1px;
}

.gg-align-left::after {
    width: 6px;
    top: 7px;
    opacity: 0.5;
}

.gg-align-middle {
    box-sizing: border-box;
    position: relative;
    display: block;
    height: 12px;
    width: 12px;
    transform: scale(var(--ggs, 1));
    border-top: 2px solid transparent;
    margin-top: -8px;
}

.gg-align-middle::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 4px;
    background: currentColor;
}

.gg-align-middle::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 4px;
    background: currentColor;
    left: 1px;
    height: 12px;
    top: 2px;
}

.gg-align-middle::after {
    height: 6px;
    right: 1px;
    top: 5px;
    opacity: 0.5;
}

.gg-align-right {
    box-sizing: border-box;
    position: relative;
    display: block;
    height: 12px;
    width: 12px;
    border-right: 2px solid;
    transform: scale(var(--ggs, 1));
    margin-right: -4px;
}

.gg-align-right::after,
.gg-align-right::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    height: 4px;
    width: 12px;
    background: currentColor;
    right: 2px;
    top: 1px;
}

.gg-align-right::after {
    width: 6px;
    top: 7px;
    opacity: 0.5;
}

.gg-align-top {
    box-sizing: border-box;
    position: relative;
    display: block;
    height: 12px;
    width: 12px;
    border-top: 2px solid;
    transform: scale(var(--ggs, 1));
    margin-top: -4px;
}

.gg-align-top::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 4px;
    background: currentColor;
    top: 2px;
}

.gg-align-top::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 4px;
    background: currentColor;
    top: 2px;
    left: 1px;
    height: 12px;
}

.gg-align-top::after {
    height: 6px;
    right: 1px;
    opacity: 0.5;
}

.gg-anchor {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 2px;
    height: 14px;
    background: currentColor;
    border-radius: 8px;
}

.gg-anchor::after,
.gg-anchor::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    height: 6px;
    border: 2px solid;
}

.gg-anchor::after {
    width: 12px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-color: transparent;
    left: -5px;
    bottom: 2px;
}

.gg-anchor::before {
    width: 6px;
    border-radius: 8px;
    top: -4px;
    left: -2px;
}

.gg-apple-watch {
    background: linear-gradient(to left, currentColor 5px, transparent 0)
        no-repeat 13px 4px/2px 4px;
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    border: 5px solid transparent;
    transform: scale(var(--ggs, 1));
    border-radius: 9px;
    box-shadow: inset 0 0 0 2px;
}

.gg-apple-watch::after,
.gg-apple-watch::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    width: 10px;
    height: 5px;
    border: 2px solid;
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    left: 2px;
}

.gg-apple-watch::after {
    top: -3px;
}

.gg-apple-watch::before {
    transform: scaleY(-1);
    top: 12px;
}

.gg-arrange-back {
    box-sizing: border-box;
    position: relative;
    transform: scale(var(--ggs, 1));
    display: block;
    width: 18px;
    height: 18px;
}

.gg-arrange-back::after,
.gg-arrange-back::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-arrange-back::after {
    width: 10px;
    height: 10px;
    border: 2px solid;
    left: 4px;
    top: 4px;
}

.gg-arrange-back::before {
    width: 8px;
    height: 8px;
    background: currentColor;
    box-shadow: 10px 10px 0;
}

.gg-arrange-front {
    box-sizing: border-box;
    position: relative;
    transform: scale(var(--ggs, 1));
    display: block;
    width: 18px;
    height: 18px;
}

.gg-arrange-front::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 10px;
    border: 2px solid;
    left: 4px;
    top: 4px;
    box-shadow: -5px -5px 0 -1px, 5px 5px 0 -1px;
}

.gg-arrow-align-h {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 20px;
    height: 10px;
    background: linear-gradient(to left, currentColor 15px, transparent 0)
            no-repeat 2px 4px/6px 2px,
        linear-gradient(to left, currentColor 15px, transparent 0) no-repeat
            12px 4px/6px 2px,
        linear-gradient(to left, currentColor 15px, transparent 0) no-repeat
            center/2px 10px;
}

.gg-arrow-align-h::after,
.gg-arrow-align-h::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    top: 2px;
}

.gg-arrow-align-h::after {
    border-bottom: 2px solid;
    border-left: 2px solid;
    left: 1px;
}

.gg-arrow-align-h::before {
    border-top: 2px solid;
    border-right: 2px solid;
    right: 1px;
}

.gg-arrow-align-v {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 10px;
    height: 20px;
    background: linear-gradient(to left, currentColor 15px, transparent 0)
            no-repeat 4px 2px/2px 6px,
        linear-gradient(to left, currentColor 15px, transparent 0) no-repeat 4px
            12px/2px 6px,
        linear-gradient(to left, currentColor 15px, transparent 0) no-repeat
            center/10px 2px;
}

.gg-arrow-align-v::after,
.gg-arrow-align-v::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    transform: rotate(-45deg);
    left: 2px;
}

.gg-arrow-align-v::after {
    border-bottom: 2px solid;
    border-left: 2px solid;
    bottom: 1px;
}

.gg-arrow-align-v::before {
    border-top: 2px solid;
    border-right: 2px solid;
    top: 1px;
}

.gg-arrow-bottom-left-o {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
    border: 2px solid;
    transform: scale(var(--ggs, 1));
    border-radius: 20px;
}

.gg-arrow-bottom-left-o::after,
.gg-arrow-bottom-left-o::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    left: 4px;
}

.gg-arrow-bottom-left-o::after {
    width: 10px;
    height: 2px;
    background: currentColor;
    transform: rotate(-45deg);
    bottom: 8px;
}

.gg-arrow-bottom-left-o::before {
    width: 6px;
    height: 6px;
    bottom: 4px;
    border-bottom: 2px solid;
    border-left: 2px solid;
}

.gg-arrow-bottom-left-r {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
    border: 2px solid;
    transform: scale(var(--ggs, 1));
    border-radius: 4px;
}

.gg-arrow-bottom-left-r::after,
.gg-arrow-bottom-left-r::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    left: 4px;
}

.gg-arrow-bottom-left-r::after {
    width: 10px;
    height: 2px;
    background: currentColor;
    transform: rotate(-45deg);
    bottom: 8px;
}

.gg-arrow-bottom-left-r::before {
    width: 6px;
    height: 6px;
    bottom: 4px;
    border-bottom: 2px solid;
    border-left: 2px solid;
}

.gg-arrow-bottom-left {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid;
    transform: scale(var(--ggs, 1));
    border-left: 2px solid;
}

.gg-arrow-bottom-left::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 14px;
    height: 2px;
    background: currentColor;
    transform: rotate(-45deg);
    bottom: 3px;
    left: -3px;
}

.gg-arrow-bottom-right-o {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
    border: 2px solid;
    transform: scale(var(--ggs, 1));
    border-radius: 20px;
}

.gg-arrow-bottom-right-o::after,
.gg-arrow-bottom-right-o::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    right: 4px;
}

.gg-arrow-bottom-right-o::after {
    width: 10px;
    height: 2px;
    background: currentColor;
    transform: rotate(45deg);
    bottom: 8px;
}

.gg-arrow-bottom-right-o::before {
    width: 6px;
    height: 6px;
    bottom: 4px;
    border-bottom: 2px solid;
    border-right: 2px solid;
}

.gg-arrow-bottom-right-r {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
    border: 2px solid;
    transform: scale(var(--ggs, 1));
    border-radius: 4px;
}

.gg-arrow-bottom-right-r::after,
.gg-arrow-bottom-right-r::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    right: 4px;
}

.gg-arrow-bottom-right-r::after {
    width: 10px;
    height: 2px;
    background: currentColor;
    transform: rotate(45deg);
    bottom: 8px;
}

.gg-arrow-bottom-right-r::before {
    width: 6px;
    height: 6px;
    bottom: 4px;
    border-bottom: 2px solid;
    border-right: 2px solid;
}

.gg-arrow-bottom-right {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid;
    transform: scale(var(--ggs, 1));
    border-right: 2px solid;
}

.gg-arrow-bottom-right::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 14px;
    height: 2px;
    background: currentColor;
    transform: rotate(45deg);
    bottom: 3px;
    right: -3px;
}

.gg-arrow-down-o {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
    border: 2px solid;
    transform: scale(var(--ggs, 1));
    border-radius: 20px;
}

.gg-arrow-down-o::after,
.gg-arrow-down-o::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    bottom: 4px;
}

.gg-arrow-down-o::after {
    width: 6px;
    height: 6px;
    border-bottom: 2px solid;
    border-left: 2px solid;
    transform: rotate(-45deg);
    left: 6px;
}

.gg-arrow-down-o::before {
    width: 2px;
    height: 10px;
    left: 8px;
    background: currentColor;
}

.gg-arrow-down-r {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
    border: 2px solid;
    transform: scale(var(--ggs, 1));
    border-radius: 4px;
}

.gg-arrow-down-r::after,
.gg-arrow-down-r::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    bottom: 4px;
}

.gg-arrow-down-r::after {
    width: 6px;
    height: 6px;
    border-bottom: 2px solid;
    border-left: 2px solid;
    transform: rotate(-45deg);
    left: 6px;
}

.gg-arrow-down-r::before {
    width: 2px;
    height: 10px;
    left: 8px;
    background: currentColor;
}

.gg-arrow-down {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
}

.gg-arrow-down::after,
.gg-arrow-down::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    bottom: 4px;
}

.gg-arrow-down::after {
    width: 8px;
    height: 8px;
    border-bottom: 2px solid;
    border-left: 2px solid;
    transform: rotate(-45deg);
    left: 7px;
}

.gg-arrow-down::before {
    width: 2px;
    height: 16px;
    left: 10px;
    background: currentColor;
}

.gg-arrow-left-o {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
    border: 2px solid;
    transform: scale(var(--ggs, 1));
    border-radius: 22px;
}

.gg-arrow-left-o::after,
.gg-arrow-left-o::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    left: 4px;
}

.gg-arrow-left-o::after {
    width: 6px;
    height: 6px;
    border-bottom: 2px solid;
    border-left: 2px solid;
    transform: rotate(45deg);
    bottom: 6px;
}

.gg-arrow-left-o::before {
    width: 10px;
    height: 2px;
    bottom: 8px;
    background: currentColor;
}

.gg-arrow-left-r {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
    border: 2px solid;
    transform: scale(var(--ggs, 1));
    border-radius: 4px;
}

.gg-arrow-left-r::after,
.gg-arrow-left-r::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    left: 4px;
}

.gg-arrow-left-r::after {
    width: 6px;
    height: 6px;
    border-bottom: 2px solid;
    border-left: 2px solid;
    transform: rotate(45deg);
    bottom: 6px;
}

.gg-arrow-left-r::before {
    width: 10px;
    height: 2px;
    bottom: 8px;
    background: currentColor;
}

.gg-arrow-left {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
}

.gg-arrow-left::after,
.gg-arrow-left::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    left: 3px;
}

.gg-arrow-left::after {
    width: 8px;
    height: 8px;
    border-bottom: 2px solid;
    border-left: 2px solid;
    transform: rotate(45deg);
    bottom: 7px;
}

.gg-arrow-left::before {
    width: 16px;
    height: 2px;
    bottom: 10px;
    background: currentColor;
}

.gg-arrow-long-down-c {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    border-right: 2px solid transparent;
    border-left: 2px solid transparent;
    border-top: 4px solid transparent;
    box-shadow: inset 0 0 0 2px;
    height: 24px;
    width: 6px;
}

.gg-arrow-long-down-c::after,
.gg-arrow-long-down-c::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-arrow-long-down-c::after {
    width: 6px;
    height: 6px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    bottom: 0;
    left: -2px;
}

.gg-arrow-long-down-c::before {
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-radius: 8px;
    top: -4px;
    left: -2px;
}

.gg-arrow-long-down-e {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    border-right: 2px solid transparent;
    border-left: 2px solid transparent;
    border-top: 4px solid transparent;
    box-shadow: inset 0 0 0 2px;
    height: 24px;
    width: 6px;
}

.gg-arrow-long-down-e::after,
.gg-arrow-long-down-e::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-arrow-long-down-e::after {
    width: 6px;
    height: 6px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    bottom: 0;
    left: -2px;
}

.gg-arrow-long-down-e::before {
    width: 6px;
    height: 6px;
    border: 2px solid;
    top: -5px;
    left: -2px;
}

.gg-arrow-long-down-l {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    border-right: 2px solid transparent;
    border-left: 2px solid transparent;
    box-shadow: inset 0 0 0 2px;
    height: 24px;
    width: 6px;
}

.gg-arrow-long-down-l::after,
.gg-arrow-long-down-l::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-arrow-long-down-l::after {
    width: 6px;
    height: 6px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    bottom: 0;
    left: -2px;
}

.gg-arrow-long-down-l::before {
    width: 6px;
    height: 2px;
    background: currentColor;
    top: -1px;
    left: -2px;
}

.gg-arrow-long-down-r {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    border-right: 2px solid transparent;
    border-left: 2px solid transparent;
    border-top: 4px solid transparent;
    box-shadow: inset 0 0 0 2px;
    height: 24px;
    width: 6px;
}

.gg-arrow-long-down-r::after,
.gg-arrow-long-down-r::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-arrow-long-down-r::after {
    width: 6px;
    height: 6px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    bottom: 0;
    left: -2px;
}

.gg-arrow-long-down-r::before {
    width: 6px;
    height: 6px;
    border: 2px solid;
    transform: rotate(45deg);
    top: -5px;
    left: -2px;
}

.gg-arrow-long-down {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    border-right: 2px solid transparent;
    border-left: 2px solid transparent;
    box-shadow: inset 0 0 0 2px;
    height: 24px;
    width: 6px;
}

.gg-arrow-long-down::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    bottom: 0;
    left: -2px;
}

.gg-arrow-long-left-c {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-right: 4px solid transparent;
    box-shadow: inset 0 0 0 2px;
    width: 24px;
    height: 6px;
}

.gg-arrow-long-left-c::after,
.gg-arrow-long-left-c::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-arrow-long-left-c::after {
    width: 6px;
    height: 6px;
    border-bottom: 2px solid;
    border-left: 2px solid;
    transform: rotate(45deg);
    left: 0;
    bottom: -2px;
}

.gg-arrow-long-left-c::before {
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-radius: 8px;
    right: -4px;
    bottom: -2px;
}

.gg-arrow-long-left-e {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-right: 4px solid transparent;
    box-shadow: inset 0 0 0 2px;
    width: 24px;
    height: 6px;
}

.gg-arrow-long-left-e::after,
.gg-arrow-long-left-e::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-arrow-long-left-e::after {
    width: 6px;
    height: 6px;
    border-bottom: 2px solid;
    border-left: 2px solid;
    transform: rotate(45deg);
    left: 0;
    bottom: -2px;
}

.gg-arrow-long-left-e::before {
    width: 6px;
    height: 6px;
    border: 2px solid;
    right: -4px;
    bottom: -2px;
}

.gg-arrow-long-left-l {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    box-shadow: inset 0 0 0 2px;
    width: 24px;
    height: 6px;
}

.gg-arrow-long-left-l::after,
.gg-arrow-long-left-l::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-arrow-long-left-l::after {
    width: 6px;
    height: 6px;
    border-bottom: 2px solid;
    border-left: 2px solid;
    transform: rotate(45deg);
    left: 0;
    bottom: -2px;
}

.gg-arrow-long-left-l::before {
    width: 2px;
    height: 6px;
    background: currentColor;
    right: -1px;
    bottom: -2px;
}

.gg-arrow-long-left-r {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-right: 4px solid transparent;
    box-shadow: inset 0 0 0 2px;
    width: 24px;
    height: 6px;
}

.gg-arrow-long-left-r::after,
.gg-arrow-long-left-r::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-arrow-long-left-r::after {
    width: 6px;
    height: 6px;
    border-bottom: 2px solid;
    border-left: 2px solid;
    transform: rotate(45deg);
    left: 0;
    bottom: -2px;
}

.gg-arrow-long-left-r::before {
    width: 6px;
    height: 6px;
    border: 2px solid;
    transform: rotate(45deg);
    right: -5px;
    bottom: -2px;
}

.gg-arrow-long-left {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    box-shadow: inset 0 0 0 2px;
    width: 24px;
    height: 6px;
}

.gg-arrow-long-left::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid;
    border-left: 2px solid;
    transform: rotate(45deg);
    left: 0;
    bottom: -2px;
}

.gg-arrow-long-right-c {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-left: 4px solid transparent;
    box-shadow: inset 0 0 0 2px;
    width: 24px;
    height: 6px;
}

.gg-arrow-long-right-c::after,
.gg-arrow-long-right-c::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-arrow-long-right-c::after {
    width: 6px;
    height: 6px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    right: 0;
    bottom: -2px;
}

.gg-arrow-long-right-c::before {
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-radius: 8px;
    left: -4px;
    bottom: -2px;
}

.gg-arrow-long-right-e {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-left: 4px solid transparent;
    box-shadow: inset 0 0 0 2px;
    width: 24px;
    height: 6px;
}

.gg-arrow-long-right-e::after,
.gg-arrow-long-right-e::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-arrow-long-right-e::after {
    width: 6px;
    height: 6px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    right: 0;
    bottom: -2px;
}

.gg-arrow-long-right-e::before {
    width: 6px;
    height: 6px;
    border: 2px solid;
    left: -4px;
    bottom: -2px;
}

.gg-arrow-long-right-l {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    box-shadow: inset 0 0 0 2px;
    width: 24px;
    height: 6px;
}

.gg-arrow-long-right-l::after,
.gg-arrow-long-right-l::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-arrow-long-right-l::after {
    width: 6px;
    height: 6px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    right: 0;
    bottom: -2px;
}

.gg-arrow-long-right-l::before {
    width: 2px;
    height: 6px;
    background: currentColor;
    left: -1px;
    bottom: -2px;
}

.gg-arrow-long-right-r {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-left: 4px solid transparent;
    box-shadow: inset 0 0 0 2px;
    width: 24px;
    height: 6px;
}

.gg-arrow-long-right-r::after,
.gg-arrow-long-right-r::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-arrow-long-right-r::after {
    width: 6px;
    height: 6px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    right: 0;
    bottom: -2px;
}

.gg-arrow-long-right-r::before {
    width: 6px;
    height: 6px;
    border: 2px solid;
    transform: rotate(45deg);
    left: -5px;
    bottom: -2px;
}

.gg-arrow-long-right {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    box-shadow: inset 0 0 0 2px;
    width: 24px;
    height: 6px;
}

.gg-arrow-long-right::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    right: 0;
    bottom: -2px;
}

.gg-arrow-long-up-c {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    border-right: 2px solid transparent;
    border-left: 2px solid transparent;
    border-bottom: 4px solid transparent;
    box-shadow: inset 0 0 0 2px;
    height: 24px;
    width: 6px;
}

.gg-arrow-long-up-c::after,
.gg-arrow-long-up-c::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-arrow-long-up-c::after {
    width: 6px;
    height: 6px;
    border-top: 2px solid;
    border-left: 2px solid;
    transform: rotate(45deg);
    top: 0;
    left: -2px;
}

.gg-arrow-long-up-c::before {
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-radius: 8px;
    bottom: -4px;
    left: -2px;
}

.gg-arrow-long-up-e {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    border-right: 2px solid transparent;
    border-left: 2px solid transparent;
    border-bottom: 4px solid transparent;
    box-shadow: inset 0 0 0 2px;
    height: 24px;
    width: 6px;
}

.gg-arrow-long-up-e::after,
.gg-arrow-long-up-e::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-arrow-long-up-e::after {
    width: 6px;
    height: 6px;
    border-top: 2px solid;
    border-left: 2px solid;
    transform: rotate(45deg);
    top: 0;
    left: -2px;
}

.gg-arrow-long-up-e::before {
    width: 6px;
    height: 6px;
    border: 2px solid;
    bottom: -5px;
    left: -2px;
}

.gg-arrow-long-up-l {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    border-right: 2px solid transparent;
    border-left: 2px solid transparent;
    box-shadow: inset 0 0 0 2px;
    height: 24px;
    width: 6px;
}

.gg-arrow-long-up-l::after,
.gg-arrow-long-up-l::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-arrow-long-up-l::after {
    width: 6px;
    height: 6px;
    border-top: 2px solid;
    border-left: 2px solid;
    transform: rotate(45deg);
    top: 0;
    left: -2px;
}

.gg-arrow-long-up-l::before {
    width: 6px;
    height: 2px;
    background: currentColor;
    bottom: -1px;
    left: -2px;
}

.gg-arrow-long-up-r {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    border-right: 2px solid transparent;
    border-left: 2px solid transparent;
    border-bottom: 4px solid transparent;
    box-shadow: inset 0 0 0 2px;
    height: 24px;
    width: 6px;
}

.gg-arrow-long-up-r::after,
.gg-arrow-long-up-r::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-arrow-long-up-r::after {
    width: 6px;
    height: 6px;
    border-top: 2px solid;
    border-left: 2px solid;
    transform: rotate(45deg);
    top: 0;
    left: -2px;
}

.gg-arrow-long-up-r::before {
    width: 6px;
    height: 6px;
    border: 2px solid;
    transform: rotate(45deg);
    bottom: -5px;
    left: -2px;
}

.gg-arrow-long-up {
    display: block;
    box-sizing: border-box;
    width: 6px;
    position: relative;
    transform: scale(var(--ggs, 1));
    border-right: 2px solid transparent;
    border-left: 2px solid transparent;
    box-shadow: inset 0 0 0 2px;
    height: 24px;
}

.gg-arrow-long-up::after {
    display: block;
    box-sizing: border-box;
    width: 6px;
    content: "";
    position: absolute;
    height: 6px;
    border-top: 2px solid;
    border-left: 2px solid;
    transform: rotate(45deg);
    top: 0;
    left: -2px;
}

.gg-arrow-right-o {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
    border: 2px solid;
    transform: scale(var(--ggs, 1));
    border-radius: 20px;
}

.gg-arrow-right-o::after,
.gg-arrow-right-o::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    right: 4px;
}

.gg-arrow-right-o::after {
    width: 6px;
    height: 6px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    bottom: 6px;
}

.gg-arrow-right-o::before {
    width: 10px;
    height: 2px;
    bottom: 8px;
    background: currentColor;
}

.gg-arrow-right-r {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
    border: 2px solid;
    transform: scale(var(--ggs, 1));
    border-radius: 4px;
}

.gg-arrow-right-r::after,
.gg-arrow-right-r::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    right: 4px;
}

.gg-arrow-right-r::after {
    width: 6px;
    height: 6px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    bottom: 6px;
}

.gg-arrow-right-r::before {
    width: 10px;
    height: 2px;
    bottom: 8px;
    background: currentColor;
}

.gg-arrow-right {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
}

.gg-arrow-right::after,
.gg-arrow-right::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    right: 3px;
}

.gg-arrow-right::after {
    width: 8px;
    height: 8px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    bottom: 7px;
}

.gg-arrow-right::before {
    width: 16px;
    height: 2px;
    bottom: 10px;
    background: currentColor;
}

.gg-arrow-top-left-o {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
    border: 2px solid;
    transform: scale(var(--ggs, 1));
    border-radius: 20px;
}

.gg-arrow-top-left-o::after,
.gg-arrow-top-left-o::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-arrow-top-left-o::after {
    width: 10px;
    height: 2px;
    background: currentColor;
    transform: rotate(45deg);
    bottom: 8px;
    right: 4px;
}

.gg-arrow-top-left-o::before {
    width: 6px;
    height: 6px;
    left: 4px;
    top: 4px;
    border-top: 2px solid;
    border-left: 2px solid;
}

.gg-arrow-top-left-r {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
    border: 2px solid;
    transform: scale(var(--ggs, 1));
    border-radius: 4px;
}

.gg-arrow-top-left-r::after,
.gg-arrow-top-left-r::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    left: 4px;
}

.gg-arrow-top-left-r::after {
    width: 10px;
    height: 2px;
    background: currentColor;
    transform: rotate(45deg);
    bottom: 8px;
}

.gg-arrow-top-left-r::before {
    width: 6px;
    height: 6px;
    top: 4px;
    border-top: 2px solid;
    border-left: 2px solid;
}

.gg-arrow-top-left {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 8px;
    height: 8px;
    transform: scale(var(--ggs, 1));
    border-top: 2px solid;
    border-left: 2px solid;
}

.gg-arrow-top-left::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 14px;
    height: 2px;
    background: currentColor;
    transform: rotate(45deg);
    top: 3px;
    left: -3px;
}

.gg-arrow-top-right-o {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
    border: 2px solid;
    transform: scale(var(--ggs, 1));
    border-radius: 20px;
}

.gg-arrow-top-right-o::after,
.gg-arrow-top-right-o::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    right: 4px;
}

.gg-arrow-top-right-o::after {
    width: 10px;
    height: 2px;
    background: currentColor;
    transform: rotate(-45deg);
    bottom: 8px;
}

.gg-arrow-top-right-o::before {
    width: 6px;
    height: 6px;
    top: 4px;
    border-top: 2px solid;
    border-right: 2px solid;
}

.gg-arrow-top-right-r {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
    border: 2px solid;
    transform: scale(var(--ggs, 1));
    border-radius: 4px;
}

.gg-arrow-top-right-r::after,
.gg-arrow-top-right-r::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    right: 4px;
}

.gg-arrow-top-right-r::after {
    width: 10px;
    height: 2px;
    background: currentColor;
    transform: rotate(-45deg);
    bottom: 8px;
}

.gg-arrow-top-right-r::before {
    width: 6px;
    height: 6px;
    top: 4px;
    border-top: 2px solid;
    border-right: 2px solid;
}

.gg-arrow-top-right {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid;
    transform: scale(var(--ggs, 1));
    border-right: 2px solid;
}

.gg-arrow-top-right::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 14px;
    height: 2px;
    background: currentColor;
    transform: rotate(-45deg);
    top: 3px;
    right: -3px;
}

.gg-arrow-up-o {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
    border: 2px solid;
    transform: scale(var(--ggs, 1));
    border-radius: 20px;
}

.gg-arrow-up-o::after,
.gg-arrow-up-o::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    top: 4px;
}

.gg-arrow-up-o::after {
    width: 6px;
    height: 6px;
    border-top: 2px solid;
    border-left: 2px solid;
    transform: rotate(45deg);
    left: 6px;
}

.gg-arrow-up-o::before {
    width: 2px;
    height: 10px;
    left: 8px;
    background: currentColor;
}

.gg-arrow-up-r {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
    border: 2px solid;
    transform: scale(var(--ggs, 1));
    border-radius: 4px;
}

.gg-arrow-up-r::after,
.gg-arrow-up-r::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    top: 4px;
}

.gg-arrow-up-r::after {
    width: 6px;
    height: 6px;
    border-top: 2px solid;
    border-left: 2px solid;
    transform: rotate(45deg);
    left: 6px;
}

.gg-arrow-up-r::before {
    width: 2px;
    height: 10px;
    left: 8px;
    background: currentColor;
}

.gg-arrow-up {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
}

.gg-arrow-up::after,
.gg-arrow-up::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    top: 4px;
}

.gg-arrow-up::after {
    width: 8px;
    height: 8px;
    border-top: 2px solid;
    border-left: 2px solid;
    transform: rotate(45deg);
    left: 7px;
}

.gg-arrow-up::before {
    width: 2px;
    height: 16px;
    left: 10px;
    background: currentColor;
}

.gg-arrows-breake-h {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 20px;
    height: 10px;
    background: linear-gradient(to left, currentColor 10px, transparent 0)
            no-repeat center left/8px 2px,
        linear-gradient(to left, currentColor 10px, transparent 0) no-repeat
            center right/8px 2px,
        linear-gradient(to left, currentColor 10px, transparent 0) no-repeat 7px
            center/2px 10px,
        linear-gradient(to left, currentColor 10px, transparent 0) no-repeat
            11px center/2px 10px;
}

.gg-arrows-breake-h::after,
.gg-arrows-breake-h::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    top: 2px;
}

.gg-arrows-breake-h::after {
    border-left: 2px solid;
    border-bottom: 2px solid;
}

.gg-arrows-breake-h::before {
    border-right: 2px solid;
    border-top: 2px solid;
    right: 0;
}

.gg-arrows-breake-v {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 10px;
    height: 20px;
    background: linear-gradient(to left, currentColor 10px, transparent 0)
            no-repeat center top/2px 8px,
        linear-gradient(to left, currentColor 10px, transparent 0) no-repeat
            center bottom/2px 8px,
        linear-gradient(to left, currentColor 10px, transparent 0) no-repeat
            center 7px/10px 2px,
        linear-gradient(to left, currentColor 10px, transparent 0) no-repeat
            center 11px/10px 2px;
}

.gg-arrows-breake-v::after,
.gg-arrows-breake-v::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    left: 2px;
}

.gg-arrows-breake-v::after {
    border-left: 2px solid;
    border-top: 2px solid;
}

.gg-arrows-breake-v::before {
    border-right: 2px solid;
    border-bottom: 2px solid;
    bottom: 0;
}

.gg-arrows-exchange-alt-v {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 14px;
    height: 16px;
}

.gg-arrows-exchange-alt-v::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 2px;
    background: currentColor;
    border-radius: 4px;
}

.gg-arrows-exchange-alt-v::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 2px;
    background: currentColor;
    border-radius: 4px;
    height: 6px;
    transform: rotate(-45deg);
    box-shadow: 13px -2px 0;
    top: 10px;
    left: 2px;
}

.gg-arrows-exchange-alt-v::after {
    height: 12px;
    box-shadow: -4px 4px 0;
    right: 4px;
}

.gg-arrows-exchange-alt {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 16px;
    height: 14px;
}

.gg-arrows-exchange-alt::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    height: 2px;
    background: currentColor;
    border-radius: 4px;
}

.gg-arrows-exchange-alt::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    height: 2px;
    background: currentColor;
    border-radius: 4px;
    width: 6px;
    transform: rotate(-45deg);
    box-shadow: -2px -13px 0;
    right: 0;
    top: 10px;
}

.gg-arrows-exchange-alt::after {
    width: 12px;
    box-shadow: 4px 4px 0;
    top: 4px;
}

.gg-arrows-exchange-v {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 14px;
    height: 16px;
}

.gg-arrows-exchange-v::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 2px;
    background: currentColor;
    border-radius: 4px;
}

.gg-arrows-exchange-v::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 2px;
    background: currentColor;
    border-radius: 4px;
    height: 6px;
    transform: rotate(45deg);
    box-shadow: 7px -4px 0;
    top: 4px;
    left: 2px;
}

.gg-arrows-exchange-v::after {
    height: 12px;
    box-shadow: -4px 4px 0;
    right: 4px;
    bottom: 4px;
}

.gg-arrows-exchange {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 16px;
    height: 14px;
}

.gg-arrows-exchange::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    height: 2px;
    background: currentColor;
    border-radius: 4px;
}

.gg-arrows-exchange::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    height: 2px;
    background: currentColor;
    border-radius: 4px;
    width: 6px;
    transform: rotate(45deg);
    box-shadow: 2px -13px 0;
    top: 10px;
}

.gg-arrows-exchange::after {
    width: 12px;
    box-shadow: -4px 4px 0;
    left: 4px;
    top: 4px;
}

.gg-arrows-expand-down-left {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 16px;
    height: 16px;
    box-shadow: -6px 6px 0 -4px;
}

.gg-arrows-expand-down-left::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 8px;
    height: 8px;
    border: 2px solid;
    border-radius: 1px;
    right: 0;
}

.gg-arrows-expand-down-left::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    background: currentColor;
    width: 2px;
    height: 10px;
    transform: rotate(45deg);
    top: 8px;
    left: 2px;
    border-radius: 4px;
}

.gg-arrows-expand-down-right {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 16px;
    height: 16px;
    box-shadow: 6px 6px 0 -4px;
}

.gg-arrows-expand-down-right::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 8px;
    height: 8px;
    border: 2px solid;
    border-radius: 1px;
    left: 0;
}

.gg-arrows-expand-down-right::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    background: currentColor;
    width: 2px;
    height: 10px;
    transform: rotate(-45deg);
    top: 8px;
    right: 2px;
    border-radius: 4px;
}

.gg-arrows-expand-left-alt {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 14px;
    height: 14px;
    margin: 2px;
    box-shadow: 6px 6px 0 -4px, -6px -6px 0 -4px;
}

.gg-arrows-expand-left-alt::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    transform: rotate(-45deg);
}

.gg-arrows-expand-left-alt::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    transform: rotate(-45deg);
    width: 2px;
    height: 22px;
    top: -4px;
    left: 6px;
    border-top: 9px solid;
    border-bottom: 9px solid;
}

.gg-arrows-expand-left-alt::after {
    width: 8px;
    height: 2px;
    background: currentColor;
    top: 6px;
    left: 3px;
}

.gg-arrows-expand-left {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 14px;
    height: 14px;
    box-shadow: 6px 6px 0 -4px, -6px -6px 0 -4px;
}

.gg-arrows-expand-left::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 2px;
    height: 22px;
    top: -4px;
    left: 6px;
    transform: rotate(-45deg);
    border-top: 9px solid;
    border-bottom: 9px solid;
}

.gg-arrows-expand-right-alt {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 14px;
    height: 14px;
    margin: 2px;
    box-shadow: -6px 6px 0 -4px, 6px -6px 0 -4px;
}

.gg-arrows-expand-right-alt::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    transform: rotate(45deg);
}

.gg-arrows-expand-right-alt::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    transform: rotate(45deg);
    width: 2px;
    height: 22px;
    top: -4px;
    left: 6px;
    border-top: 9px solid;
    border-bottom: 9px solid;
}

.gg-arrows-expand-right-alt::after {
    width: 8px;
    height: 2px;
    background: currentColor;
    top: 6px;
    left: 3px;
}

.gg-arrows-expand-right {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 14px;
    height: 14px;
    margin: 2px;
    box-shadow: -6px 6px 0 -4px, 6px -6px 0 -4px;
}

.gg-arrows-expand-right::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 2px;
    height: 22px;
    top: -4px;
    left: 6px;
    transform: rotate(45deg);
    border-top: 9px solid;
    border-bottom: 9px solid;
}

.gg-arrows-expand-up-left {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 16px;
    height: 16px;
    box-shadow: -6px -6px 0 -4px;
}

.gg-arrows-expand-up-left::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 8px;
    height: 8px;
    border: 2px solid;
    border-radius: 1px;
    right: 0;
    bottom: 0;
}

.gg-arrows-expand-up-left::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    background: currentColor;
    width: 2px;
    height: 10px;
    transform: rotate(-45deg);
    bottom: 8px;
    left: 2px;
    border-radius: 4px;
}

.gg-arrows-expand-up-right {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 16px;
    height: 16px;
    box-shadow: 6px -6px 0 -4px;
}

.gg-arrows-expand-up-right::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 8px;
    height: 8px;
    border: 2px solid;
    border-radius: 1px;
    left: 0;
    bottom: 0;
}

.gg-arrows-expand-up-right::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    background: currentColor;
    width: 2px;
    height: 10px;
    transform: rotate(45deg);
    bottom: 8px;
    right: 2px;
    border-radius: 4px;
}

.gg-arrows-h-alt {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 20px;
    height: 10px;
    background: linear-gradient(to left, currentColor 18px, transparent 0)
        no-repeat 2px 4px/16px 2px;
}

.gg-arrows-h-alt::after,
.gg-arrows-h-alt::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    top: 2px;
}

.gg-arrows-h-alt::after {
    border-bottom: 2px solid;
    border-left: 2px solid;
    left: 1px;
}

.gg-arrows-h-alt::before {
    border-top: 2px solid;
    border-right: 2px solid;
    right: 1px;
}

.gg-arrows-h {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 20px;
    height: 10px;
    background: linear-gradient(to left, currentColor 15px, transparent 0)
            no-repeat 2px 4px/6px 2px,
        linear-gradient(to left, currentColor 15px, transparent 0) no-repeat
            12px 4px/6px 2px;
}

.gg-arrows-h::after,
.gg-arrows-h::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    top: 2px;
}

.gg-arrows-h::after {
    border-bottom: 2px solid;
    border-left: 2px solid;
    left: 1px;
}

.gg-arrows-h::before {
    border-top: 2px solid;
    border-right: 2px solid;
    right: 1px;
}

.gg-arrows-merge-alt-h {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 12px;
    background: linear-gradient(to left, currentColor 12px, transparent 0)
            no-repeat center left/8px 2px,
        linear-gradient(to left, currentColor 12px, transparent 0) no-repeat
            center right/8px 2px,
        linear-gradient(to left, currentColor 12px, transparent 0) no-repeat
            20px center/2px 12px,
        linear-gradient(to left, currentColor 12px, transparent 0) no-repeat 0
            center/2px 12px;
}

.gg-arrows-merge-alt-h::after,
.gg-arrows-merge-alt-h::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    top: 3px;
}

.gg-arrows-merge-alt-h::after {
    border-left: 2px solid;
    border-bottom: 2px solid;
    right: 3px;
}

.gg-arrows-merge-alt-h::before {
    border-right: 2px solid;
    border-top: 2px solid;
    left: 3px;
}

.gg-arrows-merge-alt-v {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 12px;
    height: 22px;
    background: linear-gradient(to left, currentColor 10px, transparent 0)
            no-repeat center top/2px 8px,
        linear-gradient(to left, currentColor 10px, transparent 0) no-repeat
            center bottom/2px 8px,
        linear-gradient(to left, currentColor 10px, transparent 0) no-repeat
            center 20px/10px 2px,
        linear-gradient(to left, currentColor 10px, transparent 0) no-repeat
            center 0/10px 2px;
}

.gg-arrows-merge-alt-v::after,
.gg-arrows-merge-alt-v::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    left: 3px;
}

.gg-arrows-merge-alt-v::after {
    border-left: 2px solid;
    border-top: 2px solid;
    bottom: 3px;
}

.gg-arrows-merge-alt-v::before {
    border-right: 2px solid;
    border-bottom: 2px solid;
    top: 3px;
}

.gg-arrows-scroll-h {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 16px;
    height: 6px;
}

.gg-arrows-scroll-h::after,
.gg-arrows-scroll-h::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
}

.gg-arrows-scroll-h::after {
    border-bottom: 2px solid;
    border-left: 2px solid;
    right: 0;
}

.gg-arrows-scroll-h::before {
    border-top: 2px solid;
    border-right: 2px solid;
    left: 0;
}

.gg-arrows-scroll-v {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 6px;
    height: 16px;
}

.gg-arrows-scroll-v::after,
.gg-arrows-scroll-v::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    transform: rotate(-45deg);
}

.gg-arrows-scroll-v::after {
    border-bottom: 2px solid;
    border-left: 2px solid;
}

.gg-arrows-scroll-v::before {
    border-top: 2px solid;
    border-right: 2px solid;
    bottom: 0;
}

.gg-arrows-shrink-h {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 20px;
    height: 10px;
    background: linear-gradient(to left, currentColor 10px, transparent 0)
            no-repeat center center/10px 2px,
        linear-gradient(to left, currentColor 10px, transparent 0) no-repeat
            18px center/2px 10px,
        linear-gradient(to left, currentColor 10px, transparent 0) no-repeat 0px
            center/2px 10px;
}

.gg-arrows-shrink-h::after,
.gg-arrows-shrink-h::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    top: 2px;
}

.gg-arrows-shrink-h::after {
    border-left: 2px solid;
    border-bottom: 2px solid;
    left: 4px;
}

.gg-arrows-shrink-h::before {
    border-right: 2px solid;
    border-top: 2px solid;
    right: 4px;
}

.gg-arrows-shrink-v {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 10px;
    height: 20px;
    background: linear-gradient(to left, currentColor 10px, transparent 0)
            no-repeat center center/2px 10px,
        linear-gradient(to left, currentColor 10px, transparent 0) no-repeat
            center 18px/10px 2px,
        linear-gradient(to left, currentColor 10px, transparent 0) no-repeat
            center 0/10px 2px;
}

.gg-arrows-shrink-v::after,
.gg-arrows-shrink-v::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    left: 2px;
}

.gg-arrows-shrink-v::after {
    border-left: 2px solid;
    border-top: 2px solid;
    top: 4px;
}

.gg-arrows-shrink-v::before {
    border-right: 2px solid;
    border-bottom: 2px solid;
    bottom: 4px;
}

.gg-arrows-v-alt {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 10px;
    height: 20px;
    background: linear-gradient(to left, currentColor 16px, transparent 0)
        no-repeat 4px 2px/2px 16px;
}

.gg-arrows-v-alt::after,
.gg-arrows-v-alt::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    transform: rotate(-45deg);
    left: 2px;
}

.gg-arrows-v-alt::after {
    border-bottom: 2px solid;
    border-left: 2px solid;
    bottom: 1px;
}

.gg-arrows-v-alt::before {
    border-top: 2px solid;
    border-right: 2px solid;
    top: 1px;
}

.gg-arrows-v {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 10px;
    height: 20px;
    background: linear-gradient(to left, currentColor 15px, transparent 0)
            no-repeat 4px 2px/2px 6px,
        linear-gradient(to left, currentColor 15px, transparent 0) no-repeat 4px
            12px/2px 6px;
}

.gg-arrows-v::after,
.gg-arrows-v::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    transform: rotate(-45deg);
    left: 2px;
}

.gg-arrows-v::after {
    border-bottom: 2px solid;
    border-left: 2px solid;
    bottom: 1px;
}

.gg-arrows-v::before {
    border-top: 2px solid;
    border-right: 2px solid;
    top: 1px;
}

.gg-assign {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 6px;
    height: 6px;
    background: currentColor;
    transform: scale(var(--ggs, 1));
    border-radius: 100px;
}

.gg-assign::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 12px;
    height: 12px;
    box-shadow: -5px -5px 0 -3px, 5px 5px 0 -3px, 5px -5px 0 -3px,
        -5px 5px 0 -3px;
    left: -3px;
    top: -3px;
}

.gg-asterisk {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 12px;
    height: 12px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    box-shadow: inset 0 0 0 2px;
}

.gg-asterisk::after,
.gg-asterisk::before {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    width: 2px;
    height: 12px;
    background: currentColor;
    transform: rotate(55deg);
}

.gg-asterisk::after {
    transform: rotate(-55deg);
}

.gg-atlasian {
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 22px;
    height: 18px;
    transform: scale(var(--ggs, 1));
    overflow: hidden;
}

.gg-atlasian::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    background: currentColor;
    border-radius: 4px;
}

.gg-atlasian::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    background: currentColor;
    border-radius: 4px;
    height: 12px;
    border-top-right-radius: 10px;
    bottom: -4px;
    left: 3px;
    transform: rotate(30deg) skewY(35deg);
    opacity: 0.8;
}

.gg-atlasian::after {
    height: 24px;
    border-top-left-radius: 10px;
    bottom: -8px;
    right: 3px;
    transform: rotate(-30deg) skewY(-35deg);
}

.gg-attachment {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 14px;
    height: 14px;
    border: 2px solid;
    border-top: 0;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    transform: scale(var(--ggs, 1));
    margin-top: 11px;
}

.gg-attachment::after,
.gg-attachment::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    border: 2px solid;
}

.gg-attachment::after {
    border-bottom: 0;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    right: -2px;
    width: 10px;
    height: 14px;
    bottom: 8px;
}

.gg-attachment::before {
    width: 6px;
    height: 12px;
    border-top: 0;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    left: 2px;
    bottom: 4px;
}

.gg-attribution {
    display: block;
    box-sizing: border-box;
    transform: scale(var(--ggs, 1));
    width: 16px;
    height: 18px;
    background: linear-gradient(to left, currentColor 14px, transparent 0)
            no-repeat 1px 2px/8px 2px,
        linear-gradient(to left, currentColor 14px, transparent 0) no-repeat 6px
            14px/6px 2px,
        radial-gradient(circle, currentColor 60%, transparent 40%) no-repeat
            10px 12px/6px 6px,
        radial-gradient(circle, currentColor 60%, transparent 40%) no-repeat 0 0/6px
            6px;
}

.gg-attribution::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 8px;
    height: 8px;
    border: 2px solid;
}

.gg-attribution::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 8px;
    height: 8px;
    border: 2px solid;
    border-right: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    top: 8px;
    left: 2px;
}

.gg-attribution::after {
    border-left: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    right: 2px;
    top: 2px;
}

.gg-awards {
    display: block;
    position: relative;
    transform: scale(var(--ggs, 1));
    box-sizing: border-box;
    width: 16px;
    height: 20px;
    border: 4px solid transparent;
    border-top: 12px solid transparent;
    border-bottom: 0;
    box-shadow: inset 4px 0 0 -2px, inset -4px 0 0 -2px;
}

.gg-awards::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    display: block;
    border: 2px solid;
}

.gg-awards::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    display: block;
    border: 2px solid;
    width: 14px;
    height: 14px;
    border-radius: 22px;
    top: -12px;
    left: -3px;
}

.gg-awards::after {
    width: 6px;
    height: 6px;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-bottom-left-radius: 1px;
    border-top-right-radius: 1px;
    transform: rotate(45deg);
    bottom: -3px;
    left: 1px;
}

.gg-backspace {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 14px;
    height: 14px;
    transform: scale(var(--ggs, 1));
    border: 2px solid;
    border-left: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.gg-backspace::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-backspace::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    background: linear-gradient(to left, currentColor 18px, transparent 0)
        no-repeat center center/10px 2px;
    border-right: 3px solid transparent;
    box-shadow: inset 0 0 0 2px;
    right: 2px;
    bottom: 1px;
    width: 8px;
    height: 8px;
    border-left: 3px solid transparent;
    transform: rotate(45deg);
}

.gg-backspace::after {
    width: 10px;
    height: 10px;
    border-top: 2px solid;
    border-left: 2px solid;
    border-top-left-radius: 1px;
    transform: rotate(-45deg);
    top: 0;
    left: -5px;
}

.gg-band-aid {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: rotate(-25deg) scale(var(--ggs, 1));
    width: 24px;
    height: 12px;
    border: 2px solid;
    border-radius: 22px;
}

.gg-band-aid::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-band-aid::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 12px;
    height: 10px;
    top: -2px;
    left: 4px;
    border-left: 2px solid;
    border-right: 2px solid;
}

.gg-band-aid::after {
    width: 2px;
    height: 2px;
    background: currentColor;
    box-shadow: 0 4px 0, 4px 0 0, 4px 4px 0;
    border-radius: 22px;
    left: 7px;
    top: 1px;
}

.gg-battery-empty {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 20px;
    height: 12px;
    transform: scale(var(--ggs, 1));
    border: 2px solid;
    border-radius: 3px;
    margin-left: -3px;
}

.gg-battery-empty::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    width: 4px;
    height: 6px;
    right: -4px;
    top: 1px;
    background: currentColor;
}

.gg-battery-full {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 20px;
    height: 12px;
    transform: scale(var(--ggs, 1));
    border: 2px solid;
    border-radius: 3px;
    margin-left: -3px;
}

.gg-battery-full::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    height: 6px;
    background: currentColor;
    top: 1px;
}

.gg-battery-full::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    height: 6px;
    background: currentColor;
    top: 1px;
    right: -4px;
    border-radius: 3px;
    width: 4px;
}

.gg-battery-full::after {
    width: 14px;
    left: 1px;
}

.gg-battery {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 20px;
    height: 12px;
    transform: scale(var(--ggs, 1));
    border: 2px solid;
    border-radius: 3px;
    margin-left: -3px;
}

.gg-battery::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    height: 6px;
    background: currentColor;
    top: 1px;
}

.gg-battery::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    height: 6px;
    background: currentColor;
    top: 1px;
    right: -4px;
    border-radius: 3px;
    width: 4px;
}

.gg-battery::after {
    width: 8px;
    left: 1px;
}

.gg-bee {
    display: block;
    box-sizing: border-box;
    border: 2px solid;
    position: relative;
    width: 12px;
    height: 20px;
    transform: scale(var(--ggs, 1));
    border-radius: 22px;
    background: linear-gradient(to left, currentColor 12px, transparent 0)
            no-repeat center 6px/12px 2px,
        linear-gradient(to left, currentColor 12px, transparent 0) no-repeat
            center 10px/12px 2px;
    box-shadow: 0 4px 0 -2px, 0 7px 0 -4px;
}

.gg-bee::after,
.gg-bee::before {
    display: block;
    box-sizing: border-box;
    border: 2px solid;
}

.gg-bee::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 10px;
    border-top: 0;
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
    top: 4px;
}

.gg-bee::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 10px;
    border-top: 0;
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
    top: 4px;
    left: -6px;
    transform: rotate(40deg);
}

.gg-bee::after {
    right: -6px;
    transform: rotate(-40deg);
}

.gg-bell {
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    border: 2px solid;
    border-bottom: 0;
    width: 14px;
    height: 14px;
}

.gg-bell::before {
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
}

.gg-bell::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-bell::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    background: currentColor;
    width: 4px;
    height: 4px;
    top: -4px;
    left: 3px;
}

.gg-bell::after {
    border-radius: 3px;
    width: 16px;
    height: 10px;
    border: 6px solid transparent;
    border-top: 1px solid transparent;
    box-shadow: inset 0 0 0 4px, 0 -2px 0 0;
    top: 14px;
    left: -3px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
}

.gg-bitbucket {
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 15px;
    height: 15px;
    transform: scale(var(--ggs, 1));
    border-top: 5px solid;
    background: linear-gradient(to left, currentColor 10px, transparent 0)
        no-repeat center bottom/10px 5px;
}

.gg-bitbucket::after,
.gg-bitbucket::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    background: currentColor;
    width: 5px;
    height: 15px;
    top: -5px;
    transform: skew(10deg);
    border-radius: 1px;
}

.gg-bitbucket::after {
    right: 0;
    transform: skew(-10deg);
}

.gg-block {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 16px;
    height: 16px;
    border: 2px solid;
    border-radius: 100%;
}

.gg-block::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 2px;
    background: currentColor;
    border-radius: 5px;
    transform: rotate(-45deg);
    top: 5px;
    left: 1px;
}

.gg-bmw {
    position: relative;
    box-sizing: border-box;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 18px;
    height: 18px;
    border: 2px solid;
    border-radius: 18px;
}

.gg-bmw::before {
    content: "";
    position: absolute;
    box-sizing: border-box;
    display: block;
    border: 9px solid;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-radius: 18px;
    transform: rotate(45deg);
    left: -2px;
    top: -2px;
}

.gg-board {
    display: block;
    position: relative;
    box-sizing: border-box;
    transform: scale(var(--ggs, 1));
    width: 16px;
    height: 12px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    box-shadow: 0 0 0 2px, inset 2px 0 0, inset -2px 0 0;
    border-radius: 2px;
}

.gg-bolt {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 6px;
    height: 21px;
}

.gg-bolt::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    transform: rotate(30deg);
}

.gg-bolt::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    transform: rotate(30deg);
    border-bottom: 12px solid;
    left: 0;
    top: 0;
}

.gg-bolt::after {
    border-top: 12px solid;
    right: 0;
    bottom: 0;
}

.gg-bookmark {
    display: block;
    box-sizing: border-box;
    border-top-right-radius: 3px;
    border: 2px solid;
    border-bottom: 0;
    border-top-left-radius: 3px;
    overflow: hidden;
    position: relative;
    transform: scale(var(--ggs, 1));
    width: 14px;
    height: 16px;
}

.gg-bookmark::after {
    display: block;
    box-sizing: border-box;
    border-top-right-radius: 3px;
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(-45deg);
    top: 9px;
    left: -1px;
}

.gg-border-all {
    transform: scale(var(--ggs, 1));
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 14px;
    height: 14px;
}

.gg-border-all::before {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 14px;
    height: 14px;
    content: "";
    position: absolute;
    border: 3px solid;
    bottom: 0;
    left: 0;
}

.gg-border-bottom {
    transform: scale(var(--ggs, 1));
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 14px;
    height: 14px;
    border-bottom: 3px solid;
}

.gg-border-bottom::before {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 14px;
    height: 14px;
    border-bottom: 3px solid;
    content: "";
    position: absolute;
    height: 10px;
    border: 3px solid;
    border-bottom: 0;
    bottom: 2px;
    left: 0;
    opacity: 0.3;
}

.gg-border-left {
    transform: scale(var(--ggs, 1));
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 14px;
    height: 14px;
    border-left: 3px solid;
}

.gg-border-left::before {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 14px;
    height: 14px;
    border-left: 3px solid;
    content: "";
    position: absolute;
    width: 10px;
    border: 3px solid;
    border-left: 0;
    bottom: 0;
    left: 2px;
    opacity: 0.3;
}

.gg-border-right {
    transform: scale(var(--ggs, 1));
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 14px;
    height: 14px;
    border-right: 3px solid;
}

.gg-border-right::before {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 14px;
    height: 14px;
    border-right: 3px solid;
    content: "";
    position: absolute;
    width: 10px;
    border: 3px solid;
    border-right: 0;
    bottom: 0;
    right: 2px;
    opacity: 0.3;
}

.gg-border-style-dashed {
    transform: scale(var(--ggs, 1));
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 26px;
    height: 17px;
}

.gg-border-style-dashed::before {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 26px;
    height: 17px;
    content: "";
    position: absolute;
    height: 2px;
    top: 7px;
    border-top: 2px dashed;
}

.gg-border-style-dotted {
    transform: scale(var(--ggs, 1));
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 26px;
    height: 17px;
}

.gg-border-style-dotted::before {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 26px;
    height: 17px;
    content: "";
    position: absolute;
    height: 2px;
    top: 7px;
    border-top: 2px dotted;
}

.gg-border-style-solid {
    transform: scale(var(--ggs, 1));
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 26px;
    height: 17px;
}

.gg-border-style-solid::before {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 26px;
    height: 17px;
    content: "";
    position: absolute;
    height: 2px;
    top: 7px;
    border-top: 2px solid;
}

.gg-border-top {
    transform: scale(var(--ggs, 1));
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 14px;
    height: 14px;
    border-top: 3px solid;
}

.gg-border-top::before {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 14px;
    height: 14px;
    border-top: 3px solid;
    content: "";
    position: absolute;
    height: 10px;
    border: 3px solid;
    border-top: 0;
    top: 2px;
    left: 0;
    opacity: 0.3;
}

.gg-bot {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 21px;
    height: 10px;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 1px solid transparent;
    border-radius: 12px;
    box-shadow: 0 0 0 2px, -4px 0 0 -1px, 4px 0 0 -1px, inset 0 -4px 0 -2px;
}

.gg-bot::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 2px;
    height: 2px;
    box-shadow: 0 0 0 2px;
    top: 3px;
}

.gg-bot::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 2px;
    height: 2px;
    box-shadow: 0 0 0 2px;
    top: 3px;
    left: -4px;
    border-radius: 3px;
}

.gg-bot::after {
    border-radius: 100px;
    right: -4px;
}

.gg-bowl {
    display: block;
    position: relative;
    transform: scale(var(--ggs, 1));
    box-sizing: border-box;
    width: 20px;
    height: 18px;
}

.gg-bowl::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-bowl::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 20px;
    height: 12px;
    border: 2px solid;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    bottom: 0;
}

.gg-bowl::after {
    background: currentColor;
    width: 2px;
    height: 10px;
    border-radius: 4px;
    transform: rotate(45deg);
    right: 4px;
    top: -1px;
}

.gg-box {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 20px;
    border: 2px solid;
    border-radius: 3px;
}

.gg-box::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    height: 2px;
    background: currentColor;
}

.gg-box::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    height: 2px;
    background: currentColor;
    left: 6px;
    width: 6px;
    top: 8px;
}

.gg-box::after {
    width: 22px;
    left: -2px;
    top: 4px;
}

.gg-boy {
    display: block;
    box-sizing: border-box;
    border-radius: 42px;
    position: relative;
    width: 20px;
    height: 20px;
    transform: scale(var(--ggs, 1));
    overflow: hidden;
    box-shadow: inset 0 0 0 2px;
}

.gg-boy::after,
.gg-boy::before {
    display: block;
    box-sizing: border-box;
    border-radius: 42px;
}

.gg-boy::after,
.gg-boy::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 2px;
    background: currentColor;
    box-shadow: 6px 0 0;
    left: 6px;
    top: 10px;
}

.gg-boy::after {
    width: 20px;
    height: 20px;
    top: -13px;
    right: -12px;
}

.gg-brackets {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 18px;
    height: 18px;
    border: 2px solid;
    border-radius: 3px;
}

.gg-brackets::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border: 2px solid;
    width: 4px;
    height: 10px;
    top: 2px;
}

.gg-brackets::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border: 2px solid;
    width: 4px;
    height: 10px;
    top: 2px;
    border-right: 0;
    left: 2px;
}

.gg-brackets::after {
    border-left: 0;
    right: 2px;
}

.gg-briefcase {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 16px;
    border: 2px solid;
    border-radius: 2px;
    margin-top: 1px;
}

.gg-briefcase::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-briefcase::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border: 2px solid;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    left: 4px;
    width: 10px;
    height: 4px;
    border-bottom: 0;
    top: -5px;
}

.gg-briefcase::after {
    width: 18px;
    height: 3px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: 0 2px 0, inset 16px 74px 0;
    top: 4px;
}

.gg-browse {
    display: block;
    position: relative;
    transform: scale(var(--ggs, 1));
    box-sizing: border-box;
    width: 16px;
    height: 22px;
    border: 2px solid;
    border-radius: 3px;
    background: linear-gradient(to left, currentcolor 10px, transparent 0)
            no-repeat center 2px/8px 2px,
        linear-gradient(to left, currentcolor 10px, transparent 0) no-repeat
            center 6px/8px 2px;
}

.gg-browse::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 22px;
}

.gg-browse::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 22px;
    width: 6px;
    height: 6px;
    border: 2px solid;
    left: 3px;
    top: 9px;
}

.gg-browse::after {
    width: 2px;
    height: 4px;
    background: currentColor;
    bottom: 1px;
    right: 2px;
    transform: rotate(-45deg);
}

.gg-browser {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 24px;
    height: 18px;
    border: 2px solid;
    border-radius: 3px;
}

.gg-browser::after,
.gg-browser::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 22px;
    height: 2px;
    background: currentColor;
    top: 4px;
}

.gg-browser::after {
    border-radius: 3px;
    width: 2px;
    box-shadow: 3px 0 0, 6px 0 0;
    top: 1px;
    left: 1px;
}

.gg-brush {
    display: block;
    position: relative;
    transform: scale(var(--ggs, 1));
    box-sizing: border-box;
    width: 14px;
    height: 18px;
    background: linear-gradient(to left, currentColor 10px, transparent 0)
            no-repeat 4px bottom/2px 5px,
        linear-gradient(to left, currentColor 10px, transparent 0) no-repeat 8px
            bottom/2px 5px;
}

.gg-brush::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border: 2px solid;
}

.gg-brush::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border: 2px solid;
    width: 6px;
    height: 8px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom: 0;
    left: 4px;
    top: 0;
}

.gg-brush::after {
    width: 14px;
    height: 10px;
    border-top: 0;
    border-radius: 3px;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    background: linear-gradient(to left, currentColor 10px, transparent 0)
            no-repeat left top/4px 2px,
        linear-gradient(to left, currentColor 10px, transparent 0) no-repeat
            right top/4px 2px;
    bottom: 0;
}

.gg-bulb {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 16px;
    height: 16px;
    border: 2px solid;
    border-bottom-color: transparent;
    border-radius: 100px;
}

.gg-bulb::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-bulb::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-top: 0;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    top: 10px;
    border-bottom: 2px solid transparent;
    box-shadow: 0 5px 0 -2px, inset 2px 0 0 0, inset -2px 0 0 0,
        inset 0 -4px 0 -2px;
    width: 8px;
    height: 8px;
    left: 2px;
}

.gg-bulb::after {
    width: 12px;
    height: 2px;
    border-left: 3px solid;
    border-right: 3px solid;
    border-radius: 2px;
    bottom: 0;
    left: 0;
}

.gg-c-plus-plus {
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    transform: scale(var(--ggs, 1));
    border: 3px solid currentColor;
    box-sizing: border-box;
    border-radius: 100px;
    border-right-color: transparent;
}

.gg-c-plus-plus::after,
.gg-c-plus-plus::before {
    content: "";
    position: absolute;
    box-sizing: border-box;
    display: block;
    width: 9px;
    height: 6px;
    border-left: 2px solid;
    border-right: 2px solid;
    right: -9px;
    top: 2px;
}

.gg-c-plus-plus::after {
    width: 13px;
    height: 2px;
    border-left: 6px solid;
    border-right: 6px solid;
    right: -11px;
    top: 4px;
}

.gg-calculator {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 18px;
    height: 22px;
    border: 2px solid;
    border-radius: 2px;
}

.gg-calculator::after,
.gg-calculator::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 2px;
    background: currentColor;
    top: 2px;
    left: 2px;
}

.gg-calculator::after {
    width: 2px;
    box-shadow: 4px 0 0, 8px 0 0, 0 4px 0, 4px 4px 0, 8px 4px 0, 0 8px 0,
        4px 8px 0, 8px 8px 0, 8px 6px 0;
    top: 6px;
}

.gg-calendar-dates {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 18px;
    height: 18px;
    border: 2px solid;
    border-radius: 3px;
}

.gg-calendar-dates::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    height: 2px;
    left: 2px;
}

.gg-calendar-dates::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    height: 2px;
    left: 2px;
    background: currentColor;
    width: 2px;
    box-shadow: 4px 0 0, 8px 0 0, 0 4px 0, 4px 4px 0, 8px 4px 0;
    top: 6px;
}

.gg-calendar-dates::after {
    width: 10px;
    top: -4px;
    box-shadow: 0 6px 0 0;
}

.gg-calendar-due {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 18px;
    height: 18px;
    border: 2px solid;
    border-radius: 3px;
}

.gg-calendar-due::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 6px;
    background: currentColor;
}

.gg-calendar-due::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 6px;
    background: currentColor;
    top: 2px;
    width: 10px;
    height: 2px;
    left: 2px;
}

.gg-calendar-due::after {
    width: 4px;
    height: 4px;
    bottom: 3px;
    left: 5px;
}

.gg-calendar-next {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 14px;
    height: 14px;
    border: 2px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid transparent;
    border-left: 3px solid transparent;
    box-shadow: 0 0 0 2px, inset 0 -2px 0;
    border-radius: 1px;
}

.gg-calendar-next::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-calendar-next::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    background: currentColor;
    border-radius: 2px;
    top: 0;
    left: -1px;
    width: 10px;
    height: 2px;
}

.gg-calendar-next::after {
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid;
    bottom: -2px;
    right: -2px;
}

.gg-calendar-today {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 18px;
    height: 18px;
    border: 2px solid;
    border-top: 4px solid;
    border-radius: 3px;
}

.gg-calendar-today::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    background: currentColor;
    height: 4px;
    width: 4px;
    border-radius: 2px;
    right: 2px;
    bottom: 2px;
}

.gg-calendar-two {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 18px;
    height: 18px;
    border: 2px solid;
    border-radius: 3px;
}

.gg-calendar-two::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 2px;
    background: currentColor;
    border-radius: 3px;
    top: 2px;
    left: 2px;
}

.gg-calendar {
    display: block;
    box-sizing: border-box;
    position: relative;
    transform: scale(var(--ggs, 1));
    width: 18px;
    height: 18px;
    border: 2px solid;
    border-top: 4px solid;
    border-radius: 3px;
}

.gg-calendar::before {
    display: block;
    box-sizing: border-box;
    content: "";
    position: absolute;
    width: 10px;
    border-radius: 3px;
    left: 2px;
    background: currentColor;
    height: 2px;
    top: 2px;
}

.gg-calibrate {
    display: block;
    box-sizing: border-box;
    position: relative;
    transform: scale(var(--ggs, 1));
    width: 18px;
    height: 18px;
    overflow: hidden;
}

.gg-calibrate::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 22px;
}

.gg-calibrate::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 22px;
    width: 6px;
    height: 6px;
    background: currentColor;
    top: 10px;
    left: 6px;
}

.gg-calibrate::after {
    width: 22px;
    height: 22px;
    border: 6px solid transparent;
    border-top: 6px solid;
    left: -2px;
    top: 1px;
}

.gg-camera {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    border: 2px solid;
    border-radius: 3px;
    width: 18px;
    height: 12px;
    perspective: 24px;
}

.gg-camera::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-camera::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border: 2px solid;
    border-left-color: transparent;
    transform: rotateY(-70deg);
    width: 8px;
    height: 8px;
    right: -7px;
    top: 0;
}

.gg-camera::after {
    width: 10px;
    height: 5px;
    border-top: 2px solid;
    border-right: 2px solid;
    top: -5px;
    right: 2px;
    border-top-right-radius: 2px;
}

.gg-cap {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 18px;
    height: 12px;
    border: 2px solid;
    border-bottom-color: transparent;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
}

.gg-cap::after,
.gg-cap::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-cap::after {
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    box-shadow: 0 0 0 2px, inset 12px 0 0 0;
    bottom: -8px;
    width: 18px;
    height: 6px;
    border-radius: 1px;
    left: -2px;
}

.gg-cap::before {
    width: 4px;
    height: 4px;
    background: currentColor;
    border-radius: 2px;
    left: 5px;
    top: -4px;
}

.gg-captions {
    border-radius: 1px;
    transform: scale(var(--ggs, 1));
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 20px;
    height: 16px;
    border: 2px solid;
}

.gg-captions::after,
.gg-captions::before {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 20px;
    height: 16px;
    border: 2px solid;
}

.gg-captions::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 8px;
    border-right: transparent;
    top: 2px;
    left: 2px;
}

.gg-captions::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 8px;
    border-right: transparent;
    top: 2px;
    left: 2px;
    left: 9px;
}

.gg-card-clubs {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 18px;
    height: 22px;
    border: 2px solid;
    border-radius: 3px;
}

.gg-card-clubs::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    background: currentColor;
    border-radius: 4px;
    width: 4px;
    height: 4px;
    left: 5px;
    top: 4px;
    box-shadow: -2.5px 4px 0, 2.5px 4px 0;
}

.gg-card-diamonds {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 18px;
    height: 22px;
    border: 2px solid;
    border-radius: 3px;
}

.gg-card-diamonds::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    background: currentColor;
    transform: rotate(45deg);
    top: 6px;
    left: 4px;
}

.gg-card-hearts {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 18px;
    height: 22px;
    border: 2px solid;
    border-radius: 3px;
}

.gg-card-hearts::after,
.gg-card-hearts::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 4px;
    height: 6px;
    background: currentColor;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    transform: rotate(45deg);
    left: 6px;
    top: 6px;
}

.gg-card-hearts::after {
    transform: rotate(-45deg);
    left: 4px;
}

.gg-card-spades {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 18px;
    height: 22px;
    border: 2px solid;
    border-radius: 3px;
}

.gg-card-spades::after,
.gg-card-spades::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 4px;
    height: 6px;
    background: currentColor;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    transform: rotate(-45deg);
    left: 6px;
    top: 6px;
}

.gg-card-spades::after {
    transform: rotate(45deg);
    left: 4px;
}

.gg-carousel {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 18px;
}

.gg-carousel::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
}

.gg-carousel::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    width: 22px;
    height: 10px;
    border: 2px solid;
}

.gg-carousel::after {
    width: 10px;
    height: 2px;
    background: currentColor;
    top: 16px;
    left: 6px;
    box-shadow: -3px -4px 0, 3px -4px 0;
}

.gg-cast {
    background: linear-gradient(to left, currentColor 5px, transparent 0)
            no-repeat bottom right/6px 2px,
        linear-gradient(to left, currentColor 5px, transparent 0) no-repeat top
            left/2px 2px;
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 20px;
    height: 16px;
    border-top: 2px solid;
    border-right: 2px solid;
    border-radius: 2px;
    border-left: 0;
}

.gg-cast::after,
.gg-cast::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 20px;
    height: 20px;
    border: 6px double;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 50%;
    transform: rotate(-45deg);
    bottom: -10px;
    left: -10px;
}

.gg-cast::after {
    width: 4px;
    height: 4px;
    border: 2px solid;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    bottom: -2px;
    left: -2px;
}

.gg-chanel {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 21px;
    height: 18px;
}

.gg-chanel::after {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    border: 3px solid;
    width: 18px;
    height: 18px;
    border-radius: 22px;
}

.gg-chanel::before {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    border: 3px solid;
    width: 18px;
    height: 18px;
    border-radius: 22px;
    border-left-color: transparent;
    left: -3px;
}

.gg-chanel::after {
    border-right-color: transparent;
    right: -3px;
}

.gg-chart {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 10px;
    height: 10px;
    border-bottom: 2px solid;
    border-left: 2px solid;
}

.gg-chart::after {
    content: "";
    display: block;
    position: absolute;
    border: 2px solid;
    box-sizing: border-box;
}

.gg-chart::before {
    content: "";
    display: block;
    position: absolute;
    border: 2px solid;
    box-sizing: border-box;
    border-top-right-radius: 100px;
    right: -2px;
    top: -2px;
    width: 8px;
    height: 8px;
}

.gg-chart::after {
    width: 18px;
    height: 18px;
    border-radius: 100px;
    border-right-color: transparent;
    left: -10px;
    transform: rotate(-45deg);
}

.gg-check-o {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid;
    border-radius: 100px;
}

.gg-check-o::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    left: 3px;
    top: -1px;
    width: 6px;
    height: 10px;
    border-color: currentColor;
    border-width: 0 2px 2px 0;
    border-style: solid;
    transform-origin: bottom left;
    transform: rotate(45deg);
}

.gg-check-r {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
    border: 2px solid;
    transform: scale(var(--ggs, 1));
    border-radius: 4px;
}

.gg-check-r::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    left: 3px;
    top: -1px;
    width: 6px;
    height: 10px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    transform-origin: bottom left;
    transform: rotate(45deg);
}

.gg-check {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid transparent;
    border-radius: 100px;
}

.gg-check::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    left: 3px;
    top: -1px;
    width: 6px;
    height: 10px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    transform-origin: bottom left;
    transform: rotate(45deg);
}

.gg-chevron-double-down-o {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    border: 2px solid;
    border-radius: 40px;
    width: 22px;
    height: 22px;
}

.gg-chevron-double-down-o::after,
.gg-chevron-double-down-o::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    left: 6px;
    top: 3px;
}

.gg-chevron-double-down-o::after {
    top: 7px;
}

.gg-chevron-double-down-r {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    border: 2px solid;
    border-radius: 4px;
    width: 22px;
    height: 22px;
}

.gg-chevron-double-down-r::after,
.gg-chevron-double-down-r::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    left: 6px;
    top: 3px;
}

.gg-chevron-double-down-r::after {
    top: 7px;
}

.gg-chevron-double-down {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
}

.gg-chevron-double-down::after,
.gg-chevron-double-down::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    left: 7px;
    top: 3px;
}

.gg-chevron-double-down::after {
    top: 8px;
}

.gg-chevron-double-left-o {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    border: 2px solid;
    border-radius: 40px;
    width: 22px;
    height: 22px;
}

.gg-chevron-double-left-o::after,
.gg-chevron-double-left-o::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(45deg);
    top: 6px;
    left: 5px;
}

.gg-chevron-double-left-o::after {
    left: 9px;
}

.gg-chevron-double-left-r {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    border: 2px solid;
    border-radius: 4px;
    width: 22px;
    height: 22px;
}

.gg-chevron-double-left-r::after,
.gg-chevron-double-left-r::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(45deg);
    top: 6px;
    left: 5px;
}

.gg-chevron-double-left-r::after {
    left: 9px;
}

.gg-chevron-double-left {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
}

.gg-chevron-double-left::after,
.gg-chevron-double-left::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 8px;
    height: 8px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(45deg);
    top: 7px;
    left: 6px;
}

.gg-chevron-double-left::after {
    left: 11px;
}

.gg-chevron-double-right-o {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    border: 2px solid;
    border-radius: 40px;
    width: 22px;
    height: 22px;
}

.gg-chevron-double-right-o::after,
.gg-chevron-double-right-o::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    border-right: 2px solid;
    border-top: 2px solid;
    transform: rotate(45deg);
    top: 6px;
    right: 5px;
}

.gg-chevron-double-right-o::after {
    right: 9px;
}

.gg-chevron-double-right-r {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    border: 2px solid;
    border-radius: 4px;
    width: 22px;
    height: 22px;
}

.gg-chevron-double-right-r::after,
.gg-chevron-double-right-r::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    border-right: 2px solid;
    border-top: 2px solid;
    transform: rotate(45deg);
    top: 6px;
    right: 5px;
}

.gg-chevron-double-right-r::after {
    right: 9px;
}

.gg-chevron-double-right {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
}

.gg-chevron-double-right::after,
.gg-chevron-double-right::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 8px;
    height: 8px;
    border-right: 2px solid;
    border-top: 2px solid;
    transform: rotate(45deg);
    top: 7px;
    right: 6px;
}

.gg-chevron-double-right::after {
    right: 11px;
}

.gg-chevron-double-up-o {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    border: 2px solid;
    border-radius: 40px;
    width: 22px;
    height: 22px;
}

.gg-chevron-double-up-o::after,
.gg-chevron-double-up-o::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 2px solid;
    border-left: 2px solid;
    transform: rotate(45deg);
    left: 6px;
    bottom: 3px;
}

.gg-chevron-double-up-o::after {
    bottom: 7px;
}

.gg-chevron-double-up-r {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    border: 2px solid;
    border-radius: 4px;
    width: 22px;
    height: 22px;
}

.gg-chevron-double-up-r::after,
.gg-chevron-double-up-r::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 2px solid;
    border-left: 2px solid;
    transform: rotate(45deg);
    left: 6px;
    bottom: 3px;
}

.gg-chevron-double-up-r::after {
    bottom: 7px;
}

.gg-chevron-double-up {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
}

.gg-chevron-double-up::after,
.gg-chevron-double-up::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 2px solid;
    border-left: 2px solid;
    transform: rotate(45deg);
    left: 7px;
    bottom: 3px;
}

.gg-chevron-double-up::after {
    bottom: 8px;
}

.gg-chevron-down-o {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid;
    border-radius: 100px;
}

.gg-chevron-down-o::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    left: 6px;
    top: 5px;
}

.gg-chevron-down-r {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid;
    border-radius: 4px;
}

.gg-chevron-down-r::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    left: 6px;
    top: 5px;
}

.gg-chevron-down {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid transparent;
    border-radius: 100px;
}

.gg-chevron-down::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    left: 4px;
    top: 2px;
}

.gg-chevron-left-o {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid;
    border-radius: 100px;
}

.gg-chevron-left-o::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid;
    border-left: 2px solid;
    transform: rotate(45deg);
    left: 7px;
    top: 6px;
}

.gg-chevron-left-r {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid;
    border-radius: 4px;
}

.gg-chevron-left-r::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid;
    border-left: 2px solid;
    transform: rotate(45deg);
    left: 7px;
    top: 6px;
}

.gg-chevron-left {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid transparent;
    border-radius: 100px;
}

.gg-chevron-left::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid;
    border-left: 2px solid;
    transform: rotate(45deg);
    left: 6px;
    top: 4px;
}

.gg-chevron-right-o {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid;
    border-radius: 100px;
}

.gg-chevron-right-o::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(-45deg);
    left: 5px;
    top: 6px;
}

.gg-chevron-right-r {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid;
    border-radius: 4px;
}

.gg-chevron-right-r::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(-45deg);
    left: 5px;
    top: 6px;
}

.gg-chevron-right {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid transparent;
    border-radius: 100px;
}

.gg-chevron-right::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(-45deg);
    right: 6px;
    top: 4px;
}

.gg-chevron-up-o {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid;
    border-radius: 100px;
}

.gg-chevron-up-o::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(-45deg);
    left: 6px;
    bottom: 5px;
}

.gg-chevron-up-r {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid;
    border-radius: 4px;
}

.gg-chevron-up-r::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(-45deg);
    left: 6px;
    bottom: 5px;
}

.gg-chevron-up {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid transparent;
    border-radius: 100px;
}

.gg-chevron-up::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(-45deg);
    left: 4px;
    bottom: 2px;
}

.gg-circleci {
    display: block;
    box-sizing: border-box;
    border-radius: 18px;
    position: relative;
    transform: scale(var(--ggs, 1));
    width: 24px;
    height: 24px;
    border: 4px solid;
    background: linear-gradient(to left, currentColor 8px, transparent 0)
        no-repeat -2px center/8px 3px;
}

.gg-circleci::before {
    display: block;
    box-sizing: border-box;
    border-radius: 18px;
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border: 3px solid;
    top: 3px;
    right: 3px;
}

.gg-clapper-board {
    display: block;
    position: relative;
    transform: scale(var(--ggs, 1));
    box-sizing: border-box;
    width: 22px;
    height: 18px;
    border: 2px solid;
    border-radius: 3px;
}

.gg-clapper-board::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-clapper-board::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 8px;
    border-left: 2px solid;
    border-right: 2px solid;
    left: 4px;
    top: -2px;
    transform: skewX(-40deg);
}

.gg-clapper-board::after {
    width: 22px;
    height: 2px;
    background: currentColor;
    top: 4px;
    left: -2px;
}

.gg-clipboard {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 18px;
    height: 18px;
    border: 2px solid;
    border-radius: 2px;
}

.gg-clipboard::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 2px;
    width: 10px;
    left: 2px;
}

.gg-clipboard::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 2px;
    width: 10px;
    left: 2px;
    border: 2px solid;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    top: -2px;
    height: 6px;
}

.gg-clipboard::after {
    height: 2px;
    background: currentColor;
    box-shadow: 0 -4px 0 0;
    bottom: 2px;
}

.gg-close-o {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid;
    border-radius: 40px;
}

.gg-close-o::after,
.gg-close-o::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 12px;
    height: 2px;
    background: currentColor;
    transform: rotate(45deg);
    border-radius: 5px;
    top: 8px;
    left: 3px;
}

.gg-close-o::after {
    transform: rotate(-45deg);
}

.gg-close-r {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid;
    border-radius: 4px;
}

.gg-close-r::after,
.gg-close-r::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 12px;
    height: 2px;
    background: currentColor;
    transform: rotate(45deg);
    border-radius: 5px;
    top: 8px;
    left: 3px;
}

.gg-close-r::after {
    transform: rotate(-45deg);
}

.gg-close {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid transparent;
    border-radius: 40px;
}

.gg-close::after,
.gg-close::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 16px;
    height: 2px;
    background: currentColor;
    transform: rotate(45deg);
    border-radius: 5px;
    top: 8px;
    left: 1px;
}

.gg-close::after {
    transform: rotate(-45deg);
}

.gg-cloud {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 8px;
    height: 2px;
    background: currentColor;
    margin-bottom: -20px;
}

.gg-cloud::after {
    content: "";
    display: block;
    position: absolute;
    border: 2px solid;
    box-sizing: border-box;
    bottom: 0;
}

.gg-cloud::before {
    content: "";
    display: block;
    position: absolute;
    border: 2px solid;
    box-sizing: border-box;
    bottom: 0;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    border-right: 0;
    left: -6px;
    width: 7px;
    height: 12px;
}

.gg-cloud::after {
    width: 16px;
    height: 16px;
    border-radius: 100px;
    border-left-color: transparent;
    right: -8px;
    transform: rotate(-45deg);
}

.gg-code-climate {
    display: block;
    box-sizing: border-box;
    position: relative;
    transform: scale(var(--ggs, 1));
    width: 24px;
    height: 16px;
}

.gg-code-climate::after {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    width: 12px;
    border-left: 4px solid;
    border-top: 4px solid;
    transform: rotate(45deg);
}

.gg-code-climate::before {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    width: 12px;
    border-left: 4px solid;
    border-top: 4px solid;
    transform: rotate(45deg);
    height: 12px;
    left: 2px;
    bottom: -2px;
}

.gg-code-climate::after {
    height: 6px;
    right: 0;
    bottom: 6px;
}

.gg-code-slash {
    display: block;
    position: relative;
    box-sizing: border-box;
    transform: rotate(15deg) scale(var(--ggs, 1));
    width: 2px;
    height: 16px;
    background: currentColor;
}

.gg-code-slash::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 8px;
    height: 8px;
    transform: rotate(-60deg);
}

.gg-code-slash::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 8px;
    height: 8px;
    transform: rotate(-60deg);
    border-left: 2px solid;
    border-top: 2px solid;
    left: -8px;
    top: 5px;
}

.gg-code-slash::after {
    border-right: 2px solid;
    border-bottom: 2px solid;
    right: -8px;
    top: 3px;
}

.gg-code {
    transform: scale(var(--ggs, 1));
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 8px;
    height: 20px;
}

.gg-code::after,
.gg-code::before {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 8px;
    height: 20px;
}

.gg-code::after,
.gg-code::before {
    content: "";
    position: absolute;
    height: 8px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(45deg) scaleY(1);
    left: -4px;
    top: 6px;
}

.gg-code::after {
    transform: rotate(-45deg) scaleX(-1);
    left: 4px;
}

.gg-coffee {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 18px;
    height: 14px;
    border: 2px solid;
    border-radius: 6px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-left: -4px;
    margin-top: 3px;
}

.gg-coffee::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-coffee::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    left: 2px;
    background: currentColor;
    box-shadow: 4px 0 0, 8px 0 0;
    border-radius: 3px;
    width: 2px;
    height: 4px;
    top: -7px;
}

.gg-coffee::after {
    width: 6px;
    height: 8px;
    border: 2px solid;
    border-radius: 100px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    right: -6px;
    top: -1px;
}

.gg-collage {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 16px;
    height: 20px;
    border: 2px solid;
    border-radius: 3px;
}

.gg-collage::after,
.gg-collage::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 2px;
    height: 20px;
    background: currentColor;
    left: 5px;
    top: -2px;
}

.gg-collage::after {
    width: 9px;
    height: 2px;
    left: -2px;
    top: 4px;
    box-shadow: 7px 5px 0 0;
}

.gg-color-bucket {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 6px;
    height: 10px;
    border: 2px solid;
    border-bottom: 0;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    margin-top: -18px;
}

.gg-color-bucket::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    transform: rotate(45deg);
}

.gg-color-bucket::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    transform: rotate(45deg);
    border: 2px solid;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    top: 4px;
    left: -4px;
    width: 14px;
    height: 16px;
}

.gg-color-bucket::after {
    width: 6px;
    height: 6px;
    border-radius: 0 100% 100% 100%;
    background: currentColor;
    right: -15px;
    bottom: -12px;
}

.gg-color-picker {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: rotate(-45deg) scale(var(--ggs, 1));
    width: 18px;
    height: 10px;
    border-left: 0;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-right: 2px solid transparent;
    box-shadow: inset 0 0 0 2px;
}

.gg-color-picker::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    background: currentColor;
}

.gg-color-picker::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    background: currentColor;
    top: -2px;
    border-radius: 3px;
    width: 2px;
    height: 10px;
    right: -3px;
}

.gg-color-picker::after {
    width: 8px;
    height: 6px;
    right: -9px;
    box-shadow: -21px 0 0 -2px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

.gg-comedy-central {
    box-sizing: border-box;
    display: block;
    border: 3px solid;
    border-radius: 100px;
    position: relative;
    border-left-color: transparent;
    transform: scale(var(--ggs, 1));
    width: 20px;
    height: 20px;
}

.gg-comedy-central::before {
    box-sizing: border-box;
    display: block;
    border: 3px solid;
    border-radius: 100px;
    content: "";
    position: absolute;
    border-right-color: transparent;
    width: 10px;
    height: 10px;
    bottom: 2px;
    right: 2px;
}

.gg-comment {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 20px;
    height: 16px;
    border: 2px solid;
    border-bottom: 0;
    box-shadow: -6px 8px 0 -6px, 6px 8px 0 -6px;
}

.gg-comment::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 8px;
}

.gg-comment::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 8px;
    border: 2px solid;
    border-top-color: transparent;
    border-bottom-left-radius: 20px;
    right: 4px;
    bottom: -6px;
    height: 6px;
}

.gg-comment::after {
    height: 2px;
    background: currentColor;
    box-shadow: 0 4px 0 0;
    left: 4px;
    top: 4px;
}

.gg-community {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 21px;
    height: 14px;
}

.gg-community::after,
.gg-community::before {
    content: "";
    display: block;
    position: absolute;
    border: 2px solid;
    width: 10px;
    height: 10px;
    border-radius: 22px;
}

.gg-community::after {
    right: 0;
}

.gg-components {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: rotate(45deg) scale(var(--ggs, 1));
    width: 14px;
    height: 14px;
    background: linear-gradient(to left, currentColor 10px, transparent 0)
            no-repeat 0 0/2px 6px,
        linear-gradient(to left, currentColor 10px, transparent 0) no-repeat 4px
            0/2px 6px,
        linear-gradient(to left, currentColor 10px, transparent 0) no-repeat 8px
            0/2px 6px,
        linear-gradient(to left, currentColor 10px, transparent 0) no-repeat
            12px 0/2px 6px,
        linear-gradient(to left, currentColor 10px, transparent 0) no-repeat 0
            8px/2px 6px,
        linear-gradient(to left, currentColor 10px, transparent 0) no-repeat 4px
            8px/2px 6px,
        linear-gradient(to left, currentColor 10px, transparent 0) no-repeat 8px
            8px/2px 6px,
        linear-gradient(to left, currentColor 10px, transparent 0) no-repeat
            12px 8px/2px 6px;
}

.gg-components::after,
.gg-components::before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 2px;
    border-top: 6px double;
    border-bottom: 6px double;
}

.gg-components::after {
    right: 0;
}

.gg-compress-left {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: rotate(-45deg) scale(var(--ggs, 1));
    width: 2px;
    height: 26px;
    border-top: 10px solid;
    border-bottom: 10px solid;
}

.gg-compress-left::after,
.gg-compress-left::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    left: -2px;
}

.gg-compress-left::after {
    border-bottom: 2px solid;
    border-right: 2px solid;
    top: -5px;
}

.gg-compress-left::before {
    border-top: 2px solid;
    border-left: 2px solid;
    bottom: -5px;
}

.gg-compress-right {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: rotate(45deg) scale(var(--ggs, 1));
    width: 2px;
    height: 26px;
    border-top: 10px solid;
    border-bottom: 10px solid;
}

.gg-compress-right::after,
.gg-compress-right::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    left: -2px;
}

.gg-compress-right::after {
    border-bottom: 2px solid;
    border-right: 2px solid;
    top: -5px;
}

.gg-compress-right::before {
    border-top: 2px solid;
    border-left: 2px solid;
    bottom: -5px;
}

.gg-compress-v {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 2px;
    height: 26px;
    border-top: 10px solid;
    border-bottom: 10px solid;
}

.gg-compress-v::after,
.gg-compress-v::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    left: -2px;
}

.gg-compress-v::after {
    border-bottom: 2px solid;
    border-right: 2px solid;
    top: -5px;
}

.gg-compress-v::before {
    border-top: 2px solid;
    border-left: 2px solid;
    bottom: -5px;
}

.gg-compress {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 26px;
    height: 2px;
    border-left: 10px solid;
    border-right: 10px solid;
}

.gg-compress::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 2px solid;
    top: -2px;
}

.gg-compress::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 2px solid;
    top: -2px;
    border-right: 2px solid;
    left: -5px;
    transform: rotate(45deg);
}

.gg-compress::after {
    border-left: 2px solid;
    right: -5px;
    transform: rotate(-45deg);
}

.gg-controller {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 8px;
    height: 8px;
    border: 2px solid;
    border-radius: 100px;
}

.gg-controller::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 14px;
    height: 14px;
    box-shadow: -6px -6px 0 -4px, 6px 6px 0 -4px, 6px -6px 0 -4px,
        -6px 6px 0 -4px;
    left: -5px;
    top: -5px;
    transform: rotate(45deg);
}

.gg-copy {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 14px;
    height: 18px;
    border: 2px solid;
    margin-left: -5px;
    margin-top: -4px;
}

.gg-copy::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-copy::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    background: linear-gradient(to left, currentColor 5px, transparent 0)
            no-repeat right top/5px 2px,
        linear-gradient(to left, currentColor 5px, transparent 0) no-repeat left
            bottom/2px 5px;
    box-shadow: inset -4px -4px 0 -2px;
    bottom: -6px;
    right: -6px;
    width: 14px;
    height: 18px;
}

.gg-copy::after {
    width: 6px;
    height: 2px;
    background: currentColor;
    left: 2px;
    top: 2px;
    box-shadow: 0 4px 0, 0 8px 0;
}

.gg-copyright {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 18px;
    height: 18px;
    border: 2px solid;
    border-radius: 40px;
}

.gg-copyright::after {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 18px;
    height: 18px;
    border: 2px solid;
    border-radius: 40px;
    content: "";
    position: absolute;
    border-right-color: transparent;
    width: 8px;
    height: 8px;
    top: 3px;
    left: 3px;
    transform: none;
}

.gg-corner-double-down-left {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 12px;
    height: 12px;
    border-bottom-right-radius: 4px;
    border-bottom: 2px solid;
    border-right: 2px solid;
}

.gg-corner-double-down-left::after,
.gg-corner-double-down-left::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    border-left: 2px solid;
    transform: rotate(45deg);
}

.gg-corner-double-down-left::after {
    border-bottom: 2px solid;
    bottom: -4px;
}

.gg-corner-double-down-left::before {
    border-top: 2px solid;
    right: -4px;
}

.gg-corner-double-down-right {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 12px;
    height: 12px;
    border-bottom-left-radius: 4px;
    border-bottom: 2px solid;
    border-left: 2px solid;
}

.gg-corner-double-down-right::after,
.gg-corner-double-down-right::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 2px solid;
    transform: rotate(45deg);
}

.gg-corner-double-down-right::after {
    border-right: 2px solid;
    bottom: -4px;
    right: 0;
}

.gg-corner-double-down-right::before {
    border-left: 2px solid;
    left: -4px;
}

.gg-corner-double-left-down {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 12px;
    height: 12px;
    border-top-left-radius: 4px;
    border-top: 2px solid;
    border-left: 2px solid;
}

.gg-corner-double-left-down::after,
.gg-corner-double-left-down::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    border-right: 2px solid;
    transform: rotate(45deg);
}

.gg-corner-double-left-down::after {
    border-top: 2px solid;
    top: -4px;
    right: 0;
}

.gg-corner-double-left-down::before {
    border-bottom: 2px solid;
    left: -4px;
    bottom: 0;
}

.gg-corner-double-left-up {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 8px;
    height: 10px;
    border-bottom-left-radius: 4px;
    border-bottom: 2px solid;
    border-left: 2px solid;
}

.gg-corner-double-left-up::after,
.gg-corner-double-left-up::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 2px solid;
    left: -4px;
    transform: rotate(45deg);
}

.gg-corner-double-left-up::after {
    border-left: 2px solid;
    top: -4px;
}

.gg-corner-double-left-up::before {
    border-left: 2px solid;
    top: 0;
}

.gg-corner-double-right-down {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 12px;
    height: 12px;
    border-top-right-radius: 4px;
    border-top: 2px solid;
    border-right: 2px solid;
}

.gg-corner-double-right-down::after,
.gg-corner-double-right-down::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid;
    transform: rotate(45deg);
}

.gg-corner-double-right-down::after {
    border-left: 2px solid;
    top: -4px;
    left: 0;
}

.gg-corner-double-right-down::before {
    border-right: 2px solid;
    right: -4px;
    bottom: 0;
}

.gg-corner-double-right-up {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 8px;
    height: 10px;
    border-bottom-right-radius: 4px;
    border-bottom: 2px solid;
    border-right: 2px solid;
}

.gg-corner-double-right-up::after,
.gg-corner-double-right-up::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    border-left: 2px solid;
    right: -4px;
    transform: rotate(45deg);
}

.gg-corner-double-right-up::after {
    border-top: 2px solid;
    top: -4px;
}

.gg-corner-double-right-up::before {
    border-top: 2px solid;
    top: 0;
}

.gg-corner-double-up-left {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 10px;
    height: 8px;
    border-top-right-radius: 4px;
    border-top: 2px solid;
    border-right: 2px solid;
}

.gg-corner-double-up-left::after,
.gg-corner-double-up-left::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid;
    top: -4px;
    transform: rotate(45deg);
}

.gg-corner-double-up-left::after {
    border-left: 2px solid;
}

.gg-corner-double-up-left::before {
    border-left: 2px solid;
    left: -4px;
}

.gg-corner-double-up-right {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 10px;
    height: 8px;
    border-top-left-radius: 4px;
    border-top: 2px solid;
    border-left: 2px solid;
}

.gg-corner-double-up-right::after,
.gg-corner-double-up-right::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    border-right: 2px solid;
    top: -4px;
    transform: rotate(45deg);
}

.gg-corner-double-up-right::after {
    border-top: 2px solid;
    right: 0;
}

.gg-corner-double-up-right::before {
    border-top: 2px solid;
    right: -4px;
}

.gg-corner-down-left {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
}

.gg-corner-down-left::after,
.gg-corner-down-left::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    left: 3px;
}

.gg-corner-down-left::after {
    width: 8px;
    height: 8px;
    border-bottom: 2px solid;
    border-left: 2px solid;
    transform: rotate(45deg);
    bottom: 3px;
}

.gg-corner-down-left::before {
    width: 16px;
    height: 12px;
    border-bottom-right-radius: 4px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    bottom: 6px;
}

.gg-corner-down-right {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
}

.gg-corner-down-right::after,
.gg-corner-down-right::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    right: 3px;
}

.gg-corner-down-right::after {
    width: 8px;
    height: 8px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    bottom: 3px;
}

.gg-corner-down-right::before {
    width: 16px;
    height: 12px;
    border-bottom-left-radius: 4px;
    border-bottom: 2px solid;
    border-left: 2px solid;
    bottom: 6px;
}

.gg-corner-left-down {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
}

.gg-corner-left-down::after,
.gg-corner-left-down::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    bottom: 3px;
}

.gg-corner-left-down::after {
    width: 8px;
    height: 8px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    left: 3px;
}

.gg-corner-left-down::before {
    width: 12px;
    height: 16px;
    border-top-left-radius: 4px;
    border-top: 2px solid;
    border-left: 2px solid;
    left: 6px;
}

.gg-corner-left-up {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
}

.gg-corner-left-up::after,
.gg-corner-left-up::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    top: 3px;
}

.gg-corner-left-up::after {
    width: 8px;
    height: 8px;
    border-top: 2px solid;
    border-left: 2px solid;
    transform: rotate(45deg);
    left: 3px;
}

.gg-corner-left-up::before {
    width: 12px;
    height: 16px;
    border-bottom-left-radius: 4px;
    border-bottom: 2px solid;
    border-left: 2px solid;
    left: 6px;
}

.gg-corner-right-down {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
}

.gg-corner-right-down::after,
.gg-corner-right-down::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    bottom: 3px;
}

.gg-corner-right-down::after {
    width: 8px;
    height: 8px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    right: 3px;
}

.gg-corner-right-down::before {
    width: 12px;
    height: 16px;
    border-top-right-radius: 4px;
    border-top: 2px solid;
    border-right: 2px solid;
    right: 6px;
}

.gg-corner-right-up {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
}

.gg-corner-right-up::after,
.gg-corner-right-up::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    top: 3px;
}

.gg-corner-right-up::after {
    width: 8px;
    height: 8px;
    border-top: 2px solid;
    border-left: 2px solid;
    transform: rotate(45deg);
    right: 3px;
}

.gg-corner-right-up::before {
    width: 12px;
    height: 16px;
    border-bottom-right-radius: 4px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    right: 6px;
}

.gg-corner-up-left {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
}

.gg-corner-up-left::after,
.gg-corner-up-left::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    left: 3px;
}

.gg-corner-up-left::after {
    width: 8px;
    height: 8px;
    border-bottom: 2px solid;
    border-left: 2px solid;
    transform: rotate(45deg);
    top: 3px;
}

.gg-corner-up-left::before {
    width: 16px;
    height: 12px;
    border-top-right-radius: 4px;
    border-top: 2px solid;
    border-right: 2px solid;
    top: 6px;
}

.gg-corner-up-right {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
}

.gg-corner-up-right::after,
.gg-corner-up-right::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    right: 3px;
}

.gg-corner-up-right::after {
    width: 8px;
    height: 8px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    top: 3px;
}

.gg-corner-up-right::before {
    width: 16px;
    height: 12px;
    border-top-left-radius: 4px;
    border-top: 2px solid;
    border-left: 2px solid;
    top: 6px;
}

.gg-credit-card {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 24px;
    height: 18px;
    border: 2px solid;
    border-radius: 4px;
}

.gg-credit-card::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    width: 24px;
    left: -2px;
    height: 2px;
    background: currentColor;
    top: 9px;
}

.gg-credit-card::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    width: 24px;
    left: -2px;
    height: 2px;
    background: currentColor;
    top: 9px;
    width: 6px;
    left: 2px;
    top: 3px;
}

.gg-crop {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 20px;
    height: 20px;
}

.gg-crop::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 14px;
    height: 14px;
}

.gg-crop::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 14px;
    height: 14px;
    border-right: 2px solid;
    border-top: 2px solid;
    left: 1px;
    top: 5px;
}

.gg-crop::after {
    border-left: 2px solid;
    border-bottom: 2px solid;
    top: 1px;
    right: 1px;
}

.gg-cross {
    transform: scale(var(--ggs, 1));
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 10px;
    height: 2px;
    border-radius: 3px;
    background: currentColor;
}

.gg-cross::after {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 10px;
    height: 2px;
    border-radius: 3px;
    background: currentColor;
    content: "";
    position: absolute;
    width: 2px;
    height: 12px;
    top: -4px;
    left: 4px;
}

.gg-crowdfire {
    display: block;
    box-sizing: border-box;
    position: relative;
    transform: scale(var(--ggs, 1));
    width: 20px;
    height: 20px;
}

.gg-crowdfire::after {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
}

.gg-crowdfire::before {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border: 4px solid;
    border-radius: 100px;
    border-right-color: transparent;
    transform: rotate(-45deg);
}

.gg-crowdfire::after {
    width: 8px;
    height: 8px;
    border-top: 4px solid;
    border-right: 4px solid;
    right: 2px;
    top: 2px;
}

.gg-crown {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 19px;
    height: 12px;
    border: 2px solid;
    border-top-color: transparent;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding-top: 4px;
}

.gg-crown::after {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid;
    border-left: 2px solid;
    transform: rotate(-45deg);
    top: -4px;
}

.gg-crown::before {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid;
    border-left: 2px solid;
    transform: rotate(-45deg);
    top: -4px;
    border-top-left-radius: 2px;
    left: -1px;
}

.gg-crown::after {
    border-bottom-right-radius: 2px;
    right: -1px;
}

.gg-danger {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 20px;
    height: 20px;
    border: 2px solid;
    border-radius: 40px;
}

.gg-danger::after,
.gg-danger::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    width: 2px;
    background: currentColor;
    left: 7px;
}

.gg-danger::after {
    top: 2px;
    height: 8px;
}

.gg-danger::before {
    height: 2px;
    bottom: 2px;
}

.gg-dark-mode {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    border: 2px solid;
    border-radius: 100px;
    width: 20px;
    height: 20px;
}

.gg-dark-mode::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    display: block;
}

.gg-dark-mode::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    display: block;
    border: 5px solid;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    border-right: 0;
    width: 9px;
    height: 18px;
    top: -1px;
    left: -1px;
}

.gg-dark-mode::after {
    border: 4px solid;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border-left: 0;
    width: 4px;
    height: 8px;
    right: 4px;
    top: 4px;
}

.gg-data {
    transform: scale(var(--ggs, 1));
    box-sizing: border-box;
    position: relative;
    display: block;
    border: 2px solid;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.gg-data::after,
.gg-data::before {
    box-sizing: border-box;
    position: relative;
    display: block;
    border: 2px solid;
    border-radius: 50%;
    width: 14px;
    height: 14px;
}

.gg-data::after,
.gg-data::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    top: 2px;
    left: 2px;
}

.gg-data::after {
    background: linear-gradient(to left, currentColor 8px, transparent 0)
        no-repeat bottom center/2px 8px;
    width: 22px;
    height: 22px;
    top: -6px;
    left: -6px;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.gg-database {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 18px;
    height: 14px;
    border: 2px solid transparent;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-left: 6px solid transparent;
    box-shadow: 0 0 0 2px, inset 0 2px 0 0, inset 0 -2px 0 0;
    border-radius: 1px;
}

.gg-database::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-database::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    background: currentColor;
    width: 20px;
    height: 2px;
    top: 4px;
    left: -8px;
}

.gg-database::after {
    width: 2px;
    height: 10px;
    border-bottom: 2px solid;
    border-top: 2px solid;
    top: 0;
    left: -4px;
}

.gg-debug {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 12px;
    height: 18px;
    border: 2px solid;
    border-radius: 22px;
}

.gg-debug::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-debug::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 8px;
    height: 4px;
    border: 2px solid;
    top: -4px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: 0;
}

.gg-debug::after {
    background: currentColor;
    width: 4px;
    height: 2px;
    border-radius: 5px;
    top: 4px;
    left: 2px;
    box-shadow: 0 4px 0, -6px -2px 0, -6px 2px 0, -6px 6px 0, 6px -2px 0,
        6px 2px 0, 6px 6px 0;
}

.gg-designmodo {
    display: block;
    position: relative;
    box-sizing: border-box;
    transform: scale(var(--ggs, 1));
    width: 20px;
    height: 16px;
    background: linear-gradient(to left, currentColor 5px, transparent 0)
        no-repeat right 3px/8px 3px;
}

.gg-designmodo::after,
.gg-designmodo::before {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border: 3px solid;
    border-radius: 10px;
}

.gg-designmodo::after {
    width: 14px;
    height: 14px;
    border: 3px solid transparent;
    border-bottom: 3px solid;
    left: 3px;
    bottom: 0;
}

.gg-desktop {
    display: block;
    position: relative;
    box-sizing: border-box;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 18px;
    border: 2px solid;
    border-radius: 3px;
    overflow: hidden;
}

.gg-desktop::before {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    width: 22px;
    height: 2px;
    background: currentColor;
    top: 2px;
    left: -2px;
}

.gg-desktop::after {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    background: currentColor;
    width: 2px;
    height: 2px;
    border-radius: 4px;
    bottom: 2px;
    left: 4px;
    box-shadow: 4px 0 0, 8px 0 0;
}

.gg-details-less {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 20px;
    height: 14px;
    border: 2px solid transparent;
}

.gg-details-less::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    height: 2px;
    border-radius: 3px;
    background: currentColor;
}

.gg-details-less::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    height: 2px;
    border-radius: 3px;
    background: currentColor;
    top: 2px;
    width: 16px;
}

.gg-details-less::after {
    width: 10px;
    bottom: 2px;
}

.gg-details-more {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 20px;
    height: 14px;
    border: 2px solid transparent;
}

.gg-details-more::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    height: 2px;
    border-radius: 3px;
    background: currentColor;
}

.gg-details-more::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    height: 2px;
    border-radius: 3px;
    background: currentColor;
    box-shadow: 0 4px 0 0;
    top: 0;
    width: 16px;
}

.gg-details-more::after {
    width: 10px;
    bottom: 0;
}

.gg-dialpad {
    transform: scale(var(--ggs, 1));
    box-shadow: -5px 0 0, 5px 0 0;
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 3px;
    height: 3px;
    background: currentColor;
}

.gg-dialpad::before {
    box-shadow: -5px 0 0, 5px 0 0;
}

.gg-dialpad::after,
.gg-dialpad::before {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 3px;
    height: 3px;
    background: currentColor;
}

.gg-dialpad::after {
    content: "";
    position: absolute;
    left: 0;
}

.gg-dialpad::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
}

.gg-dialpad::after {
    box-shadow: -5px 0 0, 5px 0 0, 0 5px 0;
    top: 5px;
}

.gg-dice-1 {
    display: block;
    transform: scale(var(--ggs, 1));
    position: relative;
    box-sizing: border-box;
    width: 22px;
    height: 22px;
    border: 2px solid;
    border-radius: 3px;
}

.gg-dice-1::before {
    content: "";
    display: block;
    box-sizing: border-box;
    background: currentColor;
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    left: 7px;
    top: 7px;
}

.gg-dice-2 {
    display: block;
    transform: scale(var(--ggs, 1));
    position: relative;
    box-sizing: border-box;
    width: 22px;
    height: 22px;
    border: 2px solid;
    border-radius: 3px;
}

.gg-dice-2::before {
    content: "";
    display: block;
    box-sizing: border-box;
    background: currentColor;
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    left: 2px;
    top: 2px;
    box-shadow: 10px 10px 0;
}

.gg-dice-3 {
    display: block;
    transform: scale(var(--ggs, 1));
    position: relative;
    box-sizing: border-box;
    width: 22px;
    height: 22px;
    border: 2px solid;
    border-radius: 3px;
}

.gg-dice-3::before {
    content: "";
    display: block;
    box-sizing: border-box;
    background: currentColor;
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    left: 2px;
    top: 2px;
    box-shadow: 5px 5px 0, 10px 10px 0;
}

.gg-dice-4 {
    display: block;
    transform: scale(var(--ggs, 1));
    position: relative;
    box-sizing: border-box;
    width: 22px;
    height: 22px;
    border: 2px solid;
    border-radius: 3px;
}

.gg-dice-4::before {
    content: "";
    display: block;
    box-sizing: border-box;
    background: currentColor;
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    left: 2px;
    top: 2px;
    box-shadow: 0 10px 0, 10px 0 0, 10px 10px 0;
}

.gg-dice-5 {
    display: block;
    transform: scale(var(--ggs, 1));
    position: relative;
    box-sizing: border-box;
    width: 22px;
    height: 22px;
    border: 2px solid;
    border-radius: 3px;
}

.gg-dice-5::before {
    content: "";
    display: block;
    box-sizing: border-box;
    background: currentColor;
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    left: 2px;
    top: 2px;
    box-shadow: 0 10px 0, 10px 0 0, 10px 10px 0, 5px 5px 0;
}

.gg-dice-6 {
    display: block;
    transform: scale(var(--ggs, 1));
    position: relative;
    box-sizing: border-box;
    width: 22px;
    height: 22px;
    border: 2px solid;
    border-radius: 3px;
}

.gg-dice-6::before {
    content: "";
    display: block;
    box-sizing: border-box;
    background: currentColor;
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    left: 2px;
    top: 2px;
    box-shadow: 0 5px 0, 0 10px 0, 10px 0 0, 10px 5px 0, 10px 10px 0;
}

.gg-digitalocean {
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 20px;
    height: 20px;
    background: linear-gradient(to left, currentColor 4px, transparent 0)
            no-repeat 1px 14px/2px 2px,
        linear-gradient(to left, currentColor 4px, transparent 0) no-repeat 3px
            16px/3px 3px;
}

.gg-digitalocean::after,
.gg-digitalocean::before {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
}

.gg-digitalocean::after {
    width: 4px;
    height: 4px;
    background: currentColor;
    bottom: 4px;
    left: 6px;
}

.gg-digitalocean::before {
    width: 20px;
    height: 20px;
    border: 4px solid;
    transform: rotate(-45deg);
    border-radius: 100px;
    border-left-color: transparent;
}

.gg-disc {
    display: block;
    box-sizing: border-box;
    border: 2px solid;
    border-radius: 50%;
    border-top-color: transparent;
    border-bottom-color: transparent;
    transform: rotate(45deg) scale(var(--ggs, 1));
    position: relative;
    width: 14px;
    height: 14px;
}

.gg-disc::after,
.gg-disc::before {
    display: block;
    box-sizing: border-box;
    border: 2px solid;
    border-radius: 50%;
}

.gg-disc::after,
.gg-disc::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    top: 2px;
    left: 2px;
}

.gg-disc::after {
    width: 22px;
    height: 22px;
    border-radius: 100%;
    top: -6px;
    left: -6px;
}

.gg-display-flex {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    height: 14px;
    width: 16px;
    border: 2px solid transparent;
    box-shadow: 0 0 0 2px, inset -2px 0 0 0, inset 2px 0 0 0;
}

.gg-display-fullwidth {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    height: 14px;
    width: 16px;
    box-shadow: inset 0 0 0 2px, 0 2px 0 0, 0 -2px 0 0;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
}

.gg-display-grid {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    height: 14px;
    width: 14px;
    border: 2px solid transparent;
    box-shadow: 0 0 0 2px;
}

.gg-display-grid::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 4px;
    border-right: 4px solid;
    border-left: 4px solid;
    top: 0;
    left: 0;
}

.gg-display-grid::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 4px;
    border-right: 4px solid;
    border-left: 4px solid;
    top: 0;
    left: 0;
    top: 6px;
}

.gg-display-spacing {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    height: 14px;
    width: 14px;
    box-shadow: inset 0 0 0 2px, 2px 0 0 0, -2px 0 0 0;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
}

.gg-distribute-horizontal {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    height: 14px;
    width: 14px;
    border-left: 2px solid;
    border-right: 2px solid;
}

.gg-distribute-horizontal::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    height: 8px;
    width: 4px;
    background: currentColor;
    right: 3px;
    top: 3px;
    opacity: 0.5;
}

.gg-distribute-vertical {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    height: 14px;
    width: 14px;
    border-top: 2px solid;
    border-bottom: 2px solid;
}

.gg-distribute-vertical::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    height: 4px;
    width: 8px;
    background: currentColor;
    right: 3px;
    top: 3px;
    opacity: 0.5;
}

.gg-dock-bottom {
    display: block;
    transform: scale(var(--ggs, 1));
    position: relative;
    box-sizing: border-box;
    width: 20px;
    height: 16px;
    border: 2px solid;
    border-bottom-width: 6px;
}

.gg-dock-left {
    display: block;
    transform: scale(var(--ggs, 1));
    position: relative;
    box-sizing: border-box;
    width: 20px;
    height: 16px;
    border: 2px solid;
    border-left-width: 6px;
}

.gg-dock-right {
    display: block;
    transform: scale(var(--ggs, 1));
    position: relative;
    box-sizing: border-box;
    width: 20px;
    height: 16px;
    border: 2px solid;
    border-right-width: 6px;
}

.gg-dock-window {
    display: block;
    transform: scale(var(--ggs, 1));
    position: relative;
    box-sizing: border-box;
    width: 20px;
    height: 16px;
    border: 2px solid;
    border-left-width: 4px;
    border-bottom-width: 4px;
}

.gg-dolby {
    display: block;
    box-sizing: border-box;
    height: 16px;
    border: 4px solid;
    position: relative;
    transform: scale(var(--ggs, 1));
    width: 24px;
}

.gg-dolby::after,
.gg-dolby::before {
    display: block;
    box-sizing: border-box;
    height: 16px;
    border: 4px solid;
}

.gg-dolby::after {
    content: "";
    position: absolute;
    width: 14px;
    top: -4px;
}

.gg-dolby::before {
    content: "";
    position: absolute;
    width: 14px;
    top: -4px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    left: -4px;
}

.gg-dolby::after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    right: -4px;
}

.gg-dollar {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 2px;
    height: 20px;
    background: currentColor;
}

.gg-dollar::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 8px;
    border: 2px solid;
}

.gg-dollar::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 8px;
    border: 2px solid;
    border-right: 0;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    top: 3px;
    left: -6px;
    box-shadow: 4px -2px 0 -2px;
}

.gg-dollar::after {
    border-left: 0;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    bottom: 3px;
    right: -6px;
    box-shadow: -4px 2px 0 -2px;
}

.gg-dribbble {
    background: radial-gradient(
            circle at 50%,
            transparent 0,
            transparent 9px,
            currentColor 9.2px,
            currentColor 11px,
            transparent 11.2px
        )
        no-repeat -8px center;
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: rotate(-25deg) scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    box-shadow: inset 0 0 0 2px;
    border-radius: 50%;
    overflow: hidden;
}

.gg-dribbble::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 50%;
    border: 2px solid;
    height: 26px;
}

.gg-dribbble::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 50%;
    border: 2px solid;
    height: 26px;
    width: 36px;
    left: -6px;
    top: -15px;
}

.gg-dribbble::after {
    top: 13px;
    left: -7px;
    width: 31px;
}

.gg-drive {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 26px;
    height: 10px;
    border: 2px solid;
    border-radius: 2px;
}

.gg-drive::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 2px;
    height: 2px;
    border-radius: 10px;
    background: currentColor;
    top: 2px;
    right: 2px;
}

.gg-drive::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 2px;
    height: 2px;
    border-radius: 10px;
    background: currentColor;
    top: 2px;
    right: 2px;
    right: 6px;
}

.gg-drop-invert {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: rotate(45deg) scale(var(--ggs, 1));
    width: 16px;
    height: 16px;
    border-radius: 0 100% 100% 100%;
    box-shadow: inset 0 0 0 2px;
    overflow: hidden;
}

.gg-drop-invert::before {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    background: currentColor;
    transform: rotate(-45deg);
    right: -15px;
    top: -10px;
}

.gg-drop-opacity {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: rotate(45deg) scale(var(--ggs, 1));
    width: 16px;
    height: 16px;
    border-radius: 0 100% 100% 100%;
    box-shadow: inset 0 0 0 2px;
    overflow: hidden;
}

.gg-drop-opacity::before {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    background: currentColor;
    transform: rotate(-45deg);
    right: -10px;
    bottom: -16px;
}

.gg-drop {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: rotate(45deg) scale(var(--ggs, 1));
    width: 16px;
    height: 16px;
    border-radius: 0 100% 100% 100%;
    box-shadow: inset 0 0 0 2px;
}

.gg-duplicate {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 10px;
    height: 10px;
    border: 2px solid transparent;
    border-bottom: 4px solid transparent;
    box-shadow: 0 0 0 2px, inset 0 -2px 0 0;
    margin-left: -4px;
    margin-top: 4px;
}

.gg-duplicate::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-duplicate::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    background: currentColor;
    left: 2px;
    bottom: -2px;
    width: 2px;
    height: 6px;
}

.gg-duplicate::after {
    width: 14px;
    height: 14px;
    border-right: 2px solid;
    border-top: 2px solid;
    right: -8px;
    top: -8px;
}

.gg-edit-black-point {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 16px;
    height: 16px;
    border: 2px solid transparent;
    box-shadow: 0 0 0 2px;
    border-radius: 100px;
    overflow: hidden;
}

.gg-edit-black-point::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 8px;
    height: 8px;
    border: 3px solid;
    border-radius: 6px;
    left: 2px;
    top: 2px;
}

.gg-edit-contrast {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 16px;
    height: 16px;
    border: 2px solid transparent;
    box-shadow: 0 0 0 2px;
    border-radius: 100px;
    overflow: hidden;
}

.gg-edit-contrast::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 12px;
    background: currentColor;
}

.gg-edit-exposure {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 16px;
    height: 16px;
    border: 2px solid transparent;
    box-shadow: 0 0 0 2px;
    border-radius: 100px;
    overflow: hidden;
}

.gg-edit-exposure::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 8px;
    border-top: 2px solid;
    border-bottom: 2px solid;
    left: 3px;
    top: 3px;
}

.gg-edit-exposure::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 2px;
    height: 6px;
    background: currentColor;
    left: 5px;
    top: 1px;
}

.gg-edit-fade {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 16px;
    height: 16px;
    border: 2px solid transparent;
    box-shadow: 0 0 0 2px;
    border-radius: 100px;
    overflow: hidden;
}

.gg-edit-fade::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 8px;
    height: 20px;
    left: -2px;
    background: currentColor;
    opacity: 0.6;
}

.gg-edit-fade::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 8px;
    height: 20px;
    left: -2px;
    background: currentColor;
    opacity: 0.6;
    left: 6px;
    opacity: 0.1;
}

.gg-edit-flip-h {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 18px;
    height: 18px;
    transform: scale(var(--ggs, 1));
    background: linear-gradient(to left, currentColor 22px, transparent 0)
        no-repeat center/2px 22px;
}

.gg-edit-flip-h::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 14px;
    border: 2px solid;
    top: 2px;
}

.gg-edit-flip-h::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 14px;
    border: 2px solid;
    top: 2px;
    border-right: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.gg-edit-flip-h::after {
    opacity: 0.5;
    border-left: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    right: 0;
}

.gg-edit-flip-v {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 18px;
    height: 18px;
    transform: scale(var(--ggs, 1));
    background: linear-gradient(to left, currentColor 22px, transparent 0)
        no-repeat center/22px 2px;
}

.gg-edit-flip-v::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 14px;
    height: 6px;
    border: 2px solid;
    left: 2px;
}

.gg-edit-flip-v::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 14px;
    height: 6px;
    border: 2px solid;
    left: 2px;
    border-bottom: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.gg-edit-flip-v::after {
    opacity: 0.5;
    border-top: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    bottom: 0;
}

.gg-edit-highlight {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 16px;
    height: 16px;
    border: 2px solid transparent;
    box-shadow: 0 0 0 2px;
    border-radius: 100px;
    overflow: hidden;
}

.gg-edit-highlight::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 14px;
    top: -1px;
    background: repeating-linear-gradient(
        to bottom,
        currentColor,
        currentColor 2px,
        transparent 0px,
        transparent 3px
    );
}

.gg-edit-highlight::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 14px;
    right: 0;
    background: currentColor;
}

.gg-edit-markup {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid;
    border-radius: 22px;
    overflow: hidden;
    perspective: 20px;
}

.gg-edit-markup::after {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
}

.gg-edit-markup::before {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    width: 0;
    height: 6px;
    border-bottom: 6px solid;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    bottom: 9px;
    left: 6px;
}

.gg-edit-markup::after {
    width: 10px;
    height: 12px;
    border: 2px solid;
    border-top: 4px solid;
    border-bottom: 0;
    bottom: 0;
    left: 4px;
    transform: rotateX(60deg);
}

.gg-edit-mask {
    display: block;
    box-sizing: border-box;
    border-radius: 22px;
    position: relative;
    transform: scale(var(--ggs, 1));
    width: 20px;
    height: 20px;
    border: 2px solid;
    overflow: hidden;
}

.gg-edit-mask::after {
    display: block;
    box-sizing: border-box;
    border-radius: 22px;
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: currentColor;
    top: 6px;
    left: 6px;
    box-shadow: 0 7px 0 1px, 0 -7px 0 1px, -7px 0 0 1px, 7px 0 0 1px;
}

.gg-edit-noise {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 16px;
    height: 16px;
    border: 2px solid transparent;
    box-shadow: 0 0 0 2px;
    border-radius: 100px;
    overflow: hidden;
}

.gg-edit-noise::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 12px;
    height: 12px;
    background-image: radial-gradient(circle, currentColor 25%, transparent 25%),
        radial-gradient(circle, currentColor 25%, transparent 25%);
    background-position: 4px 4px, 2px 2px;
    background-size: 4px 4px;
}

.gg-edit-shadows {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 16px;
    height: 16px;
    border: 2px solid transparent;
    box-shadow: 0 0 0 2px;
    border-radius: 100px;
    overflow: hidden;
}

.gg-edit-shadows::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 14px;
    right: 0;
    top: -1px;
    background: repeating-linear-gradient(
        to bottom,
        currentColor,
        currentColor 2px,
        transparent 0px,
        transparent 3px
    );
}

.gg-edit-shadows::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 14px;
    left: 0;
    background: currentColor;
}

.gg-edit-straight {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 22px;
    height: 16px;
    transform: scale(var(--ggs, 1));
    background: linear-gradient(to left, currentColor 22px, transparent 0)
            no-repeat left center/4px 2px,
        linear-gradient(to left, currentColor 22px, transparent 0) no-repeat
            right center/4px 2px;
}

.gg-edit-straight::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 14px;
    height: 7px;
    background: currentColor;
    left: 4px;
}

.gg-edit-straight::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 14px;
    height: 7px;
    background: currentColor;
    left: 4px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.gg-edit-straight::after {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    bottom: 0;
}

.gg-edit-unmask {
    display: block;
    box-sizing: border-box;
    border-radius: 22px;
    position: relative;
    transform: scale(var(--ggs, 1));
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
}

.gg-edit-unmask::after {
    display: block;
    box-sizing: border-box;
    border-radius: 22px;
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: currentColor;
    top: 6px;
    left: 6px;
    box-shadow: 0 7px 0 1px, 0 -7px 0 1px, -7px 0 0 1px, 7px 0 0 1px;
}

.gg-eject {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid transparent;
    border-radius: 100px;
}

.gg-eject::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-eject::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-bottom: 2px solid;
    width: 12px;
    height: 2px;
    bottom: 0;
    left: 3px;
}

.gg-eject::after {
    width: 8px;
    height: 8px;
    border-top: 2px solid;
    border-left: 2px solid;
    transform: rotate(45deg);
    left: 5px;
    bottom: 1px;
}

.gg-enter {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 16px;
    height: 18px;
    border: 2px solid;
    border-left: 0;
    box-shadow: -8px -6px 0 -6px, -8px 6px 0 -6px;
}

.gg-enter::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    right: 4px;
}

.gg-enter::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    right: 4px;
    background: currentColor;
    width: 16px;
    height: 2px;
    top: 6px;
}

.gg-enter::after {
    width: 6px;
    height: 6px;
    border-right: 2px solid;
    border-top: 2px solid;
    top: 4px;
    transform: rotate(45deg);
}

.gg-erase {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 18px;
}

.gg-erase::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-erase::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 14px;
    border-bottom: 4px solid transparent;
    border-radius: 1px;
    box-shadow: 0 0 0 2px, inset 0 -2px 0 0;
    left: 7px;
    top: 2px;
    transform: rotate(45deg);
}

.gg-erase::after {
    background: currentColor;
    width: 22px;
    height: 2px;
    bottom: 0;
    border-radius: 20px;
}

.gg-ereader {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 24px;
    height: 18px;
    border: 2px solid;
    border-radius: 3px;
}

.gg-ereader::after,
.gg-ereader::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    width: 2px;
    height: 18px;
    right: 9px;
    top: -2px;
    background: currentColor;
}

.gg-ereader::after {
    width: 5px;
    height: 2px;
    box-shadow: 0 4px 0, 0 8px 0;
    top: 2px;
    right: 2px;
}

.gg-ericsson {
    display: block;
    box-sizing: border-box;
    position: relative;
    transform: scale(var(--ggs, 1));
    width: 14px;
    height: 16px;
}

.gg-ericsson::before {
    display: block;
    box-sizing: border-box;
    content: "";
    position: absolute;
    background: currentColor;
    transform: rotate(-25deg);
    width: 16px;
    height: 4px;
    border-radius: 4px;
    box-shadow: 3px -6px 0, -3px 6px 0;
    top: 7px;
    left: 2px;
}

.gg-ethernet {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 16px;
    height: 20px;
    border: 2px solid;
    box-shadow: 0 10px 0 -7px;
}

.gg-ethernet::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    top: 6px;
}

.gg-ethernet::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    top: 6px;
    width: 8px;
    height: 8px;
    border: 2px solid;
    border-top: 0;
    left: 2px;
}

.gg-ethernet::after {
    width: 16px;
    height: 2px;
    border-left: 6px solid;
    border-right: 6px solid;
    left: -2px;
}

.gg-euro {
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 14px;
    height: 14px;
    border: 2px solid;
    box-sizing: border-box;
    border-radius: 100px;
    border-right-color: transparent;
}

.gg-euro::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 9px;
    height: 5px;
    border-top: 2px solid;
    border-bottom: 2px solid;
    transform: skewX(-20deg);
    left: -4px;
    top: 3px;
}

.gg-eventbrite {
    display: block;
    position: relative;
    box-sizing: border-box;
    transform: rotate(-25deg) scale(var(--ggs, 1));
    width: 20px;
    height: 20px;
}

.gg-eventbrite::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 18px;
    height: 11px;
    border: 4px solid;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.gg-eventbrite::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 18px;
    height: 18px;
    border: 4px solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-radius: 20px;
}

.gg-expand {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 6px;
    height: 6px;
    border-bottom: 2px solid;
    border-left: 2px solid;
}

.gg-expand::after,
.gg-expand::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-expand::after {
    background: currentColor;
    bottom: 4px;
    transform: rotate(-44deg);
    width: 14px;
    height: 2px;
    left: -2px;
}

.gg-expand::before {
    width: 6px;
    height: 6px;
    border-top: 2px solid;
    border-right: 2px solid;
    left: 5px;
    top: -7px;
}

.gg-export {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 18px;
    height: 14px;
    border: 2px solid;
    border-top: 0;
    box-shadow: -6px -8px 0 -6px, 6px -8px 0 -6px;
}

.gg-export::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-export::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    background: currentColor;
    width: 2px;
    height: 14px;
    right: 6px;
    bottom: 5px;
}

.gg-export::after {
    width: 6px;
    height: 6px;
    border-left: 2px solid;
    border-top: 2px solid;
    right: 4px;
    bottom: 14px;
    transform: rotate(45deg);
}

.gg-extension-add {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    background: linear-gradient(to left, currentColor 10px, transparent 0)
            no-repeat 10px 2px/6px 2px,
        linear-gradient(to left, currentColor 10px, transparent 0) no-repeat
            12px 0/2px 6px;
    width: 16px;
    height: 16px;
}

.gg-extension-add::after,
.gg-extension-add::before {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    width: 8px;
    height: 14px;
    border: 2px solid;
    bottom: 0;
}

.gg-extension-add::after {
    width: 14px;
    height: 8px;
}

.gg-extension-alt {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 14px;
    height: 14px;
}

.gg-extension-alt::after,
.gg-extension-alt::before {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    width: 8px;
    height: 14px;
    border: 2px solid;
}

.gg-extension-alt::after {
    width: 14px;
    height: 8px;
}

.gg-extension-remove {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    background: linear-gradient(to left, currentColor 10px, transparent 0)
        no-repeat 10px 4px/6px 2px;
    width: 16px;
    height: 16px;
}

.gg-extension-remove::after,
.gg-extension-remove::before {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    width: 8px;
    height: 14px;
    border: 2px solid;
    bottom: 0;
}

.gg-extension-remove::after {
    width: 14px;
    height: 8px;
}

.gg-extension {
    box-sizing: border-box;
    display: block;
    border: 2px solid;
    position: relative;
    transform: translateX(-10px) scale(var(--ggs, 1));
    width: 8px;
    height: 14px;
}

.gg-extension::after,
.gg-extension::before {
    box-sizing: border-box;
    display: block;
    border: 2px solid;
}

.gg-extension::after {
    content: "";
    position: absolute;
    height: 8px;
}

.gg-extension::before {
    content: "";
    position: absolute;
    height: 8px;
    bottom: -2px;
    left: -2px;
    width: 14px;
}

.gg-extension::after {
    top: -6px;
    right: -12px;
    width: 8px;
}

.gg-external {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 12px;
    height: 12px;
    box-shadow: -2px 2px 0 0, -4px -4px 0 -2px, 4px 4px 0 -2px;
    margin-left: -2px;
    margin-top: 1px;
}

.gg-external::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    right: -4px;
}

.gg-external::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    right: -4px;
    background: currentColor;
    transform: rotate(-45deg);
    width: 12px;
    height: 2px;
    top: 1px;
}

.gg-external::after {
    width: 8px;
    height: 8px;
    border-right: 2px solid;
    border-top: 2px solid;
    top: -4px;
}

.gg-eye-alt {
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 24px;
    height: 18px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
    overflow: hidden;
    box-sizing: border-box;
}

.gg-eye-alt::after,
.gg-eye-alt::before {
    content: "";
    display: block;
    border-radius: 100px;
    position: absolute;
    box-sizing: border-box;
}

.gg-eye-alt::after {
    top: 2px;
    box-shadow: inset 0 -8px 0 2px, inset 0 0 0 2px;
    width: 24px;
    height: 24px;
}

.gg-eye-alt::before {
    width: 8px;
    height: 8px;
    border: 2px solid transparent;
    box-shadow: inset 0 0 0 6px, 0 0 0 4px, 6px 0 0 0, -6px 0 0 0;
    bottom: 4px;
    left: 8px;
}

.gg-eye {
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 24px;
    height: 18px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
    overflow: hidden;
    box-sizing: border-box;
}

.gg-eye::after,
.gg-eye::before {
    content: "";
    display: block;
    border-radius: 100px;
    position: absolute;
    box-sizing: border-box;
}

.gg-eye::after {
    top: 2px;
    box-shadow: inset 0 -8px 0 2px, inset 0 0 0 2px;
    width: 24px;
    height: 24px;
}

.gg-eye::before {
    width: 8px;
    height: 8px;
    border: 2px solid;
    bottom: 4px;
    left: 8px;
}

.gg-facebook {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 20px;
    height: 20px;
}

.gg-facebook::after {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
}

.gg-facebook::before {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    width: 8px;
    height: 20px;
    border-left: 4px solid;
    border-top: 4px solid;
    border-top-left-radius: 5px;
    left: 6px;
}

.gg-facebook::after {
    width: 10px;
    height: 4px;
    background: currentColor;
    top: 7px;
    left: 4px;
    transform: skew(-5deg);
}

.gg-feed {
    display: block;
    box-sizing: border-box;
    background: currentColor;
    box-shadow: 0 10px 0 0;
    margin-left: -8px;
    margin-top: -8px;
    position: relative;
    transform: scale(var(--ggs, 1));
    width: 7px;
    height: 7px;
    border-radius: 1px;
}

.gg-feed::after,
.gg-feed::before {
    display: block;
    box-sizing: border-box;
    background: currentColor;
    box-shadow: 0 10px 0 0;
}

.gg-feed::after,
.gg-feed::before {
    content: "";
    position: absolute;
    border-radius: 3px;
    width: 12px;
    height: 2px;
    top: 1px;
    left: 9px;
    opacity: 0.8;
}

.gg-feed::after {
    width: 8px;
    top: 4px;
    opacity: 0.5;
}

.gg-figma {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 14px;
    height: 20px;
    transform: scale(var(--ggs, 1));
    background: linear-gradient(to left, currentColor 3px, transparent 0)
            no-repeat 3px 7px/3px 6px,
        linear-gradient(to left, currentColor 3px, transparent 0) no-repeat 3px
            14px/3px 3px;
}

.gg-figma::after,
.gg-figma::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 13px;
    height: 6px;
    background: currentColor;
    border-radius: 22px;
}

.gg-figma::after {
    width: 6px;
    top: 7px;
    box-shadow: 7px 0 0, 0 7px 0;
}

.gg-file-add {
    background: linear-gradient(to bottom, currentColor 5px, transparent 0)
        no-repeat 2px 9px/6px 2px;
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 14px;
    height: 16px;
    border: 2px solid transparent;
    border-right: 0;
    border-top: 0;
    box-shadow: 0 0 0 2px;
    border-radius: 1px;
    border-top-right-radius: 4px;
    overflow: hidden;
}

.gg-file-add::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    height: 6px;
}

.gg-file-add::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    height: 6px;
    background: currentColor;
    left: 4px;
    width: 2px;
    top: 7px;
}

.gg-file-add::after {
    width: 6px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    right: -1px;
    top: -1px;
}

.gg-file-document {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 14px;
    height: 16px;
    border: 2px solid transparent;
    border-right: 0;
    border-top: 0;
    box-shadow: 0 0 0 2px;
    border-radius: 1px;
    border-top-right-radius: 4px;
    overflow: hidden;
}

.gg-file-document::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-file-document::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    background: currentColor;
    box-shadow: 0 4px 0, -6px -4px 0;
    left: 0;
    width: 10px;
    height: 2px;
    top: 8px;
}

.gg-file-document::after {
    width: 6px;
    height: 6px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    right: -1px;
    top: -1px;
}

.gg-file-remove {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 14px;
    height: 16px;
    border: 2px solid transparent;
    border-right: 0;
    border-top: 0;
    box-shadow: 0 0 0 2px;
    border-radius: 1px;
    border-top-right-radius: 4px;
    overflow: hidden;
}

.gg-file-remove::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
}

.gg-file-remove::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    background: currentColor;
    left: 2px;
    height: 2px;
    top: 9px;
}

.gg-file-remove::after {
    height: 6px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    right: -1px;
    top: -1px;
}

.gg-file {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 14px;
    height: 16px;
    border: 2px solid transparent;
    border-right: 0;
    border-top: 0;
    box-shadow: 0 0 0 2px;
    border-radius: 1px;
    border-top-right-radius: 4px;
    overflow: hidden;
}

.gg-file::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    right: -1px;
    top: -1px;
}

.gg-film {
    display: block;
    box-sizing: border-box;
    border-radius: 3px;
    border: 2px solid;
    position: relative;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 18px;
}

.gg-film::after {
    display: block;
    box-sizing: border-box;
    border-radius: 3px;
    content: "";
    position: absolute;
    width: 2px;
    height: 2px;
    background: currentColor;
    left: 2px;
    top: 2px;
    box-shadow: 0 4px 0, 0 8px 0, 12px 0 0, 12px 4px 0, 12px 8px 0;
}

.gg-filters {
    display: block;
    box-sizing: border-box;
    position: relative;
    transform: scale(var(--ggs, 1));
    width: 19px;
    height: 19px;
    background: radial-gradient(circle, currentColor 26%, transparent 26%);
}

.gg-filters::after,
.gg-filters::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border: 2px solid;
    border-radius: 100%;
    width: 14px;
    height: 14px;
}

.gg-filters::after {
    bottom: 0;
    right: 0;
}

.gg-flag-alt {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 14px;
    height: 20px;
    border-left: 2px solid;
}

.gg-flag-alt::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-bottom: 2px solid;
}

.gg-flag-alt::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-bottom: 2px solid;
    width: 12px;
    height: 10px;
    border-top: 2px solid;
    border-right: 2px solid transparent;
}

.gg-flag-alt::after {
    width: 8px;
    height: 8px;
    border-left: 2px solid;
    border-top-left-radius: 2px;
    border-bottom-right-radius: 2px;
    transform: rotate(45deg);
    top: 1px;
    left: 6px;
}

.gg-flag {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 18px;
    border-left: 2px solid;
}

.gg-flag::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 8px;
    height: 8px;
}

.gg-flag::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 2px solid;
    border-bottom: 2px solid;
}

.gg-flag::after {
    border: 2px solid;
    border-left: 0;
    top: 2px;
    left: 7px;
}

.gg-folder-add {
    background: linear-gradient(to left, currentColor 10px, transparent 0)
        no-repeat center center/2px 6px;
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 16px;
    border: 2px solid;
    border-radius: 3px;
}

.gg-folder-add::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-folder-add::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    background: currentColor;
    left: 6px;
    width: 6px;
    height: 2px;
    top: 5px;
}

.gg-folder-add::after {
    width: 10px;
    height: 4px;
    border: 2px solid;
    border-bottom: 0;
    border-top-left-radius: 2px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    top: -5px;
}

.gg-folder-remove {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 16px;
    border: 2px solid;
    border-radius: 3px;
}

.gg-folder-remove::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
}

.gg-folder-remove::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    background: currentColor;
    left: 5px;
    width: 8px;
    height: 2px;
    top: 5px;
}

.gg-folder-remove::after {
    width: 10px;
    height: 4px;
    border: 2px solid;
    border-bottom: 0;
    border-top-left-radius: 2px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    top: -5px;
}

.gg-folder {
    transform: scale(var(--ggs, 1));
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 22px;
    height: 16px;
    border: 2px solid;
    border-radius: 3px;
}

.gg-folder::after {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 22px;
    height: 16px;
    border: 2px solid;
    border-radius: 3px;
    content: "";
    position: absolute;
    width: 10px;
    height: 4px;
    border-bottom: 0;
    border-top-left-radius: 2px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    top: -5px;
}

.gg-font-height {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 18px;
    height: 18px;
    transform: scale(var(--ggs, 1));
    border-top: 2px solid;
    border-bottom: 2px solid;
    background: linear-gradient(to left, currentColor 10px, transparent 0)
        no-repeat center 8px/6px 2px;
}

.gg-font-height::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    width: 2px;
    height: 10px;
    background: currentColor;
    top: 2px;
}

.gg-font-height::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    width: 2px;
    height: 10px;
    background: currentColor;
    top: 2px;
    transform: rotate(25deg);
    left: 6px;
}

.gg-font-height::after {
    transform: rotate(-25deg);
    right: 6px;
}

.gg-font-spacing {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 18px;
    height: 16px;
    transform: scale(var(--ggs, 1));
    border-left: 2px solid;
    border-right: 2px solid;
    background: linear-gradient(to left, currentColor 10px, transparent 0)
        no-repeat center 8px/6px 2px;
}

.gg-font-spacing::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    width: 2px;
    height: 10px;
    background: currentColor;
    top: 2px;
}

.gg-font-spacing::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    width: 2px;
    height: 10px;
    background: currentColor;
    top: 2px;
    transform: rotate(25deg);
    left: 4px;
}

.gg-font-spacing::after {
    transform: rotate(-25deg);
    right: 4px;
}

.gg-format-bold {
    transform: scale(var(--ggs, 1));
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 8px;
    height: 8px;
    border: 2px solid;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

.gg-format-bold::after {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 8px;
    height: 8px;
    border: 2px solid;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    content: "";
    position: absolute;
    width: 10px;
    left: -2px;
    top: 4px;
}

.gg-format-center {
    display: block;
    box-sizing: border-box;
    height: 2px;
    background: currentColor;
    border-radius: 3px;
    box-shadow: 0 8px 0;
    margin-top: -12px;
    position: relative;
    transform: scale(var(--ggs, 1));
    width: 16px;
}

.gg-format-center::before {
    display: block;
    box-sizing: border-box;
    height: 2px;
    background: currentColor;
    border-radius: 3px;
    box-shadow: 0 8px 0;
    content: "";
    position: absolute;
    width: 10px;
    top: 4px;
    left: 3px;
}

.gg-format-color {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 9px;
    height: 2px;
    background: currentColor;
    transform: scale(var(--ggs, 1));
    border-radius: 3px;
    box-shadow: -2px 8px 0 0, 2px 8px 0 0;
}

.gg-format-color::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    width: 2px;
    height: 14px;
    background: currentColor;
    top: -8px;
}

.gg-format-color::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    width: 2px;
    height: 14px;
    background: currentColor;
    top: -8px;
    transform: rotate(25deg);
    left: 1px;
}

.gg-format-color::after {
    transform: rotate(-25deg);
    right: 1px;
}

.gg-format-heading {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 12px;
    height: 14px;
    border-left: 2px solid;
    border-right: 2px solid;
}

.gg-format-heading::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 12px;
    height: 2px;
    background: currentColor;
    top: 6px;
    left: -2px;
}

.gg-format-indent-decrease {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 16px;
    height: 14px;
    border-top: 2px solid;
    border-bottom: 2px solid;
}

.gg-format-indent-decrease::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    top: 2px;
}

.gg-format-indent-decrease::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    top: 2px;
    border-right: 4px solid;
    left: 1px;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
}

.gg-format-indent-decrease::after {
    width: 8px;
    height: 6px;
    border-top: 2px solid;
    border-bottom: 2px solid;
    right: 0;
}

.gg-format-indent-increase {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 16px;
    height: 14px;
    border-top: 2px solid;
    border-bottom: 2px solid;
}

.gg-format-indent-increase::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    top: 2px;
}

.gg-format-indent-increase::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    top: 2px;
    border-left: 4px solid;
    left: 1px;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
}

.gg-format-indent-increase::after {
    width: 8px;
    height: 6px;
    border-top: 2px solid;
    border-bottom: 2px solid;
    right: 0;
}

.gg-format-italic {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: skewX(-20deg) scale(var(--ggs, 1));
    width: 6px;
    height: 12px;
    border-top: 2px solid;
    border-bottom: 2px solid;
}

.gg-format-italic::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    height: 10px;
    width: 2px;
    background: currentColor;
    left: 2px;
    top: -2px;
}

.gg-format-justify {
    display: block;
    box-sizing: border-box;
    width: 16px;
    height: 2px;
    border-radius: 3px;
    background: currentColor;
    box-shadow: 0 8px 0;
    margin-top: -11px;
    transform: scale(var(--ggs, 1));
    position: relative;
}

.gg-format-justify::before {
    display: block;
    box-sizing: border-box;
    width: 16px;
    height: 2px;
    border-radius: 3px;
    background: currentColor;
    box-shadow: 0 8px 0;
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
}

.gg-format-left {
    display: block;
    box-sizing: border-box;
    height: 2px;
    background: currentColor;
    border-radius: 3px;
    box-shadow: 0 8px 0;
    margin-top: -11px;
    position: relative;
    transform: scale(var(--ggs, 1));
    width: 16px;
}

.gg-format-left::before {
    display: block;
    box-sizing: border-box;
    height: 2px;
    background: currentColor;
    border-radius: 3px;
    box-shadow: 0 8px 0;
    content: "";
    position: absolute;
    width: 10px;
    top: 4px;
    left: 0;
}

.gg-format-line-height {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 14px;
    height: 10px;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-left: 4px solid transparent;
    box-shadow: -2px 0 0 0, 2px -4px 0 -2px, 2px 4px 0 -2px, inset 0 2px 0 0,
        inset 0 -2px 0 0;
}

.gg-format-line-height::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 0;
    height: 0;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
    left: -8px;
}

.gg-format-line-height::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 0;
    height: 0;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
    left: -8px;
    border-top: 4px solid;
    bottom: -5px;
}

.gg-format-line-height::after {
    border-bottom: 4px solid;
    top: -5px;
}

.gg-format-right {
    display: block;
    box-sizing: border-box;
    height: 2px;
    background: currentColor;
    border-radius: 3px;
    box-shadow: 0 8px 0;
    margin-top: -11px;
    position: relative;
    transform: scale(var(--ggs, 1));
    width: 16px;
}

.gg-format-right::before {
    display: block;
    box-sizing: border-box;
    height: 2px;
    background: currentColor;
    border-radius: 3px;
    box-shadow: 0 8px 0;
    content: "";
    position: absolute;
    width: 10px;
    top: 4px;
    left: 6px;
}

.gg-format-separator {
    transform: scale(var(--ggs, 1));
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 3px;
    background: currentColor;
}

.gg-format-separator::after {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 3px;
    background: currentColor;
    content: "";
    position: absolute;
    top: -12px;
    left: 3px;
    opacity: 0.5;
    width: 12px;
    box-shadow: 0 4px 0 0, 0 8px 0 0, 0 16px 0 0;
}

.gg-format-slash {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: rotate(25deg) scale(var(--ggs, 1));
    width: 2px;
    height: 14px;
    background: currentColor;
    border-radius: 3px;
}

.gg-format-strike {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 10px;
    height: 3px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    box-shadow: 0 -2px 0 0, inset 0 0 0 2px;
}

.gg-format-strike::after,
.gg-format-strike::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 14px;
    height: 2px;
    background: currentColor;
    left: -6px;
    top: 4px;
}

.gg-format-strike::after {
    width: 2px;
    height: 4px;
    left: 0;
    top: 7px;
}

.gg-format-text {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 10px;
    height: 8px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    box-shadow: 0 -2px 0 0, inset 0 0 0 2px;
}

.gg-format-text::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 18px;
    height: 18px;
    border: 1px dashed;
    top: -6px;
    left: -8px;
}

.gg-format-underline {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 12px;
    height: 12px;
    border: 2px solid;
    border-top: 0;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
}

.gg-format-underline::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    width: 12px;
    height: 2px;
    background: currentColor;
    left: -2px;
    bottom: -6px;
}

.gg-format-uppercase {
    transform: scale(var(--ggs, 1));
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 8px;
    height: 8px;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    box-shadow: 0 -2px 0 0, inset 0 0 0 2px;
}

.gg-format-uppercase::after {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 8px;
    height: 8px;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    box-shadow: 0 -2px 0 0, inset 0 0 0 2px;
    content: "";
    position: absolute;
    width: 6px;
    height: 4px;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    bottom: 0;
    right: -8px;
}

.gg-framer {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 12px;
    height: 20px;
    overflow: hidden;
}

.gg-framer::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    background: currentColor;
}

.gg-framer::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    background: currentColor;
    width: 20px;
    height: 6px;
    transform: skewX(45deg);
    top: 6px;
    left: -11px;
    box-shadow: 20px -6px 0;
}

.gg-framer::after {
    width: 6px;
    height: 8px;
    transform: skewY(45deg);
    bottom: 4px;
    border-top-left-radius: 4px;
    opacity: 0.5;
}

.gg-games {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 24px;
    height: 12px;
    border: 3px solid transparent;
    border-left: 6px solid transparent;
    box-shadow: 0 0 0 2px, inset 2px 0 0;
    border-radius: 40px;
}

.gg-games::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    height: 2px;
    background: currentColor;
}

.gg-games::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    height: 2px;
    background: currentColor;
    left: -2px;
    width: 6px;
    top: 2px;
}

.gg-games::after {
    border-radius: 3px;
    width: 2px;
    box-shadow: 0 4px 0, -2px 2px 0, 2px 2px 0;
    top: 0;
    right: 2px;
}

.gg-gender-female {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 10px;
    height: 10px;
    border: 2px solid;
    border-radius: 100%;
    margin-top: -4px;
}

.gg-gender-female::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 8px;
    height: 2px;
    background: currentColor;
    bottom: -6px;
    left: -1px;
}

.gg-gender-female::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 8px;
    height: 2px;
    background: currentColor;
    bottom: -6px;
    left: -1px;
    width: 2px;
    height: 9px;
    bottom: -9px;
    left: 2px;
}

.gg-gender-male {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 10px;
    height: 10px;
    border: 2px solid;
    border-radius: 100%;
    margin-left: -4px;
    margin-top: 4px;
}

.gg-gender-male::after,
.gg-gender-male::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    height: 8px;
    top: -6px;
}

.gg-gender-male::after {
    border-right: 2px solid;
    border-top: 2px solid;
    width: 7px;
    height: 7px;
    left: 5px;
}

.gg-gender-male::before {
    width: 2px;
    background: currentColor;
    left: 7px;
    transform: rotate(45deg);
}

.gg-ghost-character {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 14px;
    height: 18px;
    border: 2px solid;
    border-bottom: 0;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
    overflow: hidden;
    background: radial-gradient(circle, currentColor 60%, transparent 40%)
            no-repeat 2px 4px/2px 2px,
        radial-gradient(circle, currentColor 60%, transparent 40%) no-repeat 6px
            4px/2px 2px;
}

.gg-ghost-character::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 2px solid;
    border-right: 2px solid;
    bottom: -3px;
    transform: rotate(-45deg);
}

.gg-ghost-character::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 2px solid;
    border-right: 2px solid;
    bottom: -3px;
    transform: rotate(-45deg);
    left: -1px;
}

.gg-ghost-character::after {
    right: -1px;
}

.gg-ghost {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 18px;
    height: 16px;
    background: linear-gradient(to left, currentColor 40px, transparent 0)
        no-repeat -6px center/40px 4px;
    overflow: hidden;
}

.gg-ghost::after,
.gg-ghost::before {
    content: "";
    background: currentColor;
    box-sizing: border-box;
    position: absolute;
    display: block;
    height: 4px;
    width: 12px;
    box-shadow: 14px 0 0;
}

.gg-ghost::after {
    width: 20px;
    left: -12px;
    box-shadow: 22px 0 0;
    bottom: 0;
}

.gg-gift {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 14px;
    margin-top: 8px;
    border: 2px solid transparent;
    box-shadow: inset 2px 0 0, inset -2px 0 0, 0 -2px 0, inset 0 2px 0,
        inset 0 -2px 0;
    background: linear-gradient(to left, currentColor 10px, transparent 0),
        linear-gradient(to left, currentColor 10px, transparent 0),
        linear-gradient(to left, currentColor 10px, transparent 0);
    background-repeat: no-repeat;
    background-size: 2px 10px, 2px 10px, 2px 10px;
    background-position: 8px 0, 18px -8px, -2px -8px;
}

.gg-gift::after,
.gg-gift::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    width: 6px;
    height: 8px;
    border: 2px solid;
    top: -10px;
}

.gg-gift::after {
    left: 3px;
    transform: rotate(-45deg);
}

.gg-gift::before {
    right: 3px;
    transform: rotate(45deg);
}

.gg-girl {
    display: block;
    box-sizing: border-box;
    border-radius: 42px;
    position: relative;
    transform: scale(var(--ggs, 1));
    width: 20px;
    height: 20px;
    overflow: hidden;
    box-shadow: inset 0 0 0 2px;
}

.gg-girl::after,
.gg-girl::before {
    display: block;
    box-sizing: border-box;
    border-radius: 42px;
}

.gg-girl::after,
.gg-girl::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 2px;
    background: currentColor;
    box-shadow: 6px 0 0;
    left: 6px;
    top: 10px;
}

.gg-girl::after {
    width: 20px;
    height: 20px;
    top: -11px;
    left: -12px;
    box-shadow: 17px -4px 0 3px;
}

.gg-git-branch {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 2px;
    height: 14px;
    background: currentColor;
}

.gg-git-branch::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-git-branch::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-right: 2px solid;
    border-bottom: 2px solid;
    border-bottom-right-radius: 4px;
    bottom: 0;
    width: 8px;
    height: 6px;
    left: 0;
}

.gg-git-branch::after {
    width: 4px;
    height: 4px;
    background: currentColor;
    box-shadow: 0 12px 0 0, 6px 6px 0 0;
    border-radius: 100%;
    left: -1px;
    top: -1px;
}

.gg-git-commit {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 2px;
    height: 16px;
    border-radius: 3px;
    border-top: 6px solid;
    border-bottom: 6px solid;
}

.gg-git-commit::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 2px;
    height: 2px;
    box-shadow: 0 0 0 2px;
    border-radius: 100%;
    left: 0;
    top: 1px;
}

.gg-git-fork {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 2px;
    height: 14px;
    background: currentColor;
}

.gg-git-fork::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-git-fork::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-right: 2px solid;
    border-bottom: 2px solid;
    border-bottom-right-radius: 4px;
    bottom: 4px;
    width: 8px;
    height: 6px;
    left: 0;
}

.gg-git-fork::after {
    width: 4px;
    height: 4px;
    background: currentColor;
    box-shadow: 0 12px 0 0, 6px 2px 0 0;
    border-radius: 100%;
    left: -1px;
    top: -1px;
}

.gg-git-pull {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 2px;
    height: 14px;
    background: currentColor;
}

.gg-git-pull::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-git-pull::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-right: 2px solid;
    border-top: 2px solid;
    border-top-right-radius: 4px;
    width: 8px;
    height: 6px;
    left: 0;
    top: 2px;
}

.gg-git-pull::after {
    width: 4px;
    height: 4px;
    background: currentColor;
    box-shadow: 0 12px 0 0, 6px 8px 0 0;
    border-radius: 100%;
    left: -1px;
    top: -1px;
}

.gg-gitter {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 14px;
    height: 18px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    box-shadow: inset 2px 0 0, inset -2px 0 0;
}

.gg-gitter::after {
    content: "";
    position: absolute;
    box-sizing: border-box;
    display: block;
    width: 2px;
    background: currentColor;
}

.gg-gitter::before {
    content: "";
    position: absolute;
    box-sizing: border-box;
    display: block;
    width: 2px;
    background: currentColor;
    height: 13px;
    top: -3px;
    left: -4px;
}

.gg-gitter::after {
    height: 10px;
    left: 8px;
}

.gg-glass-alt {
    display: block;
    box-sizing: border-box;
    height: 20px;
    position: relative;
    transform: scale(var(--ggs, 1));
    width: 14px;
}

.gg-glass-alt::before {
    display: block;
    box-sizing: border-box;
    height: 20px;
    content: "";
    position: absolute;
    width: 10px;
    border: 2px solid;
    border-bottom: 3px solid;
    transform: perspective(20px) rotateX(-20deg);
    top: 2px;
    left: 2px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background: linear-gradient(to left, currentColor 10px, transparent 0)
        no-repeat center 2px/6px 2px;
}

.gg-glass {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 6px;
    height: 13px;
    border-top: 8px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    box-shadow: inset 0 0 0 2px, 0 2px 0 0;
}

.gg-glass::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 10px;
    border: 2px solid;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    left: -4px;
    bottom: 3px;
}

.gg-globe-alt {
    display: block;
    box-sizing: border-box;
    height: 18px;
    border: 2px solid;
    position: relative;
    transform: scale(var(--ggs, 1));
    width: 18px;
    border-radius: 22px;
}

.gg-globe-alt::after,
.gg-globe-alt::before {
    display: block;
    box-sizing: border-box;
    height: 18px;
    border: 2px solid;
}

.gg-globe-alt::after,
.gg-globe-alt::before {
    content: "";
    position: absolute;
    width: 8px;
    border-radius: 100%;
    top: -2px;
    left: 3px;
}

.gg-globe-alt::after {
    width: 24px;
    height: 20px;
    border: 2px solid transparent;
    border-bottom: 2px solid;
    top: -11px;
    left: -5px;
}

.gg-globe {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 10px;
    height: 10px;
    border: 2px solid;
    border-radius: 100px;
    margin-left: -3px;
    margin-top: -7px;
}

.gg-globe::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-globe::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    top: 11px;
    border-right: 2px solid transparent;
    box-shadow: 0 2px 0, inset -2px 0 0;
    left: 1px;
    width: 6px;
    height: 2px;
}

.gg-globe::after {
    width: 16px;
    height: 10px;
    border-radius: 50px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 2px solid;
    border-top-color: transparent;
    right: -7px;
    bottom: -5px;
    transform: rotate(-35deg);
}

.gg-google-tasks {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 18px;
    height: 18px;
}

.gg-google-tasks::after {
    content: "";
    position: absolute;
    display: block;
    background: currentColor;
}

.gg-google-tasks::before {
    content: "";
    position: absolute;
    display: block;
    background: currentColor;
    width: 6px;
    height: 6px;
    border-radius: 10px;
    bottom: 6px;
    left: 2px;
}

.gg-google-tasks::after {
    height: 18px;
    width: 4px;
    border-radius: 20px;
    transform: rotate(40deg);
    right: 2px;
    bottom: 0;
}

.gg-google {
    box-sizing: border-box;
    display: block;
    position: relative;
    transform: scale(var(--ggs, 1));
    width: 20px;
    height: 20px;
    border: 4px solid;
    border-right-color: transparent;
    border-radius: 22px;
}

.gg-google::before {
    box-sizing: border-box;
    display: block;
    content: "";
    position: absolute;
    border-top: 4px solid;
    border-right: 4px solid;
    border-bottom: 4px solid;
    border-radius: 0 0 10px 0;
    width: 10px;
    height: 12px;
    right: -4px;
    bottom: -4px;
}

.gg-gym {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: rotate(-35deg) scale(var(--ggs, 1));
    width: 8px;
    height: 20px;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    box-shadow: inset 0 0 0 2px;
}

.gg-gym::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-gym::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    box-shadow: -3px 0 0 -1px, 3px 0 0 -1px, inset 2px 0 0 0, inset -2px 0 0 0;
    width: 14px;
    height: 8px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    top: -3px;
    left: -3px;
}

.gg-gym::after {
    width: 22px;
    height: 2px;
    border-left: 2px solid;
    border-right: 2px solid;
    top: 0;
    left: -7px;
}

.gg-hashtag {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 8px;
    height: 16px;
    border-left: 2px solid;
    border-right: 2px solid;
}

.gg-hashtag::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 16px;
    height: 8px;
    border-top: 2px solid;
    border-bottom: 2px solid;
    left: -6px;
    top: 4px;
}

.gg-headset {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 18px;
    height: 18px;
    border-top-left-radius: 120px;
    border-top-right-radius: 120px;
    border: 2px solid;
    border-bottom: 0;
}

.gg-headset::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border: 2px solid;
    width: 6px;
    height: 8px;
    top: 8px;
}

.gg-headset::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border: 2px solid;
    width: 6px;
    height: 8px;
    top: 8px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    left: -2px;
}

.gg-headset::after {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    left: 10px;
}

.gg-heart {
    border: 2px solid;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    width: 10px;
    height: 8px;
    border-bottom: 0;
    box-sizing: border-box;
    position: relative;
    transform: translate(calc(-5px * var(--ggs, 1)), calc(-3px * var(--ggs, 1)))
        rotate(-45deg) scale(var(--ggs, 1));
    display: block;
}

.gg-heart::after {
    border: 2px solid;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    width: 10px;
    height: 8px;
    border-bottom: 0;
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-heart::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-heart::after {
    right: -9px;
    transform: rotate(90deg);
    top: 5px;
}

.gg-heart::before {
    width: 11px;
    height: 11px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    left: -2px;
    top: 3px;
}

.gg-hello {
    display: block;
    position: relative;
    box-sizing: border-box;
    transform: scale(var(--ggs, 1));
    overflow: hidden;
    width: 20px;
    height: 20px;
    border-radius: 6px;
    border-bottom-left-radius: 0;
}

.gg-hello::after {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
}

.gg-hello::before {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    border: 8px solid;
    left: -5px;
    top: -5px;
    border-radius: 30px;
}

.gg-hello::after {
    width: 10px;
    height: 5px;
    background: currentColor;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    bottom: 5px;
    left: 5px;
}

.gg-home-alt {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 18px;
    height: 14px;
    border: 2px solid;
    border-top: 0;
    border-radius: 2px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-bottom: -2px;
}

.gg-home-alt::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-home-alt::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-top: 2px solid;
    border-left: 2px solid;
    border-top-left-radius: 4px;
    transform: rotate(45deg);
    top: -5px;
    border-radius: 3px;
    width: 14px;
    height: 14px;
    left: 0;
}

.gg-home-alt::after {
    width: 6px;
    height: 10px;
    background: currentColor;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    left: 4px;
    bottom: -2px;
}

.gg-home-screen {
    display: block;
    position: relative;
    box-sizing: border-box;
    transform: scale(var(--ggs, 1));
    width: 14px;
    height: 22px;
    border-radius: 3px;
    border: 2px solid;
}

.gg-home-screen::after,
.gg-home-screen::before {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    border-radius: 2px;
    width: 2px;
    height: 2px;
    left: 1px;
    background: currentColor;
}

.gg-home-screen::after {
    top: 1px;
    box-shadow: 3px 0, 6px 0, 0 3px, 3px 3px, 6px 3px, 0 6px;
}

.gg-home-screen::before {
    bottom: 1px;
    box-shadow: 3px 0 0, 6px 0 0;
}

.gg-home {
    background: linear-gradient(to left, currentColor 5px, transparent 0)
            no-repeat 0 bottom/4px 2px,
        linear-gradient(to left, currentColor 5px, transparent 0) no-repeat
            right bottom/4px 2px;
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 18px;
    height: 14px;
    border: 2px solid;
    border-top: 0;
    border-bottom: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: -2px;
}

.gg-home::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-home::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-top: 2px solid;
    border-left: 2px solid;
    border-top-left-radius: 4px;
    transform: rotate(45deg);
    top: -5px;
    border-radius: 3px;
    width: 14px;
    height: 14px;
    left: 0;
}

.gg-home::after {
    width: 8px;
    height: 10px;
    border: 2px solid;
    border-radius: 100px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 0;
    left: 3px;
    bottom: 0;
}

.gg-icecream {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 14px;
    height: 16px;
    border: 2px solid;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    margin-top: -8px;
    border-bottom: 0;
}

.gg-icecream::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-icecream::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-left: 4px solid;
    border-right: 4px solid;
    width: 12px;
    height: 2px;
    bottom: 0;
    left: -2px;
}

.gg-icecream::after {
    width: 6px;
    height: 8px;
    border: 2px solid;
    bottom: -6px;
    left: 2px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    border-top: 0;
}

.gg-if-design {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 14px;
    height: 14px;
    background: linear-gradient(to left, currentColor 18px, transparent 0)
            no-repeat center center/4px 18px,
        linear-gradient(to left, currentColor 5px, transparent 0) no-repeat 10px
            top/4px 4px,
        linear-gradient(to left, currentColor 5px, transparent 0) no-repeat 10px
            5px/4px 4px,
        linear-gradient(to left, currentColor 14px, transparent 0) no-repeat 0
            5px/4px 14px;
}

.gg-if-design::before {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 10px;
    background-color: currentColor;
}

.gg-image {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 20px;
    height: 16px;
    overflow: hidden;
    box-shadow: 0 0 0 2px;
    border-radius: 2px;
}

.gg-image::after,
.gg-image::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border: 2px solid;
}

.gg-image::after {
    transform: rotate(45deg);
    border-radius: 3px;
    width: 16px;
    height: 16px;
    top: 9px;
    left: 6px;
}

.gg-image::before {
    width: 6px;
    height: 6px;
    border-radius: 100%;
    top: 2px;
    left: 2px;
}

.gg-import {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 18px;
    height: 14px;
    border: 2px solid;
    border-top: 0;
    box-shadow: -6px -8px 0 -6px, 6px -8px 0 -6px;
}

.gg-import::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-import::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    background: currentColor;
    width: 2px;
    height: 14px;
    right: 6px;
    bottom: 5px;
}

.gg-import::after {
    width: 6px;
    height: 6px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    right: 4px;
    bottom: 4px;
    transform: rotate(45deg);
}

.gg-inbox {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 18px;
    height: 18px;
    border: 2px solid;
    box-shadow: inset 0 -2px 0 0;
    border-radius: 3px;
}

.gg-inbox::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    background: currentColor;
    height: 7px;
    width: 7px;
    border-radius: 2px;
    bottom: -2px;
}

.gg-inbox::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    background: currentColor;
    height: 7px;
    width: 7px;
    border-radius: 2px;
    bottom: -2px;
    left: -2px;
}

.gg-inbox::after {
    right: -2px;
}

.gg-indie-hackers {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 16px;
    height: 12px;
}

.gg-indie-hackers::after {
    content: "";
    position: absolute;
    box-sizing: border-box;
    display: block;
    height: 12px;
}

.gg-indie-hackers::before {
    content: "";
    position: absolute;
    box-sizing: border-box;
    display: block;
    height: 12px;
    width: 3px;
    background: currentColor;
}

.gg-indie-hackers::after {
    width: 10px;
    right: 0;
    border-left: 3px solid;
    border-right: 3px solid;
    background: linear-gradient(to left, currentColor 14px, transparent 0)
        no-repeat 0 center/14px 3px;
}

.gg-infinity {
    background: linear-gradient(to left, currentColor 5px, transparent 0)
            no-repeat -4px 4px/2px 2px,
        linear-gradient(to left, currentColor 5px, transparent 0) no-repeat 4px
            4px/2px 2px;
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: rotate(-45deg) scale(var(--ggs, 1));
    width: 10px;
    height: 18px;
    border: 4px solid transparent;
    box-shadow: inset 0 0 0 2px;
}

.gg-infinity::after,
.gg-infinity::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 10px;
    border: 2px solid;
    border-radius: 200px;
    transform: rotate(45deg);
}

.gg-infinity::after {
    border-right-color: transparent;
    left: -8px;
    top: -4px;
}

.gg-infinity::before {
    border-left-color: transparent;
    right: -8px;
    top: 4px;
}

.gg-info {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 20px;
    height: 20px;
    border: 2px solid;
    border-radius: 40px;
}

.gg-info::after,
.gg-info::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    width: 2px;
    background: currentColor;
    left: 7px;
}

.gg-info::after {
    bottom: 2px;
    height: 8px;
}

.gg-info::before {
    height: 2px;
    top: 2px;
}

.gg-inpicture {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 16px;
    border: 2px solid;
    border-radius: 2px;
}

.gg-inpicture::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 5px;
    background: currentColor;
    right: 2px;
    bottom: 2px;
}

.gg-insert-after-o {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 16px;
    height: 16px;
    border: 2px solid;
    border-radius: 20px;
}

.gg-insert-after-o::before {
    box-shadow: -2px 12px 0, 2px 12px 0;
}

.gg-insert-after-o::after,
.gg-insert-after-o::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 8px;
    height: 2px;
    background: currentColor;
    border-radius: 5px;
    top: 5px;
    left: 2px;
}

.gg-insert-after-o::after {
    width: 2px;
    height: 8px;
    top: 2px;
    left: 5px;
}

.gg-insert-after-r {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 16px;
    height: 16px;
    border: 2px solid;
    border-radius: 4px;
}

.gg-insert-after-r::before {
    box-shadow: -2px 12px 0, 2px 12px 0;
}

.gg-insert-after-r::after,
.gg-insert-after-r::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 8px;
    height: 2px;
    background: currentColor;
    border-radius: 5px;
    top: 5px;
    left: 2px;
}

.gg-insert-after-r::after {
    width: 2px;
    height: 8px;
    top: 2px;
    left: 5px;
}

.gg-insert-after {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 18px;
    height: 18px;
}

.gg-insert-after::before {
    box-shadow: -2px 10px 0, 2px 10px 0;
}

.gg-insert-after::after,
.gg-insert-after::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 2px;
    background: currentColor;
    border-radius: 5px;
    top: 8px;
    left: 4px;
}

.gg-insert-after::after {
    width: 2px;
    height: 10px;
    top: 4px;
    left: 8px;
}

.gg-insert-before-o {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 16px;
    height: 16px;
    border: 2px solid;
    border-radius: 20px;
}

.gg-insert-before-o::before {
    box-shadow: -2px -12px 0, 2px -12px 0;
}

.gg-insert-before-o::after,
.gg-insert-before-o::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 8px;
    height: 2px;
    background: currentColor;
    border-radius: 5px;
    top: 5px;
    left: 2px;
}

.gg-insert-before-o::after {
    width: 2px;
    height: 8px;
    top: 2px;
    left: 5px;
}

.gg-insert-before-r {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 16px;
    height: 16px;
    border: 2px solid;
    border-radius: 4px;
}

.gg-insert-before-r::before {
    box-shadow: -2px -12px 0, 2px -12px 0;
}

.gg-insert-before-r::after,
.gg-insert-before-r::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 8px;
    height: 2px;
    background: currentColor;
    border-radius: 5px;
    top: 5px;
    left: 2px;
}

.gg-insert-before-r::after {
    width: 2px;
    height: 8px;
    top: 2px;
    left: 5px;
}

.gg-insert-before {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 18px;
    height: 18px;
}

.gg-insert-before::before {
    box-shadow: -2px -10px 0, 2px -10px 0;
}

.gg-insert-before::after,
.gg-insert-before::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 2px;
    background: currentColor;
    border-radius: 5px;
    top: 8px;
    left: 4px;
}

.gg-insert-before::after {
    width: 2px;
    height: 10px;
    top: 4px;
    left: 8px;
}

.gg-insights {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 14px;
    height: 16px;
    transform: scale(var(--ggs, 1));
    border-left: 8px solid transparent;
    border-top: 4px solid transparent;
    box-shadow: inset 0 0 0 2px;
}

.gg-insights::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 16px;
    border: 2px solid;
    right: 4px;
    bottom: 0;
}

.gg-insights::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 16px;
    border: 2px solid;
    right: 4px;
    bottom: 0;
    height: 8px;
    right: 8px;
}

.gg-instagram {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    border: 2px solid transparent;
    box-shadow: 0 0 0 2px;
    border-radius: 4px;
    width: 20px;
    height: 20px;
}

.gg-instagram::after,
.gg-instagram::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-instagram::after {
    border: 2px solid;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    top: 3px;
}

.gg-instagram::before {
    border-radius: 3px;
    width: 2px;
    height: 2px;
    background: currentColor;
    right: 1px;
    top: 1px;
}

.gg-internal {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 12px;
    height: 12px;
    box-shadow: -2px 2px 0 0, -4px -4px 0 -2px, 4px 4px 0 -2px;
    margin-left: -2px;
    margin-top: 1px;
}

.gg-internal::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    left: 2px;
}

.gg-internal::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    left: 2px;
    background: currentColor;
    transform: rotate(-45deg);
    width: 14px;
    height: 2px;
    bottom: 8px;
}

.gg-internal::after {
    width: 7px;
    height: 7px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    bottom: 2px;
}

.gg-key {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 6px;
    height: 8px;
    border: 2px solid;
    border-radius: 100px;
    margin-left: -12px;
}

.gg-key::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    right: -12px;
}

.gg-key::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    right: -12px;
    background: currentColor;
    width: 12px;
    height: 2px;
    top: 1px;
}

.gg-key::after {
    width: 5px;
    height: 3px;
    top: 2px;
    border-left: 2px solid;
    border-right: 2px solid;
}

.gg-keyboard {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 18px;
    height: 18px;
    border: 2px solid;
    border-radius: 3px;
}

.gg-keyboard::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    height: 2px;
    border-radius: 4px;
    background: currentColor;
}

.gg-keyboard::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    height: 2px;
    border-radius: 4px;
    background: currentColor;
    top: 2px;
    box-shadow: 4px 0 0, 8px 0 0, 0 4px 0, 4px 4px 0, 8px 4px 0;
    width: 2px;
    left: 2px;
}

.gg-keyboard::after {
    width: 8px;
    bottom: 2px;
    left: 3px;
}

.gg-keyhole {
    display: block;
    box-sizing: border-box;
    border-radius: 20px;
    position: relative;
    transform: scale(var(--ggs, 1));
    width: 20px;
    height: 20px;
    border: 2px solid;
}

.gg-keyhole::after,
.gg-keyhole::before {
    display: block;
    box-sizing: border-box;
    border-radius: 20px;
}

.gg-keyhole::after {
    content: "";
    position: absolute;
}

.gg-keyhole::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border: 2px solid;
    left: 5px;
    top: 3px;
}

.gg-keyhole::after {
    background: currentColor;
    width: 2px;
    height: 5px;
    left: 7px;
    bottom: 3px;
}

.gg-laptop {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 18px;
    height: 12px;
    border: 2px solid;
    border-radius: 2px;
}

.gg-laptop::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 22px;
    height: 2px;
    background: currentColor;
    left: -4px;
    bottom: -5px;
    border-radius: 100px;
}

.gg-lastpass {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 20px;
    height: 12px;
}

.gg-lastpass::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    background: currentColor;
    border-radius: 22px;
}

.gg-lastpass::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    background: currentColor;
    border-radius: 22px;
    width: 4px;
    height: 4px;
    box-shadow: 6px 0 0, 12px 0 0;
    top: 4px;
}

.gg-lastpass::after {
    width: 2px;
    height: 12px;
    right: 0;
}

.gg-layout-grid-small {
    transform: scale(var(--ggs, 1));
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 10px;
    height: 2px;
    border-left: 6px double;
    border-right: 2px solid;
}

.gg-layout-grid-small::after,
.gg-layout-grid-small::before {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 10px;
    height: 2px;
    border-left: 6px double;
    border-right: 2px solid;
}

.gg-layout-grid-small::after,
.gg-layout-grid-small::before {
    content: "";
    position: absolute;
    left: -6px;
}

.gg-layout-grid-small::after {
    bottom: 4px;
}

.gg-layout-grid-small::before {
    top: 4px;
}

.gg-layout-grid {
    transform: scale(var(--ggs, 1));
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
}

.gg-layout-grid::after,
.gg-layout-grid::before {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
}

.gg-layout-grid::after {
    content: "";
    position: absolute;
    height: 4px;
    border-left: 4px solid;
    border-right: 4px solid;
}

.gg-layout-grid::before {
    content: "";
    position: absolute;
    height: 4px;
    border-left: 4px solid;
    border-right: 4px solid;
    top: 0;
}

.gg-layout-grid::after {
    bottom: 0;
}

.gg-layout-list {
    transform: scale(var(--ggs, 1));
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 10px;
    height: 2px;
    border-left: 6px double;
    border-right: 4px solid;
}

.gg-layout-list::after,
.gg-layout-list::before {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 10px;
    height: 2px;
    border-left: 6px double;
    border-right: 4px solid;
}

.gg-layout-list::after,
.gg-layout-list::before {
    content: "";
    position: absolute;
    left: -6px;
}

.gg-layout-list::after {
    bottom: 4px;
}

.gg-layout-list::before {
    top: 4px;
}

.gg-layout-pin {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 16px;
    height: 16px;
    border: 2px solid;
    border-radius: 3px;
}

.gg-layout-pin::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 4px;
    top: 3px;
    left: 3px;
    box-shadow: -7px 0 0, 7px 0 0, 0 -7px 0, 0 7px 0;
}

.gg-linear {
    display: block;
    position: relative;
    box-sizing: border-box;
    transform: scale(var(--ggs, 1));
    width: 18px;
    height: 18px;
    overflow: hidden;
    border-radius: 100px;
}

.gg-linear::after,
.gg-linear::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 25px;
    height: 25px;
    transform: rotate(-45deg);
    background: currentColor;
    top: -14px;
    left: 4px;
}

.gg-linear::after {
    width: 2px;
    box-shadow: -3px 4px 0 0, -6px -2px 0 0;
    top: -3px;
    left: 6px;
}

.gg-link {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: rotate(-45deg) scale(var(--ggs, 1));
    width: 8px;
    height: 2px;
    background: currentColor;
    border-radius: 4px;
}

.gg-link::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    width: 8px;
    height: 10px;
    border: 2px solid;
    top: -4px;
}

.gg-link::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    width: 8px;
    height: 10px;
    border: 2px solid;
    top: -4px;
    border-right: 0;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    left: -6px;
}

.gg-link::after {
    border-left: 0;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    right: -6px;
}

.gg-list-tree {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
    transform: scale(var(--ggs, 1));
    background: linear-gradient(to left, currentcolor 8px, transparent 0)
            no-repeat left top/8px 8px,
        linear-gradient(to left, currentcolor 8px, transparent 0) no-repeat
            center 3px/8px 2px,
        linear-gradient(to left, currentcolor 8px, transparent 0) no-repeat 10px
            17px/6px 2px,
        linear-gradient(to left, currentcolor 8px, transparent 0) no-repeat 10px
            3px/2px 16px;
}

.gg-list-tree::after,
.gg-list-tree::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 8px;
    height: 8px;
    border: 2px solid;
    right: 0;
}

.gg-list-tree::after {
    bottom: 0;
}

.gg-list {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 20px;
    border: 2px solid;
    border-radius: 3px;
}

.gg-list::after,
.gg-list::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 2px;
    height: 2px;
    background: currentColor;
    top: 3px;
    left: 3px;
    box-shadow: 0 4px 0, 0 8px 0;
}

.gg-list::after {
    border-radius: 3px;
    width: 8px;
    left: 7px;
}

.gg-live-photo {
    transform: scale(var(--ggs, 1));
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    border: 2px dotted currentColor;
}

.gg-live-photo::after {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    border: 2px dotted currentColor;
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border: 1px solid transparent;
    top: 4px;
    left: 4px;
    box-shadow: 0 0 0 2px, inset 0 0 0 2px currentColor;
}

@keyframes loadbaralt {
    0%,
    to {
        left: 0;
        right: 80%;
    }

    25%,
    75% {
        left: 0;
        right: 0;
    }

    50% {
        left: 80%;
        right: 0;
    }
}

.gg-loadbar-alt {
    display: block;
    box-sizing: border-box;
    height: 4px;
    border-radius: 4px;
    position: relative;
    transform: scale(var(--ggs, 1));
    width: 18px;
}

.gg-loadbar-alt::before {
    display: block;
    box-sizing: border-box;
    height: 4px;
    border-radius: 4px;
}

.gg-loadbar-alt::after {
    display: block;
    box-sizing: border-box;
    height: 4px;
    border-radius: 4px;
    background: currentColor;
    content: "";
    position: absolute;
}

.gg-loadbar-alt::before {
    background: currentColor;
    content: "";
    position: absolute;
    animation: loadbaralt 2s cubic-bezier(0, 0, 0.58, 1) infinite;
}

.gg-loadbar-alt::after {
    width: 18px;
    opacity: 0.3;
}

@keyframes gg-doc {
    0% {
        left: -16px;
    }

    60%,
    to {
        left: 0;
    }
}

.gg-loadbar-doc {
    display: block;
    position: relative;
    box-sizing: border-box;
    transform: scale(var(--ggs, 1));
    border: 2px solid transparent;
    box-shadow: 0 0 0 2px;
    border-radius: 1px;
    width: 12px;
    height: 14px;
    overflow: hidden;
}

.gg-loadbar-doc::after {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    height: 2px;
    background: currentColor;
    animation: gg-doc 1s linear infinite alternate;
}

.gg-loadbar-doc::before {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    height: 2px;
    background: currentColor;
    animation: gg-doc 1s linear infinite alternate;
    width: 14px;
    box-shadow: -4px 4px 0;
}

.gg-loadbar-doc::after {
    width: 5px;
    top: 8px;
}

@keyframes gg-bar {
    10% {
        box-shadow: inset 0 -4px 0;
    }

    30% {
        box-shadow: inset 0 -10px 0;
    }

    60% {
        box-shadow: inset 0 -6px 0;
    }

    80% {
        box-shadow: inset 0 -8px 0;
    }

    to {
        box-shadow: inset 0 -2px 0;
    }
}

.gg-loadbar-sound {
    display: block;
    box-sizing: border-box;
    width: 2px;
    height: 12px;
    box-shadow: inset 0 -12px 0;
    animation: gg-bar 1.3s ease infinite alternate;
    position: relative;
    transform: scale(var(--ggs, 1));
}

.gg-loadbar-sound::after,
.gg-loadbar-sound::before {
    display: block;
    box-sizing: border-box;
    width: 2px;
    height: 12px;
    box-shadow: inset 0 -12px 0;
    animation: gg-bar 1.3s ease infinite alternate;
}

.gg-loadbar-sound::after {
    content: "";
    position: absolute;
    bottom: 0;
}

.gg-loadbar-sound::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -4px;
    animation-delay: -2.4s;
}

.gg-loadbar-sound::after {
    right: -4px;
    animation-delay: -3.7s;
}

@keyframes loadbar {
    0%,
    to {
        left: 0;
        right: 80%;
    }

    25%,
    75% {
        left: 0;
        right: 0;
    }

    50% {
        left: 80%;
        right: 0;
    }
}

.gg-loadbar {
    display: block;
    box-sizing: border-box;
    height: 4px;
    position: relative;
    transform: scale(var(--ggs, 1));
    width: 18px;
}

.gg-loadbar::before {
    display: block;
    box-sizing: border-box;
    height: 4px;
    content: "";
    position: absolute;
    border-radius: 4px;
    background: currentColor;
    animation: loadbar 2s cubic-bezier(0, 0, 0.58, 1) infinite;
}

.gg-lock-unlock {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 12px;
    height: 6px;
    border: 2px solid;
    border-top-right-radius: 100px;
    border-top-left-radius: 100px;
    border-bottom: transparent;
    margin-top: -18px;
    margin-left: -2px;
}

.gg-lock-unlock::after,
.gg-lock-unlock::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-lock-unlock::after {
    border: 2px solid transparent;
    box-shadow: 0 0 0 2px;
    width: 16px;
    height: 10px;
    border-radius: 2px;
    left: -4px;
    top: 10px;
}

.gg-lock-unlock::before {
    width: 2px;
    height: 6px;
    background: currentColor;
    left: -2px;
    top: 4px;
}

.gg-lock {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 12px;
    height: 11px;
    border: 2px solid;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom: transparent;
    margin-top: -12px;
}

.gg-lock::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 16px;
    height: 10px;
    border-radius: 2px;
    border: 2px solid transparent;
    box-shadow: 0 0 0 2px;
    left: -4px;
    top: 9px;
}

.gg-log-in {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 6px;
    height: 16px;
    border: 2px solid;
    border-left: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    margin-right: -10px;
}

.gg-log-in::after,
.gg-log-in::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-log-in::after {
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    left: -8px;
    bottom: 2px;
}

.gg-log-in::before {
    border-radius: 3px;
    width: 10px;
    height: 2px;
    background: currentColor;
    left: -11px;
    bottom: 5px;
}

.gg-log-off {
    box-sizing: border-box;
    position: relative;
    display: block;
    border-radius: 16px;
    border: 2px solid;
    transform: scale(var(--ggs, 1));
    width: 16px;
    height: 16px;
    border-top: 2px solid transparent;
}

.gg-log-off::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    height: 8px;
    width: 2px;
    background: currentColor;
    left: 5px;
    bottom: 6px;
}

.gg-log-out {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 6px;
    height: 16px;
    border: 2px solid;
    transform: scale(var(--ggs, 1));
    border-right: 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    margin-left: -10px;
}

.gg-log-out::after,
.gg-log-out::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-log-out::after {
    border-top: 2px solid;
    border-left: 2px solid;
    transform: rotate(-45deg);
    width: 8px;
    height: 8px;
    left: 4px;
    bottom: 2px;
}

.gg-log-out::before {
    border-radius: 3px;
    width: 10px;
    height: 2px;
    background: currentColor;
    left: 5px;
    bottom: 5px;
}

.gg-loupe {
    display: block;
    box-sizing: border-box;
    position: relative;
    transform: scale(var(--ggs, 1));
    width: 18px;
    height: 18px;
    border: 2px solid;
    border-radius: 22px;
    border-bottom-right-radius: 6px;
    overflow: hidden;
    background: linear-gradient(to left, currentColor 8px, transparent 0)
            no-repeat center/8px 2px,
        linear-gradient(to left, currentColor 8px, transparent 0) no-repeat
            center/2px 8px;
}

.gg-loupe::after {
    display: block;
    box-sizing: border-box;
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    box-shadow: 0 0 0 6px;
}

.gg-magnet {
    display: block;
    box-sizing: border-box;
    width: 14px;
    border: 4px solid;
    transform: scale(var(--ggs, 1));
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    border-top: 0;
    position: relative;
    height: 12px;
}

.gg-magnet::before {
    display: block;
    box-sizing: border-box;
    width: 14px;
    content: "";
    position: absolute;
    height: 3px;
    border-left: 4px solid;
    border-right: 4px solid;
    top: -5px;
    left: -4px;
    opacity: 0.5;
}

.gg-mail-forward {
    display: block;
    box-sizing: border-box;
    height: 6px;
    border-top: 2px solid;
    border-left: 2px solid;
    transform: scale(var(--ggs, 1));
    border-top-left-radius: 4px;
    position: relative;
    width: 14px;
}

.gg-mail-forward::before {
    display: block;
    box-sizing: border-box;
    height: 6px;
    border-top: 2px solid;
    content: "";
    position: absolute;
    width: 6px;
    border-right: 2px solid;
    top: -4px;
    right: -1px;
    transform: rotate(45deg);
}

.gg-mail-open {
    display: block;
    box-sizing: border-box;
    height: 14px;
    border: 2px solid;
    border-top: 0;
    transform: scale(var(--ggs, 1));
    position: relative;
    width: 18px;
    border-radius: 2px;
}

.gg-mail-open::after {
    display: block;
    box-sizing: border-box;
    height: 14px;
    border: 2px solid;
    content: "";
    position: absolute;
    border-radius: 3px;
    width: 14px;
    transform: rotate(-45deg);
    bottom: 3px;
    left: 0;
}

.gg-mail-reply {
    display: block;
    box-sizing: border-box;
    height: 6px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: scale(var(--ggs, 1));
    border-top-right-radius: 4px;
    position: relative;
    width: 14px;
}

.gg-mail-reply::before {
    display: block;
    box-sizing: border-box;
    height: 6px;
    border-top: 2px solid;
    content: "";
    position: absolute;
    width: 6px;
    border-left: 2px solid;
    top: -4px;
    left: -1px;
    transform: rotate(-45deg);
}

.gg-mail {
    display: block;
    box-sizing: border-box;
    height: 14px;
    border: 2px solid;
    overflow: hidden;
    transform: scale(var(--ggs, 1));
    position: relative;
    width: 18px;
    border-radius: 2px;
}

.gg-mail::after {
    display: block;
    box-sizing: border-box;
    height: 14px;
    border: 2px solid;
    content: "";
    position: absolute;
    border-radius: 3px;
    width: 14px;
    transform: rotate(-45deg);
    bottom: 3px;
    left: 0;
}

.gg-math-divide {
    transform: scale(var(--ggs, 1));
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 16px;
    height: 2px;
    background: currentColor;
    border-radius: 20px;
}

.gg-math-divide::after,
.gg-math-divide::before {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 16px;
    height: 2px;
    background: currentColor;
    border-radius: 20px;
}

.gg-math-divide::after,
.gg-math-divide::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    top: -6px;
    left: 6px;
}

.gg-math-divide::after {
    top: 4px;
}

.gg-math-equal {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 16px;
    height: 2px;
    background: currentColor;
    border-radius: 10px;
    margin-top: -6px;
    box-shadow: 0 6px 0;
}

.gg-math-minus {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 16px;
    height: 2px;
    background: currentColor;
    border-radius: 10px;
}

.gg-math-percent {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: rotate(-45deg) scale(var(--ggs, 1));
    width: 16px;
    height: 2px;
    background: currentColor;
    border-radius: 20px;
}

.gg-math-percent::after,
.gg-math-percent::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 4px;
    height: 4px;
    background: currentColor;
    border-radius: 20px;
    top: -7px;
    left: 6px;
}

.gg-math-percent::after {
    top: 5px;
}

.gg-math-plus {
    display: block;
    box-sizing: border-box;
    background: currentColor;
    border-radius: 10px;
    margin-top: -2px;
    position: relative;
    transform: scale(var(--ggs, 1));
    width: 16px;
    height: 2px;
}

.gg-math-plus::after {
    display: block;
    box-sizing: border-box;
    background: currentColor;
    border-radius: 10px;
    content: "";
    position: absolute;
    width: 2px;
    height: 16px;
    top: -7px;
    left: 7px;
}

.gg-maximize-alt {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 14px;
    height: 14px;
    box-shadow: -6px -6px 0 -4px, 6px 6px 0 -4px, 6px -6px 0 -4px,
        -6px 6px 0 -4px;
}

.gg-maximize-alt::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    width: 22px;
    height: 2px;
    border-left: 8px solid;
    border-right: 8px solid;
    transform: rotate(-45deg);
    bottom: 6px;
    left: -4px;
}

.gg-maximize-alt::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    width: 22px;
    height: 2px;
    border-left: 8px solid;
    border-right: 8px solid;
    transform: rotate(-45deg);
    bottom: 6px;
    left: -4px;
    transform: rotate(45deg);
}

.gg-maximize {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 14px;
    height: 14px;
    box-shadow: -6px -6px 0 -4px, 6px 6px 0 -4px, 6px -6px 0 -4px,
        -6px 6px 0 -4px;
}

.gg-maze {
    display: block;
    box-sizing: border-box;
    position: relative;
    transform: scale(var(--ggs, 1));
    width: 24px;
    height: 14px;
}

.gg-maze::after {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    height: 12px;
    transform: rotate(45deg);
}

.gg-maze::before {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    height: 12px;
    transform: rotate(45deg);
    width: 12px;
    right: 2px;
    bottom: -2px;
    border-left: 4px solid;
    border-top: 4px solid;
}

.gg-maze::after {
    width: 4px;
    background: currentColor;
    left: 3px;
    bottom: 1px;
}

.gg-media-live {
    transform: scale(var(--ggs, 1));
    border-top-color: transparent;
    border-bottom-color: transparent;
    box-sizing: border-box;
    position: relative;
    display: block;
    border: 2px solid;
    border-radius: 50%;
    width: 14px;
    height: 14px;
}

.gg-media-live::after {
    border-top-color: transparent;
    border-bottom-color: transparent;
    box-sizing: border-box;
    position: relative;
    display: block;
    border: 2px solid;
    border-radius: 50%;
    width: 14px;
    height: 14px;
}

.gg-media-live::before {
    box-sizing: border-box;
    position: relative;
    display: block;
    border: 2px solid;
    border-radius: 50%;
    width: 14px;
    height: 14px;
}

.gg-media-live::after,
.gg-media-live::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    top: 2px;
    left: 2px;
}

.gg-media-live::after {
    width: 22px;
    height: 22px;
    top: -6px;
    left: -6px;
}

.gg-media-podcast {
    transform: scale(var(--ggs, 1));
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 14px;
    height: 14px;
    border: 2px solid;
    border-bottom-color: transparent;
    border-radius: 50%;
}

.gg-media-podcast::after,
.gg-media-podcast::before {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 14px;
    height: 14px;
    border: 2px solid;
    border-bottom-color: transparent;
    border-radius: 50%;
}

.gg-media-podcast::after,
.gg-media-podcast::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    top: 2px;
    left: 2px;
}

.gg-media-podcast::after {
    width: 22px;
    height: 22px;
    top: -6px;
    left: -6px;
}

.gg-menu-boxed {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 18px;
    height: 18px;
    border-radius: 3px;
    border: 2px solid;
}

.gg-menu-boxed::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 2px;
    background: currentColor;
    border-radius: 3px;
    top: 2px;
    left: 2px;
    box-shadow: 0 4px 0, 0 8px 0;
}

.gg-menu-cake {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 16px;
    height: 18px;
}

.gg-menu-cake::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    height: 2px;
    background: currentColor;
    border-radius: 22px;
}

.gg-menu-cake::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    height: 2px;
    background: currentColor;
    border-radius: 22px;
    width: 18px;
    box-shadow: 0 -4px 0, 0 -8px 0;
    left: 1px;
    bottom: 2px;
}

.gg-menu-cake::after {
    width: 4px;
    height: 4px;
    left: 8px;
}

.gg-menu-cheese {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 18px;
    height: 10px;
}

.gg-menu-cheese::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    height: 2px;
}

.gg-menu-cheese::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    height: 2px;
    width: 18px;
    background: currentColor;
    border-radius: 22px;
    box-shadow: 0 -6px 0, 0 -12px 0;
    bottom: 0;
}

.gg-menu-cheese::after {
    width: 2px;
    left: 2px;
    bottom: 3px;
    border-top: 3px solid;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.gg-menu-grid-o {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 16px;
    height: 16px;
}

.gg-menu-grid-o::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 4px;
    height: 4px;
    background: currentColor;
    box-shadow: 0 6px 0, 6px 6px 0, 12px 6px 0, 6px 12px 0, 12px 12px 0, 6px 0 0,
        12px 0 0, 0 12px 0;
    border-radius: 22px;
}

.gg-menu-grid-r {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 16px;
    height: 16px;
}

.gg-menu-grid-r::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 4px;
    height: 4px;
    background: currentColor;
    box-shadow: 0 6px 0, 6px 6px 0, 12px 6px 0, 6px 12px 0, 12px 12px 0, 6px 0 0,
        12px 0 0, 0 12px 0;
}

.gg-menu-hotdog {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 16px;
    height: 12px;
    border-top: 3px solid;
    border-bottom: 3px solid;
    border-radius: 3px;
}

.gg-menu-hotdog::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 20px;
    height: 2px;
    background: currentColor;
    border-radius: 4px;
    top: 2px;
    left: -2px;
}

.gg-menu-left-alt {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 16px;
    height: 14px;
    transform: scale(var(--ggs, 1));
}

.gg-menu-left-alt::after {
    content: "";
    position: absolute;
    box-sizing: border-box;
    display: block;
    height: 2px;
    border-radius: 4px;
    background: currentColor;
}

.gg-menu-left-alt::before {
    content: "";
    position: absolute;
    box-sizing: border-box;
    display: block;
    height: 2px;
    border-radius: 4px;
    background: currentColor;
    width: 16px;
    box-shadow: 0 12px 0;
}

.gg-menu-left-alt::after {
    width: 10px;
    top: 6px;
}

.gg-menu-left {
    transform: scale(var(--ggs, 1));
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 3px;
    background: currentColor;
}

.gg-menu-left::after,
.gg-menu-left::before {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 3px;
    background: currentColor;
}

.gg-menu-left::after,
.gg-menu-left::before {
    content: "";
    position: absolute;
    top: -6px;
    width: 10px;
}

.gg-menu-left::after {
    top: 6px;
    width: 14px;
}

.gg-menu-motion {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 18px;
    height: 14px;
    transform: scale(var(--ggs, 1));
}

.gg-menu-motion::before {
    content: "";
    position: absolute;
    box-sizing: border-box;
    display: block;
    width: 10px;
    height: 2px;
    bottom: 0;
    box-shadow: 4px -6px 0, 8px -12px 0;
    border-radius: 4px;
    background: currentColor;
}

.gg-menu-oreos {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 16px;
    height: 18px;
    transform: scale(var(--ggs, 1));
}

.gg-menu-oreos::after,
.gg-menu-oreos::before {
    content: "";
    position: absolute;
    box-sizing: border-box;
    display: block;
    width: 16px;
    height: 8px;
    border-top: 3px solid;
    border-bottom: 3px solid;
    border-radius: 3px;
}

.gg-menu-oreos::after {
    bottom: 0;
}

.gg-menu-right-alt {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 16px;
    height: 14px;
    transform: scale(var(--ggs, 1));
}

.gg-menu-right-alt::after {
    content: "";
    position: absolute;
    box-sizing: border-box;
    display: block;
    height: 2px;
    border-radius: 4px;
    background: currentColor;
}

.gg-menu-right-alt::before {
    content: "";
    position: absolute;
    box-sizing: border-box;
    display: block;
    height: 2px;
    border-radius: 4px;
    background: currentColor;
    width: 16px;
    box-shadow: 0 12px 0;
}

.gg-menu-right-alt::after {
    width: 10px;
    right: 0;
    top: 6px;
}

.gg-menu-right {
    transform: scale(var(--ggs, 1));
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 3px;
    background: currentColor;
}

.gg-menu-right::after,
.gg-menu-right::before {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 3px;
    background: currentColor;
}

.gg-menu-right::after,
.gg-menu-right::before {
    content: "";
    position: absolute;
    top: -6px;
    right: 0;
    width: 10px;
}

.gg-menu-right::after {
    top: 6px;
    width: 14px;
}

.gg-menu-round {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border-radius: 24px;
    border: 2px solid;
}

.gg-menu-round::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 2px;
    background: currentColor;
    border-radius: 3px;
    top: 4px;
    left: 4px;
    box-shadow: 0 4px 0, 0 8px 0;
}

.gg-menu {
    transform: scale(var(--ggs, 1));
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 3px;
    background: currentColor;
}

.gg-menu::after,
.gg-menu::before {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 3px;
    background: currentColor;
}

.gg-menu::after,
.gg-menu::before {
    content: "";
    position: absolute;
    top: -6px;
}

.gg-menu::after {
    top: 6px;
}

.gg-merge-horizontal {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 14px;
    height: 2px;
    border-radius: 3px;
    background: currentColor;
}

.gg-merge-horizontal::after,
.gg-merge-horizontal::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    transform: rotate(-45deg);
}

.gg-merge-horizontal::after {
    border-bottom: 2px solid;
    border-left: 2px solid;
    left: 4px;
    bottom: 5px;
}

.gg-merge-horizontal::before {
    border-top: 2px solid;
    border-right: 2px solid;
    right: 4px;
    top: 5px;
}

.gg-merge-vertical {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 2px;
    height: 14px;
    border-radius: 3px;
    background: currentColor;
}

.gg-merge-vertical::after,
.gg-merge-vertical::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid;
    top: 4px;
}

.gg-merge-vertical::after {
    border-left: 2px solid;
    left: 5px;
    transform: rotate(45deg);
}

.gg-merge-vertical::before {
    border-right: 2px solid;
    transform: rotate(-45deg);
    right: 5px;
}

.gg-mic {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 16px;
    height: 12px;
    border-bottom-left-radius: 120px;
    border-bottom-right-radius: 120px;
    border: 2px solid;
    border-top: 0;
    margin-top: 3px;
}

.gg-mic::after,
.gg-mic::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-mic::after {
    border: 2px solid;
    width: 8px;
    height: 18px;
    left: 2px;
    top: -10px;
    border-radius: 4px;
}

.gg-mic::before {
    width: 10px;
    height: 4px;
    top: 12px;
    left: 1px;
    border-right: 4px solid transparent;
    box-shadow: 0 2px 0, inset -2px 0 0;
}

.gg-microbit {
    display: block;
    box-sizing: border-box;
    border-radius: 20px;
    position: relative;
    transform: scale(var(--ggs, 1));
    width: 24px;
    height: 14px;
    border: 3px solid;
}

.gg-microbit::before {
    display: block;
    box-sizing: border-box;
    border-radius: 20px;
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: currentColor;
    top: 2px;
    left: 2px;
    box-shadow: 10px 0 0 0;
}

.gg-microsoft {
    transform: scale(var(--ggs, 1));
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 18px;
    height: 18px;
}

.gg-microsoft::after,
.gg-microsoft::before {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 18px;
    height: 18px;
}

.gg-microsoft::after,
.gg-microsoft::before {
    content: "";
    position: absolute;
    width: 8px;
    border-top: 8px solid;
    border-bottom: 8px solid;
}

.gg-microsoft::after {
    right: 0;
}

.gg-mini-player {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 18px;
    height: 18px;
    border: 2px solid;
    border-radius: 3px;
}

.gg-mini-player::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 8px;
    height: 8px;
    background: currentColor;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 3px;
    bottom: -1px;
    right: -1px;
}

.gg-minimize-alt {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: rotate(-45deg) scale(var(--ggs, 1));
    width: 26px;
    height: 2px;
    border-left: 10px solid;
    border-right: 10px solid;
}

.gg-minimize-alt::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 2px solid;
    top: -2px;
}

.gg-minimize-alt::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 2px solid;
    top: -2px;
    border-right: 2px solid;
    left: -5px;
    transform: rotate(45deg);
}

.gg-minimize-alt::after {
    border-left: 2px solid;
    right: -5px;
    transform: rotate(-45deg);
}

.gg-minimize {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 4px;
    height: 4px;
    box-shadow: -8px -4px 0 -1px, -6px -4px 0 -1px, 8px 4px 0 -1px,
        6px 4px 0 -1px, 8px -4px 0 -1px, 6px -4px 0 -1px, -8px 4px 0 -1px,
        -6px 4px 0 -1px;
}

.gg-minimize::after,
.gg-minimize::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 2px;
    height: 18px;
    border-top: 6px solid;
    border-bottom: 6px solid;
    box-shadow: 18px 0 0 -2px;
    top: -7px;
}

.gg-minimize::after {
    left: -3px;
}

.gg-minimize::before {
    right: -3px;
}

.gg-modem {
    position: relative;
    display: block;
    box-sizing: border-box;
    transform: scale(var(--ggs, 1));
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border-top: 12px solid transparent;
    box-shadow: inset 0 0 0 2px;
}

.gg-modem::after,
.gg-modem::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    background: currentColor;
    right: 4px;
    bottom: 3px;
    width: 2px;
    height: 2px;
    border-radius: 22px;
}

.gg-modem::after {
    right: -1px;
    bottom: 11px;
    width: 20px;
    transform: rotate(30deg);
}

.gg-monday {
    display: block;
    box-sizing: border-box;
    position: relative;
    transform: scale(var(--ggs, 1));
    width: 21px;
    height: 16px;
}

.gg-monday::after {
    background: currentColor;
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    border-radius: 22px;
}

.gg-monday::before {
    background: currentColor;
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    border-radius: 22px;
    height: 16px;
    transform: rotate(35deg);
    box-shadow: 7px -5px 0 0;
}

.gg-monday::after {
    height: 6px;
    bottom: 1px;
    right: 0;
}

.gg-moon {
    display: block;
    box-sizing: border-box;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    transform: rotate(-135deg) scale(var(--ggs, 1));
    width: 20px;
    height: 20px;
    border: 2px solid;
    border-bottom-color: transparent;
}

.gg-moon::after {
    display: block;
    box-sizing: border-box;
    border-radius: 50%;
    content: "";
    position: absolute;
    width: 12px;
    height: 18px;
    border: 2px solid transparent;
    box-shadow: 0 0 0 2px;
    top: 8px;
    left: 2px;
}

.gg-more-alt {
    transform: scale(var(--ggs, 1));
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 4px;
    height: 4px;
    background: currentColor;
    border-radius: 100%;
}

.gg-more-alt::after,
.gg-more-alt::before {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 4px;
    height: 4px;
    background: currentColor;
    border-radius: 100%;
}

.gg-more-alt::after,
.gg-more-alt::before {
    content: "";
    position: absolute;
    top: 0;
}

.gg-more-alt::after {
    left: -6px;
}

.gg-more-alt::before {
    right: -6px;
}

.gg-more-o {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 24px;
    height: 24px;
    border: 2px solid;
    border-radius: 24px;
}

.gg-more-o::before {
    content: "";
    position: absolute;
    box-sizing: border-box;
    display: block;
    width: 4px;
    height: 4px;
    background-color: currentColor;
    border-radius: 20px;
    top: 8px;
    left: 8px;
    box-shadow: -5px 0 0, 5px 0 0;
}

.gg-more-r {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 24px;
    height: 20px;
    border: 2px solid;
    border-radius: 3px;
}

.gg-more-r::before {
    content: "";
    position: absolute;
    box-sizing: border-box;
    display: block;
    width: 4px;
    height: 4px;
    background-color: currentColor;
    border-radius: 20px;
    top: 6px;
    left: 8px;
    box-shadow: -5px 0 0, 5px 0 0;
}

.gg-more-vertical-alt {
    transform: scale(var(--ggs, 1));
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 4px;
    height: 4px;
    background: currentColor;
    border-radius: 100%;
}

.gg-more-vertical-alt::after,
.gg-more-vertical-alt::before {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 4px;
    height: 4px;
    background: currentColor;
    border-radius: 100%;
}

.gg-more-vertical-alt::after,
.gg-more-vertical-alt::before {
    content: "";
    position: absolute;
}

.gg-more-vertical-alt::after {
    left: 0;
    top: 6px;
}

.gg-more-vertical-alt::before {
    top: -6px;
    right: 0;
}

.gg-more-vertical-o {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 24px;
    height: 24px;
    border: 2px solid;
    border-radius: 24px;
}

.gg-more-vertical-o::before {
    content: "";
    position: absolute;
    box-sizing: border-box;
    display: block;
    width: 4px;
    height: 4px;
    background-color: currentColor;
    border-radius: 20px;
    top: 8px;
    left: 8px;
    box-shadow: 0 -5px 0, 0 5px 0;
}

.gg-more-vertical-r {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 20px;
    height: 24px;
    border: 2px solid;
    border-radius: 3px;
}

.gg-more-vertical-r::before {
    content: "";
    position: absolute;
    box-sizing: border-box;
    display: block;
    width: 4px;
    height: 4px;
    background-color: currentColor;
    border-radius: 20px;
    top: 8px;
    left: 6px;
    box-shadow: 0 -5px 0, 0 5px 0;
}

.gg-more-vertical {
    transform: scale(var(--ggs, 1));
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-radius: 100%;
}

.gg-more-vertical::after,
.gg-more-vertical::before {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-radius: 100%;
}

.gg-more-vertical::after {
    content: "";
    position: absolute;
    top: 6px;
    left: -2px;
}

.gg-more-vertical::before {
    content: "";
    position: absolute;
    top: 6px;
    left: -2px;
    top: -10px;
}

.gg-more {
    transform: scale(var(--ggs, 1));
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-radius: 100%;
}

.gg-more::after,
.gg-more::before {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-radius: 100%;
}

.gg-more::after,
.gg-more::before {
    content: "";
    position: absolute;
    top: -2px;
}

.gg-more::after {
    left: -9px;
}

.gg-more::before {
    right: -9px;
}

.gg-mouse {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 16px;
    height: 24px;
    border: 2px solid;
    border-radius: 10px;
}

.gg-mouse::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    width: 2px;
    height: 6px;
    background: currentColor;
    top: 3px;
    left: 5px;
}

.gg-move-down {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 10px;
    height: 8px;
    border-left: 2px solid;
    border-right: 2px solid;
}

.gg-move-down::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-move-down::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    background: currentColor;
    left: 2px;
    top: 0;
    width: 2px;
    height: 12px;
}

.gg-move-down::after {
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 5px solid;
    bottom: -7px;
}

.gg-move-left {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 8px;
    height: 10px;
    border-top: 2px solid;
    border-bottom: 2px solid;
}

.gg-move-left::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-move-left::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    background: currentColor;
    right: 0;
    top: 2px;
    width: 12px;
    height: 2px;
}

.gg-move-left::after {
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-right: 5px solid;
    left: -7px;
}

.gg-move-right {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 8px;
    height: 10px;
    border-top: 2px solid;
    border-bottom: 2px solid;
}

.gg-move-right::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-move-right::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    background: currentColor;
    left: 0;
    top: 2px;
    width: 12px;
    height: 2px;
}

.gg-move-right::after {
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid;
    right: -7px;
}

.gg-move-task {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 8px;
    height: 10px;
    border-top: 2px solid;
    border-bottom: 2px solid;
}

.gg-move-task::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-move-task::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    background: currentColor;
    top: 2px;
    width: 8px;
    height: 2px;
    left: 0;
}

.gg-move-task::after {
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid;
    left: -6px;
}

.gg-move-up {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 10px;
    height: 8px;
    border-left: 2px solid;
    border-right: 2px solid;
}

.gg-move-up::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-move-up::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    background: currentColor;
    left: 2px;
    bottom: 0;
    width: 2px;
    height: 12px;
}

.gg-move-up::after {
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 5px solid;
    top: -7px;
}

.gg-music-note {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 2px;
    height: 14px;
    background: currentColor;
}

.gg-music-note::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border: 2px solid;
}

.gg-music-note::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border: 2px solid;
    bottom: -4px;
    width: 8px;
    height: 8px;
    left: -6px;
    border-radius: 10px;
}

.gg-music-note::after {
    width: 10px;
    height: 6px;
    top: -4px;
    left: 0;
    border-radius: 2px;
    transform: skewY(-15deg);
}

.gg-music-speaker {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 16px;
    height: 22px;
    border: 2px solid;
    border-radius: 3px;
}

.gg-music-speaker::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border: 2px solid;
    border-radius: 100px;
}

.gg-music-speaker::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border: 2px solid;
    border-radius: 100px;
    bottom: 2px;
    width: 8px;
    height: 8px;
    left: 2px;
}

.gg-music-speaker::after {
    width: 4px;
    height: 4px;
    left: 4px;
    top: 2px;
}

.gg-music {
    display: block;
    box-sizing: border-box;
    border: 2px solid;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom: 0;
    margin-top: -4px;
    position: relative;
    transform: skewY(-15deg) scale(var(--ggs, 1));
    width: 14px;
    height: 16px;
}

.gg-music::after,
.gg-music::before {
    display: block;
    box-sizing: border-box;
    border: 2px solid;
}

.gg-music::after,
.gg-music::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    top: 9px;
    left: -7px;
    transform: skewY(15deg);
    border-radius: 10px;
}

.gg-music::after {
    left: 5px;
}

.gg-nametag {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 6px;
    height: 6px;
    border: 2px solid;
    transform: scale(var(--ggs, 1));
}

.gg-nametag::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 12px;
    height: 12px;
    box-shadow: -5px -5px 0 -3px, 5px 5px 0 -3px, 5px -5px 0 -3px,
        -5px 5px 0 -3px;
    left: -5px;
    top: -5px;
}

.gg-notes {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 20px;
    height: 22px;
    border: 2px solid;
    border-radius: 3px;
}

.gg-notes::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    height: 2px;
    background: currentColor;
    left: 2px;
}

.gg-notes::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    height: 2px;
    background: currentColor;
    left: 2px;
    box-shadow: 0 4px 0, 0 8px 0;
    width: 12px;
    top: 2px;
}

.gg-notes::after {
    width: 6px;
    top: 14px;
}

.gg-notifications {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 14px;
    height: 14px;
    background: linear-gradient(to left, currentColor 10px, transparent 0)
            no-repeat right bottom/2px 8px,
        linear-gradient(to left, currentColor 10px, transparent 0) no-repeat
            left top/8px 2px;
}

.gg-notifications::after {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
}

.gg-notifications::before {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border-left: 2px solid;
    border-bottom: 2px solid;
}

.gg-notifications::after {
    width: 6px;
    height: 6px;
    border-radius: 4px;
    background: currentColor;
    top: -2px;
    right: -2px;
}

.gg-npm {
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 18px;
    height: 18px;
    transform: scale(var(--ggs, 1));
    border: 3px solid;
    border-radius: 2px;
}

.gg-npm::before {
    box-sizing: border-box;
    display: block;
    content: "";
    position: absolute;
    width: 3px;
    height: 12px;
    background: currentColor;
    bottom: -3px;
    right: 3px;
}

.gg-oculus {
    display: block;
    position: relative;
    box-sizing: border-box;
    transform: scale(var(--ggs, 1));
    width: 20px;
    height: 12px;
    border: 4px solid;
    border-radius: 22px;
}

.gg-open-collective {
    display: block;
    box-sizing: border-box;
    border-radius: 22px;
    position: relative;
    transform: scale(var(--ggs, 1));
    width: 18px;
    height: 18px;
    border: 3px solid;
    border-right-color: transparent;
}

.gg-open-collective::before {
    display: block;
    box-sizing: border-box;
    border-radius: 22px;
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border: 3px solid transparent;
    border-right: 3px solid;
    top: -1px;
    right: -3px;
    opacity: 0.5;
}

.gg-options {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 10px;
    height: 2px;
    box-shadow: -3px 4px 0 0, 3px -4px 0 0;
}

.gg-options::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 8px;
    height: 8px;
    border: 2px solid;
    border-radius: 100%;
}

.gg-options::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 8px;
    height: 8px;
    border: 2px solid;
    border-radius: 100%;
    top: -7px;
    left: -4px;
}

.gg-options::after {
    bottom: -7px;
    right: -4px;
}

.gg-organisation {
    background: linear-gradient(to bottom, currentColor 5px, transparent 0)
            no-repeat center 2px/12px 2px,
        linear-gradient(to bottom, currentColor 5px, transparent 0) no-repeat
            center 6px/12px 2px,
        linear-gradient(to bottom, currentColor 5px, transparent 0) no-repeat
            center 10px/12px 2px,
        linear-gradient(to bottom, currentColor 18px, transparent 0) no-repeat
            center/2px 18px;
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 12px;
    height: 18px;
    border: 2px solid;
}

.gg-organisation::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-organisation::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    background: currentColor;
    right: -8px;
    top: 6px;
    box-shadow: 0 4px 0, -4px 4px 0, -4px 0 0;
    width: 2px;
    height: 2px;
}

.gg-organisation::after {
    width: 12px;
    height: 14px;
    border: 2px solid;
    left: 8px;
    bottom: -2px;
}

.gg-overflow {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 16px;
    height: 16px;
    border-radius: 20px;
    border-bottom: 8px solid;
}

.gg-overflow::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    display: block;
    border-radius: 20px;
}

.gg-overflow::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    display: block;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    border-bottom: 10px solid;
    opacity: 0.6;
    left: -2px;
    top: -2px;
}

.gg-overflow::after {
    width: 16px;
    height: 16px;
    border-top: 8px solid;
    opacity: 0.2;
    left: 0;
    top: 0;
}

.gg-pacman {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: rotate(45deg) scale(var(--ggs, 1));
    width: 10px;
    height: 10px;
    border-bottom: 2px solid;
    border-left: 2px solid;
}

.gg-pacman::after {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
}

.gg-pacman::before {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    background: currentColor;
    top: 5px;
    border-radius: 3px;
    width: 2px;
    height: 2px;
    left: -5px;
}

.gg-pacman::after {
    width: 18px;
    height: 18px;
    border: 2px solid;
    border-radius: 100px;
    border-right-color: transparent;
    left: -10px;
    transform: rotate(-45deg);
}

.gg-password {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 30px;
    height: 12px;
    border: 2px solid;
    border-radius: 3px;
}

.gg-password::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 4px;
    background: currentColor;
}

.gg-password::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 4px;
    background: currentColor;
    left: 2px;
    top: 2px;
    box-shadow: 6px 0 0, 12px 0 0;
    height: 4px;
    border-radius: 100%;
}

.gg-password::after {
    height: 2px;
    right: 2px;
    bottom: 2px;
}

.gg-path-back {
    display: block;
    position: relative;
    box-sizing: border-box;
    transform: scale(var(--ggs, 1));
    width: 14px;
    height: 14px;
}

.gg-path-back::after,
.gg-path-back::before {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
}

.gg-path-back::after {
    border: 2px solid;
}

.gg-path-back::before {
    border-right: 5px solid;
    border-bottom: 5px solid;
    bottom: 0;
    right: 0;
}

.gg-path-crop {
    display: block;
    position: relative;
    box-sizing: border-box;
    transform: scale(var(--ggs, 1));
    width: 14px;
    height: 14px;
}

.gg-path-crop::after,
.gg-path-crop::before {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    border: 2px solid;
    width: 10px;
    height: 10px;
}

.gg-path-crop::after {
    opacity: 0.5;
}

.gg-path-crop::before {
    background: linear-gradient(to left, currentColor 4px, transparent 0)
        no-repeat top left/4px 4px;
    bottom: 0;
    right: 0;
}

.gg-path-divide {
    display: block;
    position: relative;
    box-sizing: border-box;
    transform: scale(var(--ggs, 1));
    width: 14px;
    height: 14px;
}

.gg-path-divide::after,
.gg-path-divide::before {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
}

.gg-path-divide::after {
    border-top: 4px solid;
    border-left: 4px solid;
}

.gg-path-divide::before {
    background: linear-gradient(to left, currentColor 4px, transparent 0)
        no-repeat 1px 1px/4px 4px;
    border-right: 4px solid;
    border-bottom: 4px solid;
    bottom: 0;
    right: 0;
}

.gg-path-exclude {
    display: block;
    position: relative;
    box-sizing: border-box;
    transform: scale(var(--ggs, 1));
    width: 14px;
    height: 14px;
}

.gg-path-exclude::after,
.gg-path-exclude::before {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
}

.gg-path-exclude::after {
    border-top: 4px solid;
    border-left: 4px solid;
}

.gg-path-exclude::before {
    border-right: 4px solid;
    border-bottom: 4px solid;
    bottom: 0;
    right: 0;
}

.gg-path-front {
    display: block;
    position: relative;
    box-sizing: border-box;
    transform: scale(var(--ggs, 1));
    width: 14px;
    height: 14px;
}

.gg-path-front::after,
.gg-path-front::before {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
}

.gg-path-front::after {
    border-left: 5px solid;
    border-top: 5px solid;
}

.gg-path-front::before {
    border: 2px solid;
    bottom: 0;
    right: 0;
}

.gg-path-intersect {
    display: block;
    position: relative;
    box-sizing: border-box;
    transform: scale(var(--ggs, 1));
    width: 14px;
    height: 14px;
}

.gg-path-intersect::after {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    border: 2px solid;
    width: 10px;
    height: 10px;
}

.gg-path-intersect::before {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    border: 2px solid;
    width: 10px;
    height: 10px;
    background: linear-gradient(to left, currentColor 4px, transparent 0)
        no-repeat top left/4px 4px;
    bottom: 0;
    right: 0;
}

.gg-path-outline {
    display: block;
    position: relative;
    box-sizing: border-box;
    transform: scale(var(--ggs, 1));
    width: 14px;
    height: 14px;
}

.gg-path-outline::after {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    border: 2px solid;
    width: 10px;
    height: 10px;
}

.gg-path-outline::before {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    border: 2px solid;
    width: 10px;
    height: 10px;
    bottom: 0;
    right: 0;
}

.gg-path-trim {
    display: block;
    position: relative;
    box-sizing: border-box;
    transform: scale(var(--ggs, 1));
    width: 14px;
    height: 14px;
}

.gg-path-trim::after,
.gg-path-trim::before {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
}

.gg-path-trim::after {
    border-left: 3px solid;
    border-top: 3px solid;
}

.gg-path-trim::before {
    background: currentColor;
    bottom: 0;
    right: 0;
}

.gg-path-unite {
    display: block;
    position: relative;
    box-sizing: border-box;
    transform: scale(var(--ggs, 1));
    width: 14px;
    height: 14px;
}

.gg-path-unite::after {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    background: currentColor;
    width: 10px;
    height: 10px;
}

.gg-path-unite::before {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    background: currentColor;
    width: 10px;
    height: 10px;
    bottom: 0;
    right: 0;
}

.gg-patreon {
    transform: scale(var(--ggs, 1));
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 4px;
    height: 16px;
    background: currentColor;
    left: -6px;
}

.gg-patreon::after {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 4px;
    height: 16px;
    background: currentColor;
    left: -6px;
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    opacity: 0.5;
    border-radius: 100px;
    left: 6px;
}

.gg-paypal {
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 16px;
    height: 18px;
    transform: skew(-10deg) scale(var(--ggs, 1));
    background: linear-gradient(to left, currentColor 20px, transparent 0)
            no-repeat 3px bottom/4px 2px,
        linear-gradient(to left, currentColor 20px, transparent 0) no-repeat 5px
            bottom/3px 10px;
}

.gg-paypal::after {
    content: "";
    box-sizing: border-box;
    display: block;
    position: absolute;
    border: 2px solid;
}

.gg-paypal::before {
    content: "";
    box-sizing: border-box;
    display: block;
    position: absolute;
    border: 2px solid;
    width: 8px;
    height: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-left: 0;
    left: 5px;
    box-shadow: 2px 2px 0;
}

.gg-paypal::after {
    width: 6px;
    height: 16px;
    border-right: 0;
}

.gg-pen {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: rotate(-45deg) scale(var(--ggs, 1));
    width: 14px;
    height: 4px;
    border-right: 2px solid transparent;
    box-shadow: 0 0 0 2px, inset -2px 0 0;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    margin-right: -2px;
}

.gg-pen::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-pen::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    background: currentColor;
    border-left: 0;
    right: -6px;
    width: 3px;
    height: 4px;
    border-radius: 1px;
    top: 0;
}

.gg-pen::after {
    width: 8px;
    height: 7px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 7px solid;
    left: -11px;
    top: -2px;
}

.gg-pentagon-bottom-left {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: rotate(45deg) scale(var(--ggs, 1));
    width: 10px;
    height: 10px;
}

.gg-pentagon-bottom-left:before {
    width: 51%;
}

.gg-pentagon-bottom-left:after {
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
}

.gg-pentagon-bottom-left:before {
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    left: -2px;
    border-top: 2px solid;
    border-left: 2px solid;
    border-bottom: 2px solid;
    transform: skew(0deg, 30deg);
}

.gg-pentagon-bottom-left:after {
    right: -2px;
    width: 50%;
    border-right: 2px solid;
    border-bottom: 2px solid;
    border-top: 2px solid;
    transform: skew(0deg, -30deg);
}

.gg-pentagon-bottom-right {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: rotate(-45deg) scale(var(--ggs, 1));
    width: 10px;
    height: 10px;
}

.gg-pentagon-bottom-right:before {
    width: 51%;
}

.gg-pentagon-bottom-right:after {
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
}

.gg-pentagon-bottom-right:before {
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    left: -2px;
    border-top: 2px solid;
    border-left: 2px solid;
    border-bottom: 2px solid;
    transform: skew(0deg, 30deg);
}

.gg-pentagon-bottom-right:after {
    right: -2px;
    width: 50%;
    border-right: 2px solid;
    border-bottom: 2px solid;
    border-top: 2px solid;
    transform: skew(0deg, -30deg);
}

.gg-pentagon-down {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 10px;
    height: 10px;
}

.gg-pentagon-down:before {
    width: 51%;
}

.gg-pentagon-down:after {
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
}

.gg-pentagon-down:before {
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    left: -2px;
    border-top: 2px solid;
    border-left: 2px solid;
    border-bottom: 2px solid;
    transform: skew(0deg, 30deg);
}

.gg-pentagon-down:after {
    right: -2px;
    width: 50%;
    border-right: 2px solid;
    border-bottom: 2px solid;
    border-top: 2px solid;
    transform: skew(0deg, -30deg);
}

.gg-pentagon-left {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 10px;
    height: 8px;
}

.gg-pentagon-left:before {
    height: 51%;
}

.gg-pentagon-left:after {
    content: " ";
    position: absolute;
    left: 0;
    width: 100%;
}

.gg-pentagon-left:before {
    content: " ";
    position: absolute;
    left: 0;
    width: 100%;
    top: -2px;
    border-top: 2px solid;
    border-right: 2px solid;
    border-left: 2px solid;
    transform: skewX(-30deg);
}

.gg-pentagon-left:after {
    bottom: -2px;
    height: 50%;
    border-right: 2px solid;
    border-bottom: 2px solid;
    border-left: 2px solid;
    transform: skewX(30deg);
}

.gg-pentagon-right {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 10px;
    height: 8px;
}

.gg-pentagon-right:before {
    height: 51%;
}

.gg-pentagon-right:after {
    content: " ";
    position: absolute;
    left: 0;
    width: 100%;
}

.gg-pentagon-right:before {
    content: " ";
    position: absolute;
    left: 0;
    width: 100%;
    top: -2px;
    border-top: 2px solid;
    border-right: 2px solid;
    border-left: 2px solid;
    transform: skewX(30deg);
}

.gg-pentagon-right:after {
    bottom: -2px;
    height: 50%;
    border-right: 2px solid;
    border-bottom: 2px solid;
    border-left: 2px solid;
    transform: skewX(-30deg);
}

.gg-pentagon-top-left {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: rotate(45deg) scale(var(--ggs, 1));
    width: 10px;
    height: 8px;
}

.gg-pentagon-top-left:before {
    height: 51%;
}

.gg-pentagon-top-left:after {
    content: " ";
    position: absolute;
    left: 0;
    width: 100%;
}

.gg-pentagon-top-left:before {
    content: " ";
    position: absolute;
    left: 0;
    width: 100%;
    top: -2px;
    border-top: 2px solid;
    border-right: 2px solid;
    border-left: 2px solid;
    transform: skewX(-30deg);
}

.gg-pentagon-top-left:after {
    bottom: -2px;
    height: 50%;
    border-right: 2px solid;
    border-bottom: 2px solid;
    border-left: 2px solid;
    transform: skewX(30deg);
}

.gg-pentagon-top-right {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: rotate(-45deg) scale(var(--ggs, 1));
    width: 10px;
    height: 8px;
}

.gg-pentagon-top-right:before {
    height: 51%;
}

.gg-pentagon-top-right:after {
    content: " ";
    position: absolute;
    left: 0;
    width: 100%;
}

.gg-pentagon-top-right:before {
    content: " ";
    position: absolute;
    left: 0;
    width: 100%;
    top: -2px;
    border-top: 2px solid;
    border-right: 2px solid;
    border-left: 2px solid;
    transform: skewX(30deg);
}

.gg-pentagon-top-right:after {
    bottom: -2px;
    height: 50%;
    border-right: 2px solid;
    border-bottom: 2px solid;
    border-left: 2px solid;
    transform: skewX(-30deg);
}

.gg-pentagon-up {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 10px;
    height: 10px;
}

.gg-pentagon-up:before {
    width: 51%;
}

.gg-pentagon-up:after {
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
}

.gg-pentagon-up:before {
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    left: -2px;
    border-top: 2px solid;
    border-left: 2px solid;
    border-bottom: 2px solid;
    transform: skew(0deg, -30deg);
}

.gg-pentagon-up:after {
    right: -2px;
    width: 50%;
    border-right: 2px solid;
    border-bottom: 2px solid;
    border-top: 2px solid;
    transform: skew(0deg, 30deg);
}

.gg-performance {
    background: linear-gradient(to left, currentColor 8px, transparent 0)
        no-repeat center/2px 6px;
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid;
    border-radius: 100px;
}

.gg-performance::after {
    content: "";
    display: block;
    position: absolute;
    border: 2px solid;
}

.gg-performance::before {
    content: "";
    display: block;
    position: absolute;
    border: 2px solid;
    bottom: 2px;
    width: 2px;
    height: 2px;
    box-sizing: content-box;
    border-radius: 100px;
    left: 6px;
}

.gg-performance::after {
    box-sizing: border-box;
    border-radius: 3px;
    width: 14px;
    height: 8px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom: 0;
    top: 2px;
    left: 2px;
}

.gg-pexels {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 6px;
    height: 14px;
    border: 2px solid;
    border-right: 0;
}

.gg-pexels::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-pexels::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 5px;
    height: 10px;
    border: 2px solid;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border-left: 0;
    right: -5px;
    top: -2px;
}

.gg-pexels::after {
    background: currentColor;
    width: 2px;
    height: 6px;
    bottom: -2px;
    right: -1px;
}

.gg-phone {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
    transform: scale(var(--ggs, 1));
}

.gg-phone::after,
.gg-phone::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-phone::after {
    width: 18px;
    height: 18px;
    border-top-left-radius: 1px;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 12px;
    border-left: 4px solid;
    border-bottom: 4px solid;
    left: 2px;
    bottom: 2px;
    background: linear-gradient(to left, currentColor 10px, transparent 0)
            no-repeat right 11px/6px 4px,
        linear-gradient(to left, currentColor 10px, transparent 0) no-repeat -1px
            0/4px 6px;
}

.gg-phone::before {
    width: 20px;
    height: 20px;
    border: 6px double;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 50%;
    transform: rotate(-45deg);
    bottom: 2px;
    left: 2px;
}

.gg-photoscan {
    box-sizing: border-box;
    display: block;
    position: relative;
    transform: scale(var(--ggs, 1));
    border-radius: 2px;
    width: 14px;
    height: 18px;
    border: 2px solid;
    border-bottom: 4px solid;
}

.gg-photoscan::before {
    content: "";
    position: absolute;
    box-sizing: border-box;
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 20px;
    box-shadow: 0 0 0 2px, inset 0 0 0 2px;
    border: 1px solid transparent;
}

.gg-piano {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 23px;
    height: 18px;
    border: 2px solid;
    border-radius: 2px;
}

.gg-piano::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    height: 10px;
    background: currentColor;
    box-shadow: 5px 0 0, 10px 0 0;
}

.gg-piano::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    height: 10px;
    background: currentColor;
    box-shadow: 5px 0 0, 10px 0 0;
    top: -2px;
    width: 3px;
    left: 3px;
}

.gg-piano::after {
    width: 1px;
    bottom: -2px;
    left: 4px;
}

.gg-pill {
    display: block;
    box-sizing: border-box;
    width: 12px;
    border-top-left-radius: 140px;
    border-top-right-radius: 140px;
    border: 2px solid;
    transform: rotate(45deg) scale(var(--ggs, 1));
    position: relative;
    height: 14px;
}

.gg-pill::after {
    display: block;
    box-sizing: border-box;
    width: 12px;
    content: "";
    position: absolute;
    height: 12px;
    background: currentColor;
    left: -2px;
    bottom: -12px;
    border-bottom-left-radius: 140px;
    border-bottom-right-radius: 140px;
}

.gg-pin-alt {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 2px;
    height: 8px;
    border-radius: 3px;
    transform: scale(var(--ggs, 1));
    background: currentColor;
}

.gg-pin-alt::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 12px;
    height: 12px;
    border: 6px double;
    border-radius: 100px;
    top: -10px;
    left: -5px;
}

.gg-pin-bottom {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 2px;
    height: 8px;
    background: currentColor;
}

.gg-pin-bottom::after,
.gg-pin-bottom::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-pin-bottom::after {
    background: currentColor;
    bottom: -2px;
    border-radius: 3px;
    width: 10px;
    height: 2px;
    left: -4px;
}

.gg-pin-bottom::before {
    width: 8px;
    height: 8px;
    border: 6px double;
    border-radius: 100px;
    top: -10px;
    left: -5px;
}

.gg-pin-top {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 2px;
    height: 8px;
    background: currentColor;
    margin-top: -8px;
}

.gg-pin-top::after,
.gg-pin-top::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-pin-top::after {
    background: currentColor;
    top: -2px;
    border-radius: 3px;
    width: 10px;
    height: 2px;
    left: -4px;
}

.gg-pin-top::before {
    width: 8px;
    height: 8px;
    border: 6px double;
    border-radius: 100px;
    bottom: -10px;
    left: -5px;
}

.gg-pin {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: rotate(45deg) scale(var(--ggs, 1));
    width: 18px;
    height: 18px;
    border-radius: 100% 100% 0 100%;
    border: 2px solid;
    margin-top: -4px;
}

.gg-pin::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 8px;
    height: 8px;
    border: 2px solid;
    top: 3px;
    left: 3px;
    border-radius: 40px;
}

.gg-play-backwards {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 3px;
    height: 10px;
    background: currentColor;
}

.gg-play-backwards::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 0;
    height: 10px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 6px solid;
    right: -7px;
}

.gg-play-backwards::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 0;
    height: 10px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 6px solid;
    right: -7px;
    right: -14px;
}

.gg-play-button-o {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid;
    border-radius: 20px;
}

.gg-play-button-o::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 0;
    height: 10px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid;
    top: 4px;
    left: 7px;
}

.gg-play-button-r {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid;
    border-radius: 4px;
}

.gg-play-button-r::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 0;
    height: 10px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid;
    top: 4px;
    left: 7px;
}

.gg-play-button {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
}

.gg-play-button::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 0;
    height: 10px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid;
    top: 6px;
    left: 9px;
}

.gg-play-forwards {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 3px;
    height: 10px;
    background: currentColor;
}

.gg-play-forwards::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 0;
    height: 10px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid;
    left: -7px;
}

.gg-play-forwards::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 0;
    height: 10px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid;
    left: -7px;
    left: -14px;
}

.gg-play-list-add {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 12px;
    height: 6px;
    border-top: 0 solid transparent;
    border-bottom: 2px solid transparent;
    box-shadow: inset 0 -2px 0, -2px 4px 0 -2px, 0 -2px 0 0;
}

.gg-play-list-add::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 2px;
    background: currentColor;
    top: 6px;
    right: -8px;
}

.gg-play-list-add::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 2px;
    background: currentColor;
    top: 6px;
    right: -8px;
    width: 2px;
    height: 10px;
    top: 2px;
    right: -4px;
}

.gg-play-list-check {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 12px;
    height: 6px;
    border-top: 0 solid transparent;
    border-bottom: 2px solid transparent;
    box-shadow: inset 0 -2px 0, -2px 4px 0 -2px, 0 -2px 0 0;
}

.gg-play-list-check::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 5px;
    height: 8px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(45deg);
    top: 2px;
    right: -4px;
}

.gg-play-list-remove {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 12px;
    height: 6px;
    border-top: 0 solid transparent;
    border-bottom: 2px solid transparent;
    box-shadow: inset 0 -2px 0, -2px 4px 0 -2px, 0 -2px 0 0;
}

.gg-play-list-remove::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 8px;
    height: 2px;
    background: currentColor;
    transform: rotate(-45deg);
    top: 8px;
    right: -4px;
}

.gg-play-list-remove::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 8px;
    height: 2px;
    background: currentColor;
    transform: rotate(-45deg);
    top: 8px;
    right: -4px;
    width: 2px;
    height: 8px;
    top: 5px;
    right: -1px;
}

.gg-play-list-search {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 12px;
    height: 6px;
    border-top: 0 solid transparent;
    border-bottom: 2px solid transparent;
    box-shadow: inset 0 -2px 0, -2px 4px 0 -2px, 0 -2px 0 0;
}

.gg-play-list-search::after,
.gg-play-list-search::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    bottom: -7px;
}

.gg-play-list-search::after {
    width: 3px;
    height: 2px;
    background: currentColor;
    transform: rotate(45deg);
    right: -4px;
}

.gg-play-list-search::before {
    width: 6px;
    height: 6px;
    border-radius: 4px;
    border: 2px solid;
    right: -3px;
}

.gg-play-list {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 12px;
    height: 6px;
    border-top: 0 solid transparent;
    border-bottom: 2px solid transparent;
    box-shadow: inset 0 -2px 0, -2px 4px 0 -2px, 0 -2px 0 0;
}

.gg-play-list::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid;
    top: 6px;
    right: -3px;
}

.gg-play-pause-o {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid;
    border-radius: 22px;
}

.gg-play-pause-o::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    left: 6px;
    top: 6px;
    border-left: 2px solid;
    border-right: 2px solid;
}

.gg-play-pause-r {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid;
    border-radius: 4px;
}

.gg-play-pause-r::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    left: 6px;
    top: 6px;
    border-left: 2px solid;
    border-right: 2px solid;
}

.gg-play-pause {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 8px;
    height: 10px;
    border-left: 3px solid;
    border-right: 3px solid;
}

.gg-play-stop-o {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid;
    border-radius: 20px;
}

.gg-play-stop-o::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 6px;
    left: 6px;
    background: currentColor;
}

.gg-play-stop-r {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid;
    border-radius: 4px;
}

.gg-play-stop-r::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 6px;
    left: 6px;
    background: currentColor;
}

.gg-play-stop {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 10px;
    height: 10px;
    background: currentColor;
}

.gg-play-track-next-o {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid;
    border-radius: 20px;
}

.gg-play-track-next-o::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    height: 8px;
    top: 5px;
}

.gg-play-track-next-o::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    height: 8px;
    top: 5px;
    width: 2px;
    border-radius: 2px;
    left: 11px;
    background: currentColor;
}

.gg-play-track-next-o::after {
    width: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 5px solid;
    left: 5px;
}

.gg-play-track-next-r {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid;
    border-radius: 4px;
}

.gg-play-track-next-r::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    height: 8px;
    top: 5px;
}

.gg-play-track-next-r::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    height: 8px;
    top: 5px;
    width: 2px;
    border-radius: 2px;
    left: 11px;
    background: currentColor;
}

.gg-play-track-next-r::after {
    width: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 5px solid;
    left: 5px;
}

.gg-play-track-next {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 3px;
    height: 10px;
    background: currentColor;
}

.gg-play-track-next::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 0;
    height: 10px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid;
    left: -7px;
}

.gg-play-track-prev-o {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid;
    border-radius: 20px;
}

.gg-play-track-prev-o::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    height: 8px;
    top: 5px;
}

.gg-play-track-prev-o::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    height: 8px;
    top: 5px;
    width: 2px;
    border-radius: 2px;
    right: 11px;
    background: currentColor;
}

.gg-play-track-prev-o::after {
    width: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 5px solid;
    right: 5px;
}

.gg-play-track-prev-r {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid;
    border-radius: 4px;
}

.gg-play-track-prev-r::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    height: 8px;
    top: 5px;
}

.gg-play-track-prev-r::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    height: 8px;
    top: 5px;
    width: 2px;
    border-radius: 2px;
    right: 11px;
    background: currentColor;
}

.gg-play-track-prev-r::after {
    width: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 5px solid;
    right: 5px;
}

.gg-play-track-prev {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 3px;
    height: 10px;
    background: currentColor;
}

.gg-play-track-prev::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 0;
    height: 10px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 6px solid;
    right: -7px;
}

.gg-plug {
    position: relative;
    display: block;
    box-sizing: border-box;
    transform: scale(var(--ggs, 1));
    width: 12px;
    height: 20px;
}

.gg-plug::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-plug::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 12px;
    height: 10px;
    border: 2px solid;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    top: 5px;
}

.gg-plug::after {
    width: 2px;
    height: 4px;
    background: currentColor;
    left: 2px;
    border-radius: 22px;
    box-shadow: 6px 0 0, 3px 14px 0, 3px 16px 0;
}

.gg-pocket {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 20px;
    border: 2px solid;
    border-radius: 6px;
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
}

.gg-pocket::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 22px;
    width: 8px;
    height: 2px;
    background: currentColor;
    bottom: 7px;
}

.gg-pocket::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 22px;
    width: 8px;
    height: 2px;
    background: currentColor;
    bottom: 7px;
    transform: rotate(-48deg);
    right: 3px;
}

.gg-pocket::after {
    transform: rotate(48deg);
    left: 3px;
}

.gg-pokemon {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 18px;
    height: 18px;
    border: 5px solid transparent;
    box-shadow: 0 0 0 2px, inset 0 0 0 2px;
    border-radius: 100%;
}

.gg-pokemon::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 20px;
    height: 2px;
    border-left: 8px solid;
    border-right: 8px solid;
    left: -6px;
    top: 3px;
}

.gg-polaroid {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 18px;
    height: 20px;
    border: 2px solid;
    border-radius: 2px;
    box-shadow: inset 0 -5px 0;
}

.gg-poll {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 16px;
    height: 16px;
    border: 3px solid transparent;
    border-top: 6px solid transparent;
    box-shadow: 0 0 0 2px, inset 2px 0 0;
    border-radius: 1px;
}

.gg-poll::after,
.gg-poll::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 2px;
    height: 10px;
    background: currentColor;
    top: -3px;
    left: 4px;
}

.gg-poll::after {
    height: 4px;
    top: 3px;
    left: 8px;
}

.gg-presentation {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 20px;
    height: 20px;
    border: 2px solid;
    border-radius: 22px;
}

.gg-presentation::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-presentation::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 12px;
    height: 6px;
    border: 2px solid;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    top: 2px;
    left: 2px;
    border-bottom: 0;
}

.gg-presentation::after {
    width: 18px;
    height: 2px;
    background: currentColor;
    left: -1px;
    top: 8px;
}

.gg-printer {
    background: linear-gradient(to left, currentColor 5px, transparent 0)
            no-repeat 0 10px/6px 2px,
        linear-gradient(to left, currentColor 5px, transparent 0) no-repeat 14px
            10px/6px 2px,
        linear-gradient(to left, currentColor 5px, transparent 0) no-repeat 4px
            4px/2px 2px;
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 24px;
    height: 14px;
    border: 2px solid transparent;
    border-bottom: 0;
    box-shadow: inset 0 2px 0, inset 2px 2px 0, inset -2px 2px 0,
        inset -2px 2px 0;
}

.gg-printer::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 12px;
    border: 2px solid;
    left: 4px;
}

.gg-printer::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 12px;
    border: 2px solid;
    left: 4px;
    height: 6px;
    top: -4px;
}

.gg-printer::after {
    height: 8px;
    top: 8px;
}

.gg-product-hunt {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 18px;
    height: 18px;
    border: 2px solid;
    border-radius: 100px;
}

.gg-product-hunt::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    top: 3px;
}

.gg-product-hunt::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    top: 3px;
    border: 2px solid;
    border-left: 0;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    width: 6px;
    height: 6px;
    left: 5px;
}

.gg-product-hunt::after {
    width: 2px;
    height: 8px;
    background: currentColor;
    left: 4px;
}

.gg-profile {
    display: block;
    box-sizing: border-box;
    border: 2px solid;
    border-radius: 100px;
    overflow: hidden;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    position: relative;
}

.gg-profile::after,
.gg-profile::before {
    display: block;
    box-sizing: border-box;
    border: 2px solid;
    border-radius: 100px;
}

.gg-profile::after,
.gg-profile::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 5px;
    width: 8px;
    height: 8px;
}

.gg-profile::after {
    border-radius: 200px;
    top: 11px;
    left: 0px;
    width: 18px;
    height: 18px;
}

.gg-pull-clear {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 20px;
    height: 12px;
    border: 2px solid;
    border-top: 0;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.gg-pull-clear::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 12px;
    height: 2px;
    bottom: 2px;
    left: 2px;
    background: currentColor;
    box-shadow: 0 -4px 0 0;
}

.gg-push-chevron-down-o {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid;
    border-radius: 100px;
}

.gg-push-chevron-down-o::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-bottom: 2px solid;
}

.gg-push-chevron-down-o::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-bottom: 2px solid;
    bottom: 5px;
    width: 8px;
    height: 2px;
    left: 5px;
}

.gg-push-chevron-down-o::after {
    width: 6px;
    height: 6px;
    border-right: 2px solid;
    transform: rotate(45deg);
    left: 6px;
    top: 3px;
}

.gg-push-chevron-down-r {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid;
    border-radius: 4px;
}

.gg-push-chevron-down-r::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-bottom: 2px solid;
}

.gg-push-chevron-down-r::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-bottom: 2px solid;
    bottom: 5px;
    width: 8px;
    height: 2px;
    left: 5px;
}

.gg-push-chevron-down-r::after {
    width: 6px;
    height: 6px;
    border-right: 2px solid;
    transform: rotate(45deg);
    left: 6px;
    top: 3px;
}

.gg-push-chevron-down {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid transparent;
    border-radius: 100px;
}

.gg-push-chevron-down::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-bottom: 2px solid;
}

.gg-push-chevron-down::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-bottom: 2px solid;
    bottom: 0;
    width: 14px;
    height: 2px;
    left: 2px;
}

.gg-push-chevron-down::after {
    width: 10px;
    height: 10px;
    border-right: 2px solid;
    transform: rotate(45deg);
    left: 4px;
    top: 2px;
}

.gg-push-chevron-left-o {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid;
    border-radius: 100px;
}

.gg-push-chevron-left-o::after,
.gg-push-chevron-left-o::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 2px;
    height: 8px;
    border-left: 2px solid;
    top: 5px;
    left: 5px;
}

.gg-push-chevron-left-o::after {
    width: 6px;
    height: 6px;
    border-bottom: 2px solid;
    transform: rotate(45deg);
    left: 9px;
    top: 6px;
}

.gg-push-chevron-left-r {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid;
    border-radius: 4px;
}

.gg-push-chevron-left-r::after,
.gg-push-chevron-left-r::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 2px;
    height: 8px;
    border-left: 2px solid;
    top: 5px;
    left: 5px;
}

.gg-push-chevron-left-r::after {
    width: 6px;
    height: 6px;
    border-bottom: 2px solid;
    transform: rotate(45deg);
    left: 9px;
    top: 6px;
}

.gg-push-chevron-left {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid transparent;
    border-radius: 100px;
}

.gg-push-chevron-left::after,
.gg-push-chevron-left::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 2px;
    height: 14px;
    border-left: 2px solid;
    top: 2px;
    left: 0;
}

.gg-push-chevron-left::after {
    width: 10px;
    height: 10px;
    border-bottom: 2px solid;
    transform: rotate(45deg);
    left: 6px;
    top: 4px;
}

.gg-push-chevron-right-o {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid;
    border-radius: 100px;
}

.gg-push-chevron-right-o::after,
.gg-push-chevron-right-o::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 2px;
    height: 8px;
    border-right: 2px solid;
    top: 5px;
    right: 5px;
}

.gg-push-chevron-right-o::after {
    width: 6px;
    height: 6px;
    border-bottom: 2px solid;
    transform: rotate(-45deg);
    right: 9px;
    top: 6px;
}

.gg-push-chevron-right-r {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid;
    border-radius: 4px;
}

.gg-push-chevron-right-r::after,
.gg-push-chevron-right-r::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 2px;
    height: 8px;
    border-right: 2px solid;
    top: 5px;
    right: 5px;
}

.gg-push-chevron-right-r::after {
    width: 6px;
    height: 6px;
    border-bottom: 2px solid;
    transform: rotate(-45deg);
    right: 9px;
    top: 6px;
}

.gg-push-chevron-right {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid transparent;
    border-radius: 100px;
}

.gg-push-chevron-right::after,
.gg-push-chevron-right::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 2px;
    height: 14px;
    border-right: 2px solid;
    top: 2px;
    right: 0;
}

.gg-push-chevron-right::after {
    width: 10px;
    height: 10px;
    border-bottom: 2px solid;
    transform: rotate(-45deg);
    right: 6px;
    top: 4px;
}

.gg-push-chevron-up-o {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid;
    border-radius: 100px;
}

.gg-push-chevron-up-o::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-top: 2px solid;
}

.gg-push-chevron-up-o::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-top: 2px solid;
    top: 5px;
    width: 8px;
    height: 2px;
    left: 5px;
}

.gg-push-chevron-up-o::after {
    width: 6px;
    height: 6px;
    border-right: 2px solid;
    transform: rotate(-45deg);
    left: 6px;
    bottom: 3px;
}

.gg-push-chevron-up-r {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid;
    border-radius: 4px;
}

.gg-push-chevron-up-r::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-top: 2px solid;
}

.gg-push-chevron-up-r::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-top: 2px solid;
    top: 5px;
    width: 8px;
    height: 2px;
    left: 5px;
}

.gg-push-chevron-up-r::after {
    width: 6px;
    height: 6px;
    border-right: 2px solid;
    transform: rotate(-45deg);
    left: 6px;
    bottom: 3px;
}

.gg-push-chevron-up {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid transparent;
    border-radius: 100px;
}

.gg-push-chevron-up::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-top: 2px solid;
}

.gg-push-chevron-up::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-top: 2px solid;
    top: 0;
    width: 14px;
    height: 2px;
    left: 2px;
}

.gg-push-chevron-up::after {
    width: 10px;
    height: 10px;
    border-right: 2px solid;
    transform: rotate(-45deg);
    left: 4px;
    bottom: 2px;
}

.gg-push-down {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 2px;
    height: 16px;
    background: currentColor;
}

.gg-push-down::after,
.gg-push-down::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 12px;
    height: 2px;
    border-bottom: 2px solid;
    bottom: -5px;
    left: -5px;
}

.gg-push-down::after {
    width: 8px;
    height: 8px;
    border-right: 2px solid;
    transform: rotate(45deg);
    left: -3px;
    bottom: 0;
}

.gg-push-left {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 16px;
    height: 2px;
    background: currentColor;
}

.gg-push-left::after,
.gg-push-left::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 2px;
    height: 12px;
    border-left: 2px solid;
    left: -5px;
    top: -5px;
}

.gg-push-left::after {
    width: 8px;
    height: 8px;
    border-bottom: 2px solid;
    transform: rotate(45deg);
    top: -3px;
    left: 0;
}

.gg-push-right {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 16px;
    height: 2px;
    background: currentColor;
}

.gg-push-right::after,
.gg-push-right::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 2px;
    height: 12px;
    border-right: 2px solid;
    right: -5px;
    top: -5px;
}

.gg-push-right::after {
    width: 8px;
    height: 8px;
    border-top: 2px solid;
    transform: rotate(45deg);
    top: -3px;
    right: 0;
}

.gg-push-up {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 2px;
    height: 16px;
    background: currentColor;
}

.gg-push-up::after,
.gg-push-up::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 12px;
    height: 2px;
    border-top: 2px solid;
    top: -5px;
    left: -5px;
}

.gg-push-up::after {
    width: 8px;
    height: 8px;
    border-left: 2px solid;
    transform: rotate(45deg);
    left: -3px;
    top: 0;
}

.gg-qr {
    transform: scale(var(--ggs, 1));
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 14px;
    height: 14px;
    box-shadow: -6px -6px 0 -4px, 6px 6px 0 -4px, 6px -6px 0 -4px,
        -6px 6px 0 -4px;
}

.gg-qr::after {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 14px;
    height: 14px;
    box-shadow: -6px -6px 0 -4px, 6px 6px 0 -4px, 6px -6px 0 -4px,
        -6px 6px 0 -4px;
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: currentColor;
    box-shadow: 0 6px 0, 6px 6px 0, 6px 0 0;
    top: 2px;
    left: 2px;
}

.gg-quote-o {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 20px;
    height: 18px;
    border: 2px solid;
    border-radius: 2px;
}

.gg-quote-o::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 8px;
    height: 6px;
    border-left: 3px solid;
    border-right: 3px solid;
    left: 4px;
    top: 4px;
    transform: skewX(-20deg);
}

.gg-quote {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 20px;
    height: 18px;
    border: 2px solid transparent;
    border-radius: 2px;
}

.gg-quote::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 8px;
    height: 6px;
    border-left: 3px solid;
    border-right: 3px solid;
    left: 4px;
    top: 4px;
    transform: skewX(-20deg);
}

.gg-radio-check {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 20px;
    height: 20px;
    border: 2px solid;
    border-radius: 100px;
}

.gg-radio-checked {
    display: block;
    box-sizing: border-box;
    border-radius: 100px;
    border: 2px solid;
    position: relative;
    transform: scale(var(--ggs, 1));
    width: 20px;
    height: 20px;
}

.gg-radio-checked::after {
    display: block;
    box-sizing: border-box;
    border-radius: 100px;
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: currentColor;
    top: 4px;
    left: 4px;
}

.gg-ratio {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 24px;
    height: 20px;
    border: 2px solid;
    border-radius: 4px;
}

.gg-ratio::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
}

.gg-ratio::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    top: 8px;
    left: 12px;
}

.gg-ratio::after {
    border-top: 2px solid;
    border-left: 2px solid;
    top: 2px;
    left: 2px;
}

.gg-read {
    display: block;
    box-sizing: border-box;
    border: 2px solid;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-color: transparent;
    margin-left: -1px;
    position: relative;
    transform: scale(var(--ggs, 1));
    width: 6px;
    height: 5px;
    border-radius: 50px;
}

.gg-read::after,
.gg-read::before {
    display: block;
    box-sizing: border-box;
    border: 2px solid;
}

.gg-read::after,
.gg-read::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    left: -10px;
    top: -5px;
    box-shadow: -6px 0 0 -4px currentColor;
}

.gg-read::after {
    left: 2px;
    box-shadow: 6px 0 0 -4px currentColor;
}

.gg-readme {
    display: block;
    position: relative;
    box-sizing: border-box;
    transform: scale(var(--ggs, 1));
    width: 2px;
    height: 17px;
    border-bottom: 4px solid;
    border-radius: 4px;
}

.gg-readme::after {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    width: 8px;
    height: 12px;
    box-shadow: 0 0 0 2px;
    border-radius: 1px;
    bottom: -1px;
    background: linear-gradient(to left, currentColor 4px, transparent 0)
            no-repeat center 5px/4px 2px,
        linear-gradient(to left, currentColor 4px, transparent 0) no-repeat
            center 2px/4px 2px,
        linear-gradient(to left, currentColor 4px, transparent 0) no-repeat
            center 8px/4px 2px;
}

.gg-readme::before {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    width: 8px;
    height: 12px;
    box-shadow: 0 0 0 2px;
    border-radius: 1px;
    bottom: -1px;
    background: linear-gradient(to left, currentColor 4px, transparent 0)
            no-repeat center 5px/4px 2px,
        linear-gradient(to left, currentColor 4px, transparent 0) no-repeat
            center 2px/4px 2px,
        linear-gradient(to left, currentColor 4px, transparent 0) no-repeat
            center 8px/4px 2px;
    border-top-right-radius: 3px;
    left: -8px;
}

.gg-readme::after {
    border-top-left-radius: 3px;
    right: -8px;
}

.gg-record {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 20px;
    height: 20px;
    border: 6px solid transparent;
    box-shadow: 0 0 0 2px, inset 0 0 0 10px;
    border-radius: 100px;
}

.gg-redo {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 14px;
    height: 14px;
    border: 2px solid;
    border-right-color: transparent;
    border-radius: 100px;
}

.gg-redo::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 2px solid;
    border-right: 2px solid;
    top: -3px;
    right: -1px;
    transform: rotate(68deg);
}

.gg-remote {
    transform: scale(var(--ggs, 1));
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 8px;
    height: 8px;
}

.gg-remote::after,
.gg-remote::before {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 8px;
    height: 8px;
}

.gg-remote::after {
    content: "";
    position: absolute;
    border-left: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(45deg) scaleY(1);
}

.gg-remote::before {
    content: "";
    position: absolute;
    border-left: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(45deg) scaleY(1);
    left: 5px;
    top: -2px;
}

.gg-remote::after {
    transform: rotate(-45deg) scaleX(-1);
    left: -5px;
    top: 2px;
}

.gg-remove-r {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid;
    border-radius: 4px;
}

.gg-remove-r::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 2px;
    background: currentColor;
    border-radius: 5px;
    top: 8px;
    left: 4px;
}

.gg-remove {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid;
    border-radius: 22px;
}

.gg-remove::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 2px;
    background: currentColor;
    border-radius: 5px;
    top: 8px;
    left: 4px;
}

.gg-rename {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 20px;
    height: 16px;
    transform: scale(var(--ggs, 1));
    background: linear-gradient(to left, currentColor 22px, transparent 0)
        no-repeat 6px center/2px 22px;
}

.gg-rename::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 12px;
    border: 2px solid;
    top: 2px;
}

.gg-rename::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 12px;
    border: 2px solid;
    top: 2px;
    border-right: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.gg-rename::after {
    width: 10px;
    border-left: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    right: 0;
}

.gg-reorder {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 14px;
    height: 2px;
    border-radius: 3px;
    background: currentColor;
}

.gg-reorder::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
}

.gg-reorder::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    border: 2px solid;
    width: 6px;
    height: 6px;
    left: 12px;
    top: -2px;
}

.gg-reorder::after {
    top: -4px;
    left: 0;
    width: 10px;
    height: 2px;
    opacity: 0.5;
    background: currentColor;
    box-shadow: 0 8px 0 0, 0 12px 0 0, 0 16px 0 0;
}

.gg-repeat {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    box-shadow: -2px -2px 0 0, 2px 2px 0 0;
    width: 14px;
    height: 6px;
}

.gg-repeat::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
}

.gg-repeat::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid;
    top: -4px;
    right: 0;
}

.gg-repeat::after {
    border-right: 5px solid;
    bottom: -4px;
    left: 0;
}

.gg-ring {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 20px;
    height: 20px;
}

.gg-ring::after {
    content: "";
    display: block;
    position: absolute;
    border: 2px solid;
    box-sizing: border-box;
}

.gg-ring::before {
    content: "";
    display: block;
    position: absolute;
    border: 2px solid;
    box-sizing: border-box;
    border-top-right-radius: 100px;
    transform: rotate(-45deg);
    width: 8px;
    height: 8px;
    left: 6px;
    top: -1px;
}

.gg-ring::after {
    width: 18px;
    height: 18px;
    border-radius: 100px;
    border-top-color: transparent;
    left: 1px;
    top: 2px;
}

.gg-row-first {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 14px;
    height: 10px;
}

.gg-row-first::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    height: 2px;
    background: currentColor;
}

.gg-row-first::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    height: 2px;
    background: currentColor;
    width: 10px;
    top: 4px;
    opacity: 0.5;
    box-shadow: 0 4px 0;
}

.gg-row-first::after {
    width: 14px;
}

.gg-row-last {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 14px;
    height: 10px;
}

.gg-row-last::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    height: 2px;
    background: currentColor;
}

.gg-row-last::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    height: 2px;
    background: currentColor;
    width: 10px;
    opacity: 0.5;
    box-shadow: 0 4px 0;
}

.gg-row-last::after {
    width: 14px;
    bottom: 0;
}

.gg-ruler {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 24px;
    height: 13px;
    border: 2px solid;
    border-radius: 3px;
}

.gg-ruler::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    width: 2px;
    height: 5px;
    background: currentColor;
    left: 7px;
    top: -1px;
    box-shadow: 8px 0 0;
}

.gg-ruler::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    width: 2px;
    height: 5px;
    background: currentColor;
    left: 7px;
    top: -1px;
    box-shadow: 8px 0 0;
    height: 7px;
    left: 3px;
}

.gg-sand-clock {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 12px;
    height: 20px;
    border-top: 2px solid;
    border-bottom: 2px solid;
}

.gg-sand-clock::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-sand-clock::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    bottom: -2px;
    width: 10px;
    height: 10px;
    border: 2px solid;
    left: 1px;
}

.gg-sand-clock::after {
    width: 6px;
    height: 6px;
    border: 2px solid transparent;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    top: 0;
    left: 3px;
    box-shadow: 0 0 0 2px, inset 2px 0 0;
}

.gg-scan {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 18px;
    height: 18px;
    transform: scale(var(--ggs, 1));
    background: linear-gradient(to left, currentColor 22px, transparent 0)
        no-repeat center/2px 22px;
}

.gg-scan::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 14px;
    border: 2px solid;
    top: 2px;
}

.gg-scan::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 14px;
    border: 2px solid;
    top: 2px;
    border-right: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.gg-scan::after {
    border-left: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    right: 0;
}

.gg-screen-mirror {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 18px;
    height: 10px;
    border: 2px solid;
    border-bottom: 0;
}

.gg-screen-mirror::after,
.gg-screen-mirror::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-screen-mirror::after {
    border-bottom: 5px solid;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    bottom: -2px;
    left: 3px;
}

.gg-screen-mirror::before {
    width: 18px;
    height: 2px;
    left: -2px;
    bottom: 0;
    border-left: 5px solid;
    border-right: 5px solid;
}

.gg-screen-shot {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 16px;
    height: 20px;
    border: 2px solid;
    border-radius: 1px;
}

.gg-screen-shot::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 4px;
    height: 4px;
}

.gg-screen-shot::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 4px;
    height: 4px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    bottom: 2px;
    right: 2px;
}

.gg-screen-shot::after {
    border-top: 2px solid;
    border-left: 2px solid;
    top: 2px;
    left: 2px;
}

.gg-screen-wide {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 24px;
    height: 11px;
    border: 2px solid;
    border-radius: 3px;
    margin-top: -4px;
}

.gg-screen-wide::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    width: 8px;
    height: 2px;
    background: currentColor;
    top: 10px;
    left: 6px;
}

.gg-screen-wide::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    width: 8px;
    height: 2px;
    background: currentColor;
    top: 10px;
    left: 6px;
    width: 2px;
    height: 4px;
    top: 8px;
    left: 9px;
}

.gg-screen {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 14px;
    border: 2px solid;
    border-radius: 3px;
    margin-top: -4px;
}

.gg-screen::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    width: 10px;
    height: 2px;
    background: currentColor;
    top: 14px;
    left: 4px;
}

.gg-screen::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    width: 10px;
    height: 2px;
    background: currentColor;
    top: 14px;
    left: 4px;
    width: 2px;
    height: 6px;
    top: 10px;
    left: 8px;
}

.gg-scroll-h {
    display: block;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    position: relative;
    transform: scale(var(--ggs, 1));
    border: 2px solid;
    border-radius: 10px;
}

.gg-scroll-h::after,
.gg-scroll-h::before {
    display: block;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
}

.gg-scroll-h::after,
.gg-scroll-h::before {
    content: "";
    position: absolute;
    transform: rotate(45deg);
    top: -2px;
}

.gg-scroll-h::after {
    border-top: 2px solid;
    border-right: 2px solid;
    right: -8px;
}

.gg-scroll-h::before {
    border-bottom: 2px solid;
    border-left: 2px solid;
    left: -8px;
}

.gg-scroll-v {
    display: block;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    position: relative;
    transform: scale(var(--ggs, 1));
    border: 2px solid;
    border-radius: 10px;
}

.gg-scroll-v::after,
.gg-scroll-v::before {
    display: block;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
}

.gg-scroll-v::after,
.gg-scroll-v::before {
    content: "";
    position: absolute;
    transform: rotate(-45deg);
    left: -2px;
}

.gg-scroll-v::after {
    border-bottom: 2px solid;
    border-left: 2px solid;
    bottom: -8px;
}

.gg-scroll-v::before {
    border-top: 2px solid;
    border-right: 2px solid;
    top: -8px;
}

.gg-search-found {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 16px;
    height: 16px;
    border: 2px solid;
    border-radius: 100%;
    margin-left: -4px;
    margin-top: -4px;
}

.gg-search-found::after,
.gg-search-found::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-search-found::after {
    border-radius: 3px;
    width: 2px;
    height: 8px;
    background: currentColor;
    transform: rotate(-45deg);
    top: 10px;
    left: 12px;
}

.gg-search-found::before {
    width: 6px;
    height: 4px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(-40deg);
    top: 3px;
    left: 3px;
}

.gg-search-loading {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 16px;
    height: 16px;
    border: 2px solid;
    border-radius: 100%;
    margin-left: -4px;
    margin-top: -4px;
}

.gg-search-loading::after,
.gg-search-loading::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 2px;
    background: currentColor;
}

.gg-search-loading::after {
    border-radius: 3px;
    height: 8px;
    transform: rotate(-45deg);
    top: 10px;
    left: 12px;
}

.gg-search-loading::before {
    height: 2px;
    border-radius: 100%;
    top: 5px;
    left: 5px;
    box-shadow: -3px 0 0, 3px 0 0;
}

.gg-search {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 16px;
    height: 16px;
    border: 2px solid;
    border-radius: 100%;
    margin-left: -4px;
    margin-top: -4px;
}

.gg-search::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    width: 2px;
    height: 8px;
    background: currentColor;
    transform: rotate(-45deg);
    top: 10px;
    left: 12px;
}

.gg-select-o {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid;
    border-radius: 20px;
}

.gg-select-o::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    left: 6px;
    transform: rotate(-45deg);
}

.gg-select-o::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    left: 6px;
    transform: rotate(-45deg);
    border-left: 2px solid;
    border-bottom: 2px solid;
    bottom: 4px;
}

.gg-select-o::after {
    border-right: 2px solid;
    border-top: 2px solid;
    top: 4px;
}

.gg-select-r {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid;
    border-radius: 4px;
}

.gg-select-r::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    left: 6px;
    transform: rotate(-45deg);
}

.gg-select-r::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    left: 6px;
    transform: rotate(-45deg);
    border-left: 2px solid;
    border-bottom: 2px solid;
    bottom: 4px;
}

.gg-select-r::after {
    border-right: 2px solid;
    border-top: 2px solid;
    top: 4px;
}

.gg-select {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
}

.gg-select::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 8px;
    height: 8px;
    left: 7px;
    transform: rotate(-45deg);
}

.gg-select::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 8px;
    height: 8px;
    left: 7px;
    transform: rotate(-45deg);
    border-left: 2px solid;
    border-bottom: 2px solid;
    bottom: 4px;
}

.gg-select::after {
    border-right: 2px solid;
    border-top: 2px solid;
    top: 4px;
}

.gg-server {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 16px;
    height: 20px;
    border: 2px solid;
    border-radius: 3px;
}

.gg-server::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    height: 2px;
    background: currentColor;
}

.gg-server::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    height: 2px;
    background: currentColor;
    top: 2px;
    box-shadow: 0 4px 0;
    border-radius: 3px;
    width: 8px;
    left: 2px;
}

.gg-server::after {
    width: 2px;
    border-radius: 10px;
    left: 5px;
    bottom: 2px;
}

.gg-serverless {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 15px;
    height: 13px;
    overflow: hidden;
}

.gg-serverless::after {
    background: currentColor;
    content: "";
    box-sizing: border-box;
    position: absolute;
    display: block;
    height: 3px;
    box-shadow: 0 5px 0, 0 10px 0;
    transform: skew(-20deg);
}

.gg-serverless::before {
    background: currentColor;
    content: "";
    box-sizing: border-box;
    position: absolute;
    display: block;
    height: 3px;
    box-shadow: 0 5px 0, 0 10px 0;
    transform: skew(-20deg);
    width: 8px;
    left: -2px;
}

.gg-serverless::after {
    width: 12px;
    right: -5px;
}

.gg-shape-circle {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 16px;
    height: 16px;
    border: 3px solid;
    border-radius: 100px;
}

.gg-shape-half-circle {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 8px;
    height: 16px;
    border: 3px solid;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    border-right: 0;
}

.gg-shape-hexagon {
    display: block;
    box-sizing: border-box;
    width: 18px;
    height: 10px;
    border-left: 3px solid currentColor;
    border-right: 3px solid currentColor;
    position: relative;
    transform: scale(var(--ggs, 1));
}

.gg-shape-hexagon::after,
.gg-shape-hexagon::before {
    display: block;
    box-sizing: border-box;
    width: 18px;
    height: 10px;
    border-left: 3px solid currentColor;
    border-right: 3px solid currentColor;
}

.gg-shape-hexagon::after {
    content: "";
    position: absolute;
    left: -3px;
}

.gg-shape-hexagon::before {
    content: "";
    position: absolute;
    left: -3px;
    transform: rotate(60deg);
}

.gg-shape-hexagon::after {
    transform: rotate(-60deg);
}

.gg-shape-rhombus {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: rotate(45deg) scale(var(--ggs, 1));
    width: 14px;
    height: 14px;
    border: 3px solid;
}

.gg-shape-square {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 16px;
    height: 16px;
    border: 3px solid;
}

.gg-shape-triangle {
    position: relative;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 17px;
    border-left: 3px solid transparent;
    border-bottom: 3px solid;
    display: block;
    box-sizing: border-box;
    border-right: 3px solid transparent;
}

.gg-shape-triangle::before {
    display: block;
    box-sizing: border-box;
    border-right: 3px solid transparent;
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-left: 3px solid;
    border-top: 3px solid;
    border-bottom: 3px solid transparent;
    transform: rotate(45deg) skew(10deg, 10deg);
    left: -2px;
    bottom: -13px;
}

.gg-shape-zigzag {
    display: block;
    box-sizing: border-box;
    width: 5px;
    height: 7px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    margin-left: -18px;
    transform: rotate(-49deg) scale(var(--ggs, 1));
    position: relative;
}

.gg-shape-zigzag::after,
.gg-shape-zigzag::before {
    display: block;
    box-sizing: border-box;
    width: 5px;
    height: 7px;
    border-left: 2px solid;
    border-bottom: 2px solid;
}

.gg-shape-zigzag::after {
    content: "";
    position: absolute;
    left: 2px;
    top: 5px;
}

.gg-shape-zigzag::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 5px;
    left: 7px;
    top: 10px;
}

.gg-share {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 6px;
    height: 6px;
    background: currentColor;
    border-radius: 100px;
    box-shadow: 10px -6px 0, 10px 6px 0;
}

.gg-share::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    width: 10px;
    height: 2px;
    background: currentColor;
    left: 2px;
}

.gg-share::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    width: 10px;
    height: 2px;
    background: currentColor;
    left: 2px;
    top: 0;
    transform: rotate(-35deg);
}

.gg-share::after {
    bottom: 0;
    transform: rotate(35deg);
}

.gg-shield {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 14px;
    height: 4px;
    background: currentColor;
    border-radius: 100px;
    margin-top: -6px;
}

.gg-shield::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    width: 8px;
    height: 16px;
    border: 2px solid;
}

.gg-shield::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    width: 8px;
    height: 16px;
    border: 2px solid;
    border-bottom-left-radius: 40px;
    border-right: 0;
    left: 0;
}

.gg-shield::after {
    border-bottom-right-radius: 40px;
    border-left: 0;
    right: 0;
}

.gg-shopping-bag {
    transform: scale(var(--ggs, 1));
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid;
    border-radius: 3px;
}

.gg-shopping-bag::after {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid;
    border-radius: 3px;
    content: "";
    position: absolute;
    width: 10px;
    height: 6px;
    border-bottom-left-radius: 120px;
    border-bottom-right-radius: 120px;
    border-top: 0;
    top: 2px;
    left: 3px;
}

.gg-shopping-cart {
    display: block;
    box-sizing: border-box;
    position: relative;
    transform: scale(var(--ggs, 1));
    width: 20px;
    height: 21px;
    background: linear-gradient(to left, currentColor 12px, transparent 0)
            no-repeat -1px 6px/18px 2px,
        linear-gradient(to left, currentColor 12px, transparent 0) no-repeat 6px
            14px/11px 2px,
        linear-gradient(to left, currentColor 12px, transparent 0) no-repeat 0
            2px/4px 2px,
        radial-gradient(circle, currentColor 60%, transparent 40%) no-repeat
            12px 17px/4px 4px,
        radial-gradient(circle, currentColor 60%, transparent 40%) no-repeat 6px
            17px/4px 4px;
}

.gg-shopping-cart::after,
.gg-shopping-cart::before {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    width: 2px;
    height: 14px;
    background: currentColor;
    top: 2px;
    left: 4px;
    transform: skew(12deg);
}

.gg-shopping-cart::after {
    height: 10px;
    top: 6px;
    left: 16px;
    transform: skew(-12deg);
}

.gg-shortcut {
    display: block;
    box-sizing: border-box;
    border-radius: 3px;
    border: 2px solid;
    position: relative;
    transform: scale(var(--ggs, 1));
    width: 18px;
    height: 18px;
}

.gg-shortcut::after {
    display: block;
    box-sizing: border-box;
    border-radius: 3px;
    content: "";
    position: absolute;
    width: 2px;
    height: 12px;
    background: currentColor;
    left: 6px;
    top: 1px;
    transform: rotate(45deg);
}

.gg-shutterstock {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 20px;
    height: 20px;
    border: 2px solid;
    border-radius: 3px;
}

.gg-shutterstock::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 1px;
}

.gg-shutterstock::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 1px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    bottom: 2px;
    right: 2px;
}

.gg-shutterstock::after {
    border-top: 2px solid;
    border-left: 2px solid;
    top: 2px;
    left: 2px;
}

.gg-sidebar-open {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 18px;
    height: 16px;
    border: 2px solid;
}

.gg-sidebar-open::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 4px;
    height: 12px;
    background: currentColor;
    top: 0;
    left: 0;
}

.gg-sidebar-right {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 18px;
    height: 16px;
    border-right: 2px solid;
}

.gg-sidebar-right::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 14px;
    height: 16px;
    border: 2px solid;
    top: 0;
    right: 2px;
}

.gg-sidebar {
    display: block;
    box-sizing: border-box;
    height: 16px;
    border-left: 2px solid;
    position: relative;
    transform: scale(var(--ggs, 1));
    width: 18px;
}

.gg-sidebar::before {
    display: block;
    box-sizing: border-box;
    height: 16px;
    content: "";
    position: absolute;
    width: 14px;
    border: 2px solid;
    top: 0;
    left: 2px;
}

.gg-signal {
    display: block;
    box-sizing: border-box;
    width: 2px;
    border-radius: 4px;
    background: currentColor;
    position: relative;
    transform: scale(var(--ggs, 1));
    height: 8px;
}

.gg-signal::after,
.gg-signal::before {
    display: block;
    box-sizing: border-box;
    width: 2px;
    border-radius: 4px;
    background: currentColor;
}

.gg-signal::after {
    content: "";
    position: absolute;
}

.gg-signal::before {
    content: "";
    position: absolute;
    height: 12px;
    left: 4px;
    bottom: 0;
}

.gg-signal::after {
    height: 4px;
    left: -4px;
    bottom: 0;
}

.gg-size {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    transform: scale(var(--ggs, 1));
    border-left: 8px solid transparent;
    box-shadow: inset 0 0 0 2px;
}

.gg-size::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 12px;
    border: 2px solid;
    border-right: 0;
    right: 6px;
    top: 2px;
}

.gg-size::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 12px;
    border: 2px solid;
    border-right: 0;
    right: 6px;
    top: 2px;
    width: 4px;
    height: 8px;
    right: 12px;
    top: 4px;
}

.gg-sketch {
    display: block;
    position: relative;
    box-sizing: border-box;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 18px;
    background: linear-gradient(to left, currentColor 16px, transparent 0)
        no-repeat center 6px/6px 2px;
}

.gg-sketch::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 14px;
    border: 2px solid;
    left: 4px;
}

.gg-sketch::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 14px;
    border: 2px solid;
    left: 4px;
    height: 14px;
    border-top-color: transparent;
    border-right-color: transparent;
    transform: rotate(-45deg) skew(-8deg, -8deg);
    bottom: 4px;
}

.gg-sketch::after {
    height: 7px;
    border-bottom: 0;
    transform: perspective(12px) rotateX(35deg);
}

.gg-slack {
    position: relative;
    box-sizing: border-box;
    transform: scale(var(--ggs, 1));
    display: block;
    width: 20px;
    height: 20px;
    background: linear-gradient(to left, currentColor 5px, transparent 0)
            no-repeat 7px 2px/2px 2px,
        linear-gradient(to left, currentColor 5px, transparent 0) no-repeat 15px
            7px/2px 2px,
        linear-gradient(to left, currentColor 5px, transparent 0) no-repeat 2px
            10px/2px 2px,
        linear-gradient(to left, currentColor 5px, transparent 0) no-repeat 10px
            15px/2px 2px,
        linear-gradient(to left, currentColor 5px, transparent 0) no-repeat 10px
            2px/4px 5px,
        linear-gradient(to left, currentColor 5px, transparent 0) no-repeat 5px
            12px/4px 5px;
}

.gg-slack::after {
    background: currentColor;
    content: "";
    position: absolute;
    box-sizing: border-box;
    display: block;
    height: 4px;
    border-radius: 22px;
}

.gg-slack::before {
    background: currentColor;
    content: "";
    position: absolute;
    box-sizing: border-box;
    display: block;
    height: 4px;
    border-radius: 22px;
    width: 9px;
    top: 5px;
    box-shadow: 10px 5px 0;
}

.gg-slack::after {
    width: 4px;
    left: 5px;
    box-shadow: -5px 10px 0, 0 10px 0, 0 15px 0, 5px 15px 0, 5px 5px 0, 5px 0 0,
        10px 5px 0;
}

.gg-sleep {
    display: block;
    box-sizing: border-box;
    transform: scale(var(--ggs, 1));
    position: relative;
    width: 18px;
    height: 18px;
    border: 2px solid;
    border-radius: 22px;
}

.gg-sleep::after {
    display: block;
    box-sizing: border-box;
    content: "";
    position: absolute;
    width: 14px;
    height: 2px;
    background: currentColor;
    bottom: 2px;
}

.gg-smart-home-boiler {
    display: block;
    position: relative;
    box-sizing: border-box;
    transform: scale(var(--ggs, 1));
    width: 14px;
    height: 20px;
    border: 2px solid;
    border-radius: 2px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: linear-gradient(to left, currentColor 14px, transparent 0)
        no-repeat center 4px/14px 2px;
}

.gg-smart-home-boiler::before {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 6px;
    height: 3px;
    border-left: 2px solid;
    border-right: 2px solid;
    transform: skewX(20deg);
    bottom: -4px;
    left: 2px;
}

.gg-smart-home-cooker {
    display: block;
    position: relative;
    box-sizing: border-box;
    transform: scale(var(--ggs, 1));
    width: 18px;
    height: 18px;
    border: 2px solid;
    border-radius: 4px;
    background: linear-gradient(to left, currentColor 18px, transparent 0)
        no-repeat center 2px/18px 2px;
}

.gg-smart-home-cooker::after {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 6px;
    left: 4px;
}

.gg-smart-home-cooker::before {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 6px;
    left: 4px;
    height: 6px;
    border: 2px solid;
    border-radius: 4px;
    bottom: 2px;
}

.gg-smart-home-cooker::after {
    height: 3px;
    box-shadow: 0 -2px 0, inset 0 0 0 2px;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    top: -4px;
}

.gg-smart-home-heat {
    display: block;
    position: relative;
    box-sizing: border-box;
    transform: scale(var(--ggs, 1));
    width: 24px;
    height: 14px;
    border: 2px solid;
    border-radius: 22px;
    background: linear-gradient(to left, currentColor 24px, transparent 0)
        no-repeat center 2px/10px 2px;
}

.gg-smart-home-heat::after {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 2px solid;
    top: 2px;
}

.gg-smart-home-heat::before {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 2px solid;
    top: 2px;
    border-right: 0;
    border-top-left-radius: 22px;
    border-bottom-left-radius: 22px;
    left: 2px;
}

.gg-smart-home-heat::after {
    border-left: 0;
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
    right: 2px;
}

.gg-smart-home-light {
    display: block;
    position: relative;
    box-sizing: border-box;
    transform: scale(var(--ggs, 1));
    width: 10px;
    height: 14px;
    border: 2px solid;
    border-radius: 14px;
    box-shadow: 0 11px 0 -4px;
}

.gg-smart-home-light::after {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    background: currentColor;
    width: 2px;
    height: 6px;
    border-radius: 6px;
    bottom: -8px;
}

.gg-smart-home-light::before {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    background: currentColor;
    width: 2px;
    height: 6px;
    border-radius: 6px;
    bottom: -8px;
    transform: rotate(20deg);
    left: -2px;
}

.gg-smart-home-light::after {
    transform: rotate(-20deg);
    right: -2px;
}

.gg-smart-home-refrigerator {
    display: block;
    position: relative;
    box-sizing: border-box;
    transform: scale(var(--ggs, 1));
    width: 14px;
    height: 22px;
    border: 2px solid;
    border-radius: 3px;
}

.gg-smart-home-refrigerator::after {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    background: currentColor;
}

.gg-smart-home-refrigerator::before {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    background: currentColor;
    width: 2px;
    height: 4px;
    border-radius: 2px;
    top: 2px;
    left: 2px;
    box-shadow: 0 8px 0;
}

.gg-smart-home-refrigerator::after {
    width: 14px;
    height: 2px;
    top: 7px;
    left: -2px;
}

.gg-smart-home-wash-machine {
    display: block;
    position: relative;
    box-sizing: border-box;
    transform: scale(var(--ggs, 1));
    width: 18px;
    height: 20px;
    border: 2px solid;
    background: linear-gradient(to left, currentColor 18px, transparent 0)
        no-repeat center 4px/18px 2px;
    border-radius: 3px;
}

.gg-smart-home-wash-machine::after {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    border-radius: 22px;
}

.gg-smart-home-wash-machine::before {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    border-radius: 22px;
    bottom: 1px;
    left: 3px;
    width: 8px;
    height: 8px;
    border: 2px solid;
    box-shadow: 5px -9px 0 -3px, 2px -9px 0 -3px;
}

.gg-smart-home-wash-machine::after {
    top: 1px;
    left: 1px;
    width: 4px;
    height: 2px;
    background: currentColor;
}

.gg-smartphone-chip {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 16px;
    height: 16px;
    border: 6px double;
    border-radius: 3px;
}

.gg-smartphone-chip::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    width: 2px;
    height: 2px;
    left: -3px;
    top: -9px;
    background: currentColor;
    box-shadow: 4px 0 0, 8px 0 0, 0 20px 0, 4px 20px 0, -6px 6px 0, 14px 6px 0,
        14px 10px 0, 14px 14px 0, -6px 10px 0, -6px 14px 0, 8px 20px 0;
}

.gg-smartphone-ram {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 26px;
    height: 14px;
    border: 2px solid;
    border-radius: 3px;
}

.gg-smartphone-ram::after,
.gg-smartphone-ram::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    width: 2px;
    height: 2px;
    background: currentColor;
    box-shadow: 16px 4px 0;
    top: 2px;
    left: 2px;
}

.gg-smartphone-ram::after {
    box-shadow: 4px 0 0, 8px 0 0, 12px 0 0, 16px 0 0, 0 18px 0, 4px 18px 0,
        8px 18px 0, 12px 18px 0, 16px 18px 0;
    top: -5px;
}

.gg-smartphone-shake {
    background: linear-gradient(to left, currentColor 5px, transparent 0)
        no-repeat 4px 12px/2px 2px;
    box-sizing: border-box;
    position: relative;
    transform: scale(var(--ggs, 1));
    display: block;
    width: 14px;
    height: 20px;
    border: 2px solid;
    border-radius: 2px;
}

.gg-smartphone-shake::after,
.gg-smartphone-shake::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    height: 10px;
    width: 6px;
    border: 2px solid transparent;
    overflow: hidden;
    box-shadow: 2px 0 0, inset -2px 0 0;
    top: 3px;
    left: -12px;
}

.gg-smartphone-shake::after {
    transform: scaleX(-1);
    left: 16px;
}

.gg-smartphone {
    background: linear-gradient(to left, currentColor 5px, transparent 0)
        no-repeat 4px 12px/2px 2px;
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 14px;
    height: 20px;
    border: 2px solid;
    border-radius: 2px;
}

.gg-smile-mouth-open {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 20px;
    height: 20px;
    border: 2px solid;
    border-radius: 100px;
}

.gg-smile-mouth-open::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    left: 4px;
}

.gg-smile-mouth-open::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    left: 4px;
    background: currentColor;
    box-shadow: 6px 0 0;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    top: 5px;
}

.gg-smile-mouth-open::after {
    width: 8px;
    height: 4px;
    border-radius: 150px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 2px solid;
    top: 9px;
}

.gg-smile-neutral {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 20px;
    height: 20px;
    border: 2px solid;
    border-radius: 100px;
}

.gg-smile-neutral::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    height: 2px;
    background: currentColor;
    left: 4px;
}

.gg-smile-neutral::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    height: 2px;
    background: currentColor;
    left: 4px;
    box-shadow: 6px 0 0;
    width: 2px;
    border-radius: 10px;
    top: 5px;
}

.gg-smile-neutral::after {
    border-radius: 3px;
    width: 8px;
    top: 10px;
}

.gg-smile-no-mouth {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 20px;
    height: 20px;
    border: 2px solid;
    border-radius: 100px;
}

.gg-smile-no-mouth::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    height: 2px;
    background: currentColor;
    left: 4px;
    box-shadow: 6px 0 0;
    width: 2px;
    border-radius: 10px;
    top: 5px;
}

.gg-smile-none {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 20px;
    height: 20px;
    border: 2px solid;
    border-radius: 100px;
}

.gg-smile-none::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    height: 2px;
    background: currentColor;
    left: 4px;
}

.gg-smile-none::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    height: 2px;
    background: currentColor;
    left: 4px;
    box-shadow: 5px 0 0;
    width: 3px;
    border-radius: 10px;
    top: 5px;
}

.gg-smile-none::after {
    border-radius: 3px;
    width: 8px;
    top: 10px;
}

.gg-smile-sad {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 20px;
    height: 20px;
    border: 2px solid;
    border-radius: 100px;
}

.gg-smile-sad::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    left: 4px;
}

.gg-smile-sad::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    left: 4px;
    background: currentColor;
    box-shadow: 6px 0 0;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    top: 5px;
}

.gg-smile-sad::after {
    width: 8px;
    height: 4px;
    border-radius: 150px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 2px solid;
    border-top-color: transparent;
    top: 9px;
    transform: scaleY(-1);
}

.gg-smile-upside {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 20px;
    height: 20px;
    border: 2px solid;
    border-radius: 100px;
}

.gg-smile-upside::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    left: 4px;
}

.gg-smile-upside::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    left: 4px;
    background: currentColor;
    box-shadow: 6px 0 0;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    bottom: 5px;
}

.gg-smile-upside::after {
    width: 8px;
    height: 4px;
    border-radius: 150px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 2px solid;
    border-bottom-color: transparent;
    bottom: 9px;
}

.gg-smile {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 20px;
    height: 20px;
    border: 2px solid;
    border-radius: 100px;
}

.gg-smile::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    left: 4px;
}

.gg-smile::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    left: 4px;
    background: currentColor;
    box-shadow: 6px 0 0;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    top: 5px;
}

.gg-smile::after {
    width: 8px;
    height: 4px;
    border-radius: 150px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 2px solid;
    border-top-color: transparent;
    top: 9px;
}

.gg-software-download {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 16px;
    height: 6px;
    border: 2px solid;
    border-top: 0;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    margin-top: 8px;
}

.gg-software-download::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 8px;
    height: 8px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(-45deg);
    left: 2px;
    bottom: 4px;
}

.gg-software-download::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    width: 2px;
    height: 10px;
    background: currentColor;
    left: 5px;
    bottom: 5px;
}

.gg-software-upload {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 16px;
    height: 6px;
    border: 2px solid;
    border-top: 0;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    margin-top: 8px;
}

.gg-software-upload::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 8px;
    height: 8px;
    border-left: 2px solid;
    border-top: 2px solid;
    transform: rotate(45deg);
    left: 2px;
    bottom: 4px;
}

.gg-software-upload::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    width: 2px;
    height: 10px;
    background: currentColor;
    left: 5px;
    bottom: 3px;
}

.gg-sort-az {
    display: block;
    box-sizing: border-box;
    height: 2px;
    border-radius: 4px;
    background: currentColor;
    position: relative;
    transform: scale(var(--ggs, 1));
    width: 8px;
}

.gg-sort-az::after,
.gg-sort-az::before {
    display: block;
    box-sizing: border-box;
    height: 2px;
    border-radius: 4px;
    background: currentColor;
}

.gg-sort-az::after {
    content: "";
    position: absolute;
}

.gg-sort-az::before {
    content: "";
    position: absolute;
    width: 12px;
    top: -4px;
    left: -2px;
}

.gg-sort-az::after {
    width: 4px;
    top: 4px;
    left: 2px;
}

.gg-sort-za {
    display: block;
    box-sizing: border-box;
    height: 2px;
    border-radius: 4px;
    background: currentColor;
    position: relative;
    transform: scale(var(--ggs, 1));
    width: 8px;
}

.gg-sort-za::after,
.gg-sort-za::before {
    display: block;
    box-sizing: border-box;
    height: 2px;
    border-radius: 4px;
    background: currentColor;
}

.gg-sort-za::after {
    content: "";
    position: absolute;
}

.gg-sort-za::before {
    content: "";
    position: absolute;
    width: 12px;
    top: 4px;
    left: -2px;
}

.gg-sort-za::after {
    width: 4px;
    top: -4px;
    left: 2px;
}

.gg-space-between-v {
    display: block;
    box-sizing: border-box;
    transform: scale(var(--ggs, 1));
    width: 8px;
    height: 14px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    box-shadow: inset 0 0 0 2px;
}

.gg-space-between-v::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 12px;
    height: 4px;
    border: 2px solid;
    left: -2px;
}

.gg-space-between-v::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 12px;
    height: 4px;
    border: 2px solid;
    left: -2px;
    top: -6px;
    border-top: 0;
}

.gg-space-between-v::after {
    bottom: -6px;
    border-bottom: 0;
}

.gg-space-between {
    display: block;
    box-sizing: border-box;
    transform: scale(var(--ggs, 1));
    width: 14px;
    height: 8px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    box-shadow: inset 0 0 0 2px;
}

.gg-space-between::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    height: 12px;
    width: 4px;
    border: 2px solid;
    top: -2px;
}

.gg-space-between::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    height: 12px;
    width: 4px;
    border: 2px solid;
    top: -2px;
    left: -6px;
    border-left: 0;
}

.gg-space-between::after {
    right: -6px;
    border-right: 0;
}

.gg-spectrum {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 16px;
    height: 16px;
    overflow: hidden;
}

.gg-spectrum::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 30px;
    height: 30px;
    left: -15px;
    bottom: -15px;
    border: 8px solid;
    border-radius: 18px;
}

@keyframes spinneralt {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.gg-spinner-alt {
    transform: scale(var(--ggs, 1));
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
}

.gg-spinner-alt::before {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    content: "";
    position: absolute;
    border-radius: 100px;
    animation: spinneralt 1s cubic-bezier(0.6, 0, 0.4, 1) infinite;
    border: 3px solid transparent;
    border-top-color: currentColor;
}

@keyframes spinner-two-alt {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.gg-spinner-two-alt {
    box-sizing: border-box;
    display: block;
    width: 20px;
    height: 20px;
    transform: scale(var(--ggs, 1));
    position: relative;
}

.gg-spinner-two-alt::before {
    box-sizing: border-box;
    display: block;
    width: 20px;
    height: 20px;
    content: "";
    position: absolute;
    border-radius: 100px;
    animation: spinner-two-alt 1s cubic-bezier(0.6, 0, 0.4, 1) infinite;
    border: 3px solid transparent;
    border-bottom-color: currentColor;
    border-top-color: currentColor;
}

@keyframes spinner-two {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.gg-spinner-two {
    transform: scale(var(--ggs, 1));
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
}

.gg-spinner-two::after {
    box-sizing: border-box;
    display: block;
    width: 20px;
    height: 20px;
    content: "";
    position: absolute;
    border-radius: 100px;
}

.gg-spinner-two::before {
    box-sizing: border-box;
    display: block;
    width: 20px;
    height: 20px;
    content: "";
    position: absolute;
    border-radius: 100px;
    animation: spinner-two 1s cubic-bezier(0.6, 0, 0.4, 1) infinite;
    border: 3px solid transparent;
    border-bottom-color: currentColor;
    border-top-color: currentColor;
}

.gg-spinner-two::after {
    border: 3px solid;
    opacity: 0.2;
}

.gg-spinner {
    transform: scale(var(--ggs, 1));
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
}

.gg-spinner::after,
.gg-spinner::before {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
}

.gg-spinner::after {
    content: "";
    position: absolute;
    border-radius: 100px;
}

.gg-spinner::before {
    content: "";
    position: absolute;
    border-radius: 100px;
    animation: spinner 1s cubic-bezier(0.6, 0, 0.4, 1) infinite;
    border: 3px solid transparent;
    border-top-color: currentColor;
}

.gg-spinner::after {
    border: 3px solid;
    opacity: 0.2;
}

@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.gg-square {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 12px;
    height: 12px;
    border-radius: 1px;
    border: 3px solid transparent;
    box-shadow: 0 0 0 3px, inset 0 0 0 3px;
}

.gg-stack {
    display: block;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 2px solid;
    margin-right: 8px;
    margin-top: 8px;
    transform: scale(var(--ggs, 1));
    position: relative;
}

.gg-stack::after,
.gg-stack::before {
    display: block;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 2px solid;
}

.gg-stack::after {
    content: "";
    position: absolute;
    border-left: 0;
    border-bottom: 0;
    right: -5px;
    top: -5px;
}

.gg-stack::before {
    content: "";
    position: absolute;
    border-left: 0;
    border-bottom: 0;
    right: -5px;
    top: -5px;
    right: -8px;
    top: -8px;
}

.gg-stark {
    background: currentColor;
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: rotate(45deg) scale(var(--ggs, 1));
    width: 3px;
    height: 16px;
}

.gg-stark::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 8px;
    height: 16px;
    border: 3px solid;
}

.gg-stark::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 8px;
    height: 16px;
    border: 3px solid;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    border-right: 0;
    border-top-color: transparent;
    left: -7px;
    bottom: 0;
}

.gg-stark::after {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border-left: 0;
    border-bottom-color: transparent;
    right: -7px;
    top: 0;
}

.gg-stopwatch {
    background: linear-gradient(to left, currentColor 7px, transparent 0)
        no-repeat 6px 2px/2px 6px;
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 18px;
    height: 18px;
    border-radius: 100%;
    border: 2px solid transparent;
    box-shadow: 0 0 0 2px;
}

.gg-stopwatch::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 4px;
    height: 2px;
    background: currentColor;
    transform: rotate(45deg);
    right: -4px;
    top: -3px;
}

.gg-stories {
    display: block;
    box-sizing: border-box;
    border-radius: 3px;
    position: relative;
    transform: scale(var(--ggs, 1));
    width: 12px;
    height: 16px;
    border: 2px solid;
}

.gg-stories::after,
.gg-stories::before {
    display: block;
    box-sizing: border-box;
    border-radius: 3px;
}

.gg-stories::after {
    content: "";
    position: absolute;
    background: currentColor;
    width: 2px;
    height: 14px;
    top: -1px;
}

.gg-stories::before {
    content: "";
    position: absolute;
    background: currentColor;
    width: 2px;
    height: 14px;
    top: -1px;
    left: -6px;
}

.gg-stories::after {
    right: -6px;
}

.gg-studio {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 18px;
    height: 18px;
    border: 2px solid;
}

.gg-studio::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 4px;
    height: 4px;
    background: currentColor;
    right: 2px;
    bottom: 2px;
}

.gg-style {
    display: block;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    position: relative;
    transform: scale(var(--ggs, 1));
    box-shadow: -3px 3px 0 -1px, 3px -3px 0 -1px;
}

.gg-style::after,
.gg-style::before {
    display: block;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
}

.gg-style::after {
    content: "";
    position: absolute;
    border: 2px solid;
}

.gg-style::before {
    content: "";
    position: absolute;
    border: 2px solid;
    top: -5px;
    left: -5px;
}

.gg-style::after {
    bottom: -5px;
    right: -5px;
}

.gg-sun {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 24px;
    height: 24px;
    background: linear-gradient(to bottom, currentColor 4px, transparent 0)
            no-repeat 5px -6px/2px 6px,
        linear-gradient(to bottom, currentColor 4px, transparent 0) no-repeat
            5px 14px/2px 6px,
        linear-gradient(to bottom, currentColor 4px, transparent 0) no-repeat -8px
            5px/6px 2px,
        linear-gradient(to bottom, currentColor 4px, transparent 0) no-repeat
            14px 5px/6px 2px;
    border-radius: 100px;
    box-shadow: inset 0 0 0 2px;
    border: 6px solid transparent;
}

.gg-sun::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 24px;
    height: 2px;
    border-right: 4px solid;
    border-left: 4px solid;
    left: -6px;
    top: 5px;
}

.gg-sun::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 24px;
    height: 2px;
    border-right: 4px solid;
    border-left: 4px solid;
    left: -6px;
    top: 5px;
    transform: rotate(-45deg);
}

.gg-sun::after {
    transform: rotate(45deg);
}

.gg-support {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    transform: rotate(45deg) scale(var(--ggs, 1));
    border: 5px solid transparent;
    box-shadow: 0 0 0 2px, inset 0 0 0 2px;
    border-radius: 40px;
}

.gg-support::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-support::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-left: 9px solid;
    border-right: 9px solid;
    width: 24px;
    height: 2px;
    left: -7px;
    top: 4px;
}

.gg-support::after {
    width: 2px;
    height: 24px;
    border-top: 9px solid;
    border-bottom: 9px solid;
    left: 4px;
    top: -7px;
}

.gg-swap-vertical {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: rotate(90deg) scale(var(--ggs, 1));
    box-shadow: -2px 2px 0, 2px -2px 0;
    width: 6px;
    height: 2px;
}

.gg-swap-vertical::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
}

.gg-swap-vertical::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 3px solid;
    top: -4px;
    right: -4px;
}

.gg-swap-vertical::after {
    border-right: 3px solid;
    bottom: -4px;
    left: -4px;
}

.gg-swap {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    box-shadow: -2px 2px 0, 2px -2px 0;
    width: 6px;
    height: 2px;
}

.gg-swap::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
}

.gg-swap::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 3px solid;
    top: -4px;
    right: -4px;
}

.gg-swap::after {
    border-right: 3px solid;
    bottom: -4px;
    left: -4px;
}

.gg-sweden {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 21px;
    height: 16px;
}

.gg-sweden::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    height: 6px;
    background: currentColor;
    box-shadow: 0 8px 0;
    top: 0;
}

.gg-sweden::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    height: 6px;
    background: currentColor;
    box-shadow: 0 8px 0;
    top: 0;
    left: 0;
    width: 7px;
}

.gg-sweden::after {
    width: 12px;
    right: 0;
}

.gg-swiss {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 18px;
    height: 18px;
    border: 4px solid;
}

.gg-swiss::after,
.gg-swiss::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 5px;
    height: 5px;
    background: currentColor;
    box-shadow: 0 9px 0;
    top: -2px;
}

.gg-swiss::after {
    left: -2px;
}

.gg-swiss::before {
    right: -2px;
}

.gg-sync {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    border-radius: 40px;
    border: 2px solid;
    margin: 1px;
    border-left-color: transparent;
    border-right-color: transparent;
    width: 18px;
    height: 18px;
}

.gg-sync::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    transform: rotate(-45deg);
}

.gg-sync::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    transform: rotate(-45deg);
    border-left: 6px solid;
    bottom: -1px;
    right: -3px;
}

.gg-sync::after {
    border-right: 6px solid;
    top: -1px;
    left: -3px;
}

.gg-tab {
    display: block;
    box-sizing: border-box;
    position: relative;
    transform: scale(var(--ggs, 1));
    width: 20px;
    height: 16px;
    border: 2px solid;
    border-radius: 3px;
}

.gg-tab::before {
    display: block;
    box-sizing: border-box;
    content: "";
    position: absolute;
    width: 10px;
    height: 6px;
    background: currentColor;
    border-radius: 1px;
    transform: skewX(20deg);
    top: -2px;
    right: -1px;
}

.gg-tag {
    display: block;
    border: 2px solid;
    border-right: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    box-sizing: border-box;
    transform: scale(var(--ggs, 1));
    position: relative;
    width: 19px;
    height: 14px;
}

.gg-tag::before {
    display: block;
    border: 2px solid;
    content: "";
    position: absolute;
    width: 2px;
    height: 2px;
    box-sizing: content-box;
    border-radius: 100px;
    right: 0;
    top: 2px;
}

.gg-tag::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    border-bottom-right-radius: 4px;
    transform: rotate(-45deg);
    top: 0;
    right: -5px;
}

.gg-tally {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: skew(-10deg) scale(var(--ggs, 1));
    width: 18px;
    height: 20px;
}

.gg-tally::after {
    content: "";
    position: absolute;
    box-sizing: border-box;
    display: block;
    width: 3px;
    background: currentColor;
    border-radius: 0.5px;
}

.gg-tally::before {
    content: "";
    position: absolute;
    box-sizing: border-box;
    display: block;
    width: 3px;
    background: currentColor;
    border-radius: 0.5px;
    height: 20px;
    box-shadow: 5px 0 0;
    left: 5px;
}

.gg-tally::after {
    height: 8px;
    box-shadow: 15px 0 0;
}

.gg-tap-double {
    display: block;
    position: relative;
    box-sizing: border-box;
    transform: scale(var(--ggs, 1));
    width: 20px;
    height: 22px;
}

.gg-tap-double::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 22px;
}

.gg-tap-double::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 22px;
    width: 20px;
    height: 20px;
    border: 6px double transparent;
    border-top: 6px double;
}

.gg-tap-double::after {
    width: 6px;
    height: 10px;
    border: 2px solid transparent;
    border-bottom-width: 5px;
    box-shadow: 0 0 0 2px, inset 0 0 0 2px;
    left: 7px;
    bottom: 2px;
}

.gg-tap-single {
    display: block;
    position: relative;
    box-sizing: border-box;
    transform: scale(var(--ggs, 1));
    width: 16px;
    height: 22px;
}

.gg-tap-single::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border: 2px solid transparent;
    border-radius: 22px;
}

.gg-tap-single::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border: 2px solid transparent;
    border-radius: 22px;
    width: 16px;
    height: 16px;
    border-top: 2px solid;
    top: 2px;
}

.gg-tap-single::after {
    width: 6px;
    height: 10px;
    border-bottom-width: 5px;
    box-shadow: 0 0 0 2px, inset 0 0 0 2px;
    left: 5px;
    top: 8px;
}

.gg-template {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 18px;
    height: 6px;
    border: 2px solid;
    margin-top: -14px;
}

.gg-template::after,
.gg-template::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 8px;
    height: 10px;
    top: 6px;
}

.gg-template::after {
    border: 2px solid;
    left: -2px;
}

.gg-template::before {
    border-top: 6px double;
    border-bottom: 2px solid;
    right: -2px;
}

.gg-tennis {
    display: block;
    box-sizing: border-box;
    border: 2px solid;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    position: relative;
    transform: scale(var(--ggs, 1));
    overflow: hidden;
}

.gg-tennis::after,
.gg-tennis::before {
    display: block;
    box-sizing: border-box;
    border: 2px solid;
    width: 20px;
    height: 20px;
    border-radius: 20px;
}

.gg-tennis::after {
    content: "";
    position: absolute;
}

.gg-tennis::before {
    content: "";
    position: absolute;
    left: -11px;
    top: -11px;
}

.gg-tennis::after {
    right: -11px;
    bottom: -11px;
}

.gg-terminal {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 24px;
    height: 20px;
    border: 2px solid;
    border-radius: 2px;
}

.gg-terminal::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-terminal::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-right: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(-45deg);
    width: 6px;
    height: 6px;
    top: 5px;
    left: 3px;
}

.gg-terminal::after {
    width: 4px;
    height: 2px;
    background: currentColor;
    top: 10px;
    left: 11px;
}

.gg-terrain {
    display: block;
    position: relative;
    box-sizing: border-box;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 14px;
    overflow: hidden;
}

.gg-terrain::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-terrain::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 0;
    height: 10px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 10px solid;
    top: 4px;
}

.gg-terrain::after {
    width: 6px;
    height: 22px;
    background: currentColor;
    transform: rotate(-32deg) skewY(-35deg);
    left: 14px;
    top: 3px;
}

.gg-thermometer {
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
}

.gg-thermometer::after {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    border-radius: 22px;
    transform: rotate(45deg);
}

.gg-thermometer::before {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    border-radius: 22px;
    transform: rotate(45deg);
    height: 12px;
    border: 2px solid transparent;
    box-shadow: 0 0 0 2px, inset 0 0 0 6px;
    right: 6px;
    top: 1px;
}

.gg-thermometer::after {
    height: 8px;
    background: currentColor;
    bottom: 0;
    left: 3px;
}

.gg-thermostat {
    position: relative;
    display: block;
    box-sizing: border-box;
    transform: scale(var(--ggs, 1));
    width: 10px;
    height: 24px;
}

.gg-thermostat::after,
.gg-thermostat::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border: 2px solid;
}

.gg-thermostat::after {
    width: 12px;
    height: 12px;
    border-top-color: transparent;
    bottom: 0;
    border-radius: 100px;
    background: radial-gradient(circle, currentColor 20%, transparent 20%)
        no-repeat center;
}

.gg-thermostat::before {
    width: 8px;
    height: 16px;
    border-bottom-color: transparent;
    left: 2px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
}

.gg-tikcode {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 18px;
    height: 18px;
    background: linear-gradient(to left, currentColor 10px, transparent 0)
            no-repeat 10px 0/8px 2px,
        linear-gradient(to left, currentColor 10px, transparent 0) no-repeat
            10px 6px/8px 2px,
        linear-gradient(to left, currentColor 10px, transparent 0) no-repeat
            10px 10px/2px 8px,
        linear-gradient(to left, currentColor 10px, transparent 0) no-repeat
            13px 10px/2px 8px,
        linear-gradient(to left, currentColor 10px, transparent 0) no-repeat
            16px 10px/2px 8px,
        linear-gradient(to left, currentColor 10px, transparent 0) no-repeat
            16px 0/2px 8px,
        linear-gradient(to left, currentColor 10px, transparent 0) no-repeat
            10px 0/2px 8px;
}

.gg-tikcode::after,
.gg-tikcode::before {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    border: 2px solid;
}

.gg-tikcode::after {
    bottom: 0;
}

.gg-time {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 18px;
    height: 18px;
    border-radius: 100%;
    border: 2px solid transparent;
    box-shadow: 0 0 0 2px currentColor;
}

.gg-time::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 7px;
    height: 7px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    top: 1px;
    left: 5px;
}

.gg-timelapse {
    box-sizing: border-box;
    transform: scale(var(--ggs, 1));
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
    border: 2px solid;
    border-radius: 22px;
}

.gg-timelapse::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 5px;
    height: 4px;
    border: 7px solid;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-radius: 22px;
    top: 2px;
    right: 2px;
}

.gg-timelapse::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 5px;
    height: 4px;
    border: 7px solid;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-radius: 22px;
    top: 2px;
    right: 2px;
    transform: rotate(45deg);
}

.gg-timelapse::after {
    border-top-color: transparent;
    transform: rotate(85deg);
}

.gg-timer {
    border: 2px solid;
    width: 18px;
    height: 18px;
    border-radius: 40px;
    background: linear-gradient(to left, currentColor 10px, transparent 0)
        no-repeat 6px -2px/2px 6px;
    box-sizing: border-box;
    transform: scale(var(--ggs, 1));
    position: relative;
    display: block;
    border-top-color: transparent;
}

.gg-timer::before {
    border: 2px solid;
    width: 18px;
    height: 18px;
    border-radius: 40px;
}

.gg-timer::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-timer::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-right-color: transparent;
    border-left-color: transparent;
    border-bottom-color: transparent;
    right: -2px;
    top: -2px;
    transform: rotate(45deg);
}

.gg-timer::after {
    width: 2px;
    height: 6px;
    background: currentColor;
    transform: rotate(-50deg);
    left: 4px;
    bottom: 5px;
    border-radius: 100px;
}

.gg-today {
    display: block;
    position: relative;
    box-sizing: border-box;
    transform: scale(var(--ggs, 1));
    width: 18px;
    height: 22px;
    border: 2px solid;
    border-radius: 3px;
}

.gg-today::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    left: 2px;
    background: currentColor;
    border-radius: 1px;
}

.gg-today::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    left: 2px;
    background: currentColor;
    border-radius: 1px;
    bottom: 2px;
    width: 10px;
    height: 10px;
    opacity: 0.5;
}

.gg-today::after {
    top: 2px;
    width: 6px;
    height: 2px;
}

.gg-toggle-off {
    display: block;
    box-sizing: border-box;
    border-radius: 20px;
    border: 2px solid;
    position: relative;
    transform: scale(var(--ggs, 1));
    width: 24px;
    height: 14px;
}

.gg-toggle-off::before {
    display: block;
    box-sizing: border-box;
    border-radius: 20px;
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: currentColor;
    top: 2px;
    left: 12px;
}

.gg-toggle-on {
    display: block;
    box-sizing: border-box;
    border-radius: 20px;
    border: 2px solid;
    position: relative;
    transform: scale(var(--ggs, 1));
    width: 24px;
    height: 14px;
}

.gg-toggle-on::before {
    display: block;
    box-sizing: border-box;
    border-radius: 20px;
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: currentColor;
    top: 2px;
    left: 2px;
}

.gg-toggle-square-off {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 24px;
    height: 14px;
    border: 2px solid;
    border-radius: 2px;
}

.gg-toggle-square-off::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    background: currentColor;
    top: 2px;
    left: 12px;
    border-radius: 1px;
}

.gg-toggle-square {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 24px;
    height: 14px;
    border: 2px solid;
    border-radius: 2px;
}

.gg-toggle-square::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    background: currentColor;
    top: 2px;
    left: 2px;
    border-radius: 1px;
}

.gg-toolbar-bottom {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 18px;
    height: 12px;
    box-shadow: 0 0 0 2px, inset 0 -2px 0;
    border: 2px solid transparent;
    border-radius: 1px;
}

.gg-toolbar-left {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 18px;
    height: 12px;
    box-shadow: 0 0 0 2px, inset 2px 0 0;
    border: 2px solid transparent;
    border-radius: 1px;
}

.gg-toolbar-right {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 18px;
    height: 12px;
    box-shadow: 0 0 0 2px, inset -2px 0 0;
    border: 2px solid transparent;
    border-radius: 1px;
}

.gg-toolbar-top {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 18px;
    height: 12px;
    box-shadow: 0 0 0 2px, inset 0 2px 0;
    border: 2px solid transparent;
    border-radius: 1px;
}

.gg-toolbox {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 16px;
    border: 2px solid;
    border-radius: 2px;
}

.gg-toolbox::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-toolbox::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border: 2px solid;
    border-bottom: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    left: 4px;
    width: 10px;
    height: 4px;
    top: -5px;
}

.gg-toolbox::after {
    width: 18px;
    height: 2px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    box-shadow: 0 -2px 0, inset 4px 0 0, inset -4px 0 0;
    top: 4px;
}

.gg-touchpad {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    border: 2px solid;
    border-radius: 3px;
    width: 22px;
    height: 18px;
}

.gg-touchpad::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 2px;
    height: 6px;
    bottom: -2px;
    left: 8px;
    background: currentColor;
}

.gg-touchpad::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 20px;
    height: 2px;
    left: -2px;
    bottom: 3px;
    background: currentColor;
}

.gg-track {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 10px;
    height: 10px;
    border: 2px solid transparent;
    box-shadow: 0 0 0 2px, inset 0 0 0 10px;
    border-radius: 100px;
}

.gg-track::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
}

.gg-track::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    border-left: 4px solid;
    border-right: 4px solid;
    width: 18px;
    height: 2px;
    left: -6px;
    top: 2px;
}

.gg-track::after {
    width: 2px;
    height: 18px;
    border-top: 4px solid;
    border-bottom: 4px solid;
    left: 2px;
    top: -6px;
}

.gg-transcript {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    border: 2px solid;
    border-radius: 3px;
    width: 22px;
    height: 18px;
}

.gg-transcript::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    height: 2px;
    border-radius: 3px;
    background: currentColor;
    bottom: 2px;
}

.gg-transcript::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    height: 2px;
    border-radius: 3px;
    background: currentColor;
    bottom: 2px;
    width: 10px;
    left: 2px;
    box-shadow: 4px -4px 0;
}

.gg-transcript::after {
    width: 3px;
    right: 2px;
    box-shadow: -11px -4px 0;
}

.gg-trash-empty {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 10px;
    height: 12px;
    border: 2px solid transparent;
    box-shadow: 0 0 0 2px;
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
    margin-top: 4px;
}

.gg-trash-empty::after,
.gg-trash-empty::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-trash-empty::after {
    background: currentColor;
    border-radius: 3px;
    width: 16px;
    height: 2px;
    top: -4px;
    left: -5px;
}

.gg-trash-empty::before {
    width: 10px;
    height: 4px;
    border: 2px solid;
    border-bottom: transparent;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    top: -7px;
    left: -2px;
}

.gg-trash {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 10px;
    height: 12px;
    border: 2px solid transparent;
    box-shadow: 0 0 0 2px, inset -2px 0 0, inset 2px 0 0;
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
    margin-top: 4px;
}

.gg-trash::after,
.gg-trash::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-trash::after {
    background: currentColor;
    border-radius: 3px;
    width: 16px;
    height: 2px;
    top: -4px;
    left: -5px;
}

.gg-trash::before {
    width: 10px;
    height: 4px;
    border: 2px solid;
    border-bottom: transparent;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    top: -7px;
    left: -2px;
}

.gg-tree {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 10px;
    height: 20px;
}

.gg-tree::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 8px;
}

.gg-tree::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 8px;
    width: 10px;
    height: 16px;
    border: 2px solid;
}

.gg-tree::after {
    width: 2px;
    height: 12px;
    background: currentColor;
    left: 4px;
    bottom: 0;
}

.gg-trees {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 16px;
    height: 20px;
    border-left: 4px solid transparent;
    border-right: 3px solid transparent;
    border-top: 10px solid transparent;
    box-shadow: inset 2px 0 0, inset -2px 0 0;
}

.gg-trees::after,
.gg-trees::before {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    width: 10px;
    height: 16px;
    border: 2px solid;
    border-radius: 8px;
    left: -4px;
    top: -10px;
}

.gg-trees::after {
    width: 8px;
    height: 12px;
    top: -6px;
    left: 4px;
}

.gg-trello {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 20px;
    height: 20px;
    border: 2px solid;
    border-radius: 2px;
}

.gg-trello::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 5px;
    background: currentColor;
    border-radius: 1px;
    top: 2px;
}

.gg-trello::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 5px;
    background: currentColor;
    border-radius: 1px;
    top: 2px;
    left: 2px;
    height: 12px;
}

.gg-trello::after {
    height: 8px;
    right: 2px;
}

.gg-trending-down {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: rotate(45deg) scale(var(--ggs, 1));
    width: 10px;
    height: 8px;
    border-bottom: 2px solid;
    border-right: 2px solid;
}

.gg-trending-down::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-trending-down::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    background: currentColor;
    left: 8px;
    width: 10px;
    height: 2px;
    top: 0;
}

.gg-trending-down::after {
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid;
    top: -3px;
    right: -14px;
}

.gg-trending {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: rotate(-45deg) scale(var(--ggs, 1));
    width: 10px;
    height: 8px;
    border-top: 2px solid;
    border-right: 2px solid;
}

.gg-trending::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-trending::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    background: currentColor;
    left: 8px;
    width: 10px;
    height: 2px;
    bottom: 0;
}

.gg-trending::after {
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid;
    bottom: -3px;
    right: -14px;
}

.gg-trophy {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 10px;
    height: 12px;
    border: 2px solid;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
}

.gg-trophy::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-trophy::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    box-shadow: inset 0 0 0 2px, 0 2px 0 0;
    bottom: -4px;
    width: 6px;
    height: 4px;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    left: 0;
}

.gg-trophy::after {
    width: 16px;
    height: 6px;
    border-left: 2px solid;
    border-right: 2px solid;
    left: -5px;
    top: 0;
}

.gg-tv {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 16px;
    height: 11px;
    border: 2px solid;
    border-radius: 2px;
}

.gg-tv::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-tv::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-left: 2px solid;
    border-bottom: 2px solid;
    border-bottom-left-radius: 2px;
    top: -6px;
    left: 3px;
    transform: rotate(-45deg);
    width: 6px;
    height: 5px;
}

.gg-tv::after {
    width: 8px;
    height: 1px;
    background: currentColor;
    border-radius: 10px;
    bottom: -4px;
    right: 2px;
}

.gg-twilio {
    display: block;
    position: relative;
    box-sizing: border-box;
    transform: scale(var(--ggs, 1));
    width: 24px;
    height: 24px;
    border-radius: 22px;
    box-shadow: inset 0 0 0 3px;
}

.gg-twilio::after {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    background: currentColor;
    border-radius: 6px;
    width: 4px;
    height: 4px;
    top: 7px;
    box-shadow: 0 6px 0;
}

.gg-twilio::before {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    background: currentColor;
    border-radius: 6px;
    width: 4px;
    height: 4px;
    top: 7px;
    box-shadow: 0 6px 0;
    left: 7px;
}

.gg-twilio::after {
    right: 7px;
}

.gg-twitter {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 20px;
    height: 20px;
}

.gg-twitter::after {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    left: 4px;
}

.gg-twitter::before {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    left: 4px;
    width: 9px;
    height: 14px;
    border-left: 4px solid;
    border-bottom: 4px solid;
    border-bottom-left-radius: 6px;
    background: linear-gradient(to left, currentColor 12px, transparent 0)
        no-repeat center 2px/10px 4px;
    top: 4px;
}

.gg-twitter::after {
    width: 4px;
    height: 4px;
    background: currentColor;
    border-radius: 20px;
    top: 2px;
    box-shadow: 7px 4px 0, 7px 12px 0;
}

.gg-ui-kit {
    display: block;
    box-sizing: border-box;
    position: relative;
    transform: scale(var(--ggs, 1));
    width: 10px;
    height: 16px;
    border-radius: 3px;
    border: 2px solid;
}

.gg-ui-kit::after,
.gg-ui-kit::before {
    display: block;
    box-sizing: border-box;
}

.gg-ui-kit::after {
    content: "";
    position: absolute;
    border: 2px solid;
    width: 6px;
    height: 12px;
}

.gg-ui-kit::before {
    content: "";
    position: absolute;
    border: 2px solid;
    width: 6px;
    height: 12px;
    border-right: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    transform: perspective(10px) rotateY(30deg);
    left: -8px;
}

.gg-ui-kit::after {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    transform: perspective(10px) rotateY(-30deg);
    border-left: 0;
    right: -8px;
}

.gg-umbrella {
    display: block;
    box-sizing: border-box;
    transform: scale(var(--ggs, 1));
    position: relative;
    width: 22px;
    height: 22px;
    background: linear-gradient(to bottom, currentColor 20px, transparent 0)
        no-repeat center 10px/2px 8px;
}

.gg-umbrella::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border: 2px solid;
}

.gg-umbrella::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border: 2px solid;
    width: 16px;
    height: 10px;
    left: 3px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.gg-umbrella::after {
    width: 6px;
    height: 5px;
    border-top: 0;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    bottom: 0;
    left: 6px;
}

.gg-unavailable {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: rotate(-45deg) scale(var(--ggs, 1));
    width: 18px;
    height: 18px;
    border: 2px solid;
    border-radius: 100px;
}

.gg-unavailable::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    width: 2px;
    height: 18px;
    background: currentColor;
    top: -2px;
    left: 6px;
}

.gg-unblock {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: rotate(45deg) scale(var(--ggs, 1));
    width: 18px;
    height: 18px;
    border: 2px solid;
    border-radius: 100%;
}

.gg-unblock::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 2px;
    height: 7px;
    background: currentColor;
    border-radius: 5px;
    left: 6px;
}

.gg-unblock::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 2px;
    height: 7px;
    background: currentColor;
    border-radius: 5px;
    left: 6px;
    top: -2px;
}

.gg-unblock::after {
    bottom: -2px;
}

.gg-undo {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 14px;
    height: 14px;
    border: 2px solid;
    border-left-color: transparent;
    border-radius: 100px;
}

.gg-undo::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 2px solid;
    border-left: 2px solid;
    top: -3px;
    left: -1px;
    transform: rotate(-68deg);
}

.gg-unfold {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border-bottom: 10px solid;
}

.gg-unsplash {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 16px;
    height: 15px;
}

.gg-unsplash::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-unsplash::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 16px;
    height: 9px;
    border: 5px solid;
    border-top: 0;
    bottom: 0;
}

.gg-unsplash::after {
    width: 6px;
    height: 4px;
    background: currentColor;
    top: 0;
    left: 5px;
}

.gg-usb-c {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 16px;
    height: 6px;
    border: 2px solid transparent;
    border-radius: 100px;
    box-shadow: 0 0 0 2px, inset 0 0 0 10px;
}

.gg-usb {
    display: block;
    box-sizing: border-box;
    position: relative;
    width: 14px;
    height: 14px;
    border: 2px solid;
    transform: scale(var(--ggs, 1));
    margin-bottom: -6px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.gg-usb::before {
    display: block;
    box-sizing: border-box;
    content: "";
    position: absolute;
    width: 6px;
    height: 5px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
    border-bottom: 2px solid transparent;
    box-shadow: 0 0 0 2px, inset 5px 4px 0 -4px, inset -5px 4px 0 -4px;
    top: -7px;
    left: 2px;
}

.gg-user-add {
    display: block;
    transform: scale(var(--ggs, 1));
    box-sizing: border-box;
    width: 20px;
    height: 18px;
    background: linear-gradient(to left, currentColor 8px, transparent 0)
            no-repeat 14px 6px/6px 2px,
        linear-gradient(to left, currentColor 8px, transparent 0) no-repeat 16px
            4px/2px 6px;
}

.gg-user-add::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border: 2px solid;
}

.gg-user-add::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border: 2px solid;
    width: 8px;
    height: 8px;
    border-radius: 30px;
    top: 0;
    left: 2px;
}

.gg-user-add::after {
    width: 12px;
    height: 9px;
    border-bottom: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    top: 9px;
}

.gg-user-list {
    display: block;
    transform: scale(var(--ggs, 1));
    box-sizing: border-box;
    width: 20px;
    height: 18px;
    background: linear-gradient(to left, currentColor 8px, transparent 0)
            no-repeat 14px 4px/6px 2px,
        linear-gradient(to left, currentColor 8px, transparent 0) no-repeat 14px
            8px/6px 2px,
        linear-gradient(to left, currentColor 8px, transparent 0) no-repeat 14px
            12px/6px 2px;
}

.gg-user-list::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border: 2px solid;
}

.gg-user-list::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border: 2px solid;
    width: 8px;
    height: 8px;
    border-radius: 30px;
    top: 0;
    left: 2px;
}

.gg-user-list::after {
    width: 12px;
    height: 9px;
    border-bottom: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    top: 9px;
}

.gg-user-remove {
    display: block;
    transform: scale(var(--ggs, 1));
    box-sizing: border-box;
    width: 20px;
    height: 18px;
    background: linear-gradient(to left, currentColor 8px, transparent 0)
        no-repeat 14px 6px/6px 2px;
}

.gg-user-remove::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border: 2px solid;
}

.gg-user-remove::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border: 2px solid;
    width: 8px;
    height: 8px;
    border-radius: 30px;
    top: 0;
    left: 2px;
}

.gg-user-remove::after {
    width: 12px;
    height: 9px;
    border-bottom: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    top: 9px;
}

.gg-user {
    display: block;
    transform: scale(var(--ggs, 1));
    box-sizing: border-box;
    width: 12px;
    height: 18px;
}

.gg-user::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border: 2px solid;
}

.gg-user::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border: 2px solid;
    width: 8px;
    height: 8px;
    border-radius: 30px;
    top: 0;
    left: 2px;
}

.gg-user::after {
    width: 12px;
    height: 9px;
    border-bottom: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    top: 9px;
}

.gg-userlane {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 16px;
    height: 8px;
    border-radius: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 4px solid;
    border-top-color: transparent;
}

.gg-userlane::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    background: currentColor;
    top: -12px;
}

.gg-userlane::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    background: currentColor;
    top: -12px;
    border-radius: 20px;
    left: -4px;
}

.gg-userlane::after {
    right: -4px;
}

.gg-view-cols {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    border: 2px solid;
    border-radius: 3px;
    width: 20px;
    height: 14px;
}

.gg-view-cols::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 2px;
    height: 12px;
    top: -2px;
    left: 4px;
    background: currentColor;
    box-shadow: 6px 0 0;
}

.gg-view-comfortable {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    border: 2px solid;
    border-radius: 3px;
    width: 20px;
    height: 14px;
}

.gg-view-comfortable::after,
.gg-view-comfortable::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    background: currentColor;
}

.gg-view-comfortable::after {
    width: 2px;
    height: 8px;
    bottom: -2px;
    left: 4px;
}

.gg-view-comfortable::before {
    width: 20px;
    height: 2px;
    left: -2px;
    top: 4px;
}

.gg-view-day {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    border: 2px solid;
    border-radius: 3px;
    width: 20px;
    height: 14px;
}

.gg-view-day::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 2px;
    height: 12px;
    top: -2px;
    left: 7px;
    background: currentColor;
}

.gg-view-day::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 2px;
    height: 12px;
    top: -2px;
    left: 7px;
    background: currentColor;
    width: 20px;
    height: 2px;
    left: -2px;
    top: 4px;
}

.gg-view-grid {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    border: 2px solid;
    border-radius: 3px;
    width: 20px;
    height: 14px;
}

.gg-view-grid::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 2px;
    height: 14px;
    top: -2px;
    left: 4px;
    background: currentColor;
    box-shadow: 6px 0 0;
}

.gg-view-grid::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 2px;
    height: 14px;
    top: -2px;
    left: 4px;
    background: currentColor;
    box-shadow: 6px 0 0;
    width: 20px;
    height: 2px;
    left: -2px;
    top: 2px;
    box-shadow: 0 4px 0;
}

.gg-view-list {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    border: 2px solid;
    border-radius: 3px;
    width: 20px;
    height: 14px;
}

.gg-view-list::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 2px;
    height: 14px;
    top: -2px;
    left: 3px;
    background: currentColor;
}

.gg-view-list::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 2px;
    height: 14px;
    top: -2px;
    left: 3px;
    background: currentColor;
    width: 20px;
    height: 2px;
    left: -2px;
    top: 2px;
    box-shadow: 0 4px 0;
}

.gg-view-month {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    border: 2px solid;
    border-radius: 3px;
    width: 20px;
    height: 14px;
}

.gg-view-month::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 2px;
    height: 14px;
    top: -2px;
    left: 3px;
    background: currentColor;
    box-shadow: 4px 0 0, 8px 0 0;
}

.gg-view-month::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 2px;
    height: 14px;
    top: -2px;
    left: 3px;
    background: currentColor;
    box-shadow: 4px 0 0, 8px 0 0;
    width: 20px;
    height: 2px;
    left: -2px;
    top: 2px;
    box-shadow: 0 4px 0;
}

.gg-view-split {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    border: 2px solid;
    border-radius: 3px;
    width: 20px;
    height: 14px;
}

.gg-view-split::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 2px;
    height: 12px;
    top: -2px;
    left: 7px;
    background: currentColor;
}

.gg-vinyl {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 8px;
    height: 8px;
    border: 3px solid transparent;
    box-shadow: 0 0 0 6px, inset 0 0 0 2px;
    border-radius: 22px;
}

.gg-voicemail-o {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    background: linear-gradient(to left, currentColor 10px, transparent 0)
        no-repeat 5px 10px/8px 2px;
    border-radius: 30px;
    border: 2px solid;
}

.gg-voicemail-o::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-radius: 10px;
    top: 6px;
}

.gg-voicemail-o::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-radius: 10px;
    top: 6px;
    left: 2px;
}

.gg-voicemail-o::after {
    right: 2px;
}

.gg-voicemail-r {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 21px;
    height: 14px;
    background: linear-gradient(to left, currentColor 10px, transparent 0)
        no-repeat 5px 6px/7px 2px;
    border-radius: 3px;
    border: 2px solid;
}

.gg-voicemail-r::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-radius: 10px;
    top: 2px;
}

.gg-voicemail-r::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-radius: 10px;
    top: 2px;
    left: 2px;
}

.gg-voicemail-r::after {
    right: 2px;
}

.gg-voicemail {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 12px;
    height: 10px;
    border-bottom: 2px solid;
}

.gg-voicemail::after,
.gg-voicemail::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 10px;
    border: 2px solid;
    border-radius: 10px;
    top: 0;
    left: -5px;
}

.gg-voicemail::after {
    left: 7px;
}

.gg-volume {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 8px;
    height: 8px;
    border: 2px solid;
    border-right: 0;
    perspective: 12px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.gg-volume::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}

.gg-volume::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    left: 2px;
    transform: rotateY(-90deg);
    width: 10px;
    height: 10px;
    border: 2px solid;
    border-left: 0;
    top: -3px;
}

.gg-volume::after {
    width: 8px;
    height: 16px;
    border: 6px double;
    border-left: 0;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    right: -14px;
    top: -6px;
}

.gg-webcam {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 8px;
    height: 8px;
    border: 2px solid transparent;
    box-shadow: 0 0 0 2px, inset 0 0 0 2px;
    border-radius: 100px;
    margin-top: -4px;
}

.gg-webcam::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 4px;
    border-right: 4px solid transparent;
    box-shadow: 0 2px 0, inset -2px 0 0;
    bottom: -6px;
    left: -3px;
}

.gg-website {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 18px;
    border: 2px solid;
    border-radius: 3px;
    box-shadow: 0 -1px 0;
}

.gg-website::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    top: 2px;
}

.gg-website::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    top: 2px;
    background: currentColor;
    left: 2px;
    box-shadow: 0 4px 0, 0 8px 0;
    border-radius: 3px;
    height: 2px;
}

.gg-website::after {
    height: 10px;
    border: 2px solid;
    right: 2px;
    border-radius: 1px;
}

.gg-windows {
    transform: scale(var(--ggs, 1));
    display: block;
    position: relative;
    box-sizing: border-box;
    width: 17px;
    height: 15px;
}

.gg-windows::before {
    display: block;
    position: relative;
    box-sizing: border-box;
    width: 17px;
    height: 15px;
    content: "";
    position: absolute;
    width: 7px;
    height: 6px;
    background: currentColor;
    box-shadow: 8px 0 0, 8px 7px 0, 0 7px 0;
    transform: perspective(30px) rotateY(-30deg);
}

.gg-work-alt {
    display: block;
    box-sizing: border-box;
    box-shadow: 0 0 0 2px;
    position: relative;
    transform: scale(var(--ggs, 1));
    width: 14px;
    height: 10px;
    border-radius: 1px;
}

.gg-work-alt::after {
    display: block;
    box-sizing: border-box;
    box-shadow: 0 0 0 2px;
    content: "";
    position: absolute;
    width: 6px;
    height: 1px;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    left: 4px;
    top: -3px;
}

.gg-yinyang {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: rotate(95deg) scale(var(--ggs, 1));
    width: 20px;
    height: 20px;
    border: 2px solid;
    border-radius: 22px;
}

.gg-yinyang::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    top: 4px;
}

.gg-yinyang::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    top: 4px;
    border: 2px solid;
    left: 0;
}

.gg-yinyang::after {
    border: 2px solid transparent;
    right: 0;
    box-shadow: inset 0 0 0 4px, 0 -3px 0 1px, -2px -4px 0 1px, -8px -5px 0 -1px,
        -11px -3px 0 -2px, -12px -1px 0 -3px, -6px -6px 0 -1px;
}

.gg-youtube {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 16px;
    height: 10px;
    box-shadow: 0 0 0 2px;
    border-radius: 15px 15px 15px 15px/45px 45px 45px 45px;
}

.gg-youtube::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    left: 7px;
    top: 2px;
    border-left: 4px solid currentColor;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
}

.gg-zeit {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 0px;
    height: 0px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 18px solid currentColor;
}

.gg-zoom-in {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 16px;
    height: 16px;
    border: 2px solid;
    border-radius: 100%;
    background: linear-gradient(to bottom, currentColor 5px, transparent 0)
        no-repeat 2px 5px/8px 2px;
    margin-top: -4px;
}

.gg-zoom-in::after,
.gg-zoom-in::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 2px;
    height: 8px;
    background: currentColor;
}

.gg-zoom-in::after {
    transform: rotate(-45deg);
    border-radius: 3px;
    top: 10px;
    left: 12px;
}

.gg-zoom-in::before {
    top: 2px;
    left: 5px;
}

.gg-zoom-out {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 16px;
    height: 16px;
    border: 2px solid;
    border-radius: 100%;
    margin-top: -4px;
}

.gg-zoom-out::after,
.gg-zoom-out::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    background: currentColor;
}

.gg-zoom-out::after {
    transform: rotate(-45deg);
    border-radius: 3px;
    width: 2px;
    height: 8px;
    top: 10px;
    left: 12px;
}

.gg-zoom-out::before {
    width: 8px;
    height: 2px;
    top: 5px;
    left: 2px;
}

@font-face {
    font-family: Signika;
    src: url(Signika-Regular.ttf);
}

@font-face {
    font-family: Signika-bold;
    src: url(Signika-Bold.ttf);
}

@font-face {
    font-family: Signika-SemiBold;
    src: url(Signika-SemiBold.ttf);
}

@font-face {
    font-family: Signika-Light;
    src: url(Signika-Light.ttf);
}

* {
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-decoration: none;
}

*:focus {
    outline: none;
}

.off,
.off:hover {
    filter: grayscale(100%);
    pointer-events: none;
}

html {
    overflow-x: hidden;
    overflow-y: auto;
    background: #fdfdfd;
}

html.popup-opened {
    position: relative;
    height: 100% !important;
    overflow: hidden;
    touch-action: none;
    -ms-touch-action: none;
}

body {
    font-family: Signika;
    line-height: var(--fontheight-primary);
    font-size: var(--fontsize-primary);
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    margin: 0;
    padding: 0;
    background: none;
}

body.popup-opened {
    overflow: hidden;
}

.row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.row > .col-1 {
    padding: 0 10px;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
}

.row > .col-offset-1 {
    padding: 0 10px;
    margin-left: 8.3333333333%;
    max-width: 8.3333333333%;
}

.row > .col-2 {
    padding: 0 10px;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
}

.row > .col-offset-2 {
    padding: 0 10px;
    margin-left: 16.6666666667%;
    max-width: 16.6666666667%;
}

.row > .col-3 {
    padding: 0 10px;
    flex-basis: 25%;
    max-width: 25%;
}

.row > .col-offset-3 {
    padding: 0 10px;
    margin-left: 25%;
    max-width: 25%;
}

.row > .col-4 {
    padding: 0 10px;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
}

.row > .col-offset-4 {
    padding: 0 10px;
    margin-left: 33.3333333333%;
    max-width: 33.3333333333%;
}

.row > .col-5 {
    padding: 0 10px;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
}

.row > .col-offset-5 {
    padding: 0 10px;
    margin-left: 41.6666666667%;
    max-width: 41.6666666667%;
}

.row > .col-6 {
    padding: 0 10px;
    flex-basis: 50%;
    max-width: 50%;
}

.row > .col-offset-6 {
    padding: 0 10px;
    margin-left: 50%;
    max-width: 50%;
}

.row > .col-7 {
    padding: 0 10px;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
}

.row > .col-offset-7 {
    padding: 0 10px;
    margin-left: 58.3333333333%;
    max-width: 58.3333333333%;
}

.row > .col-8 {
    padding: 0 10px;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
}

.row > .col-offset-8 {
    padding: 0 10px;
    margin-left: 66.6666666667%;
    max-width: 66.6666666667%;
}

.row > .col-9 {
    padding: 0 10px;
    flex-basis: 75%;
    max-width: 75%;
}

.row > .col-offset-9 {
    padding: 0 10px;
    margin-left: 75%;
    max-width: 75%;
}

.row > .col-10 {
    padding: 0 10px;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
}

.row > .col-offset-10 {
    padding: 0 10px;
    margin-left: 83.3333333333%;
    max-width: 83.3333333333%;
}

.row > .col-11 {
    padding: 0 10px;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
}

.row > .col-offset-11 {
    padding: 0 10px;
    margin-left: 91.6666666667%;
    max-width: 91.6666666667%;
}

.row > .col-12 {
    padding: 0 10px;
    flex-basis: 100%;
    max-width: 100%;
}

.row > .col-offset-12 {
    padding: 0 10px;
    margin-left: 100%;
    max-width: 100%;
}

@media (orientation: portrait) {
    .row > .col-1 {
        padding: 0;
    }

    .row > .col-offset-1 {
        padding: 0;
    }

    .row > .col-mobile-1 {
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .row > .col-mobile-offset-1 {
        margin-left: 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .row > .col-2 {
        padding: 0;
    }

    .row > .col-offset-2 {
        padding: 0;
    }

    .row > .col-mobile-2 {
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .row > .col-mobile-offset-2 {
        margin-left: 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .row > .col-3 {
        padding: 0;
    }

    .row > .col-offset-3 {
        padding: 0;
    }

    .row > .col-mobile-3 {
        flex-basis: 25%;
        max-width: 25%;
    }

    .row > .col-mobile-offset-3 {
        margin-left: 25%;
        max-width: 25%;
    }

    .row > .col-4 {
        padding: 0;
    }

    .row > .col-offset-4 {
        padding: 0;
    }

    .row > .col-mobile-4 {
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .row > .col-mobile-offset-4 {
        margin-left: 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .row > .col-5 {
        padding: 0;
    }

    .row > .col-offset-5 {
        padding: 0;
    }

    .row > .col-mobile-5 {
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .row > .col-mobile-offset-5 {
        margin-left: 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .row > .col-6 {
        padding: 0;
    }

    .row > .col-offset-6 {
        padding: 0;
    }

    .row > .col-mobile-6 {
        flex-basis: 50%;
        max-width: 50%;
    }

    .row > .col-mobile-offset-6 {
        margin-left: 50%;
        max-width: 50%;
    }

    .row > .col-7 {
        padding: 0;
    }

    .row > .col-offset-7 {
        padding: 0;
    }

    .row > .col-mobile-7 {
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .row > .col-mobile-offset-7 {
        margin-left: 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .row > .col-8 {
        padding: 0;
    }

    .row > .col-offset-8 {
        padding: 0;
    }

    .row > .col-mobile-8 {
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .row > .col-mobile-offset-8 {
        margin-left: 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .row > .col-9 {
        padding: 0;
    }

    .row > .col-offset-9 {
        padding: 0;
    }

    .row > .col-mobile-9 {
        flex-basis: 75%;
        max-width: 75%;
    }

    .row > .col-mobile-offset-9 {
        margin-left: 75%;
        max-width: 75%;
    }

    .row > .col-10 {
        padding: 0;
    }

    .row > .col-offset-10 {
        padding: 0;
    }

    .row > .col-mobile-10 {
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .row > .col-mobile-offset-10 {
        margin-left: 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .row > .col-11 {
        padding: 0;
    }

    .row > .col-offset-11 {
        padding: 0;
    }

    .row > .col-mobile-11 {
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .row > .col-mobile-offset-11 {
        margin-left: 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .row > .col-12 {
        padding: 0;
    }

    .row > .col-offset-12 {
        padding: 0;
    }

    .row > .col-mobile-12 {
        flex-basis: 100%;
        max-width: 100%;
    }

    .row > .col-mobile-offset-12 {
        margin-left: 100%;
        max-width: 100%;
    }
}

.wrapper {
    width: var(--width-desktop);
    transform-origin: top left;
    overflow-x: hidden;
    overflow-y: auto;
}

@media (orientation: portrait) {
    .wrapper {
        width: var(--width-mobile);
    }
}

.wrapper__content {
    overflow-x: hidden;
    overflow-y: hidden;
    width: var(--width-desktop);
}

.container {
    display: block;
    margin: 0 auto;
}

@media (orientation: portrait) {
    .container {
        width: var(--width-mobile-safe);
    }
}

hr.split {
    margin: 0;
    border: 0;
    background: transparent;
}

hr.split--low {
    height: 16px;
}

hr.split--medium {
    height: 24px;
}

hr.split--high {
    height: 32px;
}

hr.split--giant {
    height: 48px;
}

.section {
    position: relative;
    display: block;
    width: var(--width-desktop);
}

@media (max-width: 700px) {
    .section {
        width: var(--width-mobile);
    }
}

@media (orientation: portrait) {
    .section {
        width: var(--width-mobile);
    }
}

.section__background {
    display: block;
    width: 100%;
}

.section__background img,
.section__background video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section__background video {
    position: absolute;
    top: 0;
}

.section__content {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.section.autoHeight .section__background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.section.autoHeight .section__content {
    display: block;
    position: relative;
}

.section--fixedHeight > .section__background {
    position: static;
    display: block;
    width: 100%;
    height: 100%;
}

.section--fixedHeight > .section__background img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 700px) {
    .section--fixedHeight > .section__background img {
        height: auto;
    }
}

@media (orientation: portrait) {
    .section--fixedHeight > .section__background img {
        height: auto;
    }
}

.section--fixedHeight > .section__content {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.section__overlay {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.8) 100%;
    /* fallback for old browsers */
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.8) 100%);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.desktop {
    display: block !important;
}

.desktop-inline {
    display: inline-block !important;
}

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

.desktop-grid {
    display: grid !important;
}

.mobile,
.mobile-inline,
.mobile-flex,
.mobile-grid {
    display: none !important;
}

@media (orientation: portrait) {
    .desktop,
    .desktop-inline,
    .desktop-flex,
    .desktop-grid {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }

    .mobile-inline {
        display: inline-block !important;
    }

    .mobile-flex {
        display: flex !important;
    }

    .mobile-grid {
        display: grid !important;
    }
}

.clearfix:after {
    content: "";
    clear: both;
    display: table;
}

.ml-auto {
    margin-left: auto;
}

.mr-auto {
    margin-right: auto;
}

.text-left {
    text-align: left;
    justify-content: flex-start !important;
}

.text-center {
    text-align: center !important;
    justify-content: center !important;
}

.text-right {
    text-align: right;
    justify-content: flex-end !important;
}

.flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-column {
    flex-direction: column;
}

.flex-start {
    justify-content: flex-start;
}

.flex-end {
    justify-content: flex-end;
}

.flex-middle {
    align-items: center;
}

.flex.column {
    flex-direction: column;
}

.flex.space-between {
    justify-content: space-between;
}

.flex.center {
    align-items: center;
}

.flex.wrap {
    flex-wrap: wrap;
}

@media (orientation: portrait) {
    .mobile-flex {
        display: flex;
    }

    .mobile-flex-wrap {
        flex-wrap: wrap;
    }

    .mobile-flex-column {
        flex-direction: column;
    }

    .mobile-flex-start {
        justify-content: flex-start;
    }

    .mobile-flex-end {
        justify-content: flex-end;
    }

    .mobile-flex-middle {
        align-items: center;
    }

    .mobile-flex.column {
        flex-direction: column;
    }

    .mobile-flex.space-between {
        justify-content: space-between;
    }

    .mobile-flex.center {
        align-items: center;
    }

    .mobile-flex.wrap {
        flex-wrap: wrap;
    }
}

.floating {
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.floating * {
    pointer-events: all;
}

.scrollwatch-pin {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1px;
    height: 1px;
    background: transparent;
    pointer-events: none;
}

@keyframes shine {
    100% {
        filter: brightness(120%);
    }
}

@keyframes shine_scale {
    100% {
        filter: brightness(90%);
        transform: scale(1.1);
        transform-origin: center center;
    }
}

@keyframes shine_move {
    100% {
        filter: brightness(110%);
        transform: translateX(12px);
    }
}

.fancybox-active {
    height: 100% !important;
}

.popup {
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup__background,
.popup__background--unclosable {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100vh;
    transition: opacity 1s;
}

.popup__content {
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    transition: all 0.2s;
    transform: scale(0);
}

.popup__tool {
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
    padding: 5px;
    display: flex;
    opacity: 0;
    visibility: hidden;
}

.popup__close {
    pointer-events: all;
    background: #000;
    position: absolute;
    right: 0%;
    top: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 42px;
    height: 42px;
}

.popup.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.popup.active .popup__background,
.popup.active .popup__background--unclosable {
    opacity: 1;
    visibility: visible;
}

.popup.active .popup__content {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.popup.active .popup__tool {
    opacity: 1;
    visibility: visible;
}

.popup--open-image .popup__content .image img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.popup--open-video .popup__content {
    width: 80%;
    height: 60%;
}

.popup--open-video .popup__content .embed {
    width: 100%;
    height: 100%;
}

.popup--open-video .popup__content .embed iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.content-login {
    transform: translateY(0px) translateX(0px);
    transition: transform 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    position: fixed;
    right: initial;
    left: 20px;
    bottom: 5px;
}

.content-login.open {
    transform: translateY(0px) translateX(190px);
}

@media (orientation: portrait) {
    .content-login {
        right: 0;
        left: initial;
        bottom: 0;
        z-index: 90;
    }
}

.content-login .info-account {
    background-size: 100% 100%;
    background-image: url(bg-green.png);
    padding: 10px;
    width: 300px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

@media (orientation: portrait) {
    .content-login .info-account {
        background-image: url(bg-green-mb.png);
        width: 191px;
        height: 54px;
    }
}

@media (max-width: 500px) {
    .content-login .info-account {
        transform: scale(0.6);
        transform-origin: top left;
    }
}

.content-login .info-account .d-flex {
    display: flex;
    justify-content: center;
    gap: 10px;
}

@media (orientation: portrait) {
    .content-login .info-account .d-flex .info {
        display: none;
    }
}

.content-login .info-account .d-flex a {
    color: #fcdd86;
    text-decoration: underline;
}

@media (orientation: portrait) {
    .content-login .info-account .d-flex a {
        font-size: 20px;
    }
}

.pos-btn {
    transform: translateY(0px) translateX(0px);
    transition: transform 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    position: fixed;
    right: initial;
    right: 200px;
    /* left: 24px; */
    bottom: 10px;
}

@media (max-width: 500px) {
    .pos-btn {
        right: 125px;
        bottom: -9px;
        z-index: 99;
    }
}

.pos-btn.open {
    transform: translateY(0px) translateX(120px);
}

@media (min-width: 375px) and (max-width: 500px) {
    .pos-btn.open {
        transform: translateY(0px) translateX(120px);
    }
}

.pos-btn.open .close-login {
    background-image: url(btn-open.png);
}

@media (min-width: 375px) and (max-width: 500px) {
    .pos-btn.open .close-login {
        transform: scale(0.6);
        transform-origin: top right;
    }
}

.pos-btn .close-login {
    width: 71px;
    height: 65px;
    background-image: url(btn-close.png);
}

@media (orientation: landscape) {
    .pos-btn .close-login {
        display: none;
    }
}

@media (max-width: 500px) {
    .pos-btn .close-login {
        transform: scale(0.7);
        transform-origin: top right;
        right: 120px;
    }
}

:root {
    --color-primary: #4582c0;
    --color-success: #43a047;
    --color-info: #7bb8f6;
    --color-warning: #f6bb7b;
    --color-danger: #e85060;
    --color-black: #000;
    --color-mine-shaft: #222;
    --color-white: #fff;
    --color-free-speech-blue: #414ebb;
    --color-pelorous: #2686bc;
    --color-alto: #d0d0d0;
    --color-concrete: #f2f2f2;
    --color-porcelain: #f5f6f7;
    --color-athens-gray: #edeef1;
}

@keyframes skeleton {
    0% {
        opacity: 0.25;
    }

    to {
        opacity: 1;
    }
}

@keyframes ldio-3emjh5d99dt {
    0% {
        transform: translate(6px, 40px) scale(0);
    }

    25% {
        transform: translate(6px, 40px) scale(0);
    }

    50% {
        transform: translate(6px, 40px) scale(1);
    }

    75% {
        transform: translate(40px, 40px) scale(1);
    }

    to {
        transform: translate(74px, 40px) scale(1);
    }
}

@keyframes ldio-3emjh5d99dt-r {
    0% {
        transform: translate(74px, 40px) scale(1);
    }

    to {
        transform: translate(74px, 40px) scale(0);
    }
}

.cs-live-chat {
    scrollbar-width: thin;
    scrollbar-color: var(--color-alto) var(--color-concrete);
}

.cs-live-chat::-webkit-scrollbar {
    width: 1rem;
}

.cs-live-chat::-webkit-scrollbar-track {
    background: var(--color-concrete);
    background-clip: padding-box;
    border: 0.25rem solid transparent;
    border-radius: 0.5rem;
}

.cs-live-chat::-webkit-scrollbar-thumb {
    background: var(--color-alto);
    background-clip: padding-box;
    border: 0.25rem solid transparent;
    border-radius: 0.5rem;
}

.cs-live-chat__user-panel-action-button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    padding: 0.2em 1em;
    margin: 0.1em;
    font-size: 0.9em;
    line-height: 1.5;
    outline: none;
}

.cs-live-chat__user-panel-action-button:hover {
    filter: brightness(95%);
}

.cs-live-chat__user-panel-action-button:focus {
    outline: none;
}

.cs-live-chat__user-panel-action-button:active {
    filter: brightness(93%);
}

.cs-live-chat__user-panel-action-button--logout {
    background-color: var(--color-white);
    border-color: var(--color-primary);
    color: var(--color-primary);
}

.cs-live-chat__user-panel-action-button--login {
    background-size: 100% 100%;
    background-image: url(tab-event-lg.png);
    background-color: transparent;
    border: 0;
    color: #fff;
    font-family: Signika;
}

@media (orientation: portrait) {
    .cs-live-chat__user-panel-action-button--login {
        transform: scale(1.5);
    }
}

.cs-live-chat__user-panel-action-button {
    border-radius: 2em;
}

.cs-live-chat__user-panel-action-button.disabled,
.cs-live-chat__user-panel-action-button:disabled {
    filter: opacity(0.6) !important;
    cursor: default;
}

.cs-live-chat__user-panel-action-button.disabled:active,
.cs-live-chat__user-panel-action-button:active:disabled {
    pointer-events: none;
}

.AIHelpSupportBox:not(.demo) {
    order: 1;
    flex-grow: 1;
    width: 100%;
    height: 28em;
    min-height: 15em;
    max-height: 80vh;
    z-index: 1;
}

.AIHelpSupportBox:not(.demo) .close {
    display: none;
}

.loadingio-spinner-ellipsis-co6qfbyr7kq {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    display: inline-block;
    overflow: hidden;
    transform: translate(-50%, -50%) scale(0.5);
    z-index: 101;
}

.ldio-3emjh5d99dt {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(0.5);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-origin: 0 0;
}

.ldio-3emjh5d99dt div {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transform: translate(40px, 40px) scale(1);
    background: var(--color-white);
    animation: ldio-3emjh5d99dt 2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
    box-sizing: content-box;
}

.ldio-3emjh5d99dt div:first-child {
    background: var(--color-white);
    transform: translate(74px, 40px) scale(1);
    animation: ldio-3emjh5d99dt-r 0.5s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.ldio-3emjh5d99dt div:nth-child(2) {
    animation-delay: -0.5s;
    background: var(--color-white);
}

.ldio-3emjh5d99dt div:nth-child(3) {
    animation-delay: -1s;
    background: var(--color-white);
}

.ldio-3emjh5d99dt div:nth-child(4) {
    animation-delay: -1.5s;
    background: var(--color-white);
}

.ldio-3emjh5d99dt div:nth-child(5) {
    animation-delay: -2s;
    background: var(--color-white);
}

.cs-live-chat-container {
    position: fixed;
    right: initial;
    left: 11.4px;
    bottom: 46.5px;
    border-radius: 8px;
    font-size: 1rem;
    font-family: Roboto, Helvetica Neue, Arial, sans-serif;
    z-index: 2500;
}

@media (orientation: portrait) {
    .cs-live-chat-container {
        left: initial;
        right: 13px;
        bottom: 108px;
    }
}

@media (max-width: 500px) {
    .cs-live-chat-container {
        right: -88px;
    }
}

.cs-live-chat-container {
    transform: translateY(0px) translateX(0px);
    transition: transform 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.cs-live-chat-container.open {
    transform: translateY(0px) translateX(310px);
}

.cs-live-chat {
    display: flex;
    flex-direction: column;
    width: 18.7em;
    max-width: calc(100vw - 0em);
    max-height: calc(100vh - 0em);
    position: relative;
}

.cs-live-chat.loading:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--color-mine-shaft);
    opacity: 0.5;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 100;
}

.cs-live-chat__close-button {
    display: none;
}

.cs-live-chat__close-button--live-chat-header {
    display: block;
    padding: 0;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 7px;
    right: 7px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 2;
}

.cs-live-chat__close-button--live-chat-header:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    background: var(--color-white);
    transform: rotate(45deg);
    top: 14px;
    left: 6px;
}

.cs-live-chat__close-button--live-chat-header:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background: var(--color-white);
    transform: rotate(-45deg);
    top: 14px;
    left: 6px;
}

.cs-live-chat__user-panel-container {
    order: 2;
    padding: 0.75em 1em;
    background-image: url(chibi.png);
    width: 309px;
    height: 196px;
    font-size: 0.9em;
    line-height: 1.4;
    display: flex;
    align-items: end;
    justify-content: center;
    padding-left: 22px;
}

.image_border {
    background-image: url(zalo-bg.png);
    background-size: 100% 100%;
    padding: 10px; /* Khoảng cách giữa viền và ảnh */
    display: inline-block; /* Để div bao quanh ảnh vừa đủ */
}

.image_border img {
    display: block; /* Loại bỏ khoảng trắng bên dưới ảnh */
    max-width: 100%; /* Đảm bảo ảnh không tràn ra khỏi khung */
    height: auto;
}

@media (orientation: portrait) {
    .cs-live-chat__user-panel-container {
        background-image: url(chibi-mb.png);
        width: 322px;
        height: 187px;
        padding-top: 135px;
        justify-content: initial;
        align-items: initial;
        padding-left: 163px;
    }

    .cs-live-chat {
        height: 112px;
    }

    .content-login {
        width: 114px;
    }

    .cs-live-chat-container {
        height: 108px;
        width: 166px;
    }

    .cs-live-chat-container.home-cs-live {
        height: 395px;
        width: 315px;
    }
    #zaloIcon {
        float: right;
        margin-right: 91px;
    }
}

@media (max-width: 500px) {
    .cs-live-chat__user-panel-container {
        transform: scale(0.6);
        transform-origin: top left;
    }
}

.cs-live-chat__user-panel-action {
    display: flex;
    align-items: center;
}

.cs-live-chat__user-panel-action-label {
    margin: 0 1em 0 0;
    color: #02524a;
    font-family: Signika;
    font-size: 17px;
}

@media (orientation: portrait) {
    .cs-live-chat__user-panel-action-label {
        display: none;
    }
}

.cs-live-chat__user-panel-action-label-username {
    font-weight: 700;
}

.cs-live-chat__user-panel-action-button {
    flex-shrink: 0;
    margin-left: auto;
    max-width: 100%;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.cs-live-chat__user-panel-action-button-icon {
    flex-shrink: 0;
    margin-left: auto;
    background-color: transparent;
    border-color: transparent;
    cursor: pointer;
}

.cs-live-chat__user-panel-action-button-icon:focus {
    outline: none;
}

.cs-live-chat__user-panel-action-button-icon svg {
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: middle;
}

.cs-live-chat__user-panel-action-button-icon.disabled {
    cursor: default;
}

.cs-live-chat__user-panel-action-button-icon.disabled:active {
    pointer-events: none;
}

.cs-live-chat__user-panel-action-button-icon.disabled svg path {
    fill: red;
}

.cs-live-chat__user-panel-action-button-icon--logout svg path {
    fill: #aaa;
}

.cs-live-chat__user-panel-action-button-icon--logout:hover svg path {
    fill: #e85060;
}
