html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

.b_header {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  right: 0;
  transition: all .2s linear;
}

.b_header.scrolled {
  background-color: #000;
}

.b_header.scrolled .header_wrapper {
  padding: 15px 0;
}

@media (max-width: 767px) {
  .b_header.scrolled .header_wrapper {
    padding: 10px 0;
  }
}

@media (max-width: 991px) {
  .b_header > .container {
    width: 100%;
  }
}

.b_header .header_wrapper {
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  transition: all .2s linear;
  padding: 36px 0 15px;
}

@media (max-width: 991px) {
  .b_header .header_wrapper {
    padding: 15px 0;
  }
}

@media (max-width: 767px) {
  .b_header .header_wrapper {
    padding: 10px 0;
  }
}

@media (max-width: 767px) {
  .b_header .header_menu {
    width: calc(50% - 32px);
  }
}

.b_header .mobile_block {
  display: none;
}

@media (max-width: 767px) {
  .b_header .mobile_block {
    display: block;
  }
}

@media (max-width: 991px) {
  .b_header .socials_wrapper {
    display: none;
  }
}

@media (max-width: 767px) {
  .b_header .menu_block {
    transition: all .3s linear;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background-color: #000;
    padding: 100px 0 0;
    transform: translate(-100%, 0);
  }
}

@media (max-width: 767px) {
  .b_header .menu_block.opened {
    transform: none;
  }
}

.b_header .mobile_logo {
  width: 64px;
  position: relative;
}

.b_header .right_part {
  -ms-flex-align: center;
      align-items: center;
}

@media (max-width: 767px) {
  .b_header .right_part {
    width: calc(50% - 32px);
    text-align: right;
    display: block;
  }
}

.b_header .right_part .button_wrapper {
  margin-left: 25px;
}

@media (max-width: 991px) {
  .b_header .right_part .button_wrapper {
    margin-left: 10px;
  }
}

@media (max-width: 767px) {
  .b_header .right_part .button_wrapper {
    margin: 0;
  }
}

.b_header .right_part .btn {
  min-width: 184px;
  padding: 9px 5px 7px;
  font-size: 16px;
}

@media (max-width: 767px) {
  .b_header .right_part .btn {
    min-width: 130px;
    font-size: 13px;
    padding: 10px 5px 8px;
  }
}

.b_header .menu {
  font-size: 22px;
}

