@import "../fonts/stylesheet.css"; /***

====================================================================
	Reset
====================================================================

***/
html {
    scroll-behavior: smooth;
}

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

button {
    outline: none;
}

button:focus {
    outline: none;
}

button:focus {
    outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.3);
}

/***
  ====================================================================
      Global Settings
  ====================================================================
   ***/
body {
    font-family: "Graphik";
    font-weight: 400;
    font-size: 16px;
    line-height: 137.5%;
    color: #393939;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
}

.auto__container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

h1,
h2 {
    font-family: "Graphik";
    font-weight: 700;
    font-size: 20px;
    line-height: 137.5%;
}

h3 {
    font-family: "Graphik";
    font-weight: 700;
    font-size: 20px;
    line-height: 137.5%;
}
h3.uniq {
    color: #00bf63;
}

h5 {
    font-family: "Graphik";
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
}

p.big {
    font-family: "Graphik";
    font-weight: 400;
    font-size: 20px;
    line-height: 137.5%;
}
p.med {
    font-family: "Graphik";
    font-weight: 500;
    font-size: 14px;
    line-height: 137.5%;
    color: #797979;
}
p.sm {
    font-family: "Graphik";
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
}

.button {
    font-family: "Graphik";
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
}
.button.primary {
    background: #00b0ea;
    border-radius: 10px;
    display: block;
    font-weight: 600;
    font-size: 20px;
    line-height: 137.5%;
    text-align: center;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
}
.button.primary:disabled {
    opacity: 0.5;
}

.header {
    position: relative;
    padding: 10px 0 15px 0;
    width: 100%;
    z-index: 10;
}
.header__inner-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 240px;
}
.header__inner-logo img {
    width: 100%;
}
.header__inner-logo img.mobile {
    display: none;
}

.subheader {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 10px;
    margin-top: 20px;
}
.subheader__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
.subheader__inner-image {
    display: none;
}
.subheader__inner h2 {
    display: none;
}
.subheader__inner .back {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-ransform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    width: 24px;
    height: 24px;
}
.subheader__inner .back img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.subheader__inner h1 {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.subheader__inner h1 img {
    width: 26px;
    height: 26px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 6px;
}

.hat {
    padding: 16px 0;
}
.hat__inner {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}
.hat__inner-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 200px;
    margin: 0 auto 16px auto;
}
.hat__inner h2 {
    margin-bottom: 8px;
}

