@import url('//use.fontawesome.com/releases/v4.7.0/css/font-awesome-css.min.css');
@font-face {
  font-family: 'FontAwesome';
  src: url('//use.fontawesome.com/releases/v4.7.0/fonts/fontawesome-webfont.eot');
  src: url('//use.fontawesome.com/releases/v4.7.0/fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
       url('//use.fontawesome.com/releases/v4.7.0/fonts/fontawesome-webfont.woff2') format('woff2'),
       url('//use.fontawesome.com/releases/v4.7.0/fonts/fontawesome-webfont.woff') format('woff'),
       url('//use.fontawesome.com/releases/v4.7.0/fonts/fontawesome-webfont.ttf') format('truetype'),
       url('//use.fontawesome.com/releases/v4.7.0/fonts/fontawesome-webfont.svg#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@import "animate.min.css";
@font-face{font-family:'hello';src:url("hello.otf") format("truetype")}
@font-face{font-family:'hellos';src:url("hello.ttf") format("truetype")}
* { margin: 0; padding: 0; text-decoration: none;  }
code,textarea,input,select,button { font: inherit; white-space: normal; }
th { font-style: normal; }
a,img,a img,iframe,form,fieldset,abbr,acronym,object,applet,table { border: none; }
table { border-collapse: collapse; border-spacing: 0; }
caption,th,td { text-align: left; }
html, body { margin: 0; padding: 0; height: auto; background-color: rgb(16, 16, 16) !important; font-size:10px;}
body {font-family: spinnler,Roboto Condensed,Helvetica Neue,Helvetica,Arial,sans-serif; line-height: 1em; color: rgb(243, 244, 254);letter-spacing: .1px;}
ul,ol { list-style: none; }
a { color: rgb(243, 244, 254); transition: all .2s;text-decoration: none;}
a:hover { text-decoration: none; }
form { display: inline; }
button::-moz-focus-inner {padding:0;border:none}
button { cursor: pointer; }
/*CLEARFIX*/
.clearfix:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}
.clearfix{display:inline-block;}
/* start commented backslash hack \*/ * html .clearfix{height:1%;}
.clearfix{display:block;}/* close commented backslash hack */
.clear { clear: both; }
.hidden { display: none; }
input::-webkit-input-placeholder, input::-moz-placeholder, input::-moz-placeholder, input::-ms-placeholder { font-style: italic; }
/*.inline-block { display: inline-block; zoom: 1; *display: inline; }*/
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
img {
    vertical-align: middle;
}
svg:not(:root) {
    overflow: hidden;
}
p {margin: 0 0 1em;}

nav {
top: 0px;
border-radius: 0px;
background-color: rgb(16, 16, 16);
color: rgb(255, 255, 255);
display: flex;
-moz-box-pack: justify;
justify-content: space-between;
min-height: 6rem;
padding: 1rem 2.5rem;
-moz-box-align: center;
align-items: center;
position: relative;
z-index: 98;
}
.ballogo{
display: flex;
-moz-box-align: center;
align-items: center;
margin-right: 3.5rem;}
.ballogo a{
transition: opacity 216ms ease 0s;
text-decoration: none;
background-color: transparent;
border: 0px none;
cursor: pointer;
display: flex;
-moz-box-pack: center;
justify-content: center;
-moz-box-align: center;
align-items: center;
margin-left: 0px;
}
.ballogo img {
border:0;
    height: 3rem;
    width: 11rem;
}
.jobbkereso {
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: end;
    justify-content: flex-end;
    flex: 1 1 0%;
}
.jobbkeresomobil {
	position: absolute;
	background-color: rgb(16, 16, 16);
	width: calc(100% - 2rem);
	top: 0px;
	padding: 1rem 1rem;
	left: 0px;
}
.jobblogin {
    transition: opacity 216ms ease 0s;
    font-family: "hello",spinnler,Roboto Condensed,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 1.7rem;
    font-weight: 400;
    letter-spacing: -0.01rem;
    line-height: 2.2rem;
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: transparent;
    border: 0px none;
    cursor: pointer;
    margin-left: 1rem;
}
.ballogo:hover, .jobblogin:hover, .jobblogin:active {
    opacity: 0.8;
}
.jobblogin:hover {
    color: rgb(255, 255, 255);
    text-decoration: none;
}
.keresojobb {
    display: flex;
    -moz-box-pack: end;
    justify-content: flex-end;
    position: static;
    width: 100%;
}
.kereso {
    display: flex;
    width: 100%;
}
.mezo {
    transition: width 216ms ease 0s, padding 216ms ease 0s, margin 216ms ease 0s;
    position: relative;
    background-color: rgb(37, 37, 37);
    border-radius: 8rem;
    display: flex;
    padding: 0px 0.8rem;
    width: 100%;
}
.keresomegsem{
	display: none;
	transition: opacity 216ms ease 0s;
	font-family: "hello", sans-serif;
	font-size: 1.7rem;
	font-weight: 400;
	letter-spacing: -0.01rem;
	line-height: 2.2rem;
	color: rgb(255, 255, 255);
	text-decoration: none;
	background-color: transparent;
	border: 0px none;
	cursor: pointer;
	margin-left: 1rem;
}
.mezo input {
    font-family: "hello", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: -0.01rem;
    background-color: transparent;
    border: 0px none;
    color: rgb(255, 255, 255);
    line-height: 3.4rem;
    outline: currentcolor none medium;
    margin: 0.2rem 0.8rem;
    padding: 0.1rem;
    width: calc(100% - 4rem);
    user-select: text;
	margin-left: 4rem;
}
.mezo button {
    -moz-box-align: center;
    align-items: center;
    background-color: rgb(37, 37, 37);
    border-radius: 4rem;
    border: 0px none;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-flex;
    height: 4rem;
    -moz-box-pack: center;
    justify-content: center;
    transition: all 216ms ease 0s;
    width: 4rem;
    padding: 0px; 
   position: absolute;
    left: 0px;
    top: 0px;
}
.mezo button:last-child {
    display: none;
    right: 0px;
	left: auto;
}
.eredmeny {
    background-color: rgb(16, 16, 16);
    left: 0px;
    opacity: 0;
    display: none;
    position: absolute;
    transform: translate3d(0px, 0px, 0px);
    transition: opacity 216ms ease 0s, transform 216ms ease 0s;
    width: 100%;
	height: calc(-4.8rem + 100vh);
	overflow-y: scroll;
	padding-bottom: 4.8rem;
	top: 4.8rem;
}
.belso1 {
    height: auto;
    overflow-y: auto;
    padding-top: 0rem;
    padding-bottom: 150px;
}
.belso2 {
    -moz-box-align: center;
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    -moz-box-pack: start;
    justify-content: flex-start;
    text-decoration: none;
    transition: background-color 108ms ease 0s;
    padding: 2rem 1.6rem 1rem;
    pointer-events: none;
}
.belso2 span {
    font-family: "hello", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: -0.015rem;
    line-height: 2.3rem;
    color: rgb(255, 255, 255);
    margin: 0px;
    display: block;
    flex-direction: row;
    -moz-box-pack: start;
    justify-content: flex-start;
    -moz-box-align: center;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.belso1 a {
    -moz-box-align: center;
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    -moz-box-pack: start;
    justify-content: flex-start;
    padding: 1.2rem 1.6rem;
    text-decoration: none;
    transition: background-color 108ms ease 0s;
}
.belso1 a:hover {
    background-color: rgb(37, 37, 37);
    text-decoration: none;
}
.keresoavatar {
    -moz-box-align: center;
    align-items: center;
    background-color: rgb(37, 37, 37);
    border-radius: 4rem;
    color: rgb(173, 174, 181);
    display: flex;
    font-size: 1.6rem;
    height: 4rem;
    -moz-box-pack: center;
    justify-content: center;
    margin-right: 1.2rem;
    object-fit: cover;
    width: 4rem;
}
.keresoavatar div {
    -moz-box-align: center;
    align-items: center;
    background-color: rgb(255, 3, 124);
    border-radius: 8rem;
    display: flex;
    height: 4rem;
    -moz-box-pack: center;
    justify-content: center;
    overflow: hidden;
    width: 4rem;
	margin-left: 0;
}
.keresoavatar img {
    object-fit: cover;
    height: 4rem;
    width: 4rem;
}
.keresoavatartxt {
    display: flex;
    flex-direction: column;
    width: calc(100% - 5.2rem);
}
.keresoavatartxt > span {
    font-family: "hello", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: -0.015rem;
    line-height: 2.3rem;
    color: rgb(255, 255, 255);
    margin: 0px;
    display: block;
    flex-direction: row;
    -moz-box-pack: start;
    justify-content: flex-start;
    -moz-box-align: center;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.belso1 strong {
    font-family: "hellos", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -0.015rem;
    line-height:5rem;
    padding: 1.2rem 1.6rem;
}
.belso1 span strong {
    line-height: 2.3rem;
    padding: 0;
}
.keresoavatartxt > span:last-child {
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: -0.01rem;
    line-height: 1.8rem;
    color: rgb(173, 174, 181);
}
.menu {
    background-color: rgb(16, 16, 16);
    -moz-box-align: center;
    align-items: center;
    padding-left: 1.2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    display: none;
}
.menugomb:not(:disabled) {
    cursor: pointer;
}
.menu a {
    margin-right: 1.5rem;
}
.menu a:hover {
    background-color: rgb(62, 62, 62);
    color: rgb(243, 244, 254);
    text-decoration: none;
}
.menu a {
    font-family: "hello", sans-serif;
    font-size: 1.7rem;
    font-weight: 400;
    letter-spacing: -0.01rem;
    line-height: 2.2rem;
    -moz-box-align: center;
    align-items: center;
    background-color: rgb(37, 37, 37);
    border-radius: 8rem;
    border: 0px none;
    color: rgb(243, 244, 254);
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    padding: 1rem 1.5rem;
    text-align: center;
    text-decoration: none;
    transition: background-color 216ms ease-in-out 0s;
    white-space: nowrap;
    pointer-events: inherit;
}
.menu a.akti {
    background-color: rgb(69, 255, 255);
    color: rgb(0, 0, 0);
    pointer-events: none;
}
.menu span.elso {
    background: rgb(62, 62, 62) none repeat scroll 0% 0%;
    border-radius: 8rem;
    width: 0.1rem;
    min-width: 0.1rem;
    height: 2.5rem;
    margin-right: 1.4rem;
	padding-left:0;
}
.menu span {
    font-family: "hello", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: -0.01rem;
    line-height: 1.8rem;
    color: rgb(173, 174, 181);
    padding-left: 1rem;
}
.menu a i {
    color: rgb(243, 244, 254);
    font-size: 1.2rem;
    padding-right: 1.5rem;
}
.main {
	top:0;
    background-color: rgb(16, 16, 16);
    font-family: "hello";
    min-height: 100vh;
    padding: 2.4rem 0px 5rem;
    position: relative;
    z-index: 2;
    -webkit-transform: translateZ(0);
}
.container, .allcim {
    display: block;
    overflow-x: hidden;
    padding: 0px 18px;
    width: calc(100% - 36px);
}
.promo {
    background-color: #252525;
    background-repeat: no-repeat;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}
.promo video, .promo div {
    position: absolute;
	height: 100%;
}
.promo div {
    background-image: url(/pics/useCaseOverlayMobileThumbnail.jpg);
    background-size: contain;
    opacity: 1;
    position: relative;
    transition: opacity .5s ease-in-out;
    padding-top: 71.42857%;
    width: 100%;
}
.promo p {
    align-self: center;
    color: #fff;
    font-family: "hellos",Helvetica,sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    max-width: 480px;
    padding: 0 18px;
    position: absolute;
    text-align: center;
    margin: 0;
}
.blokk {
    padding-bottom: 30px;
    position: relative;
	margin-right: 0;
}
.blokkcim {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.blokkcim h1 {
    color: #fff;
    font-family: "hellos";
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -.1px;
    line-height: 30px;
    margin-bottom: 2px;
    margin-top: .5rem;
}
.blokkcim h2 {
    font-family: "hellos", sans-serif;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: -0.02rem;
	line-height: 2.9rem;
	color: rgb(255, 255, 255);
	margin: 0px;
}
.allcim h2 {
    font-family: "hellos", sans-serif;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -.1px;
    line-height: 29px;
    margin: 0;
    padding: 6px 0 30px;
}
.allcim > div {
    list-style: none;
    margin: 25px 0 55px;
    padding: 0;
	width: 100%;
}
.allcim > div > ul {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 12px;
}
.allcim > div > ul > li {
    width: 100%;
}
.allcim > div > ul > li > a {
    font-family: "hellos", sans-serif;
    color: #fff;
    font-weight: 700;
    padding: 0;
	font-size: 17px;
}
.allcim > div > ul > li > ul {
    list-style: none;
    margin: 25px 0 55px;
    padding: 0;
    width: 100%;
}
.allcim > div > ul > li > ul > li {
    display: inline-block;
    padding: 5px 0;
    vertical-align: top;
    width: 50%;
}
.allcim > div > ul > li > ul > li > a {
	color: #fff;
}
.allcim > div > ul > li > ul > li > a > span {
    display: flex;
    align-items: baseline;
}
.allcim > div > ul > li > ul > li > a > span > span:first-child {
    display: inline-block;
    font-size: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	color: #fff;
	line-height: 1.5;
}
.allcim > div > ul > li > ul > li > a > span > span:last-child {
    color: #fff;
    font-size: 12px;
    letter-spacing: -.1px;
    line-height: 14px;
    padding: 0 10px 0 5px;
}
.lepteto a{
    color: #a0a2b5;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 1px;
    line-height: 19px;
    letter-spacing: -.1px;
}
.lepteto a:hover{
    color: #fff;
}
.lepteto {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    width: 60px;
    white-space: nowrap;
}
.lepteto div {
    display: flex;
    flex-direction: row;
}
.leptetobal {
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    border-radius: 50%;
    width: 3.2rem;
    height: 3.2rem;
    border: 1px solid rgb(62, 62, 62);
    background-color: rgb(28, 28, 28);
    opacity: 0.1;
    transition: opacity 300ms ease 0s;
    display: none;
    outline: currentcolor none medium;
    margin-left: 1.6rem;
}
.leptetojobb {
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    border-radius: 50%;
    width: 3.2rem;
    height: 3.2rem;
    border: 1px solid rgb(62, 62, 62);
    background-color: rgb(28, 28, 28);
    opacity: 1;
    transition: opacity 300ms ease 0s;
    display: none;
    outline: currentcolor none medium;
    margin-left: 0.8rem;
}
.leptetobal:hover, .leptetojobb:hover {
    background-color: rgb(62, 62, 62);
}
.arcok {
    display: flex;
    flex-direction: row;
    padding-top: 10px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    position: relative;
	margin: 0 -18px;
	padding-bottom: 8px;
	width: auto;
}
.arc {
    flex: 1 1 0%;
    max-width: 15rem;
    min-width: 15rem;
    position: relative;
    background-color: transparent;
    background-clip: content-box;
    overflow: hidden;
    cursor: pointer;
    height: 100%;
    top: 0px;
}
.arckep {
 /*   min-height: 18rem; */
    border-radius: 0.6rem;
    background: rgb(37, 37, 37) none repeat scroll 0% 0%;
    display: block;
    padding-top: 120%;
    position: relative;
    overflow: hidden;
}
.arckep img:not(.arckep div span img) {
    height: 100%;
    width: 100%;
    position: absolute;
    object-fit: cover;
	opacity: 0;
    inset: 0px;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.13, 1.02) 0s;
	animation: 0s ease 0s 1 normal none running none;
}
.arckep img:not(.arckep div span img):hover {
    transform: scale(1.1);
}
.arc:hover .bookmrk {
    opacity: 1;
}
.arckep span:not(.arckep div span) {
    z-index: 2;
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
}
.arckep div {
    z-index: 90;
    margin-bottom: 0.5rem;
}
.arckep div span {
    font-family: "hello", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: -0.01rem;
    -moz-box-align: center;
    align-items: center;
    background-color: rgb(62, 62, 62);
    border-radius: 0.4rem;
    display: inline-flex;
    padding: 0.4rem;
    line-height: 1.4rem;
	color: #fff;
}
.arckep div:last-child span {
	background-color: rgba(16, 16, 16, 0.85);
}
.arckep div span img {
    margin-right: 0.2rem;
    height: 1.2rem;
}
.bookmrk {
    z-index: 2;
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    opacity: 1;
    transition: opacity 0.4s cubic-bezier(0.17, 0.67, 0.13, 1.02) 0s;
}
.bookmrk div {
    -moz-box-align: center;
    align-items: center;
    background: rgba(16, 16, 16, 0.85) none repeat scroll 0% 0%;
    border-radius: 0.4rem;
    cursor: pointer;
    display: flex;
    height: 2.4rem;
    -moz-box-pack: center;
    justify-content: center;
    width: 2.4rem;
}
.bookmrk div svg {
	color: rgb(69, 255, 255);
}
.alresz {
    padding: 0.5rem 0px 0rem;
    margin-top: 0.8rem;
}
.alresz a:first-child {
    display: flex;
	text-decoration: none;
}
.alresz a:first-child div {
    font-family: "hellos", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: rgb(255, 255, 255);
    letter-spacing: -0.028rem;
    line-height: 1.9rem;
    margin: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-wrap: break-word;
    display: inline-block;
}
.alresz div a {
    font-family: "hello", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: -0.01rem;
    line-height: 1.8rem;
    color: rgb(173, 174, 181);
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
}
.alresz a:last-child div:not(.alresz a:last-child div span:last-child div) {
    display: flex;
    -moz-box-pack: justify;
    justify-content: space-between;
    text-decoration: none;
    margin-top: 1.2rem;
}
.alresz a:last-child div span:first-child {
    display: flex;
    flex-direction: row;
    cursor: pointer;
    text-align: center;
    color: rgb(255, 255, 255);
}
.alresz a:last-child div span:last-child {
    display: flex;
    flex-direction: row;
    font-family: "hello", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: -0.01rem;
    line-height: 1.8rem;
    color: white;
    text-shadow: rgb(0, 0, 0) 0px 0px 1.6rem;
}
.alresz a:last-child div span:first-child span:first-child {
    margin-right: 0.4rem;
    font-family: "hello", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: -0.01rem;
    line-height: 1.8rem;
}
.alresz a:last-child div span:first-child span:last-child {
    display: flex;
    flex-direction: row;
    font-family: "hello", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: -0.01rem;
    line-height: 1.8rem;
    color: white;
    text-shadow: rgb(0, 0, 0) 0px 0px 1.6rem;
}
.alresz a:last-child div span:last-child div {
    display: flex;
    -moz-box-align: center;
    align-items: center;
    margin-right: 0.4rem;
}
.alresz a:last-child div span:last-child img{
    color: rgb(255, 214, 67);
    height: 1.4rem;
}
.alresz a:last-child div span:last-child span {
    color: rgb(255, 255, 255);
    font-family: "hello", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: -0.01rem;
    line-height: 1.8rem;
}
.kategoriak {
    margin-right: 0;
    padding-bottom: 30px;
    position: relative;
}
.kategoria {
    display: flex;
    width: 100%;
    flex-direction: row;
    padding-top: 10px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    position: relative;
}
.kategoriadoboz {
    width: 212px;
    flex: 0 0 212px;
	background: rgb(19, 20, 49) none repeat scroll 0% 0%;
	border-radius: 0.6rem;
	height: 11.5rem;
	width: 100%;
	color: rgb(255, 255, 255);
	overflow: hidden;
	min-width: 20rem;
	max-width: 24rem;
	padding: 10px 15px;
	position: relative;
}
.kategoriadoboz a:last-child {
    font-family: "hellos", sans-serif;
    font-size: 1.7rem;
    font-weight: 700;
    color: rgb(255, 255, 255);
    letter-spacing: -0.28px;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-wrap: break-word;
    text-decoration: none !important;
    line-height: 48px;
}
.kategoriadoboz img  {
    width: 100%;
    height: auto;
    position: absolute;
    inset: 0px;
    object-fit: cover;
	opacity: 0;
}

@-webkit-keyframes load-fade-in{
    0%{
        opacity:0;
    }
    100%{
        opacity:1;
    }
}
@keyframes load-fade-in{
    0%{
        opacity:0;
    }
    100%{
        opacity:1;
    }
}
@-webkit-keyframes scale-out {
 0% {
  -webkit-transform:scale(1);
  transform:scale(1);
  opacity:.6
 }
 to {
  -webkit-transform:scale(0);
  transform:scale(0);
  opacity:0
 }
}
@keyframes scale-out {
 0% {
  -webkit-transform:scale(1);
  transform:scale(1);
  opacity:.6
 }
 to {
  -webkit-transform:scale(0);
  transform:scale(0);
  opacity:0
 }
}
@-webkit-keyframes scale-in {
 0% {
  -webkit-transform:scale(0);
  transform:scale(0);
  opacity:0
 }
 to {
  -webkit-transform:scale(1);
  transform:scale(1);
  opacity:.6
 }
}
@keyframes scale-in {
 0% {
  -webkit-transform:scale(0);
  transform:scale(0);
  opacity:0
 }
 to {
  -webkit-transform:scale(1);
  transform:scale(1);
  opacity:.6
 }
}
.adblokk {
    display: flex;
    overflow: scroll hidden;
    scrollbar-width: none;
    -moz-box-pack: justify;
    justify-content: space-between;
}
.adblokk div:not(.adblokk div div) {
    width: 32%;
    display: flex;
    flex-direction: column;
}
.adblokk div div {
    color: rgb(255, 255, 255);
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: -0.01rem;
    padding-top: 0.8rem;
    margin-bottom: 1.5rem;
}
.adblokk div a:first-child {
    width: 100%;
    margin-bottom: 1.6rem;
}
.adblokk div a div {
    color: rgb(255, 255, 255);
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -0.02rem;
    line-height: 2.5rem;
    margin-right: 0.2rem;
    text-decoration: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    -moz-box-pack: end;
    justify-content: flex-end;
}
.adblokk div a img {
    width: 100%;
    border-radius: 0.8rem;
    vertical-align: middle;
    border: 0;
}
footer {
	display: block;
    background-color: rgb(28, 28, 28);
    width: 100%;
}
.grid {
    display: grid;
    grid-template-columns: 1fr;
    width: calc(100% - 6rem);
    margin: 0px auto;
    max-width: 170.8rem;
    padding: 0px 3rem;
        padding-bottom: 0px;
}
.grid > div {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    min-height: 20rem;
    padding-top: 5rem;
}
.grid > div:first-child div:first-child:not(.grid > div:first-child div:first-child div) {
    margin: 0px;
    padding: 0px 2.5rem;
}
.grid > div:first-child div:first-child:not(.grid > div:first-child div:first-child div) > div {
    font-family: "hello", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: -0.01rem;
    line-height: 2rem;
    color: rgb(255, 7, 97);
    padding: 1rem 2rem;
}
.grid div:first-child div:first-child h3 {
    font-family: "hello", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: -0.015rem;
    line-height: 2.3rem;
    color: rgb(255, 255, 255);
    margin-top: 0.25rem;
    margin-bottom: 1rem;
}
.grid div:first-child div:first-child p {
    font-family: "hello", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: -0.01rem;
    color: rgb(255, 255, 255);
}
.grid div:first-child div:first-child p:last-child {
	font-family: "hello", sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2rem;
	letter-spacing: -0.01rem;
	color: rgb(173, 174, 181);
	margin-top: 1rem;
}
.grid div:first-child div:first-child p:last-child a {
    font-weight: 700;
    text-decoration: none;
    color: rgb(173, 174, 181);
}
.grid div:first-child div:first-child form {
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
}
.grid div:first-child div:first-child form input {
    font-family: "hello", sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.015rem;
    line-height: 1.3;
	-webkit-appearance: none;
    background-color: transparent;
    border: 0.1rem solid rgb(62, 62, 62) !important;
    box-shadow: none !important;
    color: rgb(255, 255, 255);
    border-radius: 0.6rem !important;
    width: 100%;
    padding: 1.5rem !important;
}
.grid div:first-child div:first-child form button {
    padding: 0px;
    margin-left: 0.75rem;
    height: 5rem;
    width: 6rem;
    display: block;
    cursor: pointer;
    appearance: none;
    border: 0.1rem solid rgb(255, 3, 124);
    transition: border-color 216ms ease-in-out 0s, background-color 216ms ease-in-out 0s;
    position: relative;
    outline: currentcolor none medium;
    text-decoration: none;
    background-color: rgb(255, 3, 124);
    color: rgb(255, 255, 255);
    font-family: "hello", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: -0.015rem;
    line-height: 2.3rem;
    border-radius: 0.8rem;
}
.grid div:first-child div:first-child form button div {
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    opacity: 1;
}
.grid > div:first-child div:last-child:not(.grid > div:first-child div:first-child div) {
    display: flex;
    -moz-box-pack: start;
    justify-content: flex-start;
    -moz-box-align: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 2.5rem 1.5rem;
    padding: 5rem 2rem 0px;
}
.grid > div:first-child div:last-child a {
    font-family: "hello", sans-serif;
    font-size: 1.7rem;
    font-weight: 400;
    letter-spacing: -0.01rem;
    line-height: 2.2rem;
    color: rgb(255, 255, 255);
    margin: 0px 2rem 2.5rem 0px;
    text-decoration: none;
}
.grid small {
    font-family: "hello", sans-serif;
    font-size: 1.7rem;
    font-weight: 400;
    letter-spacing: -0.01rem;
    line-height: 2.2rem;
    color: rgb(173, 174, 181);
    margin-bottom: 1rem;
    text-align: center;
    padding: 0px 2rem;
}
.grid div:last-child > div {
    margin: 0px;
    padding: 0px 2.5rem;
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    -moz-box-pack: start;
    justify-content: flex-start;
}
.grid div:last-child div div:not(.grid div:last-child div div:first-child) {
    margin-bottom: 2.4rem;
}
.grid div:last-child div div:first-child a {
    padding: 1rem;
    display: inline-block;
    color: rgb(255, 255, 255);
    font-size: 1.8rem;
    margin-bottom: 2.4rem;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
        font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.grid div:last-child div p {
    font-family: "hello", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: -0.01rem;
    color: rgb(255, 255, 255);
    margin: 0px 0px 0.8rem;
}
.grid > div > div > div a:not(.grid div div div:first-child a) {
    display: inline-block;
    appearance: none;
    border: 0.1rem solid rgb(243, 244, 254);
    transition: border-color 216ms ease-in-out 0s, background-color 216ms ease-in-out 0s;
    width: inherit;
    position: relative;
    outline: currentcolor none medium;
    text-decoration: none;
    background-color: transparent;
    color: rgb(255, 255, 255);
    font-family: "hello", sans-serif;
    font-size: 1.7rem;
    font-weight: 500;
    letter-spacing: -0.01rem;
    line-height: 2.2rem;
    padding: 1rem 1.8rem;
    border-radius: 0.6rem;
    margin-bottom: 0.8rem;
	margin-right: 1rem;
}
.grid > div > div > div a:not(.grid div div div:first-child a):hover {
    text-decoration: none;
    background-color: transparent;
    border-color: rgb(173, 174, 181);
    color: rgb(255, 255, 255);
}

.fan {
    display: grid;
    max-width: 84rem;
    width: 100%;
    grid-template-columns: 1fr;
    margin: 0px auto;
}
.fanmenu {
    display: flex;
    flex-direction: row;
    -moz-box-pack: justify;
    justify-content: space-between;
    padding: 1rem 2rem;
    -moz-box-align: center;
    align-items: center;
}
.fanmenu ol {
    -moz-box-align: center;
    align-items: center;
    display: none;
    list-style-type: none;
    margin-bottom: 0px;
    padding-left: 0px;
}
.fanmenu ol li {
    display: inline-block;
    margin: 0px 0.5rem;
}
.fanmenu ol li:first-child {
    margin: 0px 0.5rem 0px 0px;
}
.fanmenu ol li a {
    background-color: transparent;
    padding: 0.4rem 0px;
    border-radius: 2rem;
    color: rgb(69, 255, 255);
    font-family: "hello", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: -0.01rem;
    line-height: 1.8rem;
}
.fanmenu > div {
    display: flex;
    flex-direction: row;
    -moz-box-align: center;
    align-items: center;
}
.fanmenu button:not(.fanmenu button:last-child) {
    margin-right: 0.7rem;
    cursor: pointer;
    padding: 1rem 1.6rem;
    display: inline-block;
    appearance: none;
    border: 0.1rem solid rgb(62, 62, 62);
    transition: border-color 216ms ease-in-out 0s, background-color 216ms ease-in-out 0s;
    width: inherit;
    position: relative;
    outline: currentcolor none medium;
    text-decoration: none;
    background-color: rgb(62, 62, 62);
    color: rgb(69, 255, 255);
    font-family: "hello", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: -0.01rem;
    border-radius: 8rem;
}
.fanmenu button div {
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    opacity: 1;
}
.fanmenu button div svg {
    width: auto;
    height: auto;
}
.fanmenu button:nth-child(2) div svg {
    color: rgb(69, 255, 255);
}
.fanmenu button:nth-child(2) div.savedstar svg {
    color: rgb(69, 255, 255);
    fill: rgb(69, 255, 255);
}
.fanmenu button:last-child {
    display: block;
	padding: 1rem 1.5rem;
    appearance: none;
    border: 0.1rem solid rgb(62, 62, 62);
    transition: border-color 216ms ease-in-out 0s, background-color 216ms ease-in-out 0s;
    width: inherit;
    position: relative;
    outline: currentcolor none medium;
    text-decoration: none;
    background-color: rgb(62, 62, 62);
    color: rgb(69, 255, 255);
    font-family: "hello", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: -0.01rem;
    border-radius: 8rem;
	margin-right: 0px;
}
.fanmenu button:hover {
    text-decoration: none !important;
    background-color: rgb(75, 75, 75) !important;
    border-color: rgb(75, 75, 75) !important;
}
.fanmenu button:active {
    background-color: rgb(42, 42, 42) !important;
    border-color: rgb(42, 42, 42) !important;
    color: rgb(255, 255, 255);
}
.profile {
    padding: 0px 2rem;
    margin-bottom: 4.8rem;
}
.profile > div:first-child {
    margin-top: 0.5rem;
	display: block;
	overflow: auto;
}
.profile > div:first-child > div, .avideos > div {
    display: flex;
    flex-flow: row nowrap;
    width: calc(-4rem + 100vw);
    position: relative;
    -moz-box-pack: start;
    justify-content: flex-start;
}
.videokartya {
    height: 29rem;
    position: relative;
    width: 19.6rem;
    border-radius: 0.6rem;
    overflow: hidden;
    background-color: rgb(37, 37, 37);
	flex-shrink: 0;
	margin-right: 1.5rem;
}
.videokartya > div:first-child {
    height: 29rem;
    border-radius: 0.6rem;
    overflow: hidden;
    left: 0px;
    object-fit: cover;
    opacity: 1;
    position: absolute;
    top: 0px;
    transition: opacity 216ms ease-in 0s;
    width: 19.6rem;
}
.videokartya video {
    height: 29rem;
    object-fit: cover;
    width: 19.6rem;
    border-radius: 0.6rem;
    overflow: hidden;
    border: 0px none;
}
.videokartya:not(.videokartya:last-child) > div:last-child {
    position: absolute;
    pointer-events: none;
    z-index: 4;
    bottom: 0px;
    left: 0px;
    display: flex;
    -moz-box-pack: justify;
    justify-content: space-between;
    align-items: flex-end;
    padding: 1rem;
    width: calc(100% - 2rem);
}
.videokartya div button {
    cursor: pointer;
    width: auto;
    display: inline-block;
    appearance: none;
    border: 0.1rem solid rgb(37, 37, 37);
    transition: border-color 216ms ease-in-out 0s, background-color 216ms ease-in-out 0s;
    position: relative;
    outline: currentcolor none medium;
    text-decoration: none;
    background-color: rgb(37, 37, 37);
    color: rgb(69, 255, 255);
    font-family: "hello", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: -0.01rem;
    line-height: 1.5rem;
    padding: 0.2rem 0.4rem;
    border-radius: 0.4rem;
}
.videokartya:not(.videokartya:last-child) > button {
    background-color: transparent;
    border: 0px none;
    height: 2rem;
    width: 2rem;
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    margin-top: 1rem;
    margin-left: 0.6rem;
}
.videokartya > button img {
    z-index: 3;
    height: 2rem;
    width: 2rem;
}
.videokartya > div:last-child > div {
	display: flex;
}
.videokartya > div:last-child > div div {
    -moz-box-align: center;
    align-items: center;
    background-color: rgb(255, 3, 124);
    border-radius: 6rem;
    display: flex;
    height: 3rem;
    -moz-box-pack: center;
    justify-content: center;
    overflow: hidden;
    width: 3rem;
    font-family: "hellos", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: -0.01rem;
    line-height: 1.8rem;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
}
.videokartya > div:last-child > div div:last-child {
    margin-left: -0.5rem;
}
.videokartya > div:last-child > div div img {
    object-fit: cover;
    height: 3rem;
    width: 3rem;
}
.videokartya:not(.videokartya:last-child) > img {
    height: 29rem;
    border-radius: 0.6rem;
    left: 0px;
    object-fit: cover;
    position: absolute;
    top: 0px;
    width: 19.6rem;
    z-index: 3;
    opacity: 0;
	cursor: pointer;
}
.videokartya:last-child img {
    height: 29rem;
    border-radius: 0.6rem;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 19.6rem;
    z-index: 1;
    filter: brightness(30%);
	opacity: 0;
	-o-object-fit: cover;
	object-fit: cover;
}
.videokartya:last-child > div {
    display: flex;
    position: absolute;
    flex-direction: column;
    z-index: 3;
}
.videokartya:last-child > div div {
    font-family: "hellos", sans-serif;
    font-size: 1.7rem;
    font-weight: 500;
    letter-spacing: -0.01rem;
    line-height: 2.2rem;
    color: rgb(255, 255, 255);
    text-align: center;
    width: 17rem;
    margin-top: 2.4rem;
    align-self: center;
}
.videokartya:last-child > div div:first-child {
    font-family: "hellos", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: -0.02rem;
    line-height: 2.9rem;
    color: rgb(255, 255, 255);
    text-align: center;
    width: 19.6rem;
    margin-top: 4.4rem;
	display: block;
}
.videokartya:last-child > div div:last-child {
	display: none;
}
.videokartya:last-child button {
    display: inline-block;
    appearance: none;
    border: 0.1rem solid rgb(255, 3, 124);
    transition: border-color 216ms ease-in-out 0s, background-color 216ms ease-in-out 0s;
    width: inherit;
    position: relative;
    outline: currentcolor none medium;
    text-decoration: none;
    background-color: rgb(255, 3, 124);
    color: rgb(255, 255, 255);
    font-family: "hellos", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: -0.01rem;
    padding: 0.5rem 1.2rem;
    border-radius: 8rem;
	cursor: pointer;
}
.profile > div:nth-child(2) {
    display: block;
    margin: 1.5rem 0px;
}
.profile > div:nth-child(2) > div:first-child {
	display: none;
}
.profile > div:nth-child(2) > div:first-child > div {
    height: 20rem;
    position: relative;
    width: 20rem;
    cursor: pointer;
}
.profile > div:nth-child(2) > div:first-child > div > div {
    position: absolute;
    overflow: hidden;
    object-fit: cover;
    border-radius: 20rem;
    opacity: 1;
    transition: opacity 216ms ease-in 0s;
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.profile > div:nth-child(2) > div:first-child > div > div > div {
    -moz-box-align: center;
    align-items: center;
    background-color: rgb(255, 3, 124);
    border-radius: 30rem;
    display: flex;
    height: 15rem;
    -moz-box-pack: center;
    justify-content: center;
    overflow: hidden;
    width: 15rem;
}
.profile > div:nth-child(2) > div:first-child > div > div > div img {
    object-fit: cover;
    height: 15rem;
    width: 15rem;
}
.profile > div:nth-child(2) figure {
    margin: 0px;
    position: relative;
    max-width: 20rem;
}
.profile > div:nth-child(2) figure circle:last-child {
	stroke-dasharray:0 100;
	animation: progress 2s ease 0s 1 normal forwards running;
}
.profile > div:nth-child(2) > div:last-child {
    grid-column: span 2;
    column-gap: 1.5rem;
    margin-top: 1.5rem;
    font-family: "hello", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: -0.01rem;
    line-height: 1.8rem;
    color: rgb(173, 174, 181);
}
.profile > div:nth-child(2) > div:nth-child(2) > div:first-child {
    display: flex;
    -moz-box-pack: justify;
    justify-content: space-between;
}
.profile > div:nth-child(2) > div:nth-child(2) > div:first-child > div:last-child {
    height: 4.8rem;
    position: relative;
    width: 4.8rem;
}
.profile > div:nth-child(2) > div:nth-child(2) > div:first-child > div:first-child p:first-child {
    font-family: "hellos", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: -0.02rem;
    line-height: 2.9rem;
    color: rgb(255, 255, 255);
    margin: 0.25rem 0px;
    padding-top: 0.25rem;
    word-break: break-word;
}
.profile > div:nth-child(2) > div:nth-child(2) > div:first-child > div:first-child p:last-child {
    font-family: "hello", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: -0.01rem;
    line-height: 1.8rem;
    color: rgb(173, 174, 181);
    margin-bottom: 0.75rem;
}
.profile > div:nth-child(2) > div:nth-child(2) > div:last-child {
    display: none;
	font-family: "hello", sans-serif;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: -0.01rem;
	line-height: 1.8rem;
	color: rgb(173, 174, 181);
}
.profile > div:nth-child(2) > div:nth-child(2) > div:first-child > div:last-child > div:first-child {
    position: absolute;
    overflow: hidden;
    object-fit: cover;
    border-radius: 4.8rem;
    opacity: 1;
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.profile > div:nth-child(2) > div:nth-child(2) > div:first-child > div:last-child > div:first-child > div {
    -moz-box-align: center;
    align-items: center;
    background-color: rgb(255, 3, 124);
    border-radius: 7.2rem;
    display: flex;
    height: 3.6rem;
    -moz-box-pack: center;
    justify-content: center;
    overflow: hidden;
    width: 3.6rem;
}
.profile > div:nth-child(2) > div:nth-child(2) > div:first-child > div:last-child > div:first-child > div img {
    object-fit: cover;
    height: 3.6rem;
    width: 3.6rem;
}
.profile > div:nth-child(2) > div:nth-child(2) > div:first-child > div:last-child > div:last-child {
    height: 4.8rem;
    position: relative;
    width: 4.8rem;
}
.profile > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) {
	display: none;
}
.profile > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) div p {
    font-family: "hello", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: -0.02rem;
    line-height: 2.9rem;
    color: rgb(255, 255, 255);
    margin: 0.25rem 0px;
    padding-top: 0.25rem;
    word-break: break-word;
}
.profile > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > p {
    font-family: "hello", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: -0.01rem;
    line-height: 1.8rem;
    color: rgb(173, 174, 181);
    margin-bottom: 0.75rem;
}
.profile > div:nth-child(2) > div:nth-child(2) > div:nth-child(3) {
    display: flex;
    flex-wrap: nowrap;
    width: calc(-4rem + 100vw);
    overflow-x: auto;
}
.profile > div:nth-child(2) > div:nth-child(2) > div:nth-child(3) div {
    display: flex;
    flex-direction: row;
    -moz-box-align: center;
    align-items: center;
    color: rgb(255, 255, 255);
    margin-right: 0.4rem;
    font-family: "hello", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: -0.01rem;
    line-height: 1.5rem;
    background-color: rgb(28, 28, 28);
    border-radius: 0.4rem;
    padding: 0.4rem;
    white-space: nowrap;
}
.profile > div:nth-child(2) > div:nth-child(2) > div:nth-child(3) div p {
    font-family: "hellos", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: -0.01rem;
    line-height: 1.5rem;
    background: rgba(0, 0, 0, 0) linear-gradient(92.34deg, rgb(255, 179, 0) 8.8%, rgb(248, 230, 178) 63.22%, rgb(255, 221, 90) 107.04%) repeat scroll 0% 0% padding-box text;
    -webkit-text-fill-color: transparent;
    margin: 0px;
}
.profile > div:nth-child(2) > div:nth-child(2) > div:nth-child(3) div p img {
    margin-right: 0.6rem;
    height: 1.2rem;
    width: 1.2rem;
    position: relative;
    margin-top: -0.2rem;
}
.profile > div:nth-child(3) {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
    height: 6.6rem;
    background-color: rgb(28, 28, 28);
    border-radius: 0.8rem;
    margin-bottom: 1.4rem;
}
.profile > div:nth-child(3) > div {
    width: 100%;
    height: 100%;
}
.profile > div:nth-child(3) > div > div {
    display: flex;
    flex-direction: column;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
}
.profile > div:nth-child(3) > div > div:first-child {
    border-right: 1px solid rgb(16, 16, 16);
}
.profile > div:nth-child(3) > div > div:last-child {
    border-left: 1px solid rgb(16, 16, 16);
}
.profile > div:nth-child(3) > div > div > span {
    font-family: "hello", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: -0.01rem;
    line-height: 1.8rem;
    color: rgb(173, 174, 181);
    text-align: center;
}
.profile > div:nth-child(3) > div > div > div {
    display: flex;
    -moz-box-align: center;
    align-items: center;
    margin-top: 0.6rem;
    font-family: "hello", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: -0.01rem;
}
.profile > div:nth-child(3) > div > div > div span {
    font-family: "hellos", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: -0.01rem;
    line-height: 1.8rem;
    color: rgb(255, 255, 255);
    margin-left: 0.6rem;
}
.profile > div:nth-child(3) > div > div > div > i {
	color: rgb(255, 214, 67);
}
.profile > div:nth-child(3) > div:first-child > div > div > i {
	color: rgb(255, 255, 255);
}
.profile > div:nth-child(3) > div:last-child > div > div > i {
	color: rgb(255, 3, 124);
}
.profile > div:nth-child(3) > div:nth-child(2):hover {
    opacity: 0.8;
    cursor: pointer;
}
.profile > div:nth-child(4) {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.profile > div:nth-child(4) > button:first-child {
    margin-bottom: 1.5rem;
    width: 100%;
    display: inline-block;
    appearance: none;
    border: 0.1rem solid rgb(243, 244, 254);
    transition: border-color 216ms ease-in-out 0s, background-color 216ms ease-in-out 0s;
    position: relative;
    outline: currentcolor none medium;
    text-decoration: none;
    background-color: transparent;
    color: rgb(255, 255, 255);
    font-family: "hellos", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: -0.015rem;
    line-height: 2.3rem;
    padding: 1.6rem 1.8rem;
    border-radius: 8rem;
}
.profile > div:nth-child(4) > button > div {
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    opacity: 1;
}
.profile > div:nth-child(4) > button.book {
    background-color: rgb(255, 3, 124);
    border-color: rgb(255, 3, 124);
}
.profile > div:nth-child(4) > button:last-child {
    margin-bottom: 0px;
    width: 100%;
    display: inline-block;
    appearance: none;
    border: 0.1rem solid transparent;
    transition: border-color 216ms ease-in-out 0s, background-color 216ms ease-in-out 0s;
    position: relative;
    outline: currentcolor none medium;
    text-decoration: none;
    background-color: transparent;
    color: rgb(255, 255, 255);
    font-family: "hello", sans-serif;
    font-size: 1.7rem;
    font-weight: 500;
    letter-spacing: -0.01rem;
    line-height: 2.2rem;
    padding: 1rem 1.8rem;
    border-radius: 0.6rem;
}
.reviews, .avideos, .profile > div:nth-child(7) {
    padding: 0px 2rem;
    min-width: 0px;
    margin-bottom: 4.8rem;
}
.profile > div:nth-child(8) {
    padding: 0px 2rem;
    margin-bottom: 0;
}
.reviews > div:first-child {
    display: flex;
    flex-direction: row;
    -moz-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 1.6rem;
}
.reviews > div:first-child > div {
    font-family: "hellos", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: -0.015rem;
    line-height: 2.3rem;
    color: rgb(255, 255, 255);
}
.reviews > div:first-child > button {
    font-family: "hello", sans-serif;
    font-size: 1.7rem;
    font-weight: 400;
    letter-spacing: -0.01rem;
    line-height: 2.2rem;
    color: rgb(69, 255, 255);
    padding: 0px;
	border-radius: 0.6rem;
    display: inline-block;
    appearance: none;
    border: 0.1rem solid transparent;
    transition: border-color 216ms ease-in-out 0s, background-color 216ms ease-in-out 0s;
    width: inherit;
    position: relative;
    outline: currentcolor none medium;
    text-decoration: none;
    background-color: transparent;
}
.reviews > div:not(:first-child):not(:last-child) {
    margin-bottom: 1.5rem;
}
.reviews > div:not(:first-child) {
    background-color: rgb(28, 28, 28);
    border-radius: 1rem;
    padding: 2rem;
}
.reviews > div:not(:first-child) > div:first-child {
    display: flex;
    flex-direction: row;
    -moz-box-pack: start;
    justify-content: flex-start;
    margin-bottom: 2rem;
}
.reviews > div:not(:first-child) > div:first-child > div {
    color: rgb(255, 255, 255);
    font-family: "hello", sans-serif;
    font-size: 1.7rem;
    font-weight: 500;
    letter-spacing: -0.01rem;
    line-height: 2.2rem;
    display: flex;
    -moz-box-align: center;
    align-items: center;
}
.reviews > div:not(:first-child) > div:first-child > div .fa {
    color: rgb(255, 214, 67);
    margin-right: 0.2rem;
}
.reviews > div:not(:first-child) > div:first-child > div span {
    margin-left: 0.7rem;
}
.reviews > div:not(:first-child) > div:last-child {
    lihe-height: 2rem;
}
.reviews > div:not(:first-child) > div:last-child p {
    font-family: "hello", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: -0.01rem;
    line-height: 1.8rem;
    color: rgb(255, 255, 255);
    margin-bottom: 0.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.reviews > div:not(:first-child) > div:last-child span {
    font-family: "hello", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: -0.01rem;
    line-height: 1.8rem;
    color: rgb(173, 174, 181);
}
.reviews > div:not(:first-child) > div:last-child a {
	text-decoration: none;
	cursor: pointer;
	color: rgb(69, 255, 255);
}
.profile > div:nth-child(7) > p, .profile > div:nth-child(8) > p {
    font-family: "hello", sans-serif;
    font-size: 1.7rem;
    font-weight: 700;
    letter-spacing: -0.01rem;
    line-height: 2.2rem;
    color: rgb(255, 255, 255);
    margin: 0px 0px 12px;
}
.profile > div:nth-child(7) > div:not(last-child) {
    position: relative;
    display: flex;
    flex-flow: row wrap;
}
.profile > div:nth-child(7) > div:last-child {
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    font-family: "hello", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: -0.01rem;
    color: rgb(69, 255, 255);
    cursor: pointer;
}
.profile > div:nth-child(7) > div > div:not(last-child) {
    margin-right: 0.8rem;
    margin-bottom: 1.2rem;
}
.profile > div:nth-child(7) > div > div:not(div button div):not(div:last-child):nth-of-type(1n+4) {
	display: none;
}
.profile > div:nth-child(7) > div > div:last-child {
    position: absolute;
    inset: 0px;
    z-index: 2;
    pointer-events: none;
	margin: 0;
}
.profile > div:nth-child(7) > div > div button {
    display: inline-block;
    appearance: none;
    border: 0.1rem solid rgb(62, 62, 62);
    transition: border-color 216ms ease-in-out 0s, background-color 216ms ease-in-out 0s;
    width: inherit;
    position: relative;
    outline: currentcolor none medium;
    text-decoration: none;
    background-color: transparent;
    color: rgb(255, 255, 255);
    font-family: "hello", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: -0.01rem;
    padding: 0.5rem 1.2rem;
    border-radius: 8rem;
}
.profile > div:nth-child(7) > div > div button div {
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    opacity: 1;
}
.profile > div:nth-child(7) > div > div button div > span:last-child {
    color: rgb(255, 255, 255);
    font-family: "hello", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: -0.01rem;
    white-space: nowrap;
}
.profile > div:nth-child(7) > div > div button div > span:not(last-child) {
    display: flex;
    margin-right: 0.4rem;
}
.profile > div:nth-child(7) > div > div button div > span:not(last-child) svg {
    width: 1.6rem;
    height: 1.6rem;
}
.profile > div:nth-child(8) > div {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    row-gap: 1.5rem;
}
.profile > div:nth-child(8) > div > div {
    border-radius: 0.5rem;
    background-color: rgb(28, 28, 28);
    padding: 2rem;
    width: calc(100% - 4rem);
}
.profile > div:nth-child(8) > div > div:last-child > div {
    font-family: "hello", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: -0.01rem;
    color: rgb(255, 255, 255);
    margin-bottom: 0.75rem;
}
.profile > div:nth-child(8) > div > div:last-child > div:first-child {
    font-family: "hellos", sans-serif;
    font-size: 1.7rem;
    font-weight: 700;
    letter-spacing: -0.01rem;
    line-height: 2.2rem;
    color: rgb(69, 255, 255);
    margin-bottom: 1.5rem;
}
.profile > div:nth-child(8) > div > div:last-child > div:last-child {
    font-family: "hello", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: -0.01rem;
    color: rgb(173, 174, 181);
}
.profile > div:nth-child(8) > div > div:first-child > div:first-child {
    font-family: "hellos", sans-serif;
    font-size: 1.7rem;
    font-weight: 700;
    letter-spacing: -0.01rem;
    line-height: 2.2rem;
    color: rgb(255, 3, 124);
    margin-bottom: 2.5rem;
}
.profile > div:nth-child(8) > div > div:first-child > div:last-child {
    display: flex;
    -moz-box-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.profile > div:nth-child(8) > div > div:first-child > div:last-child > div {
    font-family: "hello", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: -0.01rem;
    display: flex;
    color: rgb(255, 255, 255);
    flex-direction: column;
    -moz-box-pack: start;
    justify-content: flex-start;
    max-width: 10rem;
}
.profile > div:nth-child(8) > div > div:first-child > div:last-child > div svg {
    margin-bottom: 1.5rem;
}
.hdiw {
	position: relative;
}
.hdiw::before {
	border-left: 4px solid #2c2c2c;
	bottom: 0;
	content: "";
	display: inline-block;
	margin: 0 auto;
	position: absolute;
	width: 0;
	top: 0;
	left: 51px;
	height: 300px;
}
.hdiw > div {
	align-items: center;
	display: flex;
	margin-left: 15px;
	min-height: 54px;
	padding-bottom: 30px;
}
.hdiw > div div {
	height: 30px;
	left: -15.5px;
	background: #2c2c2c;
	width: 30px;
	border-radius: 50%;
	padding: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 30px;
	position: relative;
}
.hdiw > div p {
	color: rgb(255, 255, 255);
	font-family: "hello", sans-serif;
	font-size: 1.7rem;
	font-weight: 400;
	letter-spacing: -0.01rem;
	line-height: 2.2rem;
	margin: 0;
}
.videobent, .popup, .popupl {
    display: none;
}
.videobent > div:first-child.in, .popup > div:first-child.in, .popupl > div:first-child.in {
    filter: alpha(opacity=50);
    opacity: .5;
}
.videobent > div:first-child, .popup > div:first-child, .popupl > div:first-child {
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    transition: opacity .15s linear;
}
.videobent > div:last-child.in, .popup > div:last-child.in, .popupl > div:last-child.in {
    opacity: 1;
}
.videobent > div:last-child, .popup > div:last-child {
    display: flex;
    height: 5px;
    overflow: visible;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    transition: opacity .15s linear;
}
.videobent > div > div, .popup > div > div {
    -webkit-transform: translate(0);
    transform: translate(0);
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    width: 600px;
    margin: 30px auto;
    position: relative;
	max-width: 90vw;
}
.popupl > div:last-child.in {
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0 !important;
	width: 100vw !important;
	padding: 0 !important;
}
.popupl > div:last-child.in > div {
	margin-top: 24px;
}
.login h3 {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	padding: 0px;
	margin-top: 0px;
}
.login h3 button {
	border: none;
	background: transparent; 
	padding: 0;
}
.login h3 button img {
	display: block;
}
.popupl > div:last-child {
    overflow: visible;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    transition: opacity .15s linear;
}
.videobent > div > div > div, .popup > div > div > div {
    position: relative;
    background-color: #101010;
    background-clip: padding-box;
    border: 1px solid transparent;
    border-radius: 3px;
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    outline: 0;
}
.videobent div div div video {
    display: flex;
    width: 100%;
}
.videos {
    position: relative;
	top: 0;
	background-color: rgb(16, 16, 16);
}
.videos > div:first-child {
        padding: 0px 1.6rem;
}
.videos > div:last-child {
    color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.2) 0px -0.5rem 0.5rem -0.5rem;
    padding: 1.6rem;
}
.videos > div:first-child > div {
    display: flex;
    flex-direction: row;
    -moz-box-pack: justify;
    justify-content: space-between;
    padding: 1rem 2rem;
    -moz-box-align: center;
    align-items: center;
}
.videos > div:first-child > div > div:first-child button {
    display: block;
    padding: 1rem 1.5rem;;
    appearance: none;
    border: 0.1rem solid rgb(62, 62, 62);
    transition: border-color 216ms ease-in-out 0s, background-color 216ms ease-in-out 0s;
    width: inherit;
    position: relative;
    outline: currentcolor none medium;
    text-decoration: none;
    background-color: rgb(62, 62, 62);
    color: rgb(255, 255, 255);
    font-family: "hello", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: -0.01rem;
    border-radius: 8rem;
}
.videos > div:first-child > div > div:first-child button div {
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    opacity: 1;
}
.videos > div:first-child > div > div:first-child button div svg{
    margin-right: 0.7rem;
    width: auto;
    height: auto;
}
.videos > div:first-child > div > div:not(first-child) {
    display: flex;
    flex-direction: row;
    -moz-box-align: center;
    align-items: center;
}
.videos > div:first-child > div > div:not(first-child) button {
    margin-right: 0.7rem;
    cursor: pointer;
    padding: 1rem 1.6rem;
    display: inline-block;
    appearance: none;
    border: 0.1rem solid rgb(62, 62, 62);
    transition: border-color 216ms ease-in-out 0s, background-color 216ms ease-in-out 0s;
    width: inherit;
    position: relative;
    outline: currentcolor none medium;
    text-decoration: none;
    background-color: rgb(62, 62, 62);
    color: rgb(255, 255, 255);
    font-family: "hello", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: -0.01rem;
    border-radius: 8rem;
}
.videos > div:first-child > div > div:not(first-child) button div {
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    opacity: 1;
}
.videos > div:first-child > div > div:not(first-child) button div svg {
    width: auto;
    height: auto;
    color: rgb(69, 255, 255);
}
.videos > div:first-child > div > div:not(first-child) > div {
	position: relative;
}
.videos > div:first-child > div > div:not(first-child) > div button {
	margin-right: 0px;
    display: block;
    padding: 1rem 1.5rem;
    appearance: none;
    border: 0.1rem solid rgb(62, 62, 62);
    transition: border-color 216ms ease-in-out 0s, background-color 216ms ease-in-out 0s;
    width: inherit;
    position: relative;
    outline: currentcolor none medium;
    text-decoration: none;
    background-color: rgb(62, 62, 62);
    color: rgb(255, 255, 255);
    font-family: "hello", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: -0.01rem;
    border-radius: 8rem;
	font-family: "hello", sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2rem;
	color: rgb(69, 255, 255);
	letter-spacing: -0.01rem;
}
.videos > div:last-child > div:first-child {
    poition: relative;
}
.videos > div:last-child > div:first-child > div {
    border-radius: 0px;
    background-color: rgb(28, 28, 28);
    position: relative;
    overflow: hidden;
}
.videos > div:last-child > div:first-child > div video {
    width: 100%;
    height: 0px;
    max-height: 70vh;
    min-height: 0px;
    border-radius: 0px;
    display: block;
    position: relative;
    object-fit: contain;
}
.videos > div:last-child > div:first-child > div > img {
    min-height: 0px;
    max-height: 70vh;
    object-fit: contain;
    border-radius: 0px;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.videos > div:last-child > div:first-child > div > div {
    position: absolute;
    inset: 0px;
    text-align: center;
}
.videos > div:last-child > div:first-child > div > div > div {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
}
.videos > div:last-child > div:first-child > div > div > div > div {
    position: unset;
    font-size: 72px;
    color: #fff;
    -webkit-filter: drop-shadow(0 6px 22px rgba(0,0,0,.3));
    filter: drop-shadow(0 6px 22px rgba(0,0,0,.3));
    transition-duration: 5s;
}
.videos > div:last-child > div:first-child > div > div > div > span {
    opacity: .6;
	cursor: pointer;
}
.videos > div:last-child > div:first-child > div > div > div:hover > span {
    -webkit-animation: scale-in .25s ease-in-out !important;
    animation: scale-in .25s ease-in-out !important;
}
.videos > div:last-child > div:first-child > div > div > div > div img {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: -webkit-transform .1s;
    transition: transform .1s;
    transition: transform .1s,-webkit-transform .1s;
}
.videos > div:last-child > div:first-child > div > div > div > div img:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    transition: -webkit-transform .1s;
    transition: transform .1s;
    transition: transform .1s,-webkit-transform .1s;
	cursor: pointer;
}
.videos > div:last-child > div:last-child {
    padding-top: 2rem;
}
.videos > div:last-child > div:last-child > div:last-child {
    margin-bottom: 4rem;
}
.videos > div:last-child > div:last-child > div:first-child {
    display: flex;
    flex-direction: column;
}
.videos > div:last-child > div:last-child > div:nth-child(2) {
    padding: 0px 1.5rem;
	margin-bottom: 4rem;
}
.videos > div:last-child > div:last-child > div:last-child > div {
    display: flex;
	-moz-box-pack: justify;
	justify-content: space-between;
	margin-bottom: 4.5rem;
}
.videos > div:last-child > div:last-child > div:last-child > div > div {
    -moz-box-align: center;
    align-items: center;
    display: flex;
}
.videos > div:last-child > div:last-child > div:last-child > div > div img {
    border-radius: 50%;
    width: 5rem;
    height: 5rem;
    margin-right: 0.8rem;
    vertical-align: top;
}
.videos > div:last-child > div:last-child > div:last-child > div > div p:first-child {
    font-family: "hello", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: -0.01rem;
    line-height: 2rem;
    color: rgb(255, 255, 255);
    margin-bottom: 0.6rem;
    max-width: 19rem;
    word-break: break-word;
}
.videos > div:last-child > div:last-child > div:last-child > div > div p:not(first-child) {
    font-family: "hello", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: -0.01rem;
    color: rgb(173, 174, 181);
    margin-bottom: 0px;
}
.videos > div:last-child > div:last-child > div:last-child > div > div button {
    display: inline-block;
    appearance: none;
    border: 0.1rem solid rgb(37, 37, 37);
    transition: border-color 216ms ease-in-out 0s, background-color 216ms ease-in-out 0s;
    width: inherit;
    position: relative;
    outline: currentcolor none medium;
    text-decoration: none;
    background-color: rgb(37, 37, 37);
    color: rgb(69, 255, 255);
    font-family: "hello", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: -0.01rem;
    padding: 0.5rem 1.2rem;
    border-radius: 8rem;
}
.videos > div:last-child > div:last-child > div:last-child > div > div button:hover {
    text-decoration: none;
    background-color: rgb(50, 50, 50);
    border-color: rgb(50, 50, 50);
    color: rgb(69, 255, 255);
}
.videos > div:last-child > div:last-child > div:last-child > div > div button div {
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    opacity: 1;
}
.videos > div:last-child > div:last-child > div:nth-child(2) > div {
    display: flex;
    justify-content: space-around;
    width: 100%;
}
.videos > div:last-child > div:last-child > div:nth-child(2) > div button {
    border: medium none;
    background-color: transparent;
}
.videos > div:last-child > div:last-child > div:nth-child(2) > div button svg {
    color: white;
}
.videos > div:last-child > div:last-child > div:nth-child(2) > div button p {
    font-family: "hello", sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: -0.01rem;
    line-height: 1.5rem;
    color: rgb(173, 174, 181);
    margin-bottom: 0px;
    margin-top: 0.8rem;
    width: max-content;
}
.videos > div:last-child > div:last-child > div:first-child > div:first-child {
    cursor: pointer;
    place-content: center space-between;
    border-top: 0.1rem solid rgb(62, 62, 62);
    display: flex;
    -moz-box-pack: justify;
    margin-bottom: 0.8rem;
    padding-top: 2.4rem;
    width: 100%;
}
.videos > div:last-child > div:last-child > div:first-child > div:last-child {
    transition: max-height 0.4s ease-out 0s, opacity 0.8s ease 0s;
    max-height: 0;
    opacity: 0;
}
.videos > div:last-child > div:last-child > div:first-child > div:first-child p {
    font-family: "hello", sans-serif;
    font-size: 1.7rem;
    font-weight: 400;
    letter-spacing: -0.01rem;
    line-height: 2.2rem;
    color: rgb(173, 174, 181);
    margin-bottom: 0px;
}
.videos > div:last-child > div:last-child > div:first-child > div:last-child div {
    margin-bottom: 0.8rem;
}
.videos > div:last-child > div:last-child > div:first-child > div:last-child p {
    font-family: "hello", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: -0.01rem;
    color: rgb(173, 174, 181);
}
.browser {
	top: 0;
	min-height: 100vh;
}
.browser > div:first-child {
    display: none;
}
.browser > div:first-child span {
    font-family: "hellos", sans-serif;
    font-size: 3.6rem;
    font-weight: 800;
    letter-spacing: -0.02rem;
    line-height: 4.6rem;
    color: rgb(255, 255, 255);
}
.browser > div:first-child div {
	display: flex;
}
.browser > div:first-child div button {
    display: inline-block;
    appearance: none;
    border: 0.1rem solid rgb(255, 3, 124);
    transition: border-color 216ms ease-in-out 0s, background-color 216ms ease-in-out 0s;
    width: inherit;
    position: relative;
    outline: currentcolor none medium;
    text-decoration: none;
    background-color: rgb(255, 3, 124);
    color: rgb(255, 255, 255);
    font-family: "hello", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: -0.01rem;
    padding: 0.5rem 1.2rem;
    border-radius: 0.6rem;
}
.browser > div:last-child {
    background-color: rgb(16, 16, 16);
    font-family: "hello";
    min-height: 100vh;
    padding: 2.4rem 18px 5rem 18px;
    display: block;
    overflow-x: hidden;
    width: calc(100% - 36px);
}
.browser > div:last-child > div:first-child {
    display: none;
}
.browser > div:last-child > div:last-child {
    transition: width 300ms ease 0s;
    width: 100%;
}
.browser > div:last-child > div:first-child > div, .modal > div:last-child > div > div > div:first-child > div > div:not(:nth-child(2)):not(:first-child) {
    padding-bottom: 2rem;
    border-bottom: 0.2rem solid rgb(37, 37, 37);
    user-select: none;
}
.browser > div:last-child > div:first-child > div:not(:first-child), .modal > div:last-child > div > div > div:first-child > div > div:not(:nth-child(2)):not(:first-child):not(:nth-child(3)) {
    margin-top: 3.2rem;
}
.browser > div:last-child > div:first-child > div:last-child, .modal > div:last-child > div > div > div:first-child > div > div:last-child {
    border-bottom: medium none;
}
.browser > div:last-child > div:first-child > div > div:not(:first-child), .modal > div:last-child > div > div > div:first-child > div > div:not(:nth-child(2)):not(:first-child) > div:not(:first-child) {
    position: relative;
    margin: 1rem 0px 1rem 0.5rem;
    margin-left: 0.5rem;
    padding: 0px;
    border: 0px none;
}
.browser > div:last-child > div:first-child > div > div:first-child, .modal > div:last-child > div > div > div:first-child > div > div:not(:nth-child(2)):not(:first-child) > div:first-child {
    font-family: "hello", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: -0.015rem;
    line-height: 2.3rem;
     margin-bottom: 1.6rem;
	color: #4d4d4d;
}
.browser > div:last-child > div:first-child > div > div input[type="checkbox"], .modal > div:last-child > div > div > div:first-child > div > div:not(:nth-child(2)):not(:first-child) > div input[type="checkbox"] {
    position: absolute;
    visibility: hidden;
    height: 0px;
    margin: 0px;
    width: 0px;
	appearance: none;
	cursor: pointer;
	border: none;
	padding: 0px;
}
.browser > div:last-child > div:first-child > div > div label, .modal > div:last-child > div > div > div:first-child > div > div:not(:nth-child(2)):not(:first-child) > div label {
    font-family: "hello", sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: -0.015rem;
    display: block;
    color: rgb(243, 244, 254);
    position: relative;
    padding-left: 3.4rem;
    max-width: 40rem;
    line-height: 2.4rem;
}
.browser > div:last-child > div:first-child > div > div label div, .modal > div:last-child > div > div > div:first-child > div > div:not(:nth-child(2)):not(:first-child) > div label div {
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    position: absolute;
    left: 0px;
    height: 2.4rem;
    width: 2.4rem;
    z-index: 1;
}
.browser > div:last-child > div:first-child > div > div label span span, .modal > div:last-child > div > div > div:first-child > div > div:not(:nth-child(2)):not(:first-child) > div label span span {
    -moz-box-align: center;
    align-items: center;
    display: flex;
}
.browser > div:last-child > div:first-child > div > div label span span img, .modal > div:last-child > div > div > div:first-child > div > div:not(:nth-child(2)):not(:first-child) > div label span span img {
    height: 1.6rem;
    padding-right: 0.5rem;
}
.browser > div:last-child > div:first-child > div > div label::before, .browser > div:last-child > div:first-child > div > div label::after, .modal > div:last-child > div > div > div:first-child > div > div:not(:nth-child(2)):not(:first-child) > div label::before, .modal > div:last-child > div > div > div:first-child > div > div:not(:nth-child(2)):not(:first-child) > div label::after {
    content: " ";
    transition: border-color 108ms ease-in 0s, background-color 108ms ease-in 0s, opacity 108ms ease-in 0s;
    border-radius: 0.3rem;
    height: 2.4rem;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 2.4rem;
    background-color: transparent;
}
.browser > div:last-child > div:first-child > div:first-child > div label::before, .browser > div:last-child > div:first-child > div:first-child > div label::after, .modal > div:last-child > div > div > div:first-child > div > div:nth-child(3) > div label::before, .modal > div:last-child > div > div > div:first-child > div > div:nth-child(3) > div label::after {
    content: " " !important;
    transition: border-color 108ms ease-in 0s, background-color 108ms ease-in 0s, opacity 108ms ease-in 0s !important;
    border-radius: 5rem !important;
    height: 2.4rem !important;
    left: 0px !important;
    position: absolute !important;
    top: 0px !important;
    width: 2.4rem !important;
}
.browser > div:last-child > div:first-child > div > div label::after, .modal > div:last-child > div > div > div:first-child > div > div:not(:nth-child(2)):not(:first-child) > div label::after {
    background-color: rgb(69, 255, 255);
    border: 0.1rem solid rgb(69, 255, 255);
    opacity: 0;
}
.browser > div:last-child > div:first-child > div > div label::before, .modal > div:last-child > div > div > div:first-child > div > div:not(:nth-child(2)):not(:first-child)> div label::before {
    border: 0.1rem solid rgb(173, 174, 181);
}
.browser > div:last-child > div:first-child > div > div label div svg, .modal > div:last-child > div > div > div:first-child > div > div:not(:nth-child(2)):not(:first-child) > div label div svg {
    transition: opacity 108ms ease-in 0s;
    opacity: 0;
}
.browser > div:last-child > div:first-child > div > div input:not(:disabled) + label, .modal > div:last-child > div > div > div:first-child > div > div:not(:nth-child(2)):not(:first-child) > div input:not(:disabled) + label {
    cursor: pointer;
}
input[type="checkbox"]::after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -2px;
    margin-right: 5px;
    border: 2px solid #999;
    border-radius: 2px;
    transition: .24s;
}
input[type="checkbox"]:checked::after {
    background-color: #337ab7;
    border-color: #337ab7;
}
input[type="checkbox"]:checked::before {
    content: "";
    position: absolute;
    top: 0;
    left: 6px;
    display: table;
    width: 6px;
    height: 12px;
    border-color: #fff;
    border-style: solid;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.browser > div:last-child > div:first-child > div > div input:checked + label::after, .modal > div:last-child > div > div > div:first-child > div > div:not(:nth-child(2)):not(:first-child) > div input:checked + label::after {
    opacity: 1;
}
.browser > div:last-child > div:first-child > div > div input:checked + label svg, .modal > div:last-child > div > div > div:first-child > div > div:not(:nth-child(2)):not(:first-child) > div input:checked + label svg {
    opacity: 1;
}
.browser > div:last-child > div:last-child > div:first-child {
    display: flex;
    -moz-box-pack: justify;
    justify-content: space-between;
    -moz-box-align: center;
    align-items: center;
    padding: 2.4rem 0px 0.8rem;
}
.browser > div:last-child > div:last-child > div:first-child span {
    font-family: "hellos", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: -0.02rem;
    line-height: 2.9rem;
    color: rgb(255, 255, 255);
}
.browser > div:last-child > div:last-child > div:first-child div {
    display: flex;
}
.browser > div:last-child > div:last-child > div:first-child div button:not(:disabled) {
    cursor: pointer;
}
.browser > div:last-child > div:last-child > div:first-child div button {
    white-space: nowrap;
    display: inline-block;
    appearance: none;
    border: 0.1rem solid rgb(243, 244, 254);
    transition: border-color 216ms ease-in-out 0s, background-color 216ms ease-in-out 0s;
    width: inherit;
    position: relative;
    outline: currentcolor none medium;
    text-decoration: none;
    background-color: transparent;
    color: rgb(255, 255, 255);
    font-family: "hello", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: -0.01rem;
    padding: 0.5rem 1.2rem;
    border-radius: 8rem;
}
.browser > div:last-child > div:last-child > div:first-child div button div {
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    opacity: 1;
}
.browser > div:last-child > div:last-child > div:nth-child(2) {
    margin-top: 0.8rem;
}
.browser > div:last-child > div:last-child > div:nth-child(2) ol {
    -moz-box-align: center;
    align-items: center;
    display: flex;
    list-style-type: none;
    margin-bottom: 0px;
    padding-left: 0px;
}
.browser > div:last-child > div:last-child > div:nth-child(2) ol li {
    display: inline-block;
    margin: 0px 0.5rem;
}
.browser > div:last-child > div:last-child > div:nth-child(2) ol li:first-child {
    margin: 0px 0.5rem 0px 0px;
}
.browser > div:last-child > div:last-child > div:nth-child(2) ol li a {
    background-color: transparent;
    padding: 0.4rem 0px;
    border-radius: 2rem;
    color: rgb(69, 255, 255);
}
.browser > div:last-child > div:last-child > div:nth-child(2) ol li a span {
    font-family: "hello", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: -0.01rem;
    line-height: 1.8rem;
}
.browser > div:last-child > div:last-child > div:nth-child(2) ol li svg {
    margin: 0px;
}
.browser > div:last-child > div:last-child > div:nth-child(3) {
    margin-right: 0;
    padding-bottom: 30px;
    position: relative;
}
.browser > div:last-child > div:last-child > div:last-child {
    margin: 0 auto;
}
.browser > div:last-child > div:last-child > div:last-child > div:first-child {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    flex-direction: column;
}
.browser > div:last-child > div:last-child > div:last-child > div:first-child h1 {
    color: rgb(255, 255, 255);
	margin: 0 0 0.8rem 0;
	font-weight: 700;
	font-size: 36px;
	line-height: 1.1;
    font-family: "hellos", sans-serif;
}
.browser > div:last-child > div:last-child > div:last-child > div:nth-last-child(2) {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 15px 0;
}
.browser > div:last-child > div:last-child > div:last-child > div:nth-last-child(2) button:first-child {
	pointer-events: none;
}
.browser > div:last-child > div:last-child > div:last-child > div:nth-last-child(2) button {
    background: none;
    border: none;
    color: #3e3e3e;
    font: inherit;
    outline: none;
    padding: 0;
}
.browser > div:last-child > div:last-child > div:last-child > div:nth-last-child(2) button:last-child img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.browser > div:last-child > div:last-child > div:last-child > div:nth-last-child(2) span {
    color: #fff;
    font-family: "hellos",sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -.2px;
    line-height: 23px;
    padding: 0 34px;
}
.browser > div:last-child > div:last-child > div:last-child > div:last-child {
    bottom: 70px;
    position: fixed;
    right: 19px;
    z-index: 10;
	display: none;
}
.browser > div:last-child > div:last-child > div:last-child > div:last-child button {
    align-items: center;
    background-color: #282828;
    border-radius: 50%;
    border: none;
    display: flex;
    height: 36px;
    justify-content: space-around;
    width: 36px;
}
.browser > div:last-child > div:last-child > div:last-child > div:not(:last-child):not(:nth-last-child(2)):not(:first-child) {
    position: relative;
    display: flex;
    cursor: pointer;
    height: 9.8rem;
    margin-bottom: 1.6rem;
    background-color: rgb(28, 28, 28);
    border-radius: 0.4rem;
}
.browser > div:last-child > div:last-child > div:last-child > div:not(:last-child):not(:nth-last-child(2)):not(:first-child) > span {
    z-index: 2;
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    opacity: 1;
    transition: opacity 0.4s cubic-bezier(0.17, 0.67, 0.13, 1.02) 0s;
}
.browser > div:last-child > div:last-child > div:last-child > div:not(:last-child):not(:nth-last-child(2)):not(:first-child) > span > div {
    -moz-box-align: center;
    align-items: center;
    background: rgba(16, 16, 16, 0.85) none repeat scroll 0% 0%;
    border-radius: 0.4rem;
    cursor: pointer;
    display: flex;
    height: 2.4rem;
    -moz-box-pack: center;
    justify-content: center;
    width: 2.4rem;
}
.browser > div:last-child > div:last-child > div:last-child > div:not(:last-child):not(:nth-last-child(2)):not(:first-child) > span > div > svg {
    color: rgb(69, 255, 255);
}
.browser > div:last-child > div:last-child > div:last-child > div:not(:last-child):not(:nth-last-child(2)):not(:first-child) > a > div {
    border-radius: 0.4rem 0px 0px 0.4rem;
    background-color: rgb(37, 37, 37);
    background-clip: content-box;
    display: block;
    min-width: 8.2rem;
    width: 8.2rem;
    height: 9.8rem;
}
.browser > div:last-child > div:last-child > div:last-child > div:not(:last-child):not(:nth-last-child(2)):not(:first-child) > a > div > img {
    border-radius: 0.4rem 0px 0px 0.4rem;
    opacity: 0;
    width: 8.2rem;
    height: 9.8rem;
    object-fit: cover;
    animation: 0.5s ease-in-out 0s 1 normal forwards running load-fade-in;
    opacity: 0;
}
.browser > div:last-child > div:last-child > div:last-child > div:not(:last-child):not(:nth-last-child(2)):not(:first-child) > div {
    min-width: 0px;
    width: 100%;
    display: flex;
    position: relative;
    flex-direction: column;
    padding: 0.8rem;
}
.browser > div:last-child > div:last-child > div:last-child > div:not(:last-child):not(:nth-last-child(2)):not(:first-child) > div > a:first-child {
    position: absolute;
    inset: 0px;
}
.browser > div:last-child > div:last-child > div:last-child > div:not(:last-child):not(:nth-last-child(2)):not(:first-child) > div > a:not(:last-child):not(:first-child) {
    font-family: "hello", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: -0.01rem;
    line-height: 1.5rem;
    color: rgb(173, 174, 181);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -moz-box-orient: vertical;
    overflow: hidden;
}
.browser > div:last-child > div:last-child > div:last-child > div:not(:last-child):not(:nth-last-child(2)):not(:first-child) > div > a:last-child {
    display: flex;
    flex-direction: row;
    font-family: "hellos", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: -0.01rem;
    line-height: 1.8rem;
    z-index: 2;
    color: white;
    position: absolute;
    text-align: center;
    right: 0.8rem;
    bottom: 0.8rem;
    text-decoration: none;
}
.browser > div:last-child > div:last-child > div:last-child > div:not(:last-child):not(:nth-last-child(2)):not(:first-child) > div > a > div {
    display: flex;
    -moz-box-align: center;
    align-items: center;
    margin-right: 0.6rem;
    margin-bottom: 0.2rem;
}
.browser > div:last-child > div:last-child > div:last-child > div:not(:last-child):not(:nth-last-child(2)):not(:first-child) > div > a > div > img {
    color: rgb(255, 214, 67);
    height: 1.2rem;
    margin-right: 0.4rem;
    margin-bottom: 0.1rem;
}
.browser > div:last-child > div:last-child > div:last-child > div:not(:last-child):not(:nth-last-child(2)):not(:first-child) > div > div {
    display: flex;
    position: relative;
    -moz-box-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.browser > div:last-child > div:last-child > div:last-child > div:not(:last-child):not(:nth-last-child(2)):not(:first-child) > div > div > div {
    display: flex;
    flex-direction: column;
    margin-bottom: 0.5rem;
    z-index: 2;
}
.browser > div:last-child > div:last-child > div:last-child > div:not(:last-child):not(:nth-last-child(2)):not(:first-child) > div > div > div > div {
    display: flex;
}
.browser > div:last-child > div:last-child > div:last-child > div:not(:last-child):not(:nth-last-child(2)):not(:first-child) > div > div > div > a {
    font-family: "hellos", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: rgb(255, 255, 255);
    letter-spacing: -0.028rem;
    line-height: 1.9rem;
    margin: 0px;
    text-overflow: ellipsis;
    overflow-wrap: break-word;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -moz-box-orient: vertical;
    overflow: hidden;
}
.browser > div:last-child > div:last-child > div:last-child > div:not(:last-child):not(:nth-last-child(2)):not(:first-child) > div > span {
    display: flex;
    flex-direction: row;
    position: absolute;
    left: 0.8rem;
    bottom: 0.8rem;
    cursor: pointer;
    text-align: center;
    color: rgb(255, 255, 255);
}
.browser > div:last-child > div:last-child > div:last-child > div:not(:last-child):not(:nth-last-child(2)):not(:first-child) > div > span > span:first-child {
    margin-right: 0.4rem;
    font-family: "hello", sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: -0.01rem;
    line-height: 1.5rem;
}
.browser > div:last-child > div:last-child > div:last-child > div:not(:last-child):not(:nth-last-child(2)):not(:first-child) > div > span > span:last-child {
    display: flex;
    flex-direction: row;
    font-family: "hellos", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: -0.01rem;
    line-height: 1.5rem;
    color: rgb(255, 255, 255);
    text-shadow: rgb(0, 0, 0) 0px 0px 1.6rem;
}
.browser > div:last-child > div:last-child > div:last-child > div:not(:last-child):not(:nth-last-child(2)):not(:first-child) > div > a > div > span {
    font-family: "hellos", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: -0.01rem;
    line-height: 1.5rem;
    color: rgb(255, 255, 255);
}
.modal > div:first-child {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: block;
	pointer-events: none;
    background-color: #000;
    opacity: 0;
    transition: opacity .15s linear;
}
.modal.in > div:last-child  {
	opacity: 1;
}
.modal > div:last-child {
 	-webkit-transform:translateY(-25%);
	transform:translateY(-25%);
    padding: 0px !important;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: block;
	pointer-events: none;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 0;
	transition: opacity .15s linear,transform .3s ease-out,-webkit-transform .3s ease-out;
}
.modal.in  > div {
	-webkit-transform:translate(0);
	transform:translate(0);
    pointer-events: auto !important;
}
.modal.in > div:first-child {
    filter: alpha(opacity=50);
    opacity: .5;
}
.modal > div:last-child > div {
    margin: 0px !important;
    width: 100%;
    position: relative;
}
.modal > div:last-child > div > div {
    background-color: rgb(28, 28, 28);
    display: flex;
    flex-direction: column;
    border: medium none !important;
    position: relative;
    background-clip: padding-box;
    border-radius: 3px;
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    outline: 0;
}
.modal > div:last-child > div > div > div:first-child {
    display: flex;
    flex-direction: column;
    max-height: 58.3rem;
    overflow: scroll;
}
.modal > div:last-child > div > div > div:first-child > div {
    font-family: "hello", sans-serif;
    font-size: 1.7rem;
    font-weight: 400;
    letter-spacing: -0.01rem;
    line-height: 2.2rem;
    color: rgb(173, 174, 181);
    margin-right: 20px;
    margin-left: 20px;
}
.modal > div:last-child > div > div > div:first-child > div > div:first-child {
    z-index: 100;
    position: absolute;
    right: 0px;
    background-color: rgb(62, 62, 62);
    border-radius: 50%;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    height: 3.2rem;
    width: 3.2rem;
    margin: 2rem;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.25s ease-in-out 0s;
}
.modal > div:last-child > div > div > div:first-child > div > div:nth-child(2) {
    font-family: "hellos", sans-serif;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: -0.02rem;
    line-height: 3.4rem;
    color: rgb(255, 255, 255);
    margin: 3.6rem 0rem;
}
.modal > div:last-child > div > div > div:last-child {
    border-top: 0.2rem solid rgb(37, 37, 37);
    padding: 1.8rem 0rem;
    text-align: center;
    height: 8.4rem;
}
.modal > div:last-child > div > div > div:last-child > button:first-child {
    margin-right: 1.2rem;
    display: inline-block;
    appearance: none;
    border: 0.1rem solid rgb(62, 62, 62);
    transition: border-color 216ms ease-in-out 0s, background-color 216ms ease-in-out 0s;
    width: inherit;
    position: relative;
    outline: currentcolor none medium;
    text-decoration: none;
    background-color: rgb(62, 62, 62);
    color: rgb(255, 255, 255);
    font-family: "hello", sans-serif;
    font-size: 1.7rem;
    font-weight: 500;
    letter-spacing: -0.01rem;
    line-height: 2.2rem;
    padding: 1rem 1.8rem;
    border-radius: 8rem;
}
.modal > div:last-child > div > div > div:last-child > button:first-child div, .modal > div:last-child > div > div > div:last-child > button:last-child div {
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    opacity: 1;
}
.modal > div:last-child > div > div > div:last-child > button:last-child {
    display: inline-block;
    appearance: none;
    border: 0.1rem solid rgb(255, 3, 124);
    transition: border-color 216ms ease-in-out 0s, background-color 216ms ease-in-out 0s;
    width: inherit;
    position: relative;
    outline: currentcolor none medium;
    text-decoration: none;
    background-color: rgb(255, 3, 124);
    color: rgb(255, 255, 255);
    font-family: "hello", sans-serif;
    font-size: 1.7rem;
    font-weight: 500;
    letter-spacing: -0.01rem;
    line-height: 2.2rem;
    padding: 1rem 1.8rem;
    border-radius: 8rem;
}
.login {
    padding-right: 15px;
    padding-left: 15px;
	position: relative;
	top: 0;
	margin: 25px auto;
}
.login p {
    color: rgb(243, 244, 254);
    font-family: "hello", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: -0.01rem;
    margin: 0 0 1em;
}
.login::after, .login::before, .login > div::after, .login > div::before {
    display: table;
    content: " ";
}
.login::after, .login > div::after {
    clear: both;
}
.login > div {
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 24px;
}
.login > div > div {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.login > div > div > div {
    border: 1px solid transparent;
	overflow: hidden;
	text-align: center;
	position: relative;
	padding: 30px;
	background-color: #1c1c1c;
    border-radius: 10px;
    overflow: hidden;
}
.login > div > div > div > div > div {
    position: relative;
    margin: 2.5rem 0.5rem;
    padding: 0px;
    border: 0px none;
}
.login input[type="checkbox"] {
    position: absolute;
    visibility: hidden;
    height: 0px;
    margin: 0px;
    width: 0px;
}
.login > div > div > div > div > div > label > div > svg {
    transition: opacity 108ms ease-in 0s;
    opacity: 0;
}
.login > div > div > div > div > div input:checked + label svg {
    opacity: 1;
}
.login > div > div > div > div > div input:not(:disabled) + label {
    cursor: pointer;
}
.login > div > div > div > div > div > label {
	display: block;
	position: relative;
	padding-left: 5rem;
	max-width: 40rem;
	text-align: left;
}
.login > div > div > div > div > div > label::before, .login > div > div > div > div > div > label::after {
    content: " ";
    transition: border-color 108ms ease-in 0s, background-color 108ms ease-in 0s, opacity 108ms ease-in 0s;
    border-radius: 0.3rem;
    height: 2.4rem;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 2.4rem;
    background-color: transparent;
}
.login > div > div > div > div > div > label::before {
    border: 0.1rem solid rgb(173, 174, 181);
}
.login > div > div > div > div > div label::after {
    background-color: rgb(69, 255, 255);
    border: 0.1rem solid rgb(69, 255, 255);
    opacity: 0;
}
.login > div > div > div > div > div > input:checked + label::after {
    opacity: 1;
}
.login > div > div > div > div > div > label > div {
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    position: absolute;
    left: 0px;
    height: 2.4rem;
    width: 2.4rem;
    z-index: 1;
}
.login > div > div > div > div > div > label > span {
	font-size: 1.8rem;
	line-height: 2.3rem;
	color: rgb(243, 244, 254);
}
.login > div > div > div > h2 {
    font-family: "hellos",sans-serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -.2px;
    line-height: 34px;
    color: #fff;
    text-align: center;
    margin: 0 0 30px;
}
.login > div > div > div span {
    color: #adaeb5;
    font-family: "hellos",sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -.1px;
    line-height: 18px;
}
.login > div > div > div > form label span:first-of-type {
    display: block;
    margin: 0.4rem 0px;
	color: #fff;
}
.login > div > div > div > span button::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: radial-gradient(circle,#fff 10%,transparent 10.01%);
    background-repeat: no-repeat;
    background-size: 1000% 1000%;
    background-position: 50%;
    opacity: 0;
    pointer-events: none;
    transition: background .5s,opacity 1s;
}
.login > div > div > div > span button {
    text-transform: uppercase;
    border: none;
    box-shadow: 1px 1px 4px rgba(0,0,0,.4);
    transition: all .4s;
    position: relative;
    color: #fff;
    background-color: #fa005c !important;
    padding-left: 21px;
    padding-right: 21px;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 21px;
    background: linear-gradient(#1877f2,#1877f2) !important;
    display: block;
    width: 100%;
    line-height: 1.5;
    border-radius: 3px;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.login > div > div > div > div:nth-of-type(2) {
    margin: 3rem 0;
    border-bottom: 1px solid #ddd;
    position: relative;
    display: flex;
    justify-content: center;
}
.login > div > div > div > div:nth-of-type(2) > span {
    color: #adaeb5;
    background: #1c1c1c;
    top: -9px;
    pointer-events: none;
    position: absolute;
    padding: 0 15px;
}
.login > div > div > div > form {
    margin: 15px 0 10px;
}
.login > div > div > div > form > div:last-child {
	margin-bottom: 15px;
}
.login > div > div > div > form > div:last-child > button {
    display: inline-block;
    appearance: none;
    border: 0.1rem solid rgb(69, 255, 255);
    transition: border-color 216ms ease-in-out 0s, background-color 216ms ease-in-out 0s;
    width: 100%;
    position: relative;
    outline: currentcolor none medium;
    text-decoration: none;
    background-color: rgb(69, 255, 255);
    color: rgb(16, 16, 16);
    font-family: "hello", sans-serif;
    font-size: 1.7rem;
    font-weight: 500;
    letter-spacing: -0.01rem;
    line-height: 2.2rem;
    padding: 1rem 1.8rem;
    border-radius: 0.6rem;
}
.login > div > div > div > form > div:last-child > button:disabled {
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.65;
}
.login > div > div > div > span button span {
	color: #fff;
}
.login > div > div > div > form > div:first-child > div {
    display: flex;
    flex-direction: column;
    -moz-box-pack: start;
    justify-content: flex-start;
    min-width: 10rem;
    margin-bottom: 1.5rem;
}
.login > div > div > div > form > div:first-child > div label {
    font-family: "hellos", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: -0.01rem;
    line-height: 1.8rem;
    color: rgb(255, 255, 255);
    margin-bottom: 0;
    display: inline-block;
    max-width: 100%;
}
.login > div > div > div > form > div:first-child > div > div {
    position: relative;
    transition: max-height 0.4s ease-out 0s, opacity 0.8s ease 0s;
    max-height: 100rem;
    opacity: 1;
}
.login > div > div > div > form > div:first-child > div > div input {
    font-family: "hello", sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: -0.015rem;
    line-height: 2.3rem;
    appearance: none;
    background-color: transparent;
    border-radius: 0.6rem;
    border: 0.1rem solid rgb(62, 62, 62);
    box-shadow: none;
    color: rgb(255, 255, 255);
    outline: currentcolor none medium;
    padding: 1.4rem 3.6rem 1.4rem 1.6rem;
    width: calc(100% - 5.2rem);
}
.login > div > div > div > form > div:first-child > div > div input:focus {
	border-color: rgb(173, 174, 181);
}
.login > div > div > div > form > div:first-child > div > div input:not(:placeholder-shown) {
	border-color: rgb(255, 3, 124) !important;
}
.login > div > div > div > form > div:first-child > div > div input[name="nev"]:not(:placeholder-shown) {
	border-color: rgb(173, 174, 181) !important;
}
.login > div > div > div > form > div:first-child > div p {
    font-family: "hello", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: -0.01rem;
    line-height: 1.8rem;
    -moz-box-pack: end;
    justify-content: flex-end;
    text-align: right;
    color: rgb(255, 3, 124);
    padding: 0.2rem 0px;
    margin: 0.25rem 0px 0px;
	display: none;
}
.login > div > div > div > form > div:first-child > div > div > div {
    position: absolute;
    right: 0px;
    top: 3px;
    height: calc(100% - 2.8rem);
    padding: 1.4rem 0.8rem;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    color: rgb(255, 255, 255);
    display: none;
    cursor: pointer;
}
.login > div > div > div > form > div:first-child > div > div input:not(:placeholder-shown) + div,  .login > div > div > div > form > div:first-child > div > div input:not(:placeholder-shown) ~ p {
    display: block;
}
.login > div > div > div > div a {
    font-family: "hellos",sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -.1px;
    line-height: 18px;
    color: #fff;
}
.login input::placeholder {
    color: rgb(112, 112, 112);
}
.jobbkereso > div:nth-child(2) {
    position: relative;
    display: inline-flex;
}
.jobbkereso > div:nth-child(2) > button {
    background-color: transparent;
    border: 0px none;
    cursor: pointer;
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    padding: 0px;
}
.jobbkereso > div:nth-child(2) > button:focus {
    outline: currentcolor none medium;
}
.jobbkereso > div:nth-child(2) > button > div {
    margin-left: 1.2rem;
    position: relative;
}
.jobbkereso > div:nth-child(2) > button > div > div {
    -moz-box-align: center;
    align-items: center;
    background-color: rgb(255, 3, 124);
    border-radius: 8rem;
    display: flex;
    height: 4rem;
    -moz-box-pack: center;
    justify-content: center;
    overflow: hidden;
    width: 4rem;
}
.jobbkereso > div:nth-child(2) > button > div > div img {
    object-fit: cover;
    height: 4rem;
    width: 4rem;
}
.jobbkereso > div:nth-child(2) > button > div > div:nth-child(2) {
    background-color: rgb(255, 3, 124);
    border-radius: 1rem;
    height: 1rem;
    width: 1rem;
    position: absolute;
    top: 0px;
    right: 0px;
}
.jobbkereso > div:nth-child(2) > button i {
    margin-left: 0.75rem;
    font-size: 1.4rem !important;
    color: rgb(255, 255, 255);
    transition: transform 108ms ease-in-out 0s;
    transform: rotate(0deg);
	line-height: 20px;
}
.fa-chevron-down::before {
    content: "";
}
.jobbkereso > div:nth-child(2).nyit > button i {
	transform: rotate(180deg);
}
.jobbkereso > div:nth-child(2) > div {
    transition: opacity 108ms linear 0s, transform 108ms ease-in-out 0s;
    display: inline-flex;
    flex-direction: column;
    background-color: rgb(37, 37, 37);
    border-radius: 0.8rem;
    overflow: hidden;
    position: absolute;
	pointer-events: none;
	opacity: 0;
	transform: translate3d(0px, 10%, 0px);
    top: 0px;
    right: 0px;
    min-width: 15rem;
    z-index: 3;
}
.jobbkereso > div:nth-child(2).nyit > div {
    pointer-events: inherit;
    opacity: 1;
    transform: translate3d(0px, 5rem, 0px);
}
.jobbkereso > div:nth-child(2) > div > a, .jobbkereso > div:nth-child(2) > div > span {
    font-family: "hello", sans-serif;
    font-size: 1.7rem;
    font-weight: 400;
    letter-spacing: -0.01rem;
    line-height: 2.2rem;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    color: rgb(255, 255, 255);
    padding: 1.5rem 2rem;
    cursor: pointer;
    text-decoration: none;
    -moz-box-pack: start;
    justify-content: start;
	transition: all .2s;
}
.jobbkereso > div:nth-child(2) > div > a:hover, .jobbkereso > div:nth-child(2) > div > span:hover {
    background-color: rgb(28, 28, 28);
    color: rgb(255, 255, 255);
    text-decoration: none;
}
.jobbkereso > div:nth-child(2) > div > a > span, .jobbkereso > div:nth-child(2) > div > span > span {
    display: flex;
    align-items: flex-start;
    -moz-box-pack: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}
.jobbkereso > div:nth-child(2) > div > a > span > span {
	margin-top: 0.5rem;
    font-family: "hello", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: -0.01rem;
    line-height: 1.5rem;
    background-color: rgb(255, 3, 124);
    border-radius: 0.4rem;
    color: rgb(255, 255, 255);
    display: inline-block;
    padding: 0.2rem 0.4rem;
    pointer-events: none;
}
.acc {
	top: 0px;
    padding: 2rem;
    background-color: rgb(16, 16, 16);
    width: calc(100% - 4rem);
    height: calc(100% - 4rem);
    overflow: hidden;
}
.acc > div {
    margin: 2rem;
    -moz-box-align: center;
    align-items: center;
	width: calc(100% - 4rem);
}
.acc > div:last-child > div, .acc > div:last-child > form {
	width: 47rem;
}
.acc > div, .acc > div > div > div {
	flex-direction: column;
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
}
.acc > div:last-child > div {
    -moz-box-align: center;
    align-items: center;
    background-color: rgb(243, 244, 254);
    border-radius: 1.2rem;
    display: flex;
    flex-direction: column;
    height: 9.2rem;
    -moz-box-pack: center;
    justify-content: center;
    margin: 2rem 0rem;
    text-align: center;
}
.acc > div:last-child > div > p:first-child {
    color: rgb(62, 62, 62);
    font-family: "hellos", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: -0.02rem;
    line-height: 2.9rem;
    margin: 0.3rem;
}
.acc > div:last-child > div > p:first-child a {
    color: inherit;
    text-decoration: underline;
}
.acc > div:last-child > div > p:last-child {
    font-family: "hello", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: -0.01rem;
    margin: 0.3rem;
	color: #4d4d4d;
}
.acc > div:first-child > div {
    margin-top: 1.6rem;
    text-align: center;
}
.acc > div:first-child > div:first-child {
    -moz-box-align: center;
    align-items: center;
    background-color: rgb(255, 3, 124);
    border-radius: 30rem;
    display: flex;
    height: 15rem;
    -moz-box-pack: center;
    justify-content: center;
    overflow: hidden;
    width: 15rem;
    margin-top: 0;
}
.acc > div:first-child > div:first-child img {
    object-fit: cover;
    height: 15rem;
    width: 15rem;
}
.acc > div:first-child > div span {
    color: rgb(69, 255, 255);
    text-decoration: none;
    cursor: pointer;
    font-family: "hello", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: -0.01rem;
}
.acc > div:first-child > div label {
    margin: 1rem;
    font-family: "hello", sans-serif;
    font-size: 1.7rem;
    font-weight: 400;
    letter-spacing: -0.01rem;
    line-height: 2.2rem;
}
.acc > div:first-child > div input[type="file"] {
    font-family: "hello", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: -0.01rem;
    line-height: 1.8rem;
    cursor: pointer;
    width: 19.5rem;
    padding: 0.5rem;
	display: block;
	color: rgb(243, 244, 254);
}
.acc form > div:not(:last-child) {
    display: flex;
    flex-direction: column;
    -moz-box-pack: start;
    justify-content: flex-start;
    min-width: 10rem;
    margin-bottom: 1.5rem;
}
.acc form > div:last-child {
    -moz-box-align: center;
    align-items: center;
    flex-direction: column;
    padding-top: 1rem;
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
}
.acc form > div:last-child button:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}
.acc form > div:last-child button {
    display: inline-block;
    appearance: none;
    border: 0.1rem solid rgb(255, 3, 124);
    transition: border-color 216ms ease-in-out 0s, background-color 216ms ease-in-out 0s;
    width: 100%;
    position: relative;
    outline: currentcolor none medium;
    text-decoration: none;
    background-color: rgb(255, 3, 124);
    color: rgb(255, 255, 255);
    font-family: "hellos", sans-serif;
    font-size: 1.7rem;
    font-weight: 500;
    letter-spacing: -0.01rem;
    line-height: 2.2rem;
    padding: 1rem 1.8rem;
    border-radius: 0.6rem;
}
.acc form > div:last-child a {
    font-family: "hello", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: -0.01rem;
    color: rgb(69, 255, 255);
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.acc form label {
    font-family: "hellos", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: -0.01rem;
    line-height: 1.8rem;
    color: rgb(255, 255, 255);
	margin: 0.4rem 0px;
}
.acc form > div > div {
    position: relative;
    transition: max-height 0.4s ease-out 0s, opacity 0.8s ease 0s;
    max-height: 100rem;
    opacity: 1;
}
.acc form input[type="text"]::placeholder, .acc form input[type="password"]::placeholder, .acc form input[type="email"]::placeholder, .acc form input[type="tel"]::placeholder, .acc form input[type="number"]::placeholder, .acc form > div > div input::placeholder, .acc form > div > div textform::placeholder {
    color: rgb(112, 112, 112);
}
.acc form input[type="text"]:focus, .acc form input[type="password"]:focus, .acc form input[type="email"]:focus, .acc form input[type="tel"]:focus, .acc form input[type="number"]:focus, .acc form > div > div input:focus, .acc form > div > div textarea:focus {
    border-color: rgb(173, 174, 181);
}
.acc form input[type="text"], .acc form input[type="password"], .acc form input[type="email"], .acc form input[type="tel"], .acc form input[type="number"], .acc form > div > div input {
    font-family: "hello", sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: -0.015rem;
    line-height: 2.3rem;
    appearance: none;
    background-color: transparent;
    border-radius: 0.6rem;
    border: 0.1rem solid rgb(62, 62, 62);
    box-shadow: none;
    color: rgb(255, 255, 255);
    outline: currentcolor none medium;
    padding: 1.4rem 3.6rem 1.4rem 1.6rem;
    width: calc(100% - 5.2rem);

}
.acc form div div div {
    position: absolute;
    right: 0px;
    top: 0px;
    height: calc(100% - 2.8rem);
    padding: 1.4rem 0.8rem;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    color: rgb(255, 255, 255);
    display: none;
    cursor: pointer;
}
.acc form input:not(:placeholder-shown):not(:disabled) + div {
    display: flex;
}
.acc form p {
    font-family: "hello", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: -0.01rem;
    line-height: 1.8rem;
    margin: 0.25rem 0px 0px 1rem;
    color: rgb(173, 174, 181);
	text-align: right;
}
.acc form textarea {
    font-family: "hello", sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: -0.015rem;
    line-height: 2.3rem;
    resize: none;
    padding: 1.6rem;
    border-radius: 0.6rem;
    border: 0.1rem solid rgb(62, 62, 62);
    color: rgb(255, 255, 255);
    background-color: transparent;
    outline: currentcolor none medium;
    appearance: none;
    width: calc(100% - 3.4rem);
    box-shadow: none;
}
.ak {
    bottom: 1em;
    left: 50%;
    margin-left: -250px;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: flex-start;
    -moz-box-pack: center;
    justify-content: center;
    flex-direction: column;
}
.jelzo {
    z-index: 9999;
    transform: translate3d(0px, 100vh, 9999px);
    position: fixed;
    padding: 4px;
    max-width: 500px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
}
.jelzo > div {
    position: relative;
    min-height: 1rem;
    box-sizing: border-box;
    margin: 0px auto 2rem;
    display: flex;
    -moz-box-pack: justify;
    justify-content: space-between;
    max-height: 800px;
    cursor: pointer;
    direction: ltr;
    background-color: rgb(69, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.75) 0px 1rem 3.2rem;
    border-radius: 1rem;
    padding: 1.2rem;
    width: 100%;
}
.jelzo > div > div:first-child {
    margin: auto 0px;
    width: 100%;
	text-align: left;
}
.jelzo > div > div:first-child > span {
    -moz-box-align: center;
    align-items: center;
    display: flex;
    -moz-box-pack: justify;
    justify-content: space-between;
    font-family: "hello", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: -0.01rem;
    line-height: 1.8rem;
    display: inline-block;
    margin: 0px;
    color: rgb(0, 0, 0);
}
.jelzo > div > div:first-child > div {
    -moz-box-align: center;
    align-items: center;
    display: flex;
    -moz-box-pack: justify;
    justify-content: space-between;
}
.jelzo > div > div:first-child > div > span:nth-of-type(1) {
    -moz-box-align: center;
    align-items: center;
    display: flex;
    -moz-box-pack: justify;
    justify-content: space-between;
}
.jelzo > div > div:first-child > div > span:nth-of-type(1) > div {
    display: flex;
    padding-right: 1.2rem;
}
.jelzo > div > div:first-child > div > span:nth-of-type(1) > div svg {
    color: rgb(0, 0, 0);
    width: 18px;
    height: 18px;
}
.jelzo > div > div:first-child > div > span:nth-of-type(1) > p {
    font-family: "hello", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: -0.01rem;
    line-height: 1.8rem;
    display: inline-block;
    margin: 0px;
    color: rgb(0, 0, 0);
}
.jelzo > div > div:first-child > div > span:nth-of-type(2) {
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
}
.jelzo > div > div:first-child > div > span:nth-of-type(2) button {
    font-family: "hellos", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: -0.01rem;
    line-height: 1.8rem;
    display: inline-block;
    margin-left: 1.2rem;
    color: rgb(0, 0, 0);
    appearance: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%;
    border: 0px none;
    padding: 0px;
    cursor: pointer;
}
.jelzo > div > div:nth-child(2) {
    padding-left: 1.2rem;
    display: flex;
}
.jelzo > div > div:last-child {
    animation: 0s linear 0s 1 normal none running nZOMn;
}
.megoszt {
    padding: 1rem 1.6rem;
    margin-left: 0.7rem;
    display: inline-block;
    appearance: none;
    border: 0.1rem solid rgb(62, 62, 62);
    transition: border-color 216ms ease-in-out 0s, background-color 216ms ease-in-out 0s;
    width: inherit;
    position: relative;
    outline: currentcolor none medium;
    text-decoration: none;
    background-color: rgb(62, 62, 62);
    color: rgb(255, 255, 255);
    font-family: "hello", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: -0.01rem;
    border-radius: 8rem;
	cursor: pointer;
}
.megoszt:hover {
    text-decoration: none;
    background-color: rgb(75, 75, 75);
    border-color: rgb(75, 75, 75);
    color: rgb(255, 255, 255);
}
.megoszt div {
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    opacity: 1;
}
.uresarc {
    color: rgb(255, 255, 255);
    display: flex;
    -moz-box-align: center;
    place-items: center;
    flex-flow: column nowrap;
    max-width: 416px;
    margin: 35px auto 50px;
}
.uresarc p:first-child {
    font-family: "hellos", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -0.02rem;
    line-height: 2.5rem;
    margin: 0px 0px 1.5rem;
    text-align: center;
}
.uresarc p:last-child {
    font-family: "hello", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: -0.01rem;
    color: rgb(173, 174, 181);
    margin: 0px;
    text-align: center;
}
.uresarc p:last-child span {
    background-color: rgb(62, 62, 62);
    border-radius: 0.4rem;
    display: inline-flex;
    padding: 3px;
    vertical-align: middle;
}
.uresarc p:last-child span svg {
    color: rgb(69, 255, 255);
}
.mentett {
    display: flex;
    flex-flow: row wrap;
    -moz-box-pack: justify;
    justify-content: space-between;
    margin: 0px -1.05rem;
}
.mentett .bookmrk {
	opacity: 1;
}
.mentett .bookmrk div svg {
    fill: rgb(69, 255, 255);
}
.mentett .arc {
    margin: 0px 0.8rem 3rem;
    min-width: 15rem;
    flex: 1 0 10%;
	max-width: none;
}
.gift {
    min-height: 100vh;
    align-items: center;
    background-color: #000;
    display: flex;
    flex-direction: column;
    padding: 24px 14px;
    top: 0;
    position: relative;
}
.gift > div {
    background-color: #1c1c1c;
    border-radius: 6px;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-family: "hello",serif;
    padding: 24px;
    margin-bottom: 20px;
    max-width: 702px;
    width: calc(100% - 48px);
}
.gift > div > div:first-child {
	padding-right: 20px;
}
.gift > div > div:first-child h1 {
    font-family: "hellos", sans-serif;
	margin-top: 24px;
	margin-bottom: 12px;
	font-weight: 700;
	font-size: 30px;
	line-height: 34px;
}
.gift > div > div:first-child h1 span {
    color: #45ffff;
}
.gift > div > div:first-child p {
    color: #adaeb5;
    font-size: 16px;
    letter-spacing: -.1px;
    line-height: 20px;
    margin: 0 0 1em;
}
.gift > div:first-child > div:last-child {
	margin: 20px 0 41px 0;
	font-size: 14px;
}
.gift > div:first-child > div > div {
    align-items: center;
    background-color: #3e3e3e;
    border-radius: 4px;
    border: 2px solid #45ffff;
    cursor: pointer;
    display: flex;
    height: 50px;
    justify-content: space-between;
}
.gift > div:first-child > div > div > div:first-child {
    align-items: center;
    background-color: #3e3e3e;
    display: flex;
    padding-left: 11px;
    height: 100%;
}
.gift > div:first-child > div > div > div:last-child {
    align-items: center;
    background-color: #45ffff;
    color: #000;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 71px;
}
.gift > div:last-child > div:first-child {
    padding-right: 20px;
}
.gift > div:last-child p {
    color: #fff !important;
}
.gift > div:last-child > form > div {
    margin-bottom: 15px;
}
.gift > div:last-child > form p {
    color: #adaeb5 !important;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
}
.gift > div:last-child > form button[type="button"] {
    background: none;
    border: 0;
    color: #adaeb5;
    display: flex;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 26px;
    padding: 0;
}
.gift > div:last-child > form button[type="submit"] {
    font-family: "hellos", sans-serif;
    background-color: #45ffff;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: unset;
	border: none;
	box-shadow: 1px 1px 4px rgba(0,0,0,.4);
	transition: all .4s;
	padding: 10px 21px;
    display: block;
    width: 100%;
    line-height: 1.33333;
    border-radius: 3px;
	text-align: center;
	white-space: nowrap;
	letter-spacing: .1px;
	touch-action: manipulation;
	cursor: pointer;
}
.gift > div:last-child > form > div label {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0;
    display: inline-block;
    max-width: 100%;
	font-family: "hellos", sans-serif;
}
.gift > div:last-child > form > div input::placeholder {
    color: #3e3e3e;
    opacity: 1;
}
.gift > div:last-child > form > div input {
    color: #fff;
    padding: 0;
    border: none;
    border-radius: 0;
    line-height: 1.3;
    -webkit-appearance: none;
    box-shadow: inset 0 -1px 0 #ddd;
    font-size: 18px;
    position: relative;
    z-index: 2;
    width: 100%;
    margin-bottom: 0;
    height: 38px;
    background-color: transparent;
    background-image: none;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.gift > div:last-child > form > div.error input {
    border-bottom: none;
    box-shadow: inset 0 -2px 0 #d9534f;
}
.gift > div:last-child > form > div div {
	display: none;
}
.gift > div:last-child > form > div.error div {
	color: #d9534f;
	font-size: 10px;
	line-height: 1.5;
	display: block;
}
.gift > div:last-child > form > div input:focus {
	box-shadow: inset 0 -2px 0 #337ab7;
	outline: none;
	z-index: 3;
}
button[disabled] {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: .65;
    box-shadow: none;
}
.popup > div:last-child {
	overflow-x: hidden;
	overflow-y: auto;
	height: auto;
	animation-duration: 0.15s;
}
.popup > div > div > div {
    border-radius: 1rem;
    background-color: rgb(28, 28, 28);
}
.popup > div > div > div > div {
    display: flex;
    flex-direction: column;
}
.popup > div > div > div > div:last-child {
    padding: 0px 3rem 3rem;
}
.popup > div > div > div > div:first-child > div:first-child {
    align-self: flex-end;
    background-color: rgb(62, 62, 62);
    border-radius: 50%;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    height: 3.2rem;
    width: 3.2rem;
    margin: 1rem;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.25s ease-in-out 0s;
}
.popup > div > div > div > div:first-child > div:first-child:hover {
    opacity: 0.75;
}
.popup > div > div > div > div:first-child > div:last-child {
    padding: 0px 3rem 2rem;
}
.popup > div > div > div > div:first-child > div:last-child > div:first-child {
    font-family: "hellos", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: -0.01rem;
    line-height: 1.8rem;
    color: rgb(69, 255, 255);
    margin-bottom: 1.5rem;
}
.popup > div > div > div > div:first-child > div:last-child > div:last-child {
    font-family: "hellos", sans-serif;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: -0.02rem;
    line-height: 3.4rem;
    color: rgb(255, 255, 255);
    margin: 0.75rem 0px;
}
.popup > div > div > div > div.join > div:first-child {
    margin-bottom: 2rem;
}
.popup > div > div > div > div.join > div:last-child {
    margin-bottom: 1rem;
    margin-top: 1.5rem;
    line-height: 1rem;
    text-align: center;
}
.popup > div > div > div > div.join > div:first-child > div {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2rem;
}
.popup > div > div > div > div.join > div:first-child > div div {
    font-family: "hello", sans-serif;
    font-size: 1.7rem;
    font-weight: 400;
    letter-spacing: -0.01rem;
    line-height: 2.2rem;
    color: rgb(173, 174, 181);
}
.popup > div > div > div > div.join > div:first-child > div > svg {
    margin-top: 0.25rem;
    margin-right: 1rem;
    flex-shrink: 0;
}
.popup > div > div > div > div.join > div:last-child span {
    font-family: "hello", sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: -0.01rem;
    line-height: 1.5rem;
    color: rgb(173, 174, 181);
    text-align: center;
}
.popup > div > div > div > div.join > div:last-child span a {
    color: rgb(173, 174, 181);
    text-decoration: underline rgb(173, 174, 181);
}
.popup > div > div > div > div.join > button {
    display: inline-block;
    appearance: none;
    border: 0.1rem solid rgb(69, 255, 255);
    transition: border-color 216ms ease-in-out 0s, background-color 216ms ease-in-out 0s;
    width: inherit;
    position: relative;
    outline: currentcolor none medium;
    text-decoration: none;
    background-color: rgb(69, 255, 255);
    color: rgb(16, 16, 16);
    font-family: "hello", sans-serif;
    font-size: 1.7rem;
    font-weight: 500;
    letter-spacing: -0.01rem;
    line-height: 2.2rem;
    padding: 1rem 1.8rem;
    border-radius: 0.6rem;
}
.popup > div > div > div > div.notify > div > form > button > div {
	display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    opacity: 1;
    color: rgb(0, 0, 0);
    font-family: "hellos", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: -0.015rem;
    line-height: 2.3rem;
}
.popup > div > div > div > div.notify > div > form > button > div:not(:disabled) {
    cursor: pointer;
}
.popup > div > div > div > div.notify > div > form > button {
	position: absolute;
	top: 0px;
	right: -0.1rem;
	height: 5.7rem;
	width: 9.3rem;
	display: block;
	color: rgb(0, 0, 0);
	background-color: rgb(69, 255, 255);
	appearance: none;
	border: 0.1rem solid rgb(62, 62, 62);
	outline: currentcolor none medium;
	font-family: "hellos", sans-serif;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: -0.015rem;
	line-height: 2.3rem;
	border-radius: 0.8rem;
	text-decoration: none;
	transition: border-color 216ms ease-in-out 0s, background-color 216ms ease-in-out 0s;
	padding: 10px 18px;
}
.popup > div > div > div > div.notify > div > form {
	display: flex;
	position: relative;
	-moz-box-pack: center;
	justify-content: center;
	-moz-box-align: center;
	align-items: center;
	margin-top: 3rem;
}
.popup > div > div > div > div.notify > div > form > input::placeholder {
    color: rgb(62, 62, 62);
}
.popup > div > div > div > div.notify > div > form > input {
	line-height: 1.3;
    -webkit-appearance: none;
    font-size: 18px;
	font-family: "hello", sans-serif;
	font-weight: 400;
	letter-spacing: -0.015rem;
	background-color: transparent;
	border: 0.1rem solid rgb(62, 62, 62) !important;
	box-shadow: none !important;
	color: rgb(255, 255, 255);
	border-radius: 0.6rem !important;
	width: 100%;
	padding: 1.5rem !important;
}
.popup > div > div > div > div.notify > div {
	font-family: "hello", sans-serif;
	font-size: 1.7rem;
	font-weight: 400;
	letter-spacing: -0.01rem;
	line-height: 2.2rem;
	color: rgb(173, 174, 181);
	margin-bottom:0;
}
.popup > div > div > div > div.saved > div:nth-of-type(1) {
    font-family: "hello", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: -0.01rem;
    color: rgb(255, 255, 255);
    margin-top: 0.8rem;
}
.popup > div > div > div > div.saved > div:nth-of-type(2) {
    font-family: "hello", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: -0.01rem;
    line-height: 1.8rem;
    font-style: italic;
    color: rgb(255, 255, 255);
    margin-top: 0.8rem;
}
.popup > div > div > div > div.saved > div:nth-of-type(3) {
    margin-top: 3rem;
}
.popup > div > div > div > div.saved > div:nth-of-type(3) > div {
    transition-duration: 0s;
    background-color: rgb(255, 3, 124);
    padding: 16px 0;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    transition-property: opacity;
    width: 100%;
    border-radius: 6px;
    -moz-box-align: stretch;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    align-items: stretch;
    border: 0px solid black;
    box-sizing: border-box;
    display: flex;
    flex-basis: auto;
    flex-direction: column;
    flex-shrink: 0;
    margin: 0px;
    min-height: 0px;
    min-width: 0px;
    position: relative;
    z-index: 0;
}
.popup > div > div > div > div.saved > div > div > div {
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    flex-direction: row;
    -moz-box-align: stretch;
    align-items: stretch;
    border: 0px solid black;
    box-sizing: border-box;
    display: flex;
    flex-basis: auto;
    flex-shrink: 0;
    margin: 0px;
    min-height: 0px;
    min-width: 0px;
    padding: 0px;
    position: relative;
    z-index: 0;
}
.popup > div > div > div > div.saved > div > div > div > div {
    text-align: center;
    font-weight: 500;
    color: rgb(255, 255, 255);
    line-height: 18px;
    letter-spacing: -0.1px;
    font-size: 16px;
    font-family: "hellos", sans-serif;
    border: 0px solid black;
    box-sizing: border-box;    display: inline;
    margin: 0px;
    padding: 0px;
    white-space: pre-wrap;
    overflow-wrap: break-word;
}
.popup > div > div > div > div.saved > div:nth-of-type(4) {
    margin-bottom: 1.8rem;
}
.popup > div > div > div > div.saved > div:nth-of-type(4) > div {
    transition-duration: 0s;
    background-color: rgba(0, 0, 0, 0);
    padding: 16px 0;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    transition-property: opacity;
    width: 100%;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 6px;
    -moz-box-align: stretch;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    align-items: stretch;
    border: 0px solid black;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin: 0px;
    min-height: 0px;
    min-width: 0px;
    position: relative;
    z-index: 0;
}
.review {
    max-height: 720px;
    height: calc(70vh + 32px);
}
.review > div {
    align-self: stretch;
    transform: translateZ(0px);
    overflow-y: auto;
    overflow-x: hidden;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    flex-direction: column;
    flex-shrink: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    -moz-box-align: stretch;
    align-items: stretch;
    border: 0px solid black;
    box-sizing: border-box;
    display: flex;
    flex-basis: auto;
    margin: 0px;
    min-height: 0px;
    min-width: 0px;
    padding: 0px;
    position: relative;
    z-index: 0;
}
.review > div > div {
    width: 400px;
	margin: 0 auto;
    margin-bottom: 1.6rem;
}
.review > div > div div {
    -moz-box-align: stretch;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    align-items: stretch;
    border: 0px solid black;
    box-sizing: border-box;
    display: flex;
    flex-basis: auto;
    flex-direction: column;
    flex-shrink: 0;
    margin: 0px;
    min-height: 0px;
    min-width: 0px;
    padding: 0px;
    position: relative;
    z-index: 0;
}
.review > div > div > div {
    transition-duration: 0s;
    background-color: rgb(28, 28, 28);
    padding: 16px;
    user-select: none;
    transition-property: opacity;
    width: 100%;
    border-radius: 6px;
}
.review > div > div > div > div:nth-of-type(2) {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: -0.1px;
    font-weight: 400;
    font-family: "hello", sans-serif;
    color: rgb(190, 187, 191);
    border: 0px solid black;
    box-sizing: border-box;
    display: inline;
    margin: 0px;
    padding: 0px;
    white-space: pre-wrap;
    overflow-wrap: break-word;
}
.review > div > div > div > div:nth-of-type(3) {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.1px;
    font-weight: 400;
    font-family: "hello", sans-serif;
    color:  #45ffff;
    border: 0px solid black;
    box-sizing: border-box;
    display: inline;
    margin: 0px;
    padding: 0px;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    margin-top: 10px;
}
.review > div > div > div > div:nth-of-type(3) a {
    color:  #45ffff;
	text-decoration: underline;
}
.review > div > div > div > div:nth-of-type(1) > div:nth-of-type(1) {
    -moz-box-align: center;
    align-items: center;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    flex-direction: row;
}
.review > div > div > div > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) {
    margin-right: 8px;
}
.review > div > div > div > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div {
    width: 32px;
    height: 32px;
    background-color: rgb(255, 3, 124);
    border-radius: 16px;
}
.review > div > div > div > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div > div {
    -moz-box-pack: center;
    justify-content: center;
    flex-shrink: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    flex-basis: 0px;
    -moz-box-align: center;
    align-items: center;
}
.review > div > div > div > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div > div > div {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.1px;
    font-weight: 400;
    font-family: "hello", sans-serif;
    border: 0px solid black;
    box-sizing: border-box;
    color: rgb(0, 0, 0);
    display: inline;
    margin: 0px;
    padding: 0px;
    white-space: pre-wrap;
    overflow-wrap: break-word;
}
.review > div > div > div > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(1) {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.1px;
    font-weight: 700;
    font-family: "hellos", sans-serif;
    border: 0px solid black;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    display: inline;
    margin: 0px;
    padding: 0px;
    white-space: pre-wrap;
    overflow-wrap: break-word;
}
.review > div > div > div > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.1px;
    font-weight: 400;
    font-family: "hello", sans-serif;
    border: 0px solid black;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    display: inline;
    margin: 0px;
    padding: 0px;
    white-space: pre-wrap;
    overflow-wrap: break-word;
}
.review > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) {
    margin-top: 8px;
    margin-bottom: 8px;
}
.review > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > div {
    height: 18px;
    -moz-box-align: center;
    align-items: center;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    flex-direction: row;
    display: flex;
}
.review > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > div > div {
    margin-right: 2px;
}
.review > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > div > div:last-child {
    margin: 0px;
    margin-left: 8px;
}
.review > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > div > div span {
	margin-right: 0;
    border: 0px solid black;
    box-sizing: border-box;
    display: inline;    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.1px;
    font-weight: 500;
    font-family: "hellos", sans-serif;
    border: 0px solid black;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    padding: 0px;
    white-space: pre-wrap;
    overflow-wrap: break-word;
}
#content > div:first-child, #payment > div:first-child {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    max-width: 80rem;
    margin: 2rem auto;
}
#content > div > form > span, #payment > div > form > span {
    font-family: "hello", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: -0.01rem;
    line-height: 1.8rem;
    margin-right: 1rem;
    color: rgb(173, 174, 181);
}
#content > div > form > span.ez, #payment > div > form > span.ez {
    color: rgb(255, 255, 255);
}
#content > div > form > span:last-child, #content > div > form > span:nth-child(2), #payment > div > form > span:last-child, #payment > div > form > span:nth-child(2) {
    cursor: pointer;
}
#content > div > form > div, #payment > div > form > div {
    background-color: rgb(28, 28, 28);
    padding: 2rem 1rem;
    border-radius: 0.8rem;
    margin: 1rem 0.75rem;
}
#content > div > form > div:nth-of-type(1) > div:nth-of-type(1) {
    display: flex;
    flex-direction: column;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
}
#content > div > form > div:nth-of-type(1) > div:nth-of-type(1) div {
    -moz-box-align: center;
    align-items: center;
    background-color: rgb(255, 3, 124);
    border-radius: 16rem;
    display: flex;
    height: 8rem;
    -moz-box-pack: center;
    justify-content: center;
    overflow: hidden;
    width: 8rem;
}
#content > div > form > div:nth-of-type(1) > div:nth-of-type(1) div img {
    object-fit: cover;
    height: 8rem;
    width: 8rem;
}
#content > div > form > div:nth-of-type(1) > div:nth-of-type(1) p {
    font-family: "hellos", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -0.02rem;
    line-height: 2.5rem;
    margin: 2.5rem auto;
    color: rgb(255, 255, 255);
    text-align: center;
}
#content > div > form > div > p {
    font-family: "hello", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: -0.015rem;
    line-height: 2.3rem;
    margin: 2rem auto;
    color: rgb(255, 255, 255);
    text-align: center;
}
#content > div > form > div:nth-of-type(1) > div:nth-of-type(2), #content > div > form > div:nth-of-type(3) > div:nth-of-type(1) {
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    width: 100%;
    margin-top: 2rem;
}
#content > div > form > div:nth-of-type(1) > div:nth-of-type(2) > div, #content > div > form > div:nth-of-type(3) > div:nth-of-type(1) > div {
    display: flex;
    padding: 0px;
    border: 0px none;
    margin: 0px;
}
#content > div > form > div:nth-of-type(1) > div:nth-of-type(2) > div > div, #content > div > form > div:nth-of-type(3) > div:nth-of-type(1) > div > div {
    margin-top: 0px;
    margin-left: 2.5rem;
    margin-right: 2.5rem;
    position: relative;
    margin-bottom: 1rem;
    padding: 0px;
    border: 0px none;
}
#content > div > form > div:nth-of-type(1) > div:nth-of-type(2) > div > div input, #content > div > form > div:nth-of-type(1) > div:nth-of-type(2) > div > div input[type="radio"], #content > div > form > div:nth-of-type(3) > div:nth-of-type(1) > div > div input {
    position: absolute;
    visibility: hidden;
    height: 0px;
    margin: 0px;
    width: 0px;
    vertical-align: middle;
    border: none;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
