/* [Colors] */

body {
}

/* [Global] */

body {
    color: rgb(255,255,255);
    position: relative;
    font-size: 16px;
    background: rgb(16,16,16);
    min-height: 100vh;
    font-family: 'Nurama Mi';
    font-weight: 400;
    line-height: 1.4;
}

container {
    width: 100%;
    display: block;
    max-width: 1280px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    margin-bottom: 0px;
    padding-right: 20px;
}

h2 {
    font-size: 42px;
    margin-top: 0px;
    font-weight: 700;
    margin-bottom: 0px;
}

h1 {
    font-size: 60px;
    margin-top: 0px;
    font-weight: 700;
    margin-bottom: 0px;
}

h3 {
    font-size: 32px;
    margin-top: 0px;
    margin-bottom: 0px;
}

h4 {
    font-size: 24px;
    margin-top: 0px;
    font-weight: 700;
    margin-bottom: 0px;
}

h5 {
    font-size: 20px;
    margin-top: 0px;
    font-weight: 700;
    margin-bottom: 0px;
}

h6 {
    font-size: 16px;
    margin-top: 0px;
    font-weight: 700;
    margin-bottom: 0px;
}

p {
    margin-top: 0px;
    margin-bottom: 0px;
}

ul {
    padding-left: 20px;
}

ol {
    padding-left: 20px;
}

img {
    display: block;
    max-width: 100%;
}

textarea {
    resize: vertical;
}

a {
    cursor: pointer;
    transition: all 200ms 0ms linear;
    color: rgb(255,234,0);
}

a:hover {
    text-decoration: underline;
}

button {
    cursor: pointer;
}

component {
    display: block;
}

rich-text {
}

blockquote {
    display: block;
    background: #00000008;
    margin-left: 0px;
    padding-top: 15px;
    margin-right: 0px;
    padding-left: 15px;
    border-radius: 6px;
    padding-right: 15px;
    padding-bottom: 15px;
}

blockquote  cite {
    color: rgb(139,139,139);
    display: block;
    margin-top: 10px;
    font-weight: 500;
    padding-left: 15px;
}

/* [Classes] */

.stylesheet-part {
    padding: 60px 0px 60px 0px;
    border-bottom: 1px solid rgba(223,223,223,1.00);
}

.button-primary {
    color: rgba(255,255,255,1.00);
    border: 2px solid rgb(51,51,51);
    background: rgba(0,0,0,1.00);
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    width: 100%;
    font-weight: 600;
    transition: all 350ms 0ms cubic-bezier(0.075,0.82,0.165,1);
}

.button-primary:hover {
    color: rgb(255,255,255);
    background: rgb(54,27,255);
}

.button-secondary {
    color: rgb(255,255,255);
    border: 1px solid rgba(0,0,0,1);
    background: rgb(55,55,55);
    padding-top: 12px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 12px;
    width: 100%;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 0.65rem;
}

.button-secondary:hover {
    color: rgba(255,255,255,1.00);
    background: rgba(0,0,0,1.00);
}

.rich-text-dh-styling  hr {
    width: 100%;
    border: 0px solid rgba(0,0,0,1);
    height: 1px;
    display: block;
    border-top: 1px solid rgb(203,203,203);
    margin-top: 20px;
    padding-top: 0px;
    margin-bottom: 20px;
    padding-bottom: 0px;
}

.rich-text-dh-styling {
    display: flex;
    row-gap: 24px;
    flex-direction: column;
}

.adr-toolbox {
    position: fixed;
    top: auto;
    left: 1.5rem;
    right: auto;
    bottom: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-width: 3rem;
    background: rgba(8,8,8,0.42);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgb(34,34,34);
    display: flex;
    flex-direction: column;
    z-index: 20!important;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    row-gap: 2rem;
    opacity: 50%;
    transition: all 200ms 0ms cubic-bezier(0.075,0.82,0.165,1);
}

.adr-toolbox:hover {
    opacity: 100%;
}

.adr-tool_ico-wrap {
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    flex: 0 0 auto;
}

.adr-tool_ico-wrap:hover {
    background: rgb(32,32,32);
}

.adr-ico_tool {
    width: 1.25rem;
    height: 1.25rem;
}

.adr-vflex {
    display: flex;
    flex-direction: column;
    column-gap: .5rem;
    row-gap: .5rem;
}

.adr-section_full {
    width: 100%;
    height: 100dvh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    outline: 1px solid rgba(0,0,0,0);
}

