@charset "UTF-8";
body {
    font: 12px/1.5 Roboto, Arial, sans-serif;
    font-weight: 400;
    margin: 0;
    background: #fff;
    color: rgba(0, 0, 0, 0.75);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
input,
select,
textarea {
    font-size: 1em;
    color: #555;
    font-family: var(--SiteFF);
}
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul {
    margin: 0;
}
h1,
h2,
h3 {
    font-family: var(--SiteFF);
    font-weight: 700;
}
menu,
ol,
ul {
    padding-left: 0;
}
li {
    list-style-type: none;
}
dd,
dl,
form,
menu {
    margin: 0;
}
a img {
    border: none;
}
a {
    color: var(--SiteTHM);
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local(""),
        url(../fonts/roboto-v20-400x-15fa3062f8.woff2) format("woff2"),
        url(../fonts/roboto-v20-400-d1e699ae37.woff) format("woff");
}
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local(""),
        url(../fonts/roboto-v20-500x-07db243db2.woff2) format("woff2"),
        url(../fonts/roboto-v20-500-77b9d5e7c7.woff) format("woff");
}
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local(""),
        url(../fonts/roboto-v20-700x-a59072f933.woff2) format("woff2"),
        url(../fonts/roboto-v20-700-3c488410fc.woff) format("woff");
}
@font-face {
    font-family: google sans;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local(""),
        /* url(../fonts/google-sans-v27-400x-2faba8d69b.woff2) format("woff2"), */
        url(../fonts/google-sans-v27-400-78f084cd32.woff) format("woff");
}
@font-face {
    font-family: google sans;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local(""),
        /* url(../fonts/google-sans-v27-500x-542c2734d0.woff2) format("woff2"), */
        url(../fonts/google-sans-v27-500-6108b8dfdd.woff) format("woff");
}
@font-face {
    font-family: google sans;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local(""),
        url(../fonts/google-sans-v27-700x-c67334bea4.woff2) format("woff2"),
        url(../fonts/google-sans-v27-700-c244983ca9.woff) format("woff");
}
:root {
    --CPT-THM-R: 255;
    --CPT-THM-G: 100;
    --CPT-THM-B: 0;
    --CPT-BDR: calc(var(--CPT-FS) * 1.5);
    --CPT-TST: var(--SiteTST);
    --SiteTHM: var(--CPT-THM);
    --SiteFF: "Google sans", "Roboto", "Arial", sans-serif;
    --SiteFF2: "Roboto", "Arial", sans-serif;
    --SiteTST: all ease 0.2s;
}
[class*="cpt-"]
    > input:not([type="checkbox"]):not([type="radio"]):not(
        [type="range"]
    ):first-child,
[class*="cpt-"] > textarea {
    padding-left: calc(var(--CPT-INPTPD) * 1.5);
    padding-right: calc(var(--CPT-INPTPD) * 1.5);
}
[class*="cpt-"] > select:first-child {
    padding-left: calc(var(--CPT-INPTPD) * 1.5);
}
.cpt-select:after {
    margin-right: 1em;
}
.cpt-checkbox > span:before {
    border-radius: 0.333334em;
}
body,
html {
    scroll-behavior: smooth;
}
@media only screen and (min-width: 1024px) {
    ::-webkit-scrollbar {
        height: 0.75em;
        width: 0.75em;
        overflow: visible;
    }
    ::-webkit-scrollbar-button {
        height: 0;
        width: 0;
    }
    ::-webkit-scrollbar-corner {
        background: 0 0;
    }
    ::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.25);
        background-clip: padding-box;
        border: 1px solid transparent;
        min-height: 2em;
    }
    ::-webkit-scrollbar-thumb:hover {
        background-color: rgba(0, 0, 0, 0.5);
    }
    ::-webkit-scrollbar-track {
        background-clip: padding-box;
        border: 0 solid transparent;
    }
}
body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 320px;
    min-height: calc(var(--VH) * 1px);
}
#content {
    flex: auto;
}
#content > .inner {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 2em;
    box-sizing: border-box;
}
@media only screen and (max-width: 800px) {
    body.overlay {
        overflow: hidden;
    }
}
#header {
    background-color: var(--headerbgc, #fff);
    color: var(--headercl, currentColor);
    position: -webkit-sticky;
    position: sticky;
    top: calc(var(--hdt) * -1);
    z-index: 9;
    --hdt: 8em;
}
#header > .inner {
    margin: 0 auto;
    max-width: 1200px;
    height: var(--hdt);
    padding: 0 2em;
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#header #logo a {
    display: block;
    width: 8.666667em;
    height: 2em;
    background: url(../images/seagm_logo_2020_text_black-22628aa159.svg)
        no-repeat 0 0/100%;
}
#header #logo a span {
    display: none;
}
#header #header_search {
    flex: 0 1 30em;
    margin-left: 2em;
}
@media only screen and (max-width: 1000px) {
    #header {
        --hdt: 6em;
    }
    #header > .inner {
        padding: 0 1.75em;
    }
}
@media only screen and (max-width: 800px) {
    #header > .inner {
        padding: 0 1.25em;
    }
    #header #logo a {
        width: 2.5em;
        height: 2.5em;
        background: url(../images/seagm_logo_2020_shield-a28166db3a.svg)
            no-repeat center/auto 100%;
    }
}
#navigation {
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.05) 0 1px 0, rgba(0, 0, 0, 0.05) 0 0.25em 0.25em;
}
#navigation > .inner {
    margin: auto;
    max-width: 1200px;
    height: 5em;
    padding: 1em 2em;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