#content > div > form > div:nth-of-type(1) > div:nth-of-type(2) > div > div input:not(:disabled) + label, #content > div > form > div:nth-of-type(3) > div:nth-of-type(1) > div > div  input:not(:disabled) + label {
    cursor: pointer;
}
#content > div > form > div:nth-of-type(1) > div:nth-of-type(2) > div > div label, #content > div > form > div:nth-of-type(3) > div:nth-of-type(1) > div > div label {
    padding: 0 0 1.2rem 0px;
    display: flex;
    flex-direction: column;
    text-align: center;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    max-width: 8rem;
    font-family: "hello", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: -0.01rem;
    line-height: 1.8rem;
    color: rgb(243, 244, 254);
}
#content > div > form > div:nth-of-type(1) > div:nth-of-type(2) > div > div > label > div, #content > div > form > div:nth-of-type(3) > div:nth-of-type(1) > div > div > label > div {
    margin-bottom: 1rem;
    transition: border-color 108ms ease-in-out 0s, background-color 108ms ease-in-out 0s;
    background-color: rgb(28, 28, 28);
    border: 0.2rem solid rgb(62, 62, 62);
    border-radius: 50%;
    padding: 1.8rem;
    margin-right: 0px;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    margin-right: 0.5rem;
}
#content > div > form > div:nth-of-type(1) > div:nth-of-type(2) > div > div input:checked + label > div, #content > div > form > div:nth-of-type(3) > div:nth-of-type(1) > div > div input:checked + label > div {
    background-color: rgb(16, 16, 16);
    border-color: rgb(255, 3, 124);
}
#content > div > form > div:nth-of-type(1) > div:nth-of-type(2) > div > div:nth-of-type(2) > label > div {
    margin-bottom: 1rem;
    transition: border-color 108ms ease-in-out 0s, background-color 108ms ease-in-out 0s;
    background-color: rgb(28, 28, 28);
    border: 0.2rem solid rgb(62, 62, 62);
    border-radius: 50%;
    padding: 0px;
    margin-right: 0px;
}
#content > div > form > div:nth-of-type(1) > div:nth-of-type(2) > div > div:nth-of-type(2) > label > div > div {
    -moz-box-align: center;
    align-items: center;
    background-color: rgb(255, 3, 124);
    border-radius: 10.8rem;
    display: flex;
    height: 5.4rem;
    -moz-box-pack: center;
    justify-content: center;
    overflow: hidden;
    width: 5.4rem;
}
#content > div > form > div:nth-of-type(1) > div:nth-of-type(2) > div > div:nth-of-type(2) > label > div > div img {
    object-fit: cover;
    height: 5.4rem;
    width: 5.4rem;
}
#content > div > form > div:nth-of-type(1) > div:nth-of-type(2) > div > div > label > span div{
    background-color: rgb(112, 112, 112);
    padding: 0.2rem 0.5rem;
    border-radius: 0.5rem;
    margin-top: 0.5rem;
}
#content > div > form > div:nth-of-type(1) > div:nth-of-type(3), #content > div > form > div:nth-of-type(2) > div:nth-of-type(1), #content > div > form > div:nth-of-type(3) > div {
    display: flex;
    flex-direction: column;
    -moz-box-pack: start;
    justify-content: flex-start;
    min-width: 10rem;
    margin-bottom: 1.5rem;
}
#content > div > form label, .promocode label  {
    font-family: "hellos", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: -0.01rem;
    line-height: 1.8rem;
    color: rgb(255, 255, 255);
}
#content > div > form label > span:first-of-type, .promocode label > span:first-of-type {
    display: block;
    margin: 0.4rem 0px;
}
#content > div > form > div:nth-of-type(1) > div:nth-of-type(3) > div:nth-of-type(2), #content > div > form > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(2), .promocode > div:nth-of-type(2) > div > div > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(2) {
    position: relative;
    transition: max-height 0.4s ease-out 0s, opacity 0.8s ease 0s;
    max-height: 100rem;
    opacity: 1;
}
#content > div > form > div > div input[type="text"], #content > div > form > div > div input[type="password"], #content > div > form > div > div input[type="email"], #content > div > form > div > div input[type="tel"], #content > div > form > div > div input[type="number"], .promocode input[type="text"] {
    font-family: "hello", sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: -0.015rem;
    line-height: 2.3rem;
    appearance: none;
    background-color: transparent;
    border-radius: 0.6rem;
    border: 0.1rem solid rgb(62, 62, 62);
    box-shadow: none;
    color: rgb(255, 255, 255);
    outline: currentcolor none medium;
    padding: 1.4rem 3.6rem 1.4rem 1.6rem;
    width: calc(100% - 5.3rem);
}
#content > div > form > div > div input[type="text"]::placeholder, #content > div > form > div > div input[type="password"]::placeholder, #content > div > form > div > div input[type="email"]::placeholder, #content > div > form > div > div input[type="tel"]::placeholder, #content > div > form > div > div input[type="number"]::placeholder {
    color: rgb(112, 112, 112);
}
#content > div > form > div > div input.kell {
    border-color: rgb(255, 3, 124) !important;
}
#content > div > form > div > div > p {
    font-family: "hello", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: -0.01rem;
    line-height: 1.8rem;
    -moz-box-pack: end;
    justify-content: flex-end;
    text-align: right;
    color: rgb(255, 3, 124);
    padding: 0.2rem 0px;
    margin: 0.25rem 0px 0px;
}
#content > div > form > div:nth-of-type(1) > div:nth-of-type(4), #content > div > form > div:nth-of-type(2) > div:nth-of-type(2) {
    margin-bottom: 1rem;
    margin-left: -0.45rem;
}
#content > div > form > div:nth-of-type(1) > div:nth-of-type(4) > div, #content > div > form > div:nth-of-type(2) > div:nth-of-type(2) > div {
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    border: 0px none;
    margin: 0px;
}
#content > div > form > div:nth-of-type(1) > div:nth-of-type(4) > div > div, #content > div > form > div:nth-of-type(2) > div:nth-of-type(2) > div > div {
    position: relative;
    margin: 1rem 0.5rem;
    padding: 0px;
    border: 0px none;
}
#content > div > form > div:nth-of-type(1) > div:nth-of-type(4) > div > div input:not(:disabled) + label, #content > div > form > div:nth-of-type(2) > div:nth-of-type(2) > div  input:not(:disabled) + label  {
    cursor: pointer;
}
#content > div > form > div:nth-of-type(1) > div:nth-of-type(4) > div > div label, #content > div > form > div:nth-of-type(2) > div:nth-of-type(2) > div > div label {
    transition: border-color 108ms ease-in-out 0s, background-color 108ms ease-in-out 0s;
    background-color: rgb(28, 28, 28);
    border: 0.2rem solid rgb(62, 62, 62);
    border-radius: 0.6rem;
    padding: 1.2rem 2rem;
    justify-content: space-around;
    -moz-box-align: center;
    align-items: center;
    font-family: "hello", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: -0.01rem;
    line-height: 1.8rem;
    display: block;
    color: rgb(243, 244, 254);
}
#content input[type="radio"]::after, #payment input[type="radio"]::after, .cancel input[type="radio"]::after {
    position: relative;
    top: -3px;
    border: 2px solid #999;
}
#content input[type="radio"]::after, #content input[type="radio"]::before, #payment input[type="radio"]::after, #payment input[type="radio"]::before, .cancel input[type="radio"]::after, .cancel input[type="radio"]::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    transition: .24s;
}
#content input[type="radio"]::before, #payment input[type="radio"]::before, .cancel input[type="radio"]::before {
    position: absolute;
    left: 0;
    top: -3px;
    background-color: #337ab7;
}
#content > div > form > div:nth-of-type(1) > div:nth-of-type(4) input[type="radio"], #content > div > form > div:nth-of-type(2) > div input[type="radio"], #payment input[type="radio"], .cancel input[type="radio"] {
    position: absolute;
    visibility: hidden;
    height: 0px;
    margin: 0px;
    width: 0px;
}
#content input[type="radio"], #payment input[type="radio"], .cancel input[type="radio"] {
    border: none;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