.adr-card_wra {
    width: 28rem;
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    background: rgba(8,8,8,0);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.adr-auth_group {
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
}

.adr-label {
    font-size: 0.90rem;
    color: rgb(208,208,208);
}

.adr-input {
    width: 100%;
    min-height: 2.75rem;
    color: rgb(255,255,255);
    background: rgb(26,26,26);
    padding-left: .5rem;
    padding-right: .5rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
    border: 1px solid rgba(0,0,0,0);
}

.adr-input:hover {
    background: rgb(26,26,26);
    border: 1px solid rgba(106,106,106,0);
    outline: 1px solid rgba(59,59,59,0.49);
}

.adr-input.dh-active {
}

.adr-input:focus {
    border: 1px solid rgb(21,0,255);
    outline: 1px solid rgb(0,30,255);
}

.adr-brand_medium {
    width: 9rem;
}

.adr-medium_small {
    width: 2rem;
}

.adr-txt_regular {
    font-size: .80rem;
    font-weight: 300;
}

.adr-txt_tiny {
    font-size: 0.85rem;
}

.adr-txt_small {
    font-size: 0.75rem;
}

.adr-txt-medium {
    font-size: 1.75rem;
}

.adr-h1_medium {
    font-size: 3rem;
    font-weight: 400;
}

.adr-input_decor {
    padding-left: .25rem;
    padding-bottom: .25rem;
    padding-right: .25rem;
    padding-top: .25rem;
    border: 1px solid rgb(34,34,34);
}

/* [Tags] */

body .t2 {
}

body .t3 {
}

body .t4 {
}

body .t7 {
    display: grid;
    grid-template-columns: 350px 1fr;
}

body .t9 {
    display: flex;
    row-gap: 25px;
    flex-direction: column;
}

body .t18 {
    display: grid;
    grid-template-columns: 350px 1fr;
}

body .t20 {
    display: flex;
    row-gap: 40px;
    column-gap: 40px;
}

body .t22 {
    display: flex;
    flex-direction: column;
}

body .t23 {
    display: flex;
    flex-direction: column;
}

body .t24 {
    color: rgba(163,117,255,1.00);
    margin: 0px 0px 10px 0px;
    display: block;
    font-weight: 600;
}

body .t27 {
    color: rgba(163,117,255,1.00);
    margin: 0px 0px 10px 0px;
    display: block;
    font-weight: 600;
}

body .t29 {
    display: grid;
    grid-template-columns: 350px 1fr;
}

body .t30 {
    display: flex;
    row-gap: 25px;
    flex-direction: column;
}

body .t34 {
    color: rgba(163,117,255,1.00);
    margin: 0px 0px 10px 0px;
    display: block;
    font-weight: 600;
}

body .t36 {
    color: rgba(163,117,255,1.00);
    margin: 0px 0px 10px 0px;
    display: block;
    font-weight: 600;
}

body .t37 {
    display: flex;
    column-gap: 100px;
}

body .t40 {
    color: rgba(0,0,0,1.00);
    margin: 0px 0px 10px 0px;
    display: block;
    font-weight: 600;
}

body .t48 {
    color: rgba(0,0,0,1.00);
    margin: 0px 0px 10px 0px;
    display: block;
    font-weight: 600;
}

body .t57 {
    width: 100%;
    height: 100dvh;
    display: flex;
    background: rgb(23,23,23);
    align-items: center;
    justify-content: center;
}

body .t58 {
    top: auto;
    left: auto;
    color: rgb(109,109,109);
    right: aauto;
    bottom: 0%;
    z-index: 12;
    position: fixed;
    font-size: 0.75rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.25rem;
}

body .t59 {
    top: 0%;
    left: 0%;
    right: 0%;
    width: 100%;
    bottom: 0%;
    height: 100dvh;
    z-index: 0;
    position: fixed;
    margin-left: auto;
    margin-right: auto;
}

body .t60 {
    width: 7rem;
}

body .t61 {
    top: 1.5rem;
    left: auto;
    color: rgb(255,231,17);
    right: auto;
    bottom: auto;
    display: flex;
    z-index: 20;
    position: fixed;
    column-gap: .25rem;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

body .t62 {
    font-size: 0.5rem;
}

body .t64 {
    border: 1px solid rgb(27,27,27);
}

body .t66 {
    border: 1px solid rgb(27,27,27);
}

body .t68 {
    border: 1px solid rgb(27,27,27);
}

body .t70 {
    border: 1px solid rgb(27,27,27);
}

body .t70.dh-active {
    background: rgb(64,0,255);
}

body .t72 {
    border: 1px solid rgb(27,27,27);
}

body .t74 {
    border: 1px solid rgb(27,27,27);
}

body .t78 {
    top: auto;
    left: auto;
    color: rgb(238,238,238);
    right: 1.5rem;
    bottom: 1.5rem;
    column-gap: 0.25rem;
    padding-top: 0.25rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    flex-direction: row;
    padding-bottom: 0.25rem;
}

body .t79 {
    border: 1px solid rgb(27,27,27);
}

body .t82 {
    top: auto;
    left: 1.5rem;
    color: rgb(255,255,255);
    right: auto;
    width: auto;
    border: 1px solid rgb(27,27,27);
    bottom: 1.5rem;
    position: fixed;
    background: rgba(124,10,255,0.71);
    column-gap: 0.5rem;
    padding-top: .5rem;
    padding-left: .5rem;
    padding-right: .5rem;
    padding-bottom: .5rem;
}

body .t82:hover {
    background: rgb(132,0,255);
}

body .t84 {
    border: 1px solid rgb(27,27,27);
}

body .t84.dh-active {
    background: rgb(64,0,255);
}

body .t90 {
    flex: 1 1 0%;
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
    padding-top: 5rem;
    padding-left: 5rem;
    padding-right: 5rem;
    flex-direction: column;
    padding-bottom: 5rem;
    justify-content: center;
}

body .t92 {
    width: 100%;
    row-gap: 1rem;
}

body .t99 {
    align-items: center;
    margin-bottom: 1rem;
    justify-content: center;
}

body .t100 {
    margin-top: 1rem;
    align-items: center;
    justify-content: center;
}

body .t101 {
    margin-top: 0.75rem;
}

body .t102 {
    background: rgb(0,0,255);
}

body .t102:hover {
    background: rgb(25,0,212);
}

body .t103 {
    display: flex;
    margin-top: .5rem;
}

body .t107:hover {
    text-decoration: underline;
}

body .t108 {
    width: 80vw;
    height: 100%;
    display: flex;
    position: relative;
    align-items: flex-end;
    padding-right: 1.5rem;
    padding-bottom: 1.5rem;
    justify-content: flex-end;
}

body .t109 {
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    position: absolute;
    background: linear-gradient(160deg,rgba(0,0,0,1) 2%,#0c0c0c 35%,#0026ff 99%);
    margin-left: auto;
    margin-right: auto;
}

body .t110 {
    z-index: 1;
    position: relative;
    text-align: right;
}

body .t115 {
    margin-left: .25rem;
}