#nav_zone_ctrl_hide,
#nav_zone_ctrl_show {
    display: none;
}
#nav_zone_wrp {
    margin-left: -1.5em;
}
#nav_zone {
    display: flex;
}
#nav_zone > li {
    position: relative;
}
#nav_zone > li > a {
    display: block;
    color: currentColor;
    text-decoration: none;
    position: relative;
    cursor: pointer;
}
#nav_zone > li > a:hover {
    color: var(--SiteTHM);
}
#nav_zone > li > a > span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3em;
    font-family: var(--SiteFF);
    font-weight: 700;
    padding: 0 1.5em;
    white-space: nowrap;
    text-transform: uppercase;
}
#nav_zone .dropmenu:hover,
#nav_zone > li > a:hover + .dropmenu {
    visibility: visible;
    opacity: 1;
}
#nav_zone .dropmenu {
    position: absolute;
    top: 100%;
    left: -1em;
    z-index: 1;
    min-width: calc(100% + 2em);
    visibility: hidden;
    opacity: 0;
    transition: 0.2s;
}
#nav_zone .dropmenu > ul {
    background: var(--headerbgc, #fff);
    margin-top: 1em;
    padding: 0.5em 0 1em;
    border: 1px rgba(0, 0, 0, 0.1) solid;
    border-top: none;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
    box-shadow: rgba(0, 0, 0, 0.05) 0 0.25em 0.25em;
}
#nav_zone .dropmenu > ul > li > a {
    display: block;
    color: currentColor;
    text-decoration: none;
}
#nav_zone .dropmenu > ul > li > a:hover {
    color: var(--SiteTHM);
}
#nav_zone .dropmenu > ul > li > a > span {
    display: block;
    white-space: nowrap;
    line-height: 2;
    padding: 0 2.5em;
}
@media only screen and (max-width: 1000px) {
    #navigation > .inner {
        padding: 1em;
    }
    #nav_zone_ctrl_show {
        display: block;
        margin: 0;
        color: currentColor;
        text-decoration: none;
    }
    #nav_zone_ctrl_show span {
        display: block;
        padding: 0.5em;
    }
    #nav_zone_ctrl_show span:before {
        content: attr(icon);
        display: block;
        font-size: 2em;
    }
    #nav_zone_wrp {
        margin: 0;
        width: 25em;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 99;
        background: #fff;
        box-shadow: rgba(0, 0, 0, 0.1) 1px 0 0,
            rgba(0, 0, 0, 0.05) 0 0.5em 0.5em;
        visibility: hidden;
        opacity: 0;
        transform: translateX(-2em);
        transition: 0.2s;
    }
    #nav_zone_wrp.activated {
        visibility: visible;
        opacity: 1;
        transform: none;
    }
    #nav_zone_wrp:before {
        content: "";
        display: block;
        height: 3em;
        padding: 1em;
        margin: 0 1.5em;
        background: url(../images/seagm_logo_2020_text_black-22628aa159.svg)
            no-repeat left center/auto 1.5em;
        box-shadow: rgba(0, 0, 0, 0.2) 0 1px 0;
        opacity: 0.5;
    }
    #nav_zone_ctrl_hide {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        margin: 1em;
        color: currentColor;
        text-decoration: none;
    }
    #nav_zone_ctrl_hide span {
        display: block;
        padding: 0.5em;
    }
    #nav_zone_ctrl_hide span:before {
        content: attr(icon);
        display: block;
        font-size: 2em;
    }
    #nav_zone {
        display: block;
        padding: 1em 0;
        max-height: calc(100vh - 7em);
        overflow: hidden;
        overflow-y: auto;
    }
    #nav_zone > li:first-of-type {
        display: block;
    }
    #nav_zone > li > a > span {
        justify-content: inherit;
        height: 3.5em;
        padding: 0 2em;
    }
    #nav_zone > li > a > span:before {
        content: attr(icon);
        font-size: 2em;
        display: block;
        margin-right: 0.666667em;
    }
    #nav_zone .dropmenu {
        display: none;
    }
}
#user_zone {
    display: flex;
    position: relative;
}
#user_zone > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3em;
    padding: 0 1em;
    color: currentColor;
    position: relative;
    text-decoration: none;
    cursor: pointer;
}
#user_zone > li > a:before {
    content: attr(icon);
    font-size: 2em;
    display: block;
}
#user_zone > li > a > span {
    display: block;
    margin: 0 0.5em;
    font-family: var(--SiteFF);
    font-weight: 700;
    white-space: nowrap;
}
#user_zone #user_bt_info {
    line-height: 1.5;
    background: rgba(0, 0, 0, 0.05);
    padding: 0.25em 0.75em 0.25em 0.25em;
    border-radius: 2em;
}
#user_zone #user_bt_info:before {
    display: inline-block;
    vertical-align: top;
    --h: 1.5em;
    margin-right: 0.5em;
}
#user_zone #headCart:after {
    content: attr(data-cart-counter);
    display: block;
    min-width: 1.5em;
    line-height: 2;
    padding: 0 0.5em;
    text-align: center;
    border-radius: 1em;
    background: rgba(0, 0, 0, 0.05);
    font-weight: 700;
    transform: scale(0.75);
    transform-origin: center right;
}
#user_zone #headCart[data-cart-counter=""],
#user_zone #headCart[data-cart-counter="0"] {
    display: none;
}
#user_zone #headCart span {
    display: none;
}
#u_menu_ctrl_hide {
    display: none;
}
#user_dropdown {
    position: absolute;
    z-index: 99;
    right: 0;
    top: calc(100% + 1em);
    min-width: 100%;
    background: var(--headerbgc, #fff);
    border: 1px rgba(0, 0, 0, 0.1) solid;
    border-top: none;
    border-radius: 0 0 1em 1em;
    box-shadow: rgba(0, 0, 0, 0.05) 0 0.25em 0.25em;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
}
#user_dropdown.activated {
    opacity: 1;
    visibility: visible;
}
#user_dropdown > .inner {
    display: flex;
}
#u_menu_wrp {
    width: 28em;
    margin: 1em 0;
    border-right: 1px rgba(0, 0, 0, 0.05) solid;
}
#u_menu_title {
    display: none;
}
#u_menu_wrp .btc {
    text-align: center;
    margin: 1em;
}
#u_menu {
    display: flex;
    flex-wrap: wrap;
    padding: 0 1em;
}
#u_menu li {
    flex: 1 1 8em;
}
#u_menu a {
    display: block;
    color: currentColor;
    text-decoration: none;
    padding: 1em;
}
#u_menu a:hover {
    color: var(--SiteTHM);
}
#u_menu a span {
    display: block;
    font-family: var(--SiteFF);
    font-weight: 500;
    text-align: center;
}
#u_menu a span:before {
    content: attr(icon);
    font-size: 2em;
    display: block;
    margin: 0 auto 0.25em;
}
#u_settings_wrp {
    margin: 1.5em 0;
    padding: 0 2em;
}
#s_menu {
    width: 20em;
}
#s_menu li {
    position: relative;
    margin-bottom: 1em;
}
#s_menu .btc {
    text-align: center;
}
#u_reg_wrp {
    margin: 0 0 2em;
    padding: 0 2em;
    border-right: 1px rgba(0, 0, 0, 0.05) solid;
    text-align: center;
}
#u_reg_wrp .welcome {
    width: 20em;
    text-align: center;
}
#u_reg_wrp .welcome img {
    vertical-align: top;
    max-width: 15em;
    max-height: 15em;
}
#u_reg_wrp .welcome h3 {
    font-size: 1.25em;
    font-family: var(--SiteFF);
    margin: 1em 0;
    font-weight: 400;
}
#u_reg_wrp .btc {
    display: flex;
    justify-content: center;
}
#u_reg_wrp .btc .btw:hover {
    position: relative;
    z-index: 1;
}
#u_reg_wrp .btc .btw:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
#u_reg_wrp .btc .btw:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
#u_reg_wrp .btc .btw:first-child span {
    padding-left: 2.5em;
}
#u_reg_wrp .btc .btw:last-child span {
    padding-right: 2.5em;
}
@media only screen and (max-width: 1000px) {
    #u_menu_ctrl_hide {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        margin: 1em;
        color: currentColor;
        text-decoration: none;
    }
    #u_menu_ctrl_hide span {
        display: block;
        padding: 0.5em;
    }
    #u_menu_ctrl_hide span:before {
        content: attr(icon);
        display: block;
        font-size: 2em;
    }
    #user_zone > li > a > span {
        display: none;
    }
    #user_dropdown {
        width: 25em;
        min-width: inherit;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 99;
        background: #fff;
        box-shadow: rgba(0, 0, 0, 0.1) -1px 0 0, rgba(0, 0, 0, 0.05) 0 0 0.5em;
        border: none;
        border-radius: 0;
        visibility: hidden;
        opacity: 0;
        transform: translateX(2em);
        transition: 0.2s;
    }
    #user_dropdown.activated {
        opacity: 1;
        visibility: visible;
        transform: none;
    }
    #user_dropdown > .inner {
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        overflow-y: auto;
    }
    #u_menu_wrp {
        width: auto;
        margin: 0;
        padding: 0;
        border: none;
    }
    #u_menu_wrp .btc {
        margin: 2em 0;
    }
    #u_menu_title {
        display: flex;
        align-items: center;
        position: relative;
        height: 5em;
        border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
        padding: 0 1.5em;
    }
    #u_menu_title .avatar img {
        width: 3em;
        height: 3em;
        vertical-align: top;
        border-radius: 100%;
    }
    #u_menu_title .name {
        margin: 0 3em 0 1em;
        font-weight: 700;
        font-family: var(--SiteFF);
        max-width: 15em;
    }
    #u_menu_title .name span {
        display: block;
        font-size: 1.25em;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    #u_menu {
        margin: 2em 0;
        padding: 0 2em;
    }
    #u_menu a {
        padding: 1em 0;
    }
    #u_settings_wrp {
        margin: 0;
        padding: 1em 1.5em;
        background: rgba(0, 0, 0, 0.05);
    }
    #s_menu {
        width: inherit;
    }
    #s_menu li {
        margin: 0.5em 0;
    }
    #u_reg_wrp {
        padding: 4em 2em;
        margin: 0;
    }
    #u_reg_wrp .welcome {
        margin: 0 auto;
    }
}
#footer {
    background: #f5f5f5;
}
#footer > .inner {
    margin: 0 auto;
    max-width: 1200px;
    padding: 2em 1em;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