#content input[type="checkbox"], #content input[type="radio"], #payment input[type="checkbox"], #payment input[type="radio"], .cancel input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
#content button, #content input, #payment button, #payment input, .cancel input {
    -webkit-font-smoothing: antialiased;
    letter-spacing: .1px;
}
#content > div > form > div:nth-of-type(1) > div:nth-of-type(4) > div > div input:checked + label, #content > div > form > div:nth-of-type(2) > div:nth-of-type(2) > div  input:checked + label {
    background-color: rgb(16, 16, 16);
    border-color: rgb(255, 3, 124);
}
#content > div > form > div > div:nth-of-type(3) > div > div, #content > div > form > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(2) > div, #content > div > form > div:nth-of-type(3) > div > div > div > div, #content > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div, .promocode > div:nth-of-type(2) > div > div > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(2) > div {
    position: absolute;
    right: 0px;
    top: 0px;
    height: calc(100% - 3.4rem);
    padding: 1.7rem 0.8rem;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    color: rgb(255, 255, 255);
    display: none;
    cursor: pointer;
}
#content > div > form > div > div:nth-of-type(3) > div > input:not([value=""]):not(:disabled) + div, #content > div > form > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(2) > input:not([value=""]):not(:disabled) + div, #content > div > form > div:nth-of-type(3) > div > div > div > input:not([value=""]):not(:disabled) + div, #content > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > input:not([value=""]):not(:disabled) + div, .promocode > div:nth-of-type(2) > div > div > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(2) > input:not([value=""]):not(:disabled) + div {
    display: flex;
}
#content > div > form > div:nth-of-type(3) > div:nth-of-type(2) > div {
    display: flex;
    flex-direction: column;
    -moz-box-pack: start;
    justify-content: flex-start;
    min-width: 10rem;
    margin-bottom: 1.5rem;
}
#content > div > form > div:nth-of-type(3) > div:nth-of-type(2) > div > div:nth-of-type(2) {
    position: relative;
    transition: max-height 0.4s ease-out 0s, opacity 0.8s ease 0s;
    max-height: 100rem;
    opacity: 1;
}
#content > div > form textarea::placeholder {
    color: rgb(112, 112, 112);
}
#content > div > form textarea {
    font-family: "hello", sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: -0.015rem;
    line-height: 2.3rem;
    resize: none;
    padding: 1.6rem;
    border-radius: 0.6rem;
    border: 0.1rem solid rgb(62, 62, 62);
    color: rgb(255, 255, 255);
    background-color: transparent;
    outline: currentcolor none medium;
    appearance: none;
    width: calc(100% - 3.4rem);
    box-shadow: none;
}
#content > div > form > div:nth-of-type(3) > div:nth-of-type(2) > div > div:last-child, #content > div > form > div:nth-of-type(4) > div:nth-of-type(1) > div > div:last-child {
    display: flex;
    width: 100%;
    -moz-box-pack: end;
    justify-content: flex-end;
    -moz-box-align: center;
    align-items: center;
}
#content > div > form > div:nth-of-type(3) > div:nth-of-type(2) > div > div p, #content > div > form > div:nth-of-type(4) > div:nth-of-type(1) > div > div p {
    font-family: "hello", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: -0.01rem;
    line-height: 1.8rem;
    margin: 0.25rem 0px 0px 1rem;
    color: rgb(173, 174, 181);
}
#content > div > form > div:nth-of-type(4) > div:nth-of-type(1) > div {
    display: flex;
    flex-direction: column;
    -moz-box-pack: start;
    justify-content: flex-start;
    min-width: 10rem;
    margin-bottom: 1.5rem;
}
#content > div > form > div:nth-of-type(4) > div:nth-of-type(3) {
    margin-top: 1.5rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