.wrapper-dropdown {
    position: relative;
    cursor: pointer;
    color: #4a4949;
    font-family: "Inter";
    font-size: 18px;
    font-weight: 500;
    line-height: 104.5%; /* 18.81px */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 12px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #928f8f;
}
.wrapper-dropdown label {
    position: absolute;
    bottom: calc(100% + 4px);
    width: 100%;
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 137.5%;
    color: #777777;
    font-family: "Inter";
    /* Inside auto layout */
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-flex-positive: 0;
    flex-grow: 0;
}
.wrapper-dropdown span {
    margin: 0;
}
.wrapper-dropdown svg {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 10px;
    height: 10px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    transform: translateY(-50%);
    -moz-ransform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.wrapper-dropdown img {
    width: 30px;
    height: 20px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 10px;
}
.wrapper-dropdown .selected-display {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

.selected-display {
    margin-left: 20px;
}

.rotated {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.wrapper-dropdown .dropdown {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 4px;
    border: 1px solid #928f8f;
    background: #fff;
    position: absolute;
    top: 110%;
    right: 0;
    left: 0;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    list-style: none;
    z-index: 99;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0;
    visibility: hidden;
    max-height: 300px;
    overflow-y: auto;
}

.wrapper-dropdown .dropdown li {
    padding: 15px;
    line-height: 24px;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

.wrapper-dropdown .dropdown li:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.wrapper-dropdown.active .dropdown {
    opacity: 1;
    visibility: visible;
    border-radius: 15px;
}

.tab {
    padding: 40px;
}
.tab__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.tab__items {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    /*justify-content: space-evenly;*/
}
.tab__items h2 {
    margin-bottom: 16px;
    text-align: center;
}
.tab__content {
    width: 55%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*padding: 16px 0 0 0;*/
    background: #fff;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    text-align: center;
}
.tab__content.hovered {
    opacity: 0;
}
.tab__content h3 {
    margin-bottom: 16px;
}
.tab__content p {
    font-weight: 300;
}
.tab__content p.big {
    max-width: 498px;
    margin: 0 auto 14px auto;
}
.tab__content-image {
    width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
}
.tab__content-image img {
    /*width: 100%;*/
}
.tabItem {
    margin-bottom: 4px;
}
.tabItem.hovered .tabItem__head {
    border: 1px solid #00b0ea;
    background: #f9f9f9;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.1);
}
.tabItem.hovered .tabItem__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.tabItem.deskActive .tabItem__head {
    border: 1px solid #00b0ea;
    background: #f9f9f9;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.1);
}
.tabItem.deskActive .tabItem__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
/*.tabItem:last-child {*/
/*  margin-bottom: 0;*/
/*}*/
/*.tabItem:nth-child(2) .tabItem__content-inner::before {*/
/*  top: 50px;*/
/*}*/
/*.tabItem:nth-child(3) .tabItem__content-inner::before {*/
/*  top: 130px;*/
/*}*/
/*.tabItem:nth-child(4) .tabItem__content-inner::before {*/
/*  top: 210px;*/
/*}*/
/*.tabItem:nth-child(5) .tabItem__content-inner::before {*/
/*  top: 290px;*/
/*}*/
/*.tabItem:nth-child(6) .tabItem__content-inner::before {*/
/*  top: 370px;*/
/*}*/
.tabItem__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #efefef;
    background: rgba(0, 176, 234, 0);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    padding: 16px;
    cursor: pointer;
    position: relative;
}
.tabItem__head .hiddenLink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
}
.tabItem__head-icon {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 20px;
}
.tabItem__head-icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.tabItem__head-content {
    width: calc(100% - 60px);
    display: flex;
    /*flex-flow: row wrap;*/
}
.tabItem__head-content p {
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
    overflow: hidden;
}
.tabItem__content {
    position: absolute;
    top: 0;
    right: 0;
    width: 52%;
    /*height: 100%;*/
    padding-left: 18px;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    -webkit-animation: 0.2s linear tab;
    animation: 0.2s linear tab;
}
.tabItem__content.disabled .input {
    opacity: 0.5;
    pointer-events: none;
}
.tabItem__content.disabled .button {
    opacity: 0.5;
    pointer-events: none;
}
.tabItem__content.disabled .pop__select {
    opacity: 0.5;
    pointer-events: none;
}
.tabItem__content-inner {
    border-radius: 9px;
    padding: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.09);
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
}
.tabItem__content-inner::before {
    position: absolute;
    content: "";
    right: 100%;
    top: 50px;
    width: 15px;
    height: 53px;
    background: url(../images/icons/tri.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}

@-webkit-keyframes tab {
    0% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes tab {
    0% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.pop {
    width: 100%;
    max-width: 536px;
}
.pop .button {
    display: none;
}
.pop.hidden {
    display: none;
}
.pop__head {
    text-align: center;
    margin-bottom: 28px;
}
.pop__head h2 {
    margin-bottom: 5px;
}
.pop__tip {
    padding: 19px;
    font-size: 15px;
    text-align: center;
    background: rgba(0, 176, 234, 0.08);
    margin-bottom: 18px;
}
.pop__tip.mobile {
    display: none;
}
.pop__tip span {
    display: block;
    font-family: "Inter";
    font-weight: 500;
    font-size: 24px;
    line-height: 104.5%;
    color: #131313;
}
.pop__code {
    width: 120px;
    height: 120px;
    margin: 0 auto 38px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.pop__code img {
    width: 100%;
}
.pop .input {
    margin-bottom: 30px;
}
.pop__select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 420px;
    margin: 40px auto 28px auto;
}
.pop__select .wrapper-dropdown {
    width: calc(50% - 10px);
}
.pop__select .select__btns {
    width: calc(50% - 10px);
}
.pop__select .select__btn {
    display: none;
    font-weight: 500;
    font-size: 11px;
    line-height: 137.5%;
    text-align: center;
    color: #393939;
}
.pop__select .select__btn.active {
    display: block;
}
.pop p.xsm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 11px;
    line-height: 12.5px;
    color: rgba(57, 57, 57, 0.6);
    max-width: 410px;
    margin: 0 auto;
}
.pop p.xsm.mobile {
    display: none;
}
.pop p.xsm img {
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin-right: 9px;
}
.pop .button {
    width: 100%;
    max-width: 357px;
    margin: 0 auto 18px auto;
    display: block;
}
.pop .button:last-child {
    margin-bottom: 0;
}
.pop .button.mobile {
    display: none;
}
.pop__18 {
    padding: 5px 20px 18px 20px;
    border-radius: 20px;
    border: 1px solid #e2e2e2;
    background: #fcfcfc;
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    margin: 0 auto 28px auto;
    max-width: 142px;
    position: relative;
    text-align: center;
}
.pop__18-tick {
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.pop__18-tick img {
    width: 100%;
}
.pop__success {
    margin: 0 auto;
    max-width: 414px;
    width: 100%;
    text-align: center;
}
.pop__success h3 {
    margin-bottom: 8px;
}
.pop__success p {
    margin-bottom: 24px;
}
.pop__success .button.primary {
    width: 100%;
    max-width: 100%;
}
.pop__illus {
    width: 120px;
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 12px auto;
}
.pop__illus img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.input {
    max-width: 370px;
    margin: 0 auto;
}
.input .iti {
    width: 100%;
}
.input label {
    display: block;
    font-family: "Graphik";
    font-weight: 500;
    font-size: 15px;
    line-height: 104.5%;
    color: #393939;
    margin-bottom: 11px;
}
.input input {
    display: block;
    font-family: "Graphik";
    font-weight: 500;
    font-size: 15px;
    line-height: 104.5%;
    color: #393939;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 15px;
    border: 1px solid #c0c0c0;
    border-radius: 8px;
    background: transparent;
}

.code {
    position: relative;
    width: 100%;
    max-width: 290px;
    display: block;
    margin: 0 auto 28px auto;
}
.code__resend {
    text-align: center;
    margin-bottom: 10px;
}
.code__resend .timer {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    font-family: "Inter";
    text-align: center;
    color: #393939;
}
.code__resend .timer span {
    color: #08892c;
    font-weight: 600;
}
.code__resend span {
    text-align: center;
}
.code__resend span#verifiBtn {
    text-align: center;
    display: block;
}
.code__resend button {
    background: transparent;
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    line-height: 18px;
    color: rgba(11, 141, 182, 0.5);
}
.code.error span {
    opacity: 1;
}
.code.error input {
    color: red;
    border-bottom: 1px solid red;
}
.code.error svg {
    color: red;
}
.code span {
    position: absolute;
    top: calc(100% + 4px);
    color: red;
    font-size: 14px;
    line-height: 13px;
    left: 0;
    width: 100%;
    font-weight: 500;
}
.code svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-ransform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    width: 30px;
    height: 30px;
    color: #928f8f;
}
.code input {
    padding: 8px 8px 8px 40px;
    border-bottom: 1px solid #928f8f;
    font-family: "Inter";
    font-weight: 500;
    font-size: 24px;
    line-height: 104.5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    color: #928f8f;
}
.code input::-webkit-input-placeholder {
    color: #928f8f;
}
.code input::-moz-placeholder {
    color: #928f8f;
}
.code input:-ms-input-placeholder {
    color: #928f8f;
}
.code input::-ms-input-placeholder {
    color: #928f8f;
}
.code input::placeholder {
    color: #928f8f;
}

.age {
    padding: 50px 0;
}
.age__inner {
    max-width: 708px;
    width: 100%;
    margin: 0 auto;
    border-radius: 9px;
    border: 1px solid #eaeaea;
    background: #fff;
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 45px 25px 25px 25px;
}
.age__content {
    max-width: 412px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.age__content .button {
    width: 100%;
}
.age__18 {
    padding: 5px 20px 18px 20px;
    border-radius: 20px;
    border: 1px solid #e2e2e2;
    background: #fcfcfc;
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    margin: 0 auto 28px auto;
    max-width: 190px;
    position: relative;
    text-align: center;
}
.age__18-tick {
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.age__18-tick img {
    width: 100%;
}
.age__success {
    margin-bottom: 8px;
    text-align: center;
}
.age__form {
    max-width: 460px;
    margin: 0 auto 38px auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.age__form .input {
    margin-bottom: 20px;
}
.age__form p.xsm {
    color: #777;
    font-size: 12px;
    line-height: 137%;
    font-family: "Inter";
    font-weight: 500;
}

.check {
    position: relative;
    margin-bottom: 12px;
}
.check:last-child {
    margin-bottom: 0;
}
.check input {
    position: absolute;
    top: 0;
    left: -28px;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
}
.check input:checked + label::before {
    background: #d3e2ff;
}
.check input:checked + label::after {
    opacity: 1;
}
.check label {
    position: relative;
}
.check label::before {
    position: absolute;
    content: "";
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    left: -28px;
    top: 0;
    width: 20px;
    height: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #b3b3b3;
    background: #fff;
}
.check label::after {
    position: absolute;
    content: "";
    left: -20px;
    top: 4px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    width: 4px;
    height: 8px;
    border-bottom: 2px solid #00b0ea;
    border-right: 2px solid #00b0ea;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
}

.verify {
    padding: 28px 0;
}
.verify__inner {
    max-width: 708px;
    width: 100%;
    margin: 0 auto;
    border-radius: 9px;
    border: 1px solid #eaeaea;
    background: #fff;
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 45px 25px 25px 25px;
}
.verify__content {
    max-width: 500px;
    margin: 0 auto;
}
.verify__content .button {
    width: 100%;
}
.verify__tip {
    padding: 16px 8px;
    font-size: 15px;
    text-align: center;
    background: rgba(0, 176, 234, 0.08);
    margin-bottom: 18px;
}
.verify__tip span {
    display: block;
    font-family: "Inter";
    font-weight: 500;
    font-size: 24px;
    line-height: 104.5%;
    color: #131313;
}
.verify__tip small {
    display: none;
}
.verify__head {
    text-align: center;
    margin-bottom: 32px;
}
.verify__head h2 {
    margin-bottom: 5px;
}

.success {
    padding: 28px 0;
}
.success__inner,
.waiting_notification__inner {
    max-width: 708px;
    width: 100%;
    margin: 0 auto;
    border-radius: 9px;
    border: 1px solid #eaeaea;
    background: #fff;
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 45px 25px 25px 25px;
}
.success__content {
    max-width: 420px;
    margin: 0 auto;
    text-align: center;
}
.success__content .button {
    width: 100%;
}
.success h3 {
    margin-bottom: 50px;
}
.success__18 {
    padding: 5px 20px 18px 20px;
    border-radius: 20px;
    border: 1px solid #e2e2e2;
    background: #fcfcfc;
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    margin: 0 auto 28px auto;
    max-width: 190px;
    position: relative;
    text-align: center;
}
.success__18-tick {
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.success__18-tick img {
    width: 100%;
}
.success p.med {
    margin-bottom: 20px;
}

.desktop{
    display: block;
}
.privacy_terms_mobile{
    display: none;
}

@media (max-width: 1240px) {
    .tab {
        padding: 20px 0;
    }
    h1,
    h2 {
        font-size: 18px;
        line-height: 137%;
    }
    h3 {
        font-size: 18px;
        line-height: 137%;
    }
    .auto__container {
        padding: 0 20px;
    }

    .desktop{
        display: none !important;
    }
}
@media (max-width: 1239px) {
    .desktop{
        display: none !important;
    }

    .tabItem__head .hiddenLink {
        display: none;
    }
    .pop .button.mobile {
        display: block;
    }

}
@media (max-width: 840px) {
    .privacy_terms_mobile{
        display: block;
        font-size: 12px;
        text-align: center;
    }
    .header {
        position: fixed;
        top: 0;
        left: 0;
        background: #000;
        /*border-bottom: 3px solid #dfbfbf;*/
    }
    .header .auto__container {
        padding: 0 10px;
    }
    .header__inner-logo {
        width: 110px;
    }
    .header__inner-logo img {
        display: none;
    }
    .header__inner-logo img.mobile {
        display: block;
    }
    .subheader {
        background: transparent;
    }
    .subheader__inner {
        display: block;
    }
    .subheader__inner .back {
        display: none;
    }
    .subheader__inner h1 {
        display: none;
    }
    .subheader__inner h2 {
        text-align: center;
        display: block;
        font-size: 13px;
    }
    .subheader__inner-image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto 6px auto;
        width: 84px;
    }
    .subheader__inner-image img {
        width: 100%;
    }
    .wrapper {
        /*padding-top: 71.42px;*/
    }
    h3 {
        font-size: 16px;
    }
    .age__inner {
        padding: 0;
        -webkit-box-shadow: unset;
        box-shadow: unset;
        border: unset;
    }
    .age__content {
        padding: 0 20px;
    }
    .check label {
        font-size: 13px;
        line-height: 137%;
    }
    .verify__head {
        display: none;
    }
    .verify .code {
        margin-bottom: 40px;
        max-width: 400px;
    }
    .verify__inner {
        padding: 0;
        -webkit-box-shadow: unset;
        box-shadow: unset;
        border: unset;
    }
    .verify__tip {
        font-size: 13px;
        line-height: 18px;
        font-weight: 400;
        padding: 16px 18px;
        margin-bottom: 32px;
    }
    .verify__tip span {
        margin: 14px 0;
    }
    .verify__tip small {
        display: block;
        font-size: 13px;
        line-height: 18px;
        font-weight: 400;
    }
    .success__head {
        display: none;
    }
    .success h3 {
        max-width: 310px;
        margin: 0 auto 40px auto;
    }
    .success__inner {
        padding: 0;
        -webkit-box-shadow: unset;
        box-shadow: unset;
        border: unset;
    }
    .hat {
        display: none;
    }

    @-webkit-keyframes tab {
        0% {
            -webkit-transform: translateY(20px);
            transform: translateY(20px);
        }
        100% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    }
    @keyframes tab {
        0% {
            -webkit-transform: translateY(20px);
            transform: translateY(20px);
        }
        100% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    }
    .tab__content {
        display: none;
    }
    .tab__items {
        width: 100%;
    }
    .tabItem.hovered .tabItem__head {
        border: 1px solid #00b0ea;
        background: #f9f9f9;
        -webkit-box-shadow: unset;
        box-shadow: unset;
    }
    .tabItem.hovered .tabItem__content {
        display: none;
    }
    .tabItem.deskActive .tabItem__head {
        border: 1px solid #00b0ea;
        background: #f9f9f9;
        -webkit-box-shadow: unset;
        box-shadow: unset;
    }
    .tabItem.deskActive .tabItem__content {
        display: none;
    }
    .tabItem__content {
        position: static;
        width: 100%;
        padding: 6px 0 0 0;
        height: unset;
    }
    .tabItem__content-inner {
        border-radius: 0 0 8px 8px;
        -webkit-box-shadow: unset !important;
        box-shadow: unset !important;
    }
    .tabItem__content-inner::before {
        display: none !important;
    }
    .tabItem.mobActive .tabItem__head {
        border: 1px solid #efefef;
        background: #f9f9f9;
        -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.1);
    }
    .tabItem.mobActive .tabItem__head::before {
        -webkit-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
    }
    .tabItem.mobActive .tabItem__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .tabItem__head {
        padding-right: 40px;
        position: relative;
    }
    .tabItem__head::before {
        position: absolute;
        content: "";
        -webkit-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        width: 16px;
        right: 16px;
        top: 50%;
        transform: translateY(-50%);
        -moz-ransform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        height: 16px;
        background: url(../images/icons/chevronBottom.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }
    .tabItem__head h5 {
        font-size: 16px;
        line-height: 22px;
    }
    .tabItem__head p {
        font-size: 11px;
        line-height: 13px;
        overflow: unset;
        white-space: unset;
        text-overflow: unset;
    }
    .tabItem.idmeApp .pop p.xsm {
        display: none;
    }
    .tabItem.idmeApp .pop p.xsm.mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .tabItem.idmeApp .pop__code {
        display: none;
    }
    .tabItem.idmeApp .pop__head {
        display: none;
    }
    .tabItem.idmeApp .pop__tip {
        display: none;
    }
    .tabItem.idmeApp .pop__tip.mobile {
        display: block;
    }
    .tabItem.idmeApp .pop .button {
        display: block;
    }
    .pop {
        width: 100%;
        margin: 0 auto;
    }
    .pop__tip {
        font-size: 12px;
    }

    .pop__tip span {
        font-size: 21px !important;
    }
    .pop__head {
        display: none;
    }
    .desktop{
        display: none !important;
    }

    .language_selector_div{
        text-align: center;
    }
}
@media (max-width: 540px) {
    .privacy_terms_mobile{
        display: block;
        font-size: 12px;
        text-align: center;
    }
    .pop__select {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
    }
    .pop__select .wrapper-dropdown {
        width: 100%;
        max-width: 195px;
        margin-bottom: 16px;
    }
    .pop__select .select__btns {
        width: 100%;
        max-width: 206px;
    }
    .wrapper-dropdown .dropdown {
        max-height: 150px;
    }
    .desktop{
        display: none !important;
    }
    .language_selector_div{
        text-align: center;
    }
}
.alert-danger {
    color: red;
    background-color: transparent;
}

.hidden {
    display: none;
}

.greyOutMethods{
    background-color: #cccccc;
    color: #666666;
    border-radius: 5px
}

.waiting_notification{
    max-width: 420px;
    margin: 0 auto;
    text-align: center;
    min-height: 350px;
}

.waiting_notification_div {
    margin: 0 auto 10px auto;
    max-width: 190px;
    position: relative;
    text-align: center;
}

.waiting_notification_title{
    color: #00b0ea;
    margin-bottom: 20px !important;
}
.waiting_notification_subtitle{
    font-family: "Graphik";
    font-weight: 500;
    font-size: 15px;
    line-height: 137.5%;
    color: #797979;
}

h3.failed {
    color: #8F0000;
    margin-bottom: 20px !important;
}

.failed_img{
    margin: 0 auto 28px auto;
    max-width: 250px;
    position: relative;
    text-align: center;
}

.failed-image img{
    width: 250px;
}

.failed_medium_text{
    font-family: "Graphik";
    font-weight: 500;
    font-size: 14px;
    line-height: 137.5%;
    color: #585858;
}

.failed_small_text{
    font-family: "Graphik";
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 10px;
    padding-top: 20px;
    color: #797979;
}

.tabItem.age_estimation .tabItem__content-inner::before {
    /*top: 205px;*/
    top: 50px;
}
.tabItem.credit_card .tabItem__content-inner::before {
    /*top: 130px;*/
    top: 130px;
}

.tabItem.id_document .tabItem__content-inner::before {
    /*top: 280px;*/
    top: 205px;
}
.tabItem.idme_age_certification .tabItem__content-inner::before {
    /*top: 50px;*/
    top: 280px;
}

.language_selector_label{
    vertical-align: super;
    font-weight: 700;
    font-size: 15px;
    padding-right: 20px;
}

.language_selector_div{
    margin-top: 20px;
}
.privacy_terms_cookies_div {
    max-width: 498px;
    margin: 0 auto 14px auto;
    font-size: 12px;
}

.idme_links{
    color: rgb(20,182,235) !important;
    text-decoration: none !important;
    font-weight: 500;
}

.no_logo{
    padding: 0;
}

.dashboard_logo{
    width: 150px;
}
.dashboard_text{
    font-size: 16px !important;
    padding-left: 15px;
}

.dashboard_image{
    width: 150px;
    padding-bottom: 15px;
}

.tabItem.idme_age_certification{
    background-color: #F7FCFE;
    border: 1px solid #93D9F1;
    border-radius: 5px;
}

.select__action-text{
    width: 75%;
    margin: 0 0 auto;
}

.select__action-button-div{
    /*width:15%;*/
}

.select__action-button{
    display: block;
    font-weight: 600;
    font-size: 15px;
    line-height: 137.5%;
    text-align: center;
    color: #00b0ea;
    padding: 10px;
    border-radius: 10px;
    text-transform: uppercase;
}

.hidde_action_button{
    /*display: none;*/
    visibility: hidden;
}

.right-part{
    display: flex;
    padding: 0px 18px;
    flex-direction: column;
    align-items: center;
    gap: 1px;
}
.quick-access{
    display: flex;
    padding-top: 1px;
    flex-direction: column;
    align-items: flex-end;
    border-radius: 17px;
    background: #39B2E5;
}
.quick-access-title{
    display: flex;
    height: 25px;
    padding: 4px 11px;
    align-items: center;
    gap: 10px;
    align-self: center;
    color: white;
}
.quick-access-rectangle{
    display: flex;
    width: 596px;
    padding: 24px 14px 22px 20px;
    align-items: flex-start;
    gap: 20px;
    border-radius: 17px;
    border: 4px solid #39B2E5;
    background: #FFF;
}

.quick-access-inside-left-side{
    display: flex;
    padding: 0px 6px;
    align-items: center;
    gap: 19px;
    align-self: stretch;
}
.quick-access-inside-left-image{
    width: 27.521px;
    height: 46.666px;
}
.quick-access-inside-left-side-description{
    flex: 1 0 0;
    color: #393939;
    font-family: Graphik;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 137.5%; /* 27.5px */
}

.quick-access-inside-left-side-div{
    display: flex;
    width: 369px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    flex-shrink: 0;
}

.quick-access-inside-left-side-div-text{
    color: #393939;
    font-family: Graphik;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 137.5%; /* 19.25px */
    text-align: left;
}

.quick-access-inside-right-side{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
}
.quick-access-inside-right-arrow{
    width: 145px;
    height: 38.5px;
    display: flex

}
.quick-access-qr_code{
    width: 84.052px;
    height: 93.75px;
}

.quick-access-qr_code-image{
    width: 84.052px;
    height: 93.75px;
}

.quick-access-inside-left-side-image-div{
    display: flex;
    padding: 0px 6px;
    align-items: center;
    gap: 19px;
    align-self: stretch;
}
.quick-access-inside-left-side-title{
    display: flex;
    padding: 0px 6px;
    align-items: center;
    gap: 19px;
    align-self: stretch;
}

.privacy-terms{
    display: flex;
    padding: 0px 30px;
    /*flex-direction: column;*/
    align-items: center;
    gap: 14px;
    align-self: stretch;
}

.privacy-terms-text-title{
    flex: 1 0 0;
    color: #393939;
    font-family: Graphik;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 237.5%; /* 27.5px */
}

.privacy-terms-text-description{
    color: #393939;
    font-family: Graphik;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 137.5%;
}

.quick-access-inside-right-arrow-div{
    display: inline-flex;
    padding: 0px 11px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 11px;
    background: #39B2E5;
    height: 30px;
    margin: 5px;
}
.quick-access-inside-right-arrow-text{
    color: #FFF;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.5px;
}

.privacy-terms-image-div{
    width: 142px;
    /*height: 30px;*/
}

.privacy-terms-image{
    width: 142px;
    /*height: 30px;*/
}
.privacy-terms-text{
    text-align: left;
}

a#continueButton:hover {
    text-decoration: none;
    opacity: .5;
}
.age_ok_description{
    font-family: Inter;
    font-size: 11px;
    font-weight: 300;
    line-height: 15.13px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color:  rgba(125, 125, 125, 1);

}

.link-blue{
    font-family: Inter;
    font-size: 12px;
    font-weight: 500;
    line-height: 16.5px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(21, 165, 213, 1);
    text-align: center;
}

.link-blue:hover{
    text-decoration: none;
}

.faceid-div{
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
}

.faceid-image{
    width: 18px;
    height: 18px;
    top: 3px;
    left: 3px;
    gap: 0px;
    border: 1.5px 0px 0px 0px;
    opacity: 0px;
    margin-top: 4px;
}

#triggerBiometric,#continueWebsite{
    display: flex;
    font-family: Graphik;
    font-size: 17px;
    font-weight: 600;
    line-height: 27.5px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    gap: 10px;
    justify-content: center;
}

#triggerBiometric:hover,
#continueWebsite:hover{
    text-decoration: none;
    opacity: .5;
}

.sub-header{
    display: flex;
    gap: 10px;
    flex-direction: column;
    opacity: 0px;
}

.sub-header-title{
    gap: 0px;
    opacity: 0px;
    font-family: Graphik;
    font-size: 20px;
    font-weight: 700;
    line-height: 27.5px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(57, 57, 57, 1);
}

.sub-header-description{
    gap: 0px;
    opacity: 0px;
    font-family: Graphik;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(57, 57, 57, 1);

}

.subheader-logo-img{
    margin: auto;
}

.age-success-welcome-back-text{
    font-family: Inter;
    font-size: 20px;
    font-weight: 700;
    line-height: 27.5px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(81, 84, 83, 1);

}

.age-success-welcome-back-description{
    font-family: Inter;
    font-size: 13px;
    font-weight: 400;
    line-height: 17.88px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(112, 121, 117, 1);

}

.age-success-welcome-back-div{
    margin-bottom: 8px;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.t-center{
    text-align: center;
}

.mobile_qr_code{
    font-family: Inter;
    font-size: 20px;
    font-weight: 700;
    line-height: 27.5px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(81, 84, 83, 1);
}

.clicked{
    display: block;
}