#footer > .inner > div {
    margin: 1em;
}
#footer h3 {
    font-size: 1em;
    margin-bottom: 1em;
}
@media only screen and (max-width: 480px) {
    #footer > .inner {
        flex-direction: column;
        justify-content: inherit;
    }
    #footer_sns_wrp {
        order: 100;
        align-self: center;
    }
    #footer_sns_wrp h3 {
        display: none;
    }
    #footer_sns_wrp li {
        margin: 0 0.25em;
    }
    #footer_app {
        order: 99;
        align-self: center;
    }
}
#footer_payments_wrp {
    flex: auto;
}
.channel_list {
    display: flex;
}
.channel_list ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 -0.5em;
}
.channel_list li {
    margin: 0.5em;
}
.channel_list img {
    vertical-align: top;
    height: 2em;
}
.channel_list a.btw > span {
    width: 2em;
    height: 2em;
    padding: 0;
}
#footer_sns {
    display: flex;
    flex-wrap: wrap;
    margin: 0.5em 0;
}
#footer_sns .btw {
    border-radius: 0.5em;
}
#footer_sns .btw:not(:hover) {
    background: 0 0;
    border-color: transparent;
    --r: 255;
    --g: 255;
    --b: 255;
}
#footer_app a.download {
    display: flex;
    align-items: center;
    padding: 0.5em 1.5em;
    color: currentColor;
    border-radius: 0.5em;
    transition: 0.3s;
}
#footer_app a.download:before {
    content: "";
    display: block;
    width: 5em;
    height: 5em;
    background: url(../images/art/app-11c4330281.png) no-repeat center/cover;
    margin-right: 0.5em;
    flex: none;
}
#footer_app a.download:hover {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 1em;
}
#footer_app h3 {
    margin: 0;
}
#footer_app p {
    font-size: 1em;
    opacity: 0.75;
    margin: 0;
}
#footer_nav_wrp h3:first-letter {
    font-family: Roboto, sans-serif;
    opacity: 0.5;
}
#footer_nav {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.5em;
}
#footer_nav li {
    margin: 0.25em 0.5em;
}
#footer_nav a {
    display: block;
    color: currentColor;
    white-space: nowrap;
}
.pager_wrp {
    margin: 2em 0;
    text-align: center;
}
.pager {
    display: inline-flex;
    vertical-align: top;
    align-items: center;
    margin: -0.25em;
}
.pager > li {
    margin: 0.25em;
}
.pager > li:first-of-type {
    order: -99;
}
.pager > li:last-of-type {
    order: 99;
}
.pager a.btw > span {
    padding: 0.5em !important;
    min-width: var(--CPT-UH);
}
.pager a.nex,
.pager a.pre {
    background: 0 0 !important;
    border-color: transparent !important;
    color: currentColor;
    box-shadow: none !important;
}
.pager a.pre > span:before {
    content: "keyboard_arrow_left";
}
.pager a.nex > span:before {
    content: "keyboard_arrow_right";
}
@media only screen and (max-width: 800px) {
    .pager:before {
        content: attr(data-title);
        white-space: nowrap;
    }
    .pager > li:not(:first-of-type):not(:last-of-type) {
        display: none;
    }
}
.ItemList {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1em;
}
.ItemList > li {
    flex: 20em;
}
.ItemList > li > a {
    display: flex;
    align-items: flex-start;
    text-align: left;
    padding: 1em;
    color: currentColor;
    text-decoration: none;
}
.ItemList .img {
    --W: 5em;
    --H: var(--W);
    width: var(--W);
    height: var(--H);
    flex: none;
    margin: 0 auto;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 0.5em, rgba(0, 0, 0, 0.05) 0 0 0 1px;
    border-radius: 25%;
    overflow: hidden;
    position: relative;
    transition: var(--CPT-TST);
    display: flex;
    justify-content: center;
    align-items: center;
}
.ItemList .img img {
    display: block;
    width: 100%;
    height: 100%;
}
.ItemList .img img[src*="https://operator-logo.transferto.com"]
{
    width: auto;
    height: auto;
    max-width: 75%;
    max-height: 75%;
}
.ItemList .T {
    flex: auto;
    margin: 0 0 0 1.5em;
    align-self: center;
}
.ItemList .name {
    font-size: 1.166667em;
    font-family: var(--SiteFF);
    font-weight: 500;
}
.ItemList .info {
    opacity: 0.7;
}
.ItemList .info span ~ span:before {
    content: " / ";
    opacity: 0.5;
}
.ItemList .sku {
    opacity: 0.7;
}
.ItemList > li > a:focus .img,
.ItemList > li > a:hover .img {
    transform: scale(1.05);
}
.ItemList > li > a:active .img {
    transform: scale(0.98);
    opacity: 0.75;
    box-shadow: rgba(0, 0, 0, 0.05) 0 0 0 1px;
}
.ItemList.card > li,
.ItemList.topup > li {
    flex: 14em;
}
.ItemList.card > li > a,
.ItemList.topup > li > a {
    display: block;
    text-align: center;
}
.ItemList.card .img,
.ItemList.topup .img {
    border-radius: calc(var(--W) * 0.133334);
    background: rgba(0, 0, 0, 0.05);
}
.ItemList.card .img[data-region]:before {
    --h: calc(var(--W) * 0.15);
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    margin: calc(var(--W) * 0.05);
}
.ItemList:not(.card) .img[data-region]:before {
    display: none;
}
.ItemList.card .img {
    --W: 10em;
    --H: calc(var(--W) * 1.333334);
}
.ItemList.topup .img {
    --W: 11.5em;
    --H: var(--W);
}
.ItemList.card .T,
.ItemList.topup .T {
    margin: 1em 0 0;
}
.ItemList.card .name,
.ItemList.topup .name {
    font-size: 1em;
}
@media only screen and (max-width: 800px) {
    .ItemList.card .img {
        --W: 8.333334em;
    }
    .ItemList.topup .img {
        --W: 10em;
    }
}
@media only screen and (max-width: 359px) {
    .ItemList.card > li,
    .ItemList.topup > li {
        flex: 50%;
    }
    .ItemList.card .img {
        --W: 6.666667em;
    }
    .ItemList.topup .img {
        --W: 8em;
    }
}
.ItemList > li.show_all {
    display: none;
    align-self: center;
}
.ItemList a.showall {
    display: block;
    padding: 0;
    margin: 1em;
}
.ItemList.show_all > li:not(.show_all) {
    display: block !important;
}
.ItemList.show_all > li.show_all {
    display: none !important;
}
.ItemLink {
    display: flex;
    align-items: flex-start;
    text-align: left;
    padding: 1em;
    color: currentColor;
    text-decoration: none;
}
.ItemLink .img {
    --W: 5em;
    --H: var(--W);
    width: var(--W);
    height: var(--H);
    flex: none;
    margin: 0 auto;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 0.5em, rgba(0, 0, 0, 0.05) 0 0 0 1px;
    border-radius: 25%;
    overflow: hidden;
    position: relative;
    transition: var(--CPT-TST);
    display: flex;
    justify-content: center;
    align-items: center;
}
.ItemLink .img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.ItemLink .img img[src*="https://operator-logo.transferto.com"]
{
    max-width: 75%;
    max-height: 75%;
}
.ItemLink .T {
    flex: auto;
    margin: 0 0 0 1.5em;
    align-self: center;
}
.ItemLink .name {
    font-size: 1.166667em;
    font-family: var(--SiteFF);
    font-weight: 500;
}
.ItemLink .info {
    opacity: 0.7;
}
.ItemLink .info span ~ span:before {
    content: " / ";
    opacity: 0.5;
}
.ItemLink .sku {
    opacity: 0.7;
}
a.ItemLink:focus .img,
a.ItemLink:hover .img {
    transform: scale(1.05);
}
a.ItemLink:active .img {
    transform: scale(0.98);
    opacity: 0.75;
    box-shadow: rgba(0, 0, 0, 0.05) 0 0 0 1px;
}
.rate {
    display: inline-block;
    vertical-align: top;
}
.rate > span {
    display: block;
    position: relative;
    height: var(--RateStarSize);
    overflow: hidden;
    --RateStarSize: 1.5em;
}
.rate > span:after,
.rate > span:before {
    content: "";
    display: block;
    font-size: var(--RateStarSize);
    height: 1em;
    overflow: hidden;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNCA0OCc+PHBhdGggZmlsbD0nYmxhY2snIGZpbGwtb3BhY2l0eT0nLjI1JyBkPSdNMjIgOS4yNGwtNy4xOS0uNjJMMTIgMiA5LjE5IDguNjMgMiA5LjI0bDUuNDYgNC43M0w1LjgyIDIxIDEyIDE3LjI3IDE4LjE4IDIxbC0xLjYzLTcuMDNMMjIgOS4yNHpNMTIgMTUuNGwtMy43NiAyLjI3IDEtNC4yOC0zLjMyLTIuODggNC4zOC0uMzhMMTIgNi4xbDEuNzEgNC4wNCA0LjM4LjM4LTMuMzIgMi44OCAxIDQuMjhMMTIgMTUuNHonLz48cGF0aCBmaWxsPSdvcmFuZ2VyZWQnIGQ9J00xMiA0MS4yN0wxOC4xOCA0NWwtMS42NC03LjAzTDIyIDMzLjI0bC03LjE5LS42MUwxMiAyNmwtMi44MSA2LjYzLTcuMTkuNjEgNS40NiA0LjczTDUuODIgNDV6Jy8+PC9zdmc+)
        repeat-x 0 0/1em;
}
.rate > span:before {
    width: 5em;
}
.rate > span:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: calc(var(--RateStar) * 1em);
    background-position: 0 100%;
}
.rate > span[data-star="1"]:after {
    --RateStar: 1;
}
.rate > span[data-star="2"]:after {
    --RateStar: 2;
}
.rate > span[data-star="3"]:after {
    --RateStar: 3;
}
.rate > span[data-star="4"]:after {
    --RateStar: 4;
}
.rate > span[data-star="5"]:after {
    --RateStar: 5;
}
[data-currency-code]:before,
[data-region]:before {
    content: "";
    display: block;
    --w: calc(var(--h) * 1.5);
    --h: 2em;
    width: var(--w);
    height: var(--h);
    border-radius: calc(var(--h) * 0.5);
    background-color: #fff;
    background-image: url(../images/flag_sprite2-c9db0d7853.png);
    background-position: calc(var(--x, 999) * var(--w) * -1)
        calc(var(--y, 999) * var(--h) * -1);
    background-size: calc(var(--w) * 14) calc(var(--h) * 20);
    background-repeat: no-repeat;
    box-shadow: inset rgba(0, 0, 0, 0.1) 0 0 0 1px;
    margin: 0 auto;
}
[data-currency-code="CHF"]:before,
[data-region="227"]:before {
    width: var(--h);
    background-position: calc(var(--x) * var(--w) * -1 - var(--h) * 0.25)
        calc(var(--y) * var(--h) * -1);
}
[data-currency-code="MYR"],
[data-region="1"] {
    --x: 0;
    --y: 0;
}
[data-currency-code="SGD"],
[data-region="2"] {
    --x: 0;
    --y: 1;
}
[data-currency-code="PHP"],
[data-region="3"] {
    --x: 0;
    --y: 2;
}
[data-currency-code="THB"],
[data-region="4"] {
    --x: 0;
    --y: 3;
}
[data-currency-code="VND"],
[data-region="5"] {
    --x: 0;
    --y: 4;
}
[data-currency-code="NTD"],
[data-region="6"] {
    --x: 0;
    --y: 5;
}
[data-currency-code="CNY"],
[data-region="10"] {
    --x: 0;
    --y: 9;
}
[data-currency-code="HKD"],
[data-region="11"] {
    --x: 0;
    --y: 10;
}
[data-currency-code="IDR"],
[data-region="12"] {
    --x: 0;
    --y: 11;
}
[data-currency-code="RUB"],
[data-region="14"] {
    --x: 0;
    --y: 13;
}
[data-currency-code="USD"],
[data-region="15"] {
    --x: 0;
    --y: 14;
}
[data-currency-code="DZD"],
[data-region="16"] {
    --x: 0;
    --y: 15;
}
[data-region="17"] {
    --x: 0;
    --y: 16;
}
[data-currency-code="AFN"],
[data-region="18"] {
    --x: 0;
    --y: 17;
}
[data-region="19"] {
    --x: 0;
    --y: 18;
}
[data-region="20"] {
    --x: 0;
    --y: 19;
}
[data-currency-code="AOA"],
[data-region="21"] {
    --x: 1;
    --y: 0;
}
[data-region="22"] {
    --x: 1;
    --y: 1;
}
[data-region="23"] {
    --x: 1;
    --y: 2;
}
[data-region="24"] {
    --x: 1;
    --y: 3;
}
[data-currency-code="ARS"],
[data-region="25"] {
    --x: 1;
    --y: 4;
}
[data-currency-code="AMD"],
[data-region="26"] {
    --x: 1;
    --y: 5;
}
[data-currency-code="AWG"],
[data-region="27"] {
    --x: 1;
    --y: 6;
}
[data-currency-code="AUD"],
[data-region="28"] {
    --x: 1;
    --y: 7;
}
[data-region="29"] {
    --x: 1;
    --y: 8;
}
[data-currency-code="AZN"],
[data-region="30"] {
    --x: 1;
    --y: 9;
}
[data-region="31"] {
    --x: 1;
    --y: 10;
}
[data-currency-code="BHD"],
[data-region="32"] {
    --x: 1;
    --y: 11;
}
[data-currency-code="BDT"],
[data-region="34"] {
    --x: 1;
    --y: 13;
}
[data-currency-code="BYR"],
[data-region="36"] {
    --x: 1;
    --y: 15;
}
[data-region="37"] {
    --x: 1;
    --y: 16;
}
[data-currency-code="BZD"],
[data-region="38"] {
    --x: 1;
    --y: 17;
}
[data-region="39"] {
    --x: 1;
    --y: 18;
}
[data-currency-code="BMD"],
[data-region="41"] {
    --x: 2;
    --y: 0;
}
[data-currency-code="BTN"],
[data-region="44"] {
    --x: 2;
    --y: 3;
}
[data-currency-code="BOB"],
[data-region="45"] {
    --x: 2;
    --y: 4;
}
[data-currency-code="BAM"],
[data-region="47"] {
    --x: 2;
    --y: 6;
}
[data-currency-code="BWP"],
[data-region="50"] {
    --x: 2;
    --y: 9;
}
[data-currency-code="BRL"],
[data-region="51"] {
    --x: 2;
    --y: 10;
}
[data-region="53"] {
    --x: 2;
    --y: 12;
}
[data-currency-code="BND"],
[data-region="55"] {
    --x: 2;
    --y: 14;
}
[data-currency-code="BGN"],
[data-region="56"] {
    --x: 2;
    --y: 15;
}
[data-region="57"] {
    --x: 2;
    --y: 16;
}
[data-currency-code="BIF"],
[data-region="58"] {
    --x: 2;
    --y: 17;
}
[data-currency-code="KHR"],
[data-region="59"] {
    --x: 2;
    --y: 18;
}
[data-region="60"] {
    --x: 2;
    --y: 19;
}
[data-currency-code="CAD"],
[data-region="61"] {
    --x: 3;
    --y: 0;
}
[data-currency-code="CVE"],
[data-region="62"] {
    --x: 3;
    --y: 1;
}
[data-currency-code="KYD"],
[data-region="63"] {
    --x: 3;
    --y: 2;
}
[data-region="66"] {
    --x: 3;
    --y: 5;
}
[data-currency-code="EUR"],
[data-region="67"] {
    --x: 3;
    --y: 6;
}
[data-region="68"] {
    --x: 3;
    --y: 7;
}
[data-region="69"] {
    --x: 3;
    --y: 8;
}
[data-currency-code="MOP"],
[data-region="70"] {
    --x: 3;
    --y: 9;
}
[data-region="71"] {
    --x: 3;
    --y: 10;
}
[data-currency-code="CLP"],
[data-region="72"] {
    --x: 3;
    --y: 11;
}
[data-region="74"] {
    --x: 3;
    --y: 13;
}
[data-region="75"] {
    --x: 3;
    --y: 14;
}
[data-currency-code="COP"],
[data-region="76"] {
    --x: 3;
    --y: 15;
}
[data-currency-code="KMF"],
[data-region="77"] {
    --x: 3;
    --y: 16;
}
[data-region="78"] {
    --x: 3;
    --y: 17;
}
[data-currency-code="CRC"],
[data-region="79"] {
    --x: 3;
    --y: 18;
}
[data-currency-code="HRK"],
[data-region="80"] {
    --x: 3;
    --y: 19;
}
[data-currency-code="CUP"],
[data-region="81"] {
    --x: 4;
    --y: 0;
}
[data-currency-code="CYP"],
[data-region="82"] {
    --x: 4;
    --y: 1;
}
[data-currency-code="CZK"],
[data-region="83"] {
    --x: 4;
    --y: 2;
}
[data-region="84"] {
    --x: 4;
    --y: 3;
}
[data-currency-code="DKK"],
[data-region="85"] {
    --x: 4;
    --y: 4;
}
[data-currency-code="DJF"],
[data-region="86"] {
    --x: 4;
    --y: 5;
}
[data-currency-code="DOP"],
[data-region="87"] {
    --x: 4;
    --y: 6;
}
[data-region="88"] {
    --x: 4;
    --y: 7;
}
[data-currency-code="ECS"],
[data-region="89"] {
    --x: 4;
    --y: 8;
}
[data-currency-code="EGP"],
[data-region="90"] {
    --x: 4;
    --y: 9;
}
[data-currency-code="SVC"],
[data-region="91"] {
    --x: 4;
    --y: 10;
}
[data-region="92"] {
    --x: 4;
    --y: 11;
}
[data-currency-code="ERN"],
[data-region="93"] {
    --x: 4;
    --y: 12;
}
[data-region="94"] {
    --x: 4;
    --y: 13;
}
[data-currency-code="ETB"],
[data-region="95"] {
    --x: 4;
    --y: 14;
}
[data-currency-code="FKP"],
[data-region="96"] {
    --x: 4;
    --y: 15;
}
[data-region="97"] {
    --x: 4;
    --y: 16;
}
[data-currency-code="FJD"],
[data-region="98"] {
    --x: 4;
    --y: 17;
}
[data-region="99"] {
    --x: 4;
    --y: 18;
}
[data-currency-code="FRF"],
[data-region="100"] {
    --x: 4;
    --y: 19;
}
[data-region="101"] {
    --x: 5;
    --y: 0;
}
[data-region="102"] {
    --x: 5;
    --y: 1;
}
[data-currency-code="GMD"],
[data-region="103"] {
    --x: 5;
    --y: 2;
}
[data-currency-code="GEL"],
[data-region="104"] {
    --x: 5;
    --y: 3;
}
[data-currency-code="DEM"],
[data-region="105"] {
    --x: 5;
    --y: 4;
}
[data-currency-code="GHS"],
[data-region="106"] {
    --x: 5;
    --y: 5;
}
[data-currency-code="GIP"],
[data-region="107"] {
    --x: 5;
    --y: 6;
}
[data-region="108"] {
    --x: 5;
    --y: 7;
}
[data-region="112"] {
    --x: 5;
    --y: 11;
}
[data-region="113"] {
    --x: 5;
    --y: 12;
}
[data-region="114"] {
    --x: 5;
    --y: 13;
}
[data-currency-code="GTQ"],
[data-region="115"] {
    --x: 5;
    --y: 14;
}
[data-currency-code="GNF"],
[data-region="116"] {
    --x: 5;
    --y: 15;
}
[data-region="117"] {
    --x: 5;
    --y: 16;
}
[data-currency-code="GYD"],
[data-region="118"] {
    --x: 5;
    --y: 17;
}
[data-currency-code="HTG"],
[data-region="119"] {
    --x: 5;
    --y: 18;
}
[data-currency-code="HNL"],
[data-region="120"] {
    --x: 5;
    --y: 19;
}
[data-currency-code="HUF"],
[data-region="121"] {
    --x: 6;
    --y: 0;
}
[data-currency-code="ISK"],
[data-region="122"] {
    --x: 6;
    --y: 1;
}
[data-currency-code="INR"],
[data-region="123"] {
    --x: 6;
    --y: 2;
}
[data-currency-code="IRR"],
[data-region="124"] {
    --x: 6;
    --y: 3;
}
[data-currency-code="IQD"],
[data-region="125"] {
    --x: 6;
    --y: 4;
}
[data-currency-code="IEP"],
[data-region="128"] {
    --x: 6;
    --y: 7;
}
[data-region="129"] {
    --x: 6;
    --y: 8;
}
[data-currency-code="ILS"],
[data-region="130"] {
    --x: 6;
    --y: 9;
}
[data-currency-code="ITL"],
[data-region="131"] {
    --x: 6;
    --y: 10;
}
[data-region="132"] {
    --x: 6;
    --y: 11;
}
[data-currency-code="JMD"],
[data-region="133"] {
    --x: 6;
    --y: 12;
}
[data-currency-code="JPY"],
[data-region="134"] {
    --x: 6;
    --y: 13;
}
[data-currency-code="JOD"],
[data-region="135"] {
    --x: 6;
    --y: 14;
}
[data-currency-code="KZT"],
[data-region="136"] {
    --x: 6;
    --y: 15;
}
[data-currency-code="KES"],
[data-region="137"] {
    --x: 6;
    --y: 16;
}
[data-region="138"] {
    --x: 6;
    --y: 17;
}
[data-currency-code="KWD"],
[data-region="139"] {
    --x: 6;
    --y: 18;
}
[data-currency-code="KGS"],
[data-region="140"] {
    --x: 6;
    --y: 19;
}
[data-region="141"] {
    --x: 7;
    --y: 0;
}
[data-currency-code="LVL"],
[data-region="142"] {
    --x: 7;
    --y: 1;
}
[data-currency-code="LBP"],
[data-region="143"] {
    --x: 7;
    --y: 2;
}
[data-currency-code="LSL"],
[data-region="144"] {
    --x: 7;
    --y: 3;
}
[data-currency-code="LRD"],
[data-region="145"] {
    --x: 7;
    --y: 4;
}
[data-currency-code="LYD"],
[data-region="146"] {
    --x: 7;
    --y: 5;
}
[data-region="147"] {
    --x: 7;
    --y: 6;
}
[data-currency-code="LTL"],
[data-region="148"] {
    --x: 7;
    --y: 7;
}
[data-region="149"] {
    --x: 7;
    --y: 8;
}
[data-currency-code="MKD"],
[data-region="150"] {
    --x: 7;
    --y: 9;
}
[data-currency-code="MGA"],
[data-region="151"] {
    --x: 7;
    --y: 10;
}
[data-currency-code="MWK"],
[data-region="152"] {
    --x: 7;
    --y: 11;
}
[data-currency-code="MVR"],
[data-region="153"] {
    --x: 7;
    --y: 12;
}
[data-region="154"] {
    --x: 7;
    --y: 13;
}
[data-region="155"] {
    --x: 7;
    --y: 14;
}
[data-region="156"] {
    --x: 7;
    --y: 15;
}
[data-currency-code="MRO"],
[data-region="157"] {
    --x: 7;
    --y: 16;
}
[data-currency-code="MUR"],
[data-region="158"] {
    --x: 7;
    --y: 17;
}
[data-region="159"] {
    --x: 7;
    --y: 18;
}
[data-currency-code="MXN"],
[data-region="160"] {
    --x: 7;
    --y: 19;
}
[data-region="161"] {
    --x: 8;
    --y: 0;
}
[data-currency-code="MDL"],
[data-region="162"] {
    --x: 8;
    --y: 1;
}
[data-region="163"] {
    --x: 8;
    --y: 2;
}
[data-currency-code="MNT"],
[data-region="164"] {
    --x: 8;
    --y: 3;
}
[data-region="165"] {
    --x: 8;
    --y: 4;
}
[data-region="166"] {
    --x: 8;
    --y: 5;
}
[data-currency-code="MAD"],
[data-region="167"] {
    --x: 8;
    --y: 6;
}
[data-currency-code="MZN"],
[data-region="168"] {
    --x: 8;
    --y: 7;
}
[data-currency-code="NAD"],
[data-region="169"] {
    --x: 8;
    --y: 8;
}
[data-region="170"] {
    --x: 8;
    --y: 9;
}
[data-currency-code="NPR"],
[data-region="171"] {
    --x: 8;
    --y: 10;
}
[data-currency-code="ANG"],
[data-region="172"] {
    --x: 8;
    --y: 11;
}
[data-region="173"] {
    --x: 8;
    --y: 12;
}
[data-region="174"] {
    --x: 8;
    --y: 13;
}
[data-currency-code="NZD"],
[data-region="175"] {
    --x: 8;
    --y: 14;
}
[data-currency-code="NIO"],
[data-region="176"] {
    --x: 8;
    --y: 15;
}
[data-region="177"] {
    --x: 8;
    --y: 16;
}
[data-currency-code="NGN"],
[data-region="178"] {
    --x: 8;
    --y: 17;
}
[data-region="179"] {
    --x: 8;
    --y: 18;
}
[data-region="180"] {
    --x: 8;
    --y: 19;
}
[data-region="181"] {
    --x: 9;
    --y: 0;
}
[data-region="182"] {
    --x: 9;
    --y: 1;
}
[data-currency-code="NOK"],
[data-region="183"] {
    --x: 9;
    --y: 2;
}
[data-currency-code="OMR"],
[data-region="184"] {
    --x: 9;
    --y: 3;
}
[data-currency-code="PKR"],
[data-region="185"] {
    --x: 9;
    --y: 4;
}
[data-region="186"] {
    --x: 9;
    --y: 5;
}
[data-currency-code="PAB"],
[data-region="187"] {
    --x: 9;
    --y: 6;
}
[data-currency-code="PGK"],
[data-region="188"] {
    --x: 9;
    --y: 7;
}
[data-currency-code="PYG"],
[data-region="189"] {
    --x: 9;
    --y: 8;
}
[data-currency-code="PEN"],
[data-region="190"] {
    --x: 9;
    --y: 9;
}
[data-region="191"] {
    --x: 9;
    --y: 10;
}
[data-currency-code="PLN"],
[data-region="192"] {
    --x: 9;
    --y: 11;
}
[data-region="193"] {
    --x: 9;
    --y: 12;
}
[data-region="194"] {
    --x: 9;
    --y: 13;
}
[data-currency-code="QAR"],
[data-region="195"] {
    --x: 9;
    --y: 14;
}
[data-currency-code="CDF"],
[data-region="196"] {
    --x: 9;
    --y: 15;
}
[data-currency-code="RON"],
[data-region="197"] {
    --x: 9;
    --y: 16;
}
[data-currency-code="RWF"],
[data-region="198"] {
    --x: 9;
    --y: 17;
}
[data-region="199"] {
    --x: 9;
    --y: 18;
}
[data-region="200"] {
    --x: 9;
    --y: 19;
}
[data-region="201"] {
    --x: 10;
    --y: 0;
}
[data-region="202"] {
    --x: 10;
    --y: 1;
}
[data-region="203"] {
    --x: 10;
    --y: 2;
}
[data-region="204"] {
    --x: 10;
    --y: 3;
}
[data-region="205"] {
    --x: 10;
    --y: 4;
}
[data-currency-code="WST"],
[data-region="206"] {
    --x: 10;
    --y: 5;
}
[data-region="207"] {
    --x: 10;
    --y: 6;
}
[data-region="208"] {
    --x: 10;
    --y: 7;
}
[data-currency-code="SAR"],
[data-region="209"] {
    --x: 10;
    --y: 8;
}
[data-region="210"] {
    --x: 10;
    --y: 9;
}
[data-currency-code="RSD"],
[data-region="211"] {
    --x: 10;
    --y: 10;
}
[data-currency-code="SCR"],
[data-region="212"] {
    --x: 10;
    --y: 11;
}
[data-currency-code="SLL"],
[data-region="213"] {
    --x: 10;
    --y: 12;
}
[data-region="214"] {
    --x: 10;
    --y: 13;
}
[data-currency-code="SIT"],
[data-region="215"] {
    --x: 10;
    --y: 14;
}
[data-currency-code="SBD"],
[data-region="216"] {
    --x: 10;
    --y: 15;
}
[data-currency-code="SOS"],
[data-region="217"] {
    --x: 10;
    --y: 16;
}
[data-currency-code="ZAR"],
[data-region="218"] {
    --x: 10;
    --y: 17;
}
[data-currency-code="KRW"],
[data-region="219"] {
    --x: 10;
    --y: 18;
}
[data-region="220"] {
    --x: 10;
    --y: 19;
}
[data-currency-code="LKR"],
[data-region="221"] {
    --x: 11;
    --y: 0;
}
[data-currency-code="SDG"],
[data-region="222"] {
    --x: 11;
    --y: 1;
}
[data-region="223"] {
    --x: 11;
    --y: 2;
}
[data-currency-code="SZL"],
[data-region="224"] {
    --x: 11;
    --y: 3;
}
[data-currency-code="SEK"],
[data-region="226"] {
    --x: 11;
    --y: 5;
}
[data-currency-code="CHF"],
[data-region="227"] {
    --x: 11;
    --y: 6;
}
[data-currency-code="SYP"],
[data-region="228"] {
    --x: 11;
    --y: 7;
}
[data-currency-code="TJS"],
[data-region="229"] {
    --x: 11;
    --y: 8;
}
[data-currency-code="TZS"],
[data-region="230"] {
    --x: 11;
    --y: 9;
}
[data-region="231"] {
    --x: 11;
    --y: 10;
}
[data-region="232"] {
    --x: 11;
    --y: 11;
}
[data-region="233"] {
    --x: 11;
    --y: 12;
}
[data-currency-code="TOP"],
[data-region="234"] {
    --x: 11;
    --y: 13;
}
[data-region="235"] {
    --x: 11;
    --y: 14;
}
[data-currency-code="TND"],
[data-region="236"] {
    --x: 11;
    --y: 15;
}
[data-currency-code="TRY"],
[data-region="237"] {
    --x: 11;
    --y: 16;
}
[data-currency-code="TMT"],
[data-region="238"] {
    --x: 11;
    --y: 17;
}
[data-region="239"] {
    --x: 11;
    --y: 18;
}
[data-region="240"] {
    --x: 11;
    --y: 19;
}
[data-currency-code="UGX"],
[data-region="241"] {
    --x: 12;
    --y: 0;
}
[data-currency-code="UAH"],
[data-region="242"] {
    --x: 12;
    --y: 1;
}
[data-currency-code="AED"],
[data-region="243"] {
    --x: 12;
    --y: 2;
}
[data-currency-code="GBP"],
[data-region="244"] {
    --x: 12;
    --y: 3;
}
[data-currency-code="UYU"],
[data-region="245"] {
    --x: 12;
    --y: 4;
}
[data-region="246"] {
    --x: 12;
    --y: 5;
}
[data-currency-code="UZS"],
[data-region="247"] {
    --x: 12;
    --y: 6;
}
[data-currency-code="VUV"],
[data-region="248"] {
    --x: 12;
    --y: 7;
}
[data-currency-code="VEF"],
[data-region="249"] {
    --x: 12;
    --y: 8;
}
[data-region="250"] {
    --x: 12;
    --y: 9;
}
[data-currency-code="YER"],
[data-region="251"] {
    --x: 12;
    --y: 10;
}
[data-currency-code="ZMW"],
[data-region="252"] {
    --x: 12;
    --y: 11;
}
[data-currency-code="ZWL"],
[data-region="253"] {
    --x: 12;
    --y: 12;
}
[data-region="255"] {
    --x: 12;
    --y: 14;
}
[data-currency-code="MMK"],
[data-region="256"] {
    --x: 12;
    --y: 15;
}
[data-region="257"] {
    --x: 12;
    --y: 16;
}
[data-currency-code="BBD"],
[data-region="258"] {
    --x: 12;
    --y: 17;
}
[data-region="259"] {
    --x: 12;
    --y: 18;
}
[data-region="260"] {
    --x: 12;
    --y: 19;
}
[data-region="272"] {
    --x: 13;
    --y: 11;
}
[data-region="273"] {
    --x: 13;
    --y: 12;
}
[data-region="274"] {
    --x: 13;
    --y: 13;
}
[data-member-level] {
    display: block;
    line-height: 1.5;
}
[data-member-level]:before {
    content: "";
    display: inline-block;
    vertical-align: top;
    font-size: 1.5em;
    width: 1em;
    height: 1em;
    line-height: 1;
    overflow: hidden;
    background: url(../images/user-level-b66d3f4f52.svg) no-repeat;
    background-size: 10em 10em;
    background-position: calc(var(--lx, 0) * -1em) calc(var(--ly, 0) * -1em);
}
[data-member-level="8"]:before {
    --lx: 0;
    --ly: 1;
}
[data-member-level="9"]:before {
    --lx: 1;
    --ly: 1;
}
[data-member-level="5"]:before {
    --lx: 2;
    --ly: 1;
}
[data-member-level="6"]:before {
    --lx: 0;
    --ly: 2;
}
[data-member-level="10"]:before {
    --lx: 1;
    --ly: 2;
}
[data-member-level="11"]:before {
    --lx: 2;
    --ly: 2;
}
div.load {
    display: block;
    padding: 1em;
    text-align: center;
    pointer-events: none;
}
div.load .loading {
    display: inline-block;
    vertical-align: top;
    padding-left: 2em;
    min-width: 2em;
    min-height: 1.5em;
    box-sizing: border-box;
    position: relative;
    text-indent: 1em;
    white-space: nowrap;
    color: rgba(0, 0, 0, 0.5);
}
div.load .loading:after,
div.load .loading:before {
    content: "";
    display: block;
    font-size: 2em;
    width: 1em;
    height: 1em;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
    margin: -0.5em 0;
    background: var(--SiteTHM);
    opacity: 0;
    animation: loadingdot 1.5s 0s ease-out infinite;
}
div.load .loading:after {
    animation-delay: 0.7s;
}
@keyframes loadingdot {
    0% {
        transform: scale(0.25);
    }
    30% {
        opacity: 1;
    }
    100% {
        transform: scale(1);
    }
}
#tukitip_wrp {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 1em;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-2em);
    transition: 0.3s;
}
#tukitip_wrp.show {
    visibility: visible;
    opacity: 1;
    transform: none;
    z-index: 16000003;
}
#tukitip {
    max-width: 30em;
    padding: 1.5em 2em;
    margin: 1em auto;
    background: #fff;
    border-radius: 1em;
    box-sizing: border-box;
    box-shadow: inset rgba(0, 0, 0, 0.1) 0 0 0 1px,
        rgba(0, 0, 0, 0.1) 0 0.25em 0.5em;
    --SiteTHM: currentColor;
    font-family: var(--SiteFF);
    font-weight: 500;
}
#tukitip [icon] {
    display: flex;
    align-items: center;
}
#tukitip [icon]:before {
    content: attr(icon);
    font-size: 2em;
    display: block;
    width: 1em;
    height: 1em;
    line-height: 1;
    overflow: hidden;
    margin-right: 0.5em;
    flex: none;
    align-self: flex-start;
}
#tukitip.alert {
    color: #ff4500;
}
#tukitip.success {
    color: green;
}
body.tukibox_overlay {
    overflow: hidden;
}
#tukibox_overlay.show {
    visibility: visible;
    opacity: 1;
}
#tukibox_overlay.show > .inner {
    transform: none;
}
#tukibox_overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.25);
    -webkit-backdrop-filter: blur(2em);
    -moz-backdrop-filter: blur(2em);
    backdrop-filter: blur(2em);
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    --pd: 2em;
    --MxHeight: calc(var(--VH) * 1px - var(--pd) * 2);
}
#tukibox_overlay > .inner {
    padding: var(--pd);
    transform: scale(0.9);
    transition: cubic-bezier(0.5, 0.5, 0.5, 1.5) 0.2s;
}
.tukibox {
    max-width: 60em;
    max-height: var(--MxHeight);
    background: #fff;
    border-radius: 1em;
    overflow: hidden;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.05) 0 0 1em, rgba(0, 0, 0, 0.1) 0 0 0 1px;
}
.tukibox a.close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    opacity: 0.5;
}
.tukibox .btc {
    display: flex;
    justify-content: center;
    margin-left: -0.5em;
    margin-right: -0.5em;
}
.tukibox .btc .btw {
    margin: 0.5em;
}
.tukibox .btc a.close {
    position: inherit;
    opacity: inherit;
}
@media only screen and (max-width: 480px) {
    #tukibox_overlay {
        --pd: 1em;
    }
}
@media only screen and (max-height: 480px) {
    #tukibox_overlay {
        --pd: 1em;
    }
}
div.tukibox_loading {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25em;
    height: 8em;
    box-sizing: border-box;
    font-family: var(--SiteFF);
    font-weight: 500;
}
.tukibox_content {
    padding: 2em;
    max-height: var(--MxHeight);
    box-sizing: border-box;
    overflow: hidden;
    overflow-y: auto;
}
.tukibox_content h3 {
    font-size: 1.75em;
    font-weight: 500;
}
.tukibox_content img {
    display: block;
    width: 100%;
    max-width: 30em;
    margin: 1em auto;
}
.tukibox_content p {
    font-size: 1.166667em;
    margin: 1em 0;
}
.tukibox_content p a {
    font-family: var(--SiteFF);
    font-weight: 500;
    text-decoration: underline;
}
.tukibox_content.cookies {
    max-width: 40em;
    background: #8bc34a;
    color: #fff;
    --SiteTHM: #9c27b0;
}
.tukibox_content.cookies img {
    max-width: 20em;
    margin: 0 auto;
}
.tukibox_content.GoldMachine {
    width: 40em;
    max-width: calc(100vw - 2em);
    text-align: center;
    background: #fff;
}
.tukibox_content.GoldMachine .cpt-text {
    max-width: 30em;
    margin: 1em auto;
}
.tukibox_content.GoldMachine .cpt-text input {
    text-align: center;
    cursor: text !important;
}
.tukibox .iframe_wrp {
    width: 40em;
    max-width: calc(var(--VW) * 1px - var(--pd) * 2);
    height: 40em;
    max-height: var(--MxHeight);
    background: #fff;
}
.tukibox .iframe_wrp a.close {
    margin: 0.75em;
    background: #fff !important;
}
.tukibox .iframe_wrp iframe {
    vertical-align: top;
    width: 100%;
    height: 100%;
    border: none;
    position: relative;
}
.tukibox .prepaid_topup {
    max-width: 40em;
    max-height: var(--MxHeight);
    padding: 2em;
    overflow: auto;
    box-sizing: border-box;
}
.tukibox .prepaid_topup h3 {
    font-size: 1.5em;
    font-weight: 500;
}
.tukibox .prepaid_topup h4 {
    font-size: 1em;
    font-weight: 400;
}
.tukibox .prepaid_topup .btc {
    text-align: center;
}
.tukibox .prepaid_topup .btc .btw {
    background: #9acd32;
    color: #fff;
}
.tukibox .prepaid_topup_list {
    display: flex;
    flex-wrap: wrap;
    margin: 2em -0.5em;
}
.tukibox .prepaid_topup_list > li {
    flex: 8em;
    margin: 0.5em;
}
.tukibox .prepaid_topup_list label {
    display: block;
    cursor: pointer;
}
.tukibox .prepaid_topup_list input[type="radio"] {
    display: none;
}
.tukibox .prepaid_topup_list input ~ div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: calc(0.75em - 1px) 1.25em;
    background: #fff;
    border: 1px rgba(0, 0, 0, 0.25) solid;
    border-radius: 1.5em;
    font-family: var(--SiteFF);
    transition: 0.2s;
}
.tukibox .prepaid_topup_list i {
    font-style: normal;
    opacity: 0.5;
    margin-left: 0.5em;
}
.tukibox .prepaid_topup_list input[type="radio"]:checked ~ div {
    background: #9acd32;
    color: #fff;
}
.tukibox .prepaid_topup_form {
    margin: 2em 0;
    width: 25em;
    max-width: calc(100vw - 5em);
}
.tukibox .prepaid_topup_form > li {
    margin: 1em 0;
}
.tukibox_confirmation {
    padding: 2em;
    max-height: var(--MxHeight);
    box-sizing: border-box;
    overflow: hidden;
    overflow-y: auto;
}
.tukibox_confirmation h3 {
    font-size: 1.25em;
    font-weight: 500;
    margin: 1em 0;
    text-align: center;
}
.tukibox_confirmation .btc {
    margin: 1em 0;
    text-align: center;
}
.youtube-player {
    position: relative;
    padding-top: 56.25%;
    border-radius: 1em;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    margin: 1em 0;
    background: #f5f5f5
        url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA2OCA0OCc+PHBhdGggZmlsbD0ncmdiYSgwLDAsMCwuMSknIGQ9J002Ni41Miw3Ljc0Yy0wLjc4LTIuOTMtMi40OS01LjQxLTUuNDItNi4xOUM1NS43OSwuMTMsMzQsMCwzNCwwUzEyLjIxLC4xMyw2LjksMS41NSBDMy45NywyLjMzLDIuMjcsNC44MSwxLjQ4LDcuNzRDMC4wNiwxMy4wNSwwLDI0LDAsMjRzMC4wNiwxMC45NSwxLjQ4LDE2LjI2YzAuNzgsMi45MywyLjQ5LDUuNDEsNS40Miw2LjE5IEMxMi4yMSw0Ny44NywzNCw0OCwzNCw0OHMyMS43OS0wLjEzLDI3LjEtMS41NWMyLjkzLTAuNzgsNC42NC0zLjI2LDUuNDItNi4xOUM2Ny45NCwzNC45NSw2OCwyNCw2OCwyNFM2Ny45NCwxMy4wNSw2Ni41Miw3Ljc0eicvPjxwYXRoIGQ9J00gNDUsMjQgMjcsMTQgMjcsMzQnIGZpbGw9J3doaXRlJy8+PC9zdmc+)
        no-repeat center/5em 5em;
}
.youtube-player > iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.Breadcrumbs.hide {
    display: none;
}