#content > div > form > div:nth-of-type(4) > div:nth-of-type(3) > div {
    position: relative;
    margin: 1rem 0.5rem;
    padding: 0px;
    border: 0px none;
}
#content > div > form > div:nth-of-type(4) > div:nth-of-type(3) > div > label > div {
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    position: absolute;
    left: 0px;
    height: 2.4rem;
    width: 2.4rem;
    z-index: 1;
}
#content > div > form > div:nth-of-type(4) > div:nth-of-type(3) > div > label::before, #content > div > form > div:nth-of-type(4) > div:nth-of-type(3) > div > label::after {
    content: " ";
    transition: border-color 108ms ease-in 0s, background-color 108ms ease-in 0s, opacity 108ms ease-in 0s;
    border-radius: 0.3rem;
    height: 2.4rem;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 2.4rem;
}
#content > div > form > div:nth-of-type(4) > div:nth-of-type(3) > div > label::after {
    background-color: rgb(69, 255, 255);
    border: 0.1rem solid rgb(69, 255, 255);
    opacity: 0;
}
#content > div > form > div:nth-of-type(4) > div:nth-of-type(3) > div > label::before {
    border: 0.1rem solid rgb(173, 174, 181);
}
#content > div > form > div:nth-of-type(4) > div:nth-of-type(3) > div > input:not(:disabled) + label {
    cursor: pointer;
}
#content > div > form > div:nth-of-type(4) > div:nth-of-type(3) > div > label {
    font-family: "hello", sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: -0.015rem;
    display: block;
    color: rgb(243, 244, 254);
    position: relative;
    padding-left: 3.4rem;
    max-width: 40rem;
    line-height: 2.4rem;
}
#content input[type="checkbox"]::after, #payment input[type="checkbox"]::after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -2px;
    margin-right: 5px;
    border: 2px solid #999;
    border-radius: 2px;
    transition: .24s;
}
#content > div > form > div:nth-of-type(4) > div:nth-of-type(3) > div > input[type="checkbox"] {
    position: absolute;
    visibility: hidden;
    height: 0px;
    margin: 0px;
    width: 0px;
}
#content > div > form > div:nth-of-type(4) > div:nth-of-type(3) > div > label > div > svg {
    transition: opacity 108ms ease-in 0s;
    opacity: 0;
}
#content > div > form > div:nth-of-type(4) > div:nth-of-type(3) > div > input:checked + label svg, #content > div > form > div:nth-of-type(4) > div:nth-of-type(3) > div > input:checked + label::after {
    opacity: 1;
}
#content > div > form > div:last-child > div:last-child {
    margin: 3rem auto 1.5rem;
    display: grid;
    row-gap: 1.5rem;
}
#content > div > form > div:last-child > div:last-child > div {
    width: 100%;
    display: flex;
    gap: 0.8rem;
}
#content > div > form > div:last-child > div:last-child button {
    margin-bottom: 1.5rem;
    margin-top: 1rem;
}
#content > div > form > div:last-child > div:last-child button:not(:disabled) {
    cursor: pointer;
}
#content > div > form > div:last-child > div:last-child button:nth-of-type(1) {
    display: inline-block;
    appearance: none;
    border: 0.1rem solid rgb(255, 3, 124);
    transition: border-color 216ms ease-in-out 0s, background-color 216ms ease-in-out 0s;
    width: inherit;
    position: relative;
    outline: currentcolor none medium;
    text-decoration: none;
    background-color: rgb(255, 3, 124);
    color: rgb(255, 255, 255);
    font-family: "hellos", sans-serif;
    font-size: 1.7rem;
    font-weight: 500;
    letter-spacing: -0.01rem;
    line-height: 2.2rem;
    padding: 1rem 1.8rem;
    border-radius: 0.6rem;
}
#content > div > form > div:last-child > div:last-child button:nth-of-type(2) {
    margin-bottom: 1.5rem;
    margin-top: 1rem;
    display: inline-block;
    appearance: none;
    border: 0.1rem solid rgb(243, 244, 254);
    transition: border-color 216ms ease-in-out 0s, background-color 216ms ease-in-out 0s;
    width: inherit;
    position: relative;
    outline: currentcolor none medium;
    text-decoration: none;
    background-color: transparent;
    color: rgb(255, 255, 255);
    font-family: "hellos", sans-serif;
    font-size: 1.7rem;
    font-weight: 500;
    letter-spacing: -0.01rem;
    line-height: 2.2rem;
    padding: 1rem 1.8rem;
    border-radius: 0.6rem;
}
#content > div > form > div:last-child > div:last-child button div {
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    opacity: 1;
}
#content > div > form > div:last-child > div:last-child span {
    margin: 0px auto;
    font-family: "hello", sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: -0.015rem;
    line-height: 2.3rem;
    color: rgb(255, 7, 97);
}
#payment > div > form > div > div, #payment > div > form > div > div > button {
    margin: 1.5rem auto 2rem;
}
#payment > div > form > div > div:last-child {
    font-family: "hello", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: -0.01rem;
    text-align: center;
    margin: auto;
    color: rgb(243, 244, 254);
}
#payment > div > form > div > div:last-child a {
    color: #337ab7;
    text-decoration: none;
}
#payment > div > form h2 {
    font-family: "hellos", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: -0.02rem;
    line-height: 2.9rem;
    color: rgb(255, 255, 255);
    margin-top: 0px;
}
#payment > div > form h3 {
    font-family: "hellos", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: -0.015rem;
    line-height: 2.3rem;
    color: rgb(255, 255, 255);
    margin-top: 2rem;
    margin-bottom: 0px;
}
#payment > div > form > div > div > button {
    margin-top: 2rem;
    margin-bottom: 1rem;
    display: inline-block;
    appearance: none;
    border: 0.1rem solid rgb(255, 3, 124);
    transition: border-color 216ms ease-in-out 0s, background-color 216ms ease-in-out 0s;
    width: 100%;
    position: relative;
    outline: currentcolor none medium;
    text-decoration: none;
    background-color: rgb(255, 3, 124);
    color: rgb(255, 255, 255);
    font-family: "hellos", sans-serif;
    font-size: 1.7rem;
    font-weight: 500;
    letter-spacing: -0.01rem;
    line-height: 2.2rem;
    padding: 1rem 1.8rem;
    border-radius: 0.6rem;
}
#payment > div > form > div > div > button > div {
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    opacity: 1;
}
#payment > div > form > div > div > button > div > span {
    padding: 0.3rem 0px 0px 0.5rem;
}
#payment > div > form > div > div > div:nth-of-type(1) {
    display: flex;
    flex-flow: column wrap;
    padding: 0px;
    border: 0px none;
    margin: 0px;
}
#payment > div > form > div > div > div:nth-of-type(1) > div {
    margin: 1rem 0.5rem;
}
#payment > div > form > div > div > div > div input:not(:disabled) + label, .cancel > div > div > div > div > div > div:nth-of-type(2) > div > div > div > div:nth-of-type(2) > div:nth-of-type(1) > div input:not(:disabled) + label {
    cursor: pointer;
}
#payment > div > form label, .cancel label {
    display: flex;
    -moz-box-align: center;
    align-items: center;
}
#payment label, .cancel label {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0;
	max-width: 100%;
}
#payment > div > form label > div:nth-of-type(1) {
    height: 2rem;
    width: 2rem;
    background-color: transparent;
    border-radius: 50%;
    margin-right: 1rem;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    border: 1px solid rgb(173, 174, 181);
}
#payment > div > form label > div:nth-of-type(2) {
    width: 100%;
}
#payment > div > form label > div:nth-of-type(1) > div {
    height: 1rem;
    width: 1rem;
    transition: background-color 108ms ease-in-out 0s;
    background-color: transparent;
    border-radius: 50%;
}
#payment > div > form input:checked + label > div:nth-of-type(1) > div, .cancel input:checked + label > div:nth-of-type(1) > div {
    background-color: rgb(69, 255, 255);
}
#payment > div > form label > div:nth-of-type(2) > div:nth-of-type(1) {
    font-family: "hellos", sans-serif;
    font-size: 1.7rem;
    font-weight: 500;
    letter-spacing: -0.01rem;
    line-height: 2.2rem;
    color: rgb(243, 244, 254);
}
#payment > div > form label > div:nth-of-type(2) > div:nth-of-type(2) {
    font-family: "hello", sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: -0.01rem;
    line-height: 1.5rem;
    color: rgb(173, 174, 181);
}
#payment > div > form label > div:nth-of-type(2) > div:nth-of-type(2) > div > div {
    font-family: "hello", sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: -0.015rem;
    line-height: 2.3rem;
    appearance: none;
    background-color: transparent;
    border-radius: 0.6rem;
    border: 0.1rem solid rgb(62, 62, 62);
    box-shadow: none;
    color: rgb(255, 255, 255);
    outline: currentcolor none medium;
    padding: 1.4rem 1.6rem;
    width: calc(100% - 3.4rem);
    height: auto;
    margin-top: 0.75rem;
    transition: box-shadow .15s ease;
    font-family: spinnler !important;
}
#payment > div > form > div > div > div:nth-of-type(2) > div > div  {
    width: 100%;
	margin: 1rem 0.5rem;
}
#payment > div > form > div > div > div:nth-of-type(3) > div {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 1.5rem;
    font-family: "hello", sans-serif;
    font-size: 1.7rem;
    font-weight: 400;
    letter-spacing: -0.01rem;
    line-height: 2.2rem;
    color: rgb(255, 255, 255);
}
#payment > div > form > div > div > div:nth-of-type(3) > div > div:nth-child(2n) {
    text-align: right;
    align-self: end;
}
#payment > div > form > div > div > div:nth-of-type(3) > div > div:nth-of-type(1) > div {
    font-family: "hello", sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: -0.015rem;
    line-height: 2.3rem;
    color: rgb(69, 255, 255);
    cursor: pointer;
}
b, strong {
    font-weight: 700;
    font-family: "hellos", sans-serif;
}
#zoid {
	position: relative;
	display: inline-block;
	width: 100%;
	min-height: 35px;
	min-width: 200px;
	max-width: 750px;
	font-size: 0;
}
#zoid > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#zoid > iframe.component-frame {
	z-index: 100;
}
#zoid > iframe.prerender-frame {
	transition: opacity .2s linear;
	z-index: 200;
}
#zoid > iframe.visible {
	opacity: 1;
}
#zoid > iframe.invisible {
	opacity: 0;
	pointer-events: none;
}
#zoid > .smart-menu {
	position: absolute;
	z-index: 300;
	top: 0;
	left: 0;
	width: 100%;
}
.promocode {
    display: none;
}
.promocode > div:nth-of-type(1) {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.promocode > div {
    filter: alpha(opacity=0);
    opacity: 0;
    transition: opacity .15s linear;
}
.promocode.in > div:nth-of-type(2) {
    opacity: 1;
    overflow-x: hidden;
    overflow-y: auto;
}
.promocode.in > div:nth-of-type(1) {
    filter: alpha(opacity=50);
    opacity: .5;
}
.promocode > div:nth-of-type(2) {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: block;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.promocode > div:nth-of-type(2) > div {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;	
    width: 600px;
    margin: 30px auto;
	position: relative;
}
.promocode.in > div:nth-of-type(2) > div {
    -webkit-transform: translate(0);
    transform: translate(0);
}
.promocode > div:nth-of-type(2) > div > div {
    position: relative;
    background-color: #101010;
    background-clip: padding-box;
    border: 1px solid transparent;
    border-radius: 3px;
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    outline: 0;
}
.promocode > div:nth-of-type(2) > div > div > div:nth-of-type(1)::after, .promocode > div:nth-of-type(2) > div > div > div:nth-of-type(1)::before, .promocode > div:nth-of-type(2) > div > div > div:nth-of-type(3)::after, .promocode > div:nth-of-type(2) > div > div > div:nth-of-type(3)::before {
    display: table;
    content: " ";
}
.promocode > div:nth-of-type(2) > div > div > div:nth-of-type(1)::after, .promocode > div:nth-of-type(2) > div > div > div:nth-of-type(3)::after {
    clear: both;
}
.promocode > div:nth-of-type(2) > div > div > div:nth-of-type(1) {
    padding: 15px;
    border-bottom: 1px solid transparent;
}
.promocode > div:nth-of-type(2) > div > div > div:nth-of-type(1) h4 {
    margin: 0;
    font-family: "hellos", sans-serif;
    line-height: 1.5;
    font-size: 24px;
    font-weight: 700;
}
.promocode > div:nth-of-type(2) > div > div > div:nth-of-type(2) {
    padding: 15px;
    position: relative;
}
.promocode > div:nth-of-type(2) > div > div > div:nth-of-type(2) > div:nth-of-type(1) {
    display: flex;
    flex-direction: column;
    -moz-box-pack: start;
    justify-content: flex-start;
    min-width: 10rem;
    margin-bottom: 1.5rem;
}
.promocode > div:nth-of-type(2) > div > div > div:nth-of-type(2) > button {
    display: inline-block;
    appearance: none;
    border: 0.1rem solid rgb(255, 3, 124);
    transition: border-color 216ms ease-in-out 0s, background-color 216ms ease-in-out 0s;
    width: 100%;
    position: relative;
    outline: currentcolor none medium;
    text-decoration: none;
    background-color: rgb(255, 3, 124);
    color: rgb(255, 255, 255);
    font-family: "hellos", sans-serif;
    font-size: 1.7rem;
    font-weight: 500;
    letter-spacing: -0.01rem;
    line-height: 2.2rem;
    padding: 1rem 1.8rem;
    border-radius: 0.6rem;
}
.promocode > div:nth-of-type(2) > div > div > div:nth-of-type(2) > button div {
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    opacity: 1;
}
.promocode > div:nth-of-type(2) > div > div > div:nth-of-type(2) > button:not(:disabled) {
    cursor: pointer;
}
.promocode > div:nth-of-type(2) > div > div > div:nth-of-type(2) > div:last-child {
    padding-top: 0.8rem;
    color: rgb(255, 7, 97);
    font-family: "hellos", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: -0.01rem;
    line-height: 1.5rem;
}
.confirmtop {
    background: #1c1c1c;
    padding-top: 60px;
}
.confirmtop > span {
    background-position: 0;
    background-size: 1500px;
    height: 200px;
    margin-top: -55px;
    z-index: 0;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
}
.confirmtop > div:nth-of-type(1) {
    display: flex;
    background: #fff;
    flex-direction: column;
    margin-left: 15px;
    margin-right: 15px;
    padding: 0 15px;
    text-align: left;
    position: relative;
    z-index: 1;
    background: #1c1c1c;
    margin-top: 0;
}
.confirmtop > div:nth-of-type(1) > span {
    background-position: 50%;
    background-size: 2000px;
    display: none;
    height: 350px;
    margin-top: -73px;
    width: 99%;
    z-index: -1;
    background-repeat: no-repeat;
    position: absolute;
}
.confirmtop > div:nth-of-type(1) > a {
    align-self: center;
    display: inline-block;
}
.confirmtop > div:nth-of-type(1) > a img {
    align-self: center;
    border: 2px solid #fa005c;
    border-radius: 50%;
    height: 56px;
    margin-top: -28px;
    width: 56px;
}
.confirmtop > div:nth-of-type(1) > h1 {
    color: #ff037c;
    font-size: 22px;
    text-transform: uppercase;
    z-index: 2;
    font-weight: 700;
    font-family: "hellos", sans-serif;
	margin: .67em 0;
	line-height: 1.1;
    margin-top: 24px;
    margin-bottom: 12px;
}
.confirmtop > div:nth-cof-type(1) > p {
    text-align: left;
	margin: 0 0 1em;
	margin-bottom: 1.5em;
}
.confirmtop > div:nth-of-type(1) > p > span {
    color: rgb(255, 255, 255);
    font-family: "hello", sans-serif;
    font-size: 1.7rem;
    font-weight: 400;
    letter-spacing: -0.01rem;
    line-height: 2.2rem;
}
.confirmtop > div:nth-of-type(1) > p > span > span {
    background-color: #1c1c1c;
    padding: 4px 4px 4px 0;
}
.confirmtop > div:nth-of-type(1) > p > span > span a:hover, .confirmtop > div:nth-of-type(1) > p > span > span a:focus, .confirmtop > div:nth-of-type(1) > p > span > span a:visited {
    color: rgb(255, 255, 255);
}
.confirmtop > div:nth-of-type(1) > p > span > span a {
    font-family: "hellos", sans-serif;
    font-size: 1.7rem;
    font-weight: 500;
    letter-spacing: -0.01rem;
    line-height: 2.2rem;
    color: rgb(255, 255, 255);
}
.confirm::after, .confirm::before {
    display: table;
    content: " ";
	clear: both;
}
.confirm {
	margin-bottom: 60px;
    margin-right: -15px;
    margin-left: -15px;
}
.confirm > div:nth-of-type(1) {
    width: calc(50% - 30px);
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.confirm > div:nth-of-type(1) > div {
    background: #2c2c2c;
    box-shadow: none;
    padding: 2rem;
    margin-top: 1rem;
    border-radius: 8px;
}
.confirm > div:nth-of-type(1) > div h2 {
    color: rgb(255, 255, 255);
    font-family: "hellos", sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: -0.02rem;
    line-height: 3.2rem;

}
.confirm > div:nth-of-type(1) > div h3 {
    color: rgb(255, 255, 255);
    opacity: 0.7;
    font-family: "hello", sans-serif;
    font-size: 1.7rem;
    font-weight: 400;
    letter-spacing: -0.01rem;
    line-height: 2.2rem;
}
.confirm > div:nth-of-type(1) > div span {
    color: rgb(255, 255, 255);
    font-family: "hello", sans-serif;
    font-size: 1.7rem;
    font-weight: 400;
    letter-spacing: -0.01rem;
    line-height: 2.2rem;
}
.confirm > div:nth-of-type(1) > div p span {
    word-break: break-word;
}
.confirm > div:nth-of-type(1) > div p {
    margin: 0 0 1em;
}
.confirm > div:nth-of-type(1) > div > p {
    margin-top: 20px;
    font-style: italic;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 24px;
    margin-bottom: 12px;
}
.confirm > div:nth-of-type(1) > div > div:last-child > div:last-child {
    width: 100%;
    display: flex;
    gap: 0.8rem;
    margin-top: 2rem;
}
.confirm > div:nth-of-type(1) > div > div:last-child > div > button:nth-of-type(1) {
    display: inline-block;
    appearance: none;
    border: 0.1rem solid rgb(255, 3, 124);
    transition: border-color 216ms ease-in-out 0s, background-color 216ms ease-in-out 0s;
    width: inherit;
    position: relative;
    outline: currentcolor none medium;
    text-decoration: none;
    background-color: rgb(255, 3, 124);
    color: rgb(255, 255, 255);
    font-family: "hellos", sans-serif;
    font-size: 1.7rem;
    font-weight: 500;
    letter-spacing: -0.01rem;
    line-height: 2.2rem;
    padding: 1rem 1.8rem;
    border-radius: 0.6rem;
}
.confirm > div:nth-of-type(1) > div > div:last-child > div > button:nth-of-type(2) {
    display: inline-block;
    appearance: none;
    border: 0.1rem solid rgb(243, 244, 254);
    transition: border-color 216ms ease-in-out 0s, background-color 216ms ease-in-out 0s;
    width: inherit;
    position: relative;
    outline: currentcolor none medium;
    text-decoration: none;
    background-color: transparent;
    color: rgb(255, 255, 255);
    font-family: "hellos", sans-serif;
    font-size: 1.7rem;
    font-weight: 500;
    letter-spacing: -0.01rem;
    line-height: 2.2rem;
    padding: 1rem 1.8rem;
    border-radius: 0.6rem;
}
.confirm > div:nth-of-type(1) > div > div:last-child > div > button:not(:disabled) {
    cursor: pointer;
}
.confirm > div:nth-of-type(1) > div > div:last-child > div > button div {
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    opacity: 1;
}
.confirm > div:nth-of-type(2) {
    margin-left: 8.33333%;
	width: calc(41.66667% - 30px);
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
    background: #1c1c1c;
}
.confirm > div:nth-of-type(2) > div {
    margin-top: 30px;
    padding: 20px 15px;
}
.confirm > div:nth-of-type(2) > div::before {
    border-left: 4px solid #2c2c2c;
    bottom: 18%;
    content: "";
    display: inline-block;
    margin: 0 auto;
    position: absolute;
    width: 0;
	top: 21%;
	left: 51px;
	height: 63%;
}
.confirm > div:nth-of-type(2) > div > h2 {
    color: rgb(255, 255, 255);
    font-family: "hellos", sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: -0.02rem;
    line-height: 3.2rem;
}
.confirm > div:nth-of-type(2) > div > div {
    align-items: center;
    display: flex;
    margin-left: 15px;
    min-height: 54px;
    padding-bottom: 30px;
}
.confirm > div:nth-of-type(2) > div > div span {
    color: rgb(255, 255, 255);
    font-family: "hello", sans-serif;
    font-size: 1.7rem;
    font-weight: 400;
    letter-spacing: -0.01rem;
    line-height: 2.2rem;
}
.confirm > div:nth-of-type(2) > div > div img {
    background: none;
    height: 24px;
    width: 24px;
}
.confirm > div:nth-of-type(2) > div > div div {
    height: 50px;
    left: -15px;
    background: #2c2c2c;
    width: 50px;
    border-radius: 50%;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 50px;
    position: relative;
}
.cancel {
	display: none;
    opacity: 0;
    animation-name: r-imtty0;
    animation-timing-function: ease-in;
    animation-duration: 300ms;
    z-index: 9999;
    top: 0px;
    right: 0px;
    position: fixed;
    left: 0px;
    bottom: 0px;
}
.cancel div {
    -moz-box-align: stretch;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    align-items: stretch;
    border: 0px solid black;
    box-sizing: border-box;
    display: flex;
    flex-basis: auto;
    flex-direction: column;
    flex-shrink: 0;
    margin: 0px;
    min-height: 0px;
    min-width: 0px;
    padding: 0px;
    position: relative;
    z-index: 0;
}
.cancel > div > div {
    background-color: rgba(0, 0, 0, 0);
    top: 0px;
    right: 0px;
    position: fixed;
    left: 0px;
    bottom: 0px;
}
.cancel > div > div > div {
    top: 0px;
    flex: 1 1 0%;
}
.cancel > div > div > div > div {
    background-color: rgba(0, 0, 0, 0.6);
    padding-right: 32px;
    padding-left: 32px;
    -moz-box-pack: center;
    justify-content: center;
    flex-shrink: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    flex-basis: 0px;
    -moz-box-align: center;
    align-items: center;
}
.cancel > div > div > div > div > div {
    max-width: 600px;
    max-height: 720px;
    height: 70%;
    background-color: rgb(28, 28, 28);
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    width: 100%;
    border-radius: 15px;
}
.cancel > div > div > div > div > div > div:nth-of-type(1) {
    z-index: 10;
    top: 16px;
    right: 16px;
    position: absolute;
}
.cancel > div > div > div > div > div > div:nth-of-type(1) > div {
    -moz-box-align: start;
    align-items: flex-start;
    flex-shrink: 1;
}
.cancel > div > div > div > div > div > div:nth-of-type(1) > div > div {
    padding-top: 12px;
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 12px;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    transition-property: opacity;
    border-radius: 60px;
}
.cancel > div > div > div > div > div > div:nth-of-type(2) {
    padding-top: 64px;
    margin-bottom: 32px;
    padding-bottom: 32px;
    flex-shrink: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    flex-basis: 0px;
    -moz-box-align: center;
    align-items: center;
    padding-right: 16px;
    padding-left: 16px;
    width: 100%;
}
.cancel > div > div > div > div > div > div:nth-of-type(2) > div {
    align-self: stretch;
    transform: translateZ(0px);
    overflow-y: auto;
    overflow-x: hidden;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    flex-direction: column;
    flex-shrink: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
}
.cancel > div > div > div > div > div > div:nth-of-type(2) > div > div {
    -moz-box-flex: 1;
    flex-grow: 1;
    -moz-box-align: center;
    align-items: center;
}
.cancel > div > div > div > div > div > div:nth-of-type(2) > div > div > div {
    max-width: 400px;
    flex-shrink: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    flex-basis: 0px;
    width: 100%;
}
.cancel > div > div > div > div > div > div:nth-of-type(2) > div > div > div > div:nth-of-type(1):not(.sharepop) {
    text-align: center;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    flex-direction: row;
}
.cancel > div > div > div > div > div > div:nth-of-type(2) > div > div > div > div:nth-of-type(1):not(.sharepop) div {
    line-height: 32px;
    font-weight: 800;
    font-size: 28px;
    letter-spacing: -0.28px;
    color: rgb(255, 255, 255);
    font-family: "hellos", sans-serif;
}
.cancel > div > div > div > div > div > div:nth-of-type(2) > div > div > div > div:nth-of-type(2) {
    -moz-box-flex: 1;
    flex-grow: 1;
    -moz-box-pack: justify;
    justify-content: space-between;
}
.cancel > div > div > div > div > div > div:nth-of-type(2) > div > div > div > div:nth-of-type(2) > div:nth-of-type(1) {
    display: flex;
    flex-flow: column wrap;
    padding: 0px;
    border: 0px none;
    margin: 0px;
}
.cancel > div > div > div > div > div > div:nth-of-type(2) > div > div > div > div:nth-of-type(2) > div:nth-of-type(2) {
    display: flex;
    flex-flow: row nowrap;
    max-width: 100%;
    -moz-box-pack: justify;
    justify-content: space-between;
}
.cancel > div > div > div > div > div > div:nth-of-type(2) > div > div > div > div:nth-of-type(2) > div:nth-of-type(1) > div {
    margin: 1rem 0.5rem;
}
.cancel > div > div > div > div > div > div:nth-of-type(2) > div > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div {
    width: 48.5%;
}
.cancel label > div:nth-of-type(1) {
    height: 2rem;
    width: 2rem;
    background-color: transparent;
    border-radius: 50%;
    margin-right: 1rem;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    border: 1px solid rgb(173, 174, 181);
}
.cancel label > div:nth-of-type(1) div {
    height: 1rem;
    width: 1rem;
    transition: background-color 108ms ease-in-out 0s;
    background-color: transparent;
    border-radius: 50%;
}
.cancel label > div:nth-of-type(2) {
    width: 100%;
}
.cancel label > div:nth-of-type(2) div {
    font-family: "hellos", sans-serif;
    font-size: 1.7rem;
    font-weight: 500;
    letter-spacing: -0.01rem;
    line-height: 2.2rem;
    color: rgb(243, 244, 254);
}
.cancel > div > div > div > div > div > div:nth-of-type(2) > div > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div:nth-of-type(1) > div {
    background-color: rgb(255, 3, 124);
    padding-top: 16px;
    padding-bottom: 16px;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    transition-property: opacity;
    width: 100%;
    border-radius: 6px;
}
.cancel > div > div > div > div > div > div:nth-of-type(2) > div > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div {
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    flex-direction: row;
}
.cancel > div > div > div > div > div > div:nth-of-type(2) > div > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div {
    text-align: center;
    font-weight: 500;
    color: rgb(255, 255, 255);
    line-height: 18px;
    letter-spacing: -0.1px;
    font-size: 16px;
    font-family: "hellos", sans-serif;
}
.cancel > div > div > div > div > div > div:nth-of-type(2) > div > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div:nth-of-type(2) > div {
    padding-top: 15px;
    padding-bottom: 15px;
    opacity: 0.4;
    user-select: none;
    transition-property: opacity;
    width: 100%;
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    border-radius: 6px;
}
.orders {
	padding: 0px 1rem;
}
.orders > div:nth-of-type(2) > div {
    border-radius: 1rem;
    background-color: rgb(30, 27, 30);
    padding: 1rem;
    margin-bottom: 1rem;
    display: grid;
    grid-template-columns: 5rem auto;
    grid-template-areas: "avatar header" ". details" ". links";
}
.orders > div:nth-of-type(1) > div:nth-of-type(1) {
    line-height: 36px;
    letter-spacing: -0.2px;
    font-size: 30px;
    font-weight: 800;
    color: rgb(255, 255, 255);
    font-family: "hellos", sans-serif;
    border: 0px solid black;
    box-sizing: border-box;
    display: inline;
    margin: 0px;
    padding: 0px;
    white-space: pre-wrap;
    overflow-wrap: break-word;
}
.orders > div:nth-of-type(1) > div:nth-of-type(2) {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin: 1rem 0px;
}
.orders > div:nth-of-type(1) > div:nth-of-type(2) > div {
    -moz-box-align: start;
    align-items: flex-start;
    -moz-box-align: stretch;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    align-items: stretch;
    border: 0px solid black;
    box-sizing: border-box;
    display: flex;
    flex-basis: auto;
    flex-direction: column;
    flex-shrink: 0;
    margin: 0px;
    min-height: 0px;
    min-width: 0px;
    padding: 0px;
    position: relative;
    z-index: 0;
}
.orders > div:nth-of-type(1) > div:nth-of-type(2) > * {
    flex: 0 0 auto;
    margin-right: 1rem;
}
.orders > div:nth-of-type(1) > div:nth-of-type(2) > div div {
    -moz-box-align: stretch;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    align-items: stretch;
    border: 0px solid black;
    box-sizing: border-box;
    display: flex;
    flex-basis: auto;
    flex-direction: column;
    flex-shrink: 0;
    margin: 0px;
    min-height: 0px;
    min-width: 0px;
    padding: 0px;
    position: relative;
    z-index: 0;
}
.orders > div:nth-of-type(1) > div:nth-of-type(2) > div > div {
    padding-top: 12px;
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 12px;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    transition-property: opacity;
    border-radius: 60px;
}
.orders > div:nth-of-type(1) > div:nth-of-type(2) > div > div > div {
    min-width: 30px;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    flex-direction: row;
}
.orders > div:nth-of-type(1) > div:nth-of-type(2) > div > div > div > div {
    text-transform: capitalize;
    color: rgb(255, 255, 255);
    line-height: 18px;
    letter-spacing: -0.1px;
    font-weight: 400;
    font-size: 16px;
    font-family: "hello", sans-serif;
    border: 0px solid black;
    box-sizing: border-box;
    display: inline;
    margin: 0px;
    padding: 0px;
    white-space: pre-wrap;
    overflow-wrap: break-word;
}
.orders > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(1) > div {
    background-color: rgb(255, 255, 255);
}
.orders > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(1) > div > div > div {
	color: rgb(0, 0, 0);
}
.orders > div:nth-of-type(2) > div > div:nth-of-type(1) {
    overflow: hidden;
    border-width: 0px;
    -moz-box-align: stretch;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    align-items: stretch;
    border: 0px solid black;
    box-sizing: border-box;
    display: flex;
    flex-basis: auto;
    flex-direction: column;
    flex-shrink: 0;
    margin: 0px;
    min-height: 0px;
    min-width: 0px;
    padding: 0px;
    position: relative;
    z-index: 0;
}
.orders > div:nth-of-type(2) > div > div:nth-of-type(1) div {
    z-index: -1;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    background-color: rgba(0, 0, 0, 0);
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    width: 100%;
    -moz-box-align: stretch;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    align-items: stretch;
    border: 0px solid black;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin: 0px;
    min-height: 0px;
    min-width: 0px;
    padding: 0px;
}
.orders > div:nth-of-type(2) > div > div:nth-of-type(1) img {
    inset: 0px;
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}
.orders > div:nth-of-type(2) > div > div:nth-of-type(2) {
    grid-area: header;
    display: flex;
    flex-direction: column;
}
.orders > div:nth-of-type(2) > div > div:nth-of-type(2) > div:nth-of-type(1) {
    line-height: 27.24px;
    font-size: 22px;
    letter-spacing: -0.2px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    font-family: "hellos", sans-serif;
}
.orders > div:nth-of-type(2) > div > div:nth-of-type(2) > div:nth-of-type(2) {
    font-size: 14px;
    color: rgb(255, 255, 255);
    line-height: 18px;
    letter-spacing: -0.1px;
    font-weight: 400;
    font-family: "hello", sans-serif;
}
.orders > div:nth-of-type(2) > div > div:nth-of-type(2) > div:nth-of-type(3) {
    grid-area: links;
    display: flex;
    -moz-box-pack: end;
    justify-content: flex-end;
}
.orders > div:nth-of-type(2) > div > div:nth-of-type(2) > div:nth-of-type(3) > a {
    text-decoration: none;
    margin-left: 1rem;
    padding: 0.5rem 1rem;
    border-radius: 0.4rem;
    background-color: rgb(42, 38, 42);
}
.orders > div:nth-of-type(2) > div > div:nth-of-type(2) > div:nth-of-type(3) > a div {
    line-height: 20.32px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    letter-spacing: -0.1px;
    font-size: 16px;
    font-family: "hellos", sans-serif;
}
.orders > div:nth-of-type(2) > div > div:nth-of-type(2) > ul {
    grid-area: details;
    list-style-type: none;
    padding: 0px;
    margin-top: 0;
    margin-bottom: 12px;
}
.orders > div:nth-of-type(2) > div > div:nth-of-type(2) > ul > li {
    border-bottom: 1px solid rgb(62, 62, 62);
    display: flex;
    -moz-box-pack: justify;
    justify-content: space-between;
    padding: 1rem 0px;
}
.orders > div:nth-of-type(2) > div > div:nth-of-type(2) > ul > li > div:nth-of-type(1) {
    line-height: 16.41px;
    font-weight: 500;
    font-size: 14px;
    color: rgb(255, 255, 255);
    letter-spacing: -0.1px;
    font-family: "hellos", sans-serif;
}
.orders > div:nth-of-type(2) > div > div:nth-of-type(2) > ul > li > div:nth-of-type(2) {
    line-height: 16.41px;
    font-size: 14px;
    letter-spacing: -0.1px;
    font-weight: 400;
    font-family: "hello", sans-serif;
    color: rgb(190, 187, 191);
}
.orders > div:nth-of-type(2) > div.noresult {
    line-height: 36px;
    letter-spacing: -0.2px;
    font-weight: 800;
    font-size: 30px;
    color: rgb(255, 255, 255);
    border: 0px solid black;
    box-sizing: border-box;
    display: inline;
    margin: 0px;
    padding: 0px;
    white-space: pre-wrap;
	border-radius: none;
	background-color:transparent;
}
.ready {
    background-image: linear-gradient(180deg,transparent,#101010),linear-gradient(135deg,#bd00ff,#ff3c26);
    background-size: 100% 503px;
    background-repeat: no-repeat;
    background-color: #101010;
    background-image: unset;
    background-size: unset;
    background-repeat: unset;
}
.ready > div {
    position: relative;
}
.ready > div > div {
    border-radius: 2rem;
    display: flex;
    height: 100vh;
    width: 100vw;
}
.ready > div > div > div:nth-of-type(1) {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(2rem);
    height: 100%;
    width: 100%;
}
.ready > div > div > div:nth-of-type(2) {
    height: 100%;
    left: 50%;
    margin-top: 0px;
    position: absolute;
    transform: translate(-50%);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    width: 100%;
}
.ready > div > div > div:nth-of-type(2) > div:nth-of-type(1) {
    background: rgba(0, 0, 0, 0) linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)) repeat scroll 0% 0%;
    border-radius: 0px;
    height: 100%;
    left: 0px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1;
}
.ready > div > div > div:nth-of-type(2) > div:nth-of-type(2) {
    -moz-box-align: center;
    align-items: center;
    cursor: pointer;
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 2;
}
.ready > div > div > div:nth-of-type(2) > div:nth-of-type(3) {
    -moz-box-align: center;
    align-items: center;
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 2;
}
.ready > div > div > div:nth-of-type(2) > div:nth-of-type(3) img {
    height: 2rem;
    margin-top: 2rem;
}
.ready > div > div > div:nth-of-type(2) > div:nth-of-type(4) {
    background-color: #ddd;
    height: 100%;
    border-radius: 0;
    transform: translateZ(0);
    position: relative;
    overflow: hidden;
}
.ready > div > div > div:nth-of-type(2) > div:nth-of-type(4) video {
    width: 100%;
    height: 100%;
    max-height: none;
    min-height: 0px;
    border-radius: 0px;
    display: block;
    position: relative;
    object-fit: cover;
}
.ready > div > div > div:nth-of-type(2) > div:nth-of-type(5) {
    opacity: 0;
    transition: opacity 0.5s ease 0s;
}
.ready > div > div > div:nth-of-type(2) > div:nth-of-type(5) > div:nth-of-type(1) {
    background: rgba(0, 0, 0, 0) linear-gradient(rgba(0, 0, 0, 0) 73.21%, rgba(0, 0, 0, 0.9) 90.17%) repeat scroll 0% 0%;
    border-radius: 0px;
    height: 100%;
    left: 0px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1;
}
.ready > div > div > div:nth-of-type(2) > div:nth-of-type(5) > div:nth-of-type(2) {
    -moz-box-align: center;
    align-items: center;
    bottom: 0px;
    display: flex;
    -moz-box-pack: justify;
    justify-content: space-between;
    padding: 0px 2rem;
    position: absolute;
    width: calc(100% - 4rem);
    z-index: 2;
}
.ready > div > div > div:nth-of-type(2) > div:nth-of-type(5) > div:nth-of-type(2) > div:nth-of-type(1) {
    display: flex;
    flex-direction: column;
}
.ready > div > div > div:nth-of-type(2) > div:nth-of-type(5) > div:nth-of-type(2) > div:nth-of-type(1) h2 {
    font-family: "hellos", sans-serif;
    font-size: 1.7rem;
    font-weight: 700;
    letter-spacing: -0.01rem;
    line-height: 2.2rem;
    color: rgb(255, 255, 255);
    margin-bottom: 0.8rem;
}
.ready > div > div > div:nth-of-type(2) > div:nth-of-type(5) > div:nth-of-type(2) > div:nth-of-type(1) p {
    font-family: "hello", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: -0.01rem;
    color: rgb(255, 255, 255);
    margin: 0 0 1em;
}
.ready > div > div > div:nth-of-type(2) > div:nth-of-type(5) > div:nth-of-type(2) > div:nth-of-type(2) {
    -moz-box-align: center;
    align-items: center;
    background-color: rgb(255, 3, 124);
    border-radius: 8rem;
    display: flex;
    height: 4rem;
    -moz-box-pack: center;
    justify-content: center;
    overflow: hidden;
    width: 4rem;
}
.ready > div > div > div:nth-of-type(2) > div:nth-of-type(5) > div:nth-of-type(2) > div:nth-of-type(2) img {
    object-fit: cover;
    height: 4rem;
    width: 4rem;
}
.ready > div > div > div:nth-of-type(2) > div:nth-of-type(6) {
    align-self: flex-start;
    display: flex;
    flex-direction: column;
    margin-top: 2.1rem;
    -moz-box-pack: start;
    justify-content: flex-start;
}
.ready > div > div > div:nth-of-type(2) > div:nth-of-type(6) > div {
    -moz-box-align: center;
    align-items: center;
    align-self: flex-start;
    cursor: pointer;
    display: flex;
    margin-bottom: 3rem;
}
.ready > div > div > div:nth-of-type(2) > div:nth-of-type(6) > div > span {
    color: rgb(255, 255, 255);
    margin-left: 2rem;
    font-family: "hellos", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: -0.01rem;
    line-height: 2rem;
}
.sharepop {
	text-align: left;
	-moz-box-pack: justify;
	justify-content: left;
	padding-bottom: 2rem;
}
.sharepop h2 {
    font-family: "hellos", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: -0.01rem;
    line-height: 2rem;
    color: rgb(255, 255, 255);
    margin-top: 0px;
    margin-bottom: 2rem;
}
.sharepop > div {
    -moz-box-align: center;
    align-items: center;
    display: flex;
    justify-content: space-around;
	flex-direction: row;
}
.sharepop > div > div {
    -moz-box-align: center;
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
}
.sharepop > div > div p {
    font-family: "hello", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: -0.01rem;
    line-height: 1.8rem;
    color: rgb(255, 255, 255);
    margin: 0 0 1em;
    margin-top: 1rem;
}
.sharepop > div > div:nth-of-type(1) > div {
    -moz-box-align: center;
    align-items: center;
    border: 1px solid rgb(62, 62, 62);
    border-radius: 50%;
    display: flex;
    height: 5rem;
    -moz-box-pack: center;
    justify-content: center;
    width: 5rem;
}
.sharepop > div > div:nth-of-type(2) > div {
    background-image: url("/images/fbLogo.svg");
    background-size: contain;
    border: medium none;
    border-radius: 50%;
    height: 5rem;
    width: 5rem;
}
.sharepop > div > div:nth-of-type(3) > div {
    background-image: url("/images/twitterLogo.svg");
    background-size: contain;
    border: medium none;
    border-radius: 50%;
    height: 5rem;
    width: 5rem;
}

@media (max-width:768px){
.profile > div:nth-child(7) > div > div:last-child {
    background-image: linear-gradient(transparent, transparent 70%, rgb(16, 16, 16));
}
.avideos, .nomobil {
	display: none;
}
.fanmenu ol {
	display: none;
}
.kategoriadoboz {
    margin-right: 1.2rem;
	margin-left: 1.2rem;
}
.kategoriadoboz:first-child {
	margin-left: 0px;
}
.adblokk {
    -moz-box-pack: start;
    justify-content: flex-start;
}
.adblokk div:not(.adblokk div div) {
    min-width: 31rem;
    width: unset;
    margin-right: 1.6rem;
}
nav {
padding: 0 2.5rem;
}
.main {
padding: 2.4rem 0px 5rem;
}
.arc {
    margin-right: 1.2rem;
    margin-left: 1.6rem;
}
}

@media (max-width:992px){
.keresojobb {
    position: relative;
}
}

@media (min-width:375px){
.promo p {
    font-size: 24px;
    max-width: 390px;
}
}

@media (min-width:550px){
.promo p {
    font-size: 30px;
    max-width: 410px;
}
}
@media (min-width:601px){
.browser > div:last-child > div:last-child > div:last-child > div:last-child {
    bottom: 85px;
    right: 34px;
}
}

@media (min-width:768px){
.confirmtop > div:nth-child(1) {
    margin-left: auto;
    margin-right: auto;
    max-width: 720px;
}
.promocode > div:nth-of-type(2) > div > div {
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
}
#payment > div > form > div > div, #payment > div > form > div > div > button {
    max-width: 50rem;
}
#content > div > form > div:last-child > div:last-child > div {
    gap: 1rem;
}
#content > div > form > div:last-child > div:last-child {
    max-width: 50rem;
}
#content > div > form > div, #payment > div > form > div {
    padding: 3rem 4rem;
}
.allcim > div > ul > li > ul > li {
	padding: 5px 0;
	width: 25%;
}
.allcim > div > ul > li > ul, .allcim > div {
    margin: 25px 0 65px;
}
.allcim h2 {
    font-size: 32px;
    line-height: 41px;
    margin: 0;
    padding: 6px 0 50px;
}
.gift > div {
    padding: 50px 212px;
    max-width: 326px;
    width: calc(100% - 424px);
}
.mentett .arc {
    margin: 0px 1.6rem 3rem !important;
    min-width: 21rem;
}
.uresarc {
    margin: 35px auto 100px;
}
.blokkcim h2 {
    font-family: "hellos", sans-serif;
    font-size: 3.6rem;
    font-weight: 800;
    letter-spacing: -0.02rem;
    line-height: 4.6rem;
}
.jelzo > div > div:first-child > div > span:nth-of-type(2) button {
    font-family: "hellos", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: -0.01rem;
    line-height: 2rem;
}
.jelzo > div > div:first-child > span {
    font-family: "hello", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: -0.01rem;
}
.jelzo > div > div:first-child > div > span:nth-of-type(1) > div svg {
    width: 20px;
    height: 20px;
}
.jelzo > div > div:first-child > div > span:nth-of-type(1) > p {
    font-family: "hello", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: -0.01rem;
}
.jobbkereso > div:nth-child(2) > button > div {
    margin-left: 1.5rem;
}
.login > div > div > div {
    padding: 25px;
}
.login > div > div {
    margin-left: 25%;
	float: left;
    width: 50%;
}
.login {
    width: 750px;
	margin: 75px auto;
}
.browser > div:last-child > div:last-child > div:last-child > div:not(:last-child):not(:nth-last-child(2)):not(:first-child) > div > a > div > span {
    font-family: "hello", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: -0.01rem;
    line-height: 1.8rem;
}
.browser > div:last-child > div:last-child > div:last-child > div:not(:last-child):not(:nth-last-child(2)):not(:first-child) > div > span {
    left: 1.6rem;
	bottom: 1.6rem;
}
.browser > div:last-child > div:last-child > div:last-child > div:not(:last-child):not(:nth-last-child(2)):not(:first-child) > div > span > span:first-child {
    font-family: "hello", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: -0.01rem;
    line-height: 1.8rem;
}
.browser > div:last-child > div:last-child > div:last-child > div:not(:last-child):not(:nth-last-child(2)):not(:first-child) > div > span > span:last-child  {
    font-family: "hellos", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: -0.01rem;
    line-height: 1.8rem;
}
.browser > div:last-child > div:last-child > div:last-child > div:not(:last-child):not(:nth-last-child(2)):not(:first-child) > div > div > div { 
	margin-bottom: 0px;
}
.browser > div:last-child > div:last-child > div:last-child > div:not(:last-child):not(:nth-last-child(2)):not(:first-child) > div > div > div a {
    font-family: "hellos", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -0.02rem;
    line-height: 2.5rem;
}
.browser > div:last-child > div:last-child > div:last-child > div:not(:last-child):not(:nth-last-child(2)):not(:first-child) > div > a > div > img {
    margin-bottom: 0px;
    height: 1.6rem;
}
.browser > div:last-child > div:last-child > div:last-child > div:not(:last-child):not(:nth-last-child(2)):not(:first-child) > div > a:not(:last-child):not(:first-child) {
    font-family: "hello", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: -0.01rem;
    line-height: 1.8rem;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.browser > div:last-child > div:last-child > div:last-child > div:not(:last-child):not(:nth-last-child(2)):not(:first-child) > div > a:last-child {
    font-family: "hellos", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: -0.015rem;
    line-height: 2.3rem;
    right: 1.6rem;
    bottom: 1.6rem;
}
.browser > div:last-child > div:last-child > div:last-child > div:not(:last-child):not(:nth-last-child(2)):not(:first-child) > div {
    padding: 1.6rem;
}
.browser > div:last-child > div:last-child > div:last-child > div:not(:last-child):not(:nth-last-child(2)):not(:first-child) > a > div > img {
    width: 11.3rem;
    height: 10.8rem;
}
.browser > div:last-child > div:last-child > div:last-child > div:not(:last-child):not(:nth-last-child(2)):not(:first-child) > span > div {
    background: rgb(28, 28, 28) none repeat scroll 0% 0%;
}
.browser > div:last-child > div:last-child > div:last-child > div:not(:last-child):not(:nth-last-child(2)):not(:first-child) > a > div {
    width: 11.3rem;
    height: 10.8rem;
}
.browser > div:last-child > div:last-child > div:last-child > div:not(:last-child):not(:nth-last-child(2)):not(:first-child) {
	height: 10.8rem;
}
.browser > div:last-child > div:last-child > div:last-child > div:first-child {
    flex-direction: row;
}
.browser > div:last-child > div:last-child > div:last-child > div:first-child h1 {
    margin-bottom: 2.4rem;
}
.browser > div:last-child > div:last-child > div:nth-child(3) {
	width: 100%;
}
.browser > div:last-child > div:last-child > div:first-child, .browser > div:last-child > div:last-child > div:nth-child(2) {
	display: none;
}
.browser > div:last-child > div:first-child {
    display: block;
    margin-left: 0px;
    margin-right: 6.6rem;
    width: 20rem;
    padding-top: 0.5rem;
    transition: transform 300ms ease 0s, margin 300ms ease 0s;
    transform: translate3d(0px, 0px, 0px);
}
.browser > div:last-child > div:last-child {
    width: calc(100% - 26.6rem);
}
.browser > div:last-child {
    display: flex;
    margin: 0px auto;
    max-width: calc(980px - 144px);
    padding: 0px 72px;
	width: calc(100% - 144px);
}
.browser > div:first-child {
    -moz-box-align: center;
    align-items: center;
    display: flex;
    -moz-box-pack: justify;
    justify-content: space-between;
    margin: 0px auto;
    max-width: calc(980px - 10.8rem);
    padding: 2.4rem 5.4rem 0rem;
}
.videos > div:last-child > div:last-child {
    background-color: rgb(28, 28, 28);
    border-radius: 0px 0.6rem 0.6rem 0px;
    display: flex;
    flex-direction: column-reverse;
    -moz-box-pack: end;
    justify-content: flex-end;
    padding: 3.2rem;
    width: 45%;
}
.videos > div:last-child > div:last-child > div:last-child {
    margin-bottom: 2rem;
}
.videos > div:last-child > div:first-child {
    border-radius: 0.6rem 0px 0px 0.6rem;
    overflow: hidden;
    width: 55%;
}
.videos > div:first-child > div > div:not(first-child) button {
    margin-right: 1rem;
}
.videos > div:first-child > div {
    padding: 1rem 0px;
}
.videos > div:last-child {
        border-radius: 0.6rem 0px 0px 0.6rem;
	display: flex;
	-moz-box-pack: center;
	justify-content: center;
	padding: 1.6rem 5%;
}
.videos > div:first-child {
        padding: 0px 5%;
}
.videobent > div > div > div, .popup > div > div > div {
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
}
.profile > div:nth-child(8) > div {
    grid-template-columns: 1fr 1fr;
    column-gap: 2.5rem;
}
.profile > div:nth-child(8) > div > div {
    border-radius: 1rem;
    padding: 2.5rem 4rem;
	width: calc(100% - 8rem);
}
.profile > div:nth-child(2) > div:nth-child(2) > div:nth-child(3) {
    width: 100%;
    flex-flow: row wrap;
}
.profile > div:nth-child(2) > div:nth-child(2) > div:nth-child(3) div {
    white-space: unset;
    font-family: "hello", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: -0.01rem;
    line-height: 1.8rem;
}
.profile > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) div p {
    font-family: "hello", sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: -0.02rem;
    line-height: 3.2rem;
}
.profile > div:nth-child(2) > div:nth-child(2) > div:nth-child(3) div p {
    font-family: "hellos", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: -0.01rem;
    line-height: 1.8rem;
}
.profile > div:nth-child(2) > div:nth-child(2) > div:nth-child(3) div p img {
    height: 1.4rem;
}
.profile > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > p {
    font-family: "hello", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: -0.01rem;
}
.profile > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) {
	display: block;
}
.profile > div:nth-child(2) > div:nth-child(2) > div:first-child > div:first-child p:first-child {
    font-family: "hello", sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: -0.02rem;
    line-height: 3.2rem;
}
.profile > div:nth-child(2) > div:nth-child(2) > div:first-child > div:fist-child p:last-child {
    font-family: "hello", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: -0.01rem;
}
.profile > div:nth-child(2) > div:nth-child(2) > div:first-child {
    display: none;
	font-family: "hello", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: -0.01rem;
}
.profile > div:nth-child(2) > div:nth-child(2) > div:last-child {
    display: block;
    margin-top: 1rem;
}
.profile > div:nth-child(2) > div:last-child {
    display: none;
    font-family: "hello", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: -0.01rem;
}
.profile > div:nth-child(2) > div:first-child {
	display: block;
}
.profile > div:nth-child(2) {
    display: grid;
    grid-template-columns: fit-content(20rem) minmax(0px, 1fr);
    column-gap: 1.5rem;
}
.videokartya:last-child > div div:last-child {
    display: block;
    width: 13rem;
    align-self: center;
    margin-top: 3.2rem;
}
.profile > div:first-child > div, .avideos > div {
    width: 100vw;
}
.profile > div:first-child {
	display: none;
}
.fanmenu button {
    margin-right: 1rem;
}
.fanmenu ol{
    display: flex;
}
.fanmenu {
    padding: 0px 0px 1rem 0px;
}
.grid div:last-child div div div a {
	margin-bottom: 0;
}
.grid > div:first-child div:last-child a {
    margin: 0px 2rem 1rem 0px;
}
.grid > div:first-child div:first-child:not(.grid > div:first-child div:first-child div) {
    max-width: calc(75% - 5rem);
}
.grid > div {
    min-height: 31rem;
    padding: 5rem 0px 0px;
}
.grid {
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 4rem;
}
.adblokk div a div {
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: -0.02rem;
    line-height: 2.9rem;
}
.adblokk div div {
    font-size: 1.7rem;
    font-weight: 400;
    letter-spacing: -0.01rem;
    line-height: 2.2rem;
}
.kategoriadoboz {
    margin: 0px 0.9rem;
	width: 240px;
	flex: 0 0 240px;
	height: 13rem;
}
.kategoriadoboz:first-child {
    margin: 0px 0.9rem 0px 0px;
}
.alresz a:first-child div {
    letter-spacing: -0.015rem;
    line-height: 2.3rem;
}
.bookmrk div {
    background: rgb(28, 28, 28) none repeat scroll 0% 0%;
}
.bookmrk {
	opacity: 0;
}
.arckep {
 /*   min-height: 26.4rem; */
    padding-top: 125.714%;
}
.arc {
    margin: 0px 1.6rem;
    max-width: 21rem;
    min-width: 21rem;
}
.arc:first-child {
    margin: 0px 1.6rem 0px 0px;
}
.arcok {
    margin: 0 auto;
    padding-bottom: 15px;
    width: 100%;
}
.leptetobal, .leptetojobb {
    display: flex;
}
.blokkcim h1 {
    font-size: 32px;
    line-height: 51px;
}
.blokk {
    width: 100%;
}
.menu {
    display: flex;
}
.promo p {
    font-size: 32px;
    max-width: 450px;
}
.container, .allcim {
    margin: 0px auto;
    max-width: calc(1708px);
	width: calc(100% - 108px);
    padding: 0px 54px;
}
.promo video, .promo div {
    max-height: 235px;
}
.promo div {
    background-image: url(/pics/useCaseOverlayWebthumbnail.jpg);
    padding-top: 26.65549%;
}
}