@media (max-width: 991px) {
  .b_header .menu {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .b_header .menu {
    font-size: 22px;
    text-align: center;
    height: 100%;
    overflow: hidden;
    width: 100%;
    padding: 20px 0 20px;
  }
}

.b_header .menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.b_header .menu ul li {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .b_header .menu ul li {
    display: block;
  }
}

.b_header .menu ul li:not(:last-of-type) {
  margin-right: 20px;
}

@media (max-width: 991px) {
  .b_header .menu ul li:not(:last-of-type) {
    margin-right: 15px;
  }
}

@media (max-width: 767px) {
  .b_header .menu ul li:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.b_header .menu ul a {
  color: #fff;
  display: inline-block;
  vertical-align: top;
  transition: all .2s linear;
  position: relative;
  z-index: 1;
}

.b_header .menu ul a::before {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  content: '';
  transform: translate(-50%, -57%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("/web/20220806115413im_/https://xoxonft.io/images/img_lips.webp");
  width: 47px;
  height: 47px;
  opacity: 0;
  visibility: hidden;
  transition: all .2s linear;
}

.b_header .menu ul a:hover {
  color: #ffb2d1;
}

.b_header .menu ul a.active::before, .b_header .menu ul a:hover::before {
  opacity: 1;
  visibility: visible;
}

.b_header .socials_list {
  margin: 0 -4px 0 0;
}

.menu_toggler {
  position: relative;
  border: none;
  padding: 0;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  display: none;
  z-index: 2;
  background-color: transparent;
}

@media (max-width: 767px) {
  .menu_toggler {
    display: block;
  }
}

.menu_toggler span {
  display: block;
  width: 24px;
  height: 2px;
  padding: 0;
  background: #fff;
  position: absolute;
  transition: transform 0.2s ease-in-out, top 0.2s ease-in-out 0.2s, opacity 0.2s ease-in-out 0.2s;
  transform-origin: center;
  left: 8px;
}

.menu_toggler .toggler_top {
  top: 12px;
}

.menu_toggler .toggler_middle {
  top: 19px;
}

.menu_toggler .toggler_bottom {
  top: 26px;
}

.menu_toggler.menu-is-active span {
  transition: transform 0.2s ease-in-out 0.2s, top 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.menu_toggler.menu-is-active span.toggler_top {
  top: 19px;
  transform: rotate(135deg);
}

.menu_toggler.menu-is-active span.toggler_middle {
  opacity: 0;
  transform: rotate(135deg);
}

.menu_toggler.menu-is-active span.toggler_bottom {
  top: 19px;
  transform: rotate(225deg);
}

* {
  outline: 0 !important;
}

body {
  font-family: 'Roboto';
  font-size: 18px;
  color: #fff;
  min-width: 320px;
  background-color: #000;
  line-height: 1.4;
}

h1, h2 {
  font-size: 24px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  h1, h2 {
    font-size: 26px;
  }
}

h3 {
  font-size: 18px;
  margin-bottom: 25px;
}

p {
  margin: 0;
  line-height: 1.4;
}

p:not(:last-child) {
  margin-bottom: 15px;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

select::-ms-expand {
  display: none;
}

input::-ms-clear {
  display: none;
}

@media (max-width: 991px) {
  input, textarea, select, select:focus {
    font-size: 16px;
  }
}

.btn_reset {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
}

.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 11px 10px;
  transition: all .2s linear;
  font-size: 21px;
  font-weight: 400;
  height: auto;
  text-transform: none;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  box-shadow: none;
  border: 1px solid transparent;
  border-radius: 24px;
  line-height: 1.2;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 240px;
  font-family: 'Staatliches';
}

.btn:hover, .btn:focus {
  box-shadow: none;
}

.btn:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.btn:disabled:hover {
  opacity: .5;
}

.btn_template {
  color: #000;
  border-color: #9ad2ff;
  background-color: #9ad2ff;
}

.btn_template:focus {
  color: #000;
}

.btn_template:active {
  color: #000;
}

.btn_template:hover {
  border-color: #ffb2d1;
  background-color: #ffb2d1;
  color: black;
}

.mint_template {
  color: ##fff9f9;
  border-color: transparent;
  background-color: transparent ;
}

.mint_template:focus {
  color: #fff9f9;
}

.mint_template:active {
  color: #fff9f9;
}

.mint_template:hover {
  border-color: #ffb2d1;
  background-color: #ffb2d1;
  color: #fff;
}

.specialC{
/*display: none;*/
background-color: #ffb2d1;
border: none;
}

.specialD{
/*display: none;*/
background-color: #ffb2d1;
border: none;
}

.btn_pink {
  color: #000;
  border-color: #ffb2d1;
  background-color: #ffb2d1;
}

.btn_pink:focus {
  color: #000;
}

.btn_pink:active {
  color: #000;
}

.btn_pink:hover {
  border-color: #9ad2ff;
  background-color: #9ad2ff;
  color: #000;
}

main {
  overflow: hidden;
}

.hiden_block {
  overflow: hidden;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: -100;
}

.secondFont {
  font-family: 'Staatliches';
}

@media (min-width: 992px) {
  .container {
    width: 100%;
    max-width: 1310px;
  }
}

.animation_block {
  overflow: hidden;
}

.animation_block .animation_item {
  transition: all .4s ease-in-out;
  transform: translate(0, 125%);
}

.flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

input.form_control,
textarea.form_control {
  -webkit-appearance: none;
}

.form_control {
  width: 100%;
}

textarea.form_control {
  display: block;
  resize: none;
}

.section_title {
  font-size: 62px;
  line-height: 1;
}

@media (max-width: 1199px) {
  .section_title {
    font-size: 48px;
  }
}

@media (max-width: 991px) {
  .section_title {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .section_title {
    font-size: 36px;
  }
}

.section_title span {
  line-height: 1;
  display: inline-block;
}

.section_title.max_width {
  max-width: 570px;
  margin: 0 auto;
}

.pos_abs {
  position: absolute;
}

.pos_rel {
  position: relative;
}

.animated,
.animatedfadeInUp,
.animatedjackInTheBox {
  opacity: 0;
  visibility: hidden;
}

.animate__animated {
  opacity: 1;
  visibility: visible;
}

.animate__delay-03s {
  animation-delay: .3s;
}

.animate__delay-04s {
  animation-delay: .4s;
}

.animate__delay-05s {
  animation-delay: .5s;
}

.animate__delay-06s {
  animation-delay: .6s;
}

.animate__delay-07s {
  animation-delay: .7s;
}

.animate__delay-08s {
  animation-delay: .8s;
}

.animate__delay-09s {
  animation-delay: .9s;
}

.socials_list .social_item {
  padding: 4px;
}

.socials_list .social_item a {
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
}

.b_main_banner {
  position: relative;
}

.b_main_banner .banner_image {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.b_main_banner .banner_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.b_main_banner .banner_content {
  min-height: 100vh;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 165px 0 30px;
  text-align: center;
}

@media (max-width: 767px) {
  .b_main_banner .logo_wrap {
    padding: 0 16px;
  }
}

.b_main_banner .logo_wrap img {
  margin: 0 auto;
}

.b_main_banner .sold_content {
  display: inline-block;
  vertical-align: top;
  background-color: #ffb2d1;
  color: #000;
  font-size: 91px;
  line-height: 1;
  padding: 4px 20px 2px;
}

@media (max-width: 767px) {
  .b_main_banner .sold_content {
    font-size: 70px;
  }
}

.b_main_banner .button_wrapper {
  padding: 30px 0 0;
}

.b_quote {
  text-align: center;
}

.b_quote .quote_wrapper {
  max-width: 630px;
  margin: 0 auto;
  padding: 50px 0 50px;
  position: relative;
}

.b_quote .quote_wrapper::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='23' viewBox='0 0 30 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5319 0C1.38298 2.92727 0 10.9773 0 14.5318C0 19.2364 2.12766 23 6.17021 23C8.7234 23 11.4894 20.7 11.4894 16.9364C11.4894 16.2045 11.4894 12.5455 6.80851 11.0818C6.38298 7.42273 7.55319 4.6 10.5319 1.67273V0ZM29.0426 0C19.8936 2.92727 18.5106 10.9773 18.5106 14.5318C18.5106 19.2364 20.6383 23 24.6809 23C27.234 23 30 20.7 30 16.9364C30 16.2045 30 12.5455 25.3191 11.0818C24.8936 7.42273 26.0638 4.6 29.0426 1.67273V0Z' fill='%23FFB2D1'/%3E%3C/svg%3E");
  width: 30px;
  height: 23px;
}

.b_quote .content {
  color: #ffb2d1;
  font-size: 24px;
}

.b_quote .author_wrapper {
  margin: 5px 0 0;
}

.b_quote .author {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.b_quote .author::before, .b_quote .author:after {
  content: '';
  position: absolute;
  height: 1px;
  background-color: #fff;
  width: 24px;
  top: 50%;
}

.b_quote .author::before {
  right: 100%;
  margin-right: 10px;
}

.b_quote .author:after {
  left: 100%;
  margin-left: 10px;
}

.b_story {
  position: relative;
}

.b_story .section_decoration {
  position: relative;
}

.b_story .section_decoration .left_image {
  z-index: -1;
  transform: translate(-100%, 0);
  margin-left: -90px;
  top: -50px;
}

@media (max-width: 767px) {
  .b_story .section_decoration .left_image {
    margin: 0;
    transform: none;
    max-width: 60px;
    top: -120px;
  }
}

.b_story .section_decoration .right_image {
  z-index: -1;
  transform: translate(100%, 0);
  right: 0;
  margin-right: -20px;
  bottom: -150px;
}

@media (max-width: 767px) {
  .b_story .section_decoration .right_image {
    margin: 0;
    right: 55px;
    bottom: auto;
    top: 30px;
    max-width: 56px;
  }
}

.b_story .story_block {
  padding: 95px 0 25px;
}

@media (max-width: 767px) {
  .b_story .section_title span {
    display: block;
  }
}

.b_story .slide_item {
  transition: all .4s linear;
  transform: none;
}

.b_story .slide_item:not(.active_slide) {
  opacity: .4;
  transform: rotate(10deg) scale(0.8);
}

.b_story .slide_item.active_slide .animation_block .animation_item {
  transform: none;
}

.b_story .story_wrapper {
  max-width: 420px;
  margin: 0 auto;
}

@media (max-width: 600px) {
  .b_story .story_wrapper {
    max-width: 273px;
  }
}

.b_story .story_wrapper .slick-list {
  overflow: visible;
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

@media (max-width: 600px) {
  .b_story .slide_block {
    padding: 0 5px;
  }
}

.b_story .image_wrapper {
  width: 100%;
  max-width: 353px;
  margin: 0 auto;
  position: relative;
}

.b_story .image_wrapper .image {
  padding-top: 131.5%;
  position: relative;
}

.b_story .image_wrapper .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.b_story .content_wrapper {
  position: absolute;
  z-index: 1;
  color: #fff;
  top: 50px;
  right: -123px;
}

@media (max-width: 767px) {
  .b_story .content_wrapper {
    right: -45px;
    top: 30px;
  }
}

.b_story .content_wrapper .date {
  font-size: 80px;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.36);
  line-height: 1;
  min-width: 280px;
}

@media (max-width: 767px) {
  .b_story .content_wrapper .date {
    font-size: 60px;
  }
}

.b_story .content_wrapper .text {
  font-size: 22px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  max-width: 230px;
}

.b_explaining {
  padding: 75px 0 130px;
  position: relative;
}

@media (max-width: 767px) {
  .b_explaining {
    padding: 70px 0 35px;
  }
}

.b_explaining .banner_image {
  overflow: hidden;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (max-width: 500px) {
  .b_explaining .banner_image {
    top: -90px;
  }
}

.b_explaining .banner_image img {
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 100%;
}

@media (max-width: 500px) {
  .b_explaining .banner_image img {
    max-width: none;
    -o-object-fit: none;
       object-fit: none;
    width: auto;
    height: auto;
    min-height: auto;
    left: 50%;
    transform: translate(-49%, 0);
  }
}

.b_explaining .section_decoration {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.b_explaining .section_decoration .left_image.top_image {
  top: 0;
  left: 16vw;
}

@media (max-width: 1199px) {
  .b_explaining .section_decoration .left_image.top_image {
    left: 5vw;
  }
}

@media (max-width: 767px) {
  .b_explaining .section_decoration .left_image.top_image {
    left: 20px;
    top: -50px;
  }
}

.b_explaining .section_decoration .right_image.top_image {
  top: 50px;
  right: 17vw;
}

@media (max-width: 1199px) {
  .b_explaining .section_decoration .right_image.top_image {
    right: 8vw;
  }
}

@media (max-width: 767px) {
  .b_explaining .section_decoration .right_image.top_image {
    max-width: 55px;
    top: -20px;
    right: 35px;
  }
}

.b_explaining .section_decoration .left_image.bottom_image {
  left: 5vw;
  bottom: 15%;
}

@media (max-width: 1199px) {
  .b_explaining .section_decoration .left_image.bottom_image {
    left: 1vw;
    max-width: 150px;
  }
}

@media (max-width: 767px) {
  .b_explaining .section_decoration .left_image.bottom_image {
    display: none;
  }
}

.b_explaining .section_decoration .right_image.bottom_image {
  right: 15vw;
  bottom: 15%;
}

@media (max-width: 1199px) {
  .b_explaining .section_decoration .right_image.bottom_image {
    right: 5vw;
  }
}

@media (max-width: 767px) {
  .b_explaining .section_decoration .right_image.bottom_image {
    display: none;
  }
}

.b_explaining .explaining {
  position: relative;
  z-index: 1;
}

.b_explaining .section_title span {
  display: block;
}

.b_explaining .content_wrapper {
  text-align: center;
  max-width: 582px;
  margin: 15px auto 0;
}

@media (max-width: 767px) {
  .b_explaining .content_wrapper {
    font-size: 17px;
  }
}

.b_those_days {
  position: relative;
  color: #000;
  overflow: hidden;
}

@media (max-width: 767px) {
  .b_those_days {
    text-align: center;
  }
}

.b_those_days .section_background {
  position: absolute;
  background-color: #ffd3e5;
  z-index: -2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.b_those_days .content_wrapper {
  padding: 55px 40px 50px 0;
  max-width: 36%;
}

@media (max-width: 1199px) {
  .b_those_days .content_wrapper {
    font-size: 17px;
    padding: 40px 0;
    max-width: 100%;
  }
}

.b_those_days .content_wrapper .section_title {
  margin: 0 0 5px;
}

.b_those_days .content_wrapper .content p:not(:last-child) {
  margin-bottom: 10px;
}

.b_those_days .images_wrapper {
  z-index: -1;
  position: absolute;
  left: calc(((100vw - 1310px - 9px) / 2) + (1310px * 0.36));
  top: 0;
  bottom: 0;
  right: 0;
}

@media (max-width: 1199px) {
  .b_those_days .images_wrapper {
    position: relative;
    left: unset;
    z-index: unset;
  }
}

.b_those_days .images_wrapper .image_block {
  height: 100%;
  width: 50%;
  max-width: 452px;
}

@media (max-width: 1199px) {
  .b_those_days .images_wrapper .image_block {
    max-width: 50%;
  }
}

@media (max-width: 500px) {
  .b_those_days .images_wrapper .image_block {
    max-width: 100%;
    width: 100%;
  }
}

.b_those_days .images_wrapper .image_block img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.b_kiss_sculpture {
  position: relative;
}

@media (max-width: 767px) {
  .b_kiss_sculpture {
    padding: 0 0 100px;
  }
}

.b_kiss_sculpture .section_decoration .left_image {
  top: 60px;
  left: 15vw;
}

@media (max-width: 767px) {
  .b_kiss_sculpture .section_decoration .left_image {
    top: -60px;
    left: 30px;
    max-width: 80px;
  }
}

.b_kiss_sculpture .section_decoration .right_image {
  right: 20vw;
  bottom: 30%;
}

@media (max-width: 767px) {
  .b_kiss_sculpture .section_decoration .right_image {
    right: 35px;
    max-width: 30px;
    bottom: 45%;
  }
}

.b_kiss_sculpture .kiss_sculpture {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  overflow: hidden;
}

.b_kiss_sculpture .kiss_sculpture_inner {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: -50px 0 -70px;
}

@media (max-width: 767px) {
  .b_kiss_sculpture .kiss_sculpture_inner {
    margin: -10px 0 -20px;
  }
}

.b_kiss_sculpture .kiss_sculpture_inner.active .static_image {
  opacity: 0;
  visibility: hidden;
}

.b_kiss_sculpture .kiss_sculpture_inner.active .hover_image {
  opacity: 1;
  visibility: visible;
}

.b_kiss_sculpture .static_image {
  position: relative;
  transition: all .5s ease-in;
}

.b_kiss_sculpture .hover_image {
  transition: all .5s ease-in;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  opacity: 0;
  visibility: hidden;
}

.b_art {
  padding: 0 0 40px;
  position: relative;
}

.b_art .banner_image {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

@media (max-width: 991px) {
  .b_art .banner_image {
    top: -80px;
    height: 100%;
    bottom: auto;
  }
}

.b_art .banner_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 1199px) {
  .b_art .banner_image img {
    -o-object-fit: none;
       object-fit: none;
  }
}

@media (max-width: 991px) {
  .b_art .banner_image img {
    top: 0;
    height: auto;
    width: auto;
    max-width: none;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

.b_art .section_decoration {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.b_art .section_decoration .icon_eye {
  top: 35%;
  left: 11vw;
}

@media (max-width: 1199px) {
  .b_art .section_decoration .icon_eye {
    left: 3vw;
  }
}

@media (max-width: 767px) {
  .b_art .section_decoration .icon_eye {
    max-width: 55px;
    top: -80px;
  }
}

.b_art .section_decoration .icon_radiation {
  top: 58%;
  left: 18vw;
}

@media (max-width: 1199px) {
  .b_art .section_decoration .icon_radiation {
    left: 11vw;
  }
}

@media (max-width: 991px) {
  .b_art .section_decoration .icon_radiation {
    left: 4vw;
  }
}

@media (max-width: 767px) {
  .b_art .section_decoration .icon_radiation {
    display: none;
  }
}

.b_art .section_decoration .icon_axe {
  bottom: -70px;
  left: 5vw;
}

@media (max-width: 1199px) {
  .b_art .section_decoration .icon_axe {
    max-width: 100px;
    left: 3vw;
  }
}

@media (max-width: 767px) {
  .b_art .section_decoration .icon_axe {
    display: none;
  }
}

.b_art .section_decoration .icon_decor {
  right: 5vw;
  top: -100px;
}

@media (max-width: 1199px) {
  .b_art .section_decoration .icon_decor {
    max-width: 130px;
  }
}

@media (max-width: 767px) {
  .b_art .section_decoration .icon_decor {
    top: -160px;
    max-width: 90px;
    right: 10vw;
  }
}

.b_art .section_decoration .icon_gun {
  top: 40%;
  right: 15vw;
}

@media (max-width: 1199px) {
  .b_art .section_decoration .icon_gun {
    right: 8vw;
    max-width: 100px;
  }
}

@media (max-width: 991px) {
  .b_art .section_decoration .icon_gun {
    max-width: 80px;
    right: 4vw;
  }
}

@media (max-width: 767px) {
  .b_art .section_decoration .icon_gun {
    display: none;
  }
}

.b_art .section_decoration .icon_spikelet {
  bottom: 10%;
  right: 20vw;
}

@media (max-width: 1199px) {
  .b_art .section_decoration .icon_spikelet {
    right: 8vw;
    bottom: 15%;
    max-width: 80px;
  }
}

@media (max-width: 767px) {
  .b_art .section_decoration .icon_spikelet {
    display: none;
  }
}

.b_art .section_decoration .icon_eyes {
  bottom: -30px;
  right: 8vw;
}

@media (max-width: 1199px) {
  .b_art .section_decoration .icon_eyes {
    bottom: -10px;
    max-width: 90px;
    right: 50px;
  }
}

.b_art .art_block {
  position: relative;
  z-index: 1;
}

.b_art .content_wrapper {
  padding: 10px 0 0;
  max-width: 630px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .b_art .content_wrapper {
    font-size: 17px;
    padding: 10px 15px 0;
  }
}

.b_art .content_wrapper .content p:first-of-type {
  margin-left: -15px;
  margin-right: -15px;
}

@media (max-width: 767px) {
  .b_art .content_wrapper .content p:first-of-type {
    margin-left: 0;
    margin-right: 0;
  }
}

.b_art .scratch_reveal_block {
  padding: 60px 0 0;
}

.b_art .scratch_reveal_wrap {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media (max-width: 600px) {
  .b_art .scratch_reveal_wrap {
    max-width: 320px;
  }
}

.b_art .scratch_reveal {
  padding-top: 99%;
  position: relative;
  z-index: 1;
}

.b_art .frame {
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.b_art .frame img {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50.5%);
  max-width: unset;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media (max-width: 600px) {
  .b_art .frame img {
    max-width: 370px;
  }
}

.b_art #scratchContainer {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.b_art #scratch {
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: crosshair;
  cursor: url(/web/20220806115413im_/https://xoxonft.io/images/circular-cursor.webp) 53 53, crosshair;
}

.b_art .button_wrapper {
  padding: 80px 0 0;
}

@media (max-width: 600px) {
  .b_art .button_wrapper {
    padding: 60px 0 0;
  }
}

.b_art .btn_try_again {
  font-size: 24px;
  color: #ffb2d1;
  padding: 0 0 0 57px;
  position: relative;
  line-height: 1.1;
  transition: all .4s ease-in-out;
}

.b_art .btn_try_again:hover {
  color: #fff;
}

.b_art .btn_try_again:hover::before {
  transform: rotate(360deg);
}

.b_art .btn_try_again::before {
  transition: all .4s ease-in-out;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -24px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #ffb2d1;
  filter: drop-shadow(0px 0px 36px rgba(0, 0, 0, 0.16));
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.9991 12.7861H17.2129L20.4946 9.50438C20.259 9.26879 20.0077 9.04779 19.742 8.84303C18.6196 7.97809 17.2824 7.43582 15.8745 7.27463C14.4667 7.11345 13.0415 7.33946 11.7526 7.92833C10.4637 8.5172 9.35992 9.44659 8.56018 10.6164C7.76044 11.7862 7.29506 13.152 7.21418 14.5667C7.1333 15.9814 7.43999 17.3914 8.1012 18.6447C8.76242 19.898 9.75309 20.9471 10.9665 21.679C12.1799 22.4109 13.57 22.7979 14.987 22.7982C16.0099 22.7984 17.0227 22.5972 17.9678 22.2059C18.9128 21.8146 19.7715 21.2409 20.4947 20.5177C21.218 19.7945 21.7916 18.9358 22.1829 17.9908C22.5742 17.0458 22.7755 16.033 22.7752 15.0101H24.9996C24.9972 17.5383 24.0372 19.9717 22.3129 21.8205C20.5886 23.6694 18.228 24.7966 15.7061 24.9751C13.1842 25.1537 10.6883 24.3704 8.72068 22.7829C6.75306 21.1954 5.45979 18.9216 5.10116 16.419C4.74252 13.9165 5.34514 11.371 6.78773 9.29479C8.23032 7.21862 10.4058 5.76592 12.8763 5.22906C15.3469 4.69221 17.9291 5.11104 20.1032 6.40127C20.8256 6.82998 21.4852 7.34433 22.07 7.92905L24.9991 5V12.7861Z' fill='black'/%3E%3C/svg%3E");
}

.b_artists {
  background-color: #343434;
  padding: 40px 0 35px;
  position: relative;
}

@media (max-width: 767px) {
  .b_artists {
    padding: 40px 0 190px;
  }
}

.b_artists .section_decoration {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.b_artists .section_decoration .icon_flower {
  top: 35%;
  left: 4vw;
}

@media (max-width: 1199px) {
  .b_artists .section_decoration .icon_flower {
    max-width: 50px;
    left: 2vw;
  }
}

@media (max-width: 890px) {
  .b_artists .section_decoration .icon_flower {
    display: none;
  }
}

.b_artists .section_decoration .icon_object {
  bottom: 15%;
  left: 7vw;
}

@media (max-width: 1199px) {
  .b_artists .section_decoration .icon_object {
    max-width: 50px;
    left: 2vw;
  }
}

@media (max-width: 890px) {
  .b_artists .section_decoration .icon_object {
    display: none;
  }
}

.b_artists .section_decoration .icon_mushroom {
  right: 10vw;
  top: 20%;
}

@media (max-width: 1199px) {
  .b_artists .section_decoration .icon_mushroom {
    right: 5vw;
    max-width: 90px;
  }
}

@media (max-width: 890px) {
  .b_artists .section_decoration .icon_mushroom {
    display: none;
  }
}

.b_artists .section_decoration .icon_wallet {
  right: 8vw;
  top: 45%;
}

@media (max-width: 1199px) {
  .b_artists .section_decoration .icon_wallet {
    right: 5vw;
    max-width: 90px;
  }
}

@media (max-width: 890px) {
  .b_artists .section_decoration .icon_wallet {
    display: none;
  }
}

.b_artists .artists_section {
  position: relative;
  z-index: 1;
}

.b_artists .artists_block {
  max-width: 667px;
  margin: 30px auto 30px;
}

.b_artists .artists_block .artists {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media (max-width: 767px) {
  .b_artists .artists_block .artists {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
}

.b_artists .artist_block {
  width: calc(50% - 15px);
  max-width: 308px;
}

.b_artists .artist_image {
  width: 100%;
  max-width: 308px;
  border-radius: 50%;
  padding-top: 100%;
  position: relative;
}

.b_artists .artist_image img {
  top: 0;
  left: 0;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.b_artists .artist_name {
  margin: 15px 0 0;
  font-size: 42px;
  line-height: 1.1;
}

@media (max-width: 767px) {
  .b_artists .artist_name {
    font-size: 22px;
  }
}

.b_artists .content_block {
  max-width: 764px;
  margin: 0 auto 45px;
}

@media (max-width: 767px) {
  .b_artists .content_block {
    font-size: 17px;
  }
}

.b_artists .content a {
  color: #fff;
  text-decoration: underline;
}

.b_artists .content a:hover {
  color: #FFB2D1;
  text-decoration: none;
}

.b_artists .video_wrapper {
  max-width: 848px;
  margin: 0 auto;
}

.b_artists .video_link {
  display: block;
  position: relative;
  background-color: #343434;
}

.b_artists .video_link:hover::before {
  transform: scale(0.9);
}

.b_artists .video_link::before {
  transition: all .2s linear;
  z-index: 1;
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='86' height='86' viewBox='0 0 86 86' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.995' d='M81 43C81 50.5157 78.7713 57.8627 74.5958 64.1118C70.4202 70.3608 64.4854 75.2314 57.5417 78.1075C50.5981 80.9836 42.9575 81.7361 35.5862 80.2698C28.2149 78.8034 21.444 75.1842 16.1296 69.8697C10.8152 64.5552 7.19618 57.7842 5.73005 50.4128C4.26393 43.0415 5.0166 35.4009 7.89288 28.4573C10.7692 21.5138 15.6399 15.579 21.8891 11.4037C28.1383 7.2283 35.4853 4.9998 43.001 5C53.0791 5.00027 62.7442 9.00394 69.8704 16.1303C76.9966 23.2566 81 32.9219 81 43V43Z' fill='%23FFB2D1'/%3E%3Cpath opacity='0.995' fill-rule='evenodd' clip-rule='evenodd' d='M43 1.99037C34.8891 1.99037 26.9603 4.39554 20.2163 8.90174C13.4723 13.4079 8.21598 19.8128 5.11206 27.3063C2.00814 34.7998 1.19601 43.0455 2.77838 51.0006C4.36075 58.9557 8.26653 66.2629 14.0018 71.9982C19.7371 77.7335 27.0443 81.6393 34.9994 83.2216C42.9545 84.804 51.2002 83.9919 58.6937 80.8879C66.1872 77.784 72.5921 72.5277 77.0983 65.7837C81.6045 59.0397 84.0096 51.1109 84.0096 43C84.0096 32.1236 79.689 21.6926 71.9982 14.0018C64.3074 6.31102 53.8764 1.99037 43 1.99037ZM19.1105 7.2468C26.1818 2.52191 34.4954 0 43 0C54.4043 0 65.3415 4.53034 73.4056 12.5944C81.4697 20.6585 86 31.5957 86 43C86 51.5046 83.4781 59.8182 78.7532 66.8895C74.0283 73.9608 67.3126 79.4722 59.4554 82.7268C51.5982 85.9814 42.9523 86.8329 34.6111 85.1737C26.2699 83.5146 18.6081 79.4192 12.5944 73.4056C6.58077 67.3919 2.48542 59.73 0.826252 51.3889C-0.832912 43.0477 0.018631 34.4018 3.2732 26.5446C6.52777 18.6874 12.0392 11.9717 19.1105 7.2468Z' fill='%23FFB2D1'/%3E%3Cpath d='M32 31.7534C31.9998 31.0897 32.1738 30.4378 32.5043 29.8642C32.8347 29.2907 33.3098 28.8159 33.881 28.4885C34.4522 28.161 35.0991 27.9926 35.7558 28.0003C36.4125 28.008 37.0554 28.1916 37.6189 28.5323L56.1747 39.7439C56.7313 40.0804 57.192 40.557 57.5119 41.1271C57.8318 41.6973 58 42.3416 58 42.997C58 43.6525 57.8318 44.2968 57.5119 44.8669C57.192 45.4371 56.7313 45.9137 56.1747 46.2502L37.6189 57.4677C37.0554 57.8084 36.4125 57.992 35.7558 57.9997C35.0991 58.0075 34.4522 57.839 33.881 57.5115C33.3098 57.1841 32.8347 56.7093 32.5043 56.1358C32.1738 55.5622 31.9998 54.9103 32 54.2466V31.7534Z' fill='black'/%3E%3C/svg%3E");
  width: 86px;
  height: 86px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  margin: -43px 0 0 -43px;
}

@media (max-width: 767px) {
  .b_artists .video_link::before {
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
  }
}

.b_artists .video_link img {
  display: block;
  opacity: 0.4;
}

.b_team {
  padding: 85px 0 20px;
  position: relative;
}

@media (max-width: 767px) {
  .b_team {
    padding: 390px 0 100px;
  }
}

.b_team .section_decoration {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.b_team .section_decoration .icons_group {
  transform: translate(0, -58%);
  right: 5vw;
}

@media (max-width: 1199px) {
  .b_team .section_decoration .icons_group {
    right: 2vw;
    transform: translate(0, -35%);
  }
}

@media (max-width: 767px) {
  .b_team .section_decoration .icons_group {
    transform: none;
    right: 15vw;
    top: -180px;
  }
}

.b_team .section_decoration .icons_group .desktop {
  width: 189px;
  padding: 5px 0 0;
  position: relative;
  top: 0;
  right: 0;
}

@media (max-width: 1199px) {
  .b_team .section_decoration .icons_group .desktop {
    transform: scale(0.57) translate(80px, -280px);
  }
}

@media (max-width: 767px) {
  .b_team .section_decoration .icons_group .desktop {
    transform: none;
  }
}

.b_team .section_decoration .icons_group .desktop img {
  display: inline-block;
  vertical-align: top;
}

.b_team .section_decoration .icons_group .desktop .img_row1 {
  text-align: right;
}

.b_team .section_decoration .icons_group .desktop .img_row1 img {
  margin-right: 25px;
}

.b_team .section_decoration .icons_group .desktop .img_row2 {
  text-align: right;
}

.b_team .section_decoration .icons_group .desktop .img_row2 img {
  margin: 9px 17px 0 0;
}

.b_team .section_decoration .icons_group .desktop .img_row3 {
  margin: 18px 0 0;
  padding: 0 0 0 10px;
}

.b_team .section_decoration .icons_group .desktop .img_row3 .row3_i2 {
  margin: 14px 0 0 20px;
}

.b_team .section_decoration .icons_group .desktop .img_row4 {
  text-align: right;
  padding: 0 13px 0 0;
  margin: -31px 0 0;
}

.b_team .section_decoration .icons_group .desktop .img_row5 {
  text-align: right;
  padding: 12px 25px 0 0;
}

.b_team .section_decoration .icons_group .desktop .img_row5 .row5_i1 {
  margin: -17px 19px 0 0;
}

.b_team .section_decoration .icons_group .desktop .img_row6 {
  text-align: right;
  margin: -19px 0 0;
  padding: 0 25px 0 0;
}

.b_team .section_decoration .icons_group .desktop .img_row6 .row6_i1 {
  margin: -20px -9px 0 0;
}

.b_team .section_decoration .icons_group .desktop .img_row7 {
  text-align: right;
  padding: 10px 35px 0 0;
}

.b_team .section_decoration .icons_group .desktop .img_row7 .row7_i1 {
  margin: 0 53px 0 0;
}

.b_team .section_decoration .icons_group .desktop .img_row8 {
  text-align: right;
  padding: 0 59px 0 0;
  margin: -33px 0 0;
}

.b_team .section_decoration .icons_group .desktop .mobile {
  padding: 10px 0 0;
  width: 259px;
  margin: 0 0 0 -129px;
}

@media (max-width: 767px) {
  .b_team .section_decoration .icons_group .desktop .mobile {
    display: none;
  }
}

.b_team .section_decoration .icons_group .desktop .img_m_row1 {
  text-align: right;
  padding: 0 5px 0 0;
}

.b_team .section_decoration .icons_group .desktop .img_m_row1 .row1_i1 {
  margin: -30px 33px 0 0;
}

.b_team .section_decoration .icons_group .desktop .img_m_row2 {
  padding: 0 0 0 10px;
  margin: -15px 0 0;
}

.b_team .section_decoration .icons_group .desktop .img_m_row2 .row2_i2 {
  margin: 12px 0 0 23px;
}

.b_team .section_decoration .icons_group .desktop .img_m_row3 {
  padding: 7px 0 0 63px;
}

.b_team .section_decoration .icons_group .desktop .img_m_row3 .row3_i2 {
  margin: -28px 0 0 25px;
}

.b_team .section_decoration .icons_group .desktop .img_m_row4 {
  margin: -3px 0 0;
  padding: 0 0 0 58px;
}

.b_team .section_decoration .icon_lips {
  top: 55px;
  left: 10vw;
  max-width: 60px;
}

@media (max-width: 767px) {
  .b_team .section_decoration .icon_lips {
    display: none;
  }
}

.b_team .section_decoration .icon_hook {
  left: 5vw;
  bottom: -50px;
}

@media (max-width: 1199px) {
  .b_team .section_decoration .icon_hook {
    max-width: 80px;
  }
}

@media (max-width: 767px) {
  .b_team .section_decoration .icon_hook {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

.b_team .section_decoration .icon_lips_right {
  right: 5vw;
  bottom: -20px;
  transform: scale(-1, 1);
  max-width: 80px;
}

@media (max-width: 1199px) {
  .b_team .section_decoration .icon_lips_right {
    right: 2vw;
    bottom: -60px;
  }
}

@media (max-width: 767px) {
  .b_team .section_decoration .icon_lips_right {
    display: none;
  }
}

.b_team .banner_image {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

@media (max-width: 767px) {
  .b_team .banner_image {
    top: 15%;
  }
}

.b_team .banner_image img {
  max-width: unset;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.b_team .team {
  position: relative;
  z-index: 1;
}

.b_team .section_title {
  margin: 0 auto 60px;
}

@media (max-width: 767px) {
  .b_team .section_title {
    margin: 0 auto 40px;
  }
}

.b_team .team_wrapper {
  max-width: 912px;
  margin: 0 auto;
}

.b_team .team_list {
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 0 -10px;
}

.b_team .team_item {
  width: calc(33.33% - 15px);
  text-align: center;
  padding: 0 10px;
}

@media (max-width: 767px) {
  .b_team .team_item {
    width: 100%;
  }
}

.b_team .team_item:not(:last-of-type) {
  margin: 0 0 40px;
}

@media (max-width: 767px) {
  .b_team .team_item:nth-child(2) {
    -ms-flex-order: -1;
        order: -1;
  }
}

.b_team .team_item:nth-child(2) .left_image {
  bottom: 35%;
  left: -15px;
  max-width: 45px;
}

@media (max-width: 500px) {
  .b_team .team_item:nth-child(2) .left_image {
    max-width: 28px;
    bottom: 3%;
    left: 0;
  }
}

.b_team .team_item:nth-child(2) .right_image {
  right: 15px;
  bottom: 0;
  max-width: 43px;
}

@media (max-width: 500px) {
  .b_team .team_item:nth-child(2) .right_image {
    max-width: 28px;
    bottom: auto;
    top: 0;
    right: 0;
  }
}

.b_team .team_item:nth-child(1) .left_image {
  bottom: 10px;
  left: 5px;
  max-width: 45px;
}

@media (max-width: 500px) {
  .b_team .team_item:nth-child(1) .left_image {
    max-width: 28px;
    bottom: 30%;
    left: -10px;
  }
}

.b_team .team_item:nth-child(1) .right_image {
  right: 7px;
  top: 10px;
  max-width: 40px;
}

@media (max-width: 500px) {
  .b_team .team_item:nth-child(1) .right_image {
    max-width: 28px;
    bottom: -4px;
    top: auto;
    right: 5px;
  }
}

.b_team .team_item:nth-child(3) .left_image {
  bottom: -10px;
  left: -10px;
}

@media (max-width: 500px) {
  .b_team .team_item:nth-child(3) .left_image {
    max-width: 38px;
    bottom: -5px;
    left: -13px;
  }
}

.b_team .team_image {
  max-width: 202px;
  margin: 0 auto 15px;
  position: relative;
}

@media (max-width: 500px) {
  .b_team .team_image {
    width: 108px;
  }
}

.b_team .team_image .image {
  padding-top: 100%;
  position: relative;
  border-radius: 50%;
}

.b_team .team_image .image_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  overflow: hidden;
}

.b_team .team_image .image_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.b_team .image_decor .left_image,
.b_team .image_decor .right_image {
  position: absolute;
  z-index: 1;
}

.b_team .image_decor .right_image img {
  transform: scale(-1, 1);
}

.b_team .image_decor .image_icon {
  position: relative;
}

.b_team .team_name {
  font-size: 32px;
  margin: 0 0 3px;
}

.b_team .item_content {
  font-size: 14px;
  opacity: 0.7;
}

@media (max-width: 767px) {
  .b_team .item_content {
    font-size: 16px;
  }
}

.b_rarity {
  padding: 40px 0 50px;
}

@media (max-width: 767px) {
  .b_rarity {
    padding: 40px 0 10px;
  }
}

.b_rarity .section_title {
  margin: 0 auto 40px;
}

@media (max-width: 1100px) {
  .b_rarity .rarity_wrapper {
    max-width: 478px;
    margin: 0 auto;
  }
}

.b_rarity .rarity_section {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media (max-width: 1100px) {
  .b_rarity .rarity_section {
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.b_rarity .rarity_list {
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 388px) {
  .b_rarity .rarity_list {
    width: 100%;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.b_rarity .rarity_list .rarity_item {
  position: relative;
}

@media (max-width: 388px) {
  .b_rarity .rarity_list .rarity_item {
    width: 50%;
    border-top: 7px solid transparent;
  }
}

.b_rarity .rarity_list .item_title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  min-height: 100px;
  padding: 10px 5px 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: end;
      align-items: flex-end;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.b_rarity .rarity_list .title_block {
  width: 100%;
  font-weight: bold;
  font-size: 20px;
}

@media (max-width: 1280px) {
  .b_rarity .rarity_list .title_block {
    font-size: 14px;
  }
}

@media (max-width: 388px) {
  .b_rarity .rarity_block {
    width: 100%;
  }
}

@media (max-width: 1100px) {
  .b_rarity .rarity_block + .rarity_block {
    margin: 30px 0 0;
  }
}

.b_rarity .rarity_block.commom .rarity_title,
.b_rarity .rarity_block.commom .rarity_item {
  border-color: #ffb2d1;
}

.b_rarity .rarity_block.commom .title {
  background-color: #ffb2d1;
}

.b_rarity .rarity_block.rare .rarity_title,
.b_rarity .rarity_block.rare .rarity_item {
  border-color: #8aafb4;
}

.b_rarity .rarity_block.rare .title {
  background-color: #8aafb4;
}

.b_rarity .rarity_block.rare .item_title {
  color: #8aafb4;
}

.b_rarity .rarity_block.legendary .rarity_title,
.b_rarity .rarity_block.legendary .rarity_item {
  border-color: #fdcf2e;
}

.b_rarity .rarity_block.legendary .title {
  background-color: #fdcf2e;
}

.b_rarity .rarity_block.legendary .item_title {
  color: #fdcf2e;
}

.b_rarity .rarity_title {
  border-bottom: 7px solid transparent;
  text-align: center;
}

@media (max-width: 388px) {
  .b_rarity .rarity_title {
    border: none;
  }
}

.b_rarity .rarity_title .title {
  display: inline-block;
  vertical-align: bottom;
  min-width: 124px;
  border-radius: 10px 10px 0 0;
  font-size: 19px;
  line-height: 1.1;
  padding: 6px 0 1px;
  color: #000;
  margin-bottom: -1px;
}

@media (max-width: 1280px) {
  .b_rarity .rarity_title .title {
    min-width: 100px;
    font-size: 16px;
  }
}

.b_rarity .item_image {
  width: 100%;
  min-width: 239px;
  max-width: 239px;
}

@media (max-width: 1280px) {
  .b_rarity .item_image {
    min-width: 200px;
    max-width: 200px;
  }
}

@media (max-width: 1100px) {
  .b_rarity .item_image {
    min-width: 239px;
    max-width: 239px;
  }
}

@media (max-width: 767px) {
  .b_rarity .item_image {
    max-width: 50%;
  }
}

@media (max-width: 550px) {
  .b_rarity .item_image {
    max-width: 100%;
    min-width: auto;
    width: 179px;
  }
}

.b_rarity .item_image .image {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.b_rarity .item_image .image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.b_roadmap {
  padding: 30px 0 50px;
}

@media (max-width: 767px) {
  .b_roadmap {
    padding: 10px 0 17px;
  }
}

.b_roadmap .section_title {
  margin: 0 auto 50px;
}

@media (max-width: 767px) {
  .b_roadmap .section_title {
    margin: 0 auto 35px;
  }
}

.b_roadmap .roadmap_wrapper {
  max-width: 808px;
  margin: 0 auto;
}

.b_roadmap .roadmap_row:not(:last-of-type) .row_wrapper {
  padding-bottom: 60px;
}

@media (max-width: 767px) {
  .b_roadmap .roadmap_row:not(:last-of-type) .row_wrapper {
    padding-bottom: 110px;
  }
}

.b_roadmap .roadmap_row:last-of-type .line_decor {
  display: none;
}

.b_roadmap .roadmap_row.in_viewport .line_decor::before {
  height: 0;
}

.b_roadmap .line_decor {
  position: absolute;
  z-index: -1;
  top: 135px;
  left: 70px;
  width: 4px;
  height: 100%;
  background-repeat: repeat-y;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='4' height='35' viewBox='0 0 4 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 35V32.5678H4V35H0Z' fill='white'/%3E%3Cpath d='M0 20.917V25.7814H4V20.917H0Z' fill='white'/%3E%3Cpath d='M0 9.2424V14.1068H4V9.2424H0Z' fill='white'/%3E%3Cpath d='M0 0V2.43221H4V0H0Z' fill='white'/%3E%3C/svg%3E");
}

@media (max-width: 767px) {
  .b_roadmap .line_decor {
    top: auto;
    bottom: 20px;
    height: 75px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

.b_roadmap .line_decor::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: -1px;
  right: -1px;
  background-color: #000;
  height: 100%;
  transition: all 2s linear;
}

@media (max-width: 767px) {
  .b_roadmap .line_decor::before {
    transition: all 1s linear;
  }
}

.b_roadmap .line_decor.in_viewport::before {
  height: 0;
}

.b_roadmap .row_wrapper {
  position: relative;
}

@media (max-width: 767px) {
  .b_roadmap .row_wrapper {
    display: block;
  }
}

.b_roadmap .step_icon {
  width: 142px;
  position: relative;
}

@media (max-width: 767px) {
  .b_roadmap .step_icon {
    margin: 0 auto 15px;
  }
}

.b_roadmap .step_icon .icon_wrapper {
  padding-top: 100%;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}

.b_roadmap .step_icon .icon_wrapper img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.b_roadmap .step_content {
  width: calc(100% - 142px);
  padding: 0 0 0 28px;
  font-size: 16px;
}

@media (max-width: 767px) {
  .b_roadmap .step_content {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}

.b_roadmap .step_content .content {
  opacity: 0.7;
  line-height: 1.6;
}

.b_roadmap .step_content .content p {
  line-height: 1.6;
}

.b_roadmap .step_title {
  font-size: 24px;
  margin: 0 0 5px;
  color: #ffb2d1;
}

@media (max-width: 767px) {
  .b_roadmap .step_title {
    margin: 0 0 15px;
  }
}

.b_utilities {
  padding: 50px 0;
}

@media (max-width: 767px) {
  .b_utilities {
    padding: 17px 0;
  }
}

@media (max-width: 991px) {
  .b_utilities .container {
    width: 100%;
  }
}

.b_utilities .section_title {
  margin: 0 auto 25px;
}

.b_utilities .utilities_wrapper {
  max-width: 1038px;
  margin: 0 auto;
}

.b_utilities .main_tab_buttons {
  border-bottom: 1px solid #fff;
  font-size: 0;
  text-align: center;
}

.b_utilities .main_tab,
.b_utilities .tab {
  color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  vertical-align: bottom;
}

.b_utilities .main_tab.-active,
.b_utilities .tab.-active {
  color: #ffb2d1;
}

.b_utilities .tab_buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-bottom: 1px solid #fff;
  font-size: 0;
  text-align: center;
}

@media (max-width: 991px) {
  .b_utilities .tab_buttons {
    border: none;
    display: block;
    white-space: nowrap;
    width: auto;
    overflow: auto;
    margin: 0 -15px;
    padding: 0 15px;
  }
}

.b_utilities .tab {
  font-size: 20px;
  padding: 12px 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: 81px;
}

@media (max-width: 991px) {
  .b_utilities .tab {
    display: inline-block;
    vertical-align: bottom;
    padding: 0 15px;
    border-bottom: 1px solid #fff;
    min-height: auto;
  }
}

@media (max-width: 991px) {
  .b_utilities .tab:not(:last-of-type) {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .b_utilities .tab .title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    min-height: 60px;
  }
}

.b_utilities .main_tab {
  font-size: 32px;
  line-height: 1;
  min-width: 198px;
  padding: 0 0 10px;
  position: relative;
}

@media (max-width: 991px) {
  .b_utilities .main_tab {
    min-width: 33.33%;
    font-size: 24px;
  }
}

.b_utilities .main_tab:after {
  content: '';
  position: absolute;
  bottom: -2px;
  width: 0;
  background-color: #FFB2D1;
  height: 4px;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all .2s linear;
}

.b_utilities .main_tab.-active:after {
  width: 118px;
}

.b_utilities .main_tab_content:not(.-active),
.b_utilities .tab_content:not(.-active) {
  display: none;
}

.b_utilities .main_tab_content {
  padding: 0;
}

.b_utilities .tab_content {
  padding: 45px 0 0;
}

@media (max-width: 1199px) {
  .b_utilities .tab_content {
    padding: 25px 0 0;
  }
}

.b_utilities .content_wrapper img {
  margin: 0 auto;
}

.b_faq {
  padding: 50px 0;
}

.b_faq .section_title {
  margin: 0 0 25px;
}

.b_faq .faq_wrapper {
  max-width: 848px;
  margin: 0 auto;
}

.b_faq .faq_row {
  background-color: #343434;
}

.b_faq .faq_row + .faq_row {
  margin: 15px 0 0;
}

.b_faq .faq_title {
  position: relative;
  font-size: 18px;
  padding: 10px 92px 10px 30px;
  min-height: 64px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

@media (max-width: 767px) {
  .b_faq .faq_title {
    padding: 10px 92px 10px 10px;
  }
}

.b_faq .faq_title .title {
  padding: 2px 0 0;
}

.b_faq .faq_title:after {
  transition: all .2s linear;
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 24px;
  right: 21px;
  top: 50%;
  margin-top: -12px;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='20' viewBox='0 0 40 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.9222 9.88287C16.6544 8.25713 1.04102 8.06836 1.04102 8.06836C2.71634 9.83659 4.29705 11.6906 5.77663 13.6226C11.3171 20.5571 19.9164 19.9898 19.9222 19.9888C19.9281 19.9879 28.5303 20.56 34.0669 13.6226C35.5468 11.6906 37.1278 9.8366 38.8035 8.06836C38.8035 8.06836 23.1911 8.26098 19.9222 9.88287Z' fill='%23F4B6D0'/%3E%3Cpath d='M33.7578 5.00872C33.415 4.77115 33.0741 4.53198 32.7352 4.2912C30.0787 1.7688 25.2858 -1.6907 20.9574 0.942451C20.8267 1.054 20.674 1.13731 20.509 1.18706C20.344 1.23681 20.1703 1.25191 19.999 1.23139C19.8281 1.25175 19.6547 1.23658 19.4901 1.18683C19.3254 1.13708 19.173 1.05385 19.0426 0.942451C14.7123 -1.69167 9.91446 1.77169 7.26089 4.29505C6.92263 4.53455 6.58307 4.77276 6.24222 5.00968C4.37567 6.41077 2.25733 7.44751 0 8.06468L0.312986 8.47112C0.761141 8.67222 1.22184 8.84465 1.69226 8.98735C3.02917 9.40589 4.43285 9.57505 5.83204 9.48624C8.46423 9.19731 11.0809 8.8737 13.7267 8.67241C14.6452 8.6021 15.5531 8.47112 16.4483 8.37288C17.6691 8.23997 18.7403 9.05765 19.9718 9.05765H20.0233C21.2665 9.05765 22.4193 8.2679 23.6382 8.31028C24.5257 8.3411 25.4773 8.61077 26.3909 8.68108C28.9901 8.8814 31.5821 9.14979 34.167 9.48624C35.5666 9.57488 36.9706 9.40539 38.3077 8.98638C38.7781 8.84365 39.2388 8.67122 39.687 8.47015L40 8.06372C37.7426 7.44672 35.6242 6.40997 33.7578 5.00872' fill='%23F4B6D0'/%3E%3C/svg%3E");
}

.b_faq .faq_title.-active:after {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='24' viewBox='0 0 28 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.6841 10.7789C22.8969 10.5682 21.0858 10.6721 19.3356 11.0856C18.3298 11.3452 17.368 11.7571 16.3542 11.9842C15.6103 12.2369 14.8396 12.4054 14.057 12.4866C13.2744 12.4054 12.5037 12.2369 11.7598 11.9842C10.746 11.7561 9.78418 11.3452 8.7784 11.0856C7.02813 10.6721 5.2171 10.5682 3.42989 10.7789C2.38516 10.887 1.2036 11.4032 0.260742 10.7258C1.97666 13.5189 2.79966 16.7712 4.69336 19.465C8.94819 25.5193 19.1758 25.5046 23.4196 19.465C25.3173 16.7702 26.1363 13.5179 27.8522 10.7258C26.9094 11.4032 25.7278 10.887 24.6831 10.7789' fill='%23F4B6D0'/%3E%3Cpath d='M26.6097 9.84056C26.1544 9.43842 25.8515 8.89585 25.7507 8.30192C25.2633 6.48013 25.1515 4.55708 23.9429 3.01057C22.8605 1.50804 21.2449 0.459773 19.4154 0.0729028C18.0231 -0.153223 15.2375 0.112229 14.5573 1.35789C14.4941 1.44398 14.411 1.51408 14.3149 1.56242C14.2188 1.61076 14.1124 1.63597 14.0045 1.63597C13.8966 1.63597 13.7902 1.61076 13.6941 1.56242C13.598 1.51408 13.5149 1.44398 13.4517 1.35789C12.7715 0.113212 9.98587 -0.15224 8.59356 0.0729028C6.77521 0.432301 5.16356 1.45852 4.08504 2.94372C2.85853 4.56396 2.76265 6.41229 2.25726 8.30192C2.15652 8.89585 1.85362 9.43842 1.3983 9.84056C1.24948 9.97427 0 10.5543 0 10.6438C0 10.6438 0 11.0479 0 11.0489C0.810016 13.3376 3.49576 13.1528 5.767 13.0771C8.44375 12.9876 11.8876 12.6838 13.5805 10.8581C13.6353 10.8034 13.7006 10.76 13.7727 10.7304C13.8447 10.7007 13.9219 10.6855 14 10.6855C14.0781 10.6855 14.1553 10.7007 14.2273 10.7304C14.2994 10.76 14.3647 10.8034 14.4195 10.8581C16.1174 12.6809 19.5563 12.9876 22.233 13.0771C24.5082 13.1528 27.189 13.3376 28 11.0489V10.6438C28 10.5543 26.7545 9.97427 26.6017 9.84056' fill='%23F4B6D0'/%3E%3C/svg%3E");
}

.b_faq .faq_content {
  padding: 0 30px 25px 30px;
  font-size: 16px;
  opacity: 0.7;
  display: none;
}

@media (max-width: 767px) {
  .b_faq .faq_content {
    padding: 0 10px 25px 10px;
    font-size: 18px;
  }
}

.b_stay_tuned {
  padding: 0 0 20px;
}

@media (max-width: 767px) {
  .b_stay_tuned {
    padding: 0 0 10px;
  }
}

@media (max-width: 767px) {
  .b_stay_tuned .stay_tuned {
    padding: 0 5px;
  }
}

.b_stay_tuned .company_logo {
  margin: 0 auto 20px;
}

.b_stay_tuned .company_logo img {
  margin: 0 auto;
}

.b_stay_tuned .form_wrapper {
  max-width: 352px;
  margin: 10px auto 0;
}

.b_stay_tuned .form_wrapper .form_wrap {
  position: relative;
}

.b_stay_tuned .form_wrapper .form_control {
  border: 2px solid #343434;
  border-radius: 21.5px;
  font-size: 14px;
  background-color: transparent;
  padding: 10px 60px 10px 22px;
}

.b_stay_tuned .form_wrapper .btn_submit {
  padding: 0;
  border: none;
  position: absolute;
  right: 0;
  height: 100%;
  width: 50px;
  border-radius: 21.5px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.87695 13.0908C2.06836 11.8799 1.63574 10.4561 1.63574 9C1.63574 8.44238 1.69922 7.8877 1.82324 7.34766C1.91504 6.9502 2.03906 6.56055 2.19629 6.18164C2.56641 5.28809 3.10938 4.47656 3.79297 3.79297C4.47656 3.10938 5.28809 2.56641 6.18164 2.19629C7.0752 1.82617 8.0332 1.63574 9 1.63574C10.4561 1.63574 11.8799 2.06836 13.0908 2.87695C14.3018 3.68652 15.2461 4.83594 15.8037 6.18164C16.3604 7.52734 16.5068 9.00781 16.2227 10.4365C15.9385 11.8652 15.2373 13.1768 14.207 14.207C13.1768 15.2373 11.8652 15.9385 10.4365 16.2227C9.00781 16.5068 7.52734 16.3604 6.18164 15.8037C5.38867 15.4756 4.66406 15.0127 4.03809 14.4404C3.60059 14.041 3.20996 13.5889 2.87695 13.0908ZM1.5166 14C0.52832 12.5205 0 10.7803 0 9C0 6.61328 0.948242 4.32422 2.63574 2.63574C4.32422 0.948242 6.61328 0 9 0C10.7803 0 12.5205 0.52832 14 1.5166C14.5254 1.86719 15.0098 2.27051 15.4463 2.71875C16.2393 3.53418 16.875 4.49512 17.3145 5.55566C17.9961 7.2002 18.1748 9.00977 17.8271 10.7559C17.4795 12.502 16.623 14.1055 15.3643 15.3643C14.1055 16.623 12.502 17.4795 10.7559 17.8271C9.80566 18.0166 8.83594 18.0498 7.88379 17.9307C7.08789 17.8311 6.30469 17.625 5.55566 17.3145C3.91113 16.6338 2.50586 15.4805 1.5166 14ZM12 9L8 13V5L12 9Z' fill='%23FFB2D1'/%3E%3C/svg%3E");
}

.jsTabs .jsTabsItem {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
}

.jsTabs .jsTabsItem.-active {
  overflow: visible;
  position: static;
  z-index: 1;
}

.jsTabs .jsTabsItem.-fade {
  opacity: 1;
  visibility: visible;
  transition: .3s;
}

.modals {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow-x: hidden;
  overflow-y: auto;
}

.modals__wrap {
  max-width: 700px;
  background-color: #fff;
  border-radius: 3px;
  margin: 20px auto;
}

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  transition: all 0.2s ease-out;
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

.b_footer {
  padding: 15px 0 55px;
  font-size: 16px;
  text-align: center;
}

@media (max-width: 767px) {
  .b_footer {
    padding: 10px 0 40px;
  }
}

.b_footer .content_wrapper a {
  color: #fff;
}

.b_footer .links_wrapper {
  padding: 30px 0;
}

@media (max-width: 767px) {
  .b_footer .links_wrapper {
    padding: 30px 0 10px;
  }
}

.b_footer .links_list ul {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #707070;
  font-size: 0;
}

.b_footer .links_list ul li {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.b_footer .links_list ul li:not(:last-of-type) {
  margin-right: 16px;
}

.b_footer .links_list ul li:not(:last-of-type)::before {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  top: 50%;
  margin-top: -2px;
  background-color: #707070;
  left: 100%;
  margin-left: 6px;
}

.b_footer .links_list ul a {
  color: #707070;
  transition: all .2s linear;
}

.b_footer .links_list ul a:hover {
  color: #fff;
}

.b_footer .socials_wrapper {
  padding: 20px 0 0;
}

.b_footer .socials_list {
  -ms-flex-pack: center;
      justify-content: center;
}

.b_footer .development {
  font-size: 14px;
}

.b_footer .development a {
  color: #fff;
  transition: all .2s linear;
}

.b_footer .development a:hover {
  color: #707070;
}

.popup__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-overlay {
	color: white;
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    
}

.counter{
  position: relative;
  text-align: center;
  font-family: Trattatello;
  font-size: 90px;
  /*font-weight: bold;*/
}

.counter-hours{
width: 100%;
 position: absolute;
  top: 53%;
  left: 36%;
 color: black;
 display: flex;
 justify-content: start;
}

.counter-minutes{
width: 100%;
 position: absolute;
  top: 53%;
  left: 49%;
 color: black;
 display: flex;
 justify-content: start;
}


.counter-seconds{
width: 100%;
 position: absolute;
  top: 53%;
  left: 62%;
 color: black;
 display: flex;
 justify-content: start;
}


.popup-overlay1 {
	color: white;
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    
}

.popup-overlay2 {
	color: white;
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    
}


.popup-special-mint {
    background-image: url("/web/20220806115413im_/https://xoxonft.io/images/book.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 900px;
    width: 1100px;
    display: flex;
    /*flex-direction:column;*/
    align-items: center;
    justify-content: center;
    
    
}

.popup-special-mint1 {
    background-image: url("/web/20220806115413im_/https://xoxonft.io/images/book.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 900px;
    width: 1100px;
    display: flex;
    /*flex-direction:column;*/
    align-items: center;
    justify-content: center;
    
    
}

.popup-special-mint2 {
    background-image: url("/web/20220806115413im_/https://xoxonft.io/images/book.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 900px;
    width: 1100px;
    display: flex;
    /*flex-direction:column;*/
    align-items: center;
    justify-content: center;
    
    
}


.left_page{
height: 75%;
width: 50%;
display: flex;
flex-direction:column;
align-items: center;
justify-content: flex-start;
margin-left: 70px;
}

.left_page1{
height: 75%;
width: 50%;
display: flex;
flex-direction:column;
align-items: center;
justify-content: flex-start;
margin-left: 70px;
}


.left_page2{
height: 75%;
width: 50%;
display: flex;
flex-direction:column;
align-items: center;
justify-content: flex-start;
margin-left: 70px;
}


.left_text{
height: 25%;
display: flex;
justify-content: center;
align-items: end;
font-size: 25px;
font-family: Trattatello;
color: black;
margin-top: 45px;

}



.left_headline{
color: #A30F07;
font-size: 42px;

}

.left_text1{
height: 25%;
display: flex;
justify-content: center;
align-items: end;
font-size: 22px;
font-family: Trattatello;
/*color: #A30F07;*/
color: black;
margin-top: 35px;

}


.left_text2{
height: 25%;
display: flex;
justify-content: center;
align-items: end;
font-size: 22px;
font-family: Trattatello;
/*color: #A30F07;*/
color: black;
margin-top: 35px;

}

.revgif{
height: 20%;
flex-direction:column;
justify-content: start;
align-items: start;
margin-bottom: 100px;
}


.left_claim{
height: 15%;
display: flex;
justify-content: center;
align-items: end;
font-size: 35px;
font-family: Trattatello;
color: black;


}

.claim-pic{
height: 55%;
flex-direction:column;
justify-content: start;
align-items: start;
margin-top: -70px;
margin-right: -20px;
}

.claim-buttons{
height: 30%;
width: 100%;
display: flex;
justify-content: space-around;
align-items: center;
margin-top: 60px;
margin-right: 40px;
	
}

.ubox{
  position: relative;
  text-align: center;
  font-family: Trattatello;
  font-size: 35px;
  color: white;
  /*font-weight: bold;*/
}

.u-backBtnBox{

width: 100%;
 position: absolute;
  top: 45%;
  left: 17%;
 display: flex;
 justify-content: start;
}

.u-backBtn{
background-color: transparent;
border: none;

}

.uidbtn{
width: 100%;
 position: absolute;
  top: 43%;
  left: 26%;
 display: flex;
 justify-content: start;
}


.util_headline{
font-size: 35px;
text-align: center;
margin-right: 55px;
}
 

.util_spec{
font-size: 32px;


}

.uFormHead{
margin-top: -13px;

}

.form-field{
background-color: transparent;
border: none;
width: 50%;

}

.submitBtn{
margin-top: 15px;
margin-left: 100px;

}

.util-middle{
text-align: left;
font-family: Trattatello;
font-weight: bold;
color: black;
font-size: 24px;
height: 60%;
/*flex-direction:column;*/
justify-content: start;
align-items: start;
padding-bottom: 335px;
}


.revgif1{
height: 50%;
flex-direction:column;
justify-content: start;
align-items: center;
padding-bottom: 70px;
}

.revgif2{
height: 50%;
flex-direction:column;
justify-content: start;
align-items: center;
padding-bottom: 70px;
}

.buttons{
height: 45%;
width: 100%;
display: flex;
justify-content: space-around;
align-items: center;
margin-bottom: 80px;
margin-right: 10px;
	
}

.below_gif{
display: flex;
justify-content: space-around;

}

.amount_select{
font-size: 22px; 
color: black;
font-family: Trattatello;
padding-right: 30px;
}

.amount_button{
font-weight: bold;
background-color:transparent; 
border: none;
}




.action_button{
border: none;
background-color: transparent;
font-family: Trattatello;
font-weight: bold;
color: #A30F07;
font-size: 22px;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
background-image: url("/web/20220806115413im_/https://xoxonft.io/images/img_lips.webp");

}

.action_button1{
border: none;
background-color: transparent;
font-family: Trattatello;
color: #A30F07;
font-size: 35px;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
background-image: url("/web/20220806115413im_/https://xoxonft.io/images/img_lips.webp");

}

 

/*
.action_button:hover {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("/web/20220806115413im_/https://xoxonft.io/images/img_lips.webp");
  width: 47px;
  height: 47px;
  opacity: 0;
  visibility: hidden;
  transition: all .2s linear;
}
*/
.cc{
margin-left: 65px;

}

.eth{
margin-right: 155px;

}

.cwallet{
margin-left: 135px;
 
margin-bottom: 100px;
 
}

.cwallet1{
margin-left: 135px;
 
/*margin-bottom: 100px;*/
 
}



.right_page{
height: 75%;
font-family: Trattatello;
/*color: #A30F07;*/
font-size: 30px;
display: flex;
flex-direction: column;
justify-content: start;
align-items: start;
width: 50%;
margin-right: 60px;
margin-top: 17px;
}

.right_page1{
height: 75%;
font-family: Trattatello;
color: #A30F07;
font-size: 30px;
display: flex;
flex-direction: column;
justify-content: start;
align-items: start;
width: 50%;

}

.right_page2{
height: 75%;
font-family: Trattatello;
color: #A30F07;
font-size: 30px;
display: flex;
flex-direction: column;
justify-content: start;
align-items: start;
width: 50%;

}

.right_top{
font-size: 25px;
color: black;
height: 15%;
display: flex;
flex-direction: column;
justify-content: end;
margin-top: 62px;
margin-right: 80px;
width:100%;

}

.spec_color{
color: #A30F07;

}

.right_top1{
font-size: 40px;
color: black;
height: 15%;
display: flex;
flex-direction: column;
justify-content: end;
padding-top: 22px;
padding-right: 2px;

}

.third_font{
/*font-family: Trattatello;*/
font-size: 26px;
color: #A30F07;
}


.right_middle{
text-align: left;
font-family: Trattatello;
font-weight: bold;
color: black;
font-size: 16px;
height: 60%;
/*flex-direction:column;*/
justify-content: start;
align-items: start;
padding-bottom: 335px;
}


.right_middle1{
text-align: left;
font-family: Trattatello;
color: black;
font-size: 16px;
height: 60%;
/*flex-direction:column;*/
justify-content: start;
align-items: start;
padding-bottom: 330px;
}

.right_middle2{
text-align: left;
font-family: Trattatello;
color: black;
font-size: 16px;
height: 60%;
/*flex-direction:column;*/
justify-content: start;
align-items: start;
padding-bottom: 330px;
}


.largec{
font-family: Trattatello;
font-size: 45px;
}

.right_bottom{
color: black;
font-size: 20px;
height: 25%;
display: flex;
justify-content: start;
align-items: center;
text-align: left;
padding-left: 293px;
padding-bottom: 125px;
}

.right_bottom1{
color: black;
font-size: 20px;
height: 25%;
display: flex;
justify-content: start;
align-items: center;
text-align: left;
padding-left: 263px;
padding-bottom: 25px;
}

.right_bottom2{
color: black;
font-size: 20px;
height: 25%;
display: flex;
justify-content: start;
align-items: center;
text-align: left;
padding-left: 260px;
padding-bottom: 55px;
}

.credit_top{
text-align: left;
height: 30%;
font-size: 25px;


}

.credit_middle{
height: 45%;
font-size: 14px;
padding-left: 15px;

}

.eth_middle{
 
font-size: 16px;
 

}

.book{
display: block;

}

.inst{
font-size: 30px;
font-family: Gill sans;
color: #A30F07;
}



.popup-mint {
    background-image: url("/web/20220806115413im_/https://xoxonft.io/images/tooltip-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 300px;
    width: 450px;
}

.popup-mint p {
    margin-top: 80px;
    text-align: center;
    font-size: 20px;
}

.popup-mint .button {
	background-color: transparent;
    display: block;
    margin: 0 auto;
    width: 70px;
    transition: all .3s ease-in-out;
    border: none;
}

.popup-mint .button:hover {
    background-color: #9ad2ff;
    color: var(--accent);
    transition: all .3s ease-in-out;
}

.dropdown {

background-color:transparent;
border: none;
}

.selectamount {

background-color: black;
}

.submitMint{
background-color:transparent;

}

.logos{
padding-top: 50px;
display: flex;
justify-content: space-evenly;


}

.logoMobile{
padding-top: 50px;
display: flex;
justify-content: space-evenly;


}

.closeBtn{
font-size:30px;
}


#mint-payment-popup-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
}



#mint-payment-popup-overlay .popup-mint {
    width: 342px;
    display: flex;
    flex-direction: column;
}
#mint-payment-popup-overlay .popup-mint p {
    margin: 30px 30px 7px;
    color: #000;
    line-height: 1.2;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
}

#mint-payment-popup-overlay {
    height: 100%;
    flex: 1;
    margin-bottom: 10px;
}
#mint-payment-popup-overlay {
    flex: 1;
    height: 100%;
    border: none;
    background-color: transparent;
}
#mint-payment-popup-overlay .buttons button:first-child {
    border-right: 1px solid #000;
}

.team a:hover{
 color:grey;
}

.specialTag{
display: flex;
flex-direction: column;
height: 100%;
width: 100%;
 
}

option{
font-family: 'Futura';
font-size: 15px;
 
}

@font-face {
    font-family: 'Futura';
    src: url('/web/20220806115413im_/https://xoxonft.io/fonts/Futura-Bold.woff2') format('woff2'),
        url('/web/20220806115413im_/https://xoxonft.io/fonts/Futura-Bold.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Trattatello';
    src: url('/web/20220806115413im_/https://xoxonft.io/fonts/Trattatello.woff2') format('woff2'),
        url('/web/20220806115413im_/https://xoxonft.io/fonts/Trattatello.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
  font-family: 'Roboto';
  src: url("/web/20220806115413im_/https://xoxonft.io/fonts/Roboto-Regular.eot");
  src: url("/web/20220806115413im_/https://xoxonft.io/fonts/Roboto-Regular.eot#iefix") format("embedded-opentype"), url("/web/20220806115413im_/https://xoxonft.io/fonts/Roboto-Regular.woff2") format("woff2"), url("/web/20220806115413im_/https://xoxonft.io/fonts/Roboto-Regular.woff") format("woff"), url("/web/20220806115413im_/https://xoxonft.io/fonts/Roboto-Regular.ttf") format("truetype"), url("/web/20220806115413im_/https://xoxonft.io/fonts/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Staatliches';
  src: url("/web/20220806115413im_/https://xoxonft.io/fonts/Staatliches-Regular.eot");
  src: url("/web/20220806115413im_/https://xoxonft.io/fonts/Staatliches-Regular.eot#iefix") format("embedded-opentype"), url("/web/20220806115413im_/https://xoxonft.io/fonts/Staatliches-Regular.woff2") format("woff2"), url("/web/20220806115413im_/https://xoxonft.io/fonts/Staatliches-Regular.woff") format("woff"), url("/web/20220806115413im_/https://xoxonft.io/fonts/Staatliches-Regular.ttf") format("truetype"), url("/web/20220806115413im_/https://xoxonft.io/fonts/Staatliches-Regular.svg#Staatliches-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*
     FILE ARCHIVED ON 11:54:13 Aug 06, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:42:20 Apr 08, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.748
  exclusion.robots: 0.054
  exclusion.robots.policy: 0.041
  esindex: 0.009
  cdx.remote: 44.491
  LoadShardBlock: 162.283 (3)
  PetaboxLoader3.datanode: 106.279 (4)
  load_resource: 129.939
  PetaboxLoader3.resolve: 63.853
*/