@media (min-width:992px){
.ready > div > div > div:nth-of-type(2) {
    width: 40%;
}
.ready > div > div {
    -moz-box-pack: center;
    justify-content: center;
}
.orders {
	padding: 0px 3rem;
}
.orders > div:nth-of-type(2) {
    margin: 0px 25%;
}
.orders > div:nth-of-type(2) > div {
    padding: 3rem;
    grid-template-columns: 7.5rem auto;
}
.confirm > div:nth-of-type(2) > div::before {
    top: 20%;
    left: 77px;
    height: 65%;
}
.confirm > div:nth-of-type(2) > div {
    margin-top: 0;
    padding: 0 40px;
}
.confirm > div:nth-of-type(2) {
	background: transparent;
}
.confirm > div:nth-of-type(1) > div {
	margin-bottom: 20px;
}
.confirmtop > div:nth-of-type(1) > p {
    text-align: center;
}
.confirmtop > div:nth-of-type(1) > h1 {
    font-size: 32px;
}
.confirmtop > div:nth-of-type(1) > a img {
	height: 78px;
	margin-top: 0;
	width: 78px;
}
.confirmtop > div:nth-of-type(1) > span {
	display: inline-block;
}
.confirmtop > div:nth-of-type(1) {
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    max-width: unset;
    padding-bottom: 30px;
    padding-top: 30px;
    text-align: center;
}
.confirmtop > span {
	display: none;
}
.confirmtop {
    padding-top: 0;
}
#content > div > form > div:nth-of-type(1) > div:nth-child(2) {
    max-width: 47.2rem;
    margin: 2rem auto 0px;
}
#content > div > form > div > div:first-child {
    max-width: 47.2rem;
    margin: auto;
}
.allcim > div > ul > li > ul > li {
	width: 16.66667%;
}
.login > div > div {
    margin-left: 33.33333%;
    width: 33.33333%;
    float: left;
}
.login {
    width: 970px;
}
.profile > div:nth-child(7) > div > div:last-child {
    background-image: linear-gradient(transparent, rgb(16, 16, 16));
}
.reviews, .avideos, .profile > div:nth-child(7) {
    padding: 0px;
    margin-bottom: 6.4rem;
}
.profile > div:nth-child(8) {
    padding: 0px;
    margin-bottom: 0;
}
.profile > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) div {
    -moz-box-align: center;
    align-items: center;
    display: flex;
    -moz-box-pack: justify;
    justify-content: space-between;
}
.videokartya:last-child > div div:first-child {
    width: 25.6rem;
    margin-top: 8.8rem;
}
.videokartya > img {
    height: 38rem !important;
    width: 25.6rem !important;
}
.videokartya {
    height: 38rem;
    width: 25.6rem;
	margin-right: 0px;
	margin-bottom: 1.5rem;
}
.videokartya:nth-child(3n+1) {
    justify-self: start;
}
.videokartya:not(:nth-last-child(-n+3)) {
    margin-bottom: 3.6rem;
}
.videokartya > div:first-child {
    height: 38rem;
    width: 25.6rem;
}
.videokartya video {
    height: 38rem;
    width: 25.6rem;
}
.profile > div:first-child > div, .avideos > div {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding-left: 0px;
    position: static;
    width: 100%;
}
.profile {
    padding: 0px;
    margin-bottom: 6.4rem;
}
.promo p {
    font-size: 40px;
    max-width: 620px;
}
.menu {
    padding-left: 1.8rem;
}
.promo video, .promo div {
    max-height: 290px;
}
.kereso {
    position: relative;
    max-width: 48rem;
}
.mezo input {
    margin: 0.2rem 0.8rem 0.2rem 4rem;
    padding: 0.1rem;
    width: calc(100% - 4rem);
}
.mezo {
    background-color: rgb(37, 37, 37);
    padding: 0px 0.8rem;
    width: 100%;
}
.eredmeny {
    background-color: rgb(28, 28, 28);
    border-radius: 2rem;
    left: auto;
    right: 0px;
    z-index: 200;
	height: auto;
	overflow-y: hidden;
	padding-bottom: 0px;
}
.belso1 {
    padding-bottom: 2.3rem;
    max-height: calc(100vh - 96px);
}
.belso2 {
    padding: 2rem 2.6rem 1rem;
}
.belso1 a {
    padding: 1.2rem 2.6rem;
}
.grid div:last-child div div:first-child a {
	margin-bottom: 0;
}
.belso1 strong {
    padding: 1.2rem 2.6rem;
}
}

@media (min-width:1200px){
.videos > div:first-child {
        padding: 0px 10%;
}
.videos > div:last-child {
        padding: 1.6rem 10%;
}
.grid div:last-child > div {
    max-width: calc(75% - 5rem);
    margin: 0px auto;
}
.promo video, .promo div {
    max-height: 425px;
}
.promo p {
    font-size: 48px;
    max-width: 630px;
}
.login {
    width: 1170px;
}
}

   @font-face {
    font-family: "applied-button-font-0";
    src: url(data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAABRMABEAAAAAIawAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHUE9TAAATFAAAALsAAAHIbUB2PEdTVUIAABPQAAAAZQAAAIxKSyvpT1MvMgAACjgAAABNAAAAYHLeeipic2xuAAAUOAAAABMAAABI/ykCnmNtYXAAAAqIAAAArAAAATzUgYTCY3Z0IAAAEagAAACGAAAA/h4jsglmcGdtAAALNAAABcMAAAviP64gqWdhc3AAABMMAAAACAAAAAgAAAAQZ2x5ZgAAAYAAAAfMAAAMDN+ERypoZWFkAAAJlAAAADYAAAA2FZUeyWhoZWEAAAoYAAAAIAAAACQQagbMaG10eAAACcwAAABMAAAATFWqCFBsb2NhAAAJbAAAACgAAAAoG5oe821heHAAAAlMAAAAIAAAACABaQyMbmFtZQAAEjAAAADFAAABhhtRNi1wb3N0AAAS+AAAABMAAAAg/tsAmnByZXAAABD4AAAArgAAAMdYpaDHeJzVVm1QVOcVPu/HvcvytXvdvbvoooG9sGtKQGVZKCXoIhGVxUJipCy7iEQsEhH50GD4GBVWg6KTmcRak6owdWS0DqBNNJlMWhs/8kOnsTZNmTo1an+YjvVHbSft1LDQc++yBC12+rezn+85573vc855zjkvUCgCEFYKx0EHMVDkPZNeVuGRgQMQDq8ApVu8AqOENJESG8oppy0RpSZvJSU+TzxAtB4foJMkSYy1piWzZKYQFyH4y/3B0M3d96j+IdWHWn9L3r9BdozvEo4/quJHQ8foK0CgfeKWEBA+hVSoD5+fCpTh04UmEDgTeCMwRvxASJsXOAe/SAC2A+JRnrQjgJjY+imrDkB0JgLJSXNtssloiNFDKknVxZrTBLvDQd1Zs7KzXZnzqFXJoIpdFGWzxeLKzM7OccUzJhx6+LPKylMPD7VdH6iNvy2/+pPq7o/r6n7RXX2k3nzbUHvs18rGKyRhZIQkfLpx5Z4PGit6Vuz5+tTJr/cUtL20aaTrBQwTNE/c4pfRt0yoCvuWAowDZ9CkBZE0Ilbqxzijb4QIfhCE7QK6Zn/SjOKK8vURow4BPdNnKOYMxSjGzkkzueZRFbk7y+F0OhzurMX0Cces1nlUNouigp43f6kPHKypPPBi8M2PLn/o7fvktcaP9r0o3Iwp6365Yndxx4H+gx+W9/7r9MDfDpDgCxtycms9qzfa0zMu9q871pyf33jYv7TG7a4pWLUu2WnfdLRh39XNG3+JEH848Re+lJdDFCiw2JMHVBAFKjZhHARKhBodpoT70eN2L4gi82NeO1gJAXtSos0qG+Ki9QKHKBIVhQkiiFqXnEFNrniqQnZnqamyWGQ5WdZcpf7SjmKROlhh28fXrbsudR25295x993Df9g2NsFW7iyvCbL+oh1r1uwoCr1Rc2BV79jw8MT+4D9Oe2PX7S/B3FDYML6Or+WrwQAuEuM9k4jZiX6OEDGRCECLbdpCF174wurvANJMYBw9IqJfR0Sx3RuFTmkpafJqudQTSjtpiS2c7oypHTpdi1fbBv9914L/ZVfr47s8aVMbOMo4rX7qRuSNz+exSUYCCzKedSY/M9sqm40uyaXXgYEYojH0qWEeOSIVYcLwO11aZbjdSphBkXRYXW6XhKyitYHg8uXBQKC7sLC7uvfa9tg/xvds3vNj46Lh5r6rmxuv9Xl31z0jfdbxp6s/GNjcMFBRMdCA36FDJfuq8pa/3nDDt/aNvx8f/OfeBeV5w9+c7zpfq1bPIPKlVLgPFmg6xwgjpNh7xo7xsQJAszfSFtq9AqeUNk0F3fqtBg2pb0o9s6aVYkw8cSiwgEUxp2APS0jDiEiuScpJipQVjoY0+IU0/1TH1pP+0baWinaPcD90MlBXfX5XqIDu6w4u63opFERm9SD4t0U8DEzw6iRkAXOlUf519egWLyfhrhppuQwNsH2tf0w5k1xtuT7PLCwViIvhJsGExzDELGuY2fRawcQM/H5T6uLUyJsXfHOBjzs8DqfH4fA48c//GVqNE6QLOcFgWRhrrEYG+hhAVUZ8Edm0ZRhONK5VGGwSxuCocP+RRWXcEWRcLnYwGRpUxoHKOCs+EGEz8BOiuvUfbFOFM5BxZs23bJNBVkxTbJPDbJtOtiPXjfN/2nH+0ujWttJtHl4w5K/7/GJoCe3r6SnsXBPqmey49YjXADZIV/vT1FmYQPDz8BBUq90qG22SLVzl4uQEnB56Z6Za9HgwljzdOHCvs/Or/mNfdXbe699/+PB+/Mi9obMj47294yNnQ70Xrvz87JUrZ9+7jBiOjB/iP8I+aoYUeMcTLREuxBDCaXG4ac7FtgN+JlKAdq+OcK4h7PDi0Ns61fGSETmGSrVUB/dMhmjzNDXzqdu1wFotMoF5iXKKJcVoiI9Df83ErA2UST+xezkVDLIWcNMTrY7e6Lu6pfHa3q1n0qTR68ZF5zMD3UVF3X5/z4rlQb5679jQUGhvTXnooXD6/ar6sYBvsLX1hK9ysKXlRCWyJ2/iET0tlEECBDzRsYTROIJTuzjMk0SVXy1qXohPRCpqzNDGYRNH756ubuU466Mlc6oiSUZdrA2HPaJXJLPakXPkyYYsKW7Xn0cfPCgum223zslL2v524dCQUDb+4FzoN2tKGX1PEPO662ndOTzmLWRNJi/AjKksBzbFco2h2skQUMneBFMsj6hQqFE6oAZfLa5pmtbpmkmWm8EcYTlBjOH54cai0+C7JZ55XZp/ovPcxdEtr3X3qSU/VLXh81/RS6FtwZ1v7aRdiLcAQHQgXgMs/SBOj+AomQyqAW9+TD09gvZxSat6AVRRGMBgkkxhFERhino/NYVfomP8i9t3pTu3xn9385Lxzmd3pIsqCmYf+5IXjH3ClqgfHBaETfxVeCQaIBe+D1HnivPtQBcirfCWFc9l8zxmRXbp1NuKeucK31qcGTRyFXNlLqZOVapdz7JzFtMclY/8qFTkW+tkSubCpGfz89OodUFq8oqX3fNzXUvS05fmfC9lUZnXmV78XGFz30pnkSc3wZq3rCxmzopSJSaaUHdy4qpyJ1vAD+oSl+TS2RlF1c8X1RdnyIQV1OYs9H3XlGAyzTFlV+YUnLpQ3TK87XmzzSzPlXclZc6lzKjPb3bYs5JI3Kz81n8DmAOACAABAAAAEwBqAAcAAAAAAAIALgA+AHcAAACpC+IAAAAAAAAAAAAAAEEArwEmAX0CTgKqAwEDWAOHA98EIQSmBPoFUgWVBZUGBgABAAAAAQAAhOuEOl8PPPUAAQgAAAAAANaoccYAAAAA1w1hff4i/eoKqAikAAAAAwACAAAAAAAACAAAYwIwAAAFjwBFBc0AeQU1AHAEqABlBPoAZAThAKUCFgCCAhYAggIjAKUEywCbBM8AZQT7AJsDDAA6BM4AkQZoAEACAAAAB0ABAnicY2BkYGCf90+IgYHb9J/S30Ku5QxAERQgDACBlAVKeJxjYGZ5xPiFgZWBgdWY5QwDA8NMCM10hmEWUy+Qz8DGAAeMDEjAMSDAB0gp/PjPPu+fEAMD+zzGdwoMjPNBciyOrItBcgzMANLgDugAAAB4nHXPTQrCQAwF4OdPFbSIPztXXfQi0iN4hlKEUlxY6lUU1F7BGyh4EL1Fd883M3Fp4CMNGZIUwBDAQFKE71RVT/mlPPF1DBctQrgqMe7dxvQlM27e1riZuYmkkJ2MpDRuTyV7mcpBaplJY+ZaGQVYAB0DLLXhqLzWC3dxomsybc61pdTEGk0SdST9zb9eoV6lPdbjh08+eGfLG6+88MzTOx6v/B/+iS+yhS92eJytVmlz01YUlbzFSchSstCiLk+8OE3tJ5NSCAZMCJJlF9zF2VoJSivFTrov0DLDb9CvuTLtDP3GT+u5km0MSdoZppmM7nnvHb27X5k0JUjb91xfiPYzbXa7TYXdex5dNmjND45EtO9RphT+XdSKWrcrDwzTJM0nzZGNvqZrTmBbpCsSwZFFGSV6gp53KLd6r7+mTzlu16WC65mULfk79z1TmkbkCep0sLXlG4JqjGq+L+KUHfZoDVuDlaB1Pl9n5vOOJ2BNFAqa6ngBdgSfTTHaYLQRGIHv+wbpFd+XpHW8Q9+3KKsE7smVQliWdzoe5aVNBWnDD5/0wKKckrBL9OL8gS34hC02Ugv4SYXA7VK2bOLQEZGIoCBez5fg5LYXdIxwx/ekb/qCtnY9nBns2kC/RXlFE06lr2XSSBWwlLZExKUdUubgiPQurKB82aIJJdjUaaf7LKcdCL6BtgKfKUEjMbWo+hPTmuPaZXMU+0n1ci6m0lv0Ckxw4Hcg3EiGnJckXprBMSVhwMihlciODBupiulTXqcVvKUZL1wbf+mMShzqT09lkWxDmn7ZtGhGxZmMS72wYdGsAlEIOuPc5dcBpO3TDK92sJrByqI5XDOfhEQgAl3opVknEFEgaBZBs2hetfe8ONdr+Cs0cyifWPSGam977d100zCxv5Dsn1WxNufse/HcnEN6aNNchWsWlWzHZ/gxgwfpy8hEttTxYg4evLUj5JfVlk2J14bYSM/5FbQC7/jwpAX7W9h9OVWnJDDWtAWJaDmkbfZ1XU9ytaC0WMu4ex7NSVu4NI3im5IoOFsEUP/X/LyuzWq2HQXx2UKFHleMCwjTInxbqFi0pGKd5TLizPKcirMs31RxjuVbKs6zPK/iAktDxRMs31ZxkeU7Kp5k+YGSw7hDNSIsRZX0B9wgFpXHDpdHhw/Tw8rY4ero8FF6+K7SaKbyGv69B//ehV0C/rE04R/LC/CPpYR/LFfgH8sS/GO5Cv9Yvg//WK7BP5ZKiXpSppaC2vlAOMht4CSpROsprtWqIqtCFrrwIhqgJU7JogxrkifivzIM9n59lFp9mS6W47y+5HoYZOzgh+OROX58SYkrib0fgae7x5WgO09Uzvva8p8a/zU2ZS2+pC/Bo8vwHwafbC+aIqxZdEVVz9Ut2vgvKgq4C/pVpERbLomqaHHjI5R3oqglW5gUHr4QGKyYBhu6vrQI/TVMqGU0F/4TCk06lcOoKoWoR7jr2otjUU3voBzuBEtQwLNia9t7mhFZYTzNrGbP+zbPzyJGsUzYsonOdV5tw4BnWPq5yDhBT1LWCXs4zjihARzw/Hr1nRAmYarLJnIooaEJvyASLbjvBCUynZQ5DAfEPo+Cyh+7FTeyR6XECDw76YR8oQspv84xENjJrw5iIOsIzY1km4poHiGassXKOFv1JGTswCCi2p5XFXV8XdniwaZgW4YhL5SwujP+IU8TdVIFDzIjuYxvDixwhqkJ+Ev/qovDVG5iHlQ5ak0M9bpfjav6Ihrw1mi7M7699TL7RM5tRbXKiZfaiq5VIijmYoG1xzlIS5WqoDqjChtGl4tLotSraJL0ugaGBub/a5Ri6/+qPjaf50tdYoSM5dv0Bza6HIyh/03235SDAAz8GLncgstLaXPilwH6cKFKl9GLH5+yfwczV19coCvAdxVdhWhz1FzEVTTxGRzG6RPF5UhtwE9VH3MG4DMAncHnqq8nOx2AZGebOS7ADnMY7DKHwR5zGOwz5zbAF8xh8CVzGHjMYeAzxwG4xxwG95nD4CvmMHjAnCbA18xh8A1zGATMYRAyxwY4YA6DLnMY9JjD4FDR9VGYj3hBm0DfJugW0HdJPWGxhcX3im6M2D/wImH/mCBm/5Qgpv6sqD6i/sKLhPprgpj6W4KY+lDRzRH1ES8S6u8JYuofCWLqY/V0MpcZ/vCyK1Q8pOxK58nwm2L9Aw8nY10AeJxj8N7BcCIoYiMjY1/kBsadHAwcDMkFGxnYnbZXpYW5GTGwMWiBeA58uRyxbL5slhzq7NIsbBxQwXK2VJZQFmc2A1ZFJrAgr9N+6QbxBuEGvgYuBnYGoHZOoKiw034GByQIFmVOcdmowtgRGLHBoSMCzFMD8XZxNDAwsjh0JIeABSOBwIEvnyOezZ/NmkOTXZaFjUdrB+P/1g0svRuZGFw2s6awMbi4AADrlS9DAAB4nGNgIBncBcJjDMdYShgY2Of9E2KZ+P8xiAaL72fYz7qYgYHFkYHh3zSQKOux/3dZwv6//leKrob1FYvj/3cIVaz/gere/esBq9sNhFMZpjL9Y3z+X/CfAkiMWZDx+3+mf5zI8mwHWFcyXWZ8BBJju8y6k+kI42ls9iC7hk0c4R4AmMtWvAAAeJyNj08LAVEUxX/DIGVtPQtbGv+iZmWjLNQUzcKWCTWMDPKVfBMfxodwzDwiKb3ePeeed+7tPKDEjDyWXQYC3YxbVNVlPEeFyPA8PmfDbWpcDS/gcDO8iGNVuEhp4dKkS92wnrQBO52IUHzEljmNVI10HPasWbLiQJJ2oTAUnlQXck4YSvelxMKp1LO84/R1zZHND4fz4fHUu8rUUF0IQ2XzXnn7yuvSUW0L/9kXpBkTdbF+9L37sSPb8Jyvv8/fASPuNJwAAAB4nGNgZgCDfzcYZjFgAQA4VwJ0AAABAAH//wAPeJyNUDEOwjAMPCcF2lQChPoAHsDICxBiYmRkQYiJqkPFAH9jZGIF8RIWxGAuKVI7dGhOsZ3zObINAeCwwBZ2uVpvkO0vZY5pvjsVmCFiFqrwqjqWRmxgj4eyQNa0TEq4EZLg46AEvRHjq2Uic6QE9Ko34q5ntB59tfMtyo8+O2sfXZW+A/b3bbzf1fzdav++ns4E+L2kGIfNWAyrTfLfHvoE6AdETJ0LuRFZIeNrPZvQOsauqvoB5z0tQgB4nGNgZGBg4GKIYihhYHZx8wlhEEmuLMphkMtJLMljUGJgAcoy/P/PAAPMjlGuCgxizkEhCgxyIUHeCgxqYHlGqDpGEAtMMzEw5+Qn5zCIIJNARYxgzAKlOYCYDawLyAYAAaIWnAAAAHicY2BkgAKmef81GMgGAGutAckA) format("woff")
  }
.lcAhs {
  -moz-box-align: center;
  align-items: center;
  background-color: rgb(37, 37, 37);
  border-radius: 4rem;
  color: rgb(173, 174, 181);
  display: flex;
  font-size: 1.6rem;
  height: 4rem;
  -moz-box-pack: center;
  justify-content: center;
  margin-right: 1.2rem;
  object-fit: cover;
  transition: background-color 108ms;
  width: 4rem;
